var/cache/dev/Container0xnJA34/App_KernelDevDebugContainer.php line 40204

Open in your IDE?
  1. <?php
  2. namespace Container0xnJA34;
  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\\Controller\\API\\Banners\\BannersController' => 'getBannersControllerService',
  47.             'App\\Controller\\API\\Lead\\LeadContactRequestController' => 'getLeadContactRequestControllerService',
  48.             'App\\Controller\\API\\Lead\\LeadController' => 'getLeadControllerService',
  49.             'App\\Controller\\API\\Listing\\ListingController' => 'getListingControllerService',
  50.             'App\\Controller\\API\\Location\\LocationController' => 'getLocationControllerService',
  51.             'App\\Controller\\API\\LocationsInsights\\LocationsInsightsProxyController' => 'getLocationsInsightsProxyControllerService',
  52.             'App\\Controller\\API\\Subscriptions\\SubscriptionPlansController' => 'getSubscriptionPlansControllerService',
  53.             'App\\Controller\\API\\User\\CardsController' => 'getCardsControllerService',
  54.             'App\\Controller\\API\\User\\SubAccountsController' => 'getSubAccountsControllerService',
  55.             'App\\Controller\\API\\User\\SubscriptionsController' => 'getSubscriptionsControllerService',
  56.             'App\\Controller\\Admin\\Banners\\BannersController' => 'getBannersController2Service',
  57.             'App\\Controller\\Admin\\Subscriptions\\SubscriptionPlansController' => 'getSubscriptionPlansController2Service',
  58.             'App\\Controller\\AliasRoutesController' => 'getAliasRoutesControllerService',
  59.             'App\\Controller\\DefaultController' => 'getDefaultControllerService',
  60.             'App\\Controller\\EmailList\\WaitingController' => 'getWaitingControllerService',
  61.             'App\\Controller\\SecurityController' => 'getSecurityControllerService',
  62.             'Aqarmap\\Bundle\\AnnouncementBundle\\Controller\\Admin\\AnnouncementController' => 'getAnnouncementControllerService',
  63.             'Aqarmap\\Bundle\\AnnouncementBundle\\Controller\\Api\\AnnouncementController' => 'getAnnouncementController2Service',
  64.             'Aqarmap\\Bundle\\BrokerSalesBundle\\Controller\\Admin\\BrokerController' => 'getBrokerControllerService',
  65.             'Aqarmap\\Bundle\\BrokerSalesBundle\\Controller\\Admin\\SellerController' => 'getSellerControllerService',
  66.             'Aqarmap\\Bundle\\BuyerAlertsBundle\\Controller\\Api\\BuyerAlertsController' => 'getBuyerAlertsControllerService',
  67.             'Aqarmap\\Bundle\\BuyerAlertsBundle\\Controller\\BuyerAlertsController' => 'getBuyerAlertsController2Service',
  68.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\CheckInController' => 'getCheckInControllerService',
  69.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\CompanyController' => 'getCompanyControllerService',
  70.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\StaffController' => 'getStaffControllerService',
  71.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Api\\CompanyController' => 'getCompanyController2Service',
  72.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Api\\StaffCheckInController' => 'getStaffCheckInControllerService',
  73.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Api\\StaffController' => 'getStaffController2Service',
  74.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Admin\\ChurnAndExpiryController' => 'getChurnAndExpiryControllerService',
  75.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Admin\\CreditController' => 'getCreditControllerService',
  76.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Admin\\CreditPackageController' => 'getCreditPackageControllerService',
  77.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Admin\\CreditServiceController' => 'getCreditServiceControllerService',
  78.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Admin\\FaqController' => 'getFaqControllerService',
  79.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Api\\CreditAnalysisController' => 'getCreditAnalysisControllerService',
  80.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Api\\CreditController' => 'getCreditController2Service',
  81.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Api\\CreditServiceController' => 'getCreditServiceController2Service',
  82.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Api\\V2\\CreditPackageController' => 'getCreditPackageController2Service',
  83.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Api\\V3\\CreditController' => 'getCreditController3Service',
  84.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\CreditController' => 'getCreditController4Service',
  85.             'Aqarmap\\Bundle\\CustomerProfilingBundle\\Controller\\Admin\\DynamicQuestionController' => 'getDynamicQuestionControllerService',
  86.             'Aqarmap\\Bundle\\CustomerProfilingBundle\\Controller\\Admin\\QuestionSetController' => 'getQuestionSetControllerService',
  87.             'Aqarmap\\Bundle\\CustomerProfilingBundle\\Controller\\Admin\\SurveyResultsController' => 'getSurveyResultsControllerService',
  88.             'Aqarmap\\Bundle\\CustomerProfilingBundle\\Controller\\AnnualSurveyController' => 'getAnnualSurveyControllerService',
  89.             'Aqarmap\\Bundle\\CustomerProfilingBundle\\Controller\\ConsumerProfilingController' => 'getConsumerProfilingControllerService',
  90.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Admin\\CategoryController' => 'getCategoryControllerService',
  91.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Admin\\CommentController' => 'getCommentControllerService',
  92.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Admin\\DiscussionController' => 'getDiscussionControllerService',
  93.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Api\\DiscussionController' => 'getDiscussionController2Service',
  94.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\CommentController' => 'getCommentController2Service',
  95.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\DiscussionController' => 'getDiscussionController3Service',
  96.             'Aqarmap\\Bundle\\ExchangeBundle\\Controller\\Admin\\ExchangeRequestController' => 'getExchangeRequestControllerService',
  97.             'Aqarmap\\Bundle\\ExchangeBundle\\Controller\\Api\\ExchangeRequestController' => 'getExchangeRequestController2Service',
  98.             'Aqarmap\\Bundle\\FeatureToggleBundle\\Controller\\Admin\\FeatureToggleController' => 'getFeatureToggleControllerService',
  99.             'Aqarmap\\Bundle\\FeatureToggleBundle\\Controller\\Api\\FeatureToggleController' => 'getFeatureToggleController2Service',
  100.             'Aqarmap\\Bundle\\FeatureToggleBundle\\Service\\FeatureToggleManager' => 'getFeatureToggleManagerService',
  101.             'Aqarmap\\Bundle\\FinancialAidsBundle\\Controller\\Admin\\FinancialAidController' => 'getFinancialAidControllerService',
  102.             'Aqarmap\\Bundle\\FinancialAidsBundle\\Controller\\Api\\FinancialAidController' => 'getFinancialAidController2Service',
  103.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\CompoundLocationController' => 'getCompoundLocationControllerService',
  104.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\LeadsController' => 'getLeadsControllerService',
  105.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController' => 'getListingController2Service',
  106.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingPendingFeaturingController' => 'getListingPendingFeaturingControllerService',
  107.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingRulesController' => 'getListingRulesControllerService',
  108.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\LocationController' => 'getLocationController2Service',
  109.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ProjectSettingController' => 'getProjectSettingControllerService',
  110.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\PropertyTypeController' => 'getPropertyTypeControllerService',
  111.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\RejectionController' => 'getRejectionControllerService',
  112.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ScrapedListingController' => 'getScrapedListingControllerService',
  113.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\SearchController' => 'getSearchControllerService',
  114.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\SupplyAndDemandController' => 'getSupplyAndDemandControllerService',
  115.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\CallRequestController' => 'getCallRequestControllerService',
  116.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\CompoundLocationController' => 'getCompoundLocationController2Service',
  117.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\CompoundSearchController' => 'getCompoundSearchControllerService',
  118.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\CustomFieldController' => 'getCustomFieldControllerService',
  119.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\EstimateController' => 'getEstimateControllerService',
  120.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\FavouriteController' => 'getFavouriteControllerService',
  121.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LeadController' => 'getLeadController2Service',
  122.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController' => 'getListingController3Service',
  123.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LocationController' => 'getLocationController3Service',
  124.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\NoteController' => 'getNoteControllerService',
  125.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\PhotoController' => 'getPhotoControllerService',
  126.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\PriceFilterController' => 'getPriceFilterControllerService',
  127.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\PropertyTypeController' => 'getPropertyTypeController2Service',
  128.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\RateController' => 'getRateControllerService',
  129.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ScrapedListingController' => 'getScrapedListingController2Service',
  130.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\SearchFiltersController' => 'getSearchFiltersControllerService',
  131.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\SectionController' => 'getSectionControllerService',
  132.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\BrokerRankingController' => 'getBrokerRankingControllerService',
  133.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\FavouriteController' => 'getFavouriteController2Service',
  134.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\ImpressionController' => 'getImpressionControllerService',
  135.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\ListingController' => 'getListingController4Service',
  136.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\LocationController' => 'getLocationController4Service',
  137.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\RateController' => 'getRateController2Service',
  138.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\CallRequestController' => 'getCallRequestController2Service',
  139.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\CompoundLocationController' => 'getCompoundLocationController3Service',
  140.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\ConditionalFieldController' => 'getConditionalFieldControllerService',
  141.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\FiltersController' => 'getFiltersControllerService',
  142.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\ListingController' => 'getListingController5Service',
  143.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\LocationController' => 'getLocationController5Service',
  144.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\PropertyTypeController' => 'getPropertyTypeController3Service',
  145.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\SectionController' => 'getSectionController2Service',
  146.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\UserListingStatisticController' => 'getUserListingStatisticControllerService',
  147.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\CompoundSearchController' => 'getCompoundSearchController2Service',
  148.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\DefaultController' => 'getDefaultController2Service',
  149.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\LeadController' => 'getLeadController3Service',
  150.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController' => 'getListingController6Service',
  151.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingSearchController' => 'getListingSearchControllerService',
  152.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\PhotoController' => 'getPhotoController2Service',
  153.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\SectionController' => 'getSectionController3Service',
  154.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\TransactionController' => 'getTransactionControllerService',
  155.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingPhotoRepository' => 'getListingPhotoRepositoryService',
  156.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingRepository' => 'getListingRepositoryService',
  157.             'Aqarmap\\Bundle\\ListingBundle\\Service\\LeadsCRMService' => 'getLeadsCRMServiceService',
  158.             'Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager' => 'getListingManagerService',
  159.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\CustomParagraphController' => 'getCustomParagraphControllerService',
  160.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\DefaultController' => 'getDefaultController3Service',
  161.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\DefaultTopCustomersController' => 'getDefaultTopCustomersControllerService',
  162.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\FeedbackController' => 'getFeedbackControllerService',
  163.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\JoinUsController' => 'getJoinUsControllerService',
  164.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\MenuController' => 'getMenuControllerService',
  165.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\MobileSectionsTogglesController' => 'getMobileSectionsTogglesControllerService',
  166.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\PageController' => 'getPageControllerService',
  167.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\PerformanceLogController' => 'getPerformanceLogControllerService',
  168.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\PrintController' => 'getPrintControllerService',
  169.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\SettingController' => 'getSettingControllerService',
  170.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\TestimonialController' => 'getTestimonialControllerService',
  171.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\BaseController' => 'getBaseControllerService',
  172.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\DefaultController' => 'getDefaultController4Service',
  173.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\DefaultTopCustomersController' => 'getDefaultTopCustomersController2Service',
  174.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\FeedbackController' => 'getFeedbackController2Service',
  175.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\SettingController' => 'getSettingController2Service',
  176.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\V2\\DefaultController' => 'getDefaultController5Service',
  177.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\V3\\BaseController' => 'getBaseController2Service',
  178.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\V3\\FeedbackController' => 'getFeedbackController3Service',
  179.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\V4\\BaseController' => 'getBaseController3Service',
  180.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\V4\\MobileSectionsTogglesController' => 'getMobileSectionsTogglesController2Service',
  181.             'Aqarmap\\Bundle\\MainBundle\\Controller\\DefaultController' => 'getDefaultController6Service',
  182.             'Aqarmap\\Bundle\\MainBundle\\Controller\\FeedbackController' => 'getFeedbackController4Service',
  183.             'Aqarmap\\Bundle\\MainBundle\\Controller\\JoinUsController' => 'getJoinUsController2Service',
  184.             'Aqarmap\\Bundle\\MainBundle\\Controller\\MapImagesController' => 'getMapImagesControllerService',
  185.             'Aqarmap\\Bundle\\MainBundle\\Controller\\PageController' => 'getPageController2Service',
  186.             'Aqarmap\\Bundle\\MainBundle\\Controller\\RedirectingController' => 'getRedirectingControllerService',
  187.             'Aqarmap\\Bundle\\MainBundle\\Controller\\SNSNotificationsController' => 'getSNSNotificationsControllerService',
  188.             'Aqarmap\\Bundle\\MainBundle\\Controller\\StaticPagesController' => 'getStaticPagesControllerService',
  189.             'Aqarmap\\Bundle\\MainBundle\\Naming\\FilesDirectoryNamer' => 'getFilesDirectoryNamerService',
  190.             'Aqarmap\\Bundle\\MainBundle\\Naming\\ListingDirectoryNamer' => 'getListingDirectoryNamerService',
  191.             'Aqarmap\\Bundle\\MortgageBundle\\Controller\\Admin\\DefaultController' => 'getDefaultController7Service',
  192.             'Aqarmap\\Bundle\\MortgageBundle\\Controller\\DefaultController' => 'getDefaultController8Service',
  193.             'Aqarmap\\Bundle\\NeighborhoodBundle\\Controller\\Admin\\LocationStatisticsController' => 'getLocationStatisticsControllerService',
  194.             'Aqarmap\\Bundle\\NeighborhoodBundle\\Controller\\Api\\NeighborhoodController' => 'getNeighborhoodControllerService',
  195.             'Aqarmap\\Bundle\\NeighborhoodBundle\\Controller\\DefaultController' => 'getDefaultController9Service',
  196.             'Aqarmap\\Bundle\\NotificationBundle\\Controller\\Api\\NotificationController' => 'getNotificationControllerService',
  197.             'Aqarmap\\Bundle\\NotificationBundle\\Controller\\Api\\SenderController' => 'getSenderControllerService',
  198.             'Aqarmap\\Bundle\\NotificationBundle\\Controller\\NotificationsController' => 'getNotificationsControllerService',
  199.             'Aqarmap\\Bundle\\NotifierBundle\\Controller\\Admin\\NotifiersController' => 'getNotifiersControllerService',
  200.             'Aqarmap\\Bundle\\NotifierBundle\\Controller\\Api\\NotifierController' => 'getNotifierControllerService',
  201.             'Aqarmap\\Bundle\\NotifierBundle\\Controller\\DefaultController' => 'getDefaultController10Service',
  202.             'Aqarmap\\Bundle\\OTPBundle\\Controller\\Api\\V4\\OtpController' => 'getOtpControllerService',
  203.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\AnalysisController' => 'getAnalysisControllerService',
  204.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController' => 'getPaymentControllerService',
  205.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\SalesAnalysisController' => 'getSalesAnalysisControllerService',
  206.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Api\\PaymentController' => 'getPaymentController2Service',
  207.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Api\\RecurringController' => 'getRecurringControllerService',
  208.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Admin\\SearchCombinationFiltersController' => 'getSearchCombinationFiltersControllerService',
  209.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\ListingSearchController' => 'getListingSearchController2Service',
  210.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\LocationSearchController' => 'getLocationSearchControllerService',
  211.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\SearchResultsController' => 'getSearchResultsControllerService',
  212.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\V4\\CompoundSearchController' => 'getCompoundSearchController3Service',
  213.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\V4\\ListingSearchController' => 'getListingSearchController3Service',
  214.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\DefaultController' => 'getDefaultController11Service',
  215.             'Aqarmap\\Bundle\\TopSellerBundle\\Controller\\Admin\\TopSellerController' => 'getTopSellerControllerService',
  216.             'Aqarmap\\Bundle\\TopSellerBundle\\Controller\\Api\\V4\\TopSellerController' => 'getTopSellerController2Service',
  217.             'Aqarmap\\Bundle\\TopSellerBundle\\Controller\\TopSellerController' => 'getTopSellerController3Service',
  218.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\GroupController' => 'getGroupControllerService',
  219.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\TeamController' => 'getTeamControllerService',
  220.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController' => 'getUserControllerService',
  221.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserDomainController' => 'getUserDomainControllerService',
  222.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserPackagesController' => 'getUserPackagesControllerService',
  223.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserServiceController' => 'getUserServiceControllerService',
  224.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserSubAccountController' => 'getUserSubAccountControllerService',
  225.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\AuthProxyController' => 'getAuthProxyControllerService',
  226.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\NotificationTokenController' => 'getNotificationTokenControllerService',
  227.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\TargetAudienceController' => 'getTargetAudienceControllerService',
  228.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\TeamController' => 'getTeamController2Service',
  229.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\TokenDocController' => 'getTokenDocControllerService',
  230.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController' => 'getUserController2Service',
  231.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserServiceController' => 'getUserServiceController2Service',
  232.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\V3\\UserController' => 'getUserController3Service',
  233.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\V4\\UserController' => 'getUserController4Service',
  234.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\V4\\UserLocationController' => 'getUserLocationControllerService',
  235.             'Aqarmap\\Bundle\\UserBundle\\Controller\\ExternalProfileController' => 'getExternalProfileControllerService',
  236.             'Aqarmap\\Bundle\\UserBundle\\Controller\\PersonalInfoController' => 'getPersonalInfoControllerService',
  237.             'Aqarmap\\Bundle\\UserBundle\\Controller\\ProfileController' => 'getProfileControllerService',
  238.             'Aqarmap\\Bundle\\UserBundle\\Controller\\QuickRegistrationController' => 'getQuickRegistrationControllerService',
  239.             'Aqarmap\\Bundle\\UserBundle\\Controller\\TargetAudienceController' => 'getTargetAudienceController2Service',
  240.             'Aqarmap\\Bundle\\UserBundle\\Controller\\UserController' => 'getUserController5Service',
  241.             'Aqarmap\\Bundle\\ValueEngineBundle\\Controller\\Admin\\ValueEngineController' => 'getValueEngineControllerService',
  242.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  243.             'FOS\\UserBundle\\Controller\\RegistrationController' => 'getRegistrationControllerService',
  244.             'HWI\\Bundle\\OAuthBundle\\Controller\\Connect\\ConnectController' => 'getConnectControllerService',
  245.             'HWI\\Bundle\\OAuthBundle\\Controller\\Connect\\RegisterController' => 'getRegisterControllerService',
  246.             'HWI\\Bundle\\OAuthBundle\\Controller\\LoginController' => 'getLoginControllerService',
  247.             'HWI\\Bundle\\OAuthBundle\\Controller\\RedirectToServiceController' => 'getRedirectToServiceControllerService',
  248.             'Liip\\ImagineBundle\\Controller\\ImagineController' => 'getImagineControllerService',
  249.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  250.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  251.             'Vich\\UploaderBundle\\Naming\\Base64Namer' => 'getBase64NamerService',
  252.             'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer' => 'getCurrentDateTimeDirectoryNamerService',
  253.             'Vich\\UploaderBundle\\Naming\\HashNamer' => 'getHashNamerService',
  254.             'Vich\\UploaderBundle\\Naming\\OrignameNamer' => 'getOrignameNamerService',
  255.             'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer' => 'getPropertyDirectoryNamerService',
  256.             'Vich\\UploaderBundle\\Naming\\PropertyNamer' => 'getPropertyNamerService',
  257.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer' => 'getSmartUniqueNamerService',
  258.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.files_upload' => 'getSmartUniqueNamer_FilesUploadService',
  259.             'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer' => 'getSubdirDirectoryNamerService',
  260.             'Vich\\UploaderBundle\\Naming\\UniqidNamer' => 'getUniqidNamerService',
  261.             'bazinga.jstranslation.controller' => 'getBazinga_Jstranslation_ControllerService',
  262.             'bazinga.jstranslation.dump_command' => 'getBazinga_Jstranslation_DumpCommandService',
  263.             'bazinga.jstranslation.translation_dumper' => 'getBazinga_Jstranslation_TranslationDumperService',
  264.             'bazinga.jstranslation.translation_finder' => 'getBazinga_Jstranslation_TranslationFinderService',
  265.             'cache.app' => 'getCache_AppService',
  266.             'cache.app_clearer' => 'getCache_AppClearerService',
  267.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  268.             'cache.rate_limiter' => 'getCache_RateLimiterService',
  269.             'cache.system' => 'getCache_SystemService',
  270.             'cache.system_clearer' => 'getCache_SystemClearerService',
  271.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  272.             'cache_warmer' => 'getCacheWarmerService',
  273.             'console.command_loader' => 'getConsole_CommandLoaderService',
  274.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  275.             'criteria_mediator' => 'getCriteriaMediatorService',
  276.             'data_collector.dump' => 'getDataCollector_DumpService',
  277.             'doctrine' => 'getDoctrineService',
  278.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  279.             'doctrine.orm.default_entity_listener_resolver' => 'getDoctrine_Orm_DefaultEntityListenerResolverService',
  280.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  281.             'doctrine_mongodb' => 'getDoctrineMongodbService',
  282.             'doctrine_mongodb.odm.command_logger_registry' => 'getDoctrineMongodb_Odm_CommandLoggerRegistryService',
  283.             'doctrine_mongodb.odm.default_connection' => 'getDoctrineMongodb_Odm_DefaultConnectionService',
  284.             'doctrine_mongodb.odm.default_document_manager' => 'getDoctrineMongodb_Odm_DefaultDocumentManagerService',
  285.             'enqueue.client.default.producer' => 'getEnqueue_Client_Default_ProducerService',
  286.             'enqueue_elastica.queue_pager_perister' => 'getEnqueueElastica_QueuePagerPeristerService',
  287.             'error_controller' => 'getErrorControllerService',
  288.             'event_dispatcher' => 'getEventDispatcherService',
  289.             'fos_elastica.client.default' => 'getFosElastica_Client_DefaultService',
  290.             'fos_elastica.config_manager' => 'getFosElastica_ConfigManagerService',
  291.             'fos_elastica.config_manager.index_templates' => 'getFosElastica_ConfigManager_IndexTemplatesService',
  292.             'fos_elastica.filter_objects_listener' => 'getFosElastica_FilterObjectsListenerService',
  293.             'fos_elastica.finder.app_listings.listings' => 'getFosElastica_Finder_AppListings_ListingsService',
  294.             'fos_elastica.finder.app_locations.locations' => 'getFosElastica_Finder_AppLocations_LocationsService',
  295.             'fos_elastica.in_place_pager_persister' => 'getFosElastica_InPlacePagerPersisterService',
  296.             'fos_elastica.index.app_listings' => 'getFosElastica_Index_AppListingsService',
  297.             'fos_elastica.index.app_listings.listings' => 'getFosElastica_Index_AppListings_ListingsService',
  298.             'fos_elastica.index.app_locations' => 'getFosElastica_Index_AppLocationsService',
  299.             'fos_elastica.index.app_locations.locations' => 'getFosElastica_Index_AppLocations_LocationsService',
  300.             'fos_elastica.index_manager' => 'getFosElastica_IndexManagerService',
  301.             'fos_elastica.index_template_manager' => 'getFosElastica_IndexTemplateManagerService',
  302.             'fos_elastica.manager.orm' => 'getFosElastica_Manager_OrmService',
  303.             'fos_elastica.object_persister.app_listings.listings' => 'getFosElastica_ObjectPersister_AppListings_ListingsService',
  304.             'fos_elastica.object_persister.app_locations.locations' => 'getFosElastica_ObjectPersister_AppLocations_LocationsService',
  305.             'fos_elastica.pager_persister_registry' => 'getFosElastica_PagerPersisterRegistryService',
  306.             'fos_elastica.pager_provider.app_listings.listings' => 'getFosElastica_PagerProvider_AppListings_ListingsService',
  307.             'fos_elastica.pager_provider.app_locations.locations' => 'getFosElastica_PagerProvider_AppLocations_LocationsService',
  308.             'fos_elastica.pager_provider_registry' => 'getFosElastica_PagerProviderRegistryService',
  309.             'fos_elastica.paginator.subscriber' => 'getFosElastica_Paginator_SubscriberService',
  310.             'fos_elastica.persister_registry' => 'getFosElastica_PersisterRegistryService',
  311.             'fos_elastica.repository_manager' => 'getFosElastica_RepositoryManagerService',
  312.             'fos_elastica.resetter' => 'getFosElastica_ResetterService',
  313.             'fos_elastica.template_resetter' => 'getFosElastica_TemplateResetterService',
  314.             'fos_js_routing.controller' => 'getFosJsRouting_ControllerService',
  315.             'fos_js_routing.extractor' => 'getFosJsRouting_ExtractorService',
  316.             'fos_js_routing.serializer' => 'getFosJsRouting_SerializerService',
  317.             'fos_rest.serializer.jms_handler_registry' => 'getFosRest_Serializer_JmsHandlerRegistryService',
  318.             'fos_rest.view_handler' => 'getFosRest_ViewHandlerService',
  319.             'fos_user.change_password.controller' => 'getFosUser_ChangePassword_ControllerService',
  320.             'fos_user.resetting.controller' => 'getFosUser_Resetting_ControllerService',
  321.             'fos_user.security.controller' => 'getFosUser_Security_ControllerService',
  322.             'fos_user.user_manager' => 'getFosUser_UserManagerService',
  323.             'gaufrette.local_storage_filesystem' => 'getGaufrette_LocalStorageFilesystemService',
  324.             'gaufrette.s3_storage_filesystem' => 'getGaufrette_S3StorageFilesystemService',
  325.             'http_kernel' => 'getHttpKernelService',
  326.             'httplug.client' => 'getHttplug_ClientService',
  327.             'httplug.message_factory' => 'getHttplug_MessageFactoryService',
  328.             'httplug.psr17_request_factory' => 'getHttplug_Psr17RequestFactoryService',
  329.             'httplug.psr17_response_factory' => 'getHttplug_Psr17ResponseFactoryService',
  330.             'httplug.psr17_server_request_factory' => 'getHttplug_Psr17ServerRequestFactoryService',
  331.             'httplug.psr17_stream_factory' => 'getHttplug_Psr17StreamFactoryService',
  332.             'httplug.psr17_uploaded_file_factory' => 'getHttplug_Psr17UploadedFileFactoryService',
  333.             'httplug.psr17_uri_factory' => 'getHttplug_Psr17UriFactoryService',
  334.             'httplug.psr18_client' => 'getHttplug_Psr18ClientService',
  335.             'httplug.stream_factory' => 'getHttplug_StreamFactoryService',
  336.             'httplug.uri_factory' => 'getHttplug_UriFactoryService',
  337.             'hwi_oauth.resource_ownermap.main' => 'getHwiOauth_ResourceOwnermap_MainService',
  338.             'hwi_oauth.user_checker' => 'getHwiOauth_UserCheckerService',
  339.             'jms_i18n_routing.cookie_setting_listener' => 'getJmsI18nRouting_CookieSettingListenerService',
  340.             'jms_i18n_routing.loader' => 'getJmsI18nRouting_LoaderService',
  341.             'jms_i18n_routing.locale_choosing_listener' => 'getJmsI18nRouting_LocaleChoosingListenerService',
  342.             'jms_serializer' => 'getJmsSerializerService',
  343.             'jms_serializer.deserialization_context_factory' => 'getJmsSerializer_DeserializationContextFactoryService',
  344.             'jms_serializer.handler_registry' => 'getJmsSerializer_HandlerRegistryService',
  345.             'jms_serializer.metadata_driver' => 'getJmsSerializer_MetadataDriverService',
  346.             'jms_serializer.serialization_context_factory' => 'getJmsSerializer_SerializationContextFactoryService',
  347.             'jms_serializer.twig_extension.serializer_runtime_helper' => 'getJmsSerializer_TwigExtension_SerializerRuntimeHelperService',
  348.             'knp_gaufrette.filesystem_map' => 'getKnpGaufrette_FilesystemMapService',
  349.             'knp_menu.factory' => 'getKnpMenu_FactoryService',
  350.             'knp_menu.matcher' => 'getKnpMenu_MatcherService',
  351.             'knp_paginator' => 'getKnpPaginatorService',
  352.             'liip_imagine.binary.loader.default' => 'getLiipImagine_Binary_Loader_DefaultService',
  353.             'liip_imagine.binary.loader.stream.aws_s3' => 'getLiipImagine_Binary_Loader_Stream_AwsS3Service',
  354.             'liip_imagine.cache.manager' => 'getLiipImagine_Cache_ManagerService',
  355.             'liip_imagine.cache.resolver.default' => 'getLiipImagine_Cache_Resolver_DefaultService',
  356.             'liip_imagine.cache.resolver.no_cache_web_path' => 'getLiipImagine_Cache_Resolver_NoCacheWebPathService',
  357.             'liip_imagine.cache.signer' => 'getLiipImagine_Cache_SignerService',
  358.             'liip_imagine.config.stack_collection' => 'getLiipImagine_Config_StackCollectionService',
  359.             'liip_imagine.data.manager' => 'getLiipImagine_Data_ManagerService',
  360.             'liip_imagine.filter.loader.downscale' => 'getLiipImagine_Filter_Loader_DownscaleService',
  361.             'liip_imagine.filter.loader.fixed' => 'getLiipImagine_Filter_Loader_FixedService',
  362.             'liip_imagine.filter.loader.flip' => 'getLiipImagine_Filter_Loader_FlipService',
  363.             'liip_imagine.filter.loader.grayscale' => 'getLiipImagine_Filter_Loader_GrayscaleService',
  364.             'liip_imagine.filter.loader.interlace' => 'getLiipImagine_Filter_Loader_InterlaceService',
  365.             'liip_imagine.filter.loader.resample' => 'getLiipImagine_Filter_Loader_ResampleService',
  366.             'liip_imagine.filter.loader.rotate' => 'getLiipImagine_Filter_Loader_RotateService',
  367.             'liip_imagine.filter.manager' => 'getLiipImagine_Filter_ManagerService',
  368.             'messenger.default_bus' => 'getMessenger_DefaultBusService',
  369.             'monolog.logger.deprecation' => 'getMonolog_Logger_DeprecationService',
  370.             'nelmio_api_doc.command.dump' => 'getNelmioApiDoc_Command_DumpService',
  371.             'nelmio_api_doc.controller.redocly' => 'getNelmioApiDoc_Controller_RedoclyService',
  372.             'nelmio_api_doc.controller.swagger_json' => 'getNelmioApiDoc_Controller_SwaggerJsonService',
  373.             'nelmio_api_doc.controller.swagger_ui' => 'getNelmioApiDoc_Controller_SwaggerUiService',
  374.             'nelmio_api_doc.controller.swagger_yaml' => 'getNelmioApiDoc_Controller_SwaggerYamlService',
  375.             'nelmio_api_doc.generator.default' => 'getNelmioApiDoc_Generator_DefaultService',
  376.             'nelmio_api_doc.render_docs' => 'getNelmioApiDoc_RenderDocsService',
  377.             'old_sound_rabbit_mq.connection.default' => 'getOldSoundRabbitMq_Connection_DefaultService',
  378.             'old_sound_rabbit_mq.parts_holder' => 'getOldSoundRabbitMq_PartsHolderService',
  379.             'presta_sitemap.controller' => 'getPrestaSitemap_ControllerService',
  380.             'presta_sitemap.dump_command' => 'getPrestaSitemap_DumpCommandService',
  381.             'presta_sitemap.dumper' => 'getPrestaSitemap_DumperService',
  382.             'presta_sitemap.generator' => 'getPrestaSitemap_GeneratorService',
  383.             'redjan_ym_fcm.client' => 'getRedjanYmFcm_ClientService',
  384.             'request_stack' => 'getRequestStackService',
  385.             'router' => 'getRouterService',
  386.             'routing.loader' => 'getRouting_LoaderService',
  387.             'services_resetter' => 'getServicesResetterService',
  388.             'translator' => 'getTranslatorService',
  389.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  390.             'vich_uploader.download_handler' => 'getVichUploader_DownloadHandlerService',
  391.             'vich_uploader.form.type.file' => 'getVichUploader_Form_Type_FileService',
  392.             'vich_uploader.form.type.image' => 'getVichUploader_Form_Type_ImageService',
  393.             'vich_uploader.namer_uniqid.listing_photos' => 'getVichUploader_NamerUniqid_ListingPhotosService',
  394.             'vich_uploader.upload_handler' => 'getVichUploader_UploadHandlerService',
  395.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  396.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  397.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  398.             'cache_clearer' => 'getCacheClearerService',
  399.             'filesystem' => 'getFilesystemService',
  400.             'serializer' => 'getSerializerService',
  401.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  402.             'form.factory' => 'getForm_FactoryService',
  403.             'form.type.file' => 'getForm_Type_FileService',
  404.             'profiler' => 'getProfilerService',
  405.             'twig' => 'getTwigService',
  406.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  407.             'security.token_storage' => 'getSecurity_TokenStorageService',
  408.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  409.             'session' => 'getSessionService',
  410.             'validator' => 'getValidatorService',
  411.         ];
  412.         $this->aliases = [
  413.             'App\\Kernel' => 'kernel',
  414.             'FOS\\UserBundle\\Controller\\ChangePasswordController' => 'fos_user.change_password.controller',
  415.             'FOS\\UserBundle\\Controller\\ProfileController' => 'Aqarmap\\Bundle\\UserBundle\\Controller\\ProfileController',
  416.             'FOS\\UserBundle\\Controller\\ResettingController' => 'fos_user.resetting.controller',
  417.             'FOS\\UserBundle\\Controller\\SecurityController' => 'fos_user.security.controller',
  418.             'Presta\\SitemapBundle\\Controller\\SitemapController' => 'presta_sitemap.controller',
  419.             'database_connection' => 'doctrine.dbal.default_connection',
  420.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  421.             'doctrine_mongodb.odm.document_manager' => 'doctrine_mongodb.odm.default_document_manager',
  422.             'fos_elastica.client' => 'fos_elastica.client.default',
  423.             'fos_elastica.index' => 'fos_elastica.index.app_listings',
  424.             'fos_elastica.manager' => 'fos_elastica.manager.orm',
  425.             'fos_user.profile.controller' => 'Aqarmap\\Bundle\\UserBundle\\Controller\\ProfileController',
  426.             'fos_user.registration.controller' => 'FOS\\UserBundle\\Controller\\RegistrationController',
  427.             'jms_serializer.authorization_checker' => '.container.private.security.authorization_checker',
  428.             'liip_imagine.controller' => 'Liip\\ImagineBundle\\Controller\\ImagineController',
  429.             'nelmio_api_doc.controller.swagger' => 'nelmio_api_doc.controller.swagger_json',
  430.             'nelmio_api_doc.generator' => 'nelmio_api_doc.generator.default',
  431.             'vich_uploader.directory_namer_subdir' => 'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer',
  432.             'vich_uploader.namer_base64' => 'Vich\\UploaderBundle\\Naming\\Base64Namer',
  433.             'vich_uploader.namer_directory_current_date_time' => 'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer',
  434.             'vich_uploader.namer_directory_property' => 'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer',
  435.             'vich_uploader.namer_hash' => 'Vich\\UploaderBundle\\Naming\\HashNamer',
  436.             'vich_uploader.namer_origname' => 'Vich\\UploaderBundle\\Naming\\OrignameNamer',
  437.             'vich_uploader.namer_property' => 'Vich\\UploaderBundle\\Naming\\PropertyNamer',
  438.             'vich_uploader.namer_smart_unique' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer',
  439.             'vich_uploader.namer_uniqid' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer',
  440.         ];
  441.         $this->privates['service_container'] = function () {
  442.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  443.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  444.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  445.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  446.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  447.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  448.             include_once \dirname(__DIR__4).'/src/App/Kernel.php';
  449.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  450.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
  451.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Translatable/TranslatableListener.php';
  452.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/AbstractTrackingListener.php';
  453.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/IpTraceable/IpTraceableListener.php';
  454.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  455.             include_once \dirname(__DIR__4).'/src/App/EventSubscriber/ScraperThrottleSubscriber.php';
  456.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  457.             include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  458.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  459.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  460.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  461.             include_once \dirname(__DIR__4).'/src/App/Repository/Lead/LeadContactRequestRepository.php';
  462.             include_once \dirname(__DIR__4).'/src/App/Repository/Lead/LeadRepository.php';
  463.             include_once \dirname(__DIR__4).'/src/App/Service/Lead/LeadContactRequestService.php';
  464.             include_once \dirname(__DIR__4).'/src/App/Service/SMSManager.php';
  465.             include_once \dirname(__DIR__4).'/src/App/Service/Security/AuthServer.php';
  466.             include_once \dirname(__DIR__4).'/vendor/aws/aws-sdk-php/src/AwsClientInterface.php';
  467.             include_once \dirname(__DIR__4).'/vendor/aws/aws-sdk-php/src/AwsClientTrait.php';
  468.             include_once \dirname(__DIR__4).'/vendor/aws/aws-sdk-php/src/AwsClient.php';
  469.             include_once \dirname(__DIR__4).'/vendor/aws/aws-sdk-php/src/Sqs/SqsClient.php';
  470.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/EventListener/LocaleEventSubscriber.php';
  471.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Repository/GroupRepository.php';
  472.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Repository/UserInterestRepository.php';
  473.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Repository/UserPackagesRepository.php';
  474.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Repository/UserRepository.php';
  475.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Repository/UserServicesRepository.php';
  476.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Services/Contracts/UserInterestBuilderInterface.php';
  477.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Services/UserInterestBuilder.php';
  478.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Services/UserInterestManager.php';
  479.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Services/Contracts/UserIpInfoServiceInterface.php';
  480.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Services/UserIpInfoService.php';
  481.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Services/UserManager.php';
  482.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Services/UserPackagesService.php';
  483.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Services/UserServicesManager.php';
  484.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Adapter/MailerServiceInterface.php';
  485.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Adapter/MailerService.php';
  486.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/EventListener/IpTraceSubscriber.php';
  487.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Contract/EventStreamingClientFactoryInterface.php';
  488.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/EventStreaming/EventStreamingClientFactory.php';
  489.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Contract/SnsServiceInterface.php';
  490.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Service/SnsService.php';
  491.             include_once \dirname(__DIR__4).'/vendor/aws/aws-sdk-php/src/Sns/SnsClient.php';
  492.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Helpers/MailerHelper.php';
  493.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Listener/DoctrineExtensionEventSubscriber.php';
  494.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Listener/RequestEventSubscriber.php';
  495.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Menu/MenuBuilder.php';
  496.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Repository/CustomParagraphRepository.php';
  497.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Service/ActivityLogger.php';
  498.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Contract/CacheManagerInterface.php';
  499.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Service/CacheManager.php';
  500.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Service/MenuBuilderService.php';
  501.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Service/MobileDetectionService.php';
  502.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Service/PriceExtender.php';
  503.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Service/Setting.php';
  504.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Service/ThumbURL.php';
  505.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Contract/SqsServiceInterface.php';
  506.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Service/SqsService.php';
  507.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Contract/ProducerFactoryInterface.php';
  508.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Producer/ProducerFactory.php';
  509.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Builder/DirectorInterface.php';
  510.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Builder/Director.php';
  511.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Builder/BuilderInterface.php';
  512.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Builder/MetaTagsBuilder.php';
  513.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/EventListener/SoftDeleteEventSubscriber.php';
  514.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Model/Contracts/BumpUpModelInterface.php';
  515.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Model/BumpUpModel.php';
  516.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Repository/LeadRepository.php';
  517.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Repository/ListingLeadRepository.php';
  518.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Repository/CallRequestLeadRepository.php';
  519.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Repository/CallRequestRepository.php';
  520.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Tree/RepositoryUtilsInterface.php';
  521.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Tree/RepositoryInterface.php';
  522.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Tree/Entity/Repository/AbstractTreeRepository.php';
  523.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Tree/Entity/Repository/NestedTreeRepository.php';
  524.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Repository/CompoundLocationRepository.php';
  525.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Repository/CustomFieldRepository.php';
  526.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Repository/FavouriteRepository.php';
  527.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Repository/FreeListingRepository.php';
  528.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Repository/InteractionRepository.php';
  529.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Repository/ListingFeatureRepository.php';
  530.             include_once \dirname(__DIR__4).'/vendor/doctrine/mongodb-odm/lib/Doctrine/ODM/MongoDB/Repository/DocumentRepository.php';
  531.             include_once \dirname(__DIR__4).'/vendor/doctrine/mongodb-odm-bundle/Repository/ServiceDocumentRepositoryInterface.php';
  532.             include_once \dirname(__DIR__4).'/vendor/doctrine/mongodb-odm-bundle/Repository/ServiceRepositoryTrait.php';
  533.             include_once \dirname(__DIR__4).'/vendor/doctrine/mongodb-odm-bundle/Repository/ServiceDocumentRepository.php';
  534.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Repository/ListingImpressionRepository.php';
  535.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Repository/ListingPhoneRepository.php';
  536.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Repository/ListingPhotoRepository.php';
  537.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Traits/Cachable.php';
  538.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Repository/ListingRepository.php';
  539.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Repository/LocationRepository.php';
  540.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Repository/MessageLeadRepository.php';
  541.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Repository/PhoneLeadRepository.php';
  542.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Repository/PhoneRepository.php';
  543.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Repository/PropertyTypeRepository.php';
  544.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Repository/RejectionRepository.php';
  545.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Repository/SectionRepository.php';
  546.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Repository/SimilarListingsLeadRepository.php';
  547.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Repository/TargetUserLeadRepository.php';
  548.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Repository/TargetUserMessageLeadRepository.php';
  549.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Repository/TargetUserPhoneLeadRepository.php';
  550.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Repository/TopSellerLeadRepository.php';
  551.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Repository/UserDomainLeadRepository.php';
  552.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Repository/UserDomainMessageLeadRepository.php';
  553.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Repository/UserDomainPhoneLeadRepository.php';
  554.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Repository/UserPhoneRepository.php';
  555.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Repository/WhatsAppLeadRepository.php';
  556.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/CallRequestManager.php';
  557.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/CompoundService.php';
  558.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/Model/FormTypeInterface.php';
  559.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/Model/LocaleInterface.php';
  560.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/CompoundSearchFormTypeManager.php';
  561.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/InteractionService.php';
  562.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/LeadService.php';
  563.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/LeadValidationService.php';
  564.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Contract/NotificationCenter/NotificationCenterInterface.php';
  565.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Service/NotificationCenter/NotificationCenterEnvelopeGenerator.php';
  566.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/Contracts/WhatsappEmailServiceInterface.php';
  567.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/WhatsappEmailService.php';
  568.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/LeadServiceFactory.php';
  569.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/Contracts/LeadsInsightsServiceInterface.php';
  570.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/LeadsInsightsService.php';
  571.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/ListingContactRateService.php';
  572.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/Contracts/ListingFeatureServiceInterface.php';
  573.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/ListingFeatureService.php';
  574.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/ListingManager.php';
  575.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NeighborhoodBundle/Service/LocationStatisticsManager.php';
  576.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/CompoundStatusLogService.php';
  577.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Service/NumberToWord.php';
  578.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/ListingRuleMatcher.php';
  579.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Sortable/Entity/Repository/SortableRepository.php';
  580.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Repository/RuleRepository.php';
  581.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/Contracts/LocationManagerInterface.php';
  582.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/LocationManager.php';
  583.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Contracts/PhoneManagerInterface.php';
  584.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/PhoneManager.php';
  585.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Contracts/PhoneValidatorInterface.php';
  586.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/Validators/PhoneValidator/PhoneValidator.php';
  587.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/PhoneValidatorComponentFactory.php';
  588.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Contracts/RelatedResultServiceInterface.php';
  589.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/RelatedResultService.php';
  590.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/SearchBundle/Services/ElasticListingSearch/AbstractElasticListingSearch.php';
  591.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/SearchBundle/Services/ElasticListingSearch/RelatedListingSearch.php';
  592.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/SectionService.php';
  593.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Contracts/V3/Listing/MapperInterface.php';
  594.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/V3/ListingAttributesMapper.php';
  595.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Contracts/V3/Listing/TransformerInterface.php';
  596.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Traits/EntityManagerAwareTrait.php';
  597.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/V3/ListingAttributesTransformer.php';
  598.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Traits/LocaleAwareTrait.php';
  599.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/V3/ListingTranslationMapper.php';
  600.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/V4/CostPerLeadService.php';
  601.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/Contracts/V4/ListingServiceInterface.php';
  602.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/V4/ListingService.php';
  603.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/V4/ListingRuleFacadeService.php';
  604.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/Contracts/V4/LocationServiceInterface.php';
  605.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/V4/LocationService.php';
  606.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  607.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  608.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Twig/ListingExtension.php';
  609.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Twig/SearchDescriptionExtension.php';
  610.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MessageBundle/Repository/ConversationRepository.php';
  611.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MessageBundle/Repository/MessageRepository.php';
  612.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MessageBundle/Repository/RecipientRepository.php';
  613.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MessageBundle/Service/Composer.php';
  614.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Repository/CreditRepository.php';
  615.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Services/CreditAnalysisManager.php';
  616.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Contract/CreditManagerInterface.php';
  617.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Services/CreditManager.php';
  618.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Contract/TransferValidatorInterface.php';
  619.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Services/TransferValidator.php';
  620.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/FeatureToggleBundle/Service/FeatureToggleManager.php';
  621.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/FeatureToggleBundle/Contract/FeatureToggleHandlerInterface.php';
  622.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/FeatureToggleBundle/Contract/ToggleMemoryHandlerInterface.php';
  623.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/FeatureToggleBundle/Service/MemoryFeatureToggleHandler.php';
  624.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/FeatureToggleBundle/Service/BulkFeatureTogglesHandler.php';
  625.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/FeatureToggleBundle/Service/SingleFeatureToggleHandler.php';
  626.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/PaymentBundle/Service/PaymentManager.php';
  627.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Services/UserServiceTypesFactory.php';
  628.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/RecurringTransactionBundle/Services/RecurringTransactionLogService.php';
  629.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotifierBundle/Service/NotifierManager.php';
  630.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ApiBundle/EventListener/LocaleEventSubscriber.php';
  631.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/PaymentBundle/Repository/PaymentRepository.php';
  632.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/PaymentBundle/Contract/PaymentDestinationServiceInterface.php';
  633.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/PaymentBundle/Service/PaymentDestinationService.php';
  634.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/PaymentBundle/Service/SalesAnalysisManager.php';
  635.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/PaymentBundle/Service/SignatureManager.php';
  636.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/SearchBundle/CriteriaBuilders/BuilderDirector.php';
  637.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/SearchBundle/CriteriaBuilders/BuilderInterface.php';
  638.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/SearchBundle/CriteriaBuilders/SearchCriteriaBuilder.php';
  639.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/SearchBundle/CriteriaMediator/Contracts/MediatorInterface.php';
  640.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/SearchBundle/CriteriaMediator/CriteriaMediator.php';
  641.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/SearchBundle/Services/BaseSearchService.php';
  642.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/SearchBundle/Services/CompoundSearchService.php';
  643.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/SearchBundle/Services/ElasticClientService.php';
  644.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/SearchBundle/Services/ElasticListingSearch/DefaultListingSearch.php';
  645.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/SearchBundle/Services/ListingFaqService.php';
  646.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/SearchBundle/Services/Contract/ListingSearchCombinationsServiceInterface.php';
  647.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/SearchBundle/Services/ListingSearchCombinationsService.php';
  648.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/SearchBundle/Services/ListingSearchService.php';
  649.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/OTPBundle/Contract/OtpServiceInterface.php';
  650.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/OTPBundle/Service/OtpService.php';
  651.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/OTPBundle/Contract/OtpGeneratorInterface.php';
  652.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/OTPBundle/Service/OtpGeneratorService.php';
  653.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/TopSellerBundle/Service/TopSellerRetrievalService.php';
  654.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/FinancialAidsBundle/Service/FinancialAidService.php';
  655.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/RecurringTransactionBundle/Services/RecurringTransactionService.php';
  656.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/RecurringTransactionBundle/Services/RecurringTransactionStateService.php';
  657.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  658.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  659.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  660.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  661.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  662.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  663.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  664.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  665.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  666.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  667.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  668.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  669.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  670.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  671.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RunnerInterface.php';
  672.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
  673.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
  674.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RuntimeInterface.php';
  675.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/GenericRuntime.php';
  676.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/SymfonyRuntime.php';
  677.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  678.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  679.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  680.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  681.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  682.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  683.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  684.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  685.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  686.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  687.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  688.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  689.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  690.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  691.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  692.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  693.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  694.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  695.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  696.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  697.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  698.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  699.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  700.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  701.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  702.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  703.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  704.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/RedisTrait.php';
  705.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/RedisAdapter.php';
  706.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  707.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  708.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  709.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  710.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  711.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  712.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  713.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  714.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/UrlPackage.php';
  715.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  716.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/StaticVersionStrategy.php';
  717.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  718.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  719.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/MailerInterface.php';
  720.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Mailer.php';
  721.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportInterface.php';
  722.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Transports.php';
  723.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport.php';
  724.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  725.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/FragmentListener.php';
  726.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  727.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  728.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  729.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  730.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  731.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  732.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  733.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  734.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  735.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  736.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  737.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  738.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  739.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  740.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  741.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  742.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  743.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  744.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  745.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  746.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  747.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  748.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  749.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  750.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  751.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  752.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  753.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  754.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  755.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  756.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  757.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  758.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  759.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  760.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  761.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  762.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  763.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  764.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  765.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  766.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  767.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  768.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  769.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  770.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  771.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  772.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  773.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  774.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  775.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageFactoryInterface.php';
  776.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorageFactory.php';
  777.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php';
  778.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/SessionHandlerFactory.php';
  779.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  780.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php';
  781.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  782.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  783.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  784.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  785.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  786.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  787.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  788.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  789.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  790.             include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  791.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  792.             include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  793.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  794.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  795.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  796.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  797.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  798.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  799.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Validator/Initializer.php';
  800.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  801.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  802.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  803.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  804.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  805.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  806.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  807.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  808.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  809.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  810.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  811.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  812.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  813.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  814.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  815.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  816.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  817.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  818.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  819.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  820.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  821.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  822.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  823.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  824.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connections/PrimaryReadReplicaConnection.php';
  825.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  826.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  827.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  828.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  829.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  830.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  831.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  832.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  833.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
  834.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php';
  835.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  836.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
  837.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php';
  838.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/SimplifiedXmlDriver.php';
  839.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  840.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  841.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  842.             include_once \dirname(__DIR__4).'/vendor/doctrine/mongodb-odm/lib/Doctrine/ODM/MongoDB/APM/CommandLoggerInterface.php';
  843.             include_once \dirname(__DIR__4).'/vendor/doctrine/mongodb-odm/lib/Doctrine/ODM/MongoDB/APM/CommandLogger.php';
  844.             include_once \dirname(__DIR__4).'/vendor/doctrine/mongodb-odm-bundle/ManagerRegistry.php';
  845.             include_once \dirname(__DIR__4).'/vendor/mongodb/mongodb/src/Client.php';
  846.             include_once \dirname(__DIR__4).'/vendor/doctrine/mongodb-odm/lib/Doctrine/ODM/MongoDB/DocumentManager.php';
  847.             include_once \dirname(__DIR__4).'/vendor/doctrine/mongodb-odm/lib/Doctrine/ODM/MongoDB/Configuration.php';
  848.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  849.             include_once \dirname(__DIR__4).'/vendor/doctrine/mongodb-odm/lib/Doctrine/ODM/MongoDB/Mapping/Driver/CompatibilityAnnotationDriver.php';
  850.             include_once \dirname(__DIR__4).'/vendor/doctrine/mongodb-odm/lib/Doctrine/ODM/MongoDB/Mapping/Driver/AnnotationDriver.php';
  851.             include_once \dirname(__DIR__4).'/vendor/doctrine/mongodb-odm/lib/Doctrine/ODM/MongoDB/Repository/RepositoryFactory.php';
  852.             include_once \dirname(__DIR__4).'/vendor/doctrine/mongodb-odm-bundle/Repository/ContainerRepositoryFactory.php';
  853.             include_once \dirname(__DIR__4).'/vendor/doctrine/mongodb-odm-bundle/ManagerConfigurator.php';
  854.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/AbstractLogger.php';
  855.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Logger/ElasticaLogger.php';
  856.             include_once \dirname(__DIR__4).'/vendor/ruflin/elastica/lib/Elastica/Client.php';
  857.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Elastica/Client.php';
  858.             include_once \dirname(__DIR__4).'/vendor/ruflin/elastica/lib/Elastica/SearchableInterface.php';
  859.             include_once \dirname(__DIR__4).'/vendor/ruflin/elastica/lib/Elastica/Index.php';
  860.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Elastica/Index.php';
  861.             include_once \dirname(__DIR__4).'/vendor/ruflin/elastica/lib/Elastica/Type.php';
  862.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Finder/FinderInterface.php';
  863.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Finder/PaginatedFinderInterface.php';
  864.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Finder/TransformedFinder.php';
  865.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Transformer/ElasticaToModelTransformerInterface.php';
  866.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Transformer/AbstractElasticaToModelTransformer.php';
  867.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Doctrine/AbstractElasticaToModelTransformer.php';
  868.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Doctrine/ORM/ElasticaToModelTransformer.php';
  869.             include_once \dirname(__DIR__4).'/vendor/queue-interop/queue-interop/src/ConnectionFactory.php';
  870.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/ConnectionFactoryFactoryInterface.php';
  871.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Doctrine/DoctrineConnectionFactoryFactory.php';
  872.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/ConnectionFactoryFactory.php';
  873.             include_once \dirname(__DIR__4).'/vendor/queue-interop/queue-interop/src/Context.php';
  874.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/DriverInterface.php';
  875.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/DriverFactoryInterface.php';
  876.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Doctrine/DoctrineDriverFactory.php';
  877.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/Config.php';
  878.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/RouteCollection.php';
  879.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/DriverFactory.php';
  880.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  881.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/EventListener/ViewResponseListener.php';
  882.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/EventListener/BodyListener.php';
  883.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Decoder/DecoderProviderInterface.php';
  884.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Decoder/ContainerDecoderProvider.php';
  885.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/EventListener/FormatListener.php';
  886.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/AbstractNegotiator.php';
  887.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/Negotiator.php';
  888.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Negotiation/FormatNegotiator.php';
  889.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  890.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  891.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/EventListener/VersionListener.php';
  892.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Version/VersionResolverInterface.php';
  893.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Version/ChainVersionResolver.php';
  894.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Version/Resolver/HeaderVersionResolver.php';
  895.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Version/Resolver/QueryParameterVersionResolver.php';
  896.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Version/Resolver/MediaTypeVersionResolver.php';
  897.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/EventListener/VersionExclusionListener.php';
  898.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/EventListener/ParamFetcherListener.php';
  899.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Request/ParamFetcherInterface.php';
  900.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Util/ResolverTrait.php';
  901.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Request/ParamFetcher.php';
  902.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Request/ParamReaderInterface.php';
  903.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Request/ParamReader.php';
  904.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  905.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  906.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  907.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.php';
  908.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  909.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  910.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  911.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  912.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  913.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  914.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  915.             include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  916.             include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  917.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  918.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  919.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  920.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  921.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  922.             include_once \dirname(__DIR__4).'/vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php';
  923.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  924.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  925.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  926.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  927.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/TokenGeneratorInterface.php';
  928.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/TokenGenerator.php';
  929.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/PasswordUpdaterInterface.php';
  930.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/HashingPasswordUpdater.php';
  931.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/CanonicalFieldsUpdater.php';
  932.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/CanonicalizerInterface.php';
  933.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/Canonicalizer.php';
  934.             include_once \dirname(__DIR__4).'/vendor/jms/i18n-routing-bundle/JMS/I18nRoutingBundle/Router/LocaleResolverInterface.php';
  935.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Locale/DefaultLocaleResolver.php';
  936.             include_once \dirname(__DIR__4).'/vendor/jms/i18n-routing-bundle/JMS/I18nRoutingBundle/EventListener/CookieSettingListener.php';
  937.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Type/ParserInterface.php';
  938.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Type/Parser.php';
  939.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  940.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
  941.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/FileCache.php';
  942.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
  943.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
  944.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactory.php';
  945.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  946.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/LazyLoadingDriver.php';
  947.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/FactoryInterface.php';
  948.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/MenuFactory.php';
  949.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Factory/ExtensionInterface.php';
  950.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Integration/Symfony/RoutingExtension.php';
  951.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/Helper.php';
  952.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererProviderInterface.php';
  953.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/PsrProvider.php';
  954.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/MenuProviderInterface.php';
  955.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/ChainProvider.php';
  956.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/MatcherInterface.php';
  957.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Matcher.php';
  958.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Util/MenuManipulator.php';
  959.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
  960.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/ResolverInterface.php';
  961.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/WebPathResolver.php';
  962.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/CacheManager.php';
  963.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/FilterConfiguration.php';
  964.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/NoCacheWebPathResolver.php';
  965.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/SignerInterface.php';
  966.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Signer.php';
  967.             include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Discovery/ConfiguredClientsStrategyListener.php';
  968.             include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Collector/PluginClientFactory.php';
  969.             include_once \dirname(__DIR__4).'/vendor/php-http/message/src/Formatter.php';
  970.             include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Collector/Formatter.php';
  971.             include_once \dirname(__DIR__4).'/vendor/php-http/message/src/Formatter/FullHttpMessageFormatter.php';
  972.             include_once \dirname(__DIR__4).'/vendor/php-http/message/src/Formatter/CurlCommandFormatter.php';
  973.             include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Collector/Collector.php';
  974.             include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Collector/PluginClientFactoryListener.php';
  975.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  976.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  977.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  978.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  979.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  980.             include_once \dirname(__DIR__4).'/src/App/FrameworkExtra/Converters/QueryStringConverter.php';
  981.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  982.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  983.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  984.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  985.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  986.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  987.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  988.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  989.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  990.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  991.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  992.             include_once \dirname(__DIR__4).'/vendor/snc/redis-bundle/src/Logger/RedisLogger.php';
  993.             include_once \dirname(__DIR__4).'/vendor/predis/predis/src/ClientInterface.php';
  994.             include_once \dirname(__DIR__4).'/vendor/predis/predis/src/Client.php';
  995.             include_once \dirname(__DIR__4).'/vendor/predis/predis/src/Connection/ParametersInterface.php';
  996.             include_once \dirname(__DIR__4).'/vendor/predis/predis/src/Connection/Parameters.php';
  997.             include_once \dirname(__DIR__4).'/vendor/snc/redis-bundle/src/Factory/PredisParametersFactory.php';
  998.             include_once \dirname(__DIR__4).'/vendor/predis/predis/src/Configuration/OptionsInterface.php';
  999.             include_once \dirname(__DIR__4).'/vendor/predis/predis/src/Configuration/Options.php';
  1000.             include_once \dirname(__DIR__4).'/vendor/predis/predis/src/Connection/FactoryInterface.php';
  1001.             include_once \dirname(__DIR__4).'/vendor/predis/predis/src/Connection/Factory.php';
  1002.             include_once \dirname(__DIR__4).'/vendor/snc/redis-bundle/src/Client/Predis/Connection/ConnectionFactory.php';
  1003.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  1004.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  1005.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  1006.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  1007.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  1008.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  1009.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  1010.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  1011.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  1012.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  1013.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  1014.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  1015.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  1016.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  1017.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  1018.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  1019.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  1020.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  1021.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  1022.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  1023.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  1024.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  1025.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  1026.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  1027.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  1028.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  1029.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
  1030.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php';
  1031.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedDriverInterface.php';
  1032.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverChain.php';
  1033.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AbstractFileDriver.php';
  1034.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/XmlDriver.php';
  1035.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
  1036.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
  1037.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/TraceableFileLocatorInterface.php';
  1038.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocator.php';
  1039.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AnnotationDriver.php';
  1040.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AbstractYamlDriver.php';
  1041.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YamlDriver.php';
  1042.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YmlDriver.php';
  1043.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Mapping/PropertyMappingFactory.php';
  1044.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Templating/Helper/UploaderHelperInterface.php';
  1045.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Templating/Helper/UploaderHelper.php';
  1046.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  1047.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Twig/Extension/UploaderExtensionRuntime.php';
  1048.             include_once \dirname(__DIR__4).'/vendor/knplabs/gaufrette/src/Gaufrette/FilesystemMapInterface.php';
  1049.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-gaufrette-bundle/FilesystemMap.php';
  1050.             include_once \dirname(__DIR__4).'/vendor/knplabs/gaufrette/src/Gaufrette/FilesystemInterface.php';
  1051.             include_once \dirname(__DIR__4).'/vendor/knplabs/gaufrette/src/Gaufrette/Filesystem.php';
  1052.             include_once \dirname(__DIR__4).'/vendor/knplabs/gaufrette/src/Gaufrette/Adapter.php';
  1053.             include_once \dirname(__DIR__4).'/vendor/knplabs/gaufrette/src/Gaufrette/Adapter/MetadataSupporter.php';
  1054.             include_once \dirname(__DIR__4).'/vendor/knplabs/gaufrette/src/Gaufrette/Adapter/ListKeysAware.php';
  1055.             include_once \dirname(__DIR__4).'/vendor/knplabs/gaufrette/src/Gaufrette/Adapter/SizeCalculator.php';
  1056.             include_once \dirname(__DIR__4).'/vendor/knplabs/gaufrette/src/Gaufrette/Adapter/MimeTypeProvider.php';
  1057.             include_once \dirname(__DIR__4).'/vendor/knplabs/gaufrette/src/Gaufrette/Adapter/AwsS3.php';
  1058.             include_once \dirname(__DIR__4).'/vendor/aws/aws-sdk-php/src/S3/S3ClientInterface.php';
  1059.             include_once \dirname(__DIR__4).'/vendor/aws/aws-sdk-php/src/Api/Parser/PayloadParserTrait.php';
  1060.             include_once \dirname(__DIR__4).'/vendor/aws/aws-sdk-php/src/S3/S3ClientTrait.php';
  1061.             include_once \dirname(__DIR__4).'/vendor/aws/aws-sdk-php/src/S3/S3Client.php';
  1062.             include_once \dirname(__DIR__4).'/vendor/knplabs/gaufrette/src/Gaufrette/Adapter/StreamFactory.php';
  1063.             include_once \dirname(__DIR__4).'/vendor/knplabs/gaufrette/src/Gaufrette/Adapter/ChecksumCalculator.php';
  1064.             include_once \dirname(__DIR__4).'/vendor/knplabs/gaufrette/src/Gaufrette/Adapter/Local.php';
  1065.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  1066.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  1067.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClientTrait.php';
  1068.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/ScopingHttpClient.php';
  1069.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  1070.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileLocator.php';
  1071.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/SymfonyFileLocator.php';
  1072.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  1073.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  1074.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  1075.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  1076.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  1077.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  1078.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  1079.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  1080.             include_once \dirname(__DIR__4).'/vendor/jms/i18n-routing-bundle/JMS/I18nRoutingBundle/Router/I18nRouter.php';
  1081.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBusInterface.php';
  1082.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/TraceableMessageBus.php';
  1083.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBus.php';
  1084.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/View/ViewHandlerInterface.php';
  1085.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/View/ConfigurableViewHandlerInterface.php';
  1086.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/View/ViewHandler.php';
  1087.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/Serializer.php';
  1088.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/JMSSerializerAdapter.php';
  1089.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Model/UserManagerInterface.php';
  1090.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Model/UserManager.php';
  1091.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Doctrine/UserManager.php';
  1092.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/SerializationContextFactoryInterface.php';
  1093.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/DeserializationContextFactoryInterface.php';
  1094.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/ContextFactory/ConfiguredContextFactory.php';
  1095.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/SerializerInterface.php';
  1096.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ArrayTransformerInterface.php';
  1097.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Serializer.php';
  1098.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/GraphNavigator/Factory/GraphNavigatorFactoryInterface.php';
  1099.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/GraphNavigator/Factory/DeserializationGraphNavigatorFactory.php';
  1100.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Construction/ObjectConstructorInterface.php';
  1101.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Construction/DoctrineObjectConstructor.php';
  1102.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Construction/UnserializeObjectConstructor.php';
  1103.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Accessor/AccessorStrategyInterface.php';
  1104.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Accessor/DefaultAccessorStrategy.php';
  1105.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Expression/CompilableExpressionEvaluatorInterface.php';
  1106.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Expression/ExpressionEvaluatorInterface.php';
  1107.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Expression/ExpressionEvaluator.php';
  1108.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/ExpressionLanguage/BasicSerializerFunctionsProvider.php';
  1109.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcherInterface.php';
  1110.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcher.php';
  1111.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/LazyEventDispatcher.php';
  1112.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/GraphNavigator/Factory/SerializationGraphNavigatorFactory.php';
  1113.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/SerializationVisitorFactory.php';
  1114.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/JsonSerializationVisitorFactory.php';
  1115.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/XmlSerializationVisitorFactory.php';
  1116.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/DeserializationVisitorFactory.php';
  1117.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/JsonDeserializationVisitorFactory.php';
  1118.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/XmlDeserializationVisitorFactory.php';
  1119.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  1120.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  1121.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  1122.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  1123.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  1124.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  1125.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  1126.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/ProducerInterface.php';
  1127.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/TraceableProducer.php';
  1128.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/Producer.php';
  1129.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Rpc/RpcFactory.php';
  1130.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/PreSendEventExtensionInterface.php';
  1131.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/PreSendCommandExtensionInterface.php';
  1132.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/DriverPreSendExtensionInterface.php';
  1133.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/PostSendExtensionInterface.php';
  1134.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/ExtensionInterface.php';
  1135.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/ChainExtension.php';
  1136.             include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  1137.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  1138.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  1139.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  1140.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  1141.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  1142.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  1143.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  1144.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  1145.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  1146.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  1147.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  1148.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  1149.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  1150.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  1151.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  1152.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  1153.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  1154.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  1155.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  1156.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
  1157.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  1158.             include_once \dirname(__DIR__4).'/vendor/doctrine/mongodb-odm-bundle/DataCollector/CommandDataCollector.php';
  1159.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/DataCollector/ElasticaDataCollector.php';
  1160.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue-bundle/Profiler/AbstractMessageQueueCollector.php';
  1161.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue-bundle/Profiler/MessageQueueCollector.php';
  1162.             include_once \dirname(__DIR__4).'/vendor/snc/redis-bundle/src/DataCollector/RedisDataCollector.php';
  1163.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/DataCollector/MappingCollector.php';
  1164.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  1165.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  1166.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  1167.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  1168.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  1169.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  1170.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  1171.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  1172.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  1173.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  1174.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  1175.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  1176.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
  1177.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
  1178.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  1179.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  1180.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  1181.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  1182.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  1183.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  1184.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  1185.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  1186.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  1187.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  1188.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  1189.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  1190.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  1191.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  1192.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  1193.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  1194.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  1195.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  1196.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  1197.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  1198.             include_once \dirname(__DIR__4).'/src/App/Twig/AppExtension.php';
  1199.             include_once \dirname(__DIR__4).'/vendor/twig/extensions/lib/Twig/Extensions/Extension/Date.php';
  1200.             include_once \dirname(__DIR__4).'/vendor/twig/extensions/lib/Twig/Extensions/Extension/Text.php';
  1201.             include_once \dirname(__DIR__4).'/vendor/twig/extensions/lib/Twig/Extensions/Extension/Intl.php';
  1202.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Twig/UserServiceExtension.php';
  1203.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Twig/ArabicNumbersConvertExtension.php';
  1204.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Twig/CustomParagraphPreviewLinkExtension.php';
  1205.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Twig/DateFormatExtension.php';
  1206.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Twig/FeatureToggleExtension.php';
  1207.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Twig/FeedbackSourceExtension.php';
  1208.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Twig/MenuExtension.php';
  1209.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Twig/MobileDetectionExtension.php';
  1210.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Twig/MortgageRequestLinkExtension.php';
  1211.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Twig/NavbarExtension.php';
  1212.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Twig/SettingExtension.php';
  1213.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Twig/TestimonialExtension.php';
  1214.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Twig/ThumbnailExtension.php';
  1215.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Twig/UnsetFilter.php';
  1216.             include_once \dirname(__DIR__4).'/vendor/aqarmap/utility-bundle/Aqarmap/Bundle/UtilityBundle/TwigExtensions/Gravatar.php';
  1217.             include_once \dirname(__DIR__4).'/vendor/aqarmap/utility-bundle/Aqarmap/Bundle/UtilityBundle/TwigExtensions/Text.php';
  1218.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Twig/CompoundLocationExtension.php';
  1219.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Twig/JsonDecodeExtension.php';
  1220.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Twig/ListingShareExtension.php';
  1221.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Twig/LocationExtension.php';
  1222.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Twig/MetaTagsExtension.php';
  1223.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Twig/ParseSearchCriteria.php';
  1224.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Twig/PriceFiltersExtension.php';
  1225.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Twig/SearchExtension.php';
  1226.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Contracts/V4/CompoundLocationLinksBuilderInterface.php';
  1227.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/V4/CompoundlocationLinksBuilderService.php';
  1228.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Twig/TopCompaniesExtension.php';
  1229.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Twig/CreditExtension.php';
  1230.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Twig/FaqExtension.php';
  1231.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Twig/PackageExtension.php';
  1232.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Twig/PackageUserTypeExtension.php';
  1233.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NeighborhoodBundle/Twig/CompoundExtension.php';
  1234.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/DiscussionBundle/Twig/CommentExtension.php';
  1235.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/DiscussionBundle/Twig/DiscussionExtension.php';
  1236.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/DiscussionBundle/Twig/DiscussionTabsExtension.php';
  1237.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CRMBundle/Twig/CompanyExtension.php';
  1238.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CRMBundle/Twig/StaffExtension.php';
  1239.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CustomerProfilingBundle/Twig/CustomerProfilingExtension.php';
  1240.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/PaymentBundle/Twig/PaymentExtension.php';
  1241.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/PaymentBundle/Twig/PrintExtension.php';
  1242.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/AnnouncementBundle/Services/Twig/AnnouncementExtension.php';
  1243.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  1244.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRendererInterface.php';
  1245.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Twig/CKEditorExtension.php';
  1246.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRenderer.php';
  1247.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Builder/JsonBuilder.php';
  1248.             include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Twig/Extension/OAuthExtension.php';
  1249.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Twig/SerializerBaseExtension.php';
  1250.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Twig/SerializerRuntimeExtension.php';
  1251.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/MenuExtension.php';
  1252.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  1253.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  1254.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Templating/FilterTrait.php';
  1255.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Templating/FilterExtension.php';
  1256.             include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Render/Html/GetNelmioAsset.php';
  1257.             include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Collector/Twig/HttpMessageMarkupExtension.php';
  1258.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  1259.             include_once \dirname(__DIR__4).'/vendor/twig/markdown-extra/MarkdownExtension.php';
  1260.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  1261.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/StimulusTwigExtension.php';
  1262.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Twig/Extension/UploaderExtension.php';
  1263.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  1264.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  1265.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  1266.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  1267.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  1268.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  1269.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  1270.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  1271.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  1272.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  1273.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  1274.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  1275.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/HandlerRegistryInterface.php';
  1276.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/HandlerRegistry.php';
  1277.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/LazyHandlerRegistry.php';
  1278.             include_once __DIR__.'/proxy-classes.php';
  1279.         };
  1280.     }
  1281.     public function compile(): void
  1282.     {
  1283.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  1284.     }
  1285.     public function isCompiled(): bool
  1286.     {
  1287.         return true;
  1288.     }
  1289.     public function getRemovedIds(): array
  1290.     {
  1291.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  1292.     }
  1293.     protected function createProxy($class, \Closure $factory)
  1294.     {
  1295.         return $factory();
  1296.     }
  1297.     /**
  1298.      * Gets the public '.container.private.cache_clearer' shared service.
  1299.      *
  1300.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  1301.      */
  1302.     protected function get_Container_Private_CacheClearerService()
  1303.     {
  1304.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1305.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  1306.         return $this->services['.container.private.cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  1307.             yield => ($this->privates['jms_serializer.cache.cache_clearer'] ?? $this->getJmsSerializer_Cache_CacheClearerService());
  1308.         }, 1));
  1309.     }
  1310.     /**
  1311.      * Gets the public '.container.private.filesystem' shared service.
  1312.      *
  1313.      * @return \Symfony\Component\Filesystem\Filesystem
  1314.      */
  1315.     protected function get_Container_Private_FilesystemService()
  1316.     {
  1317.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  1318.     }
  1319.     /**
  1320.      * Gets the public '.container.private.form.factory' shared service.
  1321.      *
  1322.      * @return \Symfony\Component\Form\FormFactory
  1323.      */
  1324.     protected function get_Container_Private_Form_FactoryService()
  1325.     {
  1326.         $a = ($this->privates['form.registry'] ?? $this->getForm_RegistryService());
  1327.         if (isset($this->services['.container.private.form.factory'])) {
  1328.             return $this->services['.container.private.form.factory'];
  1329.         }
  1330.         return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory($a);
  1331.     }
  1332.     /**
  1333.      * Gets the public '.container.private.form.type.file' shared service.
  1334.      *
  1335.      * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  1336.      */
  1337.     protected function get_Container_Private_Form_Type_FileService()
  1338.     {
  1339.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  1340.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  1341.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  1342.         return $this->services['.container.private.form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  1343.     }
  1344.     /**
  1345.      * Gets the public '.container.private.profiler' shared service.
  1346.      *
  1347.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1348.      */
  1349.     protected function get_Container_Private_ProfilerService()
  1350.     {
  1351.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  1352.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1353.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1354.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1355.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1356.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  1357.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  1358.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1359.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1360.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  1361.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  1362.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  1363.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  1364.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1365.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  1366.         $d->addInstance('cache.messenger.restart_workers_signal', ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  1367.         $d->addInstance('cache.rate_limiter', ($this->services['cache.rate_limiter'] ?? $this->getCache_RateLimiterService()));
  1368.         $d->addInstance('doctrine.result_cache_pool', ($this->privates['doctrine.result_cache_pool'] ?? $this->getDoctrine_ResultCachePoolService()));
  1369.         $d->addInstance('doctrine.system_cache_pool', ($this->privates['doctrine.system_cache_pool'] ?? $this->getDoctrine_SystemCachePoolService()));
  1370.         $d->addInstance('rate_limiter_storage_pool', ($this->privates['rate_limiter_storage_pool'] ?? $this->getRateLimiterStoragePoolService()));
  1371.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  1372.         $d->addInstance('cache.doctrine.orm.default.second_level.region.write_rare_driver', ($this->privates['cache.doctrine.orm.default.second_level.region.write_rare_driver'] ?? $this->getCache_Doctrine_Orm_Default_SecondLevel_Region_WriteRareDriverService()));
  1373.         $d->addInstance('cache.doctrine.orm.default.second_level.region.append_only_driver', ($this->privates['cache.doctrine.orm.default.second_level.region.append_only_driver'] ?? $this->getCache_Doctrine_Orm_Default_SecondLevel_Region_AppendOnlyDriverService()));
  1374.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  1375.         $d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  1376.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  1377.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  1378.         $e->registerClient('sms.client', ($this->privates['.debug.sms.client'] ?? $this->get_Debug_Sms_ClientService()));
  1379.         $e->registerClient('auth.client', ($this->privates['.debug.auth.client'] ?? $this->get_Debug_Auth_ClientService()));
  1380.         $e->registerClient('locations_insights.client', ($this->privates['.debug.locations_insights.client'] ?? $this->get_Debug_LocationsInsights_ClientService()));
  1381.         $e->registerClient('fcm.client', ($this->privates['.debug.fcm.client'] ?? $this->get_Debug_Fcm_ClientService()));
  1382.         $e->registerClient('search.client', ($this->privates['.debug.search.client'] ?? $this->get_Debug_Search_ClientService()));
  1383.         $e->registerClient('geoip.client', ($this->privates['.debug.geoip.client'] ?? $this->get_Debug_Geoip_ClientService()));
  1384.         $e->registerClient('hwi_oauth.http_client', ($this->privates['.debug.hwi_oauth.http_client'] ?? $this->get_Debug_HwiOauth_HttpClientService()));
  1385.         $f = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), trueNULL);
  1386.         $f->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  1387.         $g = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
  1388.         $g->registerBus('messenger.bus.default', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  1389.         $h = new \Enqueue\Bundle\Profiler\MessageQueueCollector();
  1390.         $h->addProducer('default', ($this->services['enqueue.client.default.producer'] ?? $this->getEnqueue_Client_Default_ProducerService()));
  1391.         $i = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1392.         if ($this->has('kernel')) {
  1393.             $i->setKernel($b);
  1394.         }
  1395.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  1396.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1397.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1398.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  1399.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1400.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  1401.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1402.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  1403.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  1404.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1405.         $instance->add($d);
  1406.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  1407.         $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));
  1408.         $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())));
  1409.         $instance->add($e);
  1410.         $instance->add($f);
  1411.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  1412.         $instance->add(($this->privates['httplug.collector.collector'] ?? ($this->privates['httplug.collector.collector'] = new \Http\HttplugBundle\Collector\Collector(0))));
  1413.         $instance->add($g);
  1414.         $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()))));
  1415.         $instance->add(new \Doctrine\Bundle\MongoDBBundle\DataCollector\CommandDataCollector(($this->privates['doctrine_mongodb.odm.data_collector.command_logger'] ?? ($this->privates['doctrine_mongodb.odm.data_collector.command_logger'] = new \Doctrine\ODM\MongoDB\APM\CommandLogger()))));
  1416.         $instance->add(new \FOS\ElasticaBundle\DataCollector\ElasticaDataCollector(($this->privates['fos_elastica.logger'] ?? $this->getFosElastica_LoggerService())));
  1417.         $instance->add($h);
  1418.         $instance->add(new \Snc\RedisBundle\DataCollector\RedisDataCollector(($this->privates['snc_redis.logger'] ?? $this->getSncRedis_LoggerService())));
  1419.         $instance->add(new \Vich\UploaderBundle\DataCollector\MappingCollector(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService())));
  1420.         $instance->add($i);
  1421.         return $instance;
  1422.     }
  1423.     /**
  1424.      * Gets the public '.container.private.security.authorization_checker' shared service.
  1425.      *
  1426.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1427.      */
  1428.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  1429.     {
  1430.         $a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  1431.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  1432.             return $this->services['.container.private.security.authorization_checker'];
  1433.         }
  1434.         $b = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  1435.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  1436.             return $this->services['.container.private.security.authorization_checker'];
  1437.         }
  1438.         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()), $a$btrue);
  1439.     }
  1440.     /**
  1441.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  1442.      *
  1443.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  1444.      */
  1445.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  1446.     {
  1447.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  1448.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  1449.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  1450.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  1451.         return $this->services['.container.private.security.csrf.token_manager'] = new \Symfony\Component\Security\Csrf\CsrfTokenManager(new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator(), ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1452.     }
  1453.     /**
  1454.      * Gets the public '.container.private.security.password_encoder' shared service.
  1455.      *
  1456.      * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  1457.      *
  1458.      * @deprecated Since symfony/security-bundle 5.3: The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.
  1459.      */
  1460.     protected function get_Container_Private_Security_PasswordEncoderService()
  1461.     {
  1462.         trigger_deprecation('symfony/security-bundle''5.3''The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.');
  1463.         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()));
  1464.     }
  1465.     /**
  1466.      * Gets the public '.container.private.security.token_storage' shared service.
  1467.      *
  1468.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  1469.      */
  1470.     protected function get_Container_Private_Security_TokenStorageService()
  1471.     {
  1472.         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, [
  1473.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  1474.         ], [
  1475.             'request_stack' => '?',
  1476.         ]));
  1477.     }
  1478.     /**
  1479.      * Gets the public '.container.private.serializer' shared service.
  1480.      *
  1481.      * @return \Symfony\Component\Serializer\Serializer
  1482.      */
  1483.     protected function get_Container_Private_SerializerService()
  1484.     {
  1485.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  1486.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  1487.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  1488.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  1489.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  1490.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  1491.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  1492.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  1493.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  1494.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  1495.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  1496.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  1497.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  1498.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  1499.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/Normalizer/FormErrorNormalizer.php';
  1500.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/Normalizer/FlattenExceptionNormalizer.php';
  1501.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareTrait.php';
  1502.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/Normalizer/FlattenExceptionNormalizer.php';
  1503.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  1504.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  1505.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  1506.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  1507.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  1508.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  1509.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  1510.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  1511.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  1512.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  1513.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  1514.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  1515.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  1516.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  1517.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  1518.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  1519.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  1520.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  1521.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  1522.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  1523.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  1524.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  1525.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  1526.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  1527.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  1528.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Util/ExceptionValueMap.php';
  1529.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  1530.         if (isset($this->services['.container.private.serializer'])) {
  1531.             return $this->services['.container.private.serializer'];
  1532.         }
  1533.         $b = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  1534.         $c = ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService());
  1535.         $d = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  1536.         $e = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($d);
  1537.         return $this->services['.container.private.serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($b), => new \FOS\RestBundle\Serializer\Normalizer\FormErrorNormalizer(), => new \FOS\RestBundle\Serializer\Normalizer\FlattenExceptionNormalizer(($this->privates['fos_rest.exception.codes_map'] ?? ($this->privates['fos_rest.exception.codes_map'] = new \FOS\RestBundle\Util\ExceptionValueMap([]))), ($this->privates['fos_rest.exception.messages_map'] ?? ($this->privates['fos_rest.exception.messages_map'] = new \FOS\RestBundle\Util\ExceptionValueMap(['App\\Exception\\LogicHttpException' => true'App\\Exception\\BadRequestHttpException' => true'App\\Exception\\UnauthorizedHttpException' => true]))), truefalse), => new \Symfony\Component\Messenger\Transport\Serialization\Normalizer\FlattenExceptionNormalizer(), => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), => new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $c), => new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($d$c$a$eNULL, [], $a)), => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), 10 => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), 11 => new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), 12 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 13 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULLNULL), 14 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 15 => new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($d$c$b$a$eNULL)], [=> new \Symfony\Component\Serializer\Encoder\XmlEncoder(), => new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULLNULL), => new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULLNULL), => new \Symfony\Component\Serializer\Encoder\CsvEncoder()]);
  1538.     }
  1539.     /**
  1540.      * Gets the public '.container.private.session' shared service.
  1541.      *
  1542.      * @return \Symfony\Component\HttpFoundation\Session\Session
  1543.      */
  1544.     protected function get_Container_Private_SessionService()
  1545.     {
  1546.         $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  1547.         if (isset($this->services['.container.private.session'])) {
  1548.             return $this->services['.container.private.session'];
  1549.         }
  1550.         return $this->services['.container.private.session'] = $a->createSession();
  1551.     }
  1552.     /**
  1553.      * Gets the public '.container.private.twig' shared service.
  1554.      *
  1555.      * @return \Twig\Environment
  1556.      */
  1557.     protected function get_Container_Private_TwigService()
  1558.     {
  1559.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  1560.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'));
  1561.         $a->addPath((\dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Resources/views'), 'AqarmapMainBundle');
  1562.         $a->addPath((\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Resources/views'), 'AqarmapListingBundle');
  1563.         $a->addPath((\dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Resources/views'), 'AqarmapUserBundle');
  1564.         $a->addPath((\dirname(__DIR__4).'/src/Aqarmap/Bundle/NeighborhoodBundle/Resources/views'), 'AqarmapNeighborhoodBundle');
  1565.         $a->addPath((\dirname(__DIR__4).'/src/Aqarmap/Bundle/DiscussionBundle/Resources/views'), 'AqarmapDiscussionBundle');
  1566.         $a->addPath((\dirname(__DIR__4).'/src/Aqarmap/Bundle/SearchBundle/Resources/views'), 'AqarmapSearchBundle');
  1567.         $a->addPath((\dirname(__DIR__4).'/src/Aqarmap/Bundle/CRMBundle/Resources/views'), 'AqarmapCRMBundle');
  1568.         $a->addPath((\dirname(__DIR__4).'/src/Aqarmap/Bundle/BuyerAlertsBundle/Resources/views'), 'AqarmapBuyerAlertsBundle');
  1569.         $a->addPath((\dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Resources/views'), 'AqarmapNotificationBundle');
  1570.         $a->addPath((\dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Resources/views'), 'AqarmapCreditBundle');
  1571.         $a->addPath((\dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Resources/views'), 'AqarmapUser');
  1572.         $a->addPath((\dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Resources/views'), '!AqarmapUser');
  1573.         $a->addPath((\dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Resources/views'), 'AqarmapMain');
  1574.         $a->addPath((\dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Resources/views'), '!AqarmapMain');
  1575.         $a->addPath((\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Resources/views'), 'AqarmapListing');
  1576.         $a->addPath((\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Resources/views'), '!AqarmapListing');
  1577.         $a->addPath((\dirname(__DIR__4).'/src/Aqarmap/Bundle/MessageBundle/Resources/views'), 'AqarmapMessage');
  1578.         $a->addPath((\dirname(__DIR__4).'/src/Aqarmap/Bundle/MessageBundle/Resources/views'), '!AqarmapMessage');
  1579.         $a->addPath((\dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Resources/views'), 'AqarmapCredit');
  1580.         $a->addPath((\dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Resources/views'), '!AqarmapCredit');
  1581.         $a->addPath((\dirname(__DIR__4).'/src/Aqarmap/Bundle/NotifierBundle/Resources/views'), 'AqarmapNotifier');
  1582.         $a->addPath((\dirname(__DIR__4).'/src/Aqarmap/Bundle/NotifierBundle/Resources/views'), '!AqarmapNotifier');
  1583.         $a->addPath((\dirname(__DIR__4).'/src/Aqarmap/Bundle/BuyerAlertsBundle/Resources/views'), 'AqarmapBuyerAlerts');
  1584.         $a->addPath((\dirname(__DIR__4).'/src/Aqarmap/Bundle/BuyerAlertsBundle/Resources/views'), '!AqarmapBuyerAlerts');
  1585.         $a->addPath((\dirname(__DIR__4).'/src/Aqarmap/Bundle/MortgageBundle/Resources/views'), 'AqarmapMortgage');
  1586.         $a->addPath((\dirname(__DIR__4).'/src/Aqarmap/Bundle/MortgageBundle/Resources/views'), '!AqarmapMortgage');
  1587.         $a->addPath((\dirname(__DIR__4).'/src/Aqarmap/Bundle/BrokerSalesBundle/Resources/views'), 'AqarmapBrokerSales');
  1588.         $a->addPath((\dirname(__DIR__4).'/src/Aqarmap/Bundle/BrokerSalesBundle/Resources/views'), '!AqarmapBrokerSales');
  1589.         $a->addPath((\dirname(__DIR__4).'/src/Aqarmap/Bundle/NeighborhoodBundle/Resources/views'), 'AqarmapNeighborhood');
  1590.         $a->addPath((\dirname(__DIR__4).'/src/Aqarmap/Bundle/NeighborhoodBundle/Resources/views'), '!AqarmapNeighborhood');
  1591.         $a->addPath((\dirname(__DIR__4).'/src/Aqarmap/Bundle/DiscussionBundle/Resources/views'), 'AqarmapDiscussion');
  1592.         $a->addPath((\dirname(__DIR__4).'/src/Aqarmap/Bundle/DiscussionBundle/Resources/views'), '!AqarmapDiscussion');
  1593.         $a->addPath((\dirname(__DIR__4).'/src/Aqarmap/Bundle/CRMBundle/Resources/views'), 'AqarmapCRM');
  1594.         $a->addPath((\dirname(__DIR__4).'/src/Aqarmap/Bundle/CRMBundle/Resources/views'), '!AqarmapCRM');
  1595.         $a->addPath((\dirname(__DIR__4).'/src/Aqarmap/Bundle/CustomerProfilingBundle/Resources/views'), 'AqarmapCustomerProfiling');
  1596.         $a->addPath((\dirname(__DIR__4).'/src/Aqarmap/Bundle/CustomerProfilingBundle/Resources/views'), '!AqarmapCustomerProfiling');
  1597.         $a->addPath((\dirname(__DIR__4).'/src/Aqarmap/Bundle/ExchangeBundle/Resources/views'), 'AqarmapExchange');
  1598.         $a->addPath((\dirname(__DIR__4).'/src/Aqarmap/Bundle/ExchangeBundle/Resources/views'), '!AqarmapExchange');
  1599.         $a->addPath((\dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Resources/views'), 'Notification');
  1600.         $a->addPath((\dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Resources/views'), '!Notification');
  1601.         $a->addPath((\dirname(__DIR__4).'/src/Aqarmap/Bundle/PaymentBundle/Resources/views'), 'AqarmapPayment');
  1602.         $a->addPath((\dirname(__DIR__4).'/src/Aqarmap/Bundle/PaymentBundle/Resources/views'), '!AqarmapPayment');
  1603.         $a->addPath((\dirname(__DIR__4).'/src/Aqarmap/Bundle/AnnouncementBundle/Resources/views'), 'AqarmapAnnouncement');
  1604.         $a->addPath((\dirname(__DIR__4).'/src/Aqarmap/Bundle/AnnouncementBundle/Resources/views'), '!AqarmapAnnouncement');
  1605.         $a->addPath((\dirname(__DIR__4).'/src/Aqarmap/Bundle/SearchBundle/Resources/views'), 'AqarmapSearch');
  1606.         $a->addPath((\dirname(__DIR__4).'/src/Aqarmap/Bundle/SearchBundle/Resources/views'), '!AqarmapSearch');
  1607.         $a->addPath((\dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Resources/views'), 'AqarmapNotification');
  1608.         $a->addPath((\dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Resources/views'), '!AqarmapNotification');
  1609.         $a->addPath((\dirname(__DIR__4).'/src/Aqarmap/Bundle/FeatureToggleBundle/Resources/views'), 'FeatureToggle');
  1610.         $a->addPath((\dirname(__DIR__4).'/src/Aqarmap/Bundle/FeatureToggleBundle/Resources/views'), '!FeatureToggle');
  1611.         $a->addPath((\dirname(__DIR__4).'/src/Aqarmap/Bundle/ValueEngineBundle/Resources/views'), 'AqarmapValueEngine');
  1612.         $a->addPath((\dirname(__DIR__4).'/src/Aqarmap/Bundle/ValueEngineBundle/Resources/views'), '!AqarmapValueEngine');
  1613.         $a->addPath((\dirname(__DIR__4).'/src/Aqarmap/Bundle/TopSellerBundle/Resources/views'), 'TopSeller');
  1614.         $a->addPath((\dirname(__DIR__4).'/src/Aqarmap/Bundle/TopSellerBundle/Resources/views'), '!TopSeller');
  1615.         $a->addPath((\dirname(__DIR__4).'/src/Aqarmap/Bundle/FinancialAidsBundle/Resources/views'), 'AqarmapFinancialAids');
  1616.         $a->addPath((\dirname(__DIR__4).'/src/Aqarmap/Bundle/FinancialAidsBundle/Resources/views'), '!AqarmapFinancialAids');
  1617.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  1618.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  1619.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/mongodb-odm-bundle/Resources/views'), 'DoctrineMongoDB');
  1620.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/mongodb-odm-bundle/Resources/views'), '!DoctrineMongoDB');
  1621.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Resources/views'), 'FOSElastica');
  1622.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Resources/views'), '!FOSElastica');
  1623.         $a->addPath((\dirname(__DIR__4).'/vendor/enqueue/enqueue-bundle/Resources/views'), 'Enqueue');
  1624.         $a->addPath((\dirname(__DIR__4).'/vendor/enqueue/enqueue-bundle/Resources/views'), '!Enqueue');
  1625.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), 'Twig');
  1626.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), '!Twig');
  1627.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), 'FOSCKEditor');
  1628.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), '!FOSCKEditor');
  1629.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  1630.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  1631.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/FOSUserBundle'), 'FOSUser');
  1632.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/views'), 'FOSUser');
  1633.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/views'), '!FOSUser');
  1634.         $a->addPath((\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Resources/views'), 'HWIOAuth');
  1635.         $a->addPath((\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Resources/views'), '!HWIOAuth');
  1636.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), 'KnpMenu');
  1637.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), '!KnpMenu');
  1638.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  1639.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  1640.         $a->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), 'LiipImagine');
  1641.         $a->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), '!LiipImagine');
  1642.         $a->addPath((\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/templates'), 'NelmioApiDoc');
  1643.         $a->addPath((\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/templates'), '!NelmioApiDoc');
  1644.         $a->addPath((\dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Resources/views'), 'OldSoundRabbitMq');
  1645.         $a->addPath((\dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Resources/views'), '!OldSoundRabbitMq');
  1646.         $a->addPath((\dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Resources/views'), 'Httplug');
  1647.         $a->addPath((\dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Resources/views'), '!Httplug');
  1648.         $a->addPath((\dirname(__DIR__4).'/vendor/snc/redis-bundle/src/Resources/views'), 'SncRedis');
  1649.         $a->addPath((\dirname(__DIR__4).'/vendor/snc/redis-bundle/src/Resources/views'), '!SncRedis');
  1650.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  1651.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  1652.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  1653.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  1654.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  1655.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  1656.         $a->addPath((\dirname(__DIR__4).'/vendor/vich/uploader-bundle/templates'), 'VichUploader');
  1657.         $a->addPath((\dirname(__DIR__4).'/vendor/vich/uploader-bundle/templates'), '!VichUploader');
  1658.         $a->addPath((\dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle/Resources/views'), 'BazingaJsTranslation');
  1659.         $a->addPath((\dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle/Resources/views'), '!BazingaJsTranslation');
  1660.         $a->addPath((\dirname(__DIR__4).'/templates'));
  1661.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  1662.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  1663.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  1664.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  1665.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1666.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  1667.         $d = ($this->privates['assets.packages'] ?? $this->getAssets_PackagesService());
  1668.         $e = new \Symfony\Bridge\Twig\Extension\AssetExtension($d);
  1669.         $f = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1670.         $g = ($this->services['router'] ?? $this->getRouterService());
  1671.         $h = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1672.         $i = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  1673.         $j = ($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService());
  1674.         $k = ($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService());
  1675.         $l = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1676.         $m = ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\Setting'] ?? $this->getSettingService());
  1677.         $n = ($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService());
  1678.         $o = new \Aqarmap\Bundle\MainBundle\Twig\ThumbnailExtension(($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\ThumbURL'] ?? $this->getThumbURLService()), $n$this->getParameter('aqarmap.wompoo'));
  1679.         $p = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\CompoundService'] ?? $this->getCompoundServiceService());
  1680.         $q = ($this->privates['Aqarmap\\Bundle\\RecurringTransactionBundle\\Services\\RecurringTransactionService'] ?? $this->getRecurringTransactionServiceService());
  1681.         $r = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1682.         $r->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $f]);
  1683.         $s = new \Symfony\Bridge\Twig\AppVariable();
  1684.         $s->setEnvironment('dev');
  1685.         $s->setDebug(true);
  1686.         if ($this->has('.container.private.security.token_storage')) {
  1687.             $s->setTokenStorage($i);
  1688.         }
  1689.         if ($this->has('request_stack')) {
  1690.             $s->setRequestStack($h);
  1691.         }
  1692.         $t = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  1693.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1694.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  1695.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  1696.         $instance->addExtension($e);
  1697.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($f, \dirname(__DIR__4), 'UTF-8'));
  1698.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($g));
  1699.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1700.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  1701.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1702.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1703.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($h$g)));
  1704.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  1705.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  1706.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  1707.         $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($h, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $i)));
  1708.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\DumpExtension($j$k));
  1709.         $instance->addExtension(new \App\Twig\AppExtension());
  1710.         $instance->addExtension(new \Twig_Extensions_Extension_Date());
  1711.         $instance->addExtension(new \Twig_Extensions_Extension_Text());
  1712.         $instance->addExtension(new \Twig_Extensions_Extension_Intl());
  1713.         $instance->addExtension(new \Aqarmap\Bundle\UserBundle\Twig\UserServiceExtension(($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserServicesManager'] ?? $this->getUserServicesManagerService()), $c$g, ($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserManager'] ?? $this->getUserManagerService())));
  1714.         $instance->addExtension(new \Aqarmap\Bundle\MainBundle\Twig\ArabicNumbersConvertExtension());
  1715.         $instance->addExtension(new \Aqarmap\Bundle\MainBundle\Twig\CustomParagraphPreviewLinkExtension($g));
  1716.         $instance->addExtension(new \Aqarmap\Bundle\MainBundle\Twig\DateFormatExtension());
  1717.         $instance->addExtension(new \Aqarmap\Bundle\MainBundle\Twig\FeatureToggleExtension(($this->services['Aqarmap\\Bundle\\FeatureToggleBundle\\Service\\FeatureToggleManager'] ?? $this->getFeatureToggleManagerService())));
  1718.         $instance->addExtension(new \Aqarmap\Bundle\MainBundle\Twig\FeedbackSourceExtension());
  1719.         $instance->addExtension(new \Aqarmap\Bundle\MainBundle\Twig\MenuExtension(($this->privates['Aqarmap\\Bundle\\MainBundle\\Menu\\MenuBuilder'] ?? $this->getMenuBuilderService())));
  1720.         $instance->addExtension(new \Aqarmap\Bundle\MainBundle\Twig\MobileDetectionExtension(($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\MobileDetectionService'] ?? ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\MobileDetectionService'] = new \Aqarmap\Bundle\MainBundle\Service\MobileDetectionService()))));
  1721.         $instance->addExtension(new \Aqarmap\Bundle\MainBundle\Twig\MortgageRequestLinkExtension(($this->privates['Aqarmap\\Bundle\\FinancialAidsBundle\\Service\\FinancialAidService'] ?? $this->getFinancialAidServiceService())));
  1722.         $instance->addExtension(new \Aqarmap\Bundle\MainBundle\Twig\NavbarExtension($l));
  1723.         $instance->addExtension(new \Aqarmap\Bundle\MainBundle\Twig\SettingExtension($m));
  1724.         $instance->addExtension(new \Aqarmap\Bundle\MainBundle\Twig\TestimonialExtension());
  1725.         $instance->addExtension($o);
  1726.         $instance->addExtension(new \Aqarmap\Bundle\MainBundle\Twig\UnsetFilter());
  1727.         $instance->addExtension(new \Aqarmap\Bundle\UtilityBundle\TwigExtensions\Gravatar());
  1728.         $instance->addExtension(new \Aqarmap\Bundle\UtilityBundle\TwigExtensions\Text());
  1729.         $instance->addExtension(new \Aqarmap\Bundle\ListingBundle\Twig\CompoundLocationExtension($l));
  1730.         $instance->addExtension(new \Aqarmap\Bundle\ListingBundle\Twig\JsonDecodeExtension());
  1731.         $instance->addExtension(($this->privates['Aqarmap\\Bundle\\ListingBundle\\Twig\\ListingExtension'] ?? $this->getListingExtensionService()));
  1732.         $instance->addExtension(new \Aqarmap\Bundle\ListingBundle\Twig\ListingShareExtension(($this->privates['Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime'] ?? $this->getUploaderExtensionRuntimeService()), $d$o));
  1733.         $instance->addExtension(new \Aqarmap\Bundle\ListingBundle\Twig\LocationExtension($l$h));
  1734.         $instance->addExtension(new \Aqarmap\Bundle\ListingBundle\Twig\MetaTagsExtension(($this->privates['Aqarmap\\Bundle\\ListingBundle\\Builder\\Director'] ?? ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Builder\\Director'] = new \Aqarmap\Bundle\ListingBundle\Builder\Director())), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Builder\\MetaTagsBuilder'] ?? $this->getMetaTagsBuilderService())));
  1735.         $instance->addExtension(new \Aqarmap\Bundle\ListingBundle\Twig\ParseSearchCriteria(($this->services['cache.app'] ?? $this->getCache_AppService()), $c, ($this->services['jms_serializer'] ?? $this->getJmsSerializerService()), $h, ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LocationManager'] ?? $this->getLocationManagerService()), $p, ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\SectionRepository'] ?? $this->getSectionRepositoryService())));
  1736.         $instance->addExtension(new \Aqarmap\Bundle\ListingBundle\Twig\PriceFiltersExtension($l));
  1737.         $instance->addExtension(($this->privates['Aqarmap\\Bundle\\ListingBundle\\Twig\\SearchDescriptionExtension'] ?? $this->getSearchDescriptionExtensionService()));
  1738.         $instance->addExtension(new \Aqarmap\Bundle\ListingBundle\Twig\SearchExtension(($this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\ListingSearchService'] ?? $this->getListingSearchServiceService()), $h, ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\MenuBuilderService'] ?? $this->getMenuBuilderServiceService()), new \Aqarmap\Bundle\ListingBundle\Service\V4\CompoundlocationLinksBuilderService($p$m$c$h)));
  1739.         $instance->addExtension(new \Aqarmap\Bundle\ListingBundle\Twig\TopCompaniesExtension($l$m, ($this->privates['Aqarmap\\Bundle\\TopSellerBundle\\Service\\TopSellerRetrievalService'] ?? $this->getTopSellerRetrievalServiceService())));
  1740.         $instance->addExtension(new \Aqarmap\Bundle\CreditBundle\Twig\CreditExtension($c$q));
  1741.         $instance->addExtension(new \Aqarmap\Bundle\CreditBundle\Twig\FaqExtension());
  1742.         $instance->addExtension(new \Aqarmap\Bundle\CreditBundle\Twig\PackageExtension($l));
  1743.         $instance->addExtension(new \Aqarmap\Bundle\CreditBundle\Twig\PackageUserTypeExtension());
  1744.         $instance->addExtension(new \Aqarmap\Bundle\NeighborhoodBundle\Twig\CompoundExtension());
  1745.         $instance->addExtension(new \Aqarmap\Bundle\DiscussionBundle\Twig\CommentExtension());
  1746.         $instance->addExtension(new \Aqarmap\Bundle\DiscussionBundle\Twig\DiscussionExtension());
  1747.         $instance->addExtension(new \Aqarmap\Bundle\DiscussionBundle\Twig\DiscussionTabsExtension());
  1748.         $instance->addExtension(new \Aqarmap\Bundle\CRMBundle\Twig\CompanyExtension());
  1749.         $instance->addExtension(new \Aqarmap\Bundle\CRMBundle\Twig\StaffExtension());
  1750.         $instance->addExtension(new \Aqarmap\Bundle\CustomerProfilingBundle\Twig\CustomerProfilingExtension($c));
  1751.         $instance->addExtension(new \Aqarmap\Bundle\PaymentBundle\Twig\PaymentExtension($l, ($this->privates['Aqarmap\\Bundle\\PaymentBundle\\Service\\PaymentManager'] ?? $this->getPaymentManagerService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\RejectionRepository'] ?? $this->getRejectionRepositoryService()), $q));
  1752.         $instance->addExtension(new \Aqarmap\Bundle\PaymentBundle\Twig\PrintExtension());
  1753.         $instance->addExtension(new \Aqarmap\Bundle\AnnouncementBundle\Services\Twig\AnnouncementExtension($l));
  1754.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1755.         $instance->addExtension(new \FOS\CKEditorBundle\Twig\CKEditorExtension(new \FOS\CKEditorBundle\Renderer\CKEditorRenderer(new \FOS\CKEditorBundle\Builder\JsonBuilder(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService())), $g$d$h$instance, (($this->hasParameter("locale")) ? ($this->getParameter("locale")) : (null)))));
  1756.         $instance->addExtension(new \HWI\Bundle\OAuthBundle\Twig\Extension\OAuthExtension());
  1757.         $instance->addExtension(new \JMS\Serializer\Twig\SerializerRuntimeExtension());
  1758.         $instance->addExtension(new \Knp\Menu\Twig\MenuExtension(($this->privates['knp_menu.helper'] ?? $this->getKnpMenu_HelperService()), ($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService()), ($this->privates['knp_menu.manipulator'] ?? ($this->privates['knp_menu.manipulator'] = new \Knp\Menu\Util\MenuManipulator()))));
  1759.         $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($g$c)));
  1760.         $instance->addExtension(new \Liip\ImagineBundle\Templating\FilterExtension($n));
  1761.         $instance->addExtension(new \Nelmio\ApiDocBundle\Render\Html\GetNelmioAsset($e));
  1762.         $instance->addExtension(new \Http\HttplugBundle\Collector\Twig\HttpMessageMarkupExtension($j$k));
  1763.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($r));
  1764.         $instance->addExtension(new \Twig\Extra\Markdown\MarkdownExtension());
  1765.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1766.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'false],
  1767.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService'false],
  1768.         ], [
  1769.             'webpack_encore.entrypoint_lookup_collection' => '?',
  1770.             'webpack_encore.tag_renderer' => '?',
  1771.         ])));
  1772.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension());
  1773.         $instance->addExtension(new \Vich\UploaderBundle\Twig\Extension\UploaderExtension());
  1774.         $instance->addGlobal('app'$s);
  1775.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1776.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  1777.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  1778.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'false],
  1779.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  1780.             'HWI\\Bundle\\OAuthBundle\\Twig\\Extension\\OAuthRuntime' => ['privates''hwi_oauth.twig.extension.oauth.runtime''getHwiOauth_Twig_Extension_Oauth_RuntimeService'false],
  1781.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => ['services''jms_serializer.twig_extension.serializer_runtime_helper''getJmsSerializer_TwigExtension_SerializerRuntimeHelperService'false],
  1782.             'Twig\\Extra\\Markdown\\MarkdownRuntime' => ['privates''twig.runtime.markdown''getTwig_Runtime_MarkdownService'false],
  1783.             'Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime' => ['privates''Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime''getUploaderExtensionRuntimeService'false],
  1784.         ], [
  1785.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1786.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1787.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  1788.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  1789.             'HWI\\Bundle\\OAuthBundle\\Twig\\Extension\\OAuthRuntime' => '?',
  1790.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => '?',
  1791.             'Twig\\Extra\\Markdown\\MarkdownRuntime' => '?',
  1792.             'Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime' => '?',
  1793.         ])));
  1794.         $instance->addGlobal('google_recaptcha_site_key'$this->getEnv('GOOGLE_RECAPTCHA_SITE_KEY'));
  1795.         $instance->addGlobal('locale''ar');
  1796.         $instance->addGlobal('oauth_logout_url'$this->getEnv('string:OAUTH_PUBLIC_SERVER_URL').'/logout');
  1797.         $instance->addGlobal('google_maps_key'NULL);
  1798.         $instance->addGlobal('facebook_app_id'NULL);
  1799.         $instance->addGlobal('firebase_api_key''AAAA0Aa0Aa0:AAA00aAAaAaAaAAAaAAaaA-AA0AA0aAAA0aAa');
  1800.         $instance->addGlobal('firebase_sender_id'1000000000000);
  1801.         $instance->addGlobal('fawry_merchant_id'$this->getEnv('FAWRY_MERCHANT_ID'));
  1802.         $instance->addGlobal('fawry_js_url'$this->getEnv('FAWRY_JS_URL'));
  1803.         $instance->addGlobal('payfort_merchant_identifier'$this->getEnv('PAYFORT_MERCHANT_IDENTIFIER'));
  1804.         $instance->addGlobal('payfort_access_code'$this->getEnv('PAYFORT_ACCESS_CODE'));
  1805.         $instance->addGlobal('payfort_redirect_url'$this->getEnv('string:PAYFORT_URL').'/FortAPI/paymentPage');
  1806.         $instance->addGlobal('country'$this->getEnv('APP_COUNTRY'));
  1807.         $instance->addGlobal('aqarmap_database_notification''Aqarmap\\Bundle\\NotificationBundle\\DatabaseNotification');
  1808.         $instance->addGlobal('app_domain'$this->getEnv('APP_HOST'));
  1809.         $instance->addGlobal('aqarmap_advice_url''https://advice.aqarmap.com.eg');
  1810.         $instance->addGlobal('search_service_public_endpoint'$this->getEnv('SEARCH_SERVICE_PUBLIC_ENDPOINT'));
  1811.         $instance->addGlobal('notifyLogo'true);
  1812.         $instance->addGlobal('notifyPersonalPhoto'true);
  1813.         $instance->addGlobal('notifyExpiry'false);
  1814.         $instance->addGlobal('notifyPersonalIsNotCompleted'false);
  1815.         $instance->addGlobal('google_app_id'NULL);
  1816.         $instance->addGlobal('google_redirect_url'NULL);
  1817.         $instance->addGlobal('joinUsARURL''https://i.aqarmap.com/joinus/?campaign=HomepageWeb');
  1818.         $instance->addGlobal('joinUsENURL''https://i.aqarmap.com/joinus/index-en.html?campaign=HomepageWeb');
  1819.         $instance->addGlobal('popUpJoinUsENURL''https://i.aqarmap.com/joinus/index-en.html?campaign=HomepageWidget');
  1820.         $instance->addGlobal('popUpJoinUsARURL''https://i.aqarmap.com/joinus/?campaign=HomepageWidget');
  1821.         $instance->addGlobal('authBaseUrl'$this->getEnv('OAUTH_PUBLIC_SERVER_URL'));
  1822.         $instance->registerUndefinedFilterCallback([=> $t=> 'suggestFilter']);
  1823.         $instance->registerUndefinedFunctionCallback([=> $t=> 'suggestFunction']);
  1824.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  1825.         return $instance;
  1826.     }
  1827.     /**
  1828.      * Gets the public '.container.private.validator' shared service.
  1829.      *
  1830.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1831.      */
  1832.     protected function get_Container_Private_ValidatorService()
  1833.     {
  1834.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  1835.         if (isset($this->services['.container.private.validator'])) {
  1836.             return $this->services['.container.private.validator'];
  1837.         }
  1838.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  1839.     }
  1840.     /**
  1841.      * Gets the public 'App\Controller\API\Banners\BannersController' shared autowired service.
  1842.      *
  1843.      * @return \App\Controller\API\Banners\BannersController
  1844.      */
  1845.     protected function getBannersControllerService()
  1846.     {
  1847.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1848.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  1849.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  1850.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/BaseController.php';
  1851.         include_once \dirname(__DIR__4).'/src/App/Controller/API/Banners/BannersController.php';
  1852.         $this->services['App\\Controller\\API\\Banners\\BannersController'] = $instance = new \App\Controller\API\Banners\BannersController();
  1853.         $instance->setContainer(($this->privates['.service_locator.eIcC2Rx'] ?? $this->get_ServiceLocator_EIcC2RxService())->withContext('App\\Controller\\API\\Banners\\BannersController'$this));
  1854.         return $instance;
  1855.     }
  1856.     /**
  1857.      * Gets the public 'App\Controller\API\Lead\LeadContactRequestController' shared autowired service.
  1858.      *
  1859.      * @return \App\Controller\API\Lead\LeadContactRequestController
  1860.      */
  1861.     protected function getLeadContactRequestControllerService()
  1862.     {
  1863.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1864.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  1865.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  1866.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/V4/BaseController.php';
  1867.         include_once \dirname(__DIR__4).'/src/App/Controller/API/Lead/LeadContactRequestController.php';
  1868.         $this->services['App\\Controller\\API\\Lead\\LeadContactRequestController'] = $instance = new \App\Controller\API\Lead\LeadContactRequestController(($this->privates['App\\Repository\\User\\UserCardRepository'] ?? $this->getUserCardRepositoryService()), ($this->privates['App\\Service\\User\\CardIntegrationService'] ?? $this->getCardIntegrationServiceService()), ($this->privates['App\\Service\\Lead\\LeadContactRequestService'] ?? $this->getLeadContactRequestServiceService()), ($this->privates['App\\Repository\\Lead\\LeadContactRequestRepository'] ?? $this->getLeadContactRequestRepositoryService()), ($this->privates['Aqarmap\\Bundle\\PaymentBundle\\Service\\PaymentManager'] ?? $this->getPaymentManagerService()));
  1869.         $instance->setContainer(($this->privates['.service_locator.eIcC2Rx'] ?? $this->get_ServiceLocator_EIcC2RxService())->withContext('App\\Controller\\API\\Lead\\LeadContactRequestController'$this));
  1870.         return $instance;
  1871.     }
  1872.     /**
  1873.      * Gets the public 'App\Controller\API\Lead\LeadController' shared autowired service.
  1874.      *
  1875.      * @return \App\Controller\API\Lead\LeadController
  1876.      */
  1877.     protected function getLeadControllerService()
  1878.     {
  1879.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1880.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  1881.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  1882.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/BaseController.php';
  1883.         include_once \dirname(__DIR__4).'/src/App/Controller/API/Lead/LeadController.php';
  1884.         $this->services['App\\Controller\\API\\Lead\\LeadController'] = $instance = new \App\Controller\API\Lead\LeadController();
  1885.         $instance->setContainer(($this->privates['.service_locator.eIcC2Rx'] ?? $this->get_ServiceLocator_EIcC2RxService())->withContext('App\\Controller\\API\\Lead\\LeadController'$this));
  1886.         return $instance;
  1887.     }
  1888.     /**
  1889.      * Gets the public 'App\Controller\API\Listing\ListingController' shared autowired service.
  1890.      *
  1891.      * @return \App\Controller\API\Listing\ListingController
  1892.      */
  1893.     protected function getListingControllerService()
  1894.     {
  1895.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1896.         include_once \dirname(__DIR__4).'/src/App/Controller/API/Listing/ListingController.php';
  1897.         $this->services['App\\Controller\\API\\Listing\\ListingController'] = $instance = new \App\Controller\API\Listing\ListingController(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'] ?? $this->getListingManagerService()), ($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserPackagesService'] ?? $this->getUserPackagesServiceService()), ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\Setting'] ?? $this->getSettingService()), ($this->services['Aqarmap\\Bundle\\FeatureToggleBundle\\Service\\FeatureToggleManager'] ?? $this->getFeatureToggleManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\Listing\\ListingService'] ?? $this->getListingServiceService()));
  1898.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\API\\Listing\\ListingController'$this));
  1899.         return $instance;
  1900.     }
  1901.     /**
  1902.      * Gets the public 'App\Controller\API\Location\LocationController' shared autowired service.
  1903.      *
  1904.      * @return \App\Controller\API\Location\LocationController
  1905.      */
  1906.     protected function getLocationControllerService()
  1907.     {
  1908.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1909.         include_once \dirname(__DIR__4).'/src/App/Controller/API/Location/LocationController.php';
  1910.         include_once \dirname(__DIR__4).'/src/App/Service/Location/LocationService.php';
  1911.         $this->services['App\\Controller\\API\\Location\\LocationController'] = $instance = new \App\Controller\API\Location\LocationController(($this->privates['.debug.search.client'] ?? $this->get_Debug_Search_ClientService()), new \App\Service\Location\LocationService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Aqarmap\\Bundle\\UserBundle\\Repository\\UserPackagesRepository'] ?? $this->getUserPackagesRepositoryService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\LocationRepository'] ?? $this->getLocationRepositoryService())));
  1912.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\API\\Location\\LocationController'$this));
  1913.         return $instance;
  1914.     }
  1915.     /**
  1916.      * Gets the public 'App\Controller\API\LocationsInsights\LocationsInsightsProxyController' shared autowired service.
  1917.      *
  1918.      * @return \App\Controller\API\LocationsInsights\LocationsInsightsProxyController
  1919.      */
  1920.     protected function getLocationsInsightsProxyControllerService()
  1921.     {
  1922.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1923.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  1924.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  1925.         include_once \dirname(__DIR__4).'/src/App/Controller/API/LocationsInsights/LocationsInsightsProxyController.php';
  1926.         $this->services['App\\Controller\\API\\LocationsInsights\\LocationsInsightsProxyController'] = $instance = new \App\Controller\API\LocationsInsights\LocationsInsightsProxyController();
  1927.         $instance->setContainer(($this->privates['.service_locator.eIcC2Rx'] ?? $this->get_ServiceLocator_EIcC2RxService())->withContext('App\\Controller\\API\\LocationsInsights\\LocationsInsightsProxyController'$this));
  1928.         return $instance;
  1929.     }
  1930.     /**
  1931.      * Gets the public 'App\Controller\API\Subscriptions\SubscriptionPlansController' shared autowired service.
  1932.      *
  1933.      * @return \App\Controller\API\Subscriptions\SubscriptionPlansController
  1934.      */
  1935.     protected function getSubscriptionPlansControllerService()
  1936.     {
  1937.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1938.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  1939.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  1940.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/BaseController.php';
  1941.         include_once \dirname(__DIR__4).'/src/App/Controller/API/Subscriptions/SubscriptionPlansController.php';
  1942.         $this->services['App\\Controller\\API\\Subscriptions\\SubscriptionPlansController'] = $instance = new \App\Controller\API\Subscriptions\SubscriptionPlansController();
  1943.         $instance->setContainer(($this->privates['.service_locator.eIcC2Rx'] ?? $this->get_ServiceLocator_EIcC2RxService())->withContext('App\\Controller\\API\\Subscriptions\\SubscriptionPlansController'$this));
  1944.         return $instance;
  1945.     }
  1946.     /**
  1947.      * Gets the public 'App\Controller\API\User\CardsController' shared autowired service.
  1948.      *
  1949.      * @return \App\Controller\API\User\CardsController
  1950.      */
  1951.     protected function getCardsControllerService()
  1952.     {
  1953.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1954.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  1955.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  1956.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/V4/BaseController.php';
  1957.         include_once \dirname(__DIR__4).'/src/App/Controller/API/User/CardsController.php';
  1958.         $this->services['App\\Controller\\API\\User\\CardsController'] = $instance = new \App\Controller\API\User\CardsController();
  1959.         $instance->setContainer(($this->privates['.service_locator.eIcC2Rx'] ?? $this->get_ServiceLocator_EIcC2RxService())->withContext('App\\Controller\\API\\User\\CardsController'$this));
  1960.         return $instance;
  1961.     }
  1962.     /**
  1963.      * Gets the public 'App\Controller\API\User\SubAccountsController' shared autowired service.
  1964.      *
  1965.      * @return \App\Controller\API\User\SubAccountsController
  1966.      */
  1967.     protected function getSubAccountsControllerService()
  1968.     {
  1969.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1970.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  1971.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  1972.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/V4/BaseController.php';
  1973.         include_once \dirname(__DIR__4).'/src/App/Controller/API/User/SubAccountsController.php';
  1974.         $this->services['App\\Controller\\API\\User\\SubAccountsController'] = $instance = new \App\Controller\API\User\SubAccountsController();
  1975.         $instance->setContainer(($this->privates['.service_locator.eIcC2Rx'] ?? $this->get_ServiceLocator_EIcC2RxService())->withContext('App\\Controller\\API\\User\\SubAccountsController'$this));
  1976.         return $instance;
  1977.     }
  1978.     /**
  1979.      * Gets the public 'App\Controller\API\User\SubscriptionsController' shared autowired service.
  1980.      *
  1981.      * @return \App\Controller\API\User\SubscriptionsController
  1982.      */
  1983.     protected function getSubscriptionsControllerService()
  1984.     {
  1985.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1986.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  1987.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  1988.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/BaseController.php';
  1989.         include_once \dirname(__DIR__4).'/src/App/Controller/API/User/SubscriptionsController.php';
  1990.         $this->services['App\\Controller\\API\\User\\SubscriptionsController'] = $instance = new \App\Controller\API\User\SubscriptionsController(($this->privates['Aqarmap\\Bundle\\PaymentBundle\\Service\\PaymentManager'] ?? $this->getPaymentManagerService()), ($this->privates['App\\Service\\User\\UserCardService'] ?? $this->getUserCardServiceService()), ($this->privates['App\\Service\\User\\CardIntegrationService'] ?? $this->getCardIntegrationServiceService()));
  1991.         $instance->setContainer(($this->privates['.service_locator.eIcC2Rx'] ?? $this->get_ServiceLocator_EIcC2RxService())->withContext('App\\Controller\\API\\User\\SubscriptionsController'$this));
  1992.         return $instance;
  1993.     }
  1994.     /**
  1995.      * Gets the public 'App\Controller\Admin\Banners\BannersController' shared autowired service.
  1996.      *
  1997.      * @return \App\Controller\Admin\Banners\BannersController
  1998.      */
  1999.     protected function getBannersController2Service()
  2000.     {
  2001.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2002.         include_once \dirname(__DIR__4).'/src/App/Controller/Admin/Banners/BannersController.php';
  2003.         $this->services['App\\Controller\\Admin\\Banners\\BannersController'] = $instance = new \App\Controller\Admin\Banners\BannersController();
  2004.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Admin\\Banners\\BannersController'$this));
  2005.         return $instance;
  2006.     }
  2007.     /**
  2008.      * Gets the public 'App\Controller\Admin\Subscriptions\SubscriptionPlansController' shared autowired service.
  2009.      *
  2010.      * @return \App\Controller\Admin\Subscriptions\SubscriptionPlansController
  2011.      */
  2012.     protected function getSubscriptionPlansController2Service()
  2013.     {
  2014.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2015.         include_once \dirname(__DIR__4).'/src/App/Controller/Admin/Subscriptions/SubscriptionPlansController.php';
  2016.         $this->services['App\\Controller\\Admin\\Subscriptions\\SubscriptionPlansController'] = $instance = new \App\Controller\Admin\Subscriptions\SubscriptionPlansController();
  2017.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Admin\\Subscriptions\\SubscriptionPlansController'$this));
  2018.         return $instance;
  2019.     }
  2020.     /**
  2021.      * Gets the public 'App\Controller\AliasRoutesController' shared autowired service.
  2022.      *
  2023.      * @return \App\Controller\AliasRoutesController
  2024.      */
  2025.     protected function getAliasRoutesControllerService()
  2026.     {
  2027.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2028.         include_once \dirname(__DIR__4).'/src/App/Controller/AliasRoutesController.php';
  2029.         $this->services['App\\Controller\\AliasRoutesController'] = $instance = new \App\Controller\AliasRoutesController();
  2030.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\AliasRoutesController'$this));
  2031.         return $instance;
  2032.     }
  2033.     /**
  2034.      * Gets the public 'App\Controller\DefaultController' shared autowired service.
  2035.      *
  2036.      * @return \App\Controller\DefaultController
  2037.      */
  2038.     protected function getDefaultControllerService()
  2039.     {
  2040.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2041.         include_once \dirname(__DIR__4).'/src/App/Controller/DefaultController.php';
  2042.         $this->services['App\\Controller\\DefaultController'] = $instance = new \App\Controller\DefaultController();
  2043.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\DefaultController'$this));
  2044.         return $instance;
  2045.     }
  2046.     /**
  2047.      * Gets the public 'App\Controller\EmailList\WaitingController' shared autowired service.
  2048.      *
  2049.      * @return \App\Controller\EmailList\WaitingController
  2050.      */
  2051.     protected function getWaitingControllerService()
  2052.     {
  2053.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2054.         include_once \dirname(__DIR__4).'/src/App/Controller/EmailList/WaitingController.php';
  2055.         $this->services['App\\Controller\\EmailList\\WaitingController'] = $instance = new \App\Controller\EmailList\WaitingController();
  2056.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\EmailList\\WaitingController'$this));
  2057.         return $instance;
  2058.     }
  2059.     /**
  2060.      * Gets the public 'App\Controller\SecurityController' shared autowired service.
  2061.      *
  2062.      * @return \App\Controller\SecurityController
  2063.      */
  2064.     protected function getSecurityControllerService()
  2065.     {
  2066.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2067.         include_once \dirname(__DIR__4).'/src/App/Controller/SecurityController.php';
  2068.         $this->services['App\\Controller\\SecurityController'] = $instance = new \App\Controller\SecurityController();
  2069.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\SecurityController'$this));
  2070.         return $instance;
  2071.     }
  2072.     /**
  2073.      * Gets the public 'Aqarmap\Bundle\AnnouncementBundle\Controller\Admin\AnnouncementController' shared autowired service.
  2074.      *
  2075.      * @return \Aqarmap\Bundle\AnnouncementBundle\Controller\Admin\AnnouncementController
  2076.      */
  2077.     protected function getAnnouncementControllerService()
  2078.     {
  2079.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2080.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/AnnouncementBundle/Controller/Admin/AnnouncementController.php';
  2081.         $this->services['Aqarmap\\Bundle\\AnnouncementBundle\\Controller\\Admin\\AnnouncementController'] = $instance = new \Aqarmap\Bundle\AnnouncementBundle\Controller\Admin\AnnouncementController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2082.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Aqarmap\\Bundle\\AnnouncementBundle\\Controller\\Admin\\AnnouncementController'$this));
  2083.         return $instance;
  2084.     }
  2085.     /**
  2086.      * Gets the public 'Aqarmap\Bundle\AnnouncementBundle\Controller\Api\AnnouncementController' shared autowired service.
  2087.      *
  2088.      * @return \Aqarmap\Bundle\AnnouncementBundle\Controller\Api\AnnouncementController
  2089.      */
  2090.     protected function getAnnouncementController2Service()
  2091.     {
  2092.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2093.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  2094.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  2095.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/BaseController.php';
  2096.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/AnnouncementBundle/Controller/Api/AnnouncementController.php';
  2097.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/AnnouncementBundle/Services/AnnouncementManager.php';
  2098.         $this->services['Aqarmap\\Bundle\\AnnouncementBundle\\Controller\\Api\\AnnouncementController'] = $instance = new \Aqarmap\Bundle\AnnouncementBundle\Controller\Api\AnnouncementController(new \Aqarmap\Bundle\AnnouncementBundle\Services\AnnouncementManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())));
  2099.         $instance->setContainer(($this->privates['.service_locator.eIcC2Rx'] ?? $this->get_ServiceLocator_EIcC2RxService())->withContext('Aqarmap\\Bundle\\AnnouncementBundle\\Controller\\Api\\AnnouncementController'$this));
  2100.         return $instance;
  2101.     }
  2102.     /**
  2103.      * Gets the public 'Aqarmap\Bundle\BrokerSalesBundle\Controller\Admin\BrokerController' shared autowired service.
  2104.      *
  2105.      * @return \Aqarmap\Bundle\BrokerSalesBundle\Controller\Admin\BrokerController
  2106.      */
  2107.     protected function getBrokerControllerService()
  2108.     {
  2109.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2110.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/BrokerSalesBundle/Controller/Admin/BrokerController.php';
  2111.         $this->services['Aqarmap\\Bundle\\BrokerSalesBundle\\Controller\\Admin\\BrokerController'] = $instance = new \Aqarmap\Bundle\BrokerSalesBundle\Controller\Admin\BrokerController(($this->privates['Aqarmap\\Bundle\\BrokerSalesBundle\\Services\\SellerBrokerManager'] ?? $this->getSellerBrokerManagerService()));
  2112.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Aqarmap\\Bundle\\BrokerSalesBundle\\Controller\\Admin\\BrokerController'$this));
  2113.         return $instance;
  2114.     }
  2115.     /**
  2116.      * Gets the public 'Aqarmap\Bundle\BrokerSalesBundle\Controller\Admin\SellerController' shared autowired service.
  2117.      *
  2118.      * @return \Aqarmap\Bundle\BrokerSalesBundle\Controller\Admin\SellerController
  2119.      */
  2120.     protected function getSellerControllerService()
  2121.     {
  2122.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2123.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/BrokerSalesBundle/Controller/Admin/SellerController.php';
  2124.         $this->services['Aqarmap\\Bundle\\BrokerSalesBundle\\Controller\\Admin\\SellerController'] = $instance = new \Aqarmap\Bundle\BrokerSalesBundle\Controller\Admin\SellerController(($this->privates['Aqarmap\\Bundle\\BrokerSalesBundle\\Services\\SellerBrokerManager'] ?? $this->getSellerBrokerManagerService()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
  2125.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Aqarmap\\Bundle\\BrokerSalesBundle\\Controller\\Admin\\SellerController'$this));
  2126.         return $instance;
  2127.     }
  2128.     /**
  2129.      * Gets the public 'Aqarmap\Bundle\BuyerAlertsBundle\Controller\Api\BuyerAlertsController' shared autowired service.
  2130.      *
  2131.      * @return \Aqarmap\Bundle\BuyerAlertsBundle\Controller\Api\BuyerAlertsController
  2132.      */
  2133.     protected function getBuyerAlertsControllerService()
  2134.     {
  2135.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2136.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  2137.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  2138.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/BaseController.php';
  2139.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/BuyerAlertsBundle/Controller/Api/BuyerAlertsController.php';
  2140.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/BuyerAlertsBundle/Factory/BuyerAlertsEntityFactory.php';
  2141.         $this->services['Aqarmap\\Bundle\\BuyerAlertsBundle\\Controller\\Api\\BuyerAlertsController'] = $instance = new \Aqarmap\Bundle\BuyerAlertsBundle\Controller\Api\BuyerAlertsController(($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->privates['Aqarmap\\Bundle\\BuyerAlertsBundle\\Service\\BuyerAlertsManager'] ?? $this->getBuyerAlertsManagerService()), ($this->privates['Aqarmap\\Bundle\\BuyerAlertsBundle\\Repository\\BuyerAlertsRepository'] ?? $this->getBuyerAlertsRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Aqarmap\\Bundle\\BuyerAlertsBundle\\Repository\\RecentSearchesRepository'] ?? $this->getRecentSearchesRepositoryService()), new \Aqarmap\Bundle\BuyerAlertsBundle\Factory\BuyerAlertsEntityFactory(), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  2142.         $instance->setContainer(($this->privates['.service_locator.eIcC2Rx'] ?? $this->get_ServiceLocator_EIcC2RxService())->withContext('Aqarmap\\Bundle\\BuyerAlertsBundle\\Controller\\Api\\BuyerAlertsController'$this));
  2143.         return $instance;
  2144.     }
  2145.     /**
  2146.      * Gets the public 'Aqarmap\Bundle\BuyerAlertsBundle\Controller\BuyerAlertsController' shared autowired service.
  2147.      *
  2148.      * @return \Aqarmap\Bundle\BuyerAlertsBundle\Controller\BuyerAlertsController
  2149.      */
  2150.     protected function getBuyerAlertsController2Service()
  2151.     {
  2152.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2153.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/BuyerAlertsBundle/Controller/BuyerAlertsController.php';
  2154.         $this->services['Aqarmap\\Bundle\\BuyerAlertsBundle\\Controller\\BuyerAlertsController'] = $instance = new \Aqarmap\Bundle\BuyerAlertsBundle\Controller\BuyerAlertsController(($this->privates['Aqarmap\\Bundle\\BuyerAlertsBundle\\Service\\BuyerAlertsManager'] ?? $this->getBuyerAlertsManagerService()), ($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserManager'] ?? $this->getUserManagerService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\Setting'] ?? $this->getSettingService()));
  2155.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Aqarmap\\Bundle\\BuyerAlertsBundle\\Controller\\BuyerAlertsController'$this));
  2156.         return $instance;
  2157.     }
  2158.     /**
  2159.      * Gets the public 'Aqarmap\Bundle\CRMBundle\Controller\Admin\CheckInController' shared autowired service.
  2160.      *
  2161.      * @return \Aqarmap\Bundle\CRMBundle\Controller\Admin\CheckInController
  2162.      */
  2163.     protected function getCheckInControllerService()
  2164.     {
  2165.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2166.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CRMBundle/Controller/Admin/CheckInController.php';
  2167.         $this->services['Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\CheckInController'] = $instance = new \Aqarmap\Bundle\CRMBundle\Controller\Admin\CheckInController(($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()));
  2168.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\CheckInController'$this));
  2169.         return $instance;
  2170.     }
  2171.     /**
  2172.      * Gets the public 'Aqarmap\Bundle\CRMBundle\Controller\Admin\CompanyController' shared autowired service.
  2173.      *
  2174.      * @return \Aqarmap\Bundle\CRMBundle\Controller\Admin\CompanyController
  2175.      */
  2176.     protected function getCompanyControllerService()
  2177.     {
  2178.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2179.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CRMBundle/Controller/Admin/CompanyController.php';
  2180.         $this->services['Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\CompanyController'] = $instance = new \Aqarmap\Bundle\CRMBundle\Controller\Admin\CompanyController(($this->privates['Aqarmap\\Bundle\\CRMBundle\\Services\\CompanyManager'] ?? $this->getCompanyManagerService()), ($this->privates['Aqarmap\\Bundle\\CRMBundle\\Services\\CRMManager'] ?? $this->getCRMManagerService()), ($this->privates['Aqarmap\\Bundle\\CRMBundle\\Services\\StaffHistoryManager'] ?? $this->getStaffHistoryManagerService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['jms_serializer'] ?? $this->getJmsSerializerService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['Aqarmap\\Bundle\\MainBundle\\Contract\\ProducerFactoryInterface $producerFactory'] ?? $this->getProducerFactoryInterfaceproducerFactoryService()));
  2181.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\CompanyController'$this));
  2182.         return $instance;
  2183.     }
  2184.     /**
  2185.      * Gets the public 'Aqarmap\Bundle\CRMBundle\Controller\Admin\StaffController' shared autowired service.
  2186.      *
  2187.      * @return \Aqarmap\Bundle\CRMBundle\Controller\Admin\StaffController
  2188.      */
  2189.     protected function getStaffControllerService()
  2190.     {
  2191.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2192.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CRMBundle/Controller/Admin/StaffController.php';
  2193.         $this->services['Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\StaffController'] = $instance = new \Aqarmap\Bundle\CRMBundle\Controller\Admin\StaffController(($this->privates['Aqarmap\\Bundle\\CRMBundle\\Services\\StaffHistoryManager'] ?? $this->getStaffHistoryManagerService()), ($this->privates['Aqarmap\\Bundle\\CRMBundle\\Services\\CRMManager'] ?? $this->getCRMManagerService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()), ($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserManager'] ?? $this->getUserManagerService()));
  2194.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\StaffController'$this));
  2195.         return $instance;
  2196.     }
  2197.     /**
  2198.      * Gets the public 'Aqarmap\Bundle\CRMBundle\Controller\Api\CompanyController' shared autowired service.
  2199.      *
  2200.      * @return \Aqarmap\Bundle\CRMBundle\Controller\Api\CompanyController
  2201.      */
  2202.     protected function getCompanyController2Service()
  2203.     {
  2204.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2205.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  2206.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  2207.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CRMBundle/Controller/Api/CompanyController.php';
  2208.         $this->services['Aqarmap\\Bundle\\CRMBundle\\Controller\\Api\\CompanyController'] = $instance = new \Aqarmap\Bundle\CRMBundle\Controller\Api\CompanyController();
  2209.         $instance->setContainer(($this->privates['.service_locator.eIcC2Rx'] ?? $this->get_ServiceLocator_EIcC2RxService())->withContext('Aqarmap\\Bundle\\CRMBundle\\Controller\\Api\\CompanyController'$this));
  2210.         return $instance;
  2211.     }
  2212.     /**
  2213.      * Gets the public 'Aqarmap\Bundle\CRMBundle\Controller\Api\StaffCheckInController' shared autowired service.
  2214.      *
  2215.      * @return \Aqarmap\Bundle\CRMBundle\Controller\Api\StaffCheckInController
  2216.      */
  2217.     protected function getStaffCheckInControllerService()
  2218.     {
  2219.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2220.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  2221.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  2222.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CRMBundle/Controller/Api/StaffCheckInController.php';
  2223.         $this->services['Aqarmap\\Bundle\\CRMBundle\\Controller\\Api\\StaffCheckInController'] = $instance = new \Aqarmap\Bundle\CRMBundle\Controller\Api\StaffCheckInController();
  2224.         $instance->setContainer(($this->privates['.service_locator.eIcC2Rx'] ?? $this->get_ServiceLocator_EIcC2RxService())->withContext('Aqarmap\\Bundle\\CRMBundle\\Controller\\Api\\StaffCheckInController'$this));
  2225.         return $instance;
  2226.     }
  2227.     /**
  2228.      * Gets the public 'Aqarmap\Bundle\CRMBundle\Controller\Api\StaffController' shared autowired service.
  2229.      *
  2230.      * @return \Aqarmap\Bundle\CRMBundle\Controller\Api\StaffController
  2231.      */
  2232.     protected function getStaffController2Service()
  2233.     {
  2234.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2235.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  2236.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  2237.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CRMBundle/Controller/Api/StaffController.php';
  2238.         $this->services['Aqarmap\\Bundle\\CRMBundle\\Controller\\Api\\StaffController'] = $instance = new \Aqarmap\Bundle\CRMBundle\Controller\Api\StaffController();
  2239.         $instance->setContainer(($this->privates['.service_locator.eIcC2Rx'] ?? $this->get_ServiceLocator_EIcC2RxService())->withContext('Aqarmap\\Bundle\\CRMBundle\\Controller\\Api\\StaffController'$this));
  2240.         return $instance;
  2241.     }
  2242.     /**
  2243.      * Gets the public 'Aqarmap\Bundle\CreditBundle\Controller\Admin\ChurnAndExpiryController' shared autowired service.
  2244.      *
  2245.      * @return \Aqarmap\Bundle\CreditBundle\Controller\Admin\ChurnAndExpiryController
  2246.      */
  2247.     protected function getChurnAndExpiryControllerService()
  2248.     {
  2249.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2250.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Controller/Admin/ChurnAndExpiryController.php';
  2251.         $this->services['Aqarmap\\Bundle\\CreditBundle\\Controller\\Admin\\ChurnAndExpiryController'] = $instance = new \Aqarmap\Bundle\CreditBundle\Controller\Admin\ChurnAndExpiryController(($this->privates['Aqarmap\\Bundle\\CreditBundle\\Services\\ChurnAndExpiryManager'] ?? $this->getChurnAndExpiryManagerService()));
  2252.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Aqarmap\\Bundle\\CreditBundle\\Controller\\Admin\\ChurnAndExpiryController'$this));
  2253.         return $instance;
  2254.     }
  2255.     /**
  2256.      * Gets the public 'Aqarmap\Bundle\CreditBundle\Controller\Admin\CreditController' shared autowired service.
  2257.      *
  2258.      * @return \Aqarmap\Bundle\CreditBundle\Controller\Admin\CreditController
  2259.      */
  2260.     protected function getCreditControllerService()
  2261.     {
  2262.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2263.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Controller/Admin/CreditController.php';
  2264.         $this->services['Aqarmap\\Bundle\\CreditBundle\\Controller\\Admin\\CreditController'] = $instance = new \Aqarmap\Bundle\CreditBundle\Controller\Admin\CreditController(($this->privates['Aqarmap\\Bundle\\CreditBundle\\Services\\CreditManager'] ?? $this->getCreditManagerService()), ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\ActivityLogger'] ?? $this->getActivityLoggerService()), ($this->privates['Aqarmap\\Bundle\\PaymentBundle\\Service\\PaymentManager'] ?? $this->getPaymentManagerService()), ($this->privates['Aqarmap\\Bundle\\RecurringTransactionBundle\\Services\\RecurringTransactionStateService'] ?? $this->getRecurringTransactionStateServiceService()), ($this->privates['Aqarmap\\Bundle\\RecurringTransactionBundle\\Services\\RecurringTransactionService'] ?? $this->getRecurringTransactionServiceService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->privates['Aqarmap\\Bundle\\UserBundle\\Repository\\UserPackagesRepository'] ?? $this->getUserPackagesRepositoryService()), ($this->privates['Aqarmap\\Bundle\\PaymentBundle\\Repository\\PaymentRepository'] ?? $this->getPaymentRepositoryService()));
  2265.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Aqarmap\\Bundle\\CreditBundle\\Controller\\Admin\\CreditController'$this));
  2266.         return $instance;
  2267.     }
  2268.     /**
  2269.      * Gets the public 'Aqarmap\Bundle\CreditBundle\Controller\Admin\CreditPackageController' shared autowired service.
  2270.      *
  2271.      * @return \Aqarmap\Bundle\CreditBundle\Controller\Admin\CreditPackageController
  2272.      */
  2273.     protected function getCreditPackageControllerService()
  2274.     {
  2275.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2276.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Controller/Admin/CreditPackageController.php';
  2277.         $this->services['Aqarmap\\Bundle\\CreditBundle\\Controller\\Admin\\CreditPackageController'] = $instance = new \Aqarmap\Bundle\CreditBundle\Controller\Admin\CreditPackageController(($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  2278.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Aqarmap\\Bundle\\CreditBundle\\Controller\\Admin\\CreditPackageController'$this));
  2279.         return $instance;
  2280.     }
  2281.     /**
  2282.      * Gets the public 'Aqarmap\Bundle\CreditBundle\Controller\Admin\CreditServiceController' shared autowired service.
  2283.      *
  2284.      * @return \Aqarmap\Bundle\CreditBundle\Controller\Admin\CreditServiceController
  2285.      */
  2286.     protected function getCreditServiceControllerService()
  2287.     {
  2288.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2289.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Controller/Admin/CreditServiceController.php';
  2290.         $this->services['Aqarmap\\Bundle\\CreditBundle\\Controller\\Admin\\CreditServiceController'] = $instance = new \Aqarmap\Bundle\CreditBundle\Controller\Admin\CreditServiceController(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  2291.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Aqarmap\\Bundle\\CreditBundle\\Controller\\Admin\\CreditServiceController'$this));
  2292.         return $instance;
  2293.     }
  2294.     /**
  2295.      * Gets the public 'Aqarmap\Bundle\CreditBundle\Controller\Admin\FaqController' shared autowired service.
  2296.      *
  2297.      * @return \Aqarmap\Bundle\CreditBundle\Controller\Admin\FaqController
  2298.      */
  2299.     protected function getFaqControllerService()
  2300.     {
  2301.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2302.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Controller/Admin/FaqController.php';
  2303.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Services/FaqService.php';
  2304.         $a = ($this->services['doctrine_mongodb.odm.default_document_manager'] ?? $this->getDoctrineMongodb_Odm_DefaultDocumentManagerService());
  2305.         $this->services['Aqarmap\\Bundle\\CreditBundle\\Controller\\Admin\\FaqController'] = $instance = new \Aqarmap\Bundle\CreditBundle\Controller\Admin\FaqController(($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), $a, new \Aqarmap\Bundle\UserBundle\Services\FaqService($a));
  2306.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Aqarmap\\Bundle\\CreditBundle\\Controller\\Admin\\FaqController'$this));
  2307.         return $instance;
  2308.     }
  2309.     /**
  2310.      * Gets the public 'Aqarmap\Bundle\CreditBundle\Controller\Api\CreditAnalysisController' shared autowired service.
  2311.      *
  2312.      * @return \Aqarmap\Bundle\CreditBundle\Controller\Api\CreditAnalysisController
  2313.      */
  2314.     protected function getCreditAnalysisControllerService()
  2315.     {
  2316.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2317.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  2318.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  2319.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Controller/Api/CreditAnalysisController.php';
  2320.         $this->services['Aqarmap\\Bundle\\CreditBundle\\Controller\\Api\\CreditAnalysisController'] = $instance = new \Aqarmap\Bundle\CreditBundle\Controller\Api\CreditAnalysisController(($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\Setting'] ?? $this->getSettingService()), ($this->privates['Aqarmap\\Bundle\\CreditBundle\\Services\\CreditAnalysisManager'] ?? $this->getCreditAnalysisManagerService()));
  2321.         $instance->setContainer(($this->privates['.service_locator.eIcC2Rx'] ?? $this->get_ServiceLocator_EIcC2RxService())->withContext('Aqarmap\\Bundle\\CreditBundle\\Controller\\Api\\CreditAnalysisController'$this));
  2322.         return $instance;
  2323.     }
  2324.     /**
  2325.      * Gets the public 'Aqarmap\Bundle\CreditBundle\Controller\Api\CreditController' shared autowired service.
  2326.      *
  2327.      * @return \Aqarmap\Bundle\CreditBundle\Controller\Api\CreditController
  2328.      */
  2329.     protected function getCreditController2Service()
  2330.     {
  2331.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2332.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  2333.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  2334.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/BaseController.php';
  2335.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Controller/Api/CreditController.php';
  2336.         $this->services['Aqarmap\\Bundle\\CreditBundle\\Controller\\Api\\CreditController'] = $instance = new \Aqarmap\Bundle\CreditBundle\Controller\Api\CreditController(($this->privates['Aqarmap\\Bundle\\CreditBundle\\Services\\CreditManager'] ?? $this->getCreditManagerService()));
  2337.         $instance->setContainer(($this->privates['.service_locator.eIcC2Rx'] ?? $this->get_ServiceLocator_EIcC2RxService())->withContext('Aqarmap\\Bundle\\CreditBundle\\Controller\\Api\\CreditController'$this));
  2338.         return $instance;
  2339.     }
  2340.     /**
  2341.      * Gets the public 'Aqarmap\Bundle\CreditBundle\Controller\Api\CreditServiceController' shared autowired service.
  2342.      *
  2343.      * @return \Aqarmap\Bundle\CreditBundle\Controller\Api\CreditServiceController
  2344.      */
  2345.     protected function getCreditServiceController2Service()
  2346.     {
  2347.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2348.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  2349.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  2350.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/BaseController.php';
  2351.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Controller/Api/CreditServiceController.php';
  2352.         $this->services['Aqarmap\\Bundle\\CreditBundle\\Controller\\Api\\CreditServiceController'] = $instance = new \Aqarmap\Bundle\CreditBundle\Controller\Api\CreditServiceController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Aqarmap\\Bundle\\PaymentBundle\\Service\\PaymentManager'] ?? $this->getPaymentManagerService()));
  2353.         $instance->setContainer(($this->privates['.service_locator.eIcC2Rx'] ?? $this->get_ServiceLocator_EIcC2RxService())->withContext('Aqarmap\\Bundle\\CreditBundle\\Controller\\Api\\CreditServiceController'$this));
  2354.         return $instance;
  2355.     }
  2356.     /**
  2357.      * Gets the public 'Aqarmap\Bundle\CreditBundle\Controller\Api\V2\CreditPackageController' shared autowired service.
  2358.      *
  2359.      * @return \Aqarmap\Bundle\CreditBundle\Controller\Api\V2\CreditPackageController
  2360.      */
  2361.     protected function getCreditPackageController2Service()
  2362.     {
  2363.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2364.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  2365.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  2366.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/BaseController.php';
  2367.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Controller/Api/V2/CreditPackageController.php';
  2368.         $this->services['Aqarmap\\Bundle\\CreditBundle\\Controller\\Api\\V2\\CreditPackageController'] = $instance = new \Aqarmap\Bundle\CreditBundle\Controller\Api\V2\CreditPackageController();
  2369.         $instance->setContainer(($this->privates['.service_locator.eIcC2Rx'] ?? $this->get_ServiceLocator_EIcC2RxService())->withContext('Aqarmap\\Bundle\\CreditBundle\\Controller\\Api\\V2\\CreditPackageController'$this));
  2370.         return $instance;
  2371.     }
  2372.     /**
  2373.      * Gets the public 'Aqarmap\Bundle\CreditBundle\Controller\Api\V3\CreditController' shared autowired service.
  2374.      *
  2375.      * @return \Aqarmap\Bundle\CreditBundle\Controller\Api\V3\CreditController
  2376.      */
  2377.     protected function getCreditController3Service()
  2378.     {
  2379.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2380.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  2381.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  2382.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/V3/BaseController.php';
  2383.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Controller/Api/V3/CreditController.php';
  2384.         $this->services['Aqarmap\\Bundle\\CreditBundle\\Controller\\Api\\V3\\CreditController'] = $instance = new \Aqarmap\Bundle\CreditBundle\Controller\Api\V3\CreditController(($this->privates['Aqarmap\\Bundle\\CreditBundle\\Services\\CreditManager'] ?? $this->getCreditManagerService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2385.         $instance->setContainer(($this->privates['.service_locator.eIcC2Rx'] ?? $this->get_ServiceLocator_EIcC2RxService())->withContext('Aqarmap\\Bundle\\CreditBundle\\Controller\\Api\\V3\\CreditController'$this));
  2386.         return $instance;
  2387.     }
  2388.     /**
  2389.      * Gets the public 'Aqarmap\Bundle\CreditBundle\Controller\CreditController' shared autowired service.
  2390.      *
  2391.      * @return \Aqarmap\Bundle\CreditBundle\Controller\CreditController
  2392.      */
  2393.     protected function getCreditController4Service()
  2394.     {
  2395.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2396.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Controller/CreditController.php';
  2397.         $this->services['Aqarmap\\Bundle\\CreditBundle\\Controller\\CreditController'] = $instance = new \Aqarmap\Bundle\CreditBundle\Controller\CreditController(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['Aqarmap\\Bundle\\NotificationBundle\\DatabaseNotification'] ?? $this->getDatabaseNotificationService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['Aqarmap\\Bundle\\CreditBundle\\Services\\CreditManager'] ?? $this->getCreditManagerService()), ($this->services['doctrine_mongodb.odm.default_document_manager'] ?? $this->getDoctrineMongodb_Odm_DefaultDocumentManagerService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['Aqarmap\\Bundle\\FeatureToggleBundle\\Service\\FeatureToggleManager'] ?? $this->getFeatureToggleManagerService()), ($this->privates['Aqarmap\\Bundle\\CreditBundle\\Repository\\FaqRepository'] ?? $this->getFaqRepositoryService()), ($this->privates['Aqarmap\\Bundle\\MainBundle\\Repository\\TestimonialRepository'] ?? $this->getTestimonialRepositoryService()), ($this->privates['Aqarmap\\Bundle\\UserBundle\\Repository\\UserPackagesRepository'] ?? $this->getUserPackagesRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2398.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Aqarmap\\Bundle\\CreditBundle\\Controller\\CreditController'$this));
  2399.         return $instance;
  2400.     }
  2401.     /**
  2402.      * Gets the public 'Aqarmap\Bundle\CustomerProfilingBundle\Controller\Admin\DynamicQuestionController' shared autowired service.
  2403.      *
  2404.      * @return \Aqarmap\Bundle\CustomerProfilingBundle\Controller\Admin\DynamicQuestionController
  2405.      */
  2406.     protected function getDynamicQuestionControllerService()
  2407.     {
  2408.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2409.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CustomerProfilingBundle/Controller/Admin/DynamicQuestionController.php';
  2410.         $this->services['Aqarmap\\Bundle\\CustomerProfilingBundle\\Controller\\Admin\\DynamicQuestionController'] = $instance = new \Aqarmap\Bundle\CustomerProfilingBundle\Controller\Admin\DynamicQuestionController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  2411.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Aqarmap\\Bundle\\CustomerProfilingBundle\\Controller\\Admin\\DynamicQuestionController'$this));
  2412.         return $instance;
  2413.     }
  2414.     /**
  2415.      * Gets the public 'Aqarmap\Bundle\CustomerProfilingBundle\Controller\Admin\QuestionSetController' shared autowired service.
  2416.      *
  2417.      * @return \Aqarmap\Bundle\CustomerProfilingBundle\Controller\Admin\QuestionSetController
  2418.      */
  2419.     protected function getQuestionSetControllerService()
  2420.     {
  2421.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2422.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CustomerProfilingBundle/Controller/Admin/QuestionSetController.php';
  2423.         $this->services['Aqarmap\\Bundle\\CustomerProfilingBundle\\Controller\\Admin\\QuestionSetController'] = $instance = new \Aqarmap\Bundle\CustomerProfilingBundle\Controller\Admin\QuestionSetController();
  2424.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Aqarmap\\Bundle\\CustomerProfilingBundle\\Controller\\Admin\\QuestionSetController'$this));
  2425.         return $instance;
  2426.     }
  2427.     /**
  2428.      * Gets the public 'Aqarmap\Bundle\CustomerProfilingBundle\Controller\Admin\SurveyResultsController' shared autowired service.
  2429.      *
  2430.      * @return \Aqarmap\Bundle\CustomerProfilingBundle\Controller\Admin\SurveyResultsController
  2431.      */
  2432.     protected function getSurveyResultsControllerService()
  2433.     {
  2434.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2435.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CustomerProfilingBundle/Controller/Admin/SurveyResultsController.php';
  2436.         $this->services['Aqarmap\\Bundle\\CustomerProfilingBundle\\Controller\\Admin\\SurveyResultsController'] = $instance = new \Aqarmap\Bundle\CustomerProfilingBundle\Controller\Admin\SurveyResultsController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()));
  2437.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Aqarmap\\Bundle\\CustomerProfilingBundle\\Controller\\Admin\\SurveyResultsController'$this));
  2438.         return $instance;
  2439.     }
  2440.     /**
  2441.      * Gets the public 'Aqarmap\Bundle\CustomerProfilingBundle\Controller\AnnualSurveyController' shared autowired service.
  2442.      *
  2443.      * @return \Aqarmap\Bundle\CustomerProfilingBundle\Controller\AnnualSurveyController
  2444.      */
  2445.     protected function getAnnualSurveyControllerService()
  2446.     {
  2447.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2448.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CustomerProfilingBundle/Controller/AnnualSurveyController.php';
  2449.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CustomerProfilingBundle/Services/AnnualSurveyService.php';
  2450.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2451.         $this->services['Aqarmap\\Bundle\\CustomerProfilingBundle\\Controller\\AnnualSurveyController'] = $instance = new \Aqarmap\Bundle\CustomerProfilingBundle\Controller\AnnualSurveyController($a, ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()), new \Aqarmap\Bundle\CustomerProfilingBundle\Services\AnnualSurveyService($a, ($this->privates['Aqarmap\\Bundle\\CustomerProfilingBundle\\Services\\CustomerProfilingService'] ?? $this->getCustomerProfilingServiceService()), ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService())));
  2452.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Aqarmap\\Bundle\\CustomerProfilingBundle\\Controller\\AnnualSurveyController'$this));
  2453.         return $instance;
  2454.     }
  2455.     /**
  2456.      * Gets the public 'Aqarmap\Bundle\CustomerProfilingBundle\Controller\ConsumerProfilingController' shared autowired service.
  2457.      *
  2458.      * @return \Aqarmap\Bundle\CustomerProfilingBundle\Controller\ConsumerProfilingController
  2459.      */
  2460.     protected function getConsumerProfilingControllerService()
  2461.     {
  2462.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2463.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CustomerProfilingBundle/Controller/ConsumerProfilingController.php';
  2464.         $this->services['Aqarmap\\Bundle\\CustomerProfilingBundle\\Controller\\ConsumerProfilingController'] = $instance = new \Aqarmap\Bundle\CustomerProfilingBundle\Controller\ConsumerProfilingController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Aqarmap\\Bundle\\CustomerProfilingBundle\\Services\\CustomerProfilingService'] ?? $this->getCustomerProfilingServiceService()));
  2465.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Aqarmap\\Bundle\\CustomerProfilingBundle\\Controller\\ConsumerProfilingController'$this));
  2466.         return $instance;
  2467.     }
  2468.     /**
  2469.      * Gets the public 'Aqarmap\Bundle\DiscussionBundle\Controller\Admin\CategoryController' shared autowired service.
  2470.      *
  2471.      * @return \Aqarmap\Bundle\DiscussionBundle\Controller\Admin\CategoryController
  2472.      */
  2473.     protected function getCategoryControllerService()
  2474.     {
  2475.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2476.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/DiscussionBundle/Controller/Admin/CategoryController.php';
  2477.         $this->services['Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Admin\\CategoryController'] = $instance = new \Aqarmap\Bundle\DiscussionBundle\Controller\Admin\CategoryController(($this->privates['Aqarmap\\Bundle\\DiscussionBundle\\Repository\\CategoryRepository'] ?? $this->getCategoryRepositoryService()));
  2478.         $instance->setContainer(($this->privates['.service_locator.K6bNIyZ'] ?? $this->get_ServiceLocator_K6bNIyZService())->withContext('Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Admin\\CategoryController'$this));
  2479.         return $instance;
  2480.     }
  2481.     /**
  2482.      * Gets the public 'Aqarmap\Bundle\DiscussionBundle\Controller\Admin\CommentController' shared autowired service.
  2483.      *
  2484.      * @return \Aqarmap\Bundle\DiscussionBundle\Controller\Admin\CommentController
  2485.      */
  2486.     protected function getCommentControllerService()
  2487.     {
  2488.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2489.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/DiscussionBundle/Controller/Admin/CommentController.php';
  2490.         $this->services['Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Admin\\CommentController'] = $instance = new \Aqarmap\Bundle\DiscussionBundle\Controller\Admin\CommentController(($this->privates['Aqarmap\\Bundle\\DiscussionBundle\\Repository\\CommentRepository'] ?? $this->getCommentRepositoryService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2491.         $instance->setContainer(($this->privates['.service_locator.K6bNIyZ'] ?? $this->get_ServiceLocator_K6bNIyZService())->withContext('Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Admin\\CommentController'$this));
  2492.         return $instance;
  2493.     }
  2494.     /**
  2495.      * Gets the public 'Aqarmap\Bundle\DiscussionBundle\Controller\Admin\DiscussionController' shared autowired service.
  2496.      *
  2497.      * @return \Aqarmap\Bundle\DiscussionBundle\Controller\Admin\DiscussionController
  2498.      */
  2499.     protected function getDiscussionControllerService()
  2500.     {
  2501.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2502.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/DiscussionBundle/Controller/Admin/DiscussionController.php';
  2503.         $this->services['Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Admin\\DiscussionController'] = $instance = new \Aqarmap\Bundle\DiscussionBundle\Controller\Admin\DiscussionController(($this->privates['Aqarmap\\Bundle\\DiscussionBundle\\Service\\DiscussionManager'] ?? $this->getDiscussionManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\LocationRepository'] ?? $this->getLocationRepositoryService()), ($this->privates['Aqarmap\\Bundle\\DiscussionBundle\\Repository\\DiscussionRepository'] ?? $this->getDiscussionRepositoryService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['snc_redis.default'] ?? $this->getSncRedis_DefaultService()), ($this->privates['Aqarmap\\Bundle\\NotificationBundle\\Types\\DiscussionWasPublishedWithHandler'] ?? $this->getDiscussionWasPublishedWithHandlerService()));
  2504.         $instance->setContainer(($this->privates['.service_locator.K6bNIyZ'] ?? $this->get_ServiceLocator_K6bNIyZService())->withContext('Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Admin\\DiscussionController'$this));
  2505.         return $instance;
  2506.     }
  2507.     /**
  2508.      * Gets the public 'Aqarmap\Bundle\DiscussionBundle\Controller\Api\DiscussionController' shared autowired service.
  2509.      *
  2510.      * @return \Aqarmap\Bundle\DiscussionBundle\Controller\Api\DiscussionController
  2511.      */
  2512.     protected function getDiscussionController2Service()
  2513.     {
  2514.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2515.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  2516.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  2517.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/DiscussionBundle/Controller/Api/DiscussionController.php';
  2518.         $this->services['Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Api\\DiscussionController'] = $instance = new \Aqarmap\Bundle\DiscussionBundle\Controller\Api\DiscussionController(($this->privates['Aqarmap\\Bundle\\DiscussionBundle\\Service\\CommentManager'] ?? $this->getCommentManagerService()), ($this->privates['Aqarmap\\Bundle\\DiscussionBundle\\Service\\DiscussionManager'] ?? $this->getDiscussionManagerService()), ($this->privates['Aqarmap\\Bundle\\DiscussionBundle\\Service\\DiscussionService'] ?? $this->getDiscussionServiceService()), ($this->privates['Aqarmap\\Bundle\\DiscussionBundle\\Repository\\DiscussionRepository'] ?? $this->getDiscussionRepositoryService()), ($this->privates['snc_redis.default'] ?? $this->getSncRedis_DefaultService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2519.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2520.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  2521.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  2522.             'fos_rest.view_handler' => ['services''fos_rest.view_handler''getFosRest_ViewHandlerService'false],
  2523.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  2524.             'message_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  2525.             'messenger.default_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  2526.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  2527.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  2528.             'router' => ['services''router''getRouterService'false],
  2529.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  2530.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  2531.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  2532.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  2533.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  2534.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2535.         ], [
  2536.             'doctrine' => '?',
  2537.             'form.factory' => '?',
  2538.             'fos_rest.view_handler' => '?',
  2539.             'http_kernel' => '?',
  2540.             'message_bus' => '?',
  2541.             'messenger.default_bus' => '?',
  2542.             'parameter_bag' => '?',
  2543.             'request_stack' => '?',
  2544.             'router' => '?',
  2545.             'security.authorization_checker' => '?',
  2546.             'security.csrf.token_manager' => '?',
  2547.             'security.token_storage' => '?',
  2548.             'serializer' => '?',
  2549.             'session' => '.session.deprecated',
  2550.             'twig' => '?',
  2551.         ]))->withContext('Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Api\\DiscussionController'$this));
  2552.         return $instance;
  2553.     }
  2554.     /**
  2555.      * Gets the public 'Aqarmap\Bundle\DiscussionBundle\Controller\CommentController' shared autowired service.
  2556.      *
  2557.      * @return \Aqarmap\Bundle\DiscussionBundle\Controller\CommentController
  2558.      */
  2559.     protected function getCommentController2Service()
  2560.     {
  2561.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2562.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/DiscussionBundle/Controller/CommentController.php';
  2563.         $this->services['Aqarmap\\Bundle\\DiscussionBundle\\Controller\\CommentController'] = $instance = new \Aqarmap\Bundle\DiscussionBundle\Controller\CommentController(($this->privates['Aqarmap\\Bundle\\DiscussionBundle\\Service\\CommentManager'] ?? $this->getCommentManagerService()), ($this->privates['Aqarmap\\Bundle\\DiscussionBundle\\Service\\DiscussionManager'] ?? $this->getDiscussionManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  2564.         $instance->setContainer(($this->privates['.service_locator.K6bNIyZ'] ?? $this->get_ServiceLocator_K6bNIyZService())->withContext('Aqarmap\\Bundle\\DiscussionBundle\\Controller\\CommentController'$this));
  2565.         return $instance;
  2566.     }
  2567.     /**
  2568.      * Gets the public 'Aqarmap\Bundle\DiscussionBundle\Controller\DiscussionController' shared autowired service.
  2569.      *
  2570.      * @return \Aqarmap\Bundle\DiscussionBundle\Controller\DiscussionController
  2571.      */
  2572.     protected function getDiscussionController3Service()
  2573.     {
  2574.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2575.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/DiscussionBundle/Controller/DiscussionController.php';
  2576.         $this->services['Aqarmap\\Bundle\\DiscussionBundle\\Controller\\DiscussionController'] = $instance = new \Aqarmap\Bundle\DiscussionBundle\Controller\DiscussionController(($this->privates['Aqarmap\\Bundle\\DiscussionBundle\\Service\\DiscussionManager'] ?? $this->getDiscussionManagerService()), ($this->privates['Aqarmap\\Bundle\\DiscussionBundle\\Service\\WordpressManager'] ?? $this->getWordpressManagerService()), ($this->privates['Aqarmap\\Bundle\\UserBundle\\Repository\\UserInterestRepository'] ?? $this->getUserInterestRepositoryService()), ($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserInterestManager'] ?? $this->getUserInterestManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['snc_redis.default'] ?? $this->getSncRedis_DefaultService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\LocationRepository'] ?? $this->getLocationRepositoryService()), ($this->privates['Aqarmap\\Bundle\\DiscussionBundle\\Repository\\DiscussionRepository'] ?? $this->getDiscussionRepositoryService()), ($this->services['Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingRepository'] ?? $this->getListingRepositoryService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\SectionRepository'] ?? $this->getSectionRepositoryService()), ($this->privates['Aqarmap\\Bundle\\DiscussionBundle\\Repository\\CategoryRepository'] ?? $this->getCategoryRepositoryService()), ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\SupplyDemandManager'] ?? $this->getSupplyDemandManagerService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserManager'] ?? $this->getUserManagerService()), ($this->privates['Aqarmap\\Bundle\\DiscussionBundle\\Repository\\CommentRepository'] ?? $this->getCommentRepositoryService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2577.         $instance->setContainer(($this->privates['.service_locator.K6bNIyZ'] ?? $this->get_ServiceLocator_K6bNIyZService())->withContext('Aqarmap\\Bundle\\DiscussionBundle\\Controller\\DiscussionController'$this));
  2578.         return $instance;
  2579.     }
  2580.     /**
  2581.      * Gets the public 'Aqarmap\Bundle\ExchangeBundle\Controller\Admin\ExchangeRequestController' shared autowired service.
  2582.      *
  2583.      * @return \Aqarmap\Bundle\ExchangeBundle\Controller\Admin\ExchangeRequestController
  2584.      */
  2585.     protected function getExchangeRequestControllerService()
  2586.     {
  2587.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2588.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ExchangeBundle/Controller/Admin/ExchangeRequestController.php';
  2589.         $this->services['Aqarmap\\Bundle\\ExchangeBundle\\Controller\\Admin\\ExchangeRequestController'] = $instance = new \Aqarmap\Bundle\ExchangeBundle\Controller\Admin\ExchangeRequestController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()));
  2590.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Aqarmap\\Bundle\\ExchangeBundle\\Controller\\Admin\\ExchangeRequestController'$this));
  2591.         return $instance;
  2592.     }
  2593.     /**
  2594.      * Gets the public 'Aqarmap\Bundle\ExchangeBundle\Controller\Api\ExchangeRequestController' shared autowired service.
  2595.      *
  2596.      * @return \Aqarmap\Bundle\ExchangeBundle\Controller\Api\ExchangeRequestController
  2597.      */
  2598.     protected function getExchangeRequestController2Service()
  2599.     {
  2600.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2601.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  2602.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  2603.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/BaseController.php';
  2604.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ExchangeBundle/Controller/Api/ExchangeRequestController.php';
  2605.         $this->services['Aqarmap\\Bundle\\ExchangeBundle\\Controller\\Api\\ExchangeRequestController'] = $instance = new \Aqarmap\Bundle\ExchangeBundle\Controller\Api\ExchangeRequestController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['Aqarmap\\Bundle\\ExchangeBundle\\Service\\ExchangeManager'] ?? $this->getExchangeManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  2606.         $instance->setContainer(($this->privates['.service_locator.eIcC2Rx'] ?? $this->get_ServiceLocator_EIcC2RxService())->withContext('Aqarmap\\Bundle\\ExchangeBundle\\Controller\\Api\\ExchangeRequestController'$this));
  2607.         return $instance;
  2608.     }
  2609.     /**
  2610.      * Gets the public 'Aqarmap\Bundle\FeatureToggleBundle\Controller\Admin\FeatureToggleController' shared autowired service.
  2611.      *
  2612.      * @return \Aqarmap\Bundle\FeatureToggleBundle\Controller\Admin\FeatureToggleController
  2613.      */
  2614.     protected function getFeatureToggleControllerService()
  2615.     {
  2616.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2617.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/FeatureToggleBundle/Controller/Admin/FeatureToggleController.php';
  2618.         $this->services['Aqarmap\\Bundle\\FeatureToggleBundle\\Controller\\Admin\\FeatureToggleController'] = $instance = new \Aqarmap\Bundle\FeatureToggleBundle\Controller\Admin\FeatureToggleController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['Aqarmap\\Bundle\\FeatureToggleBundle\\Service\\FeatureToggleManager'] ?? $this->getFeatureToggleManagerService()), ($this->privates['Aqarmap\\Bundle\\FeatureToggleBundle\\Repository\\FeatureToggleRuleRepository'] ?? $this->getFeatureToggleRuleRepositoryService()));
  2619.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2620.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  2621.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  2622.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  2623.             'message_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  2624.             'messenger.default_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  2625.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  2626.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  2627.             'router' => ['services''router''getRouterService'false],
  2628.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  2629.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  2630.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  2631.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  2632.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  2633.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2634.         ], [
  2635.             'doctrine' => '?',
  2636.             'form.factory' => '?',
  2637.             'http_kernel' => '?',
  2638.             'message_bus' => '?',
  2639.             'messenger.default_bus' => '?',
  2640.             'parameter_bag' => '?',
  2641.             'request_stack' => '?',
  2642.             'router' => '?',
  2643.             'security.authorization_checker' => '?',
  2644.             'security.csrf.token_manager' => '?',
  2645.             'security.token_storage' => '?',
  2646.             'serializer' => '?',
  2647.             'session' => '.session.deprecated',
  2648.             'twig' => '?',
  2649.         ]))->withContext('Aqarmap\\Bundle\\FeatureToggleBundle\\Controller\\Admin\\FeatureToggleController'$this));
  2650.         return $instance;
  2651.     }
  2652.     /**
  2653.      * Gets the public 'Aqarmap\Bundle\FeatureToggleBundle\Controller\Api\FeatureToggleController' shared autowired service.
  2654.      *
  2655.      * @return \Aqarmap\Bundle\FeatureToggleBundle\Controller\Api\FeatureToggleController
  2656.      */
  2657.     protected function getFeatureToggleController2Service()
  2658.     {
  2659.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2660.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  2661.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  2662.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/BaseController.php';
  2663.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/FeatureToggleBundle/Controller/Api/FeatureToggleController.php';
  2664.         $this->services['Aqarmap\\Bundle\\FeatureToggleBundle\\Controller\\Api\\FeatureToggleController'] = $instance = new \Aqarmap\Bundle\FeatureToggleBundle\Controller\Api\FeatureToggleController(($this->services['Aqarmap\\Bundle\\FeatureToggleBundle\\Service\\FeatureToggleManager'] ?? $this->getFeatureToggleManagerService()));
  2665.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2666.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  2667.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  2668.             'fos_rest.view_handler' => ['services''fos_rest.view_handler''getFosRest_ViewHandlerService'false],
  2669.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  2670.             'message_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  2671.             'messenger.default_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  2672.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  2673.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  2674.             'router' => ['services''router''getRouterService'false],
  2675.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  2676.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  2677.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  2678.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  2679.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  2680.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2681.         ], [
  2682.             'doctrine' => '?',
  2683.             'form.factory' => '?',
  2684.             'fos_rest.view_handler' => '?',
  2685.             'http_kernel' => '?',
  2686.             'message_bus' => '?',
  2687.             'messenger.default_bus' => '?',
  2688.             'parameter_bag' => '?',
  2689.             'request_stack' => '?',
  2690.             'router' => '?',
  2691.             'security.authorization_checker' => '?',
  2692.             'security.csrf.token_manager' => '?',
  2693.             'security.token_storage' => '?',
  2694.             'serializer' => '?',
  2695.             'session' => '.session.deprecated',
  2696.             'twig' => '?',
  2697.         ]))->withContext('Aqarmap\\Bundle\\FeatureToggleBundle\\Controller\\Api\\FeatureToggleController'$this));
  2698.         return $instance;
  2699.     }
  2700.     /**
  2701.      * Gets the public 'Aqarmap\Bundle\FeatureToggleBundle\Service\FeatureToggleManager' shared autowired service.
  2702.      *
  2703.      * @return \Aqarmap\Bundle\FeatureToggleBundle\Service\FeatureToggleManager
  2704.      */
  2705.     protected function getFeatureToggleManagerService()
  2706.     {
  2707.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2708.         if (isset($this->services['Aqarmap\\Bundle\\FeatureToggleBundle\\Service\\FeatureToggleManager'])) {
  2709.             return $this->services['Aqarmap\\Bundle\\FeatureToggleBundle\\Service\\FeatureToggleManager'];
  2710.         }
  2711.         $b = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  2712.         $c = ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\CacheManager'] ?? $this->getCacheManagerService());
  2713.         return $this->services['Aqarmap\\Bundle\\FeatureToggleBundle\\Service\\FeatureToggleManager'] = new \Aqarmap\Bundle\FeatureToggleBundle\Service\FeatureToggleManager(new \Aqarmap\Bundle\FeatureToggleBundle\Service\MemoryFeatureToggleHandler($a$b$c), new \Aqarmap\Bundle\FeatureToggleBundle\Service\BulkFeatureTogglesHandler($a$b$c), new \Aqarmap\Bundle\FeatureToggleBundle\Service\SingleFeatureToggleHandler($a$b$c));
  2714.     }
  2715.     /**
  2716.      * Gets the public 'Aqarmap\Bundle\FinancialAidsBundle\Controller\Admin\FinancialAidController' shared autowired service.
  2717.      *
  2718.      * @return \Aqarmap\Bundle\FinancialAidsBundle\Controller\Admin\FinancialAidController
  2719.      */
  2720.     protected function getFinancialAidControllerService()
  2721.     {
  2722.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2723.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/FinancialAidsBundle/Controller/Admin/FinancialAidController.php';
  2724.         $this->services['Aqarmap\\Bundle\\FinancialAidsBundle\\Controller\\Admin\\FinancialAidController'] = $instance = new \Aqarmap\Bundle\FinancialAidsBundle\Controller\Admin\FinancialAidController(($this->privates['Aqarmap\\Bundle\\FinancialAidsBundle\\Service\\FinancialAidService'] ?? $this->getFinancialAidServiceService()));
  2725.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Aqarmap\\Bundle\\FinancialAidsBundle\\Controller\\Admin\\FinancialAidController'$this));
  2726.         return $instance;
  2727.     }
  2728.     /**
  2729.      * Gets the public 'Aqarmap\Bundle\FinancialAidsBundle\Controller\Api\FinancialAidController' shared autowired service.
  2730.      *
  2731.      * @return \Aqarmap\Bundle\FinancialAidsBundle\Controller\Api\FinancialAidController
  2732.      */
  2733.     protected function getFinancialAidController2Service()
  2734.     {
  2735.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2736.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  2737.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  2738.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/V4/BaseController.php';
  2739.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/FinancialAidsBundle/Controller/Api/FinancialAidController.php';
  2740.         $this->services['Aqarmap\\Bundle\\FinancialAidsBundle\\Controller\\Api\\FinancialAidController'] = $instance = new \Aqarmap\Bundle\FinancialAidsBundle\Controller\Api\FinancialAidController(($this->privates['Aqarmap\\Bundle\\FinancialAidsBundle\\Service\\FinancialAidService'] ?? $this->getFinancialAidServiceService()));
  2741.         $instance->setContainer(($this->privates['.service_locator.eIcC2Rx'] ?? $this->get_ServiceLocator_EIcC2RxService())->withContext('Aqarmap\\Bundle\\FinancialAidsBundle\\Controller\\Api\\FinancialAidController'$this));
  2742.         return $instance;
  2743.     }
  2744.     /**
  2745.      * Gets the public 'Aqarmap\Bundle\ListingBundle\Controller\Admin\CompoundLocationController' shared autowired service.
  2746.      *
  2747.      * @return \Aqarmap\Bundle\ListingBundle\Controller\Admin\CompoundLocationController
  2748.      */
  2749.     protected function getCompoundLocationControllerService()
  2750.     {
  2751.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2752.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Admin/CompoundLocationController.php';
  2753.         $this->services['Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\CompoundLocationController'] = $instance = new \Aqarmap\Bundle\ListingBundle\Controller\Admin\CompoundLocationController(($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\CompoundLocationRepository'] ?? $this->getCompoundLocationRepositoryService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\CompoundService'] ?? $this->getCompoundServiceService()));
  2754.         $instance->setContainer(($this->privates['.service_locator.j1R4m5C'] ?? $this->get_ServiceLocator_J1R4m5CService())->withContext('Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\CompoundLocationController'$this));
  2755.         return $instance;
  2756.     }
  2757.     /**
  2758.      * Gets the public 'Aqarmap\Bundle\ListingBundle\Controller\Admin\LeadsController' shared autowired service.
  2759.      *
  2760.      * @return \Aqarmap\Bundle\ListingBundle\Controller\Admin\LeadsController
  2761.      */
  2762.     protected function getLeadsControllerService()
  2763.     {
  2764.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2765.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Admin/LeadsController.php';
  2766.         $this->services['Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\LeadsController'] = $instance = new \Aqarmap\Bundle\ListingBundle\Controller\Admin\LeadsController(($this->services['Aqarmap\\Bundle\\FeatureToggleBundle\\Service\\FeatureToggleManager'] ?? $this->getFeatureToggleManagerService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingLeadRepository'] ?? $this->getListingLeadRepositoryService()), ($this->privates['App\\Repository\\Lead\\LeadRepository'] ?? $this->getLeadRepositoryService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\ActivityLogger'] ?? $this->getActivityLoggerService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LeadService'] ?? $this->getLeadService2Service()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\QuickRegUnsubmittedSurveyService'] ?? $this->getQuickRegUnsubmittedSurveyServiceService()));
  2767.         $instance->setContainer(($this->privates['.service_locator.j1R4m5C'] ?? $this->get_ServiceLocator_J1R4m5CService())->withContext('Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\LeadsController'$this));
  2768.         return $instance;
  2769.     }
  2770.     /**
  2771.      * Gets the public 'Aqarmap\Bundle\ListingBundle\Controller\Admin\ListingController' shared autowired service.
  2772.      *
  2773.      * @return \Aqarmap\Bundle\ListingBundle\Controller\Admin\ListingController
  2774.      */
  2775.     protected function getListingController2Service()
  2776.     {
  2777.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2778.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Admin/ListingController.php';
  2779.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/ListBuilder.php';
  2780.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/ListingWaitingTimeManager.php';
  2781.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Service/FormValidationService.php';
  2782.         $a = ($this->services['translator'] ?? $this->getTranslatorService());
  2783.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2784.         $c = ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\Setting'] ?? $this->getSettingService());
  2785.         $this->services['Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController'] = $instance = new \Aqarmap\Bundle\ListingBundle\Controller\Admin\ListingController(($this->services['Aqarmap\\Bundle\\FeatureToggleBundle\\Service\\FeatureToggleManager'] ?? $this->getFeatureToggleManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'] ?? $this->getListingManagerService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\ActivityLogger'] ?? $this->getActivityLoggerService()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), $a, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), new \Aqarmap\Bundle\ListingBundle\Service\ListBuilder($b, ($this->privates['snc_redis.default'] ?? $this->getSncRedis_DefaultService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LocationManager'] ?? $this->getLocationManagerService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\SectionRepository'] ?? $this->getSectionRepositoryService()), $a$c, ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ReviewService'] ?? $this->getReviewServiceService())), $c, ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\PhoneManager'] ?? $this->getPhoneManagerService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingFeatureService'] ?? $this->getListingFeatureServiceService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Model\\BumpUpModel'] ?? ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Model\\BumpUpModel'] = new \Aqarmap\Bundle\ListingBundle\Model\BumpUpModel())), ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()), ($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserManager'] ?? $this->getUserManagerService()), ($this->privates['gedmo.listener.translatable'] ?? $this->getGedmo_Listener_TranslatableService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\CompoundService'] ?? $this->getCompoundServiceService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\Mortgage\\MortgageService'] ?? $this->getMortgageServiceService()), ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\FormValidationService'] ?? ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\FormValidationService'] = new \Aqarmap\Bundle\MainBundle\Service\FormValidationService())), new \Aqarmap\Bundle\ListingBundle\Service\ListingWaitingTimeManager($b, ($this->services['Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingRepository'] ?? $this->getListingRepositoryService())), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingRateService'] ?? $this->getListingRateServiceService()), ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\Admin\\CSVFileProccessing\\CSVFileProccessorFactory'] ?? $this->getCSVFileProccessorFactoryService()), ($this->services['doctrine_mongodb.odm.default_document_manager'] ?? $this->getDoctrineMongodb_Odm_DefaultDocumentManagerService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingRuleMatcher'] ?? $this->getListingRuleMatcherService()), ($this->privates['Aqarmap\\Bundle\\CreditBundle\\Services\\CreditManager'] ?? $this->getCreditManagerService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingFeatureRepository'] ?? $this->getListingFeatureRepositoryService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2786.         $instance->setContainer(($this->privates['.service_locator.j1R4m5C'] ?? $this->get_ServiceLocator_J1R4m5CService())->withContext('Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController'$this));
  2787.         return $instance;
  2788.     }
  2789.     /**
  2790.      * Gets the public 'Aqarmap\Bundle\ListingBundle\Controller\Admin\ListingPendingFeaturingController' shared autowired service.
  2791.      *
  2792.      * @return \Aqarmap\Bundle\ListingBundle\Controller\Admin\ListingPendingFeaturingController
  2793.      */
  2794.     protected function getListingPendingFeaturingControllerService()
  2795.     {
  2796.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2797.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Admin/ListingPendingFeaturingController.php';
  2798.         $this->services['Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingPendingFeaturingController'] = $instance = new \Aqarmap\Bundle\ListingBundle\Controller\Admin\ListingPendingFeaturingController(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'] ?? $this->getListingManagerService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  2799.         $instance->setContainer(($this->privates['.service_locator.j1R4m5C'] ?? $this->get_ServiceLocator_J1R4m5CService())->withContext('Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingPendingFeaturingController'$this));
  2800.         return $instance;
  2801.     }
  2802.     /**
  2803.      * Gets the public 'Aqarmap\Bundle\ListingBundle\Controller\Admin\ListingRulesController' shared autowired service.
  2804.      *
  2805.      * @return \Aqarmap\Bundle\ListingBundle\Controller\Admin\ListingRulesController
  2806.      */
  2807.     protected function getListingRulesControllerService()
  2808.     {
  2809.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2810.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Admin/ListingRulesController.php';
  2811.         $this->services['Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingRulesController'] = $instance = new \Aqarmap\Bundle\ListingBundle\Controller\Admin\ListingRulesController(($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingRuleMatcher'] ?? $this->getListingRuleMatcherService()));
  2812.         $instance->setContainer(($this->privates['.service_locator.j1R4m5C'] ?? $this->get_ServiceLocator_J1R4m5CService())->withContext('Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingRulesController'$this));
  2813.         return $instance;
  2814.     }
  2815.     /**
  2816.      * Gets the public 'Aqarmap\Bundle\ListingBundle\Controller\Admin\LocationController' shared autowired service.
  2817.      *
  2818.      * @return \Aqarmap\Bundle\ListingBundle\Controller\Admin\LocationController
  2819.      */
  2820.     protected function getLocationController2Service()
  2821.     {
  2822.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2823.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Admin/LocationController.php';
  2824.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/GoogleMapUrlService.php';
  2825.         $this->services['Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\LocationController'] = $instance = new \Aqarmap\Bundle\ListingBundle\Controller\Admin\LocationController(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\Admin\\CSVFileProccessing\\CSVFileProccessorFactory'] ?? $this->getCSVFileProccessorFactoryService()), ($this->privates['Aqarmap\\Bundle\\MainBundle\\Contract\\ProducerFactoryInterface $producerFactory'] ?? $this->getProducerFactoryInterfaceproducerFactoryService()), ($this->services['jms_serializer'] ?? $this->getJmsSerializerService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LocationManager'] ?? $this->getLocationManagerService()), ($this->privates['snc_redis.default'] ?? $this->getSncRedis_DefaultService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\LocationRepository'] ?? $this->getLocationRepositoryService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\GoogleMapUrlService'] ?? ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\GoogleMapUrlService'] = new \Aqarmap\Bundle\ListingBundle\Service\GoogleMapUrlService())), ($this->services['fos_elastica.object_persister.app_locations.locations'] ?? $this->getFosElastica_ObjectPersister_AppLocations_LocationsService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  2826.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2827.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  2828.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  2829.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  2830.             'message_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  2831.             'messenger.default_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  2832.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  2833.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  2834.             'router' => ['services''router''getRouterService'false],
  2835.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  2836.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  2837.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  2838.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  2839.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  2840.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2841.         ], [
  2842.             'doctrine' => '?',
  2843.             'form.factory' => '?',
  2844.             'http_kernel' => '?',
  2845.             'message_bus' => '?',
  2846.             'messenger.default_bus' => '?',
  2847.             'parameter_bag' => '?',
  2848.             'request_stack' => '?',
  2849.             'router' => '?',
  2850.             'security.authorization_checker' => '?',
  2851.             'security.csrf.token_manager' => '?',
  2852.             'security.token_storage' => '?',
  2853.             'serializer' => '?',
  2854.             'session' => '.session.deprecated',
  2855.             'twig' => '?',
  2856.         ]))->withContext('Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\LocationController'$this));
  2857.         return $instance;
  2858.     }
  2859.     /**
  2860.      * Gets the public 'Aqarmap\Bundle\ListingBundle\Controller\Admin\ProjectSettingController' shared autowired service.
  2861.      *
  2862.      * @return \Aqarmap\Bundle\ListingBundle\Controller\Admin\ProjectSettingController
  2863.      */
  2864.     protected function getProjectSettingControllerService()
  2865.     {
  2866.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2867.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Admin/ProjectSettingController.php';
  2868.         $this->services['Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ProjectSettingController'] = $instance = new \Aqarmap\Bundle\ListingBundle\Controller\Admin\ProjectSettingController();
  2869.         $instance->setContainer(($this->privates['.service_locator.j1R4m5C'] ?? $this->get_ServiceLocator_J1R4m5CService())->withContext('Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ProjectSettingController'$this));
  2870.         return $instance;
  2871.     }
  2872.     /**
  2873.      * Gets the public 'Aqarmap\Bundle\ListingBundle\Controller\Admin\PropertyTypeController' shared autowired service.
  2874.      *
  2875.      * @return \Aqarmap\Bundle\ListingBundle\Controller\Admin\PropertyTypeController
  2876.      */
  2877.     protected function getPropertyTypeControllerService()
  2878.     {
  2879.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2880.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Admin/PropertyTypeController.php';
  2881.         $this->services['Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\PropertyTypeController'] = $instance = new \Aqarmap\Bundle\ListingBundle\Controller\Admin\PropertyTypeController();
  2882.         $instance->setContainer(($this->privates['.service_locator.j1R4m5C'] ?? $this->get_ServiceLocator_J1R4m5CService())->withContext('Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\PropertyTypeController'$this));
  2883.         return $instance;
  2884.     }
  2885.     /**
  2886.      * Gets the public 'Aqarmap\Bundle\ListingBundle\Controller\Admin\RejectionController' shared autowired service.
  2887.      *
  2888.      * @return \Aqarmap\Bundle\ListingBundle\Controller\Admin\RejectionController
  2889.      */
  2890.     protected function getRejectionControllerService()
  2891.     {
  2892.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2893.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Admin/RejectionController.php';
  2894.         $this->services['Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\RejectionController'] = $instance = new \Aqarmap\Bundle\ListingBundle\Controller\Admin\RejectionController();
  2895.         $instance->setContainer(($this->privates['.service_locator.j1R4m5C'] ?? $this->get_ServiceLocator_J1R4m5CService())->withContext('Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\RejectionController'$this));
  2896.         return $instance;
  2897.     }
  2898.     /**
  2899.      * Gets the public 'Aqarmap\Bundle\ListingBundle\Controller\Admin\ScrapedListingController' shared autowired service.
  2900.      *
  2901.      * @return \Aqarmap\Bundle\ListingBundle\Controller\Admin\ScrapedListingController
  2902.      */
  2903.     protected function getScrapedListingControllerService()
  2904.     {
  2905.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2906.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Admin/ScrapedListingController.php';
  2907.         $this->services['Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ScrapedListingController'] = $instance = new \Aqarmap\Bundle\ListingBundle\Controller\Admin\ScrapedListingController(($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingActivityLogService'] ?? $this->getListingActivityLogServiceService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\AutoScrapping\\ProcessManager'] ?? $this->getProcessManagerService()), ($this->services['Aqarmap\\Bundle\\FeatureToggleBundle\\Service\\FeatureToggleManager'] ?? $this->getFeatureToggleManagerService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ScrapedListingService'] ?? $this->getScrapedListingServiceService()), ($this->services['doctrine_mongodb.odm.default_document_manager'] ?? $this->getDoctrineMongodb_Odm_DefaultDocumentManagerService()));
  2908.         $instance->setContainer(($this->privates['.service_locator.j1R4m5C'] ?? $this->get_ServiceLocator_J1R4m5CService())->withContext('Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ScrapedListingController'$this));
  2909.         return $instance;
  2910.     }
  2911.     /**
  2912.      * Gets the public 'Aqarmap\Bundle\ListingBundle\Controller\Admin\SearchController' shared autowired service.
  2913.      *
  2914.      * @return \Aqarmap\Bundle\ListingBundle\Controller\Admin\SearchController
  2915.      */
  2916.     protected function getSearchControllerService()
  2917.     {
  2918.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2919.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Admin/SearchController.php';
  2920.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/LocationsSearchManager.php';
  2921.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/GoogleMapsAPI.php';
  2922.         $this->services['Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\SearchController'] = $instance = new \Aqarmap\Bundle\ListingBundle\Controller\Admin\SearchController(($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), new \Aqarmap\Bundle\ListingBundle\Service\LocationsSearchManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['fos_elastica.manager.orm'] ?? $this->getFosElastica_Manager_OrmService()), new \Aqarmap\Bundle\ListingBundle\Service\GoogleMapsAPI(NULL), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this)))), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LocationManager'] ?? $this->getLocationManagerService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LocationHistoryService'] ?? $this->getLocationHistoryServiceService()), ($this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\SearchKeywordHistoryService'] ?? $this->getSearchKeywordHistoryServiceService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\SavedSearchService'] ?? $this->getSavedSearchServiceService()));
  2923.         $instance->setContainer(($this->privates['.service_locator.j1R4m5C'] ?? $this->get_ServiceLocator_J1R4m5CService())->withContext('Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\SearchController'$this));
  2924.         return $instance;
  2925.     }
  2926.     /**
  2927.      * Gets the public 'Aqarmap\Bundle\ListingBundle\Controller\Admin\SupplyAndDemandController' shared autowired service.
  2928.      *
  2929.      * @return \Aqarmap\Bundle\ListingBundle\Controller\Admin\SupplyAndDemandController
  2930.      */
  2931.     protected function getSupplyAndDemandControllerService()
  2932.     {
  2933.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2934.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Admin/SupplyAndDemandController.php';
  2935.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/SupplyAndDemand/SupplyAndDemandRetrivalService.php';
  2936.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/SupplyAndDemand/SupplyAndDemandService.php';
  2937.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/SupplyAndDemand/SupplyAndDemandFilterService.php';
  2938.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2939.         $b = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  2940.         $this->services['Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\SupplyAndDemandController'] = $instance = new \Aqarmap\Bundle\ListingBundle\Controller\Admin\SupplyAndDemandController(new \Aqarmap\Bundle\ListingBundle\Service\SupplyAndDemand\SupplyAndDemandRetrivalService(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), new \Aqarmap\Bundle\ListingBundle\Service\SupplyAndDemand\SupplyAndDemandService($a), new \Aqarmap\Bundle\ListingBundle\Service\SupplyAndDemand\SupplyAndDemandFilterService($a$b), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V4\\LocationService'] ?? $this->getLocationServiceService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), $b));
  2941.         $instance->setContainer(($this->privates['.service_locator.j1R4m5C'] ?? $this->get_ServiceLocator_J1R4m5CService())->withContext('Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\SupplyAndDemandController'$this));
  2942.         return $instance;
  2943.     }
  2944.     /**
  2945.      * Gets the public 'Aqarmap\Bundle\ListingBundle\Controller\Api\CallRequestController' shared autowired service.
  2946.      *
  2947.      * @return \Aqarmap\Bundle\ListingBundle\Controller\Api\CallRequestController
  2948.      */
  2949.     protected function getCallRequestControllerService()
  2950.     {
  2951.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2952.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  2953.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  2954.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Api/CallRequestController.php';
  2955.         $this->services['Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\CallRequestController'] = $instance = new \Aqarmap\Bundle\ListingBundle\Controller\Api\CallRequestController();
  2956.         $instance->setContainer(($this->privates['.service_locator.pxk9xbM'] ?? $this->get_ServiceLocator_Pxk9xbMService())->withContext('Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\CallRequestController'$this));
  2957.         return $instance;
  2958.     }
  2959.     /**
  2960.      * Gets the public 'Aqarmap\Bundle\ListingBundle\Controller\Api\CompoundLocationController' shared autowired service.
  2961.      *
  2962.      * @return \Aqarmap\Bundle\ListingBundle\Controller\Api\CompoundLocationController
  2963.      */
  2964.     protected function getCompoundLocationController2Service()
  2965.     {
  2966.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2967.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  2968.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  2969.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/BaseController.php';
  2970.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Api/CompoundLocationController.php';
  2971.         $this->services['Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\CompoundLocationController'] = $instance = new \Aqarmap\Bundle\ListingBundle\Controller\Api\CompoundLocationController();
  2972.         $instance->setContainer(($this->privates['.service_locator.pxk9xbM'] ?? $this->get_ServiceLocator_Pxk9xbMService())->withContext('Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\CompoundLocationController'$this));
  2973.         return $instance;
  2974.     }
  2975.     /**
  2976.      * Gets the public 'Aqarmap\Bundle\ListingBundle\Controller\Api\CompoundSearchController' shared autowired service.
  2977.      *
  2978.      * @return \Aqarmap\Bundle\ListingBundle\Controller\Api\CompoundSearchController
  2979.      */
  2980.     protected function getCompoundSearchControllerService()
  2981.     {
  2982.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2983.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  2984.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  2985.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/BaseController.php';
  2986.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Api/CompoundSearchController.php';
  2987.         $this->services['Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\CompoundSearchController'] = $instance = new \Aqarmap\Bundle\ListingBundle\Controller\Api\CompoundSearchController(($this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\CompoundSearchService'] ?? $this->getCompoundSearchServiceService()), ($this->services['jms_serializer'] ?? $this->getJmsSerializerService()));
  2988.         $instance->setContainer(($this->privates['.service_locator.pxk9xbM'] ?? $this->get_ServiceLocator_Pxk9xbMService())->withContext('Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\CompoundSearchController'$this));
  2989.         return $instance;
  2990.     }
  2991.     /**
  2992.      * Gets the public 'Aqarmap\Bundle\ListingBundle\Controller\Api\CustomFieldController' shared autowired service.
  2993.      *
  2994.      * @return \Aqarmap\Bundle\ListingBundle\Controller\Api\CustomFieldController
  2995.      */
  2996.     protected function getCustomFieldControllerService()
  2997.     {
  2998.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2999.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  3000.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  3001.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/BaseController.php';
  3002.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Api/CustomFieldController.php';
  3003.         $this->services['Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\CustomFieldController'] = $instance = new \Aqarmap\Bundle\ListingBundle\Controller\Api\CustomFieldController(($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\CustomFieldService'] ?? $this->getCustomFieldServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['snc_redis.default'] ?? $this->getSncRedis_DefaultService()));
  3004.         $instance->setContainer(($this->privates['.service_locator.pxk9xbM'] ?? $this->get_ServiceLocator_Pxk9xbMService())->withContext('Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\CustomFieldController'$this));
  3005.         return $instance;
  3006.     }
  3007.     /**
  3008.      * Gets the public 'Aqarmap\Bundle\ListingBundle\Controller\Api\EstimateController' shared autowired service.
  3009.      *
  3010.      * @return \Aqarmap\Bundle\ListingBundle\Controller\Api\EstimateController
  3011.      */
  3012.     protected function getEstimateControllerService()
  3013.     {
  3014.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3015.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  3016.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  3017.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Api/EstimateController.php';
  3018.         $this->services['Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\EstimateController'] = $instance = new \Aqarmap\Bundle\ListingBundle\Controller\Api\EstimateController(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\Setting'] ?? $this->getSettingService()));
  3019.         $instance->setContainer(($this->privates['.service_locator.pxk9xbM'] ?? $this->get_ServiceLocator_Pxk9xbMService())->withContext('Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\EstimateController'$this));
  3020.         return $instance;
  3021.     }
  3022.     /**
  3023.      * Gets the public 'Aqarmap\Bundle\ListingBundle\Controller\Api\FavouriteController' shared autowired service.
  3024.      *
  3025.      * @return \Aqarmap\Bundle\ListingBundle\Controller\Api\FavouriteController
  3026.      */
  3027.     protected function getFavouriteControllerService()
  3028.     {
  3029.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3030.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  3031.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  3032.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/BaseController.php';
  3033.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Api/FavouriteController.php';
  3034.         $this->services['Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\FavouriteController'] = $instance = new \Aqarmap\Bundle\ListingBundle\Controller\Api\FavouriteController();
  3035.         $instance->setContainer(($this->privates['.service_locator.pxk9xbM'] ?? $this->get_ServiceLocator_Pxk9xbMService())->withContext('Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\FavouriteController'$this));
  3036.         return $instance;
  3037.     }
  3038.     /**
  3039.      * Gets the public 'Aqarmap\Bundle\ListingBundle\Controller\Api\LeadController' shared autowired service.
  3040.      *
  3041.      * @return \Aqarmap\Bundle\ListingBundle\Controller\Api\LeadController
  3042.      */
  3043.     protected function getLeadController2Service()
  3044.     {
  3045.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3046.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  3047.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  3048.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Api/LeadController.php';
  3049.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Service/GoogleAnalyticsService.php';
  3050.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Service/FormValidationService.php';
  3051.         $this->services['Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LeadController'] = $instance = new \Aqarmap\Bundle\ListingBundle\Controller\Api\LeadController(($this->privates['Aqarmap\\Bundle\\MessageBundle\\Service\\Composer'] ?? $this->getComposerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LeadService'] ?? $this->getLeadService2Service()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LeadServiceFactory'] ?? $this->getLeadServiceFactoryService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\PhoneManager'] ?? $this->getPhoneManagerService()), ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()), ($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserManager'] ?? $this->getUserManagerService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'] ?? $this->getListingManagerService()), new \Aqarmap\Bundle\MainBundle\Service\GoogleAnalyticsService($this), ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\FormValidationService'] ?? ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\FormValidationService'] = new \Aqarmap\Bundle\MainBundle\Service\FormValidationService())), ($this->services['Aqarmap\\Bundle\\FeatureToggleBundle\\Service\\FeatureToggleManager'] ?? $this->getFeatureToggleManagerService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LeadsInsightsService'] ?? $this->getLeadsInsightsServiceService()), ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\Setting'] ?? $this->getSettingService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\QuickRegUnsubmittedSurveyService'] ?? $this->getQuickRegUnsubmittedSurveyServiceService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LocationManager'] ?? $this->getLocationManagerService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\CallLog\\Logger'] ?? $this->getLogger2Service()));
  3052.         $instance->setContainer(($this->privates['.service_locator.pxk9xbM'] ?? $this->get_ServiceLocator_Pxk9xbMService())->withContext('Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LeadController'$this));
  3053.         return $instance;
  3054.     }
  3055.     /**
  3056.      * Gets the public 'Aqarmap\Bundle\ListingBundle\Controller\Api\ListingController' shared autowired service.
  3057.      *
  3058.      * @return \Aqarmap\Bundle\ListingBundle\Controller\Api\ListingController
  3059.      */
  3060.     protected function getListingController3Service()
  3061.     {
  3062.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3063.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  3064.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  3065.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/BaseController.php';
  3066.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Api/ListingController.php';
  3067.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/NewsFeed/ListingNewsFeed.php';
  3068.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Service/GroupMethodsLoader.php';
  3069.         $a = ($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'] ?? $this->getListingManagerService());
  3070.         $b = ($this->services['translator'] ?? $this->getTranslatorService());
  3071.         $c = ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\Setting'] ?? $this->getSettingService());
  3072.         $d = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3073.         $this->services['Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController'] = $instance = new \Aqarmap\Bundle\ListingBundle\Controller\Api\ListingController(($this->privates['Aqarmap\\Bundle\\MessageBundle\\Service\\Composer'] ?? $this->getComposerService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\FavouriteService'] ?? $this->getFavouriteServiceService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\InteractionService'] ?? $this->getInteractionServiceService()), $a, ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()), $b, ($this->privates['gedmo.listener.translatable'] ?? $this->getGedmo_Listener_TranslatableService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\CallLog\\Logger'] ?? $this->getLogger2Service()), ($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserManager'] ?? $this->getUserManagerService()), $a, ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingNoteService'] ?? $this->getListingNoteServiceService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingRuleMatcher'] ?? $this->getListingRuleMatcherService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LocationManager'] ?? $this->getLocationManagerService()), $c, ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\PhoneManager'] ?? $this->getPhoneManagerService()), ($this->services['Aqarmap\\Bundle\\FeatureToggleBundle\\Service\\FeatureToggleManager'] ?? $this->getFeatureToggleManagerService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingRateService'] ?? $this->getListingRateServiceService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LeadService'] ?? $this->getLeadService2Service()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\CallRequestManager'] ?? $this->getCallRequestManagerService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\Mortgage\\MortgageService'] ?? $this->getMortgageServiceService()), ($this->privates['Aqarmap\\Bundle\\CreditBundle\\Services\\CreditManager'] ?? $this->getCreditManagerService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Twig\\ListingExtension'] ?? $this->getListingExtensionService()), new \Aqarmap\Bundle\ListingBundle\Service\NewsFeed\ListingNewsFeed($d, ($this->privates['Vich\\UploaderBundle\\Templating\\Helper\\UploaderHelper'] ?? $this->getUploaderHelperService()), ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\ThumbURL'] ?? $this->getThumbURLService()), ($this->services['router'] ?? $this->getRouterService()), $b$c, new \Aqarmap\Bundle\MainBundle\Service\GroupMethodsLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService())), ($this->services['Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingRepository'] ?? $this->getListingRepositoryService())), $d);
  3074.         $instance->setContainer(($this->privates['.service_locator.pxk9xbM'] ?? $this->get_ServiceLocator_Pxk9xbMService())->withContext('Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController'$this));
  3075.         return $instance;
  3076.     }
  3077.     /**
  3078.      * Gets the public 'Aqarmap\Bundle\ListingBundle\Controller\Api\LocationController' shared autowired service.
  3079.      *
  3080.      * @return \Aqarmap\Bundle\ListingBundle\Controller\Api\LocationController
  3081.      */
  3082.     protected function getLocationController3Service()
  3083.     {
  3084.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3085.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  3086.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  3087.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/BaseController.php';
  3088.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Api/LocationController.php';
  3089.         $this->services['Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LocationController'] = $instance = new \Aqarmap\Bundle\ListingBundle\Controller\Api\LocationController(($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\CacheManager'] ?? $this->getCacheManagerService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LocationManager'] ?? $this->getLocationManagerService()), ($this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\LocationSearchService'] ?? $this->getLocationSearchServiceService()), ($this->privates['Aqarmap\\Bundle\\SearchBundle\\CriteriaBuilders\\BuilderDirector'] ?? $this->getBuilderDirectorService()), ($this->services['jms_serializer'] ?? $this->getJmsSerializerService()));
  3090.         $instance->setContainer(($this->privates['.service_locator.pxk9xbM'] ?? $this->get_ServiceLocator_Pxk9xbMService())->withContext('Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LocationController'$this));
  3091.         return $instance;
  3092.     }
  3093.     /**
  3094.      * Gets the public 'Aqarmap\Bundle\ListingBundle\Controller\Api\NoteController' shared autowired service.
  3095.      *
  3096.      * @return \Aqarmap\Bundle\ListingBundle\Controller\Api\NoteController
  3097.      */
  3098.     protected function getNoteControllerService()
  3099.     {
  3100.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3101.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  3102.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  3103.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/BaseController.php';
  3104.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Api/NoteController.php';
  3105.         $this->services['Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\NoteController'] = $instance = new \Aqarmap\Bundle\ListingBundle\Controller\Api\NoteController(($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingNoteService'] ?? $this->getListingNoteServiceService()));
  3106.         $instance->setContainer(($this->privates['.service_locator.pxk9xbM'] ?? $this->get_ServiceLocator_Pxk9xbMService())->withContext('Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\NoteController'$this));
  3107.         return $instance;
  3108.     }
  3109.     /**
  3110.      * Gets the public 'Aqarmap\Bundle\ListingBundle\Controller\Api\PhotoController' shared autowired service.
  3111.      *
  3112.      * @return \Aqarmap\Bundle\ListingBundle\Controller\Api\PhotoController
  3113.      */
  3114.     protected function getPhotoControllerService()
  3115.     {
  3116.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3117.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  3118.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  3119.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Api/PhotoController.php';
  3120.         $this->services['Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\PhotoController'] = $instance = new \Aqarmap\Bundle\ListingBundle\Controller\Api\PhotoController(($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'] ?? $this->getListingManagerService()));
  3121.         $instance->setContainer(($this->privates['.service_locator.pxk9xbM'] ?? $this->get_ServiceLocator_Pxk9xbMService())->withContext('Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\PhotoController'$this));
  3122.         return $instance;
  3123.     }
  3124.     /**
  3125.      * Gets the public 'Aqarmap\Bundle\ListingBundle\Controller\Api\PriceFilterController' shared autowired service.
  3126.      *
  3127.      * @return \Aqarmap\Bundle\ListingBundle\Controller\Api\PriceFilterController
  3128.      */
  3129.     protected function getPriceFilterControllerService()
  3130.     {
  3131.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3132.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  3133.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  3134.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Api/PriceFilterController.php';
  3135.         $this->services['Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\PriceFilterController'] = $instance = new \Aqarmap\Bundle\ListingBundle\Controller\Api\PriceFilterController();
  3136.         $instance->setContainer(($this->privates['.service_locator.pxk9xbM'] ?? $this->get_ServiceLocator_Pxk9xbMService())->withContext('Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\PriceFilterController'$this));
  3137.         return $instance;
  3138.     }
  3139.     /**
  3140.      * Gets the public 'Aqarmap\Bundle\ListingBundle\Controller\Api\PropertyTypeController' shared autowired service.
  3141.      *
  3142.      * @return \Aqarmap\Bundle\ListingBundle\Controller\Api\PropertyTypeController
  3143.      */
  3144.     protected function getPropertyTypeController2Service()
  3145.     {
  3146.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3147.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  3148.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  3149.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/BaseController.php';
  3150.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Api/PropertyTypeController.php';
  3151.         $this->services['Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\PropertyTypeController'] = $instance = new \Aqarmap\Bundle\ListingBundle\Controller\Api\PropertyTypeController();
  3152.         $instance->setContainer(($this->privates['.service_locator.pxk9xbM'] ?? $this->get_ServiceLocator_Pxk9xbMService())->withContext('Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\PropertyTypeController'$this));
  3153.         return $instance;
  3154.     }
  3155.     /**
  3156.      * Gets the public 'Aqarmap\Bundle\ListingBundle\Controller\Api\RateController' shared autowired service.
  3157.      *
  3158.      * @return \Aqarmap\Bundle\ListingBundle\Controller\Api\RateController
  3159.      */
  3160.     protected function getRateControllerService()
  3161.     {
  3162.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3163.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  3164.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  3165.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/BaseController.php';
  3166.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Api/RateController.php';
  3167.         $this->services['Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\RateController'] = $instance = new \Aqarmap\Bundle\ListingBundle\Controller\Api\RateController(($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingRateService'] ?? $this->getListingRateServiceService()));
  3168.         $instance->setContainer(($this->privates['.service_locator.pxk9xbM'] ?? $this->get_ServiceLocator_Pxk9xbMService())->withContext('Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\RateController'$this));
  3169.         return $instance;
  3170.     }
  3171.     /**
  3172.      * Gets the public 'Aqarmap\Bundle\ListingBundle\Controller\Api\ScrapedListingController' shared autowired service.
  3173.      *
  3174.      * @return \Aqarmap\Bundle\ListingBundle\Controller\Api\ScrapedListingController
  3175.      */
  3176.     protected function getScrapedListingController2Service()
  3177.     {
  3178.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3179.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Api/ScrapedListingController.php';
  3180.         $this->services['Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ScrapedListingController'] = $instance = new \Aqarmap\Bundle\ListingBundle\Controller\Api\ScrapedListingController(($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\AutoScrapping\\ProcessManager'] ?? $this->getProcessManagerService()), ($this->services['doctrine_mongodb.odm.default_document_manager'] ?? $this->getDoctrineMongodb_Odm_DefaultDocumentManagerService()));
  3181.         $instance->setContainer(($this->privates['.service_locator.j1R4m5C'] ?? $this->get_ServiceLocator_J1R4m5CService())->withContext('Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ScrapedListingController'$this));
  3182.         return $instance;
  3183.     }
  3184.     /**
  3185.      * Gets the public 'Aqarmap\Bundle\ListingBundle\Controller\Api\SearchFiltersController' shared autowired service.
  3186.      *
  3187.      * @return \Aqarmap\Bundle\ListingBundle\Controller\Api\SearchFiltersController
  3188.      */
  3189.     protected function getSearchFiltersControllerService()
  3190.     {
  3191.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3192.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  3193.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  3194.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Api/SearchFiltersController.php';
  3195.         $this->services['Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\SearchFiltersController'] = $instance = new \Aqarmap\Bundle\ListingBundle\Controller\Api\SearchFiltersController();
  3196.         $instance->setContainer(($this->privates['.service_locator.pxk9xbM'] ?? $this->get_ServiceLocator_Pxk9xbMService())->withContext('Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\SearchFiltersController'$this));
  3197.         return $instance;
  3198.     }
  3199.     /**
  3200.      * Gets the public 'Aqarmap\Bundle\ListingBundle\Controller\Api\SectionController' shared autowired service.
  3201.      *
  3202.      * @return \Aqarmap\Bundle\ListingBundle\Controller\Api\SectionController
  3203.      */
  3204.     protected function getSectionControllerService()
  3205.     {
  3206.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3207.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  3208.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  3209.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Api/SectionController.php';
  3210.         $this->services['Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\SectionController'] = $instance = new \Aqarmap\Bundle\ListingBundle\Controller\Api\SectionController();
  3211.         $instance->setContainer(($this->privates['.service_locator.pxk9xbM'] ?? $this->get_ServiceLocator_Pxk9xbMService())->withContext('Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\SectionController'$this));
  3212.         return $instance;
  3213.     }
  3214.     /**
  3215.      * Gets the public 'Aqarmap\Bundle\ListingBundle\Controller\Api\V3\BrokerRankingController' shared autowired service.
  3216.      *
  3217.      * @return \Aqarmap\Bundle\ListingBundle\Controller\Api\V3\BrokerRankingController
  3218.      */
  3219.     protected function getBrokerRankingControllerService()
  3220.     {
  3221.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3222.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  3223.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  3224.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/V3/BaseController.php';
  3225.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Api/V3/BrokerRankingController.php';
  3226.         $this->services['Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\BrokerRankingController'] = $instance = new \Aqarmap\Bundle\ListingBundle\Controller\Api\V3\BrokerRankingController();
  3227.         $instance->setContainer(($this->privates['.service_locator.pxk9xbM'] ?? $this->get_ServiceLocator_Pxk9xbMService())->withContext('Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\BrokerRankingController'$this));
  3228.         return $instance;
  3229.     }
  3230.     /**
  3231.      * Gets the public 'Aqarmap\Bundle\ListingBundle\Controller\Api\V3\FavouriteController' shared autowired service.
  3232.      *
  3233.      * @return \Aqarmap\Bundle\ListingBundle\Controller\Api\V3\FavouriteController
  3234.      */
  3235.     protected function getFavouriteController2Service()
  3236.     {
  3237.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3238.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  3239.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  3240.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/V3/BaseController.php';
  3241.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Api/V3/FavouriteController.php';
  3242.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/V3/FavouriteService.php';
  3243.         $this->services['Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\FavouriteController'] = $instance = new \Aqarmap\Bundle\ListingBundle\Controller\Api\V3\FavouriteController(($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\FavouriteService'] ?? $this->getFavouriteServiceService()), new \Aqarmap\Bundle\ListingBundle\Service\V3\FavouriteService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingRepository'] ?? $this->getListingRepositoryService()), ($this->privates['Aqarmap\\Bundle\\UserBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\FavouriteRepository'] ?? $this->getFavouriteRepositoryService())), ($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserManager'] ?? $this->getUserManagerService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()));
  3244.         $instance->setContainer(($this->privates['.service_locator.pxk9xbM'] ?? $this->get_ServiceLocator_Pxk9xbMService())->withContext('Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\FavouriteController'$this));
  3245.         return $instance;
  3246.     }
  3247.     /**
  3248.      * Gets the public 'Aqarmap\Bundle\ListingBundle\Controller\Api\V3\ImpressionController' shared autowired service.
  3249.      *
  3250.      * @return \Aqarmap\Bundle\ListingBundle\Controller\Api\V3\ImpressionController
  3251.      */
  3252.     protected function getImpressionControllerService()
  3253.     {
  3254.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3255.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  3256.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  3257.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/V3/BaseController.php';
  3258.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Api/V3/ImpressionController.php';
  3259.         $this->services['Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\ImpressionController'] = $instance = new \Aqarmap\Bundle\ListingBundle\Controller\Api\V3\ImpressionController();
  3260.         $instance->setContainer(($this->privates['.service_locator.pxk9xbM'] ?? $this->get_ServiceLocator_Pxk9xbMService())->withContext('Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\ImpressionController'$this));
  3261.         return $instance;
  3262.     }
  3263.     /**
  3264.      * Gets the public 'Aqarmap\Bundle\ListingBundle\Controller\Api\V3\ListingController' shared autowired service.
  3265.      *
  3266.      * @return \Aqarmap\Bundle\ListingBundle\Controller\Api\V3\ListingController
  3267.      */
  3268.     protected function getListingController4Service()
  3269.     {
  3270.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3271.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  3272.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  3273.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/V3/BaseController.php';
  3274.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Api/V3/ListingController.php';
  3275.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Contracts/V3/Listing/DepthProductServiceInterface.php';
  3276.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/V3/ListingDepthProductsService.php';
  3277.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/V3/ListingNoteService.php';
  3278.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Contracts/V3/Listing/ListingCreatorInterface.php';
  3279.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/V3/ListingCreatorService.php';
  3280.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/V3/ListingPhotoTransformer.php';
  3281.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3282.         $b = ($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserServicesManager'] ?? $this->getUserServicesManagerService());
  3283.         $c = ($this->privates['Aqarmap\\Bundle\\CreditBundle\\Services\\CreditManager'] ?? $this->getCreditManagerService());
  3284.         $d = ($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'] ?? $this->getListingManagerService());
  3285.         $e = ($this->services['translator'] ?? $this->getTranslatorService());
  3286.         $f = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3287.         $this->services['Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\ListingController'] = $instance = new \Aqarmap\Bundle\ListingBundle\Controller\Api\V3\ListingController(($this->privates['Aqarmap\\Bundle\\MessageBundle\\Service\\Composer'] ?? $this->getComposerService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\FavouriteService'] ?? $this->getFavouriteServiceService()), ($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserManager'] ?? $this->getUserManagerService()), $a$b$c$d$e, new \Aqarmap\Bundle\ListingBundle\Service\V3\ListingDepthProductsService($d$a, ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingRuleMatcher'] ?? $this->getListingRuleMatcherService()), $e$c, ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\Setting'] ?? $this->getSettingService()), $b), $f, ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingRateService'] ?? $this->getListingRateServiceService()), new \Aqarmap\Bundle\ListingBundle\Service\V3\ListingNoteService($a, ($this->services['Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingRepository'] ?? $this->getListingRepositoryService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingNoteRepository'] ?? $this->getListingNoteRepositoryService()), ($this->privates['Aqarmap\\Bundle\\UserBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService())), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), new \Aqarmap\Bundle\ListingBundle\Service\V3\ListingCreatorService('ar', new \Aqarmap\Bundle\ListingBundle\Service\V3\ListingPhotoTransformer($a), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V3\\ListingTranslationMapper'] ?? $this->getListingTranslationMapperService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V3\\ListingAttributesTransformer'] ?? $this->getListingAttributesTransformerService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V3\\ListingAttributesMapper'] ?? $this->getListingAttributesMapperService()), $f$d));
  3288.         $instance->setContainer(($this->privates['.service_locator.pxk9xbM'] ?? $this->get_ServiceLocator_Pxk9xbMService())->withContext('Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\ListingController'$this));
  3289.         return $instance;
  3290.     }
  3291.     /**
  3292.      * Gets the public 'Aqarmap\Bundle\ListingBundle\Controller\Api\V3\LocationController' shared autowired service.
  3293.      *
  3294.      * @return \Aqarmap\Bundle\ListingBundle\Controller\Api\V3\LocationController
  3295.      */
  3296.     protected function getLocationController4Service()
  3297.     {
  3298.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3299.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  3300.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  3301.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/V3/BaseController.php';
  3302.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Api/V3/LocationController.php';
  3303.         $this->services['Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\LocationController'] = $instance = new \Aqarmap\Bundle\ListingBundle\Controller\Api\V3\LocationController(($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LocationManager'] ?? $this->getLocationManagerService()), ($this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\LocationSearchService'] ?? $this->getLocationSearchServiceService()), ($this->privates['Aqarmap\\Bundle\\SearchBundle\\CriteriaBuilders\\BuilderDirector'] ?? $this->getBuilderDirectorService()));
  3304.         $instance->setContainer(($this->privates['.service_locator.pxk9xbM'] ?? $this->get_ServiceLocator_Pxk9xbMService())->withContext('Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\LocationController'$this));
  3305.         return $instance;
  3306.     }
  3307.     /**
  3308.      * Gets the public 'Aqarmap\Bundle\ListingBundle\Controller\Api\V3\RateController' shared autowired service.
  3309.      *
  3310.      * @return \Aqarmap\Bundle\ListingBundle\Controller\Api\V3\RateController
  3311.      */
  3312.     protected function getRateController2Service()
  3313.     {
  3314.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3315.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  3316.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  3317.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/V3/BaseController.php';
  3318.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Api/V3/RateController.php';
  3319.         $this->services['Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\RateController'] = $instance = new \Aqarmap\Bundle\ListingBundle\Controller\Api\V3\RateController(($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingRateService'] ?? $this->getListingRateServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3320.         $instance->setContainer(($this->privates['.service_locator.pxk9xbM'] ?? $this->get_ServiceLocator_Pxk9xbMService())->withContext('Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\RateController'$this));
  3321.         return $instance;
  3322.     }
  3323.     /**
  3324.      * Gets the public 'Aqarmap\Bundle\ListingBundle\Controller\Api\V4\CallRequestController' shared autowired service.
  3325.      *
  3326.      * @return \Aqarmap\Bundle\ListingBundle\Controller\Api\V4\CallRequestController
  3327.      */
  3328.     protected function getCallRequestController2Service()
  3329.     {
  3330.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3331.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  3332.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  3333.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/V3/BaseController.php';
  3334.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Api/V4/CallRequestController.php';
  3335.         $this->services['Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\CallRequestController'] = $instance = new \Aqarmap\Bundle\ListingBundle\Controller\Api\V4\CallRequestController(($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\PhoneManager'] ?? $this->getPhoneManagerService()), ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()), ($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserManager'] ?? $this->getUserManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\CallRequestManager'] ?? $this->getCallRequestManagerService()));
  3336.         $instance->setContainer(($this->privates['.service_locator.pxk9xbM'] ?? $this->get_ServiceLocator_Pxk9xbMService())->withContext('Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\CallRequestController'$this));
  3337.         return $instance;
  3338.     }
  3339.     /**
  3340.      * Gets the public 'Aqarmap\Bundle\ListingBundle\Controller\Api\V4\CompoundLocationController' shared autowired service.
  3341.      *
  3342.      * @return \Aqarmap\Bundle\ListingBundle\Controller\Api\V4\CompoundLocationController
  3343.      */
  3344.     protected function getCompoundLocationController3Service()
  3345.     {
  3346.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3347.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  3348.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  3349.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/V3/BaseController.php';
  3350.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Api/V4/CompoundLocationController.php';
  3351.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/V4/CompoundLocationService.php';
  3352.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3353.         $this->services['Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\CompoundLocationController'] = $instance = new \Aqarmap\Bundle\ListingBundle\Controller\Api\V4\CompoundLocationController($a, new \Aqarmap\Bundle\ListingBundle\Service\V4\CompoundLocationService($a, ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\CompoundLocationRepository'] ?? $this->getCompoundLocationRepositoryService())));
  3354.         $instance->setContainer(($this->privates['.service_locator.pxk9xbM'] ?? $this->get_ServiceLocator_Pxk9xbMService())->withContext('Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\CompoundLocationController'$this));
  3355.         return $instance;
  3356.     }
  3357.     /**
  3358.      * Gets the public 'Aqarmap\Bundle\ListingBundle\Controller\Api\V4\ConditionalFieldController' shared autowired service.
  3359.      *
  3360.      * @return \Aqarmap\Bundle\ListingBundle\Controller\Api\V4\ConditionalFieldController
  3361.      */
  3362.     protected function getConditionalFieldControllerService()
  3363.     {
  3364.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3365.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  3366.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  3367.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/V4/BaseController.php';
  3368.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Api/V4/ConditionalFieldController.php';
  3369.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/Contracts/V4/ConditionalFieldServiceInterface.php';
  3370.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/V4/ConditionalFieldService.php';
  3371.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Service/Contracts/V4/LoaderInterface.php';
  3372.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Service/V4/YamlLoader.php';
  3373.         $this->services['Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\ConditionalFieldController'] = $instance = new \Aqarmap\Bundle\ListingBundle\Controller\Api\V4\ConditionalFieldController(new \Aqarmap\Bundle\ListingBundle\Service\V4\ConditionalFieldService(new \Aqarmap\Bundle\MainBundle\Service\V4\YamlLoader(), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this)))));
  3374.         $instance->setContainer(($this->privates['.service_locator.pxk9xbM'] ?? $this->get_ServiceLocator_Pxk9xbMService())->withContext('Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\ConditionalFieldController'$this));
  3375.         return $instance;
  3376.     }
  3377.     /**
  3378.      * Gets the public 'Aqarmap\Bundle\ListingBundle\Controller\Api\V4\FiltersController' shared autowired service.
  3379.      *
  3380.      * @return \Aqarmap\Bundle\ListingBundle\Controller\Api\V4\FiltersController
  3381.      */
  3382.     protected function getFiltersControllerService()
  3383.     {
  3384.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3385.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  3386.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  3387.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/V4/BaseController.php';
  3388.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Api/V4/FiltersController.php';
  3389.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Contracts/V4/FilterInterface.php';
  3390.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Traits/Criteriable.php';
  3391.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Traits/Translatable.php';
  3392.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Traits/Filterable.php';
  3393.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/V4/ListingFilters.php';
  3394.         $this->services['Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\FiltersController'] = $instance = new \Aqarmap\Bundle\ListingBundle\Controller\Api\V4\FiltersController(new \Aqarmap\Bundle\ListingBundle\Service\V4\ListingFilters(($this->services['translator'] ?? $this->getTranslatorService())));
  3395.         $instance->setContainer(($this->privates['.service_locator.pxk9xbM'] ?? $this->get_ServiceLocator_Pxk9xbMService())->withContext('Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\FiltersController'$this));
  3396.         return $instance;
  3397.     }
  3398.     /**
  3399.      * Gets the public 'Aqarmap\Bundle\ListingBundle\Controller\Api\V4\ListingController' shared autowired service.
  3400.      *
  3401.      * @return \Aqarmap\Bundle\ListingBundle\Controller\Api\V4\ListingController
  3402.      */
  3403.     protected function getListingController5Service()
  3404.     {
  3405.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3406.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  3407.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  3408.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/V4/BaseController.php';
  3409.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Api/V4/ListingController.php';
  3410.         $this->services['Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\ListingController'] = $instance = new \Aqarmap\Bundle\ListingBundle\Controller\Api\V4\ListingController(($this->privates['Aqarmap\\Bundle\\OTPBundle\\Service\\OtpService'] ?? $this->getOtpServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'] ?? $this->getListingManagerService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingRuleMatcher'] ?? $this->getListingRuleMatcherService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V4\\ListingService'] ?? $this->getListingService2Service()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\Mortgage\\MortgageService'] ?? $this->getMortgageServiceService()), ($this->services['Aqarmap\\Bundle\\FeatureToggleBundle\\Service\\FeatureToggleManager'] ?? $this->getFeatureToggleManagerService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\SpecialListingFeatureDecorator'] ?? $this->getSpecialListingFeatureDecoratorService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V4\\CompoundDetailService'] ?? $this->getCompoundDetailServiceService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\PropertyTypeRepository'] ?? $this->getPropertyTypeRepositoryService()), ($this->privates['Aqarmap\\Bundle\\UserBundle\\Repository\\UserPackagesRepository'] ?? $this->getUserPackagesRepositoryService()));
  3411.         $instance->setContainer(($this->privates['.service_locator.pxk9xbM'] ?? $this->get_ServiceLocator_Pxk9xbMService())->withContext('Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\ListingController'$this));
  3412.         return $instance;
  3413.     }
  3414.     /**
  3415.      * Gets the public 'Aqarmap\Bundle\ListingBundle\Controller\Api\V4\LocationController' shared autowired service.
  3416.      *
  3417.      * @return \Aqarmap\Bundle\ListingBundle\Controller\Api\V4\LocationController
  3418.      */
  3419.     protected function getLocationController5Service()
  3420.     {
  3421.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3422.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  3423.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  3424.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/V4/BaseController.php';
  3425.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Api/V4/LocationController.php';
  3426.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/GoogleMapUrlService.php';
  3427.         $this->services['Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\LocationController'] = $instance = new \Aqarmap\Bundle\ListingBundle\Controller\Api\V4\LocationController(($this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\LocationSearchService'] ?? $this->getLocationSearchServiceService()), ($this->privates['Aqarmap\\Bundle\\SearchBundle\\CriteriaBuilders\\BuilderDirector'] ?? $this->getBuilderDirectorService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LocationManager'] ?? $this->getLocationManagerService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V4\\LocationService'] ?? $this->getLocationServiceService()), ($this->services['jms_serializer'] ?? $this->getJmsSerializerService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\GoogleMapUrlService'] ?? ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\GoogleMapUrlService'] = new \Aqarmap\Bundle\ListingBundle\Service\GoogleMapUrlService())), ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  3428.         $instance->setContainer(($this->privates['.service_locator.pxk9xbM'] ?? $this->get_ServiceLocator_Pxk9xbMService())->withContext('Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\LocationController'$this));
  3429.         return $instance;
  3430.     }
  3431.     /**
  3432.      * Gets the public 'Aqarmap\Bundle\ListingBundle\Controller\Api\V4\PropertyTypeController' shared autowired service.
  3433.      *
  3434.      * @return \Aqarmap\Bundle\ListingBundle\Controller\Api\V4\PropertyTypeController
  3435.      */
  3436.     protected function getPropertyTypeController3Service()
  3437.     {
  3438.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3439.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  3440.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  3441.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/V4/BaseController.php';
  3442.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Api/V4/PropertyTypeController.php';
  3443.         $this->services['Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\PropertyTypeController'] = $instance = new \Aqarmap\Bundle\ListingBundle\Controller\Api\V4\PropertyTypeController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()));
  3444.         $instance->setContainer(($this->privates['.service_locator.pxk9xbM'] ?? $this->get_ServiceLocator_Pxk9xbMService())->withContext('Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\PropertyTypeController'$this));
  3445.         return $instance;
  3446.     }
  3447.     /**
  3448.      * Gets the public 'Aqarmap\Bundle\ListingBundle\Controller\Api\V4\SectionController' shared autowired service.
  3449.      *
  3450.      * @return \Aqarmap\Bundle\ListingBundle\Controller\Api\V4\SectionController
  3451.      */
  3452.     protected function getSectionController2Service()
  3453.     {
  3454.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3455.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  3456.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  3457.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/V4/BaseController.php';
  3458.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Api/V4/SectionController.php';
  3459.         $this->services['Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\SectionController'] = $instance = new \Aqarmap\Bundle\ListingBundle\Controller\Api\V4\SectionController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()));
  3460.         $instance->setContainer(($this->privates['.service_locator.pxk9xbM'] ?? $this->get_ServiceLocator_Pxk9xbMService())->withContext('Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\SectionController'$this));
  3461.         return $instance;
  3462.     }
  3463.     /**
  3464.      * Gets the public 'Aqarmap\Bundle\ListingBundle\Controller\Api\V4\UserListingStatisticController' shared autowired service.
  3465.      *
  3466.      * @return \Aqarmap\Bundle\ListingBundle\Controller\Api\V4\UserListingStatisticController
  3467.      */
  3468.     protected function getUserListingStatisticControllerService()
  3469.     {
  3470.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3471.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  3472.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  3473.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/V3/BaseController.php';
  3474.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Api/V4/UserListingStatisticController.php';
  3475.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/V4/ListingStatisticService.php';
  3476.         $this->services['Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\UserListingStatisticController'] = $instance = new \Aqarmap\Bundle\ListingBundle\Controller\Api\V4\UserListingStatisticController(new \Aqarmap\Bundle\ListingBundle\Service\V4\ListingStatisticService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingRepository'] ?? $this->getListingRepositoryService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingImpressionRepository'] ?? $this->getListingImpressionRepositoryService()), ($this->services['translator'] ?? $this->getTranslatorService())));
  3477.         $instance->setContainer(($this->privates['.service_locator.pxk9xbM'] ?? $this->get_ServiceLocator_Pxk9xbMService())->withContext('Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\UserListingStatisticController'$this));
  3478.         return $instance;
  3479.     }
  3480.     /**
  3481.      * Gets the public 'Aqarmap\Bundle\ListingBundle\Controller\CompoundSearchController' shared autowired service.
  3482.      *
  3483.      * @return \Aqarmap\Bundle\ListingBundle\Controller\CompoundSearchController
  3484.      */
  3485.     protected function getCompoundSearchController2Service()
  3486.     {
  3487.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3488.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/CompoundSearchController.php';
  3489.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/SearchBundle/Services/CompoundAdviserSearchService.php';
  3490.         $a = ($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'] ?? $this->getListingManagerService());
  3491.         $b = ($this->privates['gedmo.listener.translatable'] ?? $this->getGedmo_Listener_TranslatableService());
  3492.         $c = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\CompoundService'] ?? $this->getCompoundServiceService());
  3493.         $this->services['Aqarmap\\Bundle\\ListingBundle\\Controller\\CompoundSearchController'] = $instance = new \Aqarmap\Bundle\ListingBundle\Controller\CompoundSearchController(new \Aqarmap\Bundle\SearchBundle\Services\CompoundAdviserSearchService($this, ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\ElasticClientService'] ?? $this->getElasticClientServiceService()), ($this->services['fos_elastica.finder.app_listings.listings'] ?? $this->getFosElastica_Finder_AppListings_ListingsService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\Setting'] ?? $this->getSettingService()), ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()), $a, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $b$c), $c$b$a);
  3494.         $instance->setContainer(($this->privates['.service_locator.j1R4m5C'] ?? $this->get_ServiceLocator_J1R4m5CService())->withContext('Aqarmap\\Bundle\\ListingBundle\\Controller\\CompoundSearchController'$this));
  3495.         return $instance;
  3496.     }
  3497.     /**
  3498.      * Gets the public 'Aqarmap\Bundle\ListingBundle\Controller\DefaultController' shared autowired service.
  3499.      *
  3500.      * @return \Aqarmap\Bundle\ListingBundle\Controller\DefaultController
  3501.      */
  3502.     protected function getDefaultController2Service()
  3503.     {
  3504.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3505.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/DefaultController.php';
  3506.         $this->services['Aqarmap\\Bundle\\ListingBundle\\Controller\\DefaultController'] = $instance = new \Aqarmap\Bundle\ListingBundle\Controller\DefaultController(($this->privates['Aqarmap\\Bundle\\NotificationBundle\\DatabaseNotification'] ?? $this->getDatabaseNotificationService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingRateService'] ?? $this->getListingRateServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['Aqarmap\\Bundle\\FeatureToggleBundle\\Service\\FeatureToggleManager'] ?? $this->getFeatureToggleManagerService()), ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\Setting'] ?? $this->getSettingService()), ($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'] ?? $this->getListingManagerService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V4\\CostPerLeadService'] ?? $this->getCostPerLeadServiceService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V4\\FreezedListingService'] ?? $this->getFreezedListingServiceService()));
  3507.         $instance->setContainer(($this->privates['.service_locator.j1R4m5C'] ?? $this->get_ServiceLocator_J1R4m5CService())->withContext('Aqarmap\\Bundle\\ListingBundle\\Controller\\DefaultController'$this));
  3508.         return $instance;
  3509.     }
  3510.     /**
  3511.      * Gets the public 'Aqarmap\Bundle\ListingBundle\Controller\LeadController' shared autowired service.
  3512.      *
  3513.      * @return \Aqarmap\Bundle\ListingBundle\Controller\LeadController
  3514.      */
  3515.     protected function getLeadController3Service()
  3516.     {
  3517.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3518.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  3519.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  3520.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/LeadController.php';
  3521.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Service/FormValidationService.php';
  3522.         $this->services['Aqarmap\\Bundle\\ListingBundle\\Controller\\LeadController'] = $instance = new \Aqarmap\Bundle\ListingBundle\Controller\LeadController(($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LeadService'] ?? $this->getLeadService2Service()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\PhoneManager'] ?? $this->getPhoneManagerService()), ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\FormValidationService'] ?? ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\FormValidationService'] = new \Aqarmap\Bundle\MainBundle\Service\FormValidationService())), ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()), ($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserManager'] ?? $this->getUserManagerService()));
  3523.         $instance->setContainer(($this->privates['.service_locator.pxk9xbM'] ?? $this->get_ServiceLocator_Pxk9xbMService())->withContext('Aqarmap\\Bundle\\ListingBundle\\Controller\\LeadController'$this));
  3524.         return $instance;
  3525.     }
  3526.     /**
  3527.      * Gets the public 'Aqarmap\Bundle\ListingBundle\Controller\ListingController' shared autowired service.
  3528.      *
  3529.      * @return \Aqarmap\Bundle\ListingBundle\Controller\ListingController
  3530.      */
  3531.     protected function getListingController6Service()
  3532.     {
  3533.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3534.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/ListingController.php';
  3535.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/Contracts/ListingLeadManagerInterface.php';
  3536.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/ListingLeadManager.php';
  3537.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/SearchBundle/Services/CompoundFaqsService.php';
  3538.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/FreeListingService.php';
  3539.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/SpecialAddListingService.php';
  3540.         $a = ($this->services['translator'] ?? $this->getTranslatorService());
  3541.         $b = ($this->services['Aqarmap\\Bundle\\FeatureToggleBundle\\Service\\FeatureToggleManager'] ?? $this->getFeatureToggleManagerService());
  3542.         $c = ($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'] ?? $this->getListingManagerService());
  3543.         $this->services['Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController'] = $instance = new \Aqarmap\Bundle\ListingBundle\Controller\ListingController(($this->privates['Aqarmap\\Bundle\\MessageBundle\\Service\\Composer'] ?? $this->getComposerService()), ($this->privates['Aqarmap\\Bundle\\OTPBundle\\Service\\OtpService'] ?? $this->getOtpServiceService()), ($this->privates['Aqarmap\\Bundle\\NotificationBundle\\DatabaseNotification'] ?? $this->getDatabaseNotificationService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $a$b, ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\Setting'] ?? $this->getSettingService()), $c, ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\InteractionService'] ?? $this->getInteractionServiceService()), ($this->privates['Aqarmap\\Bundle\\NeighborhoodBundle\\Service\\NeighborhoodManager'] ?? $this->getNeighborhoodManagerService()), ($this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\ElasticListingSearch\\DefaultListingSearch'] ?? $this->getDefaultListingSearchService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\RelatedResultService'] ?? $this->getRelatedResultServiceService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LocationManager'] ?? $this->getLocationManagerService()), ($this->privates['Aqarmap\\Bundle\\TopSellerBundle\\Service\\TopSellerRetrievalService'] ?? $this->getTopSellerRetrievalServiceService()), ($this->privates['Aqarmap\\Bundle\\FinancialAidsBundle\\Service\\FinancialAidService'] ?? $this->getFinancialAidServiceService()), new \Aqarmap\Bundle\ListingBundle\Service\ListingLeadManager(($this->privates['App\\Repository\\Lead\\LeadRepository'] ?? $this->getLeadRepositoryService())), new \Aqarmap\Bundle\SearchBundle\Services\CompoundFaqsService(($this->services['Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingRepository'] ?? $this->getListingRepositoryService()), $a), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserActivityService'] ?? $this->getUserActivityServiceService()), ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\MobileDetectionService'] ?? ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\MobileDetectionService'] = new \Aqarmap\Bundle\MainBundle\Service\MobileDetectionService())), ($this->privates['snc_redis.default'] ?? $this->getSncRedis_DefaultService()), ($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService()), ($this->privates['Vich\\UploaderBundle\\Templating\\Helper\\UploaderHelper'] ?? $this->getUploaderHelperService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\CallRequestManager'] ?? $this->getCallRequestManagerService()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\Mortgage\\MortgageService'] ?? $this->getMortgageServiceService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingRuleMatcher'] ?? $this->getListingRuleMatcherService()), ($this->privates['Aqarmap\\Bundle\\CreditBundle\\Services\\CreditManager'] ?? $this->getCreditManagerService()), ($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserServicesManager'] ?? $this->getUserServicesManagerService()), ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\PhoneManager'] ?? $this->getPhoneManagerService()), new \Aqarmap\Bundle\ListingBundle\Service\FreeListingService(($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\FreeListingRepository'] ?? $this->getFreeListingRepositoryService()), $b$c), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingFeatureService'] ?? $this->getListingFeatureServiceService()), ($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserManager'] ?? $this->getUserManagerService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\AdvancedSearchFormTypeManager'] ?? $this->getAdvancedSearchFormTypeManagerService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\AdvancedFilterFormTypeManager'] ?? $this->getAdvancedFilterFormTypeManagerService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\SpecialAddListingService'] ?? ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\SpecialAddListingService'] = new \Aqarmap\Bundle\ListingBundle\Service\SpecialAddListingService())), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V4\\CompoundDetailService'] ?? $this->getCompoundDetailServiceService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\SpecialListingFeatureDecorator'] ?? $this->getSpecialListingFeatureDecoratorService()), ($this->privates['gedmo.listener.translatable'] ?? $this->getGedmo_Listener_TranslatableService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Aqarmap\\Bundle\\UserBundle\\Repository\\UserPackagesRepository'] ?? $this->getUserPackagesRepositoryService()));
  3544.         $instance->setContainer(($this->privates['.service_locator.j1R4m5C'] ?? $this->get_ServiceLocator_J1R4m5CService())->withContext('Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController'$this));
  3545.         return $instance;
  3546.     }
  3547.     /**
  3548.      * Gets the public 'Aqarmap\Bundle\ListingBundle\Controller\ListingSearchController' shared autowired service.
  3549.      *
  3550.      * @return \Aqarmap\Bundle\ListingBundle\Controller\ListingSearchController
  3551.      */
  3552.     protected function getListingSearchControllerService()
  3553.     {
  3554.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3555.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/ListingSearchController.php';
  3556.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Service/KeywordValidatorService.php';
  3557.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/SearchBundle/Services/LongTailService.php';
  3558.         $a = ($this->privates['Aqarmap\\Bundle\\SearchBundle\\Factory\\LongTailFactory'] ?? $this->getLongTailFactoryService());
  3559.         $this->services['Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingSearchController'] = $instance = new \Aqarmap\Bundle\ListingBundle\Controller\ListingSearchController(($this->privates['Aqarmap\\Bundle\\DiscussionBundle\\Service\\DiscussionService'] ?? $this->getDiscussionServiceService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\SectionService'] ?? $this->getSectionServiceService()), new \Aqarmap\Bundle\MainBundle\Service\KeywordValidatorService(), ($this->services['Aqarmap\\Bundle\\FeatureToggleBundle\\Service\\FeatureToggleManager'] ?? $this->getFeatureToggleManagerService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LocationManager'] ?? $this->getLocationManagerService()), ($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserActivityService'] ?? $this->getUserActivityServiceService()), ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\MobileDetectionService'] ?? ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\MobileDetectionService'] = new \Aqarmap\Bundle\MainBundle\Service\MobileDetectionService())), ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\Setting'] ?? $this->getSettingService()), ($this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\SEOListingSearchService'] ?? $this->getSEOListingSearchServiceService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\CustomFieldService'] ?? $this->getCustomFieldServiceService()), ($this->privates['Aqarmap\\Bundle\\SearchBundle\\CriteriaMediator\\CriteriaMediator'] ?? $this->getCriteriaMediator2Service()), ($this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\ListingSearchService'] ?? $this->getListingSearchServiceService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\RelatedResultService'] ?? $this->getRelatedResultServiceService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\SavedSearchService'] ?? $this->getSavedSearchServiceService()), ($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserIpInfoService'] ?? $this->getUserIpInfoServiceService()), ($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'] ?? $this->getListingManagerService()), ($this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\ListingFaqService'] ?? $this->getListingFaqServiceService()), new \Aqarmap\Bundle\SearchBundle\Services\LongTailService($a), $a, ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['snc_redis.default'] ?? $this->getSncRedis_DefaultService()), ($this->privates['gedmo.listener.translatable'] ?? $this->getGedmo_Listener_TranslatableService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\AdvancedFilterFormTypeManager'] ?? $this->getAdvancedFilterFormTypeManagerService()), ($this->privates['Aqarmap\\Bundle\\SearchBundle\\CriteriaBuilders\\BuilderDirector'] ?? $this->getBuilderDirectorService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\AdvancedSearchFormTypeManager'] ?? $this->getAdvancedSearchFormTypeManagerService()), ($this->privates['Aqarmap\\Bundle\\NeighborhoodBundle\\Service\\NeighborhoodManager'] ?? $this->getNeighborhoodManagerService()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
  3560.         $instance->setContainer(($this->privates['.service_locator.j1R4m5C'] ?? $this->get_ServiceLocator_J1R4m5CService())->withContext('Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingSearchController'$this));
  3561.         return $instance;
  3562.     }
  3563.     /**
  3564.      * Gets the public 'Aqarmap\Bundle\ListingBundle\Controller\PhotoController' shared autowired service.
  3565.      *
  3566.      * @return \Aqarmap\Bundle\ListingBundle\Controller\PhotoController
  3567.      */
  3568.     protected function getPhotoController2Service()
  3569.     {
  3570.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3571.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/PhotoController.php';
  3572.         $this->services['Aqarmap\\Bundle\\ListingBundle\\Controller\\PhotoController'] = $instance = new \Aqarmap\Bundle\ListingBundle\Controller\PhotoController(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'] ?? $this->getListingManagerService()));
  3573.         $instance->setContainer(($this->privates['.service_locator.j1R4m5C'] ?? $this->get_ServiceLocator_J1R4m5CService())->withContext('Aqarmap\\Bundle\\ListingBundle\\Controller\\PhotoController'$this));
  3574.         return $instance;
  3575.     }
  3576.     /**
  3577.      * Gets the public 'Aqarmap\Bundle\ListingBundle\Controller\SectionController' shared autowired service.
  3578.      *
  3579.      * @return \Aqarmap\Bundle\ListingBundle\Controller\SectionController
  3580.      */
  3581.     protected function getSectionController3Service()
  3582.     {
  3583.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3584.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/SectionController.php';
  3585.         $this->services['Aqarmap\\Bundle\\ListingBundle\\Controller\\SectionController'] = $instance = new \Aqarmap\Bundle\ListingBundle\Controller\SectionController();
  3586.         $instance->setContainer(($this->privates['.service_locator.j1R4m5C'] ?? $this->get_ServiceLocator_J1R4m5CService())->withContext('Aqarmap\\Bundle\\ListingBundle\\Controller\\SectionController'$this));
  3587.         return $instance;
  3588.     }
  3589.     /**
  3590.      * Gets the public 'Aqarmap\Bundle\ListingBundle\Controller\TransactionController' shared autowired service.
  3591.      *
  3592.      * @return \Aqarmap\Bundle\ListingBundle\Controller\TransactionController
  3593.      */
  3594.     protected function getTransactionControllerService()
  3595.     {
  3596.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3597.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/TransactionController.php';
  3598.         $this->services['Aqarmap\\Bundle\\ListingBundle\\Controller\\TransactionController'] = $instance = new \Aqarmap\Bundle\ListingBundle\Controller\TransactionController(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  3599.         $instance->setContainer(($this->privates['.service_locator.j1R4m5C'] ?? $this->get_ServiceLocator_J1R4m5CService())->withContext('Aqarmap\\Bundle\\ListingBundle\\Controller\\TransactionController'$this));
  3600.         return $instance;
  3601.     }
  3602.     /**
  3603.      * Gets the public 'Aqarmap\Bundle\ListingBundle\Repository\ListingPhotoRepository' shared autowired service.
  3604.      *
  3605.      * @return \Aqarmap\Bundle\ListingBundle\Repository\ListingPhotoRepository
  3606.      */
  3607.     protected function getListingPhotoRepositoryService()
  3608.     {
  3609.         return $this->services['Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingPhotoRepository'] = new \Aqarmap\Bundle\ListingBundle\Repository\ListingPhotoRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3610.     }
  3611.     /**
  3612.      * Gets the public 'Aqarmap\Bundle\ListingBundle\Repository\ListingRepository' shared autowired service.
  3613.      *
  3614.      * @return \Aqarmap\Bundle\ListingBundle\Repository\ListingRepository
  3615.      */
  3616.     protected function getListingRepositoryService()
  3617.     {
  3618.         $this->services['Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingRepository'] = $instance = new \Aqarmap\Bundle\ListingBundle\Repository\ListingRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3619.         $instance->setCacheManager(($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\CacheManager'] ?? $this->getCacheManagerService()));
  3620.         return $instance;
  3621.     }
  3622.     /**
  3623.      * Gets the public 'Aqarmap\Bundle\ListingBundle\Service\LeadsCRMService' shared autowired service.
  3624.      *
  3625.      * @return \Aqarmap\Bundle\ListingBundle\Service\LeadsCRMService
  3626.      */
  3627.     protected function getLeadsCRMServiceService()
  3628.     {
  3629.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/LeadsCRMService.php';
  3630.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3631.         if (isset($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\LeadsCRMService'])) {
  3632.             return $this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\LeadsCRMService'];
  3633.         }
  3634.         $b = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LeadsInsightsService'] ?? $this->getLeadsInsightsServiceService());
  3635.         if (isset($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\LeadsCRMService'])) {
  3636.             return $this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\LeadsCRMService'];
  3637.         }
  3638.         return $this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\LeadsCRMService'] = new \Aqarmap\Bundle\ListingBundle\Service\LeadsCRMService(($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\CacheManager'] ?? $this->getCacheManagerService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a$b$this->getEnv('DATABASE_PRIMARY_URL'));
  3639.     }
  3640.     /**
  3641.      * Gets the public 'Aqarmap\Bundle\ListingBundle\Service\ListingManager' shared autowired service.
  3642.      *
  3643.      * @return \Aqarmap\Bundle\ListingBundle\Service\ListingManager
  3644.      */
  3645.     protected function getListingManagerService()
  3646.     {
  3647.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3648.         if (isset($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'])) {
  3649.             return $this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'];
  3650.         }
  3651.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3652.         if (isset($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'])) {
  3653.             return $this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'];
  3654.         }
  3655.         $c = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingRuleMatcher'] ?? $this->getListingRuleMatcherService());
  3656.         if (isset($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'])) {
  3657.             return $this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'];
  3658.         }
  3659.         $d = ($this->services['doctrine_mongodb.odm.default_document_manager'] ?? $this->getDoctrineMongodb_Odm_DefaultDocumentManagerService());
  3660.         if (isset($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'])) {
  3661.             return $this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'];
  3662.         }
  3663.         $e = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingFeatureService'] ?? $this->getListingFeatureServiceService());
  3664.         if (isset($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'])) {
  3665.             return $this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'];
  3666.         }
  3667.         $f = ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\Setting'] ?? $this->getSettingService());
  3668.         if (isset($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'])) {
  3669.             return $this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'];
  3670.         }
  3671.         $g = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  3672.         if (isset($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'])) {
  3673.             return $this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'];
  3674.         }
  3675.         $h = ($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserServicesManager'] ?? $this->getUserServicesManagerService());
  3676.         if (isset($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'])) {
  3677.             return $this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'];
  3678.         }
  3679.         $i = ($this->services['Aqarmap\\Bundle\\FeatureToggleBundle\\Service\\FeatureToggleManager'] ?? $this->getFeatureToggleManagerService());
  3680.         if (isset($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'])) {
  3681.             return $this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'];
  3682.         }
  3683.         $j = ($this->privates['Aqarmap\\Bundle\\OTPBundle\\Service\\OtpService'] ?? $this->getOtpServiceService());
  3684.         if (isset($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'])) {
  3685.             return $this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'];
  3686.         }
  3687.         $k = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\LocationRepository'] ?? $this->getLocationRepositoryService());
  3688.         if (isset($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'])) {
  3689.             return $this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'];
  3690.         }
  3691.         $l = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\PhoneManager'] ?? $this->getPhoneManagerService());
  3692.         if (isset($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'])) {
  3693.             return $this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'];
  3694.         }
  3695.         $m = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V4\\CostPerLeadService'] ?? $this->getCostPerLeadServiceService());
  3696.         if (isset($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'])) {
  3697.             return $this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'];
  3698.         }
  3699.         $n = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  3700.         if (isset($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'])) {
  3701.             return $this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'];
  3702.         }
  3703.         $o = ($this->services['jms_serializer'] ?? $this->getJmsSerializerService());
  3704.         if (isset($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'])) {
  3705.             return $this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'];
  3706.         }
  3707.         $p = ($this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\ListingFaqService'] ?? $this->getListingFaqServiceService());
  3708.         if (isset($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'])) {
  3709.             return $this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'];
  3710.         }
  3711.         $q = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\PropertyTypeRepository'] ?? $this->getPropertyTypeRepositoryService());
  3712.         if (isset($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'])) {
  3713.             return $this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'];
  3714.         }
  3715.         $r = ($this->services['translator'] ?? $this->getTranslatorService());
  3716.         $s = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  3717.         $t = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  3718.         $this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'] = $instance = new \Aqarmap\Bundle\ListingBundle\Service\ListingManager($this$a$b$c, ($this->privates['Aqarmap\\Bundle\\CreditBundle\\Services\\CreditManager'] ?? $this->getCreditManagerService()), $d, ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\ActivityLogger'] ?? $this->getActivityLoggerService()), $r$e, ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Model\\BumpUpModel'] ?? ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Model\\BumpUpModel'] = new \Aqarmap\Bundle\ListingBundle\Model\BumpUpModel())), $f, new \Aqarmap\Bundle\NeighborhoodBundle\Service\LocationStatisticsManager(), $g$s$h, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['Aqarmap\\Bundle\\MainBundle\\EventStreaming\\EventStreamingClientFactory'] ?? $this->getEventStreamingClientFactoryService()), $i, new \Aqarmap\Bundle\ListingBundle\Service\CompoundStatusLogService($d$s), ($this->privates['Aqarmap\\Bundle\\MessageBundle\\Service\\Composer'] ?? $this->getComposerService()), $j, ($this->services['Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingRepository'] ?? $this->getListingRepositoryService()), ($this->services['Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingPhotoRepository'] ?? $this->getListingPhotoRepositoryService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\InteractionRepository'] ?? $this->getInteractionRepositoryService()), $k, ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\PhoneRepository'] ?? $this->getPhoneRepositoryService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\FavouriteRepository'] ?? $this->getFavouriteRepositoryService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\CallRequestLeadRepository'] ?? $this->getCallRequestLeadRepositoryService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\PhoneLeadRepository'] ?? $this->getPhoneLeadRepositoryService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\MessageLeadRepository'] ?? $this->getMessageLeadRepositoryService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\FreeListingRepository'] ?? $this->getFreeListingRepositoryService()), $t, ($this->privates['gedmo.listener.translatable'] ?? $this->getGedmo_Listener_TranslatableService()), $l, ($this->services['router'] ?? $this->getRouterService()), new \Aqarmap\Bundle\MainBundle\Service\NumberToWord($r$t), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->privates['Aqarmap\\Bundle\\MainBundle\\Contract\\ProducerFactoryInterface $producerFactory'] ?? $this->getProducerFactoryInterfaceproducerFactoryService()), $m, ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingImpressionRepository'] ?? $this->getListingImpressionRepositoryService()), $this->parameters['locales'], ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingContactRateService'] ?? $this->getListingContactRateServiceService()), ($this->services['cache.app'] ?? $this->getCache_AppService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingLeadRepository'] ?? $this->getListingLeadRepositoryService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\TopSellerLeadRepository'] ?? $this->getTopSellerLeadRepositoryService()), ($this->privates['.debug.search.client'] ?? $this->get_Debug_Search_ClientService()), $n$b$o, ($this->privates['Aqarmap\\Bundle\\MainBundle\\Repository\\CustomParagraphRepository'] ?? $this->getCustomParagraphRepositoryService()), $p$q);
  3719.         $instance->setLeadService(($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LeadService'] ?? $this->getLeadService2Service()));
  3720.         $instance->autowireCallRequestManager(($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\CallRequestManager'] ?? $this->getCallRequestManagerService()));
  3721.         $instance->setUserManagerService(($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserManager'] ?? $this->getUserManagerService()));
  3722.         return $instance;
  3723.     }
  3724.     /**
  3725.      * Gets the public 'Aqarmap\Bundle\MainBundle\Controller\Admin\CustomParagraphController' shared autowired service.
  3726.      *
  3727.      * @return \Aqarmap\Bundle\MainBundle\Controller\Admin\CustomParagraphController
  3728.      */
  3729.     protected function getCustomParagraphControllerService()
  3730.     {
  3731.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3732.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Admin/CustomParagraphController.php';
  3733.         $this->services['Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\CustomParagraphController'] = $instance = new \Aqarmap\Bundle\MainBundle\Controller\Admin\CustomParagraphController(($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()));
  3734.         $instance->setContainer(($this->privates['.service_locator.aHpfFzr'] ?? $this->get_ServiceLocator_AHpfFzrService())->withContext('Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\CustomParagraphController'$this));
  3735.         return $instance;
  3736.     }
  3737.     /**
  3738.      * Gets the public 'Aqarmap\Bundle\MainBundle\Controller\Admin\DefaultController' shared autowired service.
  3739.      *
  3740.      * @return \Aqarmap\Bundle\MainBundle\Controller\Admin\DefaultController
  3741.      */
  3742.     protected function getDefaultController3Service()
  3743.     {
  3744.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3745.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Admin/DefaultController.php';
  3746.         $this->services['Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\DefaultController'] = $instance = new \Aqarmap\Bundle\MainBundle\Controller\Admin\DefaultController();
  3747.         $instance->setContainer(($this->privates['.service_locator.aHpfFzr'] ?? $this->get_ServiceLocator_AHpfFzrService())->withContext('Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\DefaultController'$this));
  3748.         return $instance;
  3749.     }
  3750.     /**
  3751.      * Gets the public 'Aqarmap\Bundle\MainBundle\Controller\Admin\DefaultTopCustomersController' shared autowired service.
  3752.      *
  3753.      * @return \Aqarmap\Bundle\MainBundle\Controller\Admin\DefaultTopCustomersController
  3754.      */
  3755.     protected function getDefaultTopCustomersControllerService()
  3756.     {
  3757.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3758.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Admin/DefaultTopCustomersController.php';
  3759.         $this->services['Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\DefaultTopCustomersController'] = $instance = new \Aqarmap\Bundle\MainBundle\Controller\Admin\DefaultTopCustomersController(($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\Admin\\DefaultTopCustomersManager'] ?? $this->getDefaultTopCustomersManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3760.         $instance->setContainer(($this->privates['.service_locator.aHpfFzr'] ?? $this->get_ServiceLocator_AHpfFzrService())->withContext('Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\DefaultTopCustomersController'$this));
  3761.         return $instance;
  3762.     }
  3763.     /**
  3764.      * Gets the public 'Aqarmap\Bundle\MainBundle\Controller\Admin\FeedbackController' shared autowired service.
  3765.      *
  3766.      * @return \Aqarmap\Bundle\MainBundle\Controller\Admin\FeedbackController
  3767.      */
  3768.     protected function getFeedbackControllerService()
  3769.     {
  3770.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3771.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Admin/FeedbackController.php';
  3772.         $this->services['Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\FeedbackController'] = $instance = new \Aqarmap\Bundle\MainBundle\Controller\Admin\FeedbackController(($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()));
  3773.         $instance->setContainer(($this->privates['.service_locator.aHpfFzr'] ?? $this->get_ServiceLocator_AHpfFzrService())->withContext('Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\FeedbackController'$this));
  3774.         return $instance;
  3775.     }
  3776.     /**
  3777.      * Gets the public 'Aqarmap\Bundle\MainBundle\Controller\Admin\JoinUsController' shared autowired service.
  3778.      *
  3779.      * @return \Aqarmap\Bundle\MainBundle\Controller\Admin\JoinUsController
  3780.      */
  3781.     protected function getJoinUsControllerService()
  3782.     {
  3783.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3784.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Admin/JoinUsController.php';
  3785.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Service/JoinUsService.php';
  3786.         $this->services['Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\JoinUsController'] = $instance = new \Aqarmap\Bundle\MainBundle\Controller\Admin\JoinUsController(($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), new \Aqarmap\Bundle\MainBundle\Service\JoinUsService(($this->services['translator'] ?? $this->getTranslatorService())));
  3787.         $instance->setContainer(($this->privates['.service_locator.aHpfFzr'] ?? $this->get_ServiceLocator_AHpfFzrService())->withContext('Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\JoinUsController'$this));
  3788.         return $instance;
  3789.     }
  3790.     /**
  3791.      * Gets the public 'Aqarmap\Bundle\MainBundle\Controller\Admin\MenuController' shared autowired service.
  3792.      *
  3793.      * @return \Aqarmap\Bundle\MainBundle\Controller\Admin\MenuController
  3794.      */
  3795.     protected function getMenuControllerService()
  3796.     {
  3797.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3798.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Admin/MenuController.php';
  3799.         $this->services['Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\MenuController'] = $instance = new \Aqarmap\Bundle\MainBundle\Controller\Admin\MenuController();
  3800.         $instance->setContainer(($this->privates['.service_locator.aHpfFzr'] ?? $this->get_ServiceLocator_AHpfFzrService())->withContext('Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\MenuController'$this));
  3801.         return $instance;
  3802.     }
  3803.     /**
  3804.      * Gets the public 'Aqarmap\Bundle\MainBundle\Controller\Admin\MobileSectionsTogglesController' shared autowired service.
  3805.      *
  3806.      * @return \Aqarmap\Bundle\MainBundle\Controller\Admin\MobileSectionsTogglesController
  3807.      */
  3808.     protected function getMobileSectionsTogglesControllerService()
  3809.     {
  3810.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3811.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  3812.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  3813.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/V3/BaseController.php';
  3814.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Admin/MobileSectionsTogglesController.php';
  3815.         $this->services['Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\MobileSectionsTogglesController'] = $instance = new \Aqarmap\Bundle\MainBundle\Controller\Admin\MobileSectionsTogglesController(($this->privates['Aqarmap\\Bundle\\MainBundle\\Repository\\MobileSectionsTogglesRepository'] ?? $this->getMobileSectionsTogglesRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3816.         $instance->setContainer(($this->privates['.service_locator.JhSS0.a'] ?? $this->get_ServiceLocator_JhSS0_AService())->withContext('Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\MobileSectionsTogglesController'$this));
  3817.         return $instance;
  3818.     }
  3819.     /**
  3820.      * Gets the public 'Aqarmap\Bundle\MainBundle\Controller\Admin\PageController' shared autowired service.
  3821.      *
  3822.      * @return \Aqarmap\Bundle\MainBundle\Controller\Admin\PageController
  3823.      */
  3824.     protected function getPageControllerService()
  3825.     {
  3826.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3827.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Admin/PageController.php';
  3828.         $this->services['Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\PageController'] = $instance = new \Aqarmap\Bundle\MainBundle\Controller\Admin\PageController();
  3829.         $instance->setContainer(($this->privates['.service_locator.aHpfFzr'] ?? $this->get_ServiceLocator_AHpfFzrService())->withContext('Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\PageController'$this));
  3830.         return $instance;
  3831.     }
  3832.     /**
  3833.      * Gets the public 'Aqarmap\Bundle\MainBundle\Controller\Admin\PerformanceLogController' shared autowired service.
  3834.      *
  3835.      * @return \Aqarmap\Bundle\MainBundle\Controller\Admin\PerformanceLogController
  3836.      */
  3837.     protected function getPerformanceLogControllerService()
  3838.     {
  3839.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3840.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Admin/PerformanceLogController.php';
  3841.         $this->services['Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\PerformanceLogController'] = $instance = new \Aqarmap\Bundle\MainBundle\Controller\Admin\PerformanceLogController(($this->services['doctrine_mongodb.odm.default_document_manager'] ?? $this->getDoctrineMongodb_Odm_DefaultDocumentManagerService()));
  3842.         $instance->setContainer(($this->privates['.service_locator.aHpfFzr'] ?? $this->get_ServiceLocator_AHpfFzrService())->withContext('Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\PerformanceLogController'$this));
  3843.         return $instance;
  3844.     }
  3845.     /**
  3846.      * Gets the public 'Aqarmap\Bundle\MainBundle\Controller\Admin\PrintController' shared autowired service.
  3847.      *
  3848.      * @return \Aqarmap\Bundle\MainBundle\Controller\Admin\PrintController
  3849.      */
  3850.     protected function getPrintControllerService()
  3851.     {
  3852.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3853.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Admin/PrintController.php';
  3854.         $this->services['Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\PrintController'] = $instance = new \Aqarmap\Bundle\MainBundle\Controller\Admin\PrintController();
  3855.         $instance->setContainer(($this->privates['.service_locator.aHpfFzr'] ?? $this->get_ServiceLocator_AHpfFzrService())->withContext('Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\PrintController'$this));
  3856.         return $instance;
  3857.     }
  3858.     /**
  3859.      * Gets the public 'Aqarmap\Bundle\MainBundle\Controller\Admin\SettingController' shared autowired service.
  3860.      *
  3861.      * @return \Aqarmap\Bundle\MainBundle\Controller\Admin\SettingController
  3862.      */
  3863.     protected function getSettingControllerService()
  3864.     {
  3865.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3866.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Admin/SettingController.php';
  3867.         $this->services['Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\SettingController'] = $instance = new \Aqarmap\Bundle\MainBundle\Controller\Admin\SettingController(($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\Setting'] ?? $this->getSettingService()));
  3868.         $instance->setContainer(($this->privates['.service_locator.aHpfFzr'] ?? $this->get_ServiceLocator_AHpfFzrService())->withContext('Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\SettingController'$this));
  3869.         return $instance;
  3870.     }
  3871.     /**
  3872.      * Gets the public 'Aqarmap\Bundle\MainBundle\Controller\Admin\TestimonialController' shared autowired service.
  3873.      *
  3874.      * @return \Aqarmap\Bundle\MainBundle\Controller\Admin\TestimonialController
  3875.      */
  3876.     protected function getTestimonialControllerService()
  3877.     {
  3878.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3879.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Admin/TestimonialController.php';
  3880.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Service/TestimonialService.php';
  3881.         $this->services['Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\TestimonialController'] = $instance = new \Aqarmap\Bundle\MainBundle\Controller\Admin\TestimonialController(($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['translator'] ?? $this->getTranslatorService()), new \Aqarmap\Bundle\MainBundle\Service\TestimonialService(($this->services['doctrine_mongodb.odm.default_document_manager'] ?? $this->getDoctrineMongodb_Odm_DefaultDocumentManagerService())));
  3882.         $instance->setContainer(($this->privates['.service_locator.aHpfFzr'] ?? $this->get_ServiceLocator_AHpfFzrService())->withContext('Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\TestimonialController'$this));
  3883.         return $instance;
  3884.     }
  3885.     /**
  3886.      * Gets the public 'Aqarmap\Bundle\MainBundle\Controller\Api\BaseController' shared autowired service.
  3887.      *
  3888.      * @return \Aqarmap\Bundle\MainBundle\Controller\Api\BaseController
  3889.      */
  3890.     protected function getBaseControllerService()
  3891.     {
  3892.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3893.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  3894.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  3895.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/BaseController.php';
  3896.         $this->services['Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\BaseController'] = $instance = new \Aqarmap\Bundle\MainBundle\Controller\Api\BaseController();
  3897.         $instance->setContainer(($this->privates['.service_locator.JhSS0.a'] ?? $this->get_ServiceLocator_JhSS0_AService())->withContext('Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\BaseController'$this));
  3898.         return $instance;
  3899.     }
  3900.     /**
  3901.      * Gets the public 'Aqarmap\Bundle\MainBundle\Controller\Api\DefaultController' shared autowired service.
  3902.      *
  3903.      * @return \Aqarmap\Bundle\MainBundle\Controller\Api\DefaultController
  3904.      */
  3905.     protected function getDefaultController4Service()
  3906.     {
  3907.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3908.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  3909.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  3910.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/BaseController.php';
  3911.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/DefaultController.php';
  3912.         $this->services['Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\DefaultController'] = $instance = new \Aqarmap\Bundle\MainBundle\Controller\Api\DefaultController(($this->privates['App\\Service\\SMSManager'] ?? $this->getSMSManagerService()));
  3913.         $instance->setContainer(($this->privates['.service_locator.JhSS0.a'] ?? $this->get_ServiceLocator_JhSS0_AService())->withContext('Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\DefaultController'$this));
  3914.         return $instance;
  3915.     }
  3916.     /**
  3917.      * Gets the public 'Aqarmap\Bundle\MainBundle\Controller\Api\DefaultTopCustomersController' shared autowired service.
  3918.      *
  3919.      * @return \Aqarmap\Bundle\MainBundle\Controller\Api\DefaultTopCustomersController
  3920.      */
  3921.     protected function getDefaultTopCustomersController2Service()
  3922.     {
  3923.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3924.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  3925.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  3926.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/BaseController.php';
  3927.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/DefaultTopCustomersController.php';
  3928.         $this->services['Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\DefaultTopCustomersController'] = $instance = new \Aqarmap\Bundle\MainBundle\Controller\Api\DefaultTopCustomersController(($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\Admin\\DefaultTopCustomersManager'] ?? $this->getDefaultTopCustomersManagerService()));
  3929.         $instance->setContainer(($this->privates['.service_locator.JhSS0.a'] ?? $this->get_ServiceLocator_JhSS0_AService())->withContext('Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\DefaultTopCustomersController'$this));
  3930.         return $instance;
  3931.     }
  3932.     /**
  3933.      * Gets the public 'Aqarmap\Bundle\MainBundle\Controller\Api\FeedbackController' shared autowired service.
  3934.      *
  3935.      * @return \Aqarmap\Bundle\MainBundle\Controller\Api\FeedbackController
  3936.      */
  3937.     protected function getFeedbackController2Service()
  3938.     {
  3939.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3940.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  3941.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  3942.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/FeedbackController.php';
  3943.         $this->services['Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\FeedbackController'] = $instance = new \Aqarmap\Bundle\MainBundle\Controller\Api\FeedbackController(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  3944.         $instance->setContainer(($this->privates['.service_locator.JhSS0.a'] ?? $this->get_ServiceLocator_JhSS0_AService())->withContext('Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\FeedbackController'$this));
  3945.         return $instance;
  3946.     }
  3947.     /**
  3948.      * Gets the public 'Aqarmap\Bundle\MainBundle\Controller\Api\SettingController' shared autowired service.
  3949.      *
  3950.      * @return \Aqarmap\Bundle\MainBundle\Controller\Api\SettingController
  3951.      */
  3952.     protected function getSettingController2Service()
  3953.     {
  3954.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3955.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  3956.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  3957.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/SettingController.php';
  3958.         $this->services['Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\SettingController'] = $instance = new \Aqarmap\Bundle\MainBundle\Controller\Api\SettingController(($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\Setting'] ?? $this->getSettingService()));
  3959.         $instance->setContainer(($this->privates['.service_locator.JhSS0.a'] ?? $this->get_ServiceLocator_JhSS0_AService())->withContext('Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\SettingController'$this));
  3960.         return $instance;
  3961.     }
  3962.     /**
  3963.      * Gets the public 'Aqarmap\Bundle\MainBundle\Controller\Api\V2\DefaultController' shared autowired service.
  3964.      *
  3965.      * @return \Aqarmap\Bundle\MainBundle\Controller\Api\V2\DefaultController
  3966.      */
  3967.     protected function getDefaultController5Service()
  3968.     {
  3969.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3970.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  3971.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  3972.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/BaseController.php';
  3973.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/V2/DefaultController.php';
  3974.         $this->services['Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\V2\\DefaultController'] = $instance = new \Aqarmap\Bundle\MainBundle\Controller\Api\V2\DefaultController();
  3975.         $instance->setContainer(($this->privates['.service_locator.JhSS0.a'] ?? $this->get_ServiceLocator_JhSS0_AService())->withContext('Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\V2\\DefaultController'$this));
  3976.         return $instance;
  3977.     }
  3978.     /**
  3979.      * Gets the public 'Aqarmap\Bundle\MainBundle\Controller\Api\V3\BaseController' shared autowired service.
  3980.      *
  3981.      * @return \Aqarmap\Bundle\MainBundle\Controller\Api\V3\BaseController
  3982.      */
  3983.     protected function getBaseController2Service()
  3984.     {
  3985.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3986.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  3987.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  3988.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/V3/BaseController.php';
  3989.         $this->services['Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\V3\\BaseController'] = $instance = new \Aqarmap\Bundle\MainBundle\Controller\Api\V3\BaseController();
  3990.         $instance->setContainer(($this->privates['.service_locator.JhSS0.a'] ?? $this->get_ServiceLocator_JhSS0_AService())->withContext('Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\V3\\BaseController'$this));
  3991.         return $instance;
  3992.     }
  3993.     /**
  3994.      * Gets the public 'Aqarmap\Bundle\MainBundle\Controller\Api\V3\FeedbackController' shared autowired service.
  3995.      *
  3996.      * @return \Aqarmap\Bundle\MainBundle\Controller\Api\V3\FeedbackController
  3997.      */
  3998.     protected function getFeedbackController3Service()
  3999.     {
  4000.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4001.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  4002.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  4003.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/V3/BaseController.php';
  4004.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/V3/FeedbackController.php';
  4005.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Factory/V3/FeedbackFactory.php';
  4006.         $this->services['Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\V3\\FeedbackController'] = $instance = new \Aqarmap\Bundle\MainBundle\Controller\Api\V3\FeedbackController(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \Aqarmap\Bundle\MainBundle\Factory\V3\FeedbackFactory(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())));
  4007.         $instance->setContainer(($this->privates['.service_locator.JhSS0.a'] ?? $this->get_ServiceLocator_JhSS0_AService())->withContext('Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\V3\\FeedbackController'$this));
  4008.         return $instance;
  4009.     }
  4010.     /**
  4011.      * Gets the public 'Aqarmap\Bundle\MainBundle\Controller\Api\V4\BaseController' shared autowired service.
  4012.      *
  4013.      * @return \Aqarmap\Bundle\MainBundle\Controller\Api\V4\BaseController
  4014.      */
  4015.     protected function getBaseController3Service()
  4016.     {
  4017.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4018.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  4019.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  4020.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/V4/BaseController.php';
  4021.         $this->services['Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\V4\\BaseController'] = $instance = new \Aqarmap\Bundle\MainBundle\Controller\Api\V4\BaseController();
  4022.         $instance->setContainer(($this->privates['.service_locator.JhSS0.a'] ?? $this->get_ServiceLocator_JhSS0_AService())->withContext('Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\V4\\BaseController'$this));
  4023.         return $instance;
  4024.     }
  4025.     /**
  4026.      * Gets the public 'Aqarmap\Bundle\MainBundle\Controller\Api\V4\MobileSectionsTogglesController' shared autowired service.
  4027.      *
  4028.      * @return \Aqarmap\Bundle\MainBundle\Controller\Api\V4\MobileSectionsTogglesController
  4029.      */
  4030.     protected function getMobileSectionsTogglesController2Service()
  4031.     {
  4032.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4033.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  4034.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  4035.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/V4/BaseController.php';
  4036.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/V4/MobileSectionsTogglesController.php';
  4037.         $this->services['Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\V4\\MobileSectionsTogglesController'] = $instance = new \Aqarmap\Bundle\MainBundle\Controller\Api\V4\MobileSectionsTogglesController(($this->privates['Aqarmap\\Bundle\\MainBundle\\Repository\\MobileSectionsTogglesRepository'] ?? $this->getMobileSectionsTogglesRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  4038.         $instance->setContainer(($this->privates['.service_locator.JhSS0.a'] ?? $this->get_ServiceLocator_JhSS0_AService())->withContext('Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\V4\\MobileSectionsTogglesController'$this));
  4039.         return $instance;
  4040.     }
  4041.     /**
  4042.      * Gets the public 'Aqarmap\Bundle\MainBundle\Controller\DefaultController' shared autowired service.
  4043.      *
  4044.      * @return \Aqarmap\Bundle\MainBundle\Controller\DefaultController
  4045.      */
  4046.     protected function getDefaultController6Service()
  4047.     {
  4048.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4049.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/DefaultController.php';
  4050.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Service/HomeSubMenuService.php';
  4051.         $a = ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\Setting'] ?? $this->getSettingService());
  4052.         $b = ($this->services['translator'] ?? $this->getTranslatorService());
  4053.         $c = ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\CacheManager'] ?? $this->getCacheManagerService());
  4054.         $this->services['Aqarmap\\Bundle\\MainBundle\\Controller\\DefaultController'] = $instance = new \Aqarmap\Bundle\MainBundle\Controller\DefaultController(($this->services['Aqarmap\\Bundle\\FeatureToggleBundle\\Service\\FeatureToggleManager'] ?? $this->getFeatureToggleManagerService()), ($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserActivityService'] ?? $this->getUserActivityServiceService()), ($this->privates['snc_redis.default'] ?? $this->getSncRedis_DefaultService()), new \Aqarmap\Bundle\MainBundle\Service\HomeSubMenuService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $a$b, ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\MenuBuilderService'] ?? $this->getMenuBuilderServiceService()), ($this->services['router'] ?? $this->getRouterService()), $c), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\CustomFieldService'] ?? $this->getCustomFieldServiceService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\AdvancedSearchFormTypeManager'] ?? $this->getAdvancedSearchFormTypeManagerService()), $a, ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\MobileDetectionService'] ?? ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\MobileDetectionService'] = new \Aqarmap\Bundle\MainBundle\Service\MobileDetectionService())), ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\SiteMapService'] ?? $this->getSiteMapServiceService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\AdvancedFilterFormTypeManager'] ?? $this->getAdvancedFilterFormTypeManagerService()), $b$c);
  4055.         $instance->setContainer(($this->privates['.service_locator.aHpfFzr'] ?? $this->get_ServiceLocator_AHpfFzrService())->withContext('Aqarmap\\Bundle\\MainBundle\\Controller\\DefaultController'$this));
  4056.         return $instance;
  4057.     }
  4058.     /**
  4059.      * Gets the public 'Aqarmap\Bundle\MainBundle\Controller\FeedbackController' shared autowired service.
  4060.      *
  4061.      * @return \Aqarmap\Bundle\MainBundle\Controller\FeedbackController
  4062.      */
  4063.     protected function getFeedbackController4Service()
  4064.     {
  4065.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4066.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/FeedbackController.php';
  4067.         $this->services['Aqarmap\\Bundle\\MainBundle\\Controller\\FeedbackController'] = $instance = new \Aqarmap\Bundle\MainBundle\Controller\FeedbackController(($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  4068.         $instance->setContainer(($this->privates['.service_locator.aHpfFzr'] ?? $this->get_ServiceLocator_AHpfFzrService())->withContext('Aqarmap\\Bundle\\MainBundle\\Controller\\FeedbackController'$this));
  4069.         return $instance;
  4070.     }
  4071.     /**
  4072.      * Gets the public 'Aqarmap\Bundle\MainBundle\Controller\JoinUsController' shared autowired service.
  4073.      *
  4074.      * @return \Aqarmap\Bundle\MainBundle\Controller\JoinUsController
  4075.      */
  4076.     protected function getJoinUsController2Service()
  4077.     {
  4078.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4079.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/JoinUsController.php';
  4080.         $this->services['Aqarmap\\Bundle\\MainBundle\\Controller\\JoinUsController'] = $instance = new \Aqarmap\Bundle\MainBundle\Controller\JoinUsController(($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\Setting'] ?? $this->getSettingService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['Aqarmap\\Bundle\\MainBundle\\Adapter\\MailerService'] ?? $this->getMailerServiceService()));
  4081.         $instance->setContainer(($this->privates['.service_locator.aHpfFzr'] ?? $this->get_ServiceLocator_AHpfFzrService())->withContext('Aqarmap\\Bundle\\MainBundle\\Controller\\JoinUsController'$this));
  4082.         return $instance;
  4083.     }
  4084.     /**
  4085.      * Gets the public 'Aqarmap\Bundle\MainBundle\Controller\MapImagesController' shared autowired service.
  4086.      *
  4087.      * @return \Aqarmap\Bundle\MainBundle\Controller\MapImagesController
  4088.      */
  4089.     protected function getMapImagesControllerService()
  4090.     {
  4091.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4092.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/MapImagesController.php';
  4093.         $this->services['Aqarmap\\Bundle\\MainBundle\\Controller\\MapImagesController'] = $instance = new \Aqarmap\Bundle\MainBundle\Controller\MapImagesController();
  4094.         $instance->setContainer(($this->privates['.service_locator.aHpfFzr'] ?? $this->get_ServiceLocator_AHpfFzrService())->withContext('Aqarmap\\Bundle\\MainBundle\\Controller\\MapImagesController'$this));
  4095.         return $instance;
  4096.     }
  4097.     /**
  4098.      * Gets the public 'Aqarmap\Bundle\MainBundle\Controller\PageController' shared autowired service.
  4099.      *
  4100.      * @return \Aqarmap\Bundle\MainBundle\Controller\PageController
  4101.      */
  4102.     protected function getPageController2Service()
  4103.     {
  4104.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4105.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/PageController.php';
  4106.         $this->services['Aqarmap\\Bundle\\MainBundle\\Controller\\PageController'] = $instance = new \Aqarmap\Bundle\MainBundle\Controller\PageController(($this->privates['Aqarmap\\Bundle\\MainBundle\\Repository\\TestimonialRepository'] ?? $this->getTestimonialRepositoryService()));
  4107.         $instance->setContainer(($this->privates['.service_locator.aHpfFzr'] ?? $this->get_ServiceLocator_AHpfFzrService())->withContext('Aqarmap\\Bundle\\MainBundle\\Controller\\PageController'$this));
  4108.         return $instance;
  4109.     }
  4110.     /**
  4111.      * Gets the public 'Aqarmap\Bundle\MainBundle\Controller\RedirectingController' shared autowired service.
  4112.      *
  4113.      * @return \Aqarmap\Bundle\MainBundle\Controller\RedirectingController
  4114.      */
  4115.     protected function getRedirectingControllerService()
  4116.     {
  4117.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4118.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/RedirectingController.php';
  4119.         $this->services['Aqarmap\\Bundle\\MainBundle\\Controller\\RedirectingController'] = $instance = new \Aqarmap\Bundle\MainBundle\Controller\RedirectingController();
  4120.         $instance->setContainer(($this->privates['.service_locator.aHpfFzr'] ?? $this->get_ServiceLocator_AHpfFzrService())->withContext('Aqarmap\\Bundle\\MainBundle\\Controller\\RedirectingController'$this));
  4121.         return $instance;
  4122.     }
  4123.     /**
  4124.      * Gets the public 'Aqarmap\Bundle\MainBundle\Controller\SNSNotificationsController' shared autowired service.
  4125.      *
  4126.      * @return \Aqarmap\Bundle\MainBundle\Controller\SNSNotificationsController
  4127.      */
  4128.     protected function getSNSNotificationsControllerService()
  4129.     {
  4130.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4131.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/SNSNotificationsController.php';
  4132.         $this->services['Aqarmap\\Bundle\\MainBundle\\Controller\\SNSNotificationsController'] = $instance = new \Aqarmap\Bundle\MainBundle\Controller\SNSNotificationsController();
  4133.         $instance->setContainer(($this->privates['.service_locator.aHpfFzr'] ?? $this->get_ServiceLocator_AHpfFzrService())->withContext('Aqarmap\\Bundle\\MainBundle\\Controller\\SNSNotificationsController'$this));
  4134.         return $instance;
  4135.     }
  4136.     /**
  4137.      * Gets the public 'Aqarmap\Bundle\MainBundle\Controller\StaticPagesController' shared autowired service.
  4138.      *
  4139.      * @return \Aqarmap\Bundle\MainBundle\Controller\StaticPagesController
  4140.      */
  4141.     protected function getStaticPagesControllerService()
  4142.     {
  4143.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4144.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/StaticPagesController.php';
  4145.         $this->services['Aqarmap\\Bundle\\MainBundle\\Controller\\StaticPagesController'] = $instance = new \Aqarmap\Bundle\MainBundle\Controller\StaticPagesController();
  4146.         $instance->setContainer(($this->privates['.service_locator.aHpfFzr'] ?? $this->get_ServiceLocator_AHpfFzrService())->withContext('Aqarmap\\Bundle\\MainBundle\\Controller\\StaticPagesController'$this));
  4147.         return $instance;
  4148.     }
  4149.     /**
  4150.      * Gets the public 'Aqarmap\Bundle\MainBundle\Naming\FilesDirectoryNamer' shared autowired service.
  4151.      *
  4152.      * @return \Aqarmap\Bundle\MainBundle\Naming\FilesDirectoryNamer
  4153.      */
  4154.     protected function getFilesDirectoryNamerService()
  4155.     {
  4156.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/DirectoryNamerInterface.php';
  4157.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Naming/FilesDirectoryNamer.php';
  4158.         return $this->services['Aqarmap\\Bundle\\MainBundle\\Naming\\FilesDirectoryNamer'] = new \Aqarmap\Bundle\MainBundle\Naming\FilesDirectoryNamer();
  4159.     }
  4160.     /**
  4161.      * Gets the public 'Aqarmap\Bundle\MainBundle\Naming\ListingDirectoryNamer' shared autowired service.
  4162.      *
  4163.      * @return \Aqarmap\Bundle\MainBundle\Naming\ListingDirectoryNamer
  4164.      */
  4165.     protected function getListingDirectoryNamerService()
  4166.     {
  4167.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/DirectoryNamerInterface.php';
  4168.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Naming/ListingDirectoryNamer.php';
  4169.         return $this->services['Aqarmap\\Bundle\\MainBundle\\Naming\\ListingDirectoryNamer'] = new \Aqarmap\Bundle\MainBundle\Naming\ListingDirectoryNamer();
  4170.     }
  4171.     /**
  4172.      * Gets the public 'Aqarmap\Bundle\MortgageBundle\Controller\Admin\DefaultController' shared autowired service.
  4173.      *
  4174.      * @return \Aqarmap\Bundle\MortgageBundle\Controller\Admin\DefaultController
  4175.      */
  4176.     protected function getDefaultController7Service()
  4177.     {
  4178.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4179.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MortgageBundle/Controller/Admin/DefaultController.php';
  4180.         $this->services['Aqarmap\\Bundle\\MortgageBundle\\Controller\\Admin\\DefaultController'] = $instance = new \Aqarmap\Bundle\MortgageBundle\Controller\Admin\DefaultController(($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()));
  4181.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Aqarmap\\Bundle\\MortgageBundle\\Controller\\Admin\\DefaultController'$this));
  4182.         return $instance;
  4183.     }
  4184.     /**
  4185.      * Gets the public 'Aqarmap\Bundle\MortgageBundle\Controller\DefaultController' shared autowired service.
  4186.      *
  4187.      * @return \Aqarmap\Bundle\MortgageBundle\Controller\DefaultController
  4188.      */
  4189.     protected function getDefaultController8Service()
  4190.     {
  4191.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4192.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MortgageBundle/Controller/DefaultController.php';
  4193.         $this->services['Aqarmap\\Bundle\\MortgageBundle\\Controller\\DefaultController'] = $instance = new \Aqarmap\Bundle\MortgageBundle\Controller\DefaultController(($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\Setting'] ?? $this->getSettingService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  4194.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Aqarmap\\Bundle\\MortgageBundle\\Controller\\DefaultController'$this));
  4195.         return $instance;
  4196.     }
  4197.     /**
  4198.      * Gets the public 'Aqarmap\Bundle\NeighborhoodBundle\Controller\Admin\LocationStatisticsController' shared autowired service.
  4199.      *
  4200.      * @return \Aqarmap\Bundle\NeighborhoodBundle\Controller\Admin\LocationStatisticsController
  4201.      */
  4202.     protected function getLocationStatisticsControllerService()
  4203.     {
  4204.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4205.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NeighborhoodBundle/Controller/Admin/LocationStatisticsController.php';
  4206.         $this->services['Aqarmap\\Bundle\\NeighborhoodBundle\\Controller\\Admin\\LocationStatisticsController'] = $instance = new \Aqarmap\Bundle\NeighborhoodBundle\Controller\Admin\LocationStatisticsController();
  4207.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Aqarmap\\Bundle\\NeighborhoodBundle\\Controller\\Admin\\LocationStatisticsController'$this));
  4208.         return $instance;
  4209.     }
  4210.     /**
  4211.      * Gets the public 'Aqarmap\Bundle\NeighborhoodBundle\Controller\Api\NeighborhoodController' shared autowired service.
  4212.      *
  4213.      * @return \Aqarmap\Bundle\NeighborhoodBundle\Controller\Api\NeighborhoodController
  4214.      */
  4215.     protected function getNeighborhoodControllerService()
  4216.     {
  4217.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4218.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  4219.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  4220.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/BaseController.php';
  4221.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NeighborhoodBundle/Controller/Api/NeighborhoodController.php';
  4222.         $this->services['Aqarmap\\Bundle\\NeighborhoodBundle\\Controller\\Api\\NeighborhoodController'] = $instance = new \Aqarmap\Bundle\NeighborhoodBundle\Controller\Api\NeighborhoodController(($this->privates['Aqarmap\\Bundle\\NeighborhoodBundle\\Service\\NeighborhoodManager'] ?? $this->getNeighborhoodManagerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  4223.         $instance->setContainer(($this->privates['.service_locator.eIcC2Rx'] ?? $this->get_ServiceLocator_EIcC2RxService())->withContext('Aqarmap\\Bundle\\NeighborhoodBundle\\Controller\\Api\\NeighborhoodController'$this));
  4224.         return $instance;
  4225.     }
  4226.     /**
  4227.      * Gets the public 'Aqarmap\Bundle\NeighborhoodBundle\Controller\DefaultController' shared autowired service.
  4228.      *
  4229.      * @return \Aqarmap\Bundle\NeighborhoodBundle\Controller\DefaultController
  4230.      */
  4231.     protected function getDefaultController9Service()
  4232.     {
  4233.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4234.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NeighborhoodBundle/Controller/DefaultController.php';
  4235.         $this->services['Aqarmap\\Bundle\\NeighborhoodBundle\\Controller\\DefaultController'] = $instance = new \Aqarmap\Bundle\NeighborhoodBundle\Controller\DefaultController(($this->privates['Aqarmap\\Bundle\\DiscussionBundle\\Service\\DiscussionManager'] ?? $this->getDiscussionManagerService()), ($this->privates['Aqarmap\\Bundle\\NeighborhoodBundle\\Form\\CompoundSearchType'] ?? $this->getCompoundSearchTypeService()), ($this->privates['Aqarmap\\Bundle\\NeighborhoodBundle\\Service\\NeighborhoodManager'] ?? $this->getNeighborhoodManagerService()), ($this->privates['snc_redis.default'] ?? $this->getSncRedis_DefaultService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  4236.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Aqarmap\\Bundle\\NeighborhoodBundle\\Controller\\DefaultController'$this));
  4237.         return $instance;
  4238.     }
  4239.     /**
  4240.      * Gets the public 'Aqarmap\Bundle\NotificationBundle\Controller\Api\NotificationController' shared autowired service.
  4241.      *
  4242.      * @return \Aqarmap\Bundle\NotificationBundle\Controller\Api\NotificationController
  4243.      */
  4244.     protected function getNotificationControllerService()
  4245.     {
  4246.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4247.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  4248.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  4249.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/BaseController.php';
  4250.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Controller/Api/NotificationController.php';
  4251.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Service/TestServiceInterface.php';
  4252.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Service/TestService.php';
  4253.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Service/DocumentBasedTestService.php';
  4254.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Service/EntityBasedTestService.php';
  4255.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Service/LogReaderInterface.php';
  4256.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Service/LogReaderService.php';
  4257.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Service/NotificationService.php';
  4258.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4259.         $this->services['Aqarmap\\Bundle\\NotificationBundle\\Controller\\Api\\NotificationController'] = $instance = new \Aqarmap\Bundle\NotificationBundle\Controller\Api\NotificationController(($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserDeviceManager'] ?? $this->getUserDeviceManagerService()), $this, new \Aqarmap\Bundle\NotificationBundle\Service\DocumentBasedTestService($a), new \Aqarmap\Bundle\NotificationBundle\Service\EntityBasedTestService($a), new \Aqarmap\Bundle\NotificationBundle\Service\LogReaderService(), new \Aqarmap\Bundle\NotificationBundle\Service\NotificationService(), ($this->privates['Aqarmap\\Bundle\\UserBundle\\Repository\\UserDeviceRepository'] ?? $this->getUserDeviceRepositoryService()), ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), $a);
  4260.         $instance->setContainer(($this->privates['.service_locator.eIcC2Rx'] ?? $this->get_ServiceLocator_EIcC2RxService())->withContext('Aqarmap\\Bundle\\NotificationBundle\\Controller\\Api\\NotificationController'$this));
  4261.         return $instance;
  4262.     }
  4263.     /**
  4264.      * Gets the public 'Aqarmap\Bundle\NotificationBundle\Controller\Api\SenderController' shared autowired service.
  4265.      *
  4266.      * @return \Aqarmap\Bundle\NotificationBundle\Controller\Api\SenderController
  4267.      */
  4268.     protected function getSenderControllerService()
  4269.     {
  4270.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4271.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  4272.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  4273.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/BaseController.php';
  4274.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Controller/Api/SenderController.php';
  4275.         $this->services['Aqarmap\\Bundle\\NotificationBundle\\Controller\\Api\\SenderController'] = $instance = new \Aqarmap\Bundle\NotificationBundle\Controller\Api\SenderController(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4276.         $instance->setContainer(($this->privates['.service_locator.eIcC2Rx'] ?? $this->get_ServiceLocator_EIcC2RxService())->withContext('Aqarmap\\Bundle\\NotificationBundle\\Controller\\Api\\SenderController'$this));
  4277.         return $instance;
  4278.     }
  4279.     /**
  4280.      * Gets the public 'Aqarmap\Bundle\NotificationBundle\Controller\NotificationsController' shared autowired service.
  4281.      *
  4282.      * @return \Aqarmap\Bundle\NotificationBundle\Controller\NotificationsController
  4283.      */
  4284.     protected function getNotificationsControllerService()
  4285.     {
  4286.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4287.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Controller/NotificationsController.php';
  4288.         $this->services['Aqarmap\\Bundle\\NotificationBundle\\Controller\\NotificationsController'] = $instance = new \Aqarmap\Bundle\NotificationBundle\Controller\NotificationsController(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Aqarmap\\Bundle\\NotificationBundle\\Repository\\NotificationRepository'] ?? $this->getNotificationRepositoryService()), ($this->services['kernel'] ?? $this->get('kernel'1)));
  4289.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Aqarmap\\Bundle\\NotificationBundle\\Controller\\NotificationsController'$this));
  4290.         return $instance;
  4291.     }
  4292.     /**
  4293.      * Gets the public 'Aqarmap\Bundle\NotifierBundle\Controller\Admin\NotifiersController' shared autowired service.
  4294.      *
  4295.      * @return \Aqarmap\Bundle\NotifierBundle\Controller\Admin\NotifiersController
  4296.      */
  4297.     protected function getNotifiersControllerService()
  4298.     {
  4299.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4300.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotifierBundle/Controller/Admin/NotifiersController.php';
  4301.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotifierBundle/Service/NotifierStatisticsService.php';
  4302.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotifierBundle/Service/NotifierSettingsManager.php';
  4303.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  4304.         $this->services['Aqarmap\\Bundle\\NotifierBundle\\Controller\\Admin\\NotifiersController'] = $instance = new \Aqarmap\Bundle\NotifierBundle\Controller\Admin\NotifiersController(new \Aqarmap\Bundle\NotifierBundle\Service\NotifierStatisticsService($a), new \Aqarmap\Bundle\NotifierBundle\Service\NotifierSettingsManager($a));
  4305.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Aqarmap\\Bundle\\NotifierBundle\\Controller\\Admin\\NotifiersController'$this));
  4306.         return $instance;
  4307.     }
  4308.     /**
  4309.      * Gets the public 'Aqarmap\Bundle\NotifierBundle\Controller\Api\NotifierController' shared autowired service.
  4310.      *
  4311.      * @return \Aqarmap\Bundle\NotifierBundle\Controller\Api\NotifierController
  4312.      */
  4313.     protected function getNotifierControllerService()
  4314.     {
  4315.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4316.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  4317.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  4318.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotifierBundle/Controller/Api/NotifierController.php';
  4319.         $this->services['Aqarmap\\Bundle\\NotifierBundle\\Controller\\Api\\NotifierController'] = $instance = new \Aqarmap\Bundle\NotifierBundle\Controller\Api\NotifierController(($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->privates['Aqarmap\\Bundle\\NotifierBundle\\Service\\NotifierManager'] ?? $this->getNotifierManagerService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  4320.         $instance->setContainer(($this->privates['.service_locator.eIcC2Rx'] ?? $this->get_ServiceLocator_EIcC2RxService())->withContext('Aqarmap\\Bundle\\NotifierBundle\\Controller\\Api\\NotifierController'$this));
  4321.         return $instance;
  4322.     }
  4323.     /**
  4324.      * Gets the public 'Aqarmap\Bundle\NotifierBundle\Controller\DefaultController' shared autowired service.
  4325.      *
  4326.      * @return \Aqarmap\Bundle\NotifierBundle\Controller\DefaultController
  4327.      */
  4328.     protected function getDefaultController10Service()
  4329.     {
  4330.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4331.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotifierBundle/Controller/DefaultController.php';
  4332.         $this->services['Aqarmap\\Bundle\\NotifierBundle\\Controller\\DefaultController'] = $instance = new \Aqarmap\Bundle\NotifierBundle\Controller\DefaultController(($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->privates['Aqarmap\\Bundle\\NotifierBundle\\Service\\NotifierManager'] ?? $this->getNotifierManagerService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserInterestManager'] ?? $this->getUserInterestManagerService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\Setting'] ?? $this->getSettingService()), ($this->privates['Aqarmap\\Bundle\\NotifierBundle\\Repository\\NotifierRepository'] ?? $this->getNotifierRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4333.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Aqarmap\\Bundle\\NotifierBundle\\Controller\\DefaultController'$this));
  4334.         return $instance;
  4335.     }
  4336.     /**
  4337.      * Gets the public 'Aqarmap\Bundle\OTPBundle\Controller\Api\V4\OtpController' shared autowired service.
  4338.      *
  4339.      * @return \Aqarmap\Bundle\OTPBundle\Controller\Api\V4\OtpController
  4340.      */
  4341.     protected function getOtpControllerService()
  4342.     {
  4343.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4344.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  4345.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  4346.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/V4/BaseController.php';
  4347.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/OTPBundle/Controller/Api/V4/OtpController.php';
  4348.         $this->services['Aqarmap\\Bundle\\OTPBundle\\Controller\\Api\\V4\\OtpController'] = $instance = new \Aqarmap\Bundle\OTPBundle\Controller\Api\V4\OtpController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Aqarmap\\Bundle\\UserBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->services['Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingRepository'] ?? $this->getListingRepositoryService()), ($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'] ?? $this->getListingManagerService()), ($this->privates['Aqarmap\\Bundle\\OTPBundle\\Service\\OtpService'] ?? $this->getOtpServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  4349.         $instance->setContainer(($this->privates['.service_locator.eIcC2Rx'] ?? $this->get_ServiceLocator_EIcC2RxService())->withContext('Aqarmap\\Bundle\\OTPBundle\\Controller\\Api\\V4\\OtpController'$this));
  4350.         return $instance;
  4351.     }
  4352.     /**
  4353.      * Gets the public 'Aqarmap\Bundle\PaymentBundle\Controller\Admin\AnalysisController' shared autowired service.
  4354.      *
  4355.      * @return \Aqarmap\Bundle\PaymentBundle\Controller\Admin\AnalysisController
  4356.      */
  4357.     protected function getAnalysisControllerService()
  4358.     {
  4359.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4360.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/PaymentBundle/Controller/Admin/AnalysisController.php';
  4361.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Factory/CreditAnalysisFactory.php';
  4362.         $this->services['Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\AnalysisController'] = $instance = new \Aqarmap\Bundle\PaymentBundle\Controller\Admin\AnalysisController(($this->privates['Aqarmap\\Bundle\\CreditBundle\\Services\\CreditAnalysisManager'] ?? $this->getCreditAnalysisManagerService()), new \Aqarmap\Bundle\CreditBundle\Factory\CreditAnalysisFactory(), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4363.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\AnalysisController'$this));
  4364.         return $instance;
  4365.     }
  4366.     /**
  4367.      * Gets the public 'Aqarmap\Bundle\PaymentBundle\Controller\Admin\PaymentController' shared autowired service.
  4368.      *
  4369.      * @return \Aqarmap\Bundle\PaymentBundle\Controller\Admin\PaymentController
  4370.      */
  4371.     protected function getPaymentControllerService()
  4372.     {
  4373.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4374.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/PaymentBundle/Controller/Admin/PaymentController.php';
  4375.         $this->services['Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController'] = $instance = new \Aqarmap\Bundle\PaymentBundle\Controller\Admin\PaymentController(($this->privates['Aqarmap\\Bundle\\CRMBundle\\Services\\CompanyManager'] ?? $this->getCompanyManagerService()), ($this->privates['Aqarmap\\Bundle\\PaymentBundle\\Service\\PaymentManager'] ?? $this->getPaymentManagerService()), ($this->privates['Aqarmap\\Bundle\\PaymentBundle\\Repository\\PaymentRepository'] ?? $this->getPaymentRepositoryService()), ($this->privates['Aqarmap\\Bundle\\CreditBundle\\Repository\\CreditPackageRepositroy'] ?? $this->getCreditPackageRepositroyService()), ($this->privates['Aqarmap\\Bundle\\UserBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->privates['Aqarmap\\Bundle\\PaymentBundle\\Service\\SalesAnalysisManager'] ?? $this->getSalesAnalysisManagerService()), ($this->privates['Aqarmap\\Bundle\\CreditBundle\\Services\\CreditManager'] ?? $this->getCreditManagerService()), ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\ActivityLogger'] ?? $this->getActivityLoggerService()), ($this->privates['Aqarmap\\Bundle\\RecurringTransactionBundle\\Services\\RecurringTransactionStateService'] ?? $this->getRecurringTransactionStateServiceService()), ($this->privates['Aqarmap\\Bundle\\RecurringTransactionBundle\\Services\\RecurringTransactionService'] ?? $this->getRecurringTransactionServiceService()), ($this->privates['Aqarmap\\Bundle\\UserBundle\\Repository\\UserPackagesRepository'] ?? $this->getUserPackagesRepositoryService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['App\\Service\\User\\SubAccountService'] ?? $this->getSubAccountServiceService()));
  4376.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController'$this));
  4377.         return $instance;
  4378.     }
  4379.     /**
  4380.      * Gets the public 'Aqarmap\Bundle\PaymentBundle\Controller\Admin\SalesAnalysisController' shared autowired service.
  4381.      *
  4382.      * @return \Aqarmap\Bundle\PaymentBundle\Controller\Admin\SalesAnalysisController
  4383.      */
  4384.     protected function getSalesAnalysisControllerService()
  4385.     {
  4386.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4387.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/PaymentBundle/Controller/Admin/SalesAnalysisController.php';
  4388.         $this->services['Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\SalesAnalysisController'] = $instance = new \Aqarmap\Bundle\PaymentBundle\Controller\Admin\SalesAnalysisController(($this->privates['Aqarmap\\Bundle\\PaymentBundle\\Service\\SalesAnalysisManager'] ?? $this->getSalesAnalysisManagerService()));
  4389.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\SalesAnalysisController'$this));
  4390.         return $instance;
  4391.     }
  4392.     /**
  4393.      * Gets the public 'Aqarmap\Bundle\PaymentBundle\Controller\Api\PaymentController' shared autowired service.
  4394.      *
  4395.      * @return \Aqarmap\Bundle\PaymentBundle\Controller\Api\PaymentController
  4396.      */
  4397.     protected function getPaymentController2Service()
  4398.     {
  4399.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4400.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  4401.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  4402.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/BaseController.php';
  4403.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/PaymentBundle/Controller/Api/PaymentController.php';
  4404.         $this->services['Aqarmap\\Bundle\\PaymentBundle\\Controller\\Api\\PaymentController'] = $instance = new \Aqarmap\Bundle\PaymentBundle\Controller\Api\PaymentController(($this->privates['Aqarmap\\Bundle\\CRMBundle\\Services\\CompanyManager'] ?? $this->getCompanyManagerService()), ($this->privates['Aqarmap\\Bundle\\PaymentBundle\\Service\\PaymentManager'] ?? $this->getPaymentManagerService()), ($this->privates['Aqarmap\\Bundle\\PaymentBundle\\Repository\\PaymentRepository'] ?? $this->getPaymentRepositoryService()), ($this->privates['Aqarmap\\Bundle\\CreditBundle\\Repository\\CreditPackageRepositroy'] ?? $this->getCreditPackageRepositroyService()), ($this->privates['Aqarmap\\Bundle\\UserBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->privates['Aqarmap\\Bundle\\PaymentBundle\\Service\\SignatureManager'] ?? $this->getSignatureManagerService()), ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\Setting'] ?? $this->getSettingService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['Aqarmap\\Bundle\\UserBundle\\Repository\\UserPackagesRepository'] ?? $this->getUserPackagesRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\Lead\\LeadContactRequestService'] ?? $this->getLeadContactRequestServiceService()));
  4405.         $instance->setContainer(($this->privates['.service_locator.eIcC2Rx'] ?? $this->get_ServiceLocator_EIcC2RxService())->withContext('Aqarmap\\Bundle\\PaymentBundle\\Controller\\Api\\PaymentController'$this));
  4406.         return $instance;
  4407.     }
  4408.     /**
  4409.      * Gets the public 'Aqarmap\Bundle\PaymentBundle\Controller\Api\RecurringController' shared autowired service.
  4410.      *
  4411.      * @return \Aqarmap\Bundle\PaymentBundle\Controller\Api\RecurringController
  4412.      */
  4413.     protected function getRecurringControllerService()
  4414.     {
  4415.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4416.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  4417.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  4418.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/BaseController.php';
  4419.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/PaymentBundle/Controller/Api/RecurringController.php';
  4420.         $this->services['Aqarmap\\Bundle\\PaymentBundle\\Controller\\Api\\RecurringController'] = $instance = new \Aqarmap\Bundle\PaymentBundle\Controller\Api\RecurringController(($this->privates['Aqarmap\\Bundle\\PaymentBundle\\Service\\PaymentManager'] ?? $this->getPaymentManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Aqarmap\\Bundle\\PaymentBundle\\Service\\SignatureManager'] ?? $this->getSignatureManagerService()), ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\Setting'] ?? $this->getSettingService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->privates['Aqarmap\\Bundle\\RecurringTransactionBundle\\Services\\RecurringTransactionService'] ?? $this->getRecurringTransactionServiceService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['Aqarmap\\Bundle\\UserBundle\\Repository\\UserPackagesRepository'] ?? $this->getUserPackagesRepositoryService()));
  4421.         $instance->setContainer(($this->privates['.service_locator.eIcC2Rx'] ?? $this->get_ServiceLocator_EIcC2RxService())->withContext('Aqarmap\\Bundle\\PaymentBundle\\Controller\\Api\\RecurringController'$this));
  4422.         return $instance;
  4423.     }
  4424.     /**
  4425.      * Gets the public 'Aqarmap\Bundle\SearchBundle\Controller\Admin\SearchCombinationFiltersController' shared autowired service.
  4426.      *
  4427.      * @return \Aqarmap\Bundle\SearchBundle\Controller\Admin\SearchCombinationFiltersController
  4428.      */
  4429.     protected function getSearchCombinationFiltersControllerService()
  4430.     {
  4431.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4432.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/SearchBundle/Controller/Admin/SearchCombinationFiltersController.php';
  4433.         $this->services['Aqarmap\\Bundle\\SearchBundle\\Controller\\Admin\\SearchCombinationFiltersController'] = $instance = new \Aqarmap\Bundle\SearchBundle\Controller\Admin\SearchCombinationFiltersController(($this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\ListingSearchCombinationFiltersService'] ?? $this->getListingSearchCombinationFiltersServiceService()));
  4434.         $instance->setContainer(($this->privates['.service_locator.WnC0PS9'] ?? $this->get_ServiceLocator_WnC0PS9Service())->withContext('Aqarmap\\Bundle\\SearchBundle\\Controller\\Admin\\SearchCombinationFiltersController'$this));
  4435.         return $instance;
  4436.     }
  4437.     /**
  4438.      * Gets the public 'Aqarmap\Bundle\SearchBundle\Controller\Api\ListingSearchController' shared autowired service.
  4439.      *
  4440.      * @return \Aqarmap\Bundle\SearchBundle\Controller\Api\ListingSearchController
  4441.      */
  4442.     protected function getListingSearchController2Service()
  4443.     {
  4444.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4445.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  4446.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  4447.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/BaseController.php';
  4448.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/SearchBundle/Controller/Api/ListingSearchController.php';
  4449.         $this->services['Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\ListingSearchController'] = $instance = new \Aqarmap\Bundle\SearchBundle\Controller\Api\ListingSearchController(($this->privates['Aqarmap\\Bundle\\SearchBundle\\CriteriaBuilders\\BuilderDirector'] ?? $this->getBuilderDirectorService()), ($this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\ListingSearchService'] ?? $this->getListingSearchServiceService()), ($this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\ElasticListingSearch\\CountListingSearch'] ?? $this->getCountListingSearchService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LocationManager'] ?? $this->getLocationManagerService()));
  4450.         $instance->setContainer(($this->privates['.service_locator.Lfq.BSd'] ?? $this->get_ServiceLocator_Lfq_BSdService())->withContext('Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\ListingSearchController'$this));
  4451.         return $instance;
  4452.     }
  4453.     /**
  4454.      * Gets the public 'Aqarmap\Bundle\SearchBundle\Controller\Api\LocationSearchController' shared autowired service.
  4455.      *
  4456.      * @return \Aqarmap\Bundle\SearchBundle\Controller\Api\LocationSearchController
  4457.      */
  4458.     protected function getLocationSearchControllerService()
  4459.     {
  4460.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4461.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  4462.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  4463.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/BaseController.php';
  4464.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/SearchBundle/Controller/Api/LocationSearchController.php';
  4465.         $this->services['Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\LocationSearchController'] = $instance = new \Aqarmap\Bundle\SearchBundle\Controller\Api\LocationSearchController(($this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\LocationSearchService'] ?? $this->getLocationSearchServiceService()), ($this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\LocationSearchHistoryService'] ?? $this->getLocationSearchHistoryServiceService()), ($this->services['jms_serializer'] ?? $this->getJmsSerializerService()));
  4466.         $instance->setContainer(($this->privates['.service_locator.Lfq.BSd'] ?? $this->get_ServiceLocator_Lfq_BSdService())->withContext('Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\LocationSearchController'$this));
  4467.         return $instance;
  4468.     }
  4469.     /**
  4470.      * Gets the public 'Aqarmap\Bundle\SearchBundle\Controller\Api\SearchResultsController' shared autowired service.
  4471.      *
  4472.      * @return \Aqarmap\Bundle\SearchBundle\Controller\Api\SearchResultsController
  4473.      */
  4474.     protected function getSearchResultsControllerService()
  4475.     {
  4476.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4477.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  4478.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  4479.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/BaseController.php';
  4480.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/SearchBundle/Controller/Api/SearchResultsController.php';
  4481.         $this->services['Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\SearchResultsController'] = $instance = new \Aqarmap\Bundle\SearchBundle\Controller\Api\SearchResultsController();
  4482.         $instance->setContainer(($this->privates['.service_locator.Lfq.BSd'] ?? $this->get_ServiceLocator_Lfq_BSdService())->withContext('Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\SearchResultsController'$this));
  4483.         return $instance;
  4484.     }
  4485.     /**
  4486.      * Gets the public 'Aqarmap\Bundle\SearchBundle\Controller\Api\V4\CompoundSearchController' shared autowired service.
  4487.      *
  4488.      * @return \Aqarmap\Bundle\SearchBundle\Controller\Api\V4\CompoundSearchController
  4489.      */
  4490.     protected function getCompoundSearchController3Service()
  4491.     {
  4492.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4493.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  4494.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  4495.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/V4/BaseController.php';
  4496.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/SearchBundle/Controller/Api/V4/CompoundSearchController.php';
  4497.         $this->services['Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\V4\\CompoundSearchController'] = $instance = new \Aqarmap\Bundle\SearchBundle\Controller\Api\V4\CompoundSearchController(($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\InteractionService'] ?? $this->getInteractionServiceService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\CompoundService'] ?? $this->getCompoundServiceService()), ($this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\CompoundSearchService'] ?? $this->getCompoundSearchServiceService()), ($this->privates['Aqarmap\\Bundle\\SearchBundle\\CriteriaBuilders\\BuilderDirector'] ?? $this->getBuilderDirectorService()), ($this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\ElasticListingSearch\\CountListingSearch'] ?? $this->getCountListingSearchService()));
  4498.         $instance->setContainer(($this->privates['.service_locator.Lfq.BSd'] ?? $this->get_ServiceLocator_Lfq_BSdService())->withContext('Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\V4\\CompoundSearchController'$this));
  4499.         return $instance;
  4500.     }
  4501.     /**
  4502.      * Gets the public 'Aqarmap\Bundle\SearchBundle\Controller\Api\V4\ListingSearchController' shared autowired service.
  4503.      *
  4504.      * @return \Aqarmap\Bundle\SearchBundle\Controller\Api\V4\ListingSearchController
  4505.      */
  4506.     protected function getListingSearchController3Service()
  4507.     {
  4508.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4509.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  4510.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  4511.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/V4/BaseController.php';
  4512.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/SearchBundle/Controller/Api/V4/ListingSearchController.php';
  4513.         $this->services['Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\V4\\ListingSearchController'] = $instance = new \Aqarmap\Bundle\SearchBundle\Controller\Api\V4\ListingSearchController(($this->privates['Aqarmap\\Bundle\\SearchBundle\\CriteriaBuilders\\BuilderDirector'] ?? $this->getBuilderDirectorService()), ($this->privates['Aqarmap\\Bundle\\SearchBundle\\CriteriaMediator\\CriteriaMediator'] ?? $this->getCriteriaMediator2Service()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['jms_serializer'] ?? $this->getJmsSerializerService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\RelatedResultService'] ?? $this->getRelatedResultServiceService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\LocationRepository'] ?? $this->getLocationRepositoryService()), ($this->privates['Aqarmap\\Bundle\\MainBundle\\Repository\\CustomParagraphRepository'] ?? $this->getCustomParagraphRepositoryService()), ($this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\SEOListingSearchService'] ?? $this->getSEOListingSearchServiceService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\SectionRepository'] ?? $this->getSectionRepositoryService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\PropertyTypeRepository'] ?? $this->getPropertyTypeRepositoryService()), ($this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\ListingFaqService'] ?? $this->getListingFaqServiceService()));
  4514.         $instance->setContainer(($this->privates['.service_locator.Lfq.BSd'] ?? $this->get_ServiceLocator_Lfq_BSdService())->withContext('Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\V4\\ListingSearchController'$this));
  4515.         return $instance;
  4516.     }
  4517.     /**
  4518.      * Gets the public 'Aqarmap\Bundle\SearchBundle\Controller\DefaultController' shared autowired service.
  4519.      *
  4520.      * @return \Aqarmap\Bundle\SearchBundle\Controller\DefaultController
  4521.      */
  4522.     protected function getDefaultController11Service()
  4523.     {
  4524.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4525.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/SearchBundle/Controller/DefaultController.php';
  4526.         $this->services['Aqarmap\\Bundle\\SearchBundle\\Controller\\DefaultController'] = $instance = new \Aqarmap\Bundle\SearchBundle\Controller\DefaultController();
  4527.         $instance->setContainer(($this->privates['.service_locator.WnC0PS9'] ?? $this->get_ServiceLocator_WnC0PS9Service())->withContext('Aqarmap\\Bundle\\SearchBundle\\Controller\\DefaultController'$this));
  4528.         return $instance;
  4529.     }
  4530.     /**
  4531.      * Gets the public 'Aqarmap\Bundle\TopSellerBundle\Controller\Admin\TopSellerController' shared autowired service.
  4532.      *
  4533.      * @return \Aqarmap\Bundle\TopSellerBundle\Controller\Admin\TopSellerController
  4534.      */
  4535.     protected function getTopSellerControllerService()
  4536.     {
  4537.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4538.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/TopSellerBundle/Controller/Admin/TopSellerController.php';
  4539.         $this->services['Aqarmap\\Bundle\\TopSellerBundle\\Controller\\Admin\\TopSellerController'] = $instance = new \Aqarmap\Bundle\TopSellerBundle\Controller\Admin\TopSellerController(($this->privates['Aqarmap\\Bundle\\TopSellerBundle\\Service\\TopSellerRetrievalService'] ?? $this->getTopSellerRetrievalServiceService()));
  4540.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Aqarmap\\Bundle\\TopSellerBundle\\Controller\\Admin\\TopSellerController'$this));
  4541.         return $instance;
  4542.     }
  4543.     /**
  4544.      * Gets the public 'Aqarmap\Bundle\TopSellerBundle\Controller\Api\V4\TopSellerController' shared autowired service.
  4545.      *
  4546.      * @return \Aqarmap\Bundle\TopSellerBundle\Controller\Api\V4\TopSellerController
  4547.      */
  4548.     protected function getTopSellerController2Service()
  4549.     {
  4550.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4551.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  4552.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  4553.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/V4/BaseController.php';
  4554.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/TopSellerBundle/Controller/Api/V4/TopSellerController.php';
  4555.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/TopSellerBundle/Service/TopSellerCalculationService.php';
  4556.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  4557.         $this->services['Aqarmap\\Bundle\\TopSellerBundle\\Controller\\Api\\V4\\TopSellerController'] = $instance = new \Aqarmap\Bundle\TopSellerBundle\Controller\Api\V4\TopSellerController($a, ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\TargetUserLeadRepository'] ?? $this->getTargetUserLeadRepositoryService()), new \Aqarmap\Bundle\TopSellerBundle\Service\TopSellerCalculationService($a, ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\LocationRepository'] ?? $this->getLocationRepositoryService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\PropertyTypeRepository'] ?? $this->getPropertyTypeRepositoryService())), ($this->privates['Aqarmap\\Bundle\\TopSellerBundle\\Service\\TopSellerRetrievalService'] ?? $this->getTopSellerRetrievalServiceService()), ($this->services['jms_serializer'] ?? $this->getJmsSerializerService()));
  4558.         $instance->setContainer(($this->privates['.service_locator.eIcC2Rx'] ?? $this->get_ServiceLocator_EIcC2RxService())->withContext('Aqarmap\\Bundle\\TopSellerBundle\\Controller\\Api\\V4\\TopSellerController'$this));
  4559.         return $instance;
  4560.     }
  4561.     /**
  4562.      * Gets the public 'Aqarmap\Bundle\TopSellerBundle\Controller\TopSellerController' shared autowired service.
  4563.      *
  4564.      * @return \Aqarmap\Bundle\TopSellerBundle\Controller\TopSellerController
  4565.      */
  4566.     protected function getTopSellerController3Service()
  4567.     {
  4568.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4569.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/TopSellerBundle/Controller/TopSellerController.php';
  4570.         $this->services['Aqarmap\\Bundle\\TopSellerBundle\\Controller\\TopSellerController'] = $instance = new \Aqarmap\Bundle\TopSellerBundle\Controller\TopSellerController(($this->services['Aqarmap\\Bundle\\FeatureToggleBundle\\Service\\FeatureToggleManager'] ?? $this->getFeatureToggleManagerService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\LocationRepository'] ?? $this->getLocationRepositoryService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LocationManager'] ?? $this->getLocationManagerService()), ($this->privates['Aqarmap\\Bundle\\TopSellerBundle\\Service\\TopSellerRetrievalService'] ?? $this->getTopSellerRetrievalServiceService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\TopCustomerService'] ?? $this->getTopCustomerServiceService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\AdvancedSearchFormTypeManager'] ?? $this->getAdvancedSearchFormTypeManagerService()), ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\Setting'] ?? $this->getSettingService()));
  4571.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Aqarmap\\Bundle\\TopSellerBundle\\Controller\\TopSellerController'$this));
  4572.         return $instance;
  4573.     }
  4574.     /**
  4575.      * Gets the public 'Aqarmap\Bundle\UserBundle\Controller\Admin\GroupController' shared autowired service.
  4576.      *
  4577.      * @return \Aqarmap\Bundle\UserBundle\Controller\Admin\GroupController
  4578.      */
  4579.     protected function getGroupControllerService()
  4580.     {
  4581.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4582.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Controller/Admin/GroupController.php';
  4583.         $this->services['Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\GroupController'] = $instance = new \Aqarmap\Bundle\UserBundle\Controller\Admin\GroupController();
  4584.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\GroupController'$this));
  4585.         return $instance;
  4586.     }
  4587.     /**
  4588.      * Gets the public 'Aqarmap\Bundle\UserBundle\Controller\Admin\TeamController' shared autowired service.
  4589.      *
  4590.      * @return \Aqarmap\Bundle\UserBundle\Controller\Admin\TeamController
  4591.      */
  4592.     protected function getTeamControllerService()
  4593.     {
  4594.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4595.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Controller/Admin/TeamController.php';
  4596.         $this->services['Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\TeamController'] = $instance = new \Aqarmap\Bundle\UserBundle\Controller\Admin\TeamController(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  4597.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\TeamController'$this));
  4598.         return $instance;
  4599.     }
  4600.     /**
  4601.      * Gets the public 'Aqarmap\Bundle\UserBundle\Controller\Admin\UserController' shared autowired service.
  4602.      *
  4603.      * @return \Aqarmap\Bundle\UserBundle\Controller\Admin\UserController
  4604.      */
  4605.     protected function getUserControllerService()
  4606.     {
  4607.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4608.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Controller/Admin/UserController.php';
  4609.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Mailer/MailerInterface.php';
  4610.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Mailer/NoopMailer.php';
  4611.         $this->services['Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController'] = $instance = new \Aqarmap\Bundle\UserBundle\Controller\Admin\UserController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['fos_user.util.token_generator.default'] ?? ($this->privates['fos_user.util.token_generator.default'] = new \FOS\UserBundle\Util\TokenGenerator())), ($this->privates['fos_user.resetting.form.factory'] ?? $this->getFosUser_Resetting_Form_FactoryService()), ($this->services['jms_serializer'] ?? $this->getJmsSerializerService()), ($this->privates['snc_redis.default'] ?? $this->getSncRedis_DefaultService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['Aqarmap\\Bundle\\MainBundle\\Contract\\ProducerFactoryInterface $producerFactory'] ?? $this->getProducerFactoryInterfaceproducerFactoryService()), ($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'] ?? $this->getListingManagerService()), ($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserManager'] ?? $this->getUserManagerService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()), ($this->privates['fos_user.mailer.noop'] ?? ($this->privates['fos_user.mailer.noop'] = new \FOS\UserBundle\Mailer\NoopMailer())), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\SectionRepository'] ?? $this->getSectionRepositoryService()), ($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\ZohoCRMService'] ?? $this->getZohoCRMServiceService()), ($this->privates['Aqarmap\\Bundle\\UserBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()));
  4612.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController'$this));
  4613.         return $instance;
  4614.     }
  4615.     /**
  4616.      * Gets the public 'Aqarmap\Bundle\UserBundle\Controller\Admin\UserDomainController' shared autowired service.
  4617.      *
  4618.      * @return \Aqarmap\Bundle\UserBundle\Controller\Admin\UserDomainController
  4619.      */
  4620.     protected function getUserDomainControllerService()
  4621.     {
  4622.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4623.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Controller/Admin/UserDomainController.php';
  4624.         $this->services['Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserDomainController'] = $instance = new \Aqarmap\Bundle\UserBundle\Controller\Admin\UserDomainController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4625.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserDomainController'$this));
  4626.         return $instance;
  4627.     }
  4628.     /**
  4629.      * Gets the public 'Aqarmap\Bundle\UserBundle\Controller\Admin\UserPackagesController' shared autowired service.
  4630.      *
  4631.      * @return \Aqarmap\Bundle\UserBundle\Controller\Admin\UserPackagesController
  4632.      */
  4633.     protected function getUserPackagesControllerService()
  4634.     {
  4635.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4636.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Controller/Admin/UserPackagesController.php';
  4637.         $this->services['Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserPackagesController'] = $instance = new \Aqarmap\Bundle\UserBundle\Controller\Admin\UserPackagesController(($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->privates['Aqarmap\\Bundle\\UserBundle\\Repository\\UserPackagesRepository'] ?? $this->getUserPackagesRepositoryService()), ($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserPackagesService'] ?? $this->getUserPackagesServiceService()));
  4638.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserPackagesController'$this));
  4639.         return $instance;
  4640.     }
  4641.     /**
  4642.      * Gets the public 'Aqarmap\Bundle\UserBundle\Controller\Admin\UserServiceController' shared autowired service.
  4643.      *
  4644.      * @return \Aqarmap\Bundle\UserBundle\Controller\Admin\UserServiceController
  4645.      */
  4646.     protected function getUserServiceControllerService()
  4647.     {
  4648.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4649.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Controller/Admin/UserServiceController.php';
  4650.         $this->services['Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserServiceController'] = $instance = new \Aqarmap\Bundle\UserBundle\Controller\Admin\UserServiceController();
  4651.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserServiceController'$this));
  4652.         return $instance;
  4653.     }
  4654.     /**
  4655.      * Gets the public 'Aqarmap\Bundle\UserBundle\Controller\Admin\UserSubAccountController' shared autowired service.
  4656.      *
  4657.      * @return \Aqarmap\Bundle\UserBundle\Controller\Admin\UserSubAccountController
  4658.      */
  4659.     protected function getUserSubAccountControllerService()
  4660.     {
  4661.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4662.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Controller/Admin/UserSubAccountController.php';
  4663.         $this->services['Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserSubAccountController'] = $instance = new \Aqarmap\Bundle\UserBundle\Controller\Admin\UserSubAccountController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  4664.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserSubAccountController'$this));
  4665.         return $instance;
  4666.     }
  4667.     /**
  4668.      * Gets the public 'Aqarmap\Bundle\UserBundle\Controller\Api\AuthProxyController' shared autowired service.
  4669.      *
  4670.      * @return \Aqarmap\Bundle\UserBundle\Controller\Api\AuthProxyController
  4671.      */
  4672.     protected function getAuthProxyControllerService()
  4673.     {
  4674.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4675.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  4676.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  4677.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Controller/Api/AuthProxyController.php';
  4678.         $this->services['Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\AuthProxyController'] = $instance = new \Aqarmap\Bundle\UserBundle\Controller\Api\AuthProxyController();
  4679.         $instance->setContainer(($this->privates['.service_locator.eIcC2Rx'] ?? $this->get_ServiceLocator_EIcC2RxService())->withContext('Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\AuthProxyController'$this));
  4680.         return $instance;
  4681.     }
  4682.     /**
  4683.      * Gets the public 'Aqarmap\Bundle\UserBundle\Controller\Api\NotificationTokenController' shared autowired service.
  4684.      *
  4685.      * @return \Aqarmap\Bundle\UserBundle\Controller\Api\NotificationTokenController
  4686.      */
  4687.     protected function getNotificationTokenControllerService()
  4688.     {
  4689.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4690.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  4691.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  4692.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/BaseController.php';
  4693.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Controller/Api/NotificationTokenController.php';
  4694.         $this->services['Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\NotificationTokenController'] = $instance = new \Aqarmap\Bundle\UserBundle\Controller\Api\NotificationTokenController();
  4695.         $instance->setContainer(($this->privates['.service_locator.eIcC2Rx'] ?? $this->get_ServiceLocator_EIcC2RxService())->withContext('Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\NotificationTokenController'$this));
  4696.         return $instance;
  4697.     }
  4698.     /**
  4699.      * Gets the public 'Aqarmap\Bundle\UserBundle\Controller\Api\TargetAudienceController' shared autowired service.
  4700.      *
  4701.      * @return \Aqarmap\Bundle\UserBundle\Controller\Api\TargetAudienceController
  4702.      */
  4703.     protected function getTargetAudienceControllerService()
  4704.     {
  4705.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4706.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  4707.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  4708.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Controller/Api/TargetAudienceController.php';
  4709.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Model/Contract/TargetAudienceServiceInterface.php';
  4710.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Services/TargetAudienceService.php';
  4711.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  4712.         $this->services['Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\TargetAudienceController'] = $instance = new \Aqarmap\Bundle\UserBundle\Controller\Api\TargetAudienceController($a, new \Aqarmap\Bundle\UserBundle\Services\TargetAudienceService(($this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\ElasticClientService'] ?? $this->getElasticClientServiceService()), ($this->services['fos_elastica.finder.app_listings.listings'] ?? $this->getFosElastica_Finder_AppListings_ListingsService()), $a));
  4713.         $instance->setContainer(($this->privates['.service_locator.eIcC2Rx'] ?? $this->get_ServiceLocator_EIcC2RxService())->withContext('Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\TargetAudienceController'$this));
  4714.         return $instance;
  4715.     }
  4716.     /**
  4717.      * Gets the public 'Aqarmap\Bundle\UserBundle\Controller\Api\TeamController' shared autowired service.
  4718.      *
  4719.      * @return \Aqarmap\Bundle\UserBundle\Controller\Api\TeamController
  4720.      */
  4721.     protected function getTeamController2Service()
  4722.     {
  4723.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4724.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  4725.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  4726.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Controller/Api/TeamController.php';
  4727.         $this->services['Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\TeamController'] = $instance = new \Aqarmap\Bundle\UserBundle\Controller\Api\TeamController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4728.         $instance->setContainer(($this->privates['.service_locator.eIcC2Rx'] ?? $this->get_ServiceLocator_EIcC2RxService())->withContext('Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\TeamController'$this));
  4729.         return $instance;
  4730.     }
  4731.     /**
  4732.      * Gets the public 'Aqarmap\Bundle\UserBundle\Controller\Api\TokenDocController' shared autowired service.
  4733.      *
  4734.      * @return \Aqarmap\Bundle\UserBundle\Controller\Api\TokenDocController
  4735.      */
  4736.     protected function getTokenDocControllerService()
  4737.     {
  4738.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4739.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  4740.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  4741.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Controller/Api/TokenDocController.php';
  4742.         $this->services['Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\TokenDocController'] = $instance = new \Aqarmap\Bundle\UserBundle\Controller\Api\TokenDocController();
  4743.         $instance->setContainer(($this->privates['.service_locator.eIcC2Rx'] ?? $this->get_ServiceLocator_EIcC2RxService())->withContext('Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\TokenDocController'$this));
  4744.         return $instance;
  4745.     }
  4746.     /**
  4747.      * Gets the public 'Aqarmap\Bundle\UserBundle\Controller\Api\UserController' shared autowired service.
  4748.      *
  4749.      * @return \Aqarmap\Bundle\UserBundle\Controller\Api\UserController
  4750.      */
  4751.     protected function getUserController2Service()
  4752.     {
  4753.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4754.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  4755.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  4756.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/BaseController.php';
  4757.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Controller/Api/UserController.php';
  4758.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Services/SavedSearchManager.php';
  4759.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Services/Contracts/UserCheckinHistoryServiceInterface.php';
  4760.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Services/UserCheckinHistoryService.php';
  4761.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Mailer/MailerInterface.php';
  4762.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Mailer/NoopMailer.php';
  4763.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  4764.         $this->services['Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController'] = $instance = new \Aqarmap\Bundle\UserBundle\Controller\Api\UserController($a, ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['fos_user.util.token_generator.default'] ?? ($this->privates['fos_user.util.token_generator.default'] = new \FOS\UserBundle\Util\TokenGenerator())), ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()), ($this->services['jms_serializer'] ?? $this->getJmsSerializerService()), ($this->privates['snc_redis.default'] ?? $this->getSncRedis_DefaultService()), ($this->services['Aqarmap\\Bundle\\FeatureToggleBundle\\Service\\FeatureToggleManager'] ?? $this->getFeatureToggleManagerService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['Aqarmap\\Bundle\\MainBundle\\Contract\\ProducerFactoryInterface $producerFactory'] ?? $this->getProducerFactoryInterfaceproducerFactoryService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\TopCustomerService'] ?? $this->getTopCustomerServiceService()), ($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'] ?? $this->getListingManagerService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LeadService'] ?? $this->getLeadService2Service()), ($this->privates['Aqarmap\\Bundle\\CreditBundle\\Services\\CreditManager'] ?? $this->getCreditManagerService()), new \Aqarmap\Bundle\UserBundle\Services\SavedSearchManager($a, ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()), ($this->privates['Aqarmap\\Bundle\\UserBundle\\Repository\\SavedSearchRepository'] ?? $this->getSavedSearchRepository2Service()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\LocationRepository'] ?? $this->getLocationRepositoryService())), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\FavouriteService'] ?? $this->getFavouriteServiceService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingRateService'] ?? $this->getListingRateServiceService()), new \Aqarmap\Bundle\UserBundle\Services\UserCheckinHistoryService(($this->services['doctrine_mongodb.odm.default_document_manager'] ?? $this->getDoctrineMongodb_Odm_DefaultDocumentManagerService())), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\PhoneManager'] ?? $this->getPhoneManagerService()), ($this->privates['fos_user.mailer.noop'] ?? ($this->privates['fos_user.mailer.noop'] = new \FOS\UserBundle\Mailer\NoopMailer())), ($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserActivityService'] ?? $this->getUserActivityServiceService()), ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()), ($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserManager'] ?? $this->getUserManagerService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['Aqarmap\\Bundle\\CreditBundle\\Repository\\CreditRepository'] ?? $this->getCreditRepositoryService()), ($this->privates['Aqarmap\\Bundle\\UserBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserPhoneManager'] ?? $this->getUserPhoneManagerService()), ($this->services['Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingRepository'] ?? $this->getListingRepositoryService()), ($this->privates['Aqarmap\\Bundle\\UserBundle\\Repository\\UserPackagesRepository'] ?? $this->getUserPackagesRepositoryService()), ($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\V3\\UserInfoService'] ?? $this->getUserInfoServiceService()));
  4765.         $instance->setContainer(($this->privates['.service_locator.eIcC2Rx'] ?? $this->get_ServiceLocator_EIcC2RxService())->withContext('Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController'$this));
  4766.         return $instance;
  4767.     }
  4768.     /**
  4769.      * Gets the public 'Aqarmap\Bundle\UserBundle\Controller\Api\UserServiceController' shared autowired service.
  4770.      *
  4771.      * @return \Aqarmap\Bundle\UserBundle\Controller\Api\UserServiceController
  4772.      */
  4773.     protected function getUserServiceController2Service()
  4774.     {
  4775.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4776.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  4777.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  4778.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/BaseController.php';
  4779.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Controller/Api/UserServiceController.php';
  4780.         $this->services['Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserServiceController'] = $instance = new \Aqarmap\Bundle\UserBundle\Controller\Api\UserServiceController(($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserServicesManager'] ?? $this->getUserServicesManagerService()));
  4781.         $instance->setContainer(($this->privates['.service_locator.eIcC2Rx'] ?? $this->get_ServiceLocator_EIcC2RxService())->withContext('Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserServiceController'$this));
  4782.         return $instance;
  4783.     }
  4784.     /**
  4785.      * Gets the public 'Aqarmap\Bundle\UserBundle\Controller\Api\V3\UserController' shared autowired service.
  4786.      *
  4787.      * @return \Aqarmap\Bundle\UserBundle\Controller\Api\V3\UserController
  4788.      */
  4789.     protected function getUserController3Service()
  4790.     {
  4791.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4792.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  4793.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  4794.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/V3/BaseController.php';
  4795.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Controller/Api/V3/UserController.php';
  4796.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Services/Contracts/V3/SavedSearchServiceInterface.php';
  4797.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Services/V3/SavedSearchService.php';
  4798.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Services/Contracts/UserLogoServiceInterface.php';
  4799.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Services/UserLogoService.php';
  4800.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Services/Contracts/V3/UserPhonesServiceInterface.php';
  4801.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Services/V3/UserPhonesService.php';
  4802.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Mailer/MailerInterface.php';
  4803.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Mailer/NoopMailer.php';
  4804.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  4805.         $this->services['Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\V3\\UserController'] = $instance = new \Aqarmap\Bundle\UserBundle\Controller\Api\V3\UserController($a, ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['fos_user.util.token_generator.default'] ?? ($this->privates['fos_user.util.token_generator.default'] = new \FOS\UserBundle\Util\TokenGenerator())), ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()), ($this->services['jms_serializer'] ?? $this->getJmsSerializerService()), ($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), ($this->services['Aqarmap\\Bundle\\FeatureToggleBundle\\Service\\FeatureToggleManager'] ?? $this->getFeatureToggleManagerService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['Aqarmap\\Bundle\\MainBundle\\Contract\\ProducerFactoryInterface $producerFactory'] ?? $this->getProducerFactoryInterfaceproducerFactoryService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\TopCustomerService'] ?? $this->getTopCustomerServiceService()), ($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'] ?? $this->getListingManagerService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LeadService'] ?? $this->getLeadService2Service()), ($this->privates['Aqarmap\\Bundle\\CreditBundle\\Services\\CreditManager'] ?? $this->getCreditManagerService()), ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\GraphQlClient'] ?? $this->getGraphQlClientService()), new \Aqarmap\Bundle\UserBundle\Services\V3\SavedSearchService($a, ($this->privates['Aqarmap\\Bundle\\UserBundle\\Repository\\SavedSearchRepository'] ?? $this->getSavedSearchRepository2Service()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\LocationRepository'] ?? $this->getLocationRepositoryService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\SectionRepository'] ?? $this->getSectionRepositoryService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\PropertyTypeRepository'] ?? $this->getPropertyTypeRepositoryService())), ($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\V4\\OauthClientBuilder'] ?? $this->getOauthClientBuilderService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\FavouriteService'] ?? $this->getFavouriteServiceService()), new \Aqarmap\Bundle\UserBundle\Services\UserLogoService(($this->privates['Aqarmap\\Bundle\\UserBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService())), ($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\V3\\UserAuthenticationService'] ?? $this->getUserAuthenticationServiceService()), new \Aqarmap\Bundle\UserBundle\Services\V3\UserPhonesService(), ($this->privates['fos_user.mailer.noop'] ?? ($this->privates['fos_user.mailer.noop'] = new \FOS\UserBundle\Mailer\NoopMailer())), ($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\V3\\UserInfoService'] ?? $this->getUserInfoServiceService()), ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()), ($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserManager'] ?? $this->getUserManagerService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  4806.         $instance->setContainer(($this->privates['.service_locator.eIcC2Rx'] ?? $this->get_ServiceLocator_EIcC2RxService())->withContext('Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\V3\\UserController'$this));
  4807.         return $instance;
  4808.     }
  4809.     /**
  4810.      * Gets the public 'Aqarmap\Bundle\UserBundle\Controller\Api\V4\UserController' shared autowired service.
  4811.      *
  4812.      * @return \Aqarmap\Bundle\UserBundle\Controller\Api\V4\UserController
  4813.      */
  4814.     protected function getUserController4Service()
  4815.     {
  4816.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4817.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  4818.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  4819.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/V3/BaseController.php';
  4820.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Controller/Api/V4/UserController.php';
  4821.         $this->services['Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\V4\\UserController'] = $instance = new \Aqarmap\Bundle\UserBundle\Controller\Api\V4\UserController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'] ?? $this->getListingManagerService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\PhoneManager'] ?? $this->getPhoneManagerService()), ($this->privates['Aqarmap\\Bundle\\CreditBundle\\Services\\CreditManager'] ?? $this->getCreditManagerService()), ($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\V4\\OauthClientBuilder'] ?? $this->getOauthClientBuilderService()), ($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserServicesManager'] ?? $this->getUserServicesManagerService()), ($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\V3\\UserInfoService'] ?? $this->getUserInfoServiceService()), ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()), ($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserManager'] ?? $this->getUserManagerService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->privates['Aqarmap\\Bundle\\UserBundle\\Repository\\UserPackagesRepository'] ?? $this->getUserPackagesRepositoryService()), ($this->privates['App\\Service\\Security\\AuthServer'] ?? $this->getAuthServerService()), ($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\V3\\UserAuthenticationService'] ?? $this->getUserAuthenticationServiceService()));
  4822.         $instance->setContainer(($this->privates['.service_locator.eIcC2Rx'] ?? $this->get_ServiceLocator_EIcC2RxService())->withContext('Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\V4\\UserController'$this));
  4823.         return $instance;
  4824.     }
  4825.     /**
  4826.      * Gets the public 'Aqarmap\Bundle\UserBundle\Controller\Api\V4\UserLocationController' shared autowired service.
  4827.      *
  4828.      * @return \Aqarmap\Bundle\UserBundle\Controller\Api\V4\UserLocationController
  4829.      */
  4830.     protected function getUserLocationControllerService()
  4831.     {
  4832.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4833.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  4834.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  4835.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/V3/BaseController.php';
  4836.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Controller/Api/V4/UserLocationController.php';
  4837.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/Contracts/V4/UserLocationServiceInterface.php';
  4838.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/V4/UserLocationService.php';
  4839.         $this->services['Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\V4\\UserLocationController'] = $instance = new \Aqarmap\Bundle\UserBundle\Controller\Api\V4\UserLocationController(new \Aqarmap\Bundle\ListingBundle\Service\V4\UserLocationService(($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V4\\LocationService'] ?? $this->getLocationServiceService())));
  4840.         $instance->setContainer(($this->privates['.service_locator.eIcC2Rx'] ?? $this->get_ServiceLocator_EIcC2RxService())->withContext('Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\V4\\UserLocationController'$this));
  4841.         return $instance;
  4842.     }
  4843.     /**
  4844.      * Gets the public 'Aqarmap\Bundle\UserBundle\Controller\ExternalProfileController' shared autowired service.
  4845.      *
  4846.      * @return \Aqarmap\Bundle\UserBundle\Controller\ExternalProfileController
  4847.      */
  4848.     protected function getExternalProfileControllerService()
  4849.     {
  4850.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4851.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Controller/ExternalProfileController.php';
  4852.         $this->services['Aqarmap\\Bundle\\UserBundle\\Controller\\ExternalProfileController'] = $instance = new \Aqarmap\Bundle\UserBundle\Controller\ExternalProfileController(($this->privates['Aqarmap\\Bundle\\MessageBundle\\Service\\Composer'] ?? $this->getComposerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserManager'] ?? $this->getUserManagerService()), ($this->privates['Aqarmap\\Bundle\\NeighborhoodBundle\\Service\\NeighborhoodManager'] ?? $this->getNeighborhoodManagerService()), ($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'] ?? $this->getListingManagerService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LeadService'] ?? $this->getLeadService2Service()), ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\InteractionService'] ?? $this->getInteractionServiceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()));
  4853.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Aqarmap\\Bundle\\UserBundle\\Controller\\ExternalProfileController'$this));
  4854.         return $instance;
  4855.     }
  4856.     /**
  4857.      * Gets the public 'Aqarmap\Bundle\UserBundle\Controller\PersonalInfoController' shared autowired service.
  4858.      *
  4859.      * @return \Aqarmap\Bundle\UserBundle\Controller\PersonalInfoController
  4860.      */
  4861.     protected function getPersonalInfoControllerService()
  4862.     {
  4863.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4864.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Controller/PersonalInfoController.php';
  4865.         $this->services['Aqarmap\\Bundle\\UserBundle\\Controller\\PersonalInfoController'] = $instance = new \Aqarmap\Bundle\UserBundle\Controller\PersonalInfoController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  4866.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Aqarmap\\Bundle\\UserBundle\\Controller\\PersonalInfoController'$this));
  4867.         return $instance;
  4868.     }
  4869.     /**
  4870.      * Gets the public 'Aqarmap\Bundle\UserBundle\Controller\ProfileController' shared autowired service.
  4871.      *
  4872.      * @return \Aqarmap\Bundle\UserBundle\Controller\ProfileController
  4873.      */
  4874.     protected function getProfileControllerService()
  4875.     {
  4876.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4877.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Controller/ProfileController.php';
  4878.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Controller/ProfileController.php';
  4879.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FactoryInterface.php';
  4880.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FormFactory.php';
  4881.         $this->services['Aqarmap\\Bundle\\UserBundle\\Controller\\ProfileController'] = $instance = new \Aqarmap\Bundle\UserBundle\Controller\ProfileController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \FOS\UserBundle\Form\Factory\FormFactory(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()), 'fos_user_profile_form''Aqarmap\\Bundle\\UserBundle\\Form\\ProfileFormType'$this->parameters['fos_user.profile.form.validation_groups']), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\PhoneManager'] ?? $this->getPhoneManagerService()), ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['Aqarmap\\Bundle\\NotificationBundle\\DatabaseNotification'] ?? $this->getDatabaseNotificationService()), ($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserManager'] ?? $this->getUserManagerService()));
  4882.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Aqarmap\\Bundle\\UserBundle\\Controller\\ProfileController'$this));
  4883.         return $instance;
  4884.     }
  4885.     /**
  4886.      * Gets the public 'Aqarmap\Bundle\UserBundle\Controller\QuickRegistrationController' shared autowired service.
  4887.      *
  4888.      * @return \Aqarmap\Bundle\UserBundle\Controller\QuickRegistrationController
  4889.      */
  4890.     protected function getQuickRegistrationControllerService()
  4891.     {
  4892.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4893.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Controller/QuickRegistrationController.php';
  4894.         $this->services['Aqarmap\\Bundle\\UserBundle\\Controller\\QuickRegistrationController'] = $instance = new \Aqarmap\Bundle\UserBundle\Controller\QuickRegistrationController(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()), ($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserManager'] ?? $this->getUserManagerService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  4895.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Aqarmap\\Bundle\\UserBundle\\Controller\\QuickRegistrationController'$this));
  4896.         return $instance;
  4897.     }
  4898.     /**
  4899.      * Gets the public 'Aqarmap\Bundle\UserBundle\Controller\TargetAudienceController' shared autowired service.
  4900.      *
  4901.      * @return \Aqarmap\Bundle\UserBundle\Controller\TargetAudienceController
  4902.      */
  4903.     protected function getTargetAudienceController2Service()
  4904.     {
  4905.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4906.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Controller/TargetAudienceController.php';
  4907.         $this->services['Aqarmap\\Bundle\\UserBundle\\Controller\\TargetAudienceController'] = $instance = new \Aqarmap\Bundle\UserBundle\Controller\TargetAudienceController();
  4908.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Aqarmap\\Bundle\\UserBundle\\Controller\\TargetAudienceController'$this));
  4909.         return $instance;
  4910.     }
  4911.     /**
  4912.      * Gets the public 'Aqarmap\Bundle\UserBundle\Controller\UserController' shared autowired service.
  4913.      *
  4914.      * @return \Aqarmap\Bundle\UserBundle\Controller\UserController
  4915.      */
  4916.     protected function getUserController5Service()
  4917.     {
  4918.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4919.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Controller/UserController.php';
  4920.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotifierBundle/Service/V3/NotifierSubscriptionInterface.php';
  4921.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotifierBundle/Service/V3/NotifierSubscriptionService.php';
  4922.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Services/GoogleUserManager.php';
  4923.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  4924.         $b = ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService());
  4925.         $this->services['Aqarmap\\Bundle\\UserBundle\\Controller\\UserController'] = $instance = new \Aqarmap\Bundle\UserBundle\Controller\UserController($a, ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()), ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()), ($this->services['jms_serializer'] ?? $this->getJmsSerializerService()), ($this->privates['snc_redis.default'] ?? $this->getSncRedis_DefaultService()), ($this->services['Aqarmap\\Bundle\\FeatureToggleBundle\\Service\\FeatureToggleManager'] ?? $this->getFeatureToggleManagerService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['Aqarmap\\Bundle\\MainBundle\\Contract\\ProducerFactoryInterface $producerFactory'] ?? $this->getProducerFactoryInterfaceproducerFactoryService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\TopCustomerService'] ?? $this->getTopCustomerServiceService()), ($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'] ?? $this->getListingManagerService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\FavouriteService'] ?? $this->getFavouriteServiceService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LocationManager'] ?? $this->getLocationManagerService()), ($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserActivityService'] ?? $this->getUserActivityServiceService()), new \Aqarmap\Bundle\NotifierBundle\Service\V3\NotifierSubscriptionService(($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\GraphQlClient'] ?? $this->getGraphQlClientService())), $b, ($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserManager'] ?? $this->getUserManagerService()), new \Aqarmap\Bundle\UserBundle\Services\GoogleUserManager($a$b, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\V4\\OauthClientBuilder'] ?? $this->getOauthClientBuilderService())), ($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\V3\\UserAuthenticationService'] ?? $this->getUserAuthenticationServiceService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  4926.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Aqarmap\\Bundle\\UserBundle\\Controller\\UserController'$this));
  4927.         return $instance;
  4928.     }
  4929.     /**
  4930.      * Gets the public 'Aqarmap\Bundle\ValueEngineBundle\Controller\Admin\ValueEngineController' shared autowired service.
  4931.      *
  4932.      * @return \Aqarmap\Bundle\ValueEngineBundle\Controller\Admin\ValueEngineController
  4933.      */
  4934.     protected function getValueEngineControllerService()
  4935.     {
  4936.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4937.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ValueEngineBundle/Controller/Admin/ValueEngineController.php';
  4938.         $this->services['Aqarmap\\Bundle\\ValueEngineBundle\\Controller\\Admin\\ValueEngineController'] = $instance = new \Aqarmap\Bundle\ValueEngineBundle\Controller\Admin\ValueEngineController(($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->privates['Aqarmap\\Bundle\\ValueEngineBundle\\Service\\ValueEngineService'] ?? $this->getValueEngineServiceService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\LocationRepository'] ?? $this->getLocationRepositoryService()), ($this->privates['Aqarmap\\Bundle\\ValueEngineBundle\\Repository\\LocationInsightRepository'] ?? $this->getLocationInsightRepositoryService()));
  4939.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Aqarmap\\Bundle\\ValueEngineBundle\\Controller\\Admin\\ValueEngineController'$this));
  4940.         return $instance;
  4941.     }
  4942.     /**
  4943.      * Gets the public 'Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController' shared service.
  4944.      *
  4945.      * @return \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController
  4946.      */
  4947.     protected function getProfilerControllerService()
  4948.     {
  4949.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Controller/ProfilerController.php';
  4950.         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()));
  4951.     }
  4952.     /**
  4953.      * Gets the public 'FOS\UserBundle\Controller\RegistrationController' shared autowired service.
  4954.      *
  4955.      * @return \Aqarmap\Bundle\UserBundle\Controller\RegistrationController
  4956.      */
  4957.     protected function getRegistrationControllerService()
  4958.     {
  4959.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4960.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Controller/RegistrationController.php';
  4961.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Controller/RegistrationController.php';
  4962.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FactoryInterface.php';
  4963.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FormFactory.php';
  4964.         $a = ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService());
  4965.         $this->services['FOS\\UserBundle\\Controller\\RegistrationController'] = $instance = new \Aqarmap\Bundle\UserBundle\Controller\RegistrationController($a, ($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserManager'] ?? $this->getUserManagerService()), new \FOS\UserBundle\Form\Factory\FormFactory(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()), 'fos_user_registration_form''Aqarmap\\Bundle\\UserBundle\\Form\\RegistrationFormType'$this->parameters['fos_user.registration.form.validation_groups']), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a);
  4966.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Aqarmap\\Bundle\\UserBundle\\Controller\\RegistrationController'$this));
  4967.         return $instance;
  4968.     }
  4969.     /**
  4970.      * Gets the public 'HWI\Bundle\OAuthBundle\Controller\Connect\ConnectController' shared service.
  4971.      *
  4972.      * @return \HWI\Bundle\OAuthBundle\Controller\Connect\ConnectController
  4973.      */
  4974.     protected function getConnectControllerService()
  4975.     {
  4976.         include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Controller/Connect/AbstractController.php';
  4977.         include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Controller/Connect/ConnectController.php';
  4978.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  4979.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  4980.         return $this->services['HWI\\Bundle\\OAuthBundle\\Controller\\Connect\\ConnectController'] = new \HWI\Bundle\OAuthBundle\Controller\Connect\ConnectController(($this->privates['hwi_oauth.security.oauth_utils'] ?? $this->getHwiOauth_Security_OauthUtilsService()), ($this->privates['hwi_oauth.resource_ownermap_locator'] ?? $this->getHwiOauth_ResourceOwnermapLocatorService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['hwi_oauth.user_checker'] ?? ($this->services['hwi_oauth.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['router'] ?? $this->getRouterService()), 'IS_AUTHENTICATED_FULLY'false'hwi_oauth_connect'falseNULL);
  4981.     }
  4982.     /**
  4983.      * Gets the public 'HWI\Bundle\OAuthBundle\Controller\Connect\RegisterController' shared service.
  4984.      *
  4985.      * @return \HWI\Bundle\OAuthBundle\Controller\Connect\RegisterController
  4986.      */
  4987.     protected function getRegisterControllerService()
  4988.     {
  4989.         include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Controller/Connect/AbstractController.php';
  4990.         include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Controller/Connect/RegisterController.php';
  4991.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  4992.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  4993.         return $this->services['HWI\\Bundle\\OAuthBundle\\Controller\\Connect\\RegisterController'] = new \HWI\Bundle\OAuthBundle\Controller\Connect\RegisterController(($this->privates['hwi_oauth.resource_ownermap_locator'] ?? $this->getHwiOauth_ResourceOwnermapLocatorService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['hwi_oauth.user_checker'] ?? ($this->services['hwi_oauth.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), 'IS_AUTHENTICATED_FULLY'NULLNULLNULL);
  4994.     }
  4995.     /**
  4996.      * Gets the public 'HWI\Bundle\OAuthBundle\Controller\LoginController' shared service.
  4997.      *
  4998.      * @return \HWI\Bundle\OAuthBundle\Controller\LoginController
  4999.      */
  5000.     protected function getLoginControllerService()
  5001.     {
  5002.         include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Controller/LoginController.php';
  5003.         return $this->services['HWI\\Bundle\\OAuthBundle\\Controller\\LoginController'] = new \HWI\Bundle\OAuthBundle\Controller\LoginController(($this->privates['security.authentication_utils'] ?? $this->getSecurity_AuthenticationUtilsService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), false'IS_AUTHENTICATED_FULLY');
  5004.     }
  5005.     /**
  5006.      * Gets the public 'HWI\Bundle\OAuthBundle\Controller\RedirectToServiceController' shared service.
  5007.      *
  5008.      * @return \HWI\Bundle\OAuthBundle\Controller\RedirectToServiceController
  5009.      */
  5010.     protected function getRedirectToServiceControllerService()
  5011.     {
  5012.         include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Controller/RedirectToServiceController.php';
  5013.         include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Util/DomainWhitelist.php';
  5014.         return $this->services['HWI\\Bundle\\OAuthBundle\\Controller\\RedirectToServiceController'] = new \HWI\Bundle\OAuthBundle\Controller\RedirectToServiceController(($this->privates['hwi_oauth.security.oauth_utils'] ?? $this->getHwiOauth_Security_OauthUtilsService()), new \HWI\Bundle\OAuthBundle\Util\DomainWhitelist([]), ($this->privates['hwi_oauth.resource_ownermap_locator'] ?? $this->getHwiOauth_ResourceOwnermapLocatorService()), NULLfalsetrue);
  5015.     }
  5016.     /**
  5017.      * Gets the public 'Liip\ImagineBundle\Controller\ImagineController' shared service.
  5018.      *
  5019.      * @return \Liip\ImagineBundle\Controller\ImagineController
  5020.      */
  5021.     protected function getImagineControllerService()
  5022.     {
  5023.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Controller/ImagineController.php';
  5024.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/Controller/ControllerConfig.php';
  5025.         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));
  5026.     }
  5027.     /**
  5028.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  5029.      *
  5030.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  5031.      */
  5032.     protected function getRedirectControllerService()
  5033.     {
  5034.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  5035.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  5036.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), $a->getHttpPort(), $a->getHttpsPort());
  5037.     }
  5038.     /**
  5039.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  5040.      *
  5041.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  5042.      */
  5043.     protected function getTemplateControllerService()
  5044.     {
  5045.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  5046.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  5047.     }
  5048.     /**
  5049.      * Gets the public 'Vich\UploaderBundle\Naming\Base64Namer' shared service.
  5050.      *
  5051.      * @return \Vich\UploaderBundle\Naming\Base64Namer
  5052.      */
  5053.     protected function getBase64NamerService()
  5054.     {
  5055.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  5056.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  5057.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  5058.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Base64Namer.php';
  5059.         return $this->services['Vich\\UploaderBundle\\Naming\\Base64Namer'] = new \Vich\UploaderBundle\Naming\Base64Namer();
  5060.     }
  5061.     /**
  5062.      * Gets the public 'Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer' shared service.
  5063.      *
  5064.      * @return \Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer
  5065.      */
  5066.     protected function getCurrentDateTimeDirectoryNamerService()
  5067.     {
  5068.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/DirectoryNamerInterface.php';
  5069.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  5070.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/CurrentDateTimeDirectoryNamer.php';
  5071.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/DateTimeHelper.php';
  5072.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/CurrentDateTimeHelper.php';
  5073.         return $this->services['Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer'] = new \Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer(new \Vich\UploaderBundle\Naming\CurrentDateTimeHelper(), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  5074.     }
  5075.     /**
  5076.      * Gets the public 'Vich\UploaderBundle\Naming\HashNamer' shared service.
  5077.      *
  5078.      * @return \Vich\UploaderBundle\Naming\HashNamer
  5079.      */
  5080.     protected function getHashNamerService()
  5081.     {
  5082.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  5083.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  5084.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  5085.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/HashNamer.php';
  5086.         return $this->services['Vich\\UploaderBundle\\Naming\\HashNamer'] = new \Vich\UploaderBundle\Naming\HashNamer();
  5087.     }
  5088.     /**
  5089.      * Gets the public 'Vich\UploaderBundle\Naming\OrignameNamer' shared service.
  5090.      *
  5091.      * @return \Vich\UploaderBundle\Naming\OrignameNamer
  5092.      */
  5093.     protected function getOrignameNamerService()
  5094.     {
  5095.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  5096.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  5097.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
  5098.         return $this->services['Vich\\UploaderBundle\\Naming\\OrignameNamer'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  5099.     }
  5100.     /**
  5101.      * Gets the public 'Vich\UploaderBundle\Naming\PropertyDirectoryNamer' shared service.
  5102.      *
  5103.      * @return \Vich\UploaderBundle\Naming\PropertyDirectoryNamer
  5104.      */
  5105.     protected function getPropertyDirectoryNamerService()
  5106.     {
  5107.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/DirectoryNamerInterface.php';
  5108.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  5109.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/PropertyDirectoryNamer.php';
  5110.         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()));
  5111.     }
  5112.     /**
  5113.      * Gets the public 'Vich\UploaderBundle\Naming\PropertyNamer' shared service.
  5114.      *
  5115.      * @return \Vich\UploaderBundle\Naming\PropertyNamer
  5116.      */
  5117.     protected function getPropertyNamerService()
  5118.     {
  5119.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  5120.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  5121.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  5122.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/PropertyNamer.php';
  5123.         return $this->services['Vich\\UploaderBundle\\Naming\\PropertyNamer'] = new \Vich\UploaderBundle\Naming\PropertyNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  5124.     }
  5125.     /**
  5126.      * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer' shared service.
  5127.      *
  5128.      * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  5129.      */
  5130.     protected function getSmartUniqueNamerService()
  5131.     {
  5132.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  5133.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  5134.         return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  5135.     }
  5136.     /**
  5137.      * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer.files_upload' shared service.
  5138.      *
  5139.      * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  5140.      */
  5141.     protected function getSmartUniqueNamer_FilesUploadService()
  5142.     {
  5143.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  5144.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  5145.         return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.files_upload'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  5146.     }
  5147.     /**
  5148.      * Gets the public 'Vich\UploaderBundle\Naming\SubdirDirectoryNamer' shared service.
  5149.      *
  5150.      * @return \Vich\UploaderBundle\Naming\SubdirDirectoryNamer
  5151.      */
  5152.     protected function getSubdirDirectoryNamerService()
  5153.     {
  5154.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/DirectoryNamerInterface.php';
  5155.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  5156.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SubdirDirectoryNamer.php';
  5157.         return $this->services['Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer'] = new \Vich\UploaderBundle\Naming\SubdirDirectoryNamer();
  5158.     }
  5159.     /**
  5160.      * Gets the public 'Vich\UploaderBundle\Naming\UniqidNamer' shared service.
  5161.      *
  5162.      * @return \Vich\UploaderBundle\Naming\UniqidNamer
  5163.      */
  5164.     protected function getUniqidNamerService()
  5165.     {
  5166.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  5167.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  5168.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/UniqidNamer.php';
  5169.         return $this->services['Vich\\UploaderBundle\\Naming\\UniqidNamer'] = new \Vich\UploaderBundle\Naming\UniqidNamer();
  5170.     }
  5171.     /**
  5172.      * Gets the public 'bazinga.jstranslation.controller' shared service.
  5173.      *
  5174.      * @return \Bazinga\Bundle\JsTranslationBundle\Controller\Controller
  5175.      */
  5176.     protected function getBazinga_Jstranslation_ControllerService()
  5177.     {
  5178.         include_once \dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle/Controller/Controller.php';
  5179.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5180.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  5181.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  5182.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  5183.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  5184.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  5185.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  5186.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  5187.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  5188.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  5189.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  5190.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  5191.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  5192.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  5193.         $this->services['bazinga.jstranslation.controller'] = $instance = new \Bazinga\Bundle\JsTranslationBundle\Controller\Controller(($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['bazinga.jstranslation.translation_finder'] ?? $this->getBazinga_Jstranslation_TranslationFinderService()), ($this->targetDir.''.'/bazinga-js-translation'), true'ar''jstranslation''86400');
  5194.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  5195.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  5196.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  5197.         $instance->addLoader('yaml'$a);
  5198.         $instance->addLoader('yml'$a);
  5199.         $instance->addLoader('xlf'$b);
  5200.         $instance->addLoader('xliff'$b);
  5201.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  5202.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  5203.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  5204.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  5205.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  5206.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  5207.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  5208.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  5209.         return $instance;
  5210.     }
  5211.     /**
  5212.      * Gets the public 'bazinga.jstranslation.dump_command' shared service.
  5213.      *
  5214.      * @return \Bazinga\Bundle\JsTranslationBundle\Command\DumpCommand
  5215.      */
  5216.     protected function getBazinga_Jstranslation_DumpCommandService()
  5217.     {
  5218.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5219.         include_once \dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle/Command/DumpCommand.php';
  5220.         $this->services['bazinga.jstranslation.dump_command'] = $instance = new \Bazinga\Bundle\JsTranslationBundle\Command\DumpCommand(($this->services['bazinga.jstranslation.translation_dumper'] ?? $this->getBazinga_Jstranslation_TranslationDumperService()), \dirname(__DIR__4));
  5221.         $instance->setName('bazinga:js-translation:dump');
  5222.         return $instance;
  5223.     }
  5224.     /**
  5225.      * Gets the public 'bazinga.jstranslation.translation_dumper' shared service.
  5226.      *
  5227.      * @return \Bazinga\Bundle\JsTranslationBundle\Dumper\TranslationDumper
  5228.      */
  5229.     protected function getBazinga_Jstranslation_TranslationDumperService()
  5230.     {
  5231.         include_once \dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle/Dumper/TranslationDumper.php';
  5232.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5233.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  5234.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  5235.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  5236.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  5237.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  5238.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  5239.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  5240.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  5241.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  5242.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  5243.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  5244.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  5245.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  5246.         $this->services['bazinga.jstranslation.translation_dumper'] = $instance = new \Bazinga\Bundle\JsTranslationBundle\Dumper\TranslationDumper(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['bazinga.jstranslation.translation_finder'] ?? $this->getBazinga_Jstranslation_TranslationFinderService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), 'ar''jstranslation', [], []);
  5247.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  5248.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  5249.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  5250.         $instance->addLoader('yaml'$a);
  5251.         $instance->addLoader('yml'$a);
  5252.         $instance->addLoader('xlf'$b);
  5253.         $instance->addLoader('xliff'$b);
  5254.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  5255.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  5256.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  5257.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  5258.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  5259.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  5260.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  5261.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  5262.         return $instance;
  5263.     }
  5264.     /**
  5265.      * Gets the public 'bazinga.jstranslation.translation_finder' shared service.
  5266.      *
  5267.      * @return \Bazinga\Bundle\JsTranslationBundle\Finder\TranslationFinder
  5268.      */
  5269.     protected function getBazinga_Jstranslation_TranslationFinderService()
  5270.     {
  5271.         include_once \dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle/Finder/TranslationFinder.php';
  5272.         return $this->services['bazinga.jstranslation.translation_finder'] = new \Bazinga\Bundle\JsTranslationBundle\Finder\TranslationFinder(['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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.af.yml')], '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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ar.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ar.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ar.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.ar.yaml'), => (\dirname(__DIR__4).'/translations/FOSMessageBundle+intl-icu.ar.yaml'), => (\dirname(__DIR__4).'/translations/FOSUserBundle.ar.yaml'), => (\dirname(__DIR__4).'/translations/KnpPaginatorBundle.ar.yaml'), 10 => (\dirname(__DIR__4).'/translations/date.ar.yaml'), 11 => (\dirname(__DIR__4).'/translations/emails.ar.yaml'), 12 => (\dirname(__DIR__4).'/translations/exceptions.ar.yaml'), 13 => (\dirname(__DIR__4).'/translations/jstranslation.ar.yaml'), 14 => (\dirname(__DIR__4).'/translations/messages.ar.yaml'), 15 => (\dirname(__DIR__4).'/translations/security.ar.yaml'), 16 => (\dirname(__DIR__4).'/translations/validators.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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bg.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bg.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.bg.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.bg.yaml')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ca.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ca.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ca.xliff'), => (\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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.cs.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.cs.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.cs.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.cs.yaml')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.da.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.da.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.da.xliff')], 'de' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.de.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.de.yml'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Resources/translations/HWIOAuthBundle.de.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.de.xliff'), => (\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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.el.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.el.yml')], '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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.en.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.en.yml'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Resources/translations/HWIOAuthBundle.en.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.en.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.en.yaml'), => (\dirname(__DIR__4).'/translations/FOSMessageBundle+intl-icu.en.yaml'), => (\dirname(__DIR__4).'/translations/FOSUserBundle.en.yaml'), 10 => (\dirname(__DIR__4).'/translations/HWIOAuthBundle.en.yaml'), 11 => (\dirname(__DIR__4).'/translations/KnpPaginatorBundle.en.yaml'), 12 => (\dirname(__DIR__4).'/translations/date.en.yaml'), 13 => (\dirname(__DIR__4).'/translations/emails.en.yaml'), 14 => (\dirname(__DIR__4).'/translations/exceptions.en.yaml'), 15 => (\dirname(__DIR__4).'/translations/jstranslation.en.yaml'), 16 => (\dirname(__DIR__4).'/translations/messages.en.yaml'), 17 => (\dirname(__DIR__4).'/translations/security.en.yaml'), 18 => (\dirname(__DIR__4).'/translations/validators.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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.es.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.es.yml'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Resources/translations/HWIOAuthBundle.es.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.es.xliff'), => (\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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.et.yml')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.eu.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.eu.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.eu.xliff')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fa.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fa.yml'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Resources/translations/HWIOAuthBundle.fa.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fa.xliff')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fi.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fi.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fi.xliff'), => (\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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fr.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fr.yml'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Resources/translations/HWIOAuthBundle.fr.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fr.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.gl.yml')], '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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.he.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.he.yml')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.hr.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.hr.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hr.xliff')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.hu.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.hu.yml'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Resources/translations/HWIOAuthBundle.hu.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hu.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.hu.yaml')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.id.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.id.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.id.xliff')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.it.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.it.yml'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Resources/translations/HWIOAuthBundle.it.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.it.xliff'), => (\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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ja.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ja.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ja.xliff')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lb.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.lb.yml')], '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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lt.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.lt.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.lt.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.lt.yaml')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lv.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.lv.yml')], '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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.mn.yml')], '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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.nb.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.nb.yml')], '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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.nl.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.nl.yml'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Resources/translations/HWIOAuthBundle.nl.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.nl.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.nl.yaml')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.no.xliff')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pl.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pl.yml'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Resources/translations/HWIOAuthBundle.pl.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pl.xliff'), => (\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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pt.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pt.yml'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.pt.yaml')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pt_BR.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pt_BR.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pt_BR.xliff')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ro.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ro.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ro.xliff')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ru.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ru.yml'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Resources/translations/HWIOAuthBundle.ru.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ru.xliff'), => (\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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sk.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sk.yml')], '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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sl.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sl.yml'), => (\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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sr_Latn.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sr_Latn.yml')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sv.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sv.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sv.xliff')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.th.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.th.yml')], '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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.tr.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.tr.yml'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Resources/translations/HWIOAuthBundle.tr.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.tr.xliff'), => (\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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.uk.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.uk.yml'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Resources/translations/HWIOAuthBundle.uk.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.uk.xliff'), => (\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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.vi.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.vi.yml')], '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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.zh_CN.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.zh_CN.yml')], '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')], 'bn' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bn.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bn.yml')], 'bn_BD' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bn_BD.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bn_BD.yml')], 'eo' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.eo.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.eo.yml')], 'ky' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ky.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ky.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ky.xliff')], 'zh' => [=> (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Resources/translations/HWIOAuthBundle.zh.yml')], 'sw' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sw.xliff')], 'vn' => [=> (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.vn.yaml')]]);
  5273.     }
  5274.     /**
  5275.      * Gets the public 'cache.app' shared service.
  5276.      *
  5277.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5278.      */
  5279.     protected function getCache_AppService()
  5280.     {
  5281.         $a = new \Symfony\Component\Cache\Adapter\RedisAdapter(($this->privates['.cache_connection.FANDyXX'] ?? $this->get_CacheConnection_FANDyXXService()), 'mIvS9skFzr'0, ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  5282.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  5283.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  5284.     }
  5285.     /**
  5286.      * Gets the public 'cache.app_clearer' shared service.
  5287.      *
  5288.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  5289.      */
  5290.     protected function getCache_AppClearerService()
  5291.     {
  5292.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  5293.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  5294.         return $this->services['cache.app_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()), 'cache.rate_limiter' => ($this->services['cache.rate_limiter'] ?? $this->getCache_RateLimiterService()), '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()), 'rate_limiter_storage_pool' => ($this->privates['rate_limiter_storage_pool'] ?? $this->getRateLimiterStoragePoolService()), '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()), 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService())]);
  5295.     }
  5296.     /**
  5297.      * Gets the public 'cache.global_clearer' shared service.
  5298.      *
  5299.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  5300.      */
  5301.     protected function getCache_GlobalClearerService()
  5302.     {
  5303.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  5304.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  5305.         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()), 'cache.rate_limiter' => ($this->services['cache.rate_limiter'] ?? $this->getCache_RateLimiterService()), '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()), 'rate_limiter_storage_pool' => ($this->privates['rate_limiter_storage_pool'] ?? $this->getRateLimiterStoragePoolService()), 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()), 'cache.doctrine.orm.default.second_level.region.write_rare_driver' => ($this->privates['cache.doctrine.orm.default.second_level.region.write_rare_driver'] ?? $this->getCache_Doctrine_Orm_Default_SecondLevel_Region_WriteRareDriverService()), 'cache.doctrine.orm.default.second_level.region.append_only_driver' => ($this->privates['cache.doctrine.orm.default.second_level.region.append_only_driver'] ?? $this->getCache_Doctrine_Orm_Default_SecondLevel_Region_AppendOnlyDriverService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()), 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService())]);
  5306.     }
  5307.     /**
  5308.      * Gets the public 'cache.rate_limiter' shared service.
  5309.      *
  5310.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5311.      */
  5312.     protected function getCache_RateLimiterService()
  5313.     {
  5314.         $a = new \Symfony\Component\Cache\Adapter\RedisAdapter(($this->privates['.cache_connection.FANDyXX'] ?? $this->get_CacheConnection_FANDyXXService()), 'vMV8j5bb7z'0, ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  5315.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  5316.         return $this->services['cache.rate_limiter'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  5317.     }
  5318.     /**
  5319.      * Gets the public 'cache.system' shared service.
  5320.      *
  5321.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5322.      */
  5323.     protected function getCache_SystemService()
  5324.     {
  5325.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('V4HB8T512p'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  5326.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  5327.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  5328.     }
  5329.     /**
  5330.      * Gets the public 'cache.system_clearer' shared service.
  5331.      *
  5332.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  5333.      */
  5334.     protected function getCache_SystemClearerService()
  5335.     {
  5336.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  5337.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  5338.         return $this->services['cache.system_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? null), 'cache.system' => ($this->services['cache.system'] ?? null), 'cache.validator' => ($this->privates['cache.validator'] ?? null), 'cache.serializer' => ($this->privates['cache.serializer'] ?? null), 'cache.annotations' => ($this->privates['cache.annotations'] ?? null), 'cache.property_info' => ($this->privates['cache.property_info'] ?? null), 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? null), 'cache.rate_limiter' => ($this->services['cache.rate_limiter'] ?? null), 'doctrine.result_cache_pool' => ($this->privates['doctrine.result_cache_pool'] ?? null), 'doctrine.system_cache_pool' => ($this->privates['doctrine.system_cache_pool'] ?? null), 'rate_limiter_storage_pool' => ($this->privates['rate_limiter_storage_pool'] ?? null), 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? null), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null), 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? null)]);
  5339.     }
  5340.     /**
  5341.      * Gets the public 'cache.validator_expression_language' shared service.
  5342.      *
  5343.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5344.      */
  5345.     protected function getCache_ValidatorExpressionLanguageService()
  5346.     {
  5347.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('iRMALQ1kAt'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  5348.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  5349.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  5350.     }
  5351.     /**
  5352.      * Gets the public 'cache_warmer' shared service.
  5353.      *
  5354.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  5355.      */
  5356.     protected function getCacheWarmerService()
  5357.     {
  5358.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5359.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  5360.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  5361.             yield => ($this->privates['cache_pool_clearer.cache_warmer'] ?? $this->getCachePoolClearer_CacheWarmerService());
  5362.             yield => ($this->privates['doctrine_mongodb.odm.proxy_cache_warmer'] ?? ($this->privates['doctrine_mongodb.odm.proxy_cache_warmer'] = new \Doctrine\Bundle\MongoDBBundle\CacheWarmer\ProxyCacheWarmer($this)));
  5363.             yield => ($this->privates['doctrine_mongodb.odm.hydrator_cache_warmer'] ?? ($this->privates['doctrine_mongodb.odm.hydrator_cache_warmer'] = new \Doctrine\Bundle\MongoDBBundle\CacheWarmer\HydratorCacheWarmer($this)));
  5364.             yield => ($this->privates['doctrine_mongodb.odm.persistent_collection_cache_warmer'] ?? ($this->privates['doctrine_mongodb.odm.persistent_collection_cache_warmer'] = new \Doctrine\Bundle\MongoDBBundle\CacheWarmer\PersistentCollectionCacheWarmer($this)));
  5365.             yield => ($this->privates['config_builder.warmer'] ?? $this->getConfigBuilder_WarmerService());
  5366.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  5367.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  5368.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  5369.             yield => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  5370.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  5371.             yield 10 => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  5372.             yield 11 => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  5373.             yield 12 => ($this->privates['webpack_encore.entrypoint_lookup.cache_warmer'] ?? ($this->privates['webpack_encore.entrypoint_lookup.cache_warmer'] = new \Symfony\WebpackEncoreBundle\CacheWarmer\EntrypointCacheWarmer(['_default' => (\dirname(__DIR__4).'/public/builds/entrypoints.json')], ($this->targetDir.''.'/webpack_encore.cache.php'))));
  5374.             yield 13 => ($this->privates['Vich\\UploaderBundle\\Metadata\\CacheWarmer'] ?? $this->getCacheWarmer2Service());
  5375.         }, 14), true, ($this->targetDir.''.'/App_KernelDevDebugContainerDeprecations.log'));
  5376.     }
  5377.     /**
  5378.      * Gets the public 'console.command_loader' shared service.
  5379.      *
  5380.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  5381.      */
  5382.     protected function getConsole_CommandLoaderService()
  5383.     {
  5384.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  5385.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  5386.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5387.             'App\\Command\\Listing\\SendListingAvailabilityReminderEmailCommand' => ['privates''App\\Command\\Listing\\SendListingAvailabilityReminderEmailCommand''getSendListingAvailabilityReminderEmailCommandService'false],
  5388.             'App\\Command\\Patch\\PatchRemoveDuplicateUserPhonesCommand' => ['privates''.App\\Command\\Patch\\PatchRemoveDuplicateUserPhonesCommand.lazy''getPatchRemoveDuplicateUserPhonesCommand_LazyService'false],
  5389.             'App\\Command\\Subscriptions\\renewUserSubscriptionsCommand' => ['privates''App\\Command\\Subscriptions\\renewUserSubscriptionsCommand''getRenewUserSubscriptionsCommandService'false],
  5390.             'Aqarmap\\Bundle\\UserBundle\\Command\\GetNotifierDataToInterestsCommand' => ['privates''Aqarmap\\Bundle\\UserBundle\\Command\\GetNotifierDataToInterestsCommand''getGetNotifierDataToInterestsCommandService'false],
  5391.             'Aqarmap\\Bundle\\UserBundle\\Command\\PatchGenerateUserServicesCommand' => ['privates''Aqarmap\\Bundle\\UserBundle\\Command\\PatchGenerateUserServicesCommand''getPatchGenerateUserServicesCommandService'false],
  5392.             'Aqarmap\\Bundle\\UserBundle\\Command\\PatchUpdateUserInterestCountryCodeCommand' => ['privates''Aqarmap\\Bundle\\UserBundle\\Command\\PatchUpdateUserInterestCountryCodeCommand''getPatchUpdateUserInterestCountryCodeCommandService'false],
  5393.             'Aqarmap\\Bundle\\UserBundle\\Command\\ReminderPackageExpirationCommand' => ['privates''Aqarmap\\Bundle\\UserBundle\\Command\\ReminderPackageExpirationCommand''getReminderPackageExpirationCommandService'false],
  5394.             'Aqarmap\\Bundle\\UserBundle\\Command\\StopAqarmapLiveServiceCommand' => ['privates''Aqarmap\\Bundle\\UserBundle\\Command\\StopAqarmapLiveServiceCommand''getStopAqarmapLiveServiceCommandService'false],
  5395.             'Aqarmap\\Bundle\\UserBundle\\Command\\SyncCustomersToZohoCRM' => ['privates''Aqarmap\\Bundle\\UserBundle\\Command\\SyncCustomersToZohoCRM''getSyncCustomersToZohoCRMService'false],
  5396.             'Aqarmap\\Bundle\\UserBundle\\Command\\UpdateBrokersUserTypeCommand' => ['privates''Aqarmap\\Bundle\\UserBundle\\Command\\UpdateBrokersUserTypeCommand''getUpdateBrokersUserTypeCommandService'false],
  5397.             'Aqarmap\\Bundle\\UserBundle\\Command\\UserPackageCommand' => ['privates''Aqarmap\\Bundle\\UserBundle\\Command\\UserPackageCommand''getUserPackageCommandService'false],
  5398.             'Aqarmap\\Bundle\\UserBundle\\Command\\UserTypeCommand' => ['privates''Aqarmap\\Bundle\\UserBundle\\Command\\UserTypeCommand''getUserTypeCommandService'false],
  5399.             'Aqarmap\\Bundle\\MainBundle\\Command\\EntityPersisterCommand' => ['privates''Aqarmap\\Bundle\\MainBundle\\Command\\EntityPersisterCommand''getEntityPersisterCommandService'false],
  5400.             'Aqarmap\\Bundle\\MainBundle\\Command\\FixturesCommand' => ['privates''Aqarmap\\Bundle\\MainBundle\\Command\\FixturesCommand''getFixturesCommandService'false],
  5401.             'Aqarmap\\Bundle\\MainBundle\\Command\\MoonshotCacheWarmerCommand' => ['privates''Aqarmap\\Bundle\\MainBundle\\Command\\MoonshotCacheWarmerCommand''getMoonshotCacheWarmerCommandService'false],
  5402.             'Aqarmap\\Bundle\\MainBundle\\Command\\PatchAddLegacyPropertyTypeCommand' => ['privates''Aqarmap\\Bundle\\MainBundle\\Command\\PatchAddLegacyPropertyTypeCommand''getPatchAddLegacyPropertyTypeCommandService'false],
  5403.             'Aqarmap\\Bundle\\MainBundle\\Command\\PatchTreeRebuildCommand' => ['privates''Aqarmap\\Bundle\\MainBundle\\Command\\PatchTreeRebuildCommand''getPatchTreeRebuildCommandService'false],
  5404.             'Aqarmap\\Bundle\\MainBundle\\Command\\UpdateCustomFieldCommand' => ['privates''Aqarmap\\Bundle\\MainBundle\\Command\\UpdateCustomFieldCommand''getUpdateCustomFieldCommandService'false],
  5405.             'Aqarmap\\Bundle\\ListingBundle\\Command\\AutoBumpUpCreationCommand' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Command\\AutoBumpUpCreationCommand''getAutoBumpUpCreationCommandService'false],
  5406.             'Aqarmap\\Bundle\\ListingBundle\\Command\\AutoBumpUpListingsCommand' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Command\\AutoBumpUpListingsCommand''getAutoBumpUpListingsCommandService'false],
  5407.             'Aqarmap\\Bundle\\ListingBundle\\Command\\AutoScrapedPublisherCommand' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Command\\AutoScrapedPublisherCommand''getAutoScrapedPublisherCommandService'false],
  5408.             'Aqarmap\\Bundle\\ListingBundle\\Command\\AutoScrapedRefinerCommand' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Command\\AutoScrapedRefinerCommand''getAutoScrapedRefinerCommandService'false],
  5409.             'Aqarmap\\Bundle\\ListingBundle\\Command\\BatchInsertListingFeaturesForOldFlf2ListingsCommand' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Command\\BatchInsertListingFeaturesForOldFlf2ListingsCommand''getBatchInsertListingFeaturesForOldFlf2ListingsCommandService'false],
  5410.             'Aqarmap\\Bundle\\ListingBundle\\Command\\BatchUpdateListingMainPhotosCommand' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Command\\BatchUpdateListingMainPhotosCommand''getBatchUpdateListingMainPhotosCommandService'false],
  5411.             'Aqarmap\\Bundle\\ListingBundle\\Command\\CTRCommand' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Command\\CTRCommand''getCTRCommandService'false],
  5412.             'Aqarmap\\Bundle\\ListingBundle\\Command\\CallRequestCommand' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Command\\CallRequestCommand''getCallRequestCommandService'false],
  5413.             'Aqarmap\\Bundle\\ListingBundle\\Command\\CleanUpPhonesAndContryCodeCommand' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Command\\CleanUpPhonesAndContryCodeCommand''getCleanUpPhonesAndContryCodeCommandService'false],
  5414.             'Aqarmap\\Bundle\\ListingBundle\\Command\\CompoundAveragePriceCommand' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Command\\CompoundAveragePriceCommand''getCompoundAveragePriceCommandService'false],
  5415.             'Aqarmap\\Bundle\\ListingBundle\\Command\\DeleteRejectedListingCommand' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Command\\DeleteRejectedListingCommand''getDeleteRejectedListingCommandService'false],
  5416.             'Aqarmap\\Bundle\\ListingBundle\\Command\\FreezeListingsCommand' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Command\\FreezeListingsCommand''getFreezeListingsCommandService'false],
  5417.             'Aqarmap\\Bundle\\ListingBundle\\Command\\GenerateTopCustomersCommand' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Command\\GenerateTopCustomersCommand''getGenerateTopCustomersCommandService'false],
  5418.             'Aqarmap\\Bundle\\ListingBundle\\Command\\IncrementListingImpressionsCommand' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Command\\IncrementListingImpressionsCommand''getIncrementListingImpressionsCommandService'false],
  5419.             'Aqarmap\\Bundle\\ListingBundle\\Command\\LeadsCRMCommand' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Command\\LeadsCRMCommand''getLeadsCRMCommandService'false],
  5420.             'Aqarmap\\Bundle\\ListingBundle\\Command\\LinkedLocationHistoryCountCommand' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Command\\LinkedLocationHistoryCountCommand''getLinkedLocationHistoryCountCommandService'false],
  5421.             'Aqarmap\\Bundle\\ListingBundle\\Command\\ListingExpirationCommand' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Command\\ListingExpirationCommand''getListingExpirationCommandService'false],
  5422.             'Aqarmap\\Bundle\\ListingBundle\\Command\\ListingFeaturedExpirationCommand' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Command\\ListingFeaturedExpirationCommand''getListingFeaturedExpirationCommandService'false],
  5423.             'Aqarmap\\Bundle\\ListingBundle\\Command\\ListingNotificationCommand' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Command\\ListingNotificationCommand''getListingNotificationCommandService'false],
  5424.             'Aqarmap\\Bundle\\ListingBundle\\Command\\ListingPendingPaymentCommand' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Command\\ListingPendingPaymentCommand''getListingPendingPaymentCommandService'false],
  5425.             'Aqarmap\\Bundle\\ListingBundle\\Command\\ListingPendingPhotoCommand' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Command\\ListingPendingPhotoCommand''getListingPendingPhotoCommandService'false],
  5426.             'Aqarmap\\Bundle\\ListingBundle\\Command\\ListingRelistExpiredCommand' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Command\\ListingRelistExpiredCommand''getListingRelistExpiredCommandService'false],
  5427.             'Aqarmap\\Bundle\\ListingBundle\\Command\\ListingsPhotosOrderPatchCommand' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Command\\ListingsPhotosOrderPatchCommand''getListingsPhotosOrderPatchCommandService'false],
  5428.             'Aqarmap\\Bundle\\ListingBundle\\Command\\LocationNearestByCalculateCommand' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Command\\LocationNearestByCalculateCommand''getLocationNearestByCalculateCommandService'false],
  5429.             'Aqarmap\\Bundle\\ListingBundle\\Command\\LocationSupplyDemandGetCommand' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Command\\LocationSupplyDemandGetCommand''getLocationSupplyDemandGetCommandService'false],
  5430.             'Aqarmap\\Bundle\\ListingBundle\\Command\\MoveListingPhoneCommand' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Command\\MoveListingPhoneCommand''getMoveListingPhoneCommandService'false],
  5431.             'Aqarmap\\Bundle\\ListingBundle\\Command\\MoveUserPhoneNumbersCommand' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Command\\MoveUserPhoneNumbersCommand''getMoveUserPhoneNumbersCommandService'false],
  5432.             'Aqarmap\\Bundle\\ListingBundle\\Command\\PatchFixListingsSlugCommand' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Command\\PatchFixListingsSlugCommand''getPatchFixListingsSlugCommandService'false],
  5433.             'Aqarmap\\Bundle\\ListingBundle\\Command\\PatchPublishListingsDataToSNSCommand' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Command\\PatchPublishListingsDataToSNSCommand''getPatchPublishListingsDataToSNSCommandService'false],
  5434.             'Aqarmap\\Bundle\\ListingBundle\\Command\\PatchRepublishLeadsToQueueCommand' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Command\\PatchRepublishLeadsToQueueCommand''getPatchRepublishLeadsToQueueCommandService'false],
  5435.             'Aqarmap\\Bundle\\ListingBundle\\Command\\PatchUpdateCompoundLocationCommand' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Command\\PatchUpdateCompoundLocationCommand''getPatchUpdateCompoundLocationCommandService'false],
  5436.             'Aqarmap\\Bundle\\ListingBundle\\Command\\PatchUpdateListingCoordinatesCommand' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Command\\PatchUpdateListingCoordinatesCommand''getPatchUpdateListingCoordinatesCommandService'false],
  5437.             'Aqarmap\\Bundle\\ListingBundle\\Command\\PatchUpdateListingLeadsCountCommand' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Command\\PatchUpdateListingLeadsCountCommand''getPatchUpdateListingLeadsCountCommandService'false],
  5438.             'Aqarmap\\Bundle\\ListingBundle\\Command\\ProjectReportCommand' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Command\\ProjectReportCommand''getProjectReportCommandService'false],
  5439.             'Aqarmap\\Bundle\\ListingBundle\\Command\\ResetFailedCallRequestCommand' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Command\\ResetFailedCallRequestCommand''getResetFailedCallRequestCommandService'false],
  5440.             'Aqarmap\\Bundle\\ListingBundle\\Command\\ResetListingsRatesCommand' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Command\\ResetListingsRatesCommand''getResetListingsRatesCommandService'false],
  5441.             'Aqarmap\\Bundle\\ListingBundle\\Command\\ScoringCommand' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Command\\ScoringCommand''getScoringCommandService'false],
  5442.             'Aqarmap\\Bundle\\ListingBundle\\Command\\ScrapedBrokersDataCommand' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Command\\ScrapedBrokersDataCommand''getScrapedBrokersDataCommandService'false],
  5443.             'Aqarmap\\Bundle\\ListingBundle\\Command\\ScrapedListingProcessingCommand' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Command\\ScrapedListingProcessingCommand''getScrapedListingProcessingCommandService'false],
  5444.             'Aqarmap\\Bundle\\ListingBundle\\Command\\UpdateClientServedCountCommand' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Command\\UpdateClientServedCountCommand''getUpdateClientServedCountCommandService'false],
  5445.             'Aqarmap\\Bundle\\ListingBundle\\Command\\UpdateCorruptedPhonesCommand' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Command\\UpdateCorruptedPhonesCommand''getUpdateCorruptedPhonesCommandService'false],
  5446.             'Aqarmap\\Bundle\\ListingBundle\\Command\\UpdateDisabledLocationsChildrenCommand' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Command\\UpdateDisabledLocationsChildrenCommand''getUpdateDisabledLocationsChildrenCommandService'false],
  5447.             'Aqarmap\\Bundle\\ListingBundle\\Command\\UpdateListingsLabel' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Command\\UpdateListingsLabel''getUpdateListingsLabelService'false],
  5448.             'Aqarmap\\Bundle\\ListingBundle\\Command\\UpdateLocationFullPathCommand' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Command\\UpdateLocationFullPathCommand''getUpdateLocationFullPathCommandService'false],
  5449.             'Aqarmap\\Bundle\\ListingBundle\\Command\\UpdateLocationsEstimatableCommand' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Command\\UpdateLocationsEstimatableCommand''getUpdateLocationsEstimatableCommandService'false],
  5450.             'Aqarmap\\Bundle\\ListingBundle\\Command\\UpdateScrapedListingDataCommand' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Command\\UpdateScrapedListingDataCommand''getUpdateScrapedListingDataCommandService'false],
  5451.             'Aqarmap\\Bundle\\MessageBundle\\Command\\MaskedEmailReadCommand' => ['privates''Aqarmap\\Bundle\\MessageBundle\\Command\\MaskedEmailReadCommand''getMaskedEmailReadCommandService'false],
  5452.             'Aqarmap\\Bundle\\MessageBundle\\Command\\MessageCommand' => ['privates''Aqarmap\\Bundle\\MessageBundle\\Command\\MessageCommand''getMessageCommandService'false],
  5453.             'Aqarmap\\Bundle\\MessageBundle\\Command\\PatchMaskedEmailMessageRecipientCommand' => ['privates''Aqarmap\\Bundle\\MessageBundle\\Command\\PatchMaskedEmailMessageRecipientCommand''getPatchMaskedEmailMessageRecipientCommandService'false],
  5454.             'Aqarmap\\Bundle\\MessageBundle\\Command\\PatchMessageLeadCommand' => ['privates''Aqarmap\\Bundle\\MessageBundle\\Command\\PatchMessageLeadCommand''getPatchMessageLeadCommandService'false],
  5455.             'Aqarmap\\Bundle\\CreditBundle\\Command\\BatchUpdatePackageTaxesCommand' => ['privates''Aqarmap\\Bundle\\CreditBundle\\Command\\BatchUpdatePackageTaxesCommand''getBatchUpdatePackageTaxesCommandService'false],
  5456.             'Aqarmap\\Bundle\\CreditBundle\\Command\\CreditAnalysisCommand' => ['privates''Aqarmap\\Bundle\\CreditBundle\\Command\\CreditAnalysisCommand''getCreditAnalysisCommandService'false],
  5457.             'Aqarmap\\Bundle\\CreditBundle\\Command\\ExclusivePackagesCreditFundingCommand' => ['privates''Aqarmap\\Bundle\\CreditBundle\\Command\\ExclusivePackagesCreditFundingCommand''getExclusivePackagesCreditFundingCommandService'false],
  5458.             'Aqarmap\\Bundle\\CreditBundle\\Command\\ExpireCreditCommand' => ['privates''Aqarmap\\Bundle\\CreditBundle\\Command\\ExpireCreditCommand''getExpireCreditCommandService'false],
  5459.             'Aqarmap\\Bundle\\CreditBundle\\Command\\PackageUserTypePatchCommand' => ['privates''Aqarmap\\Bundle\\CreditBundle\\Command\\PackageUserTypePatchCommand''getPackageUserTypePatchCommandService'false],
  5460.             'Aqarmap\\Bundle\\CreditBundle\\Command\\PatchCreditServicesOrderCommand' => ['privates''Aqarmap\\Bundle\\CreditBundle\\Command\\PatchCreditServicesOrderCommand''getPatchCreditServicesOrderCommandService'false],
  5461.             'Aqarmap\\Bundle\\CreditBundle\\Command\\PatchExtendActiveCreditPackagesCommand' => ['privates''Aqarmap\\Bundle\\CreditBundle\\Command\\PatchExtendActiveCreditPackagesCommand''getPatchExtendActiveCreditPackagesCommandService'false],
  5462.             'Aqarmap\\Bundle\\CreditBundle\\Command\\PatchGenerateChurnAndExpiryHistoryCommand' => ['privates''Aqarmap\\Bundle\\CreditBundle\\Command\\PatchGenerateChurnAndExpiryHistoryCommand''getPatchGenerateChurnAndExpiryHistoryCommandService'false],
  5463.             'Aqarmap\\Bundle\\CreditBundle\\Command\\PatchRevertActiveCreditPackagesExtensionCommand' => ['privates''Aqarmap\\Bundle\\CreditBundle\\Command\\PatchRevertActiveCreditPackagesExtensionCommand''getPatchRevertActiveCreditPackagesExtensionCommandService'false],
  5464.             'Aqarmap\\Bundle\\CreditBundle\\Command\\PaymentTransactionsPatchCommand' => ['privates''Aqarmap\\Bundle\\CreditBundle\\Command\\PaymentTransactionsPatchCommand''getPaymentTransactionsPatchCommandService'false],
  5465.             'Aqarmap\\Bundle\\CreditBundle\\Command\\ResetCreditOnChurnExpiryCommand' => ['privates''Aqarmap\\Bundle\\CreditBundle\\Command\\ResetCreditOnChurnExpiryCommand''getResetCreditOnChurnExpiryCommandService'false],
  5466.             'Aqarmap\\Bundle\\CreditBundle\\Command\\UpdateChurnsAndExpiryDataCommand' => ['privates''Aqarmap\\Bundle\\CreditBundle\\Command\\UpdateChurnsAndExpiryDataCommand''getUpdateChurnsAndExpiryDataCommandService'false],
  5467.             'Aqarmap\\Bundle\\NotifierBundle\\Command\\CalculateStatisticsCommand' => ['privates''Aqarmap\\Bundle\\NotifierBundle\\Command\\CalculateStatisticsCommand''getCalculateStatisticsCommandService'false],
  5468.             'Aqarmap\\Bundle\\BuyerAlertsBundle\\Command\\BuyerAlertsCommand' => ['privates''Aqarmap\\Bundle\\BuyerAlertsBundle\\Command\\BuyerAlertsCommand''getBuyerAlertsCommandService'false],
  5469.             'Aqarmap\\Bundle\\BuyerAlertsBundle\\Command\\SendRecentListingsEmailCommand' => ['privates''Aqarmap\\Bundle\\BuyerAlertsBundle\\Command\\SendRecentListingsEmailCommand''getSendRecentListingsEmailCommandService'false],
  5470.             'Aqarmap\\Bundle\\NeighborhoodBundle\\Command\\DiscussionInterestsNotificationCommand' => ['privates''Aqarmap\\Bundle\\NeighborhoodBundle\\Command\\DiscussionInterestsNotificationCommand''getDiscussionInterestsNotificationCommandService'false],
  5471.             'Aqarmap\\Bundle\\DiscussionBundle\\Command\\UpdateCommentsCounterCommand' => ['privates''Aqarmap\\Bundle\\DiscussionBundle\\Command\\UpdateCommentsCounterCommand''getUpdateCommentsCounterCommandService'false],
  5472.             'Aqarmap\\Bundle\\CRMBundle\\Command\\CRMUpdateCommand' => ['privates''Aqarmap\\Bundle\\CRMBundle\\Command\\CRMUpdateCommand''getCRMUpdateCommandService'false],
  5473.             'Aqarmap\\Bundle\\CRMBundle\\Command\\PatchGenerateStaffHistoryCommand' => ['privates''Aqarmap\\Bundle\\CRMBundle\\Command\\PatchGenerateStaffHistoryCommand''getPatchGenerateStaffHistoryCommandService'false],
  5474.             'Aqarmap\\Bundle\\CRMBundle\\Command\\PatchUpdateCompanyCreateAtDateCommand' => ['privates''Aqarmap\\Bundle\\CRMBundle\\Command\\PatchUpdateCompanyCreateAtDateCommand''getPatchUpdateCompanyCreateAtDateCommandService'false],
  5475.             'Aqarmap\\Bundle\\CustomerProfilingBundle\\Command\\CustomerProfilingSurveyCommand' => ['privates''Aqarmap\\Bundle\\CustomerProfilingBundle\\Command\\CustomerProfilingSurveyCommand''getCustomerProfilingSurveyCommandService'false],
  5476.             'Aqarmap\\Bundle\\CustomerProfilingBundle\\Command\\MigrateAgesCommand' => ['privates''Aqarmap\\Bundle\\CustomerProfilingBundle\\Command\\MigrateAgesCommand''getMigrateAgesCommandService'false],
  5477.             'Aqarmap\\Bundle\\PaymentBundle\\Command\\CreditAnalysisWarmupCommand' => ['privates''Aqarmap\\Bundle\\PaymentBundle\\Command\\CreditAnalysisWarmupCommand''getCreditAnalysisWarmupCommandService'false],
  5478.             'Aqarmap\\Bundle\\PaymentBundle\\Command\\PatchUpdatePaymentTypeCommand' => ['privates''Aqarmap\\Bundle\\PaymentBundle\\Command\\PatchUpdatePaymentTypeCommand''getPatchUpdatePaymentTypeCommandService'false],
  5479.             'Aqarmap\\Bundle\\PaymentBundle\\Command\\PatchUpdateRemainingSubscriptionDaysCommand' => ['privates''Aqarmap\\Bundle\\PaymentBundle\\Command\\PatchUpdateRemainingSubscriptionDaysCommand''getPatchUpdateRemainingSubscriptionDaysCommandService'false],
  5480.             'Aqarmap\\Bundle\\PaymentBundle\\Command\\SalesAnalysisCommand' => ['privates''Aqarmap\\Bundle\\PaymentBundle\\Command\\SalesAnalysisCommand''getSalesAnalysisCommandService'false],
  5481.             'Aqarmap\\Bundle\\SearchBundle\\Command\\CorrectLocationsSlugsCommand' => ['privates''Aqarmap\\Bundle\\SearchBundle\\Command\\CorrectLocationsSlugsCommand''getCorrectLocationsSlugsCommandService'false],
  5482.             'Aqarmap\\Bundle\\NotificationBundle\\Command\\ConsumerCommand' => ['privates''Aqarmap\\Bundle\\NotificationBundle\\Command\\ConsumerCommand''getConsumerCommandService'false],
  5483.             'Aqarmap\\Bundle\\NotificationBundle\\Command\\DeviceCommand' => ['privates''Aqarmap\\Bundle\\NotificationBundle\\Command\\DeviceCommand''getDeviceCommandService'false],
  5484.             'Aqarmap\\Bundle\\NotificationBundle\\Command\\DispatcherNotificationCommand' => ['privates''Aqarmap\\Bundle\\NotificationBundle\\Command\\DispatcherNotificationCommand''getDispatcherNotificationCommandService'false],
  5485.             'Aqarmap\\Bundle\\NotificationBundle\\Command\\GenerateNotificationCommand' => ['privates''Aqarmap\\Bundle\\NotificationBundle\\Command\\GenerateNotificationCommand''getGenerateNotificationCommandService'false],
  5486.             'Aqarmap\\Bundle\\NotificationBundle\\Command\\NotificationGenerator' => ['privates''Aqarmap\\Bundle\\NotificationBundle\\Command\\NotificationGenerator''getNotificationGeneratorService'false],
  5487.             'Aqarmap\\Bundle\\NotificationBundle\\Command\\NotificationsBagsCommand' => ['privates''Aqarmap\\Bundle\\NotificationBundle\\Command\\NotificationsBagsCommand''getNotificationsBagsCommandService'false],
  5488.             'Aqarmap\\Bundle\\ValueEngineBundle\\Command\\ValueEngineAnalyserCommand' => ['privates''Aqarmap\\Bundle\\ValueEngineBundle\\Command\\ValueEngineAnalyserCommand''getValueEngineAnalyserCommandService'false],
  5489.             'Aqarmap\\Bundle\\ValueEngineBundle\\Command\\ValueEngineDepthProductsCommand' => ['privates''Aqarmap\\Bundle\\ValueEngineBundle\\Command\\ValueEngineDepthProductsCommand''getValueEngineDepthProductsCommandService'false],
  5490.             'Aqarmap\\Bundle\\RecurringTransactionBundle\\Command\\ActiveRecurringTransactionCommand' => ['privates''Aqarmap\\Bundle\\RecurringTransactionBundle\\Command\\ActiveRecurringTransactionCommand''getActiveRecurringTransactionCommandService'false],
  5491.             'console.command.about' => ['privates''.console.command.about.lazy''get_Console_Command_About_LazyService'false],
  5492.             'console.command.assets_install' => ['privates''.console.command.assets_install.lazy''get_Console_Command_AssetsInstall_LazyService'false],
  5493.             'console.command.cache_clear' => ['privates''.console.command.cache_clear.lazy''get_Console_Command_CacheClear_LazyService'false],
  5494.             'console.command.cache_pool_clear' => ['privates''.console.command.cache_pool_clear.lazy''get_Console_Command_CachePoolClear_LazyService'false],
  5495.             'console.command.cache_pool_prune' => ['privates''.console.command.cache_pool_prune.lazy''get_Console_Command_CachePoolPrune_LazyService'false],
  5496.             'console.command.cache_pool_delete' => ['privates''.console.command.cache_pool_delete.lazy''get_Console_Command_CachePoolDelete_LazyService'false],
  5497.             'console.command.cache_pool_list' => ['privates''.console.command.cache_pool_list.lazy''get_Console_Command_CachePoolList_LazyService'false],
  5498.             'console.command.cache_warmup' => ['privates''.console.command.cache_warmup.lazy''get_Console_Command_CacheWarmup_LazyService'false],
  5499.             'console.command.config_debug' => ['privates''.console.command.config_debug.lazy''get_Console_Command_ConfigDebug_LazyService'false],
  5500.             'console.command.config_dump_reference' => ['privates''.console.command.config_dump_reference.lazy''get_Console_Command_ConfigDumpReference_LazyService'false],
  5501.             'console.command.container_debug' => ['privates''.console.command.container_debug.lazy''get_Console_Command_ContainerDebug_LazyService'false],
  5502.             'console.command.container_lint' => ['privates''.console.command.container_lint.lazy''get_Console_Command_ContainerLint_LazyService'false],
  5503.             'console.command.debug_autowiring' => ['privates''.console.command.debug_autowiring.lazy''get_Console_Command_DebugAutowiring_LazyService'false],
  5504.             'console.command.dotenv_debug' => ['privates''.console.command.dotenv_debug.lazy''get_Console_Command_DotenvDebug_LazyService'false],
  5505.             'console.command.event_dispatcher_debug' => ['privates''.console.command.event_dispatcher_debug.lazy''get_Console_Command_EventDispatcherDebug_LazyService'false],
  5506.             'console.command.messenger_consume_messages' => ['privates''.console.command.messenger_consume_messages.lazy''get_Console_Command_MessengerConsumeMessages_LazyService'false],
  5507.             'console.command.messenger_setup_transports' => ['privates''.console.command.messenger_setup_transports.lazy''get_Console_Command_MessengerSetupTransports_LazyService'false],
  5508.             'console.command.messenger_debug' => ['privates''.console.command.messenger_debug.lazy''get_Console_Command_MessengerDebug_LazyService'false],
  5509.             'console.command.messenger_stop_workers' => ['privates''.console.command.messenger_stop_workers.lazy''get_Console_Command_MessengerStopWorkers_LazyService'false],
  5510.             'console.command.messenger_failed_messages_retry' => ['privates''.console.command.messenger_failed_messages_retry.lazy''get_Console_Command_MessengerFailedMessagesRetry_LazyService'false],
  5511.             'console.command.messenger_failed_messages_show' => ['privates''.console.command.messenger_failed_messages_show.lazy''get_Console_Command_MessengerFailedMessagesShow_LazyService'false],
  5512.             'console.command.messenger_failed_messages_remove' => ['privates''.console.command.messenger_failed_messages_remove.lazy''get_Console_Command_MessengerFailedMessagesRemove_LazyService'false],
  5513.             'console.command.router_debug' => ['privates''.console.command.router_debug.lazy''get_Console_Command_RouterDebug_LazyService'false],
  5514.             'console.command.router_match' => ['privates''.console.command.router_match.lazy''get_Console_Command_RouterMatch_LazyService'false],
  5515.             'console.command.translation_debug' => ['privates''.console.command.translation_debug.lazy''get_Console_Command_TranslationDebug_LazyService'false],
  5516.             'console.command.translation_extract' => ['privates''.console.command.translation_extract.lazy''get_Console_Command_TranslationExtract_LazyService'false],
  5517.             'console.command.validator_debug' => ['privates''.console.command.validator_debug.lazy''get_Console_Command_ValidatorDebug_LazyService'false],
  5518.             'console.command.translation_pull' => ['privates''.console.command.translation_pull.lazy''get_Console_Command_TranslationPull_LazyService'false],
  5519.             'console.command.translation_push' => ['privates''.console.command.translation_push.lazy''get_Console_Command_TranslationPush_LazyService'false],
  5520.             'console.command.xliff_lint' => ['privates''.console.command.xliff_lint.lazy''get_Console_Command_XliffLint_LazyService'false],
  5521.             'console.command.yaml_lint' => ['privates''.console.command.yaml_lint.lazy''get_Console_Command_YamlLint_LazyService'false],
  5522.             'console.command.form_debug' => ['privates''.console.command.form_debug.lazy''get_Console_Command_FormDebug_LazyService'false],
  5523.             'console.command.secrets_set' => ['privates''.console.command.secrets_set.lazy''get_Console_Command_SecretsSet_LazyService'false],
  5524.             'console.command.secrets_remove' => ['privates''.console.command.secrets_remove.lazy''get_Console_Command_SecretsRemove_LazyService'false],
  5525.             'console.command.secrets_generate_key' => ['privates''.console.command.secrets_generate_key.lazy''get_Console_Command_SecretsGenerateKey_LazyService'false],
  5526.             'console.command.secrets_list' => ['privates''.console.command.secrets_list.lazy''get_Console_Command_SecretsList_LazyService'false],
  5527.             'console.command.secrets_decrypt_to_local' => ['privates''.console.command.secrets_decrypt_to_local.lazy''get_Console_Command_SecretsDecryptToLocal_LazyService'false],
  5528.             'console.command.secrets_encrypt_from_local' => ['privates''.console.command.secrets_encrypt_from_local.lazy''get_Console_Command_SecretsEncryptFromLocal_LazyService'false],
  5529.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  5530.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  5531.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  5532.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates''Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''getRunSqlCommandService'false],
  5533.             'doctrine.database_import_command' => ['privates''doctrine.database_import_command''getDoctrine_DatabaseImportCommandService'false],
  5534.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  5535.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  5536.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  5537.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  5538.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  5539.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  5540.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  5541.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  5542.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  5543.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  5544.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  5545.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  5546.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  5547.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  5548.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  5549.             'doctrine.fixtures_load_command' => ['privates''doctrine.fixtures_load_command''getDoctrine_FixturesLoadCommandService'false],
  5550.             'Doctrine\\Bundle\\MongoDBBundle\\Command\\ClearMetadataCacheDoctrineODMCommand' => ['privates''Doctrine\\Bundle\\MongoDBBundle\\Command\\ClearMetadataCacheDoctrineODMCommand''getClearMetadataCacheDoctrineODMCommandService'false],
  5551.             'Doctrine\\Bundle\\MongoDBBundle\\Command\\CreateSchemaDoctrineODMCommand' => ['privates''Doctrine\\Bundle\\MongoDBBundle\\Command\\CreateSchemaDoctrineODMCommand''getCreateSchemaDoctrineODMCommandService'false],
  5552.             'Doctrine\\Bundle\\MongoDBBundle\\Command\\DropSchemaDoctrineODMCommand' => ['privates''Doctrine\\Bundle\\MongoDBBundle\\Command\\DropSchemaDoctrineODMCommand''getDropSchemaDoctrineODMCommandService'false],
  5553.             'Doctrine\\Bundle\\MongoDBBundle\\Command\\GenerateHydratorsDoctrineODMCommand' => ['privates''Doctrine\\Bundle\\MongoDBBundle\\Command\\GenerateHydratorsDoctrineODMCommand''getGenerateHydratorsDoctrineODMCommandService'false],
  5554.             'Doctrine\\Bundle\\MongoDBBundle\\Command\\GenerateProxiesDoctrineODMCommand' => ['privates''Doctrine\\Bundle\\MongoDBBundle\\Command\\GenerateProxiesDoctrineODMCommand''getGenerateProxiesDoctrineODMCommandService'false],
  5555.             'Doctrine\\Bundle\\MongoDBBundle\\Command\\InfoDoctrineODMCommand' => ['privates''Doctrine\\Bundle\\MongoDBBundle\\Command\\InfoDoctrineODMCommand''getInfoDoctrineODMCommandService'false],
  5556.             'Doctrine\\Bundle\\MongoDBBundle\\Command\\LoadDataFixturesDoctrineODMCommand' => ['privates''Doctrine\\Bundle\\MongoDBBundle\\Command\\LoadDataFixturesDoctrineODMCommand''getLoadDataFixturesDoctrineODMCommandService'false],
  5557.             'Doctrine\\Bundle\\MongoDBBundle\\Command\\QueryDoctrineODMCommand' => ['privates''Doctrine\\Bundle\\MongoDBBundle\\Command\\QueryDoctrineODMCommand''getQueryDoctrineODMCommandService'false],
  5558.             'Doctrine\\Bundle\\MongoDBBundle\\Command\\ShardDoctrineODMCommand' => ['privates''Doctrine\\Bundle\\MongoDBBundle\\Command\\ShardDoctrineODMCommand''getShardDoctrineODMCommandService'false],
  5559.             'Doctrine\\Bundle\\MongoDBBundle\\Command\\TailCursorDoctrineODMCommand' => ['privates''Doctrine\\Bundle\\MongoDBBundle\\Command\\TailCursorDoctrineODMCommand''getTailCursorDoctrineODMCommandService'false],
  5560.             'Doctrine\\Bundle\\MongoDBBundle\\Command\\UpdateSchemaDoctrineODMCommand' => ['privates''Doctrine\\Bundle\\MongoDBBundle\\Command\\UpdateSchemaDoctrineODMCommand''getUpdateSchemaDoctrineODMCommandService'false],
  5561.             'fos_elastica.command.create' => ['privates''fos_elastica.command.create''getFosElastica_Command_CreateService'false],
  5562.             'fos_elastica.command.populate' => ['privates''fos_elastica.command.populate''getFosElastica_Command_PopulateService'false],
  5563.             'fos_elastica.command.reset' => ['privates''fos_elastica.command.reset''getFosElastica_Command_ResetService'false],
  5564.             'fos_elastica.command.templates_reset' => ['privates''fos_elastica.command.templates_reset''getFosElastica_Command_TemplatesResetService'false],
  5565.             'fos_elastica.command.search' => ['privates''fos_elastica.command.search''getFosElastica_Command_SearchService'false],
  5566.             'enqueue.transport.consume_command' => ['privates''enqueue.transport.consume_command''getEnqueue_Transport_ConsumeCommandService'false],
  5567.             'enqueue.client.consume_command' => ['privates''enqueue.client.consume_command''getEnqueue_Client_ConsumeCommandService'false],
  5568.             'enqueue.client.produce_command' => ['privates''enqueue.client.produce_command''getEnqueue_Client_ProduceCommandService'false],
  5569.             'enqueue.client.setup_broker_command' => ['privates''enqueue.client.setup_broker_command''getEnqueue_Client_SetupBrokerCommandService'false],
  5570.             'enqueue.client.routes_command' => ['privates''enqueue.client.routes_command''getEnqueue_Client_RoutesCommandService'false],
  5571.             'twig.command.debug' => ['privates''.twig.command.debug.lazy''get_Twig_Command_Debug_LazyService'false],
  5572.             'twig.command.lint' => ['privates''.twig.command.lint.lazy''get_Twig_Command_Lint_LazyService'false],
  5573.             'fos_ck_editor.command.installer' => ['privates''fos_ck_editor.command.installer''getFosCkEditor_Command_InstallerService'false],
  5574.             'fos_js_routing.dump_command' => ['privates''fos_js_routing.dump_command''getFosJsRouting_DumpCommandService'false],
  5575.             'fos_js_routing.router_debug_exposed_command' => ['privates''fos_js_routing.router_debug_exposed_command''getFosJsRouting_RouterDebugExposedCommandService'false],
  5576.             'security.command.debug_firewall' => ['privates''.security.command.debug_firewall.lazy''get_Security_Command_DebugFirewall_LazyService'false],
  5577.             'security.command.user_password_encoder' => ['privates''.security.command.user_password_encoder.lazy''get_Security_Command_UserPasswordEncoder_LazyService'false],
  5578.             'security.command.user_password_hash' => ['privates''.security.command.user_password_hash.lazy''get_Security_Command_UserPasswordHash_LazyService'false],
  5579.             'fos_user.command.activate_user' => ['privates''fos_user.command.activate_user''getFosUser_Command_ActivateUserService'false],
  5580.             'fos_user.command.change_password' => ['privates''fos_user.command.change_password''getFosUser_Command_ChangePasswordService'false],
  5581.             'fos_user.command.create_user' => ['privates''fos_user.command.create_user''getFosUser_Command_CreateUserService'false],
  5582.             'fos_user.command.deactivate_user' => ['privates''fos_user.command.deactivate_user''getFosUser_Command_DeactivateUserService'false],
  5583.             'fos_user.command.demote_user' => ['privates''fos_user.command.demote_user''getFosUser_Command_DemoteUserService'false],
  5584.             'fos_user.command.promote_user' => ['privates''fos_user.command.promote_user''getFosUser_Command_PromoteUserService'false],
  5585.             'liip_imagine.command.cache_remove' => ['privates''liip_imagine.command.cache_remove''getLiipImagine_Command_CacheRemoveService'false],
  5586.             'liip_imagine.command.cache_resolve' => ['privates''liip_imagine.command.cache_resolve''getLiipImagine_Command_CacheResolveService'false],
  5587.             'nelmio_api_doc.command.dump' => ['services''nelmio_api_doc.command.dump''getNelmioApiDoc_Command_DumpService'false],
  5588.             'old_sound_rabbit_mq.anon_consumer_command' => ['privates''old_sound_rabbit_mq.anon_consumer_command''getOldSoundRabbitMq_AnonConsumerCommandService'false],
  5589.             'old_sound_rabbit_mq.batch_consumer_command' => ['privates''old_sound_rabbit_mq.batch_consumer_command''getOldSoundRabbitMq_BatchConsumerCommandService'false],
  5590.             'old_sound_rabbit_mq.consumer_command' => ['privates''old_sound_rabbit_mq.consumer_command''getOldSoundRabbitMq_ConsumerCommandService'false],
  5591.             'old_sound_rabbit_mq.delete_command' => ['privates''old_sound_rabbit_mq.delete_command''getOldSoundRabbitMq_DeleteCommandService'false],
  5592.             'old_sound_rabbit_mq.dynamic_consumer_command' => ['privates''old_sound_rabbit_mq.dynamic_consumer_command''getOldSoundRabbitMq_DynamicConsumerCommandService'false],
  5593.             'old_sound_rabbit_mq.multiple_consumer_command' => ['privates''old_sound_rabbit_mq.multiple_consumer_command''getOldSoundRabbitMq_MultipleConsumerCommandService'false],
  5594.             'old_sound_rabbit_mq.purge_consumer_command' => ['privates''old_sound_rabbit_mq.purge_consumer_command''getOldSoundRabbitMq_PurgeConsumerCommandService'false],
  5595.             'old_sound_rabbit_mq.command.rpc_server_command' => ['privates''old_sound_rabbit_mq.command.rpc_server_command''getOldSoundRabbitMq_Command_RpcServerCommandService'false],
  5596.             'old_sound_rabbit_mq.command.setup_fabric_command' => ['privates''old_sound_rabbit_mq.command.setup_fabric_command''getOldSoundRabbitMq_Command_SetupFabricCommandService'false],
  5597.             'old_sound_rabbit_mq.command.std_in_producer_command' => ['privates''old_sound_rabbit_mq.command.std_in_producer_command''getOldSoundRabbitMq_Command_StdInProducerCommandService'false],
  5598.             'presta_sitemap.dump_command' => ['services''presta_sitemap.dump_command''getPrestaSitemap_DumpCommandService'false],
  5599.             'Snc\\RedisBundle\\Command\\RedisQueryCommand' => ['privates''Snc\\RedisBundle\\Command\\RedisQueryCommand''getRedisQueryCommandService'false],
  5600.             'var_dumper.command.server_dump' => ['privates''.var_dumper.command.server_dump.lazy''get_VarDumper_Command_ServerDump_LazyService'false],
  5601.             'monolog.command.server_log' => ['privates''.monolog.command.server_log.lazy''get_Monolog_Command_ServerLog_LazyService'false],
  5602.             'doctrine_migrations.diff_command' => ['privates''doctrine_migrations.diff_command''getDoctrineMigrations_DiffCommandService'false],
  5603.             'doctrine_migrations.sync_metadata_command' => ['privates''doctrine_migrations.sync_metadata_command''getDoctrineMigrations_SyncMetadataCommandService'false],
  5604.             'doctrine_migrations.versions_command' => ['privates''doctrine_migrations.versions_command''getDoctrineMigrations_VersionsCommandService'false],
  5605.             'doctrine_migrations.current_command' => ['privates''doctrine_migrations.current_command''getDoctrineMigrations_CurrentCommandService'false],
  5606.             'doctrine_migrations.dump_schema_command' => ['privates''doctrine_migrations.dump_schema_command''getDoctrineMigrations_DumpSchemaCommandService'false],
  5607.             'doctrine_migrations.execute_command' => ['privates''doctrine_migrations.execute_command''getDoctrineMigrations_ExecuteCommandService'false],
  5608.             'doctrine_migrations.generate_command' => ['privates''doctrine_migrations.generate_command''getDoctrineMigrations_GenerateCommandService'false],
  5609.             'doctrine_migrations.latest_command' => ['privates''doctrine_migrations.latest_command''getDoctrineMigrations_LatestCommandService'false],
  5610.             'doctrine_migrations.migrate_command' => ['privates''doctrine_migrations.migrate_command''getDoctrineMigrations_MigrateCommandService'false],
  5611.             'doctrine_migrations.rollup_command' => ['privates''doctrine_migrations.rollup_command''getDoctrineMigrations_RollupCommandService'false],
  5612.             'doctrine_migrations.status_command' => ['privates''doctrine_migrations.status_command''getDoctrineMigrations_StatusCommandService'false],
  5613.             'doctrine_migrations.up_to_date_command' => ['privates''doctrine_migrations.up_to_date_command''getDoctrineMigrations_UpToDateCommandService'false],
  5614.             'doctrine_migrations.version_command' => ['privates''doctrine_migrations.version_command''getDoctrineMigrations_VersionCommandService'false],
  5615.             'vich_uploader.command.mapping_debug_class' => ['privates''vich_uploader.command.mapping_debug_class''getVichUploader_Command_MappingDebugClassService'false],
  5616.             'vich_uploader.command.mapping_debug' => ['privates''vich_uploader.command.mapping_debug''getVichUploader_Command_MappingDebugService'false],
  5617.             'vich_uploader.command.mapping_list_classes' => ['privates''vich_uploader.command.mapping_list_classes''getVichUploader_Command_MappingListClassesService'false],
  5618.             'bazinga.jstranslation.dump_command' => ['services''bazinga.jstranslation.dump_command''getBazinga_Jstranslation_DumpCommandService'false],
  5619.             'knp_gaufrette.command.filesystem_keys' => ['privates''knp_gaufrette.command.filesystem_keys''getKnpGaufrette_Command_FilesystemKeysService'false],
  5620.             'maker.auto_command.make_auth' => ['privates''.maker.auto_command.make_auth.lazy''get_Maker_AutoCommand_MakeAuth_LazyService'false],
  5621.             'maker.auto_command.make_command' => ['privates''.maker.auto_command.make_command.lazy''get_Maker_AutoCommand_MakeCommand_LazyService'false],
  5622.             'maker.auto_command.make_controller' => ['privates''.maker.auto_command.make_controller.lazy''get_Maker_AutoCommand_MakeController_LazyService'false],
  5623.             'maker.auto_command.make_crud' => ['privates''.maker.auto_command.make_crud.lazy''get_Maker_AutoCommand_MakeCrud_LazyService'false],
  5624.             'maker.auto_command.make_docker_database' => ['privates''.maker.auto_command.make_docker_database.lazy''get_Maker_AutoCommand_MakeDockerDatabase_LazyService'false],
  5625.             'maker.auto_command.make_entity' => ['privates''.maker.auto_command.make_entity.lazy''get_Maker_AutoCommand_MakeEntity_LazyService'false],
  5626.             'maker.auto_command.make_fixtures' => ['privates''.maker.auto_command.make_fixtures.lazy''get_Maker_AutoCommand_MakeFixtures_LazyService'false],
  5627.             'maker.auto_command.make_form' => ['privates''.maker.auto_command.make_form.lazy''get_Maker_AutoCommand_MakeForm_LazyService'false],
  5628.             'maker.auto_command.make_message' => ['privates''.maker.auto_command.make_message.lazy''get_Maker_AutoCommand_MakeMessage_LazyService'false],
  5629.             'maker.auto_command.make_messenger_middleware' => ['privates''.maker.auto_command.make_messenger_middleware.lazy''get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService'false],
  5630.             'maker.auto_command.make_registration_form' => ['privates''.maker.auto_command.make_registration_form.lazy''get_Maker_AutoCommand_MakeRegistrationForm_LazyService'false],
  5631.             'maker.auto_command.make_reset_password' => ['privates''.maker.auto_command.make_reset_password.lazy''get_Maker_AutoCommand_MakeResetPassword_LazyService'false],
  5632.             'maker.auto_command.make_serializer_encoder' => ['privates''.maker.auto_command.make_serializer_encoder.lazy''get_Maker_AutoCommand_MakeSerializerEncoder_LazyService'false],
  5633.             'maker.auto_command.make_serializer_normalizer' => ['privates''.maker.auto_command.make_serializer_normalizer.lazy''get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService'false],
  5634.             'maker.auto_command.make_subscriber' => ['privates''.maker.auto_command.make_subscriber.lazy''get_Maker_AutoCommand_MakeSubscriber_LazyService'false],
  5635.             'maker.auto_command.make_twig_extension' => ['privates''.maker.auto_command.make_twig_extension.lazy''get_Maker_AutoCommand_MakeTwigExtension_LazyService'false],
  5636.             'maker.auto_command.make_test' => ['privates''.maker.auto_command.make_test.lazy''get_Maker_AutoCommand_MakeTest_LazyService'false],
  5637.             'maker.auto_command.make_validator' => ['privates''.maker.auto_command.make_validator.lazy''get_Maker_AutoCommand_MakeValidator_LazyService'false],
  5638.             'maker.auto_command.make_voter' => ['privates''.maker.auto_command.make_voter.lazy''get_Maker_AutoCommand_MakeVoter_LazyService'false],
  5639.             'maker.auto_command.make_user' => ['privates''.maker.auto_command.make_user.lazy''get_Maker_AutoCommand_MakeUser_LazyService'false],
  5640.             'maker.auto_command.make_migration' => ['privates''.maker.auto_command.make_migration.lazy''get_Maker_AutoCommand_MakeMigration_LazyService'false],
  5641.             'maker.auto_command.make_stimulus_controller' => ['privates''.maker.auto_command.make_stimulus_controller.lazy''get_Maker_AutoCommand_MakeStimulusController_LazyService'false],
  5642.         ], [
  5643.             'App\\Command\\Listing\\SendListingAvailabilityReminderEmailCommand' => 'App\\Command\\Listing\\SendListingAvailabilityReminderEmailCommand',
  5644.             'App\\Command\\Patch\\PatchRemoveDuplicateUserPhonesCommand' => '?',
  5645.             'App\\Command\\Subscriptions\\renewUserSubscriptionsCommand' => 'App\\Command\\Subscriptions\\renewUserSubscriptionsCommand',
  5646.             'Aqarmap\\Bundle\\UserBundle\\Command\\GetNotifierDataToInterestsCommand' => 'Aqarmap\\Bundle\\UserBundle\\Command\\GetNotifierDataToInterestsCommand',
  5647.             'Aqarmap\\Bundle\\UserBundle\\Command\\PatchGenerateUserServicesCommand' => 'Aqarmap\\Bundle\\UserBundle\\Command\\PatchGenerateUserServicesCommand',
  5648.             'Aqarmap\\Bundle\\UserBundle\\Command\\PatchUpdateUserInterestCountryCodeCommand' => 'Aqarmap\\Bundle\\UserBundle\\Command\\PatchUpdateUserInterestCountryCodeCommand',
  5649.             'Aqarmap\\Bundle\\UserBundle\\Command\\ReminderPackageExpirationCommand' => 'Aqarmap\\Bundle\\UserBundle\\Command\\ReminderPackageExpirationCommand',
  5650.             'Aqarmap\\Bundle\\UserBundle\\Command\\StopAqarmapLiveServiceCommand' => 'Aqarmap\\Bundle\\UserBundle\\Command\\StopAqarmapLiveServiceCommand',
  5651.             'Aqarmap\\Bundle\\UserBundle\\Command\\SyncCustomersToZohoCRM' => 'Aqarmap\\Bundle\\UserBundle\\Command\\SyncCustomersToZohoCRM',
  5652.             'Aqarmap\\Bundle\\UserBundle\\Command\\UpdateBrokersUserTypeCommand' => 'Aqarmap\\Bundle\\UserBundle\\Command\\UpdateBrokersUserTypeCommand',
  5653.             'Aqarmap\\Bundle\\UserBundle\\Command\\UserPackageCommand' => 'Aqarmap\\Bundle\\UserBundle\\Command\\UserPackageCommand',
  5654.             'Aqarmap\\Bundle\\UserBundle\\Command\\UserTypeCommand' => 'Aqarmap\\Bundle\\UserBundle\\Command\\UserTypeCommand',
  5655.             'Aqarmap\\Bundle\\MainBundle\\Command\\EntityPersisterCommand' => 'Aqarmap\\Bundle\\MainBundle\\Command\\EntityPersisterCommand',
  5656.             'Aqarmap\\Bundle\\MainBundle\\Command\\FixturesCommand' => 'Aqarmap\\Bundle\\MainBundle\\Command\\FixturesCommand',
  5657.             'Aqarmap\\Bundle\\MainBundle\\Command\\MoonshotCacheWarmerCommand' => 'Aqarmap\\Bundle\\MainBundle\\Command\\MoonshotCacheWarmerCommand',
  5658.             'Aqarmap\\Bundle\\MainBundle\\Command\\PatchAddLegacyPropertyTypeCommand' => 'Aqarmap\\Bundle\\MainBundle\\Command\\PatchAddLegacyPropertyTypeCommand',
  5659.             'Aqarmap\\Bundle\\MainBundle\\Command\\PatchTreeRebuildCommand' => 'Aqarmap\\Bundle\\MainBundle\\Command\\PatchTreeRebuildCommand',
  5660.             'Aqarmap\\Bundle\\MainBundle\\Command\\UpdateCustomFieldCommand' => 'Aqarmap\\Bundle\\MainBundle\\Command\\UpdateCustomFieldCommand',
  5661.             'Aqarmap\\Bundle\\ListingBundle\\Command\\AutoBumpUpCreationCommand' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\AutoBumpUpCreationCommand',
  5662.             'Aqarmap\\Bundle\\ListingBundle\\Command\\AutoBumpUpListingsCommand' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\AutoBumpUpListingsCommand',
  5663.             'Aqarmap\\Bundle\\ListingBundle\\Command\\AutoScrapedPublisherCommand' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\AutoScrapedPublisherCommand',
  5664.             'Aqarmap\\Bundle\\ListingBundle\\Command\\AutoScrapedRefinerCommand' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\AutoScrapedRefinerCommand',
  5665.             'Aqarmap\\Bundle\\ListingBundle\\Command\\BatchInsertListingFeaturesForOldFlf2ListingsCommand' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\BatchInsertListingFeaturesForOldFlf2ListingsCommand',
  5666.             'Aqarmap\\Bundle\\ListingBundle\\Command\\BatchUpdateListingMainPhotosCommand' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\BatchUpdateListingMainPhotosCommand',
  5667.             'Aqarmap\\Bundle\\ListingBundle\\Command\\CTRCommand' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\CTRCommand',
  5668.             'Aqarmap\\Bundle\\ListingBundle\\Command\\CallRequestCommand' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\CallRequestCommand',
  5669.             'Aqarmap\\Bundle\\ListingBundle\\Command\\CleanUpPhonesAndContryCodeCommand' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\CleanUpPhonesAndContryCodeCommand',
  5670.             'Aqarmap\\Bundle\\ListingBundle\\Command\\CompoundAveragePriceCommand' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\CompoundAveragePriceCommand',
  5671.             'Aqarmap\\Bundle\\ListingBundle\\Command\\DeleteRejectedListingCommand' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\DeleteRejectedListingCommand',
  5672.             'Aqarmap\\Bundle\\ListingBundle\\Command\\FreezeListingsCommand' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\FreezeListingsCommand',
  5673.             'Aqarmap\\Bundle\\ListingBundle\\Command\\GenerateTopCustomersCommand' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\GenerateTopCustomersCommand',
  5674.             'Aqarmap\\Bundle\\ListingBundle\\Command\\IncrementListingImpressionsCommand' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\IncrementListingImpressionsCommand',
  5675.             'Aqarmap\\Bundle\\ListingBundle\\Command\\LeadsCRMCommand' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\LeadsCRMCommand',
  5676.             'Aqarmap\\Bundle\\ListingBundle\\Command\\LinkedLocationHistoryCountCommand' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\LinkedLocationHistoryCountCommand',
  5677.             'Aqarmap\\Bundle\\ListingBundle\\Command\\ListingExpirationCommand' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\ListingExpirationCommand',
  5678.             'Aqarmap\\Bundle\\ListingBundle\\Command\\ListingFeaturedExpirationCommand' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\ListingFeaturedExpirationCommand',
  5679.             'Aqarmap\\Bundle\\ListingBundle\\Command\\ListingNotificationCommand' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\ListingNotificationCommand',
  5680.             'Aqarmap\\Bundle\\ListingBundle\\Command\\ListingPendingPaymentCommand' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\ListingPendingPaymentCommand',
  5681.             'Aqarmap\\Bundle\\ListingBundle\\Command\\ListingPendingPhotoCommand' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\ListingPendingPhotoCommand',
  5682.             'Aqarmap\\Bundle\\ListingBundle\\Command\\ListingRelistExpiredCommand' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\ListingRelistExpiredCommand',
  5683.             'Aqarmap\\Bundle\\ListingBundle\\Command\\ListingsPhotosOrderPatchCommand' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\ListingsPhotosOrderPatchCommand',
  5684.             'Aqarmap\\Bundle\\ListingBundle\\Command\\LocationNearestByCalculateCommand' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\LocationNearestByCalculateCommand',
  5685.             'Aqarmap\\Bundle\\ListingBundle\\Command\\LocationSupplyDemandGetCommand' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\LocationSupplyDemandGetCommand',
  5686.             'Aqarmap\\Bundle\\ListingBundle\\Command\\MoveListingPhoneCommand' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\MoveListingPhoneCommand',
  5687.             'Aqarmap\\Bundle\\ListingBundle\\Command\\MoveUserPhoneNumbersCommand' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\MoveUserPhoneNumbersCommand',
  5688.             'Aqarmap\\Bundle\\ListingBundle\\Command\\PatchFixListingsSlugCommand' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\PatchFixListingsSlugCommand',
  5689.             'Aqarmap\\Bundle\\ListingBundle\\Command\\PatchPublishListingsDataToSNSCommand' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\PatchPublishListingsDataToSNSCommand',
  5690.             'Aqarmap\\Bundle\\ListingBundle\\Command\\PatchRepublishLeadsToQueueCommand' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\PatchRepublishLeadsToQueueCommand',
  5691.             'Aqarmap\\Bundle\\ListingBundle\\Command\\PatchUpdateCompoundLocationCommand' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\PatchUpdateCompoundLocationCommand',
  5692.             'Aqarmap\\Bundle\\ListingBundle\\Command\\PatchUpdateListingCoordinatesCommand' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\PatchUpdateListingCoordinatesCommand',
  5693.             'Aqarmap\\Bundle\\ListingBundle\\Command\\PatchUpdateListingLeadsCountCommand' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\PatchUpdateListingLeadsCountCommand',
  5694.             'Aqarmap\\Bundle\\ListingBundle\\Command\\ProjectReportCommand' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\ProjectReportCommand',
  5695.             'Aqarmap\\Bundle\\ListingBundle\\Command\\ResetFailedCallRequestCommand' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\ResetFailedCallRequestCommand',
  5696.             'Aqarmap\\Bundle\\ListingBundle\\Command\\ResetListingsRatesCommand' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\ResetListingsRatesCommand',
  5697.             'Aqarmap\\Bundle\\ListingBundle\\Command\\ScoringCommand' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\ScoringCommand',
  5698.             'Aqarmap\\Bundle\\ListingBundle\\Command\\ScrapedBrokersDataCommand' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\ScrapedBrokersDataCommand',
  5699.             'Aqarmap\\Bundle\\ListingBundle\\Command\\ScrapedListingProcessingCommand' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\ScrapedListingProcessingCommand',
  5700.             'Aqarmap\\Bundle\\ListingBundle\\Command\\UpdateClientServedCountCommand' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\UpdateClientServedCountCommand',
  5701.             'Aqarmap\\Bundle\\ListingBundle\\Command\\UpdateCorruptedPhonesCommand' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\UpdateCorruptedPhonesCommand',
  5702.             'Aqarmap\\Bundle\\ListingBundle\\Command\\UpdateDisabledLocationsChildrenCommand' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\UpdateDisabledLocationsChildrenCommand',
  5703.             'Aqarmap\\Bundle\\ListingBundle\\Command\\UpdateListingsLabel' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\UpdateListingsLabel',
  5704.             'Aqarmap\\Bundle\\ListingBundle\\Command\\UpdateLocationFullPathCommand' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\UpdateLocationFullPathCommand',
  5705.             'Aqarmap\\Bundle\\ListingBundle\\Command\\UpdateLocationsEstimatableCommand' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\UpdateLocationsEstimatableCommand',
  5706.             'Aqarmap\\Bundle\\ListingBundle\\Command\\UpdateScrapedListingDataCommand' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\UpdateScrapedListingDataCommand',
  5707.             'Aqarmap\\Bundle\\MessageBundle\\Command\\MaskedEmailReadCommand' => 'Aqarmap\\Bundle\\MessageBundle\\Command\\MaskedEmailReadCommand',
  5708.             'Aqarmap\\Bundle\\MessageBundle\\Command\\MessageCommand' => 'Aqarmap\\Bundle\\MessageBundle\\Command\\MessageCommand',
  5709.             'Aqarmap\\Bundle\\MessageBundle\\Command\\PatchMaskedEmailMessageRecipientCommand' => 'Aqarmap\\Bundle\\MessageBundle\\Command\\PatchMaskedEmailMessageRecipientCommand',
  5710.             'Aqarmap\\Bundle\\MessageBundle\\Command\\PatchMessageLeadCommand' => 'Aqarmap\\Bundle\\MessageBundle\\Command\\PatchMessageLeadCommand',
  5711.             'Aqarmap\\Bundle\\CreditBundle\\Command\\BatchUpdatePackageTaxesCommand' => 'Aqarmap\\Bundle\\CreditBundle\\Command\\BatchUpdatePackageTaxesCommand',
  5712.             'Aqarmap\\Bundle\\CreditBundle\\Command\\CreditAnalysisCommand' => 'Aqarmap\\Bundle\\CreditBundle\\Command\\CreditAnalysisCommand',
  5713.             'Aqarmap\\Bundle\\CreditBundle\\Command\\ExclusivePackagesCreditFundingCommand' => 'Aqarmap\\Bundle\\CreditBundle\\Command\\ExclusivePackagesCreditFundingCommand',
  5714.             'Aqarmap\\Bundle\\CreditBundle\\Command\\ExpireCreditCommand' => 'Aqarmap\\Bundle\\CreditBundle\\Command\\ExpireCreditCommand',
  5715.             'Aqarmap\\Bundle\\CreditBundle\\Command\\PackageUserTypePatchCommand' => 'Aqarmap\\Bundle\\CreditBundle\\Command\\PackageUserTypePatchCommand',
  5716.             'Aqarmap\\Bundle\\CreditBundle\\Command\\PatchCreditServicesOrderCommand' => 'Aqarmap\\Bundle\\CreditBundle\\Command\\PatchCreditServicesOrderCommand',
  5717.             'Aqarmap\\Bundle\\CreditBundle\\Command\\PatchExtendActiveCreditPackagesCommand' => 'Aqarmap\\Bundle\\CreditBundle\\Command\\PatchExtendActiveCreditPackagesCommand',
  5718.             'Aqarmap\\Bundle\\CreditBundle\\Command\\PatchGenerateChurnAndExpiryHistoryCommand' => 'Aqarmap\\Bundle\\CreditBundle\\Command\\PatchGenerateChurnAndExpiryHistoryCommand',
  5719.             'Aqarmap\\Bundle\\CreditBundle\\Command\\PatchRevertActiveCreditPackagesExtensionCommand' => 'Aqarmap\\Bundle\\CreditBundle\\Command\\PatchRevertActiveCreditPackagesExtensionCommand',
  5720.             'Aqarmap\\Bundle\\CreditBundle\\Command\\PaymentTransactionsPatchCommand' => 'Aqarmap\\Bundle\\CreditBundle\\Command\\PaymentTransactionsPatchCommand',
  5721.             'Aqarmap\\Bundle\\CreditBundle\\Command\\ResetCreditOnChurnExpiryCommand' => 'Aqarmap\\Bundle\\CreditBundle\\Command\\ResetCreditOnChurnExpiryCommand',
  5722.             'Aqarmap\\Bundle\\CreditBundle\\Command\\UpdateChurnsAndExpiryDataCommand' => 'Aqarmap\\Bundle\\CreditBundle\\Command\\UpdateChurnsAndExpiryDataCommand',
  5723.             'Aqarmap\\Bundle\\NotifierBundle\\Command\\CalculateStatisticsCommand' => 'Aqarmap\\Bundle\\NotifierBundle\\Command\\CalculateStatisticsCommand',
  5724.             'Aqarmap\\Bundle\\BuyerAlertsBundle\\Command\\BuyerAlertsCommand' => 'Aqarmap\\Bundle\\BuyerAlertsBundle\\Command\\BuyerAlertsCommand',
  5725.             'Aqarmap\\Bundle\\BuyerAlertsBundle\\Command\\SendRecentListingsEmailCommand' => 'Aqarmap\\Bundle\\BuyerAlertsBundle\\Command\\SendRecentListingsEmailCommand',
  5726.             'Aqarmap\\Bundle\\NeighborhoodBundle\\Command\\DiscussionInterestsNotificationCommand' => 'Aqarmap\\Bundle\\NeighborhoodBundle\\Command\\DiscussionInterestsNotificationCommand',
  5727.             'Aqarmap\\Bundle\\DiscussionBundle\\Command\\UpdateCommentsCounterCommand' => 'Aqarmap\\Bundle\\DiscussionBundle\\Command\\UpdateCommentsCounterCommand',
  5728.             'Aqarmap\\Bundle\\CRMBundle\\Command\\CRMUpdateCommand' => 'Aqarmap\\Bundle\\CRMBundle\\Command\\CRMUpdateCommand',
  5729.             'Aqarmap\\Bundle\\CRMBundle\\Command\\PatchGenerateStaffHistoryCommand' => 'Aqarmap\\Bundle\\CRMBundle\\Command\\PatchGenerateStaffHistoryCommand',
  5730.             'Aqarmap\\Bundle\\CRMBundle\\Command\\PatchUpdateCompanyCreateAtDateCommand' => 'Aqarmap\\Bundle\\CRMBundle\\Command\\PatchUpdateCompanyCreateAtDateCommand',
  5731.             'Aqarmap\\Bundle\\CustomerProfilingBundle\\Command\\CustomerProfilingSurveyCommand' => 'Aqarmap\\Bundle\\CustomerProfilingBundle\\Command\\CustomerProfilingSurveyCommand',
  5732.             'Aqarmap\\Bundle\\CustomerProfilingBundle\\Command\\MigrateAgesCommand' => 'Aqarmap\\Bundle\\CustomerProfilingBundle\\Command\\MigrateAgesCommand',
  5733.             'Aqarmap\\Bundle\\PaymentBundle\\Command\\CreditAnalysisWarmupCommand' => 'Aqarmap\\Bundle\\PaymentBundle\\Command\\CreditAnalysisWarmupCommand',
  5734.             'Aqarmap\\Bundle\\PaymentBundle\\Command\\PatchUpdatePaymentTypeCommand' => 'Aqarmap\\Bundle\\PaymentBundle\\Command\\PatchUpdatePaymentTypeCommand',
  5735.             'Aqarmap\\Bundle\\PaymentBundle\\Command\\PatchUpdateRemainingSubscriptionDaysCommand' => 'Aqarmap\\Bundle\\PaymentBundle\\Command\\PatchUpdateRemainingSubscriptionDaysCommand',
  5736.             'Aqarmap\\Bundle\\PaymentBundle\\Command\\SalesAnalysisCommand' => 'Aqarmap\\Bundle\\PaymentBundle\\Command\\SalesAnalysisCommand',
  5737.             'Aqarmap\\Bundle\\SearchBundle\\Command\\CorrectLocationsSlugsCommand' => 'Aqarmap\\Bundle\\SearchBundle\\Command\\CorrectLocationsSlugsCommand',
  5738.             'Aqarmap\\Bundle\\NotificationBundle\\Command\\ConsumerCommand' => 'Aqarmap\\Bundle\\NotificationBundle\\Command\\ConsumerCommand',
  5739.             'Aqarmap\\Bundle\\NotificationBundle\\Command\\DeviceCommand' => 'Aqarmap\\Bundle\\NotificationBundle\\Command\\DeviceCommand',
  5740.             'Aqarmap\\Bundle\\NotificationBundle\\Command\\DispatcherNotificationCommand' => 'Aqarmap\\Bundle\\NotificationBundle\\Command\\DispatcherNotificationCommand',
  5741.             'Aqarmap\\Bundle\\NotificationBundle\\Command\\GenerateNotificationCommand' => 'Aqarmap\\Bundle\\NotificationBundle\\Command\\GenerateNotificationCommand',
  5742.             'Aqarmap\\Bundle\\NotificationBundle\\Command\\NotificationGenerator' => 'Aqarmap\\Bundle\\NotificationBundle\\Command\\NotificationGenerator',
  5743.             'Aqarmap\\Bundle\\NotificationBundle\\Command\\NotificationsBagsCommand' => 'Aqarmap\\Bundle\\NotificationBundle\\Command\\NotificationsBagsCommand',
  5744.             'Aqarmap\\Bundle\\ValueEngineBundle\\Command\\ValueEngineAnalyserCommand' => 'Aqarmap\\Bundle\\ValueEngineBundle\\Command\\ValueEngineAnalyserCommand',
  5745.             'Aqarmap\\Bundle\\ValueEngineBundle\\Command\\ValueEngineDepthProductsCommand' => 'Aqarmap\\Bundle\\ValueEngineBundle\\Command\\ValueEngineDepthProductsCommand',
  5746.             'Aqarmap\\Bundle\\RecurringTransactionBundle\\Command\\ActiveRecurringTransactionCommand' => 'Aqarmap\\Bundle\\RecurringTransactionBundle\\Command\\ActiveRecurringTransactionCommand',
  5747.             'console.command.about' => '?',
  5748.             'console.command.assets_install' => '?',
  5749.             'console.command.cache_clear' => '?',
  5750.             'console.command.cache_pool_clear' => '?',
  5751.             'console.command.cache_pool_prune' => '?',
  5752.             'console.command.cache_pool_delete' => '?',
  5753.             'console.command.cache_pool_list' => '?',
  5754.             'console.command.cache_warmup' => '?',
  5755.             'console.command.config_debug' => '?',
  5756.             'console.command.config_dump_reference' => '?',
  5757.             'console.command.container_debug' => '?',
  5758.             'console.command.container_lint' => '?',
  5759.             'console.command.debug_autowiring' => '?',
  5760.             'console.command.dotenv_debug' => '?',
  5761.             'console.command.event_dispatcher_debug' => '?',
  5762.             'console.command.messenger_consume_messages' => '?',
  5763.             'console.command.messenger_setup_transports' => '?',
  5764.             'console.command.messenger_debug' => '?',
  5765.             'console.command.messenger_stop_workers' => '?',
  5766.             'console.command.messenger_failed_messages_retry' => '?',
  5767.             'console.command.messenger_failed_messages_show' => '?',
  5768.             'console.command.messenger_failed_messages_remove' => '?',
  5769.             'console.command.router_debug' => '?',
  5770.             'console.command.router_match' => '?',
  5771.             'console.command.translation_debug' => '?',
  5772.             'console.command.translation_extract' => '?',
  5773.             'console.command.validator_debug' => '?',
  5774.             'console.command.translation_pull' => '?',
  5775.             'console.command.translation_push' => '?',
  5776.             'console.command.xliff_lint' => '?',
  5777.             'console.command.yaml_lint' => '?',
  5778.             'console.command.form_debug' => '?',
  5779.             'console.command.secrets_set' => '?',
  5780.             'console.command.secrets_remove' => '?',
  5781.             'console.command.secrets_generate_key' => '?',
  5782.             'console.command.secrets_list' => '?',
  5783.             'console.command.secrets_decrypt_to_local' => '?',
  5784.             'console.command.secrets_encrypt_from_local' => '?',
  5785.             'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  5786.             'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  5787.             'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  5788.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand',
  5789.             'doctrine.database_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ImportDoctrineCommand',
  5790.             'doctrine.cache_clear_metadata_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearMetadataCacheDoctrineCommand',
  5791.             'doctrine.cache_clear_query_cache_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearQueryCacheDoctrineCommand',
  5792.             'doctrine.cache_clear_result_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearResultCacheDoctrineCommand',
  5793.             'doctrine.cache_collection_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CollectionRegionDoctrineCommand',
  5794.             'doctrine.mapping_convert_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ConvertMappingDoctrineCommand',
  5795.             'doctrine.schema_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CreateSchemaDoctrineCommand',
  5796.             'doctrine.schema_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\DropSchemaDoctrineCommand',
  5797.             'doctrine.ensure_production_settings_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EnsureProductionSettingsDoctrineCommand',
  5798.             'doctrine.clear_entity_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EntityRegionCacheDoctrineCommand',
  5799.             'doctrine.mapping_info_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\InfoDoctrineCommand',
  5800.             'doctrine.clear_query_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\QueryRegionCacheDoctrineCommand',
  5801.             'doctrine.query_dql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunDqlDoctrineCommand',
  5802.             'doctrine.schema_update_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\UpdateSchemaDoctrineCommand',
  5803.             'doctrine.schema_validate_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ValidateSchemaCommand',
  5804.             'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  5805.             'doctrine.fixtures_load_command' => 'Doctrine\\Bundle\\FixturesBundle\\Command\\LoadDataFixturesDoctrineCommand',
  5806.             'Doctrine\\Bundle\\MongoDBBundle\\Command\\ClearMetadataCacheDoctrineODMCommand' => 'Doctrine\\Bundle\\MongoDBBundle\\Command\\ClearMetadataCacheDoctrineODMCommand',
  5807.             'Doctrine\\Bundle\\MongoDBBundle\\Command\\CreateSchemaDoctrineODMCommand' => 'Doctrine\\Bundle\\MongoDBBundle\\Command\\CreateSchemaDoctrineODMCommand',
  5808.             'Doctrine\\Bundle\\MongoDBBundle\\Command\\DropSchemaDoctrineODMCommand' => 'Doctrine\\Bundle\\MongoDBBundle\\Command\\DropSchemaDoctrineODMCommand',
  5809.             'Doctrine\\Bundle\\MongoDBBundle\\Command\\GenerateHydratorsDoctrineODMCommand' => 'Doctrine\\Bundle\\MongoDBBundle\\Command\\GenerateHydratorsDoctrineODMCommand',
  5810.             'Doctrine\\Bundle\\MongoDBBundle\\Command\\GenerateProxiesDoctrineODMCommand' => 'Doctrine\\Bundle\\MongoDBBundle\\Command\\GenerateProxiesDoctrineODMCommand',
  5811.             'Doctrine\\Bundle\\MongoDBBundle\\Command\\InfoDoctrineODMCommand' => 'Doctrine\\Bundle\\MongoDBBundle\\Command\\InfoDoctrineODMCommand',
  5812.             'Doctrine\\Bundle\\MongoDBBundle\\Command\\LoadDataFixturesDoctrineODMCommand' => 'Doctrine\\Bundle\\MongoDBBundle\\Command\\LoadDataFixturesDoctrineODMCommand',
  5813.             'Doctrine\\Bundle\\MongoDBBundle\\Command\\QueryDoctrineODMCommand' => 'Doctrine\\Bundle\\MongoDBBundle\\Command\\QueryDoctrineODMCommand',
  5814.             'Doctrine\\Bundle\\MongoDBBundle\\Command\\ShardDoctrineODMCommand' => 'Doctrine\\Bundle\\MongoDBBundle\\Command\\ShardDoctrineODMCommand',
  5815.             'Doctrine\\Bundle\\MongoDBBundle\\Command\\TailCursorDoctrineODMCommand' => 'Doctrine\\Bundle\\MongoDBBundle\\Command\\TailCursorDoctrineODMCommand',
  5816.             'Doctrine\\Bundle\\MongoDBBundle\\Command\\UpdateSchemaDoctrineODMCommand' => 'Doctrine\\Bundle\\MongoDBBundle\\Command\\UpdateSchemaDoctrineODMCommand',
  5817.             'fos_elastica.command.create' => 'FOS\\ElasticaBundle\\Command\\CreateCommand',
  5818.             'fos_elastica.command.populate' => 'FOS\\ElasticaBundle\\Command\\PopulateCommand',
  5819.             'fos_elastica.command.reset' => 'FOS\\ElasticaBundle\\Command\\ResetCommand',
  5820.             'fos_elastica.command.templates_reset' => 'FOS\\ElasticaBundle\\Command\\ResetTemplatesCommand',
  5821.             'fos_elastica.command.search' => 'FOS\\ElasticaBundle\\Command\\SearchCommand',
  5822.             'enqueue.transport.consume_command' => 'Enqueue\\Symfony\\Consumption\\ConfigurableConsumeCommand',
  5823.             'enqueue.client.consume_command' => 'Enqueue\\Symfony\\Client\\ConsumeCommand',
  5824.             'enqueue.client.produce_command' => 'Enqueue\\Symfony\\Client\\ProduceCommand',
  5825.             'enqueue.client.setup_broker_command' => 'Enqueue\\Symfony\\Client\\SetupBrokerCommand',
  5826.             'enqueue.client.routes_command' => 'Enqueue\\Symfony\\Client\\RoutesCommand',
  5827.             'twig.command.debug' => '?',
  5828.             'twig.command.lint' => '?',
  5829.             'fos_ck_editor.command.installer' => 'FOS\\CKEditorBundle\\Command\\CKEditorInstallerCommand',
  5830.             'fos_js_routing.dump_command' => 'FOS\\JsRoutingBundle\\Command\\DumpCommand',
  5831.             'fos_js_routing.router_debug_exposed_command' => 'FOS\\JsRoutingBundle\\Command\\RouterDebugExposedCommand',
  5832.             'security.command.debug_firewall' => '?',
  5833.             'security.command.user_password_encoder' => '?',
  5834.             'security.command.user_password_hash' => '?',
  5835.             'fos_user.command.activate_user' => 'FOS\\UserBundle\\Command\\ActivateUserCommand',
  5836.             'fos_user.command.change_password' => 'FOS\\UserBundle\\Command\\ChangePasswordCommand',
  5837.             'fos_user.command.create_user' => 'FOS\\UserBundle\\Command\\CreateUserCommand',
  5838.             'fos_user.command.deactivate_user' => 'FOS\\UserBundle\\Command\\DeactivateUserCommand',
  5839.             'fos_user.command.demote_user' => 'FOS\\UserBundle\\Command\\DemoteUserCommand',
  5840.             'fos_user.command.promote_user' => 'FOS\\UserBundle\\Command\\PromoteUserCommand',
  5841.             'liip_imagine.command.cache_remove' => 'Liip\\ImagineBundle\\Command\\RemoveCacheCommand',
  5842.             'liip_imagine.command.cache_resolve' => 'Liip\\ImagineBundle\\Command\\ResolveCacheCommand',
  5843.             'nelmio_api_doc.command.dump' => 'Nelmio\\ApiDocBundle\\Command\\DumpCommand',
  5844.             'old_sound_rabbit_mq.anon_consumer_command' => 'OldSound\\RabbitMqBundle\\Command\\AnonConsumerCommand',
  5845.             'old_sound_rabbit_mq.batch_consumer_command' => 'OldSound\\RabbitMqBundle\\Command\\BatchConsumerCommand',
  5846.             'old_sound_rabbit_mq.consumer_command' => 'OldSound\\RabbitMqBundle\\Command\\ConsumerCommand',
  5847.             'old_sound_rabbit_mq.delete_command' => 'OldSound\\RabbitMqBundle\\Command\\DeleteCommand',
  5848.             'old_sound_rabbit_mq.dynamic_consumer_command' => 'OldSound\\RabbitMqBundle\\Command\\DynamicConsumerCommand',
  5849.             'old_sound_rabbit_mq.multiple_consumer_command' => 'OldSound\\RabbitMqBundle\\Command\\MultipleConsumerCommand',
  5850.             'old_sound_rabbit_mq.purge_consumer_command' => 'OldSound\\RabbitMqBundle\\Command\\PurgeConsumerCommand',
  5851.             'old_sound_rabbit_mq.command.rpc_server_command' => 'OldSound\\RabbitMqBundle\\Command\\RpcServerCommand',
  5852.             'old_sound_rabbit_mq.command.setup_fabric_command' => 'OldSound\\RabbitMqBundle\\Command\\SetupFabricCommand',
  5853.             'old_sound_rabbit_mq.command.std_in_producer_command' => 'OldSound\\RabbitMqBundle\\Command\\StdInProducerCommand',
  5854.             'presta_sitemap.dump_command' => 'Presta\\SitemapBundle\\Command\\DumpSitemapsCommand',
  5855.             'Snc\\RedisBundle\\Command\\RedisQueryCommand' => 'Snc\\RedisBundle\\Command\\RedisQueryCommand',
  5856.             'var_dumper.command.server_dump' => '?',
  5857.             'monolog.command.server_log' => '?',
  5858.             'doctrine_migrations.diff_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DiffCommand',
  5859.             'doctrine_migrations.sync_metadata_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\SyncMetadataCommand',
  5860.             'doctrine_migrations.versions_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ListCommand',
  5861.             'doctrine_migrations.current_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\CurrentCommand',
  5862.             'doctrine_migrations.dump_schema_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DumpSchemaCommand',
  5863.             'doctrine_migrations.execute_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ExecuteCommand',
  5864.             'doctrine_migrations.generate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\GenerateCommand',
  5865.             'doctrine_migrations.latest_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\LatestCommand',
  5866.             'doctrine_migrations.migrate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\MigrateCommand',
  5867.             'doctrine_migrations.rollup_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\RollupCommand',
  5868.             'doctrine_migrations.status_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\StatusCommand',
  5869.             'doctrine_migrations.up_to_date_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\UpToDateCommand',
  5870.             'doctrine_migrations.version_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\VersionCommand',
  5871.             'vich_uploader.command.mapping_debug_class' => 'Vich\\UploaderBundle\\Command\\MappingDebugClassCommand',
  5872.             'vich_uploader.command.mapping_debug' => 'Vich\\UploaderBundle\\Command\\MappingDebugCommand',
  5873.             'vich_uploader.command.mapping_list_classes' => 'Vich\\UploaderBundle\\Command\\MappingListClassesCommand',
  5874.             'bazinga.jstranslation.dump_command' => 'Bazinga\\Bundle\\JsTranslationBundle\\Command\\DumpCommand',
  5875.             'knp_gaufrette.command.filesystem_keys' => 'Knp\\Bundle\\GaufretteBundle\\Command\\FilesystemKeysCommand',
  5876.             'maker.auto_command.make_auth' => '?',
  5877.             'maker.auto_command.make_command' => '?',
  5878.             'maker.auto_command.make_controller' => '?',
  5879.             'maker.auto_command.make_crud' => '?',
  5880.             'maker.auto_command.make_docker_database' => '?',
  5881.             'maker.auto_command.make_entity' => '?',
  5882.             'maker.auto_command.make_fixtures' => '?',
  5883.             'maker.auto_command.make_form' => '?',
  5884.             'maker.auto_command.make_message' => '?',
  5885.             'maker.auto_command.make_messenger_middleware' => '?',
  5886.             'maker.auto_command.make_registration_form' => '?',
  5887.             'maker.auto_command.make_reset_password' => '?',
  5888.             'maker.auto_command.make_serializer_encoder' => '?',
  5889.             'maker.auto_command.make_serializer_normalizer' => '?',
  5890.             'maker.auto_command.make_subscriber' => '?',
  5891.             'maker.auto_command.make_twig_extension' => '?',
  5892.             'maker.auto_command.make_test' => '?',
  5893.             'maker.auto_command.make_validator' => '?',
  5894.             'maker.auto_command.make_voter' => '?',
  5895.             'maker.auto_command.make_user' => '?',
  5896.             'maker.auto_command.make_migration' => '?',
  5897.             'maker.auto_command.make_stimulus_controller' => '?',
  5898.         ]), ['app:listings-availability:send' => 'App\\Command\\Listing\\SendListingAvailabilityReminderEmailCommand''app:patch:remove-duplicate-user-phones' => 'App\\Command\\Patch\\PatchRemoveDuplicateUserPhonesCommand''app:user-subscriptions:renew' => 'App\\Command\\Subscriptions\\renewUserSubscriptionsCommand''app:notifiers:copy_data' => 'Aqarmap\\Bundle\\UserBundle\\Command\\GetNotifierDataToInterestsCommand''app:users:patch_generate_user_services' => 'Aqarmap\\Bundle\\UserBundle\\Command\\PatchGenerateUserServicesCommand''app:users:patch_update_user_interest_country_code' => 'Aqarmap\\Bundle\\UserBundle\\Command\\PatchUpdateUserInterestCountryCodeCommand''app:user:credit-exipiration-reminder' => 'Aqarmap\\Bundle\\UserBundle\\Command\\ReminderPackageExpirationCommand''app:stop-aqarmap-live-service' => 'Aqarmap\\Bundle\\UserBundle\\Command\\StopAqarmapLiveServiceCommand''app:sync-customers-to-zoho' => 'Aqarmap\\Bundle\\UserBundle\\Command\\SyncCustomersToZohoCRM''app:users:update-brokers-user-type' => 'Aqarmap\\Bundle\\UserBundle\\Command\\UpdateBrokersUserTypeCommand''app:patch:user:package' => 'Aqarmap\\Bundle\\UserBundle\\Command\\UserPackageCommand''app:users:fix_user_type' => 'Aqarmap\\Bundle\\UserBundle\\Command\\UserTypeCommand''app:entity:persist' => 'Aqarmap\\Bundle\\MainBundle\\Command\\EntityPersisterCommand''app:fixtures:rebuild' => 'Aqarmap\\Bundle\\MainBundle\\Command\\FixturesCommand''app:cache:warmup' => 'Aqarmap\\Bundle\\MainBundle\\Command\\MoonshotCacheWarmerCommand''app:patch:add-legacy-property-types' => 'Aqarmap\\Bundle\\MainBundle\\Command\\PatchAddLegacyPropertyTypeCommand''app:entity:tree-rebuild' => 'Aqarmap\\Bundle\\MainBundle\\Command\\PatchTreeRebuildCommand''app:custom-field:patch' => 'Aqarmap\\Bundle\\MainBundle\\Command\\UpdateCustomFieldCommand''app:units:create-auto-bump-up' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\AutoBumpUpCreationCommand''app:listings:bump-up' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\AutoBumpUpListingsCommand''app:scraped:listings:publisher' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\AutoScrapedPublisherCommand''app:scraped:listings:refiner' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\AutoScrapedRefinerCommand''app:batch:flf2_listing_features' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\BatchInsertListingFeaturesForOldFlf2ListingsCommand''app:batch:listings:update_main_photo' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\BatchUpdateListingMainPhotosCommand''app:listings:update-ctr' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\CTRCommand''app:call_request:deliver' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\CallRequestCommand''app:phones:clean-up' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\CleanUpPhonesAndContryCodeCommand''app:listing:average-price' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\CompoundAveragePriceCommand''app:listing:delete_rejected' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\DeleteRejectedListingCommand''app:freeze:listings' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\FreezeListingsCommand''app:top_customers:generate' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\GenerateTopCustomersCommand''app:listing:increment_listing_impressions' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\IncrementListingImpressionsCommand''crm:leads:sync' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\LeadsCRMCommand''app:locations:history:linked_locations_count:update' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\LinkedLocationHistoryCountCommand''app:listing:expiration' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\ListingExpirationCommand''app:listing:featured_expiration' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\ListingFeaturedExpirationCommand''app:listing_notification:deliver' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\ListingNotificationCommand''app:listing:pending:payment' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\ListingPendingPaymentCommand''app:listing:pending:photos' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\ListingPendingPhotoCommand''app:listing:relist' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\ListingRelistExpiredCommand''app:patch:listing:photo:order' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\ListingsPhotosOrderPatchCommand''app:location:nearest_by' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\LocationNearestByCalculateCommand''app:supply_demand:get' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\LocationSupplyDemandGetCommand''app:listings:phones:patch' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\MoveListingPhoneCommand''app:users:phones:patch' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\MoveUserPhoneNumbersCommand''app:patch:fix_listings_slug' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\PatchFixListingsSlugCommand''app:patch:publish_listing_sns' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\PatchPublishListingsDataToSNSCommand''app:leads:send-emails-queue-republish' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\PatchRepublishLeadsToQueueCommand''app:location:update-compound-location' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\PatchUpdateCompoundLocationCommand''app:listing:update-coordinates' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\PatchUpdateListingCoordinatesCommand''app:listing:leads-count' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\PatchUpdateListingLeadsCountCommand''app:project_report:deliver' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\ProjectReportCommand''app:call_request:reset-failed' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\ResetFailedCallRequestCommand''app:reset-listing-rates' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\ResetListingsRatesCommand''app:listing:scoring' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\ScoringCommand''app:get-brokers-data' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\ScrapedBrokersDataCommand''app:scraped:listings' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\ScrapedListingProcessingCommand''app:user:client-served-count-patch' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\UpdateClientServedCountCommand''app:user:listing-phone-numbers-patch' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\UpdateCorruptedPhonesCommand''app:locations:disabled_children:update' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\UpdateDisabledLocationsChildrenCommand''app:batch-update-listings-label' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\UpdateListingsLabel''app:locations:full_path:update' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\UpdateLocationFullPathCommand''app:locations:estimatable:update' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\UpdateLocationsEstimatableCommand''app:update-scrapped-listings' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\UpdateScrapedListingDataCommand''app:masked_email:read' => 'Aqarmap\\Bundle\\MessageBundle\\Command\\MaskedEmailReadCommand''app:message:send' => 'Aqarmap\\Bundle\\MessageBundle\\Command\\MessageCommand''app:patch:missing-message-recipients' => 'Aqarmap\\Bundle\\MessageBundle\\Command\\PatchMaskedEmailMessageRecipientCommand''app:patch:missing-message-leads' => 'Aqarmap\\Bundle\\MessageBundle\\Command\\PatchMessageLeadCommand''app:batch:credit:update_packages_taxes' => 'Aqarmap\\Bundle\\CreditBundle\\Command\\BatchUpdatePackageTaxesCommand''app:analyse:credit:patch' => 'Aqarmap\\Bundle\\CreditBundle\\Command\\CreditAnalysisCommand''app:packages:exclusive:funding' => 'Aqarmap\\Bundle\\CreditBundle\\Command\\ExclusivePackagesCreditFundingCommand''app:expire-credit-after-thirty-days' => 'Aqarmap\\Bundle\\CreditBundle\\Command\\ExpireCreditCommand''app:packages:usertype:patch' => 'Aqarmap\\Bundle\\CreditBundle\\Command\\PackageUserTypePatchCommand''app:credit-services-order:patch' => 'Aqarmap\\Bundle\\CreditBundle\\Command\\PatchCreditServicesOrderCommand''app:patch:extend-active-packages' => 'Aqarmap\\Bundle\\CreditBundle\\Command\\PatchExtendActiveCreditPackagesCommand''app:patch:generate-churn-expiry-history' => 'Aqarmap\\Bundle\\CreditBundle\\Command\\PatchGenerateChurnAndExpiryHistoryCommand''app:patch:revert-active-packages-extension' => 'Aqarmap\\Bundle\\CreditBundle\\Command\\PatchRevertActiveCreditPackagesExtensionCommand''app:old-credits:patch' => 'Aqarmap\\Bundle\\CreditBundle\\Command\\PaymentTransactionsPatchCommand''app:reset_credit_churn_expiry' => 'Aqarmap\\Bundle\\CreditBundle\\Command\\ResetCreditOnChurnExpiryCommand''app:update:churns:expiry' => 'Aqarmap\\Bundle\\CreditBundle\\Command\\UpdateChurnsAndExpiryDataCommand''app:notifier:statistics:calculate' => 'Aqarmap\\Bundle\\NotifierBundle\\Command\\CalculateStatisticsCommand''app:buyer-alerts:send' => 'Aqarmap\\Bundle\\BuyerAlertsBundle\\Command\\BuyerAlertsCommand''app:recent-listings:send' => 'Aqarmap\\Bundle\\BuyerAlertsBundle\\Command\\SendRecentListingsEmailCommand''app:discussion:interests:add' => 'Aqarmap\\Bundle\\NeighborhoodBundle\\Command\\DiscussionInterestsNotificationCommand''app:discussion:comments_counter:update' => 'Aqarmap\\Bundle\\DiscussionBundle\\Command\\UpdateCommentsCounterCommand''app:crm:update' => 'Aqarmap\\Bundle\\CRMBundle\\Command\\CRMUpdateCommand''app:crm:generate-staff-history-patch' => 'Aqarmap\\Bundle\\CRMBundle\\Command\\PatchGenerateStaffHistoryCommand''app:patch:crm:update-companies-dates' => 'Aqarmap\\Bundle\\CRMBundle\\Command\\PatchUpdateCompanyCreateAtDateCommand''app:customers:profiling' => 'Aqarmap\\Bundle\\CustomerProfilingBundle\\Command\\CustomerProfilingSurveyCommand''app:patch:profiling:ages:change' => 'Aqarmap\\Bundle\\CustomerProfilingBundle\\Command\\MigrateAgesCommand''app:credit:analysis:warmup' => 'Aqarmap\\Bundle\\PaymentBundle\\Command\\CreditAnalysisWarmupCommand''app:patch:payment-type' => 'Aqarmap\\Bundle\\PaymentBundle\\Command\\PatchUpdatePaymentTypeCommand''app:patch:update-remaining-subscription-days' => 'Aqarmap\\Bundle\\PaymentBundle\\Command\\PatchUpdateRemainingSubscriptionDaysCommand''app:analyse:sales:patch' => 'Aqarmap\\Bundle\\PaymentBundle\\Command\\SalesAnalysisCommand''app:locations:slugs:correct' => 'Aqarmap\\Bundle\\SearchBundle\\Command\\CorrectLocationsSlugsCommand''app:queue:consumer' => 'Aqarmap\\Bundle\\NotificationBundle\\Command\\ConsumerCommand''app:device:check' => 'Aqarmap\\Bundle\\NotificationBundle\\Command\\DeviceCommand''aqarmap:notification-dispatch' => 'Aqarmap\\Bundle\\NotificationBundle\\Command\\DispatcherNotificationCommand''aqarmap:notification-create' => 'Aqarmap\\Bundle\\NotificationBundle\\Command\\GenerateNotificationCommand''aqarmap:notification-generator' => 'Aqarmap\\Bundle\\NotificationBundle\\Command\\NotificationGenerator''notifications:bags:process' => 'Aqarmap\\Bundle\\NotificationBundle\\Command\\NotificationsBagsCommand''app:value-engine:analyse' => 'Aqarmap\\Bundle\\ValueEngineBundle\\Command\\ValueEngineAnalyserCommand''app:value-engine:depth-products' => 'Aqarmap\\Bundle\\ValueEngineBundle\\Command\\ValueEngineDepthProductsCommand''app:activate-recurring-package:payment' => 'Aqarmap\\Bundle\\RecurringTransactionBundle\\Command\\ActiveRecurringTransactionCommand''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''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:fixtures:load' => 'doctrine.fixtures_load_command''doctrine:mongodb:cache:clear-metadata' => 'Doctrine\\Bundle\\MongoDBBundle\\Command\\ClearMetadataCacheDoctrineODMCommand''doctrine:mongodb:schema:create' => 'Doctrine\\Bundle\\MongoDBBundle\\Command\\CreateSchemaDoctrineODMCommand''doctrine:mongodb:schema:drop' => 'Doctrine\\Bundle\\MongoDBBundle\\Command\\DropSchemaDoctrineODMCommand''doctrine:mongodb:generate:hydrators' => 'Doctrine\\Bundle\\MongoDBBundle\\Command\\GenerateHydratorsDoctrineODMCommand''doctrine:mongodb:generate:proxies' => 'Doctrine\\Bundle\\MongoDBBundle\\Command\\GenerateProxiesDoctrineODMCommand''doctrine:mongodb:mapping:info' => 'Doctrine\\Bundle\\MongoDBBundle\\Command\\InfoDoctrineODMCommand''doctrine:mongodb:fixtures:load' => 'Doctrine\\Bundle\\MongoDBBundle\\Command\\LoadDataFixturesDoctrineODMCommand''doctrine:mongodb:query' => 'Doctrine\\Bundle\\MongoDBBundle\\Command\\QueryDoctrineODMCommand''doctrine:mongodb:schema:shard' => 'Doctrine\\Bundle\\MongoDBBundle\\Command\\ShardDoctrineODMCommand''doctrine:mongodb:tail-cursor' => 'Doctrine\\Bundle\\MongoDBBundle\\Command\\TailCursorDoctrineODMCommand''doctrine:mongodb:schema:update' => 'Doctrine\\Bundle\\MongoDBBundle\\Command\\UpdateSchemaDoctrineODMCommand''fos:elastica:create' => 'fos_elastica.command.create''fos:elastica:populate' => 'fos_elastica.command.populate''fos:elastica:reset' => 'fos_elastica.command.reset''fos:elastica:reset-templates' => 'fos_elastica.command.templates_reset''fos:elastica:search' => 'fos_elastica.command.search''enqueue:transport:consume' => 'enqueue.transport.consume_command''enqueue:consume' => 'enqueue.client.consume_command''enqueue:produce' => 'enqueue.client.produce_command''enqueue:setup-broker' => 'enqueue.client.setup_broker_command''enqueue:routes' => 'enqueue.client.routes_command''debug:twig' => 'twig.command.debug''lint:twig' => 'twig.command.lint''ckeditor:install' => 'fos_ck_editor.command.installer''fos:js-routing:dump' => 'fos_js_routing.dump_command''fos:js-routing:debug' => 'fos_js_routing.router_debug_exposed_command''debug:firewall' => 'security.command.debug_firewall''security:encode-password' => 'security.command.user_password_encoder''security:hash-password' => 'security.command.user_password_hash''fos:user:activate' => 'fos_user.command.activate_user''fos:user:change-password' => 'fos_user.command.change_password''fos:user:create' => 'fos_user.command.create_user''fos:user:deactivate' => 'fos_user.command.deactivate_user''fos:user:demote' => 'fos_user.command.demote_user''fos:user:promote' => 'fos_user.command.promote_user''liip:imagine:cache:remove' => 'liip_imagine.command.cache_remove''liip:imagine:cache:resolve' => 'liip_imagine.command.cache_resolve''nelmio:apidoc:dump' => 'nelmio_api_doc.command.dump''rabbitmq:anon-consumer' => 'old_sound_rabbit_mq.anon_consumer_command''rabbitmq:batch:consumer' => 'old_sound_rabbit_mq.batch_consumer_command''rabbitmq:consumer' => 'old_sound_rabbit_mq.consumer_command''rabbitmq:delete' => 'old_sound_rabbit_mq.delete_command''rabbitmq:dynamic-consumer' => 'old_sound_rabbit_mq.dynamic_consumer_command''rabbitmq:multiple-consumer' => 'old_sound_rabbit_mq.multiple_consumer_command''rabbitmq:purge' => 'old_sound_rabbit_mq.purge_consumer_command''rabbitmq:rpc-server' => 'old_sound_rabbit_mq.command.rpc_server_command''rabbitmq:setup-fabric' => 'old_sound_rabbit_mq.command.setup_fabric_command''rabbitmq:stdin-producer' => 'old_sound_rabbit_mq.command.std_in_producer_command''presta:sitemaps:dump' => 'presta_sitemap.dump_command''redis:query' => 'Snc\\RedisBundle\\Command\\RedisQueryCommand''server:dump' => 'var_dumper.command.server_dump''server:log' => 'monolog.command.server_log''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''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''bazinga:js-translation:dump' => 'bazinga.jstranslation.dump_command''gaufrette:filesystem:keys' => 'knp_gaufrette.command.filesystem_keys''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']);
  5899.     }
  5900.     /**
  5901.      * Gets the public 'container.env_var_processors_locator' shared service.
  5902.      *
  5903.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5904.      */
  5905.     protected function getContainer_EnvVarProcessorsLocatorService()
  5906.     {
  5907.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5908.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  5909.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  5910.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  5911.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  5912.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  5913.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  5914.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  5915.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  5916.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  5917.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  5918.             'not' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  5919.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  5920.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  5921.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  5922.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  5923.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  5924.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  5925.         ], [
  5926.             'base64' => '?',
  5927.             'bool' => '?',
  5928.             'const' => '?',
  5929.             'csv' => '?',
  5930.             'default' => '?',
  5931.             'file' => '?',
  5932.             'float' => '?',
  5933.             'int' => '?',
  5934.             'json' => '?',
  5935.             'key' => '?',
  5936.             'not' => '?',
  5937.             'query_string' => '?',
  5938.             'require' => '?',
  5939.             'resolve' => '?',
  5940.             'string' => '?',
  5941.             'trim' => '?',
  5942.             'url' => '?',
  5943.         ]);
  5944.     }
  5945.     /**
  5946.      * Gets the public 'criteria_mediator' shared autowired service.
  5947.      *
  5948.      * @return \Aqarmap\Bundle\SearchBundle\CriteriaMediator\CriteriaMediator
  5949.      */
  5950.     protected function getCriteriaMediatorService()
  5951.     {
  5952.         return $this->services['criteria_mediator'] = new \Aqarmap\Bundle\SearchBundle\CriteriaMediator\CriteriaMediator($this, ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Aqarmap\\Bundle\\FeatureToggleBundle\\Service\\FeatureToggleManager'] ?? $this->getFeatureToggleManagerService()), ($this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\ElasticListingSearch\\DefaultListingSearch'] ?? $this->getDefaultListingSearchService()));
  5953.     }
  5954.     /**
  5955.      * Gets the public 'data_collector.dump' shared service.
  5956.      *
  5957.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  5958.      */
  5959.     protected function getDataCollector_DumpService()
  5960.     {
  5961.         return $this->services['data_collector.dump'] = new \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), 'UTF-8', ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
  5962.     }
  5963.     /**
  5964.      * Gets the public 'doctrine' shared service.
  5965.      *
  5966.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  5967.      */
  5968.     protected function getDoctrineService()
  5969.     {
  5970.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  5971.     }
  5972.     /**
  5973.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  5974.      *
  5975.      * @return \Doctrine\DBAL\Connections\PrimaryReadReplicaConnection
  5976.      */
  5977.     protected function getDoctrine_Dbal_DefaultConnectionService()
  5978.     {
  5979.         $a = new \Doctrine\DBAL\Configuration();
  5980.         $a->setSQLLogger(new \Doctrine\DBAL\Logging\LoggerChain([=> new \Symfony\Bridge\Doctrine\Logger\DbalLogger(($this->privates['monolog.logger.doctrine'] ?? $this->getMonolog_Logger_DoctrineService()), ($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()))]));
  5981.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql''slaves' => [], 'replica' => ['replica' => ['url' => $this->getEnv('DATABASE_REPLICA_URL'), 'host' => 'localhost''port' => NULL'user' => 'root''password' => NULL]], 'defaultTableOptions' => [], 'primary' => ['url' => $this->getEnv('DATABASE_PRIMARY_URL'), 'host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => []], 'wrapperClass' => 'Doctrine\\DBAL\\Connections\\PrimaryReadReplicaConnection'], $a, new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5982.             'Aqarmap\\Bundle\\UserBundle\\EventListener\\NewUserPhoneListener' => ['privates''Aqarmap\\Bundle\\UserBundle\\EventListener\\NewUserPhoneListener''getNewUserPhoneListenerService'false],
  5983.             'aqarmap.user_listener' => ['privates''aqarmap.user_listener''getAqarmap_UserListenerService'false],
  5984.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  5985.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'false],
  5986.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'false],
  5987.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'false],
  5988.             'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates''doctrine.orm.messenger.doctrine_schema_subscriber''getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService'false],
  5989.             'fos_elastica.listener.app_listings.listings' => ['privates''fos_elastica.listener.app_listings.listings''getFosElastica_Listener_AppListings_ListingsService'false],
  5990.             'fos_elastica.listener.app_locations.locations' => ['privates''fos_elastica.listener.app_locations.locations''getFosElastica_Listener_AppLocations_LocationsService'false],
  5991.             'fos_user.user_listener' => ['privates''fos_user.user_listener''getFosUser_UserListenerService'false],
  5992.             'gedmo.listener.iptraceable' => ['privates''gedmo.listener.iptraceable''getGedmo_Listener_IptraceableService'false],
  5993.             'gedmo.listener.softdeleteable' => ['privates''gedmo.listener.softdeleteable''getGedmo_Listener_SoftdeleteableService'false],
  5994.             'gedmo.listener.sortable' => ['privates''gedmo.listener.sortable''getGedmo_Listener_SortableService'false],
  5995.             'gedmo.listener.timestampable' => ['privates''gedmo.listener.timestampable''getGedmo_Listener_TimestampableService'false],
  5996.             'gedmo.listener.translatable' => ['privates''gedmo.listener.translatable''getGedmo_Listener_TranslatableService'false],
  5997.             'gedmo.listener.tree' => ['privates''gedmo.listener.tree''getGedmo_Listener_TreeService'false],
  5998.             'vich_uploader.listener.clean.files_upload' => ['privates''vich_uploader.listener.clean.files_upload''getVichUploader_Listener_Clean_FilesUploadService'false],
  5999.             'vich_uploader.listener.clean.listing_photos' => ['privates''vich_uploader.listener.clean.listing_photos''getVichUploader_Listener_Clean_ListingPhotosService'false],
  6000.             'vich_uploader.listener.remove.files_upload' => ['privates''vich_uploader.listener.remove.files_upload''getVichUploader_Listener_Remove_FilesUploadService'false],
  6001.             'vich_uploader.listener.remove.listing_photos' => ['privates''vich_uploader.listener.remove.listing_photos''getVichUploader_Listener_Remove_ListingPhotosService'false],
  6002.             'vich_uploader.listener.upload.files_upload' => ['privates''vich_uploader.listener.upload.files_upload''getVichUploader_Listener_Upload_FilesUploadService'false],
  6003.             'vich_uploader.listener.upload.listing_photos' => ['privates''vich_uploader.listener.upload.listing_photos''getVichUploader_Listener_Upload_ListingPhotosService'false],
  6004.         ], [
  6005.             'Aqarmap\\Bundle\\UserBundle\\EventListener\\NewUserPhoneListener' => '?',
  6006.             'aqarmap.user_listener' => '?',
  6007.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  6008.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  6009.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  6010.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  6011.             'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
  6012.             'fos_elastica.listener.app_listings.listings' => '?',
  6013.             'fos_elastica.listener.app_locations.locations' => '?',
  6014.             'fos_user.user_listener' => '?',
  6015.             'gedmo.listener.iptraceable' => '?',
  6016.             'gedmo.listener.softdeleteable' => '?',
  6017.             'gedmo.listener.sortable' => '?',
  6018.             'gedmo.listener.timestampable' => '?',
  6019.             'gedmo.listener.translatable' => '?',
  6020.             'gedmo.listener.tree' => '?',
  6021.             'vich_uploader.listener.clean.files_upload' => '?',
  6022.             'vich_uploader.listener.clean.listing_photos' => '?',
  6023.             'vich_uploader.listener.remove.files_upload' => '?',
  6024.             'vich_uploader.listener.remove.listing_photos' => '?',
  6025.             'vich_uploader.listener.upload.files_upload' => '?',
  6026.             'vich_uploader.listener.upload.listing_photos' => '?',
  6027.         ]), [=> 'vich_uploader.listener.clean.listing_photos'=> 'vich_uploader.listener.clean.files_upload'=> 'gedmo.listener.translatable'=> 'gedmo.listener.softdeleteable'=> 'gedmo.listener.tree'=> 'gedmo.listener.timestampable'=> 'gedmo.listener.sortable'=> 'gedmo.listener.iptraceable'=> 'doctrine.orm.messenger.doctrine_schema_subscriber'=> 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'10 => 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'11 => 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'12 => 'vich_uploader.listener.remove.listing_photos'13 => 'vich_uploader.listener.upload.listing_photos'14 => 'vich_uploader.listener.remove.files_upload'15 => 'vich_uploader.listener.upload.files_upload'16 => [=> [=> 'postPersist'], => 'Aqarmap\\Bundle\\UserBundle\\EventListener\\NewUserPhoneListener'], 17 => [=> [=> 'postLoad'], => 'aqarmap.user_listener'], 18 => [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners'], 19 => [=> [=> 'postPersist'], => 'fos_elastica.listener.app_listings.listings'], 20 => [=> [=> 'postUpdate'], => 'fos_elastica.listener.app_listings.listings'], 21 => [=> [=> 'preRemove'], => 'fos_elastica.listener.app_listings.listings'], 22 => [=> [=> 'postFlush'], => 'fos_elastica.listener.app_listings.listings'], 23 => [=> [=> 'postPersist'], => 'fos_elastica.listener.app_locations.locations'], 24 => [=> [=> 'postUpdate'], => 'fos_elastica.listener.app_locations.locations'], 25 => [=> [=> 'preRemove'], => 'fos_elastica.listener.app_locations.locations'], 26 => [=> [=> 'postFlush'], => 'fos_elastica.listener.app_locations.locations'], 27 => [=> [=> 'prePersist'], => 'fos_user.user_listener'], 28 => [=> [=> 'preUpdate'], => 'fos_user.user_listener']]), []);
  6028.     }
  6029.     /**
  6030.      * Gets the public 'doctrine.orm.default_entity_listener_resolver' shared service.
  6031.      *
  6032.      * @return \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver
  6033.      */
  6034.     protected function getDoctrine_Orm_DefaultEntityListenerResolverService()
  6035.     {
  6036.         $this->services['doctrine.orm.default_entity_listener_resolver'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6037.             'Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingUpdatedListener' => ['privates''Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingUpdatedListener''getListingUpdatedListenerService'false],
  6038.         ], [
  6039.             'Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingUpdatedListener' => '?',
  6040.         ]));
  6041.         $instance->registerService('Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingUpdatedListener''Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingUpdatedListener');
  6042.         return $instance;
  6043.     }
  6044.     /**
  6045.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  6046.      *
  6047.      * @return \Doctrine\ORM\EntityManager
  6048.      */
  6049.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  6050.     {
  6051.         if ($lazyLoad) {
  6052.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  6053.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  6054.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  6055.                     $proxy->setProxyInitializer(null);
  6056.                     return true;
  6057.                 });
  6058.             });
  6059.         }
  6060.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  6061.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  6062.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  6063.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Cache/CacheConfiguration.php';
  6064.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Cache/Logging/CacheLogger.php';
  6065.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Cache/Logging/CacheLoggerChain.php';
  6066.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Cache/Logging/StatisticsCacheLogger.php';
  6067.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Cache/CacheFactory.php';
  6068.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Cache/DefaultCacheFactory.php';
  6069.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Cache/RegionsConfiguration.php';
  6070.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
  6071.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
  6072.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
  6073.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
  6074.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
  6075.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
  6076.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
  6077.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
  6078.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/DoctrineProvider.php';
  6079.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Cache/MultiGetRegion.php';
  6080.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Cache/Region.php';
  6081.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Cache/Region/DefaultRegion.php';
  6082.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  6083.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  6084.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultNamingStrategy.php';
  6085.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  6086.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  6087.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  6088.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  6089.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  6090.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  6091.         $a = new \Doctrine\ORM\Configuration();
  6092.         $b = new \Doctrine\ORM\Cache\CacheConfiguration();
  6093.         $c = new \Doctrine\ORM\Cache\Logging\CacheLoggerChain();
  6094.         $c->setLogger('statistics', new \Doctrine\ORM\Cache\Logging\StatisticsCacheLogger());
  6095.         $d = new \Doctrine\ORM\Cache\RegionsConfiguration(360060);
  6096.         $d->setLifetime('write_rare'864000);
  6097.         $d->setLifetime('append_only'8640000);
  6098.         $e = ($this->privates['doctrine.result_cache_pool'] ?? $this->getDoctrine_ResultCachePoolService());
  6099.         $f = new \Doctrine\ORM\Cache\DefaultCacheFactory($d, \Doctrine\Common\Cache\Psr6\DoctrineProvider::wrap($e));
  6100.         $f->setRegion(new \Doctrine\ORM\Cache\Region\DefaultRegion('write_rare', \Doctrine\Common\Cache\Psr6\DoctrineProvider::wrap(($this->privates['cache.doctrine.orm.default.second_level.region.write_rare_driver'] ?? $this->getCache_Doctrine_Orm_Default_SecondLevel_Region_WriteRareDriverService())), 864000));
  6101.         $f->setRegion(new \Doctrine\ORM\Cache\Region\DefaultRegion('append_only', \Doctrine\Common\Cache\Psr6\DoctrineProvider::wrap(($this->privates['cache.doctrine.orm.default.second_level.region.append_only_driver'] ?? $this->getCache_Doctrine_Orm_Default_SecondLevel_Region_AppendOnlyDriverService())), 8640000));
  6102.         $b->setCacheLogger($c);
  6103.         $b->setCacheFactory($f);
  6104.         $b->setRegionsConfiguration($d);
  6105.         $g = ($this->privates['doctrine.system_cache_pool'] ?? $this->getDoctrine_SystemCachePoolService());
  6106.         $h = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  6107.         $i = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
  6108.         $h->addDriver($i'Gedmo\\Tree\\Entity');
  6109.         $h->addDriver($i'App\\Entity');
  6110.         $h->addDriver($i'Aqarmap\\Bundle\\UserBundle\\Entity');
  6111.         $h->addDriver($i'Aqarmap\\Bundle\\MainBundle\\Entity');
  6112.         $h->addDriver($i'Aqarmap\\Bundle\\ListingBundle\\Entity');
  6113.         $h->addDriver($i'Aqarmap\\Bundle\\MessageBundle\\Entity');
  6114.         $h->addDriver($i'Aqarmap\\Bundle\\CreditBundle\\Entity');
  6115.         $h->addDriver($i'Aqarmap\\Bundle\\NotifierBundle\\Entity');
  6116.         $h->addDriver($i'Aqarmap\\Bundle\\BuyerAlertsBundle\\Entity');
  6117.         $h->addDriver($i'Aqarmap\\Bundle\\MortgageBundle\\Entity');
  6118.         $h->addDriver($i'Aqarmap\\Bundle\\BrokerSalesBundle\\Entity');
  6119.         $h->addDriver($i'Aqarmap\\Bundle\\NeighborhoodBundle\\Entity');
  6120.         $h->addDriver($i'Aqarmap\\Bundle\\DiscussionBundle\\Entity');
  6121.         $h->addDriver($i'Aqarmap\\Bundle\\CRMBundle\\Entity');
  6122.         $h->addDriver($i'Aqarmap\\Bundle\\CustomerProfilingBundle\\Entity');
  6123.         $h->addDriver($i'Aqarmap\\Bundle\\ExchangeBundle\\Entity');
  6124.         $h->addDriver($i'Aqarmap\\Bundle\\NotificationBundle\\Entity');
  6125.         $h->addDriver($i'Aqarmap\\Bundle\\PaymentBundle\\Entity');
  6126.         $h->addDriver($i'Aqarmap\\Bundle\\AnnouncementBundle\\Entity');
  6127.         $h->addDriver($i'Aqarmap\\Bundle\\SearchBundle\\Entity');
  6128.         $h->addDriver($i'Aqarmap\\Bundle\\FeatureToggleBundle\\Entity');
  6129.         $h->addDriver($i'Aqarmap\\Bundle\\ValueEngineBundle\\Entity');
  6130.         $h->addDriver($i'Aqarmap\\Bundle\\SurveyBundle\\Entity');
  6131.         $h->addDriver($i'Aqarmap\\Bundle\\OTPBundle\\Entity');
  6132.         $h->addDriver($i'Aqarmap\\Bundle\\FinancialAidsBundle\\Entity');
  6133.         $h->addDriver($i'Aqarmap\\Bundle\\RecurringTransactionBundle\\Entity');
  6134.         $h->addDriver($i'RedjanYm\\FCMBundle\\Entity');
  6135.         $h->addDriver(($this->privates['doctrine.orm.default_xml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultXmlMetadataDriverService()), 'Vich\\UploaderBundle\\Entity');
  6136.         $h->addDriver(($this->privates['.28_doctrine_metadata_driver~NR9_EMx'] ?? $this->get_28DoctrineMetadataDriverNR9EMxService()), 'FOS\\UserBundle\\Model');
  6137.         $a->setEntityNamespaces(['Gedmo' => 'Gedmo\\Tree\\Entity''App' => 'App\\Entity''AqarmapUserBundle' => 'Aqarmap\\Bundle\\UserBundle\\Entity''AqarmapMainBundle' => 'Aqarmap\\Bundle\\MainBundle\\Entity''AqarmapListingBundle' => 'Aqarmap\\Bundle\\ListingBundle\\Entity''AqarmapMessageBundle' => 'Aqarmap\\Bundle\\MessageBundle\\Entity''AqarmapCreditBundle' => 'Aqarmap\\Bundle\\CreditBundle\\Entity''AqarmapNotifierBundle' => 'Aqarmap\\Bundle\\NotifierBundle\\Entity''AqarmapBuyerAlertsBundle' => 'Aqarmap\\Bundle\\BuyerAlertsBundle\\Entity''AqarmapMortgageBundle' => 'Aqarmap\\Bundle\\MortgageBundle\\Entity''AqarmapBrokerSalesBundle' => 'Aqarmap\\Bundle\\BrokerSalesBundle\\Entity''AqarmapNeighborhoodBundle' => 'Aqarmap\\Bundle\\NeighborhoodBundle\\Entity''AqarmapDiscussionBundle' => 'Aqarmap\\Bundle\\DiscussionBundle\\Entity''AqarmapCRMBundle' => 'Aqarmap\\Bundle\\CRMBundle\\Entity''AqarmapCustomerProfilingBundle' => 'Aqarmap\\Bundle\\CustomerProfilingBundle\\Entity''AqarmapExchangeBundle' => 'Aqarmap\\Bundle\\ExchangeBundle\\Entity''NotificationBundle' => 'Aqarmap\\Bundle\\NotificationBundle\\Entity''AqarmapPaymentBundle' => 'Aqarmap\\Bundle\\PaymentBundle\\Entity''AqarmapAnnouncementBundle' => 'Aqarmap\\Bundle\\AnnouncementBundle\\Entity''AqarmapSearchBundle' => 'Aqarmap\\Bundle\\SearchBundle\\Entity''AqarmapNotificationBundle' => 'Aqarmap\\Bundle\\NotificationBundle\\Entity''FeatureToggleBundle' => 'Aqarmap\\Bundle\\FeatureToggleBundle\\Entity''AqarmapValueEngineBundle' => 'Aqarmap\\Bundle\\ValueEngineBundle\\Entity''SurveyBundle' => 'Aqarmap\\Bundle\\SurveyBundle\\Entity''OTPBundle' => 'Aqarmap\\Bundle\\OTPBundle\\Entity''AqarmapFinancialAidsBundle' => 'Aqarmap\\Bundle\\FinancialAidsBundle\\Entity''RecurringTransactionBundle' => 'Aqarmap\\Bundle\\RecurringTransactionBundle\\Entity''RedjanYmFCMBundle' => 'RedjanYm\\FCMBundle\\Entity''VichUploaderBundle' => 'Vich\\UploaderBundle\\Entity']);
  6138.         $a->setSecondLevelCacheEnabled(false);
  6139.         $a->setSecondLevelCacheConfiguration($b);
  6140.         $a->setMetadataCache($g);
  6141.         $a->setQueryCache($g);
  6142.         $a->setResultCache($e);
  6143.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($h, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6144.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'false],
  6145.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'false],
  6146.         ], [
  6147.             'doctrine.ulid_generator' => '?',
  6148.             'doctrine.uuid_generator' => '?',
  6149.         ])));
  6150.         $a->setProxyDir(($this->targetDir.''.'/doctrine/Proxies'));
  6151.         $a->setProxyNamespace('Proxies');
  6152.         $a->setAutoGenerateProxyClasses(true);
  6153.         $a->setSchemaIgnoreClasses([]);
  6154.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  6155.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  6156.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\DefaultNamingStrategy());
  6157.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  6158.         $a->setEntityListenerResolver(($this->services['doctrine.orm.default_entity_listener_resolver'] ?? $this->getDoctrine_Orm_DefaultEntityListenerResolverService()));
  6159.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6160.             'App\\Repository\\Banners\\BannersRepository' => ['privates''App\\Repository\\Banners\\BannersRepository''getBannersRepositoryService'false],
  6161.             'App\\Repository\\Lead\\LeadContactRequestRepository' => ['privates''App\\Repository\\Lead\\LeadContactRequestRepository''getLeadContactRequestRepositoryService'false],
  6162.             'App\\Repository\\Lead\\LeadRepository' => ['privates''App\\Repository\\Lead\\LeadRepository''getLeadRepositoryService'false],
  6163.             'App\\Repository\\Subscriptions\\SubscriptionPlanPackageRepository' => ['privates''App\\Repository\\Subscriptions\\SubscriptionPlanPackageRepository''getSubscriptionPlanPackageRepositoryService'false],
  6164.             'App\\Repository\\Subscriptions\\SubscriptionPlanRepository' => ['privates''App\\Repository\\Subscriptions\\SubscriptionPlanRepository''getSubscriptionPlanRepositoryService'false],
  6165.             'App\\Repository\\Subscriptions\\SubscriptionPlanServiceRepository' => ['privates''App\\Repository\\Subscriptions\\SubscriptionPlanServiceRepository''getSubscriptionPlanServiceRepositoryService'false],
  6166.             'App\\Repository\\Subscriptions\\UserSubscriptionRepository' => ['privates''App\\Repository\\Subscriptions\\UserSubscriptionRepository''getUserSubscriptionRepositoryService'false],
  6167.             'App\\Repository\\User\\UserCardRepository' => ['privates''App\\Repository\\User\\UserCardRepository''getUserCardRepositoryService'false],
  6168.             'App\\Repository\\User\\UserSegmentRepository' => ['privates''App\\Repository\\User\\UserSegmentRepository''getUserSegmentRepositoryService'false],
  6169.             'App\\Repository\\User\\UserSubAccountRepository' => ['privates''App\\Repository\\User\\UserSubAccountRepository''getUserSubAccountRepositoryService'false],
  6170.             'Aqarmap\\Bundle\\BrokerSalesBundle\\Repository\\BrokerRepository' => ['privates''Aqarmap\\Bundle\\BrokerSalesBundle\\Repository\\BrokerRepository''getBrokerRepositoryService'false],
  6171.             'Aqarmap\\Bundle\\BrokerSalesBundle\\Repository\\SellerRepository' => ['privates''Aqarmap\\Bundle\\BrokerSalesBundle\\Repository\\SellerRepository''getSellerRepositoryService'false],
  6172.             'Aqarmap\\Bundle\\BuyerAlertsBundle\\Repository\\BuyerAlertsRepository' => ['privates''Aqarmap\\Bundle\\BuyerAlertsBundle\\Repository\\BuyerAlertsRepository''getBuyerAlertsRepositoryService'false],
  6173.             'Aqarmap\\Bundle\\BuyerAlertsBundle\\Repository\\RecentSearchesRepository' => ['privates''Aqarmap\\Bundle\\BuyerAlertsBundle\\Repository\\RecentSearchesRepository''getRecentSearchesRepositoryService'false],
  6174.             'Aqarmap\\Bundle\\CRMBundle\\Repository\\CompanyRepository' => ['privates''Aqarmap\\Bundle\\CRMBundle\\Repository\\CompanyRepository''getCompanyRepositoryService'false],
  6175.             'Aqarmap\\Bundle\\CRMBundle\\Repository\\CompanyStaffRepository' => ['privates''Aqarmap\\Bundle\\CRMBundle\\Repository\\CompanyStaffRepository''getCompanyStaffRepositoryService'false],
  6176.             'Aqarmap\\Bundle\\CRMBundle\\Repository\\StaffCheckInRepository' => ['privates''Aqarmap\\Bundle\\CRMBundle\\Repository\\StaffCheckInRepository''getStaffCheckInRepositoryService'false],
  6177.             'Aqarmap\\Bundle\\CRMBundle\\Repository\\StaffHistoryRepository' => ['privates''Aqarmap\\Bundle\\CRMBundle\\Repository\\StaffHistoryRepository''getStaffHistoryRepositoryService'false],
  6178.             'Aqarmap\\Bundle\\CRMBundle\\Repository\\StaffRepository' => ['privates''Aqarmap\\Bundle\\CRMBundle\\Repository\\StaffRepository''getStaffRepositoryService'false],
  6179.             'Aqarmap\\Bundle\\CreditBundle\\Repository\\ChurnsAndExpiryRepository' => ['privates''Aqarmap\\Bundle\\CreditBundle\\Repository\\ChurnsAndExpiryRepository''getChurnsAndExpiryRepositoryService'false],
  6180.             'Aqarmap\\Bundle\\CreditBundle\\Repository\\CreditAnalysisRepository' => ['privates''Aqarmap\\Bundle\\CreditBundle\\Repository\\CreditAnalysisRepository''getCreditAnalysisRepositoryService'false],
  6181.             'Aqarmap\\Bundle\\CreditBundle\\Repository\\CreditPackageRepositroy' => ['privates''Aqarmap\\Bundle\\CreditBundle\\Repository\\CreditPackageRepositroy''getCreditPackageRepositroyService'false],
  6182.             'Aqarmap\\Bundle\\CreditBundle\\Repository\\CreditRepository' => ['privates''Aqarmap\\Bundle\\CreditBundle\\Repository\\CreditRepository''getCreditRepositoryService'false],
  6183.             'Aqarmap\\Bundle\\CreditBundle\\Repository\\PackageServiceRepository' => ['privates''Aqarmap\\Bundle\\CreditBundle\\Repository\\PackageServiceRepository''getPackageServiceRepositoryService'false],
  6184.             'Aqarmap\\Bundle\\CreditBundle\\Repository\\ServiceRepository' => ['privates''Aqarmap\\Bundle\\CreditBundle\\Repository\\ServiceRepository''getServiceRepositoryService'false],
  6185.             'Aqarmap\\Bundle\\CustomerProfilingBundle\\Repository\\QuestionQueueRepository' => ['privates''Aqarmap\\Bundle\\CustomerProfilingBundle\\Repository\\QuestionQueueRepository''getQuestionQueueRepositoryService'false],
  6186.             'Aqarmap\\Bundle\\CustomerProfilingBundle\\Repository\\QuestionSetRepository' => ['privates''Aqarmap\\Bundle\\CustomerProfilingBundle\\Repository\\QuestionSetRepository''getQuestionSetRepositoryService'false],
  6187.             'Aqarmap\\Bundle\\DiscussionBundle\\Repository\\CategoryRepository' => ['privates''Aqarmap\\Bundle\\DiscussionBundle\\Repository\\CategoryRepository''getCategoryRepositoryService'false],
  6188.             'Aqarmap\\Bundle\\DiscussionBundle\\Repository\\CommentRepository' => ['privates''Aqarmap\\Bundle\\DiscussionBundle\\Repository\\CommentRepository''getCommentRepositoryService'false],
  6189.             'Aqarmap\\Bundle\\DiscussionBundle\\Repository\\DiscussionRepository' => ['privates''Aqarmap\\Bundle\\DiscussionBundle\\Repository\\DiscussionRepository''getDiscussionRepositoryService'false],
  6190.             'Aqarmap\\Bundle\\ExchangeBundle\\Repository\\ExchangeRequestRepository' => ['privates''Aqarmap\\Bundle\\ExchangeBundle\\Repository\\ExchangeRequestRepository''getExchangeRequestRepositoryService'false],
  6191.             'Aqarmap\\Bundle\\ExchangeBundle\\Repository\\ExchangeRequestUnlockRepository' => ['privates''Aqarmap\\Bundle\\ExchangeBundle\\Repository\\ExchangeRequestUnlockRepository''getExchangeRequestUnlockRepositoryService'false],
  6192.             'Aqarmap\\Bundle\\FeatureToggleBundle\\Repository\\FeatureToggleRepository' => ['privates''Aqarmap\\Bundle\\FeatureToggleBundle\\Repository\\FeatureToggleRepository''getFeatureToggleRepositoryService'false],
  6193.             'Aqarmap\\Bundle\\FeatureToggleBundle\\Repository\\FeatureToggleRuleRepository' => ['privates''Aqarmap\\Bundle\\FeatureToggleBundle\\Repository\\FeatureToggleRuleRepository''getFeatureToggleRuleRepositoryService'false],
  6194.             'Aqarmap\\Bundle\\FinancialAidsBundle\\Repository\\FinancialAidRepository' => ['privates''Aqarmap\\Bundle\\FinancialAidsBundle\\Repository\\FinancialAidRepository''getFinancialAidRepositoryService'false],
  6195.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\CRMLeadRepository' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\CRMLeadRepository''getCRMLeadRepositoryService'false],
  6196.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\CallRequestLeadRepository' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\CallRequestLeadRepository''getCallRequestLeadRepositoryService'false],
  6197.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\CallRequestRepository' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\CallRequestRepository''getCallRequestRepositoryService'false],
  6198.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\CompoundAveragePriceRepository' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\CompoundAveragePriceRepository''getCompoundAveragePriceRepositoryService'false],
  6199.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\CustomFieldRepository' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\CustomFieldRepository''getCustomFieldRepositoryService'false],
  6200.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\FavouriteRepository' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\FavouriteRepository''getFavouriteRepositoryService'false],
  6201.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\FeaturedCompanyLeadRepository' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\FeaturedCompanyLeadRepository''getFeaturedCompanyLeadRepositoryService'false],
  6202.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\FreeListingRepository' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\FreeListingRepository''getFreeListingRepositoryService'false],
  6203.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\InteractionRepository' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\InteractionRepository''getInteractionRepositoryService'false],
  6204.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\LeadRepository' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\LeadRepository''getLeadRepository2Service'false],
  6205.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\LeadsExpectationsRepository' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\LeadsExpectationsRepository''getLeadsExpectationsRepositoryService'false],
  6206.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingFeatureRepository' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingFeatureRepository''getListingFeatureRepositoryService'false],
  6207.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingLeadRepository' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingLeadRepository''getListingLeadRepositoryService'false],
  6208.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingNoteRepository' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingNoteRepository''getListingNoteRepositoryService'false],
  6209.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingPhoneRepository' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingPhoneRepository''getListingPhoneRepositoryService'false],
  6210.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingPhotoRepository' => ['services''Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingPhotoRepository''getListingPhotoRepositoryService'false],
  6211.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingRateReasonsRepository' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingRateReasonsRepository''getListingRateReasonsRepositoryService'false],
  6212.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingRateRepository' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingRateRepository''getListingRateRepositoryService'false],
  6213.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingRepository' => ['services''Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingRepository''getListingRepositoryService'false],
  6214.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\LocationSupplyDemandRepository' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\LocationSupplyDemandRepository''getLocationSupplyDemandRepositoryService'false],
  6215.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\MessageLeadRepository' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\MessageLeadRepository''getMessageLeadRepositoryService'false],
  6216.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\PhoneLeadRepository' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\PhoneLeadRepository''getPhoneLeadRepositoryService'false],
  6217.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\PhoneRepository' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\PhoneRepository''getPhoneRepositoryService'false],
  6218.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\ProjectSettingRepository' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\ProjectSettingRepository''getProjectSettingRepositoryService'false],
  6219.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\RejectionRepository' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\RejectionRepository''getRejectionRepositoryService'false],
  6220.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\SearchRepository' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\SearchRepository''getSearchRepositoryService'false],
  6221.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\SectionRepository' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\SectionRepository''getSectionRepositoryService'false],
  6222.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\SimilarListingsLeadRepository' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\SimilarListingsLeadRepository''getSimilarListingsLeadRepositoryService'false],
  6223.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\TargetUserLeadRepository' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\TargetUserLeadRepository''getTargetUserLeadRepositoryService'false],
  6224.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\TargetUserMessageLeadRepository' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\TargetUserMessageLeadRepository''getTargetUserMessageLeadRepositoryService'false],
  6225.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\TargetUserPhoneLeadRepository' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\TargetUserPhoneLeadRepository''getTargetUserPhoneLeadRepositoryService'false],
  6226.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\TopCustomerRepository' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\TopCustomerRepository''getTopCustomerRepositoryService'false],
  6227.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\TopSellerLeadRepository' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\TopSellerLeadRepository''getTopSellerLeadRepositoryService'false],
  6228.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\UserDomainLeadRepository' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\UserDomainLeadRepository''getUserDomainLeadRepositoryService'false],
  6229.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\UserDomainMessageLeadRepository' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\UserDomainMessageLeadRepository''getUserDomainMessageLeadRepositoryService'false],
  6230.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\UserDomainPhoneLeadRepository' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\UserDomainPhoneLeadRepository''getUserDomainPhoneLeadRepositoryService'false],
  6231.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\UserPhoneRepository' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\UserPhoneRepository''getUserPhoneRepositoryService'false],
  6232.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\WhatsAppLeadRepository' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\WhatsAppLeadRepository''getWhatsAppLeadRepositoryService'false],
  6233.             'Aqarmap\\Bundle\\MainBundle\\Repository\\CustomParagraphRepository' => ['privates''Aqarmap\\Bundle\\MainBundle\\Repository\\CustomParagraphRepository''getCustomParagraphRepositoryService'false],
  6234.             'Aqarmap\\Bundle\\MainBundle\\Repository\\DefaultTopCustomersRepository' => ['privates''Aqarmap\\Bundle\\MainBundle\\Repository\\DefaultTopCustomersRepository''getDefaultTopCustomersRepositoryService'false],
  6235.             'Aqarmap\\Bundle\\MainBundle\\Repository\\FeedbackRepository' => ['privates''Aqarmap\\Bundle\\MainBundle\\Repository\\FeedbackRepository''getFeedbackRepositoryService'false],
  6236.             'Aqarmap\\Bundle\\MainBundle\\Repository\\JoinUsRepository' => ['privates''Aqarmap\\Bundle\\MainBundle\\Repository\\JoinUsRepository''getJoinUsRepositoryService'false],
  6237.             'Aqarmap\\Bundle\\MainBundle\\Repository\\MenuRepository' => ['privates''Aqarmap\\Bundle\\MainBundle\\Repository\\MenuRepository''getMenuRepositoryService'false],
  6238.             'Aqarmap\\Bundle\\MainBundle\\Repository\\MobileSectionsTogglesRepository' => ['privates''Aqarmap\\Bundle\\MainBundle\\Repository\\MobileSectionsTogglesRepository''getMobileSectionsTogglesRepositoryService'false],
  6239.             'Aqarmap\\Bundle\\MainBundle\\Repository\\SettingRepository' => ['privates''Aqarmap\\Bundle\\MainBundle\\Repository\\SettingRepository''getSettingRepositoryService'false],
  6240.             'Aqarmap\\Bundle\\MessageBundle\\Repository\\ConversationRecipientRepository' => ['privates''Aqarmap\\Bundle\\MessageBundle\\Repository\\ConversationRecipientRepository''getConversationRecipientRepositoryService'false],
  6241.             'Aqarmap\\Bundle\\MessageBundle\\Repository\\ConversationRepository' => ['privates''Aqarmap\\Bundle\\MessageBundle\\Repository\\ConversationRepository''getConversationRepositoryService'false],
  6242.             'Aqarmap\\Bundle\\MessageBundle\\Repository\\MessageRepository' => ['privates''Aqarmap\\Bundle\\MessageBundle\\Repository\\MessageRepository''getMessageRepositoryService'false],
  6243.             'Aqarmap\\Bundle\\MessageBundle\\Repository\\RecipientRepository' => ['privates''Aqarmap\\Bundle\\MessageBundle\\Repository\\RecipientRepository''getRecipientRepositoryService'false],
  6244.             'Aqarmap\\Bundle\\MortgageBundle\\Repository\\MortgageRequestRepository' => ['privates''Aqarmap\\Bundle\\MortgageBundle\\Repository\\MortgageRequestRepository''getMortgageRequestRepositoryService'false],
  6245.             'Aqarmap\\Bundle\\NotificationBundle\\Repository\\NotificationBagRepository' => ['privates''Aqarmap\\Bundle\\NotificationBundle\\Repository\\NotificationBagRepository''getNotificationBagRepositoryService'false],
  6246.             'Aqarmap\\Bundle\\NotificationBundle\\Repository\\NotificationRepository' => ['privates''Aqarmap\\Bundle\\NotificationBundle\\Repository\\NotificationRepository''getNotificationRepositoryService'false],
  6247.             'Aqarmap\\Bundle\\NotifierBundle\\Repository\\NotifierRepository' => ['privates''Aqarmap\\Bundle\\NotifierBundle\\Repository\\NotifierRepository''getNotifierRepositoryService'false],
  6248.             'Aqarmap\\Bundle\\NotifierBundle\\Repository\\NotifierSettingRepository' => ['privates''Aqarmap\\Bundle\\NotifierBundle\\Repository\\NotifierSettingRepository''getNotifierSettingRepositoryService'false],
  6249.             'Aqarmap\\Bundle\\PaymentBundle\\Repository\\PaymentRepository' => ['privates''Aqarmap\\Bundle\\PaymentBundle\\Repository\\PaymentRepository''getPaymentRepositoryService'false],
  6250.             'Aqarmap\\Bundle\\PaymentBundle\\Repository\\PaymentTransactionServiceRepository' => ['privates''Aqarmap\\Bundle\\PaymentBundle\\Repository\\PaymentTransactionServiceRepository''getPaymentTransactionServiceRepositoryService'false],
  6251.             'Aqarmap\\Bundle\\PaymentBundle\\Repository\\SalesAnalysisRepository' => ['privates''Aqarmap\\Bundle\\PaymentBundle\\Repository\\SalesAnalysisRepository''getSalesAnalysisRepositoryService'false],
  6252.             'Aqarmap\\Bundle\\RecurringTransactionBundle\\Repository\\RecurringTransactionRepository' => ['privates''Aqarmap\\Bundle\\RecurringTransactionBundle\\Repository\\RecurringTransactionRepository''getRecurringTransactionRepositoryService'false],
  6253.             'Aqarmap\\Bundle\\SearchBundle\\Repositories\\ListingSearchRepository' => ['privates''Aqarmap\\Bundle\\SearchBundle\\Repositories\\ListingSearchRepository''getListingSearchRepositoryService'false],
  6254.             'Aqarmap\\Bundle\\SearchBundle\\Repositories\\LocationSearchRepository' => ['privates''Aqarmap\\Bundle\\SearchBundle\\Repositories\\LocationSearchRepository''getLocationSearchRepositoryService'false],
  6255.             'Aqarmap\\Bundle\\SearchBundle\\Repositories\\SearchResultCombinationsRepository' => ['privates''Aqarmap\\Bundle\\SearchBundle\\Repositories\\SearchResultCombinationsRepository''getSearchResultCombinationsRepositoryService'false],
  6256.             'Aqarmap\\Bundle\\SearchBundle\\Repositories\\SearchResultRepository' => ['privates''Aqarmap\\Bundle\\SearchBundle\\Repositories\\SearchResultRepository''getSearchResultRepositoryService'false],
  6257.             'Aqarmap\\Bundle\\SearchBundle\\Repositories\\V4\\LocationSearchElasticRepository' => ['privates''Aqarmap\\Bundle\\SearchBundle\\Repositories\\V4\\LocationSearchElasticRepository''getLocationSearchElasticRepositoryService'false],
  6258.             'Aqarmap\\Bundle\\UserBundle\\Repository\\GroupRepository' => ['privates''Aqarmap\\Bundle\\UserBundle\\Repository\\GroupRepository''getGroupRepositoryService'false],
  6259.             'Aqarmap\\Bundle\\UserBundle\\Repository\\SavedSearchRepository' => ['privates''Aqarmap\\Bundle\\UserBundle\\Repository\\SavedSearchRepository''getSavedSearchRepository2Service'false],
  6260.             'Aqarmap\\Bundle\\UserBundle\\Repository\\TeamHistoryRepository' => ['privates''Aqarmap\\Bundle\\UserBundle\\Repository\\TeamHistoryRepository''getTeamHistoryRepositoryService'false],
  6261.             'Aqarmap\\Bundle\\UserBundle\\Repository\\TeamRepository' => ['privates''Aqarmap\\Bundle\\UserBundle\\Repository\\TeamRepository''getTeamRepositoryService'false],
  6262.             'Aqarmap\\Bundle\\UserBundle\\Repository\\UserCheckInRepository' => ['privates''Aqarmap\\Bundle\\UserBundle\\Repository\\UserCheckInRepository''getUserCheckInRepositoryService'false],
  6263.             'Aqarmap\\Bundle\\UserBundle\\Repository\\UserCheckinHistoryRepository' => ['privates''Aqarmap\\Bundle\\UserBundle\\Repository\\UserCheckinHistoryRepository''getUserCheckinHistoryRepositoryService'false],
  6264.             'Aqarmap\\Bundle\\UserBundle\\Repository\\UserDeviceCategoryRepository' => ['privates''Aqarmap\\Bundle\\UserBundle\\Repository\\UserDeviceCategoryRepository''getUserDeviceCategoryRepositoryService'false],
  6265.             'Aqarmap\\Bundle\\UserBundle\\Repository\\UserDeviceRepository' => ['privates''Aqarmap\\Bundle\\UserBundle\\Repository\\UserDeviceRepository''getUserDeviceRepositoryService'false],
  6266.             'Aqarmap\\Bundle\\UserBundle\\Repository\\UserDomainRepository' => ['privates''Aqarmap\\Bundle\\UserBundle\\Repository\\UserDomainRepository''getUserDomainRepositoryService'false],
  6267.             'Aqarmap\\Bundle\\UserBundle\\Repository\\UserInterestElasticRepository' => ['privates''Aqarmap\\Bundle\\UserBundle\\Repository\\UserInterestElasticRepository''getUserInterestElasticRepositoryService'false],
  6268.             'Aqarmap\\Bundle\\UserBundle\\Repository\\UserInterestRepository' => ['privates''Aqarmap\\Bundle\\UserBundle\\Repository\\UserInterestRepository''getUserInterestRepositoryService'false],
  6269.             'Aqarmap\\Bundle\\UserBundle\\Repository\\UserPackagesRepository' => ['privates''Aqarmap\\Bundle\\UserBundle\\Repository\\UserPackagesRepository''getUserPackagesRepositoryService'false],
  6270.             'Aqarmap\\Bundle\\UserBundle\\Repository\\UserRepository' => ['privates''Aqarmap\\Bundle\\UserBundle\\Repository\\UserRepository''getUserRepositoryService'false],
  6271.             'Aqarmap\\Bundle\\UserBundle\\Repository\\UserServicesRepository' => ['privates''Aqarmap\\Bundle\\UserBundle\\Repository\\UserServicesRepository''getUserServicesRepositoryService'false],
  6272.             'Aqarmap\\Bundle\\ValueEngineBundle\\Repository\\DepthProductInsightRepository' => ['privates''Aqarmap\\Bundle\\ValueEngineBundle\\Repository\\DepthProductInsightRepository''getDepthProductInsightRepositoryService'false],
  6273.             'Aqarmap\\Bundle\\ValueEngineBundle\\Repository\\ListingInsightRepository' => ['privates''Aqarmap\\Bundle\\ValueEngineBundle\\Repository\\ListingInsightRepository''getListingInsightRepositoryService'false],
  6274.             'Aqarmap\\Bundle\\ValueEngineBundle\\Repository\\LocationInsightRepository' => ['privates''Aqarmap\\Bundle\\ValueEngineBundle\\Repository\\LocationInsightRepository''getLocationInsightRepositoryService'false],
  6275.             'Aqarmap\\Bundle\\ValueEngineBundle\\Repository\\ValueEngineListingsLocationsRepository' => ['privates''Aqarmap\\Bundle\\ValueEngineBundle\\Repository\\ValueEngineListingsLocationsRepository''getValueEngineListingsLocationsRepositoryService'false],
  6276.             'Aqarmap\\Bundle\\ValueEngineBundle\\Repository\\ValueEngineSettingRepository' => ['privates''Aqarmap\\Bundle\\ValueEngineBundle\\Repository\\ValueEngineSettingRepository''getValueEngineSettingRepositoryService'false],
  6277.         ], [
  6278.             'App\\Repository\\Banners\\BannersRepository' => '?',
  6279.             'App\\Repository\\Lead\\LeadContactRequestRepository' => '?',
  6280.             'App\\Repository\\Lead\\LeadRepository' => '?',
  6281.             'App\\Repository\\Subscriptions\\SubscriptionPlanPackageRepository' => '?',
  6282.             'App\\Repository\\Subscriptions\\SubscriptionPlanRepository' => '?',
  6283.             'App\\Repository\\Subscriptions\\SubscriptionPlanServiceRepository' => '?',
  6284.             'App\\Repository\\Subscriptions\\UserSubscriptionRepository' => '?',
  6285.             'App\\Repository\\User\\UserCardRepository' => '?',
  6286.             'App\\Repository\\User\\UserSegmentRepository' => '?',
  6287.             'App\\Repository\\User\\UserSubAccountRepository' => '?',
  6288.             'Aqarmap\\Bundle\\BrokerSalesBundle\\Repository\\BrokerRepository' => '?',
  6289.             'Aqarmap\\Bundle\\BrokerSalesBundle\\Repository\\SellerRepository' => '?',
  6290.             'Aqarmap\\Bundle\\BuyerAlertsBundle\\Repository\\BuyerAlertsRepository' => '?',
  6291.             'Aqarmap\\Bundle\\BuyerAlertsBundle\\Repository\\RecentSearchesRepository' => '?',
  6292.             'Aqarmap\\Bundle\\CRMBundle\\Repository\\CompanyRepository' => '?',
  6293.             'Aqarmap\\Bundle\\CRMBundle\\Repository\\CompanyStaffRepository' => '?',
  6294.             'Aqarmap\\Bundle\\CRMBundle\\Repository\\StaffCheckInRepository' => '?',
  6295.             'Aqarmap\\Bundle\\CRMBundle\\Repository\\StaffHistoryRepository' => '?',
  6296.             'Aqarmap\\Bundle\\CRMBundle\\Repository\\StaffRepository' => '?',
  6297.             'Aqarmap\\Bundle\\CreditBundle\\Repository\\ChurnsAndExpiryRepository' => '?',
  6298.             'Aqarmap\\Bundle\\CreditBundle\\Repository\\CreditAnalysisRepository' => '?',
  6299.             'Aqarmap\\Bundle\\CreditBundle\\Repository\\CreditPackageRepositroy' => '?',
  6300.             'Aqarmap\\Bundle\\CreditBundle\\Repository\\CreditRepository' => '?',
  6301.             'Aqarmap\\Bundle\\CreditBundle\\Repository\\PackageServiceRepository' => '?',
  6302.             'Aqarmap\\Bundle\\CreditBundle\\Repository\\ServiceRepository' => '?',
  6303.             'Aqarmap\\Bundle\\CustomerProfilingBundle\\Repository\\QuestionQueueRepository' => '?',
  6304.             'Aqarmap\\Bundle\\CustomerProfilingBundle\\Repository\\QuestionSetRepository' => '?',
  6305.             'Aqarmap\\Bundle\\DiscussionBundle\\Repository\\CategoryRepository' => '?',
  6306.             'Aqarmap\\Bundle\\DiscussionBundle\\Repository\\CommentRepository' => '?',
  6307.             'Aqarmap\\Bundle\\DiscussionBundle\\Repository\\DiscussionRepository' => '?',
  6308.             'Aqarmap\\Bundle\\ExchangeBundle\\Repository\\ExchangeRequestRepository' => '?',
  6309.             'Aqarmap\\Bundle\\ExchangeBundle\\Repository\\ExchangeRequestUnlockRepository' => '?',
  6310.             'Aqarmap\\Bundle\\FeatureToggleBundle\\Repository\\FeatureToggleRepository' => '?',
  6311.             'Aqarmap\\Bundle\\FeatureToggleBundle\\Repository\\FeatureToggleRuleRepository' => '?',
  6312.             'Aqarmap\\Bundle\\FinancialAidsBundle\\Repository\\FinancialAidRepository' => '?',
  6313.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\CRMLeadRepository' => '?',
  6314.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\CallRequestLeadRepository' => '?',
  6315.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\CallRequestRepository' => '?',
  6316.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\CompoundAveragePriceRepository' => '?',
  6317.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\CustomFieldRepository' => '?',
  6318.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\FavouriteRepository' => '?',
  6319.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\FeaturedCompanyLeadRepository' => '?',
  6320.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\FreeListingRepository' => '?',
  6321.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\InteractionRepository' => '?',
  6322.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\LeadRepository' => '?',
  6323.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\LeadsExpectationsRepository' => '?',
  6324.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingFeatureRepository' => '?',
  6325.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingLeadRepository' => '?',
  6326.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingNoteRepository' => '?',
  6327.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingPhoneRepository' => '?',
  6328.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingPhotoRepository' => '?',
  6329.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingRateReasonsRepository' => '?',
  6330.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingRateRepository' => '?',
  6331.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingRepository' => '?',
  6332.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\LocationSupplyDemandRepository' => '?',
  6333.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\MessageLeadRepository' => '?',
  6334.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\PhoneLeadRepository' => '?',
  6335.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\PhoneRepository' => '?',
  6336.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\ProjectSettingRepository' => '?',
  6337.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\RejectionRepository' => '?',
  6338.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\SearchRepository' => '?',
  6339.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\SectionRepository' => '?',
  6340.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\SimilarListingsLeadRepository' => '?',
  6341.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\TargetUserLeadRepository' => '?',
  6342.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\TargetUserMessageLeadRepository' => '?',
  6343.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\TargetUserPhoneLeadRepository' => '?',
  6344.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\TopCustomerRepository' => '?',
  6345.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\TopSellerLeadRepository' => '?',
  6346.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\UserDomainLeadRepository' => '?',
  6347.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\UserDomainMessageLeadRepository' => '?',
  6348.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\UserDomainPhoneLeadRepository' => '?',
  6349.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\UserPhoneRepository' => '?',
  6350.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\WhatsAppLeadRepository' => '?',
  6351.             'Aqarmap\\Bundle\\MainBundle\\Repository\\CustomParagraphRepository' => '?',
  6352.             'Aqarmap\\Bundle\\MainBundle\\Repository\\DefaultTopCustomersRepository' => '?',
  6353.             'Aqarmap\\Bundle\\MainBundle\\Repository\\FeedbackRepository' => '?',
  6354.             'Aqarmap\\Bundle\\MainBundle\\Repository\\JoinUsRepository' => '?',
  6355.             'Aqarmap\\Bundle\\MainBundle\\Repository\\MenuRepository' => '?',
  6356.             'Aqarmap\\Bundle\\MainBundle\\Repository\\MobileSectionsTogglesRepository' => '?',
  6357.             'Aqarmap\\Bundle\\MainBundle\\Repository\\SettingRepository' => '?',
  6358.             'Aqarmap\\Bundle\\MessageBundle\\Repository\\ConversationRecipientRepository' => '?',
  6359.             'Aqarmap\\Bundle\\MessageBundle\\Repository\\ConversationRepository' => '?',
  6360.             'Aqarmap\\Bundle\\MessageBundle\\Repository\\MessageRepository' => '?',
  6361.             'Aqarmap\\Bundle\\MessageBundle\\Repository\\RecipientRepository' => '?',
  6362.             'Aqarmap\\Bundle\\MortgageBundle\\Repository\\MortgageRequestRepository' => '?',
  6363.             'Aqarmap\\Bundle\\NotificationBundle\\Repository\\NotificationBagRepository' => '?',
  6364.             'Aqarmap\\Bundle\\NotificationBundle\\Repository\\NotificationRepository' => '?',
  6365.             'Aqarmap\\Bundle\\NotifierBundle\\Repository\\NotifierRepository' => '?',
  6366.             'Aqarmap\\Bundle\\NotifierBundle\\Repository\\NotifierSettingRepository' => '?',
  6367.             'Aqarmap\\Bundle\\PaymentBundle\\Repository\\PaymentRepository' => '?',
  6368.             'Aqarmap\\Bundle\\PaymentBundle\\Repository\\PaymentTransactionServiceRepository' => '?',
  6369.             'Aqarmap\\Bundle\\PaymentBundle\\Repository\\SalesAnalysisRepository' => '?',
  6370.             'Aqarmap\\Bundle\\RecurringTransactionBundle\\Repository\\RecurringTransactionRepository' => '?',
  6371.             'Aqarmap\\Bundle\\SearchBundle\\Repositories\\ListingSearchRepository' => '?',
  6372.             'Aqarmap\\Bundle\\SearchBundle\\Repositories\\LocationSearchRepository' => '?',
  6373.             'Aqarmap\\Bundle\\SearchBundle\\Repositories\\SearchResultCombinationsRepository' => '?',
  6374.             'Aqarmap\\Bundle\\SearchBundle\\Repositories\\SearchResultRepository' => '?',
  6375.             'Aqarmap\\Bundle\\SearchBundle\\Repositories\\V4\\LocationSearchElasticRepository' => '?',
  6376.             'Aqarmap\\Bundle\\UserBundle\\Repository\\GroupRepository' => '?',
  6377.             'Aqarmap\\Bundle\\UserBundle\\Repository\\SavedSearchRepository' => '?',
  6378.             'Aqarmap\\Bundle\\UserBundle\\Repository\\TeamHistoryRepository' => '?',
  6379.             'Aqarmap\\Bundle\\UserBundle\\Repository\\TeamRepository' => '?',
  6380.             'Aqarmap\\Bundle\\UserBundle\\Repository\\UserCheckInRepository' => '?',
  6381.             'Aqarmap\\Bundle\\UserBundle\\Repository\\UserCheckinHistoryRepository' => '?',
  6382.             'Aqarmap\\Bundle\\UserBundle\\Repository\\UserDeviceCategoryRepository' => '?',
  6383.             'Aqarmap\\Bundle\\UserBundle\\Repository\\UserDeviceRepository' => '?',
  6384.             'Aqarmap\\Bundle\\UserBundle\\Repository\\UserDomainRepository' => '?',
  6385.             'Aqarmap\\Bundle\\UserBundle\\Repository\\UserInterestElasticRepository' => '?',
  6386.             'Aqarmap\\Bundle\\UserBundle\\Repository\\UserInterestRepository' => '?',
  6387.             'Aqarmap\\Bundle\\UserBundle\\Repository\\UserPackagesRepository' => '?',
  6388.             'Aqarmap\\Bundle\\UserBundle\\Repository\\UserRepository' => '?',
  6389.             'Aqarmap\\Bundle\\UserBundle\\Repository\\UserServicesRepository' => '?',
  6390.             'Aqarmap\\Bundle\\ValueEngineBundle\\Repository\\DepthProductInsightRepository' => '?',
  6391.             'Aqarmap\\Bundle\\ValueEngineBundle\\Repository\\ListingInsightRepository' => '?',
  6392.             'Aqarmap\\Bundle\\ValueEngineBundle\\Repository\\LocationInsightRepository' => '?',
  6393.             'Aqarmap\\Bundle\\ValueEngineBundle\\Repository\\ValueEngineListingsLocationsRepository' => '?',
  6394.             'Aqarmap\\Bundle\\ValueEngineBundle\\Repository\\ValueEngineSettingRepository' => '?',
  6395.         ])));
  6396.         $a->addCustomStringFunction('radians''DoctrineExtensions\\Query\\Mysql\\Radians');
  6397.         $a->addCustomStringFunction('FIND_IN_SET''Aqarmap\\Bundle\\MainBundle\\DQL\\FindInSet');
  6398.         $a->addCustomStringFunction('YEARWEEK''Aqarmap\\Bundle\\MainBundle\\DQL\\SelectYearWeek');
  6399.         $a->addCustomStringFunction('INSERT''Aqarmap\\Bundle\\MainBundle\\DQL\\Insert');
  6400.         $a->addCustomStringFunction('Point''Aqarmap\\Bundle\\MainBundle\\DQL\\Point');
  6401.         $a->addCustomStringFunction('ST_Distance_Sphere''Aqarmap\\Bundle\\MainBundle\\DQL\\ST_Distance_Sphere');
  6402.         $a->addCustomStringFunction('FIELD''DoctrineExtensions\\Query\\Mysql\\Field');
  6403.         $a->addCustomStringFunction('LIMIT_ONE_CORRELATED_SUB_QUERY''Aqarmap\\Bundle\\MainBundle\\DQL\\LimitCorrelatedSubQuery');
  6404.         $a->addCustomStringFunction('least''DoctrineExtensions\\Query\\Mysql\\Least');
  6405.         $a->addCustomNumericFunction('acos''DoctrineExtensions\\Query\\Mysql\\Acos');
  6406.         $a->addCustomNumericFunction('asin''DoctrineExtensions\\Query\\Mysql\\Asin');
  6407.         $a->addCustomNumericFunction('sin''DoctrineExtensions\\Query\\Mysql\\Sin');
  6408.         $a->addCustomNumericFunction('cos''DoctrineExtensions\\Query\\Mysql\\Cos');
  6409.         $a->addCustomNumericFunction('cot''DoctrineExtensions\\Query\\Mysql\\Cot');
  6410.         $a->addCustomNumericFunction('rand''DoctrineExtensions\\Query\\Mysql\\Rand');
  6411.         $a->addCustomDatetimeFunction('date_format''DoctrineExtensions\\Query\\Mysql\\DateFormat');
  6412.         $a->addFilter('softdeleteable''Gedmo\\SoftDeleteable\\Filter\\SoftDeleteableFilter');
  6413.         $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  6414.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([=> 'softdeleteable'], []))->configure($instance);
  6415.         return $instance;
  6416.     }
  6417.     /**
  6418.      * Gets the public 'doctrine_mongodb' shared service.
  6419.      *
  6420.      * @return \Doctrine\Bundle\MongoDBBundle\ManagerRegistry
  6421.      */
  6422.     protected function getDoctrineMongodbService()
  6423.     {
  6424.         return $this->services['doctrine_mongodb'] = new \Doctrine\Bundle\MongoDBBundle\ManagerRegistry('MongoDB'$this->parameters['doctrine_mongodb.odm.connections'], $this->parameters['doctrine_mongodb.odm.document_managers'], 'default''default''ProxyManager\\Proxy\\GhostObjectInterface'$this);
  6425.     }
  6426.     /**
  6427.      * Gets the public 'doctrine_mongodb.odm.command_logger_registry' shared service.
  6428.      *
  6429.      * @return \Doctrine\Bundle\MongoDBBundle\APM\CommandLoggerRegistry
  6430.      */
  6431.     protected function getDoctrineMongodb_Odm_CommandLoggerRegistryService()
  6432.     {
  6433.         include_once \dirname(__DIR__4).'/vendor/doctrine/mongodb-odm-bundle/APM/CommandLoggerRegistry.php';
  6434.         return $this->services['doctrine_mongodb.odm.command_logger_registry'] = new \Doctrine\Bundle\MongoDBBundle\APM\CommandLoggerRegistry(new RewindableGenerator(function () {
  6435.             yield => ($this->privates['doctrine_mongodb.odm.stopwatch_command_logger'] ?? $this->getDoctrineMongodb_Odm_StopwatchCommandLoggerService());
  6436.             yield => ($this->privates['doctrine_mongodb.odm.psr_command_logger'] ?? $this->getDoctrineMongodb_Odm_PsrCommandLoggerService());
  6437.             yield => ($this->privates['doctrine_mongodb.odm.data_collector.command_logger'] ?? ($this->privates['doctrine_mongodb.odm.data_collector.command_logger'] = new \Doctrine\ODM\MongoDB\APM\CommandLogger()));
  6438.         }, 3));
  6439.     }
  6440.     /**
  6441.      * Gets the public 'doctrine_mongodb.odm.default_connection' shared service.
  6442.      *
  6443.      * @return \MongoDB\Client
  6444.      */
  6445.     protected function getDoctrineMongodb_Odm_DefaultConnectionService()
  6446.     {
  6447.         return $this->services['doctrine_mongodb.odm.default_connection'] = new \MongoDB\Client($this->getEnv('resolve:MONGODB_URL'), [], ['typeMap' => ['root' => 'array''document' => 'array'], 'driver' => ['name' => 'symfony-mongodb''version' => '2.5.5']]);
  6448.     }
  6449.     /**
  6450.      * Gets the public 'doctrine_mongodb.odm.default_document_manager' shared service.
  6451.      *
  6452.      * @return \Doctrine\ODM\MongoDB\DocumentManager
  6453.      */
  6454.     protected function getDoctrineMongodb_Odm_DefaultDocumentManagerService()
  6455.     {
  6456.         $a = new \Doctrine\ODM\MongoDB\Configuration();
  6457.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  6458.         $c = new \Doctrine\ODM\MongoDB\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> (\dirname(__DIR__4).'/src/Document'), => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Document'), => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Document'), => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Document'), => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Document'), => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/SearchBundle/Document'), => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/RecurringTransactionBundle/Document')]);
  6459.         $b->addDriver($c'App\\Document');
  6460.         $b->addDriver($c'Aqarmap\\Bundle\\UserBundle\\Document');
  6461.         $b->addDriver($c'Aqarmap\\Bundle\\MainBundle\\Document');
  6462.         $b->addDriver($c'Aqarmap\\Bundle\\ListingBundle\\Document');
  6463.         $b->addDriver($c'Aqarmap\\Bundle\\CreditBundle\\Document');
  6464.         $b->addDriver($c'Aqarmap\\Bundle\\SearchBundle\\Document');
  6465.         $b->addDriver($c'Aqarmap\\Bundle\\RecurringTransactionBundle\\Document');
  6466.         $a->setDocumentNamespaces(['App' => 'App\\Document''AqarmapUserBundle' => 'Aqarmap\\Bundle\\UserBundle\\Document''AqarmapMainBundle' => 'Aqarmap\\Bundle\\MainBundle\\Document''AqarmapListingBundle' => 'Aqarmap\\Bundle\\ListingBundle\\Document''AqarmapCreditBundle' => 'Aqarmap\\Bundle\\CreditBundle\\Document''AqarmapSearchBundle' => 'Aqarmap\\Bundle\\SearchBundle\\Document''RecurringTransactionBundle' => 'Aqarmap\\Bundle\\RecurringTransactionBundle\\Document']);
  6467.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  6468.         $a->setMetadataDriverImpl($b);
  6469.         $a->setProxyDir(($this->targetDir.''.'/doctrine/odm/mongodb/Proxies'));
  6470.         $a->setProxyNamespace('MongoDBODMProxies');
  6471.         $a->setAutoGenerateProxyClasses(2);
  6472.         $a->setHydratorDir(($this->targetDir.''.'/doctrine/odm/mongodb/Hydrators'));
  6473.         $a->setHydratorNamespace('Hydrators');
  6474.         $a->setAutoGenerateHydratorClasses(1);
  6475.         $a->setDefaultDB($this->getEnv('resolve:MONGODB_DB'));
  6476.         $a->setDefaultCommitOptions([]);
  6477.         $a->setDefaultDocumentRepositoryClassName('Doctrine\\ODM\\MongoDB\\Repository\\DocumentRepository');
  6478.         $a->setDefaultGridFSRepositoryClassName('Doctrine\\ODM\\MongoDB\\Repository\\DefaultGridFSRepository');
  6479.         $a->setPersistentCollectionDir(($this->targetDir.''.'/doctrine/odm/mongodb/PersistentCollections'));
  6480.         $a->setPersistentCollectionNamespace('PersistentCollections');
  6481.         $a->setAutoGeneratePersistentCollectionClasses(0);
  6482.         $a->setRepositoryFactory(new \Doctrine\Bundle\MongoDBBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6483.             'Aqarmap\\Bundle\\CreditBundle\\Repository\\FaqRepository' => ['privates''Aqarmap\\Bundle\\CreditBundle\\Repository\\FaqRepository''getFaqRepositoryService'false],
  6484.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingActivityLogRepository' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingActivityLogRepository''getListingActivityLogRepositoryService'false],
  6485.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingImpressionAggregationRepository' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingImpressionAggregationRepository''getListingImpressionAggregationRepositoryService'false],
  6486.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingImpressionRepository' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingImpressionRepository''getListingImpressionRepositoryService'false],
  6487.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\LocationSearchHistoryRepository' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\LocationSearchHistoryRepository''getLocationSearchHistoryRepositoryService'false],
  6488.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\QuickRegistrationUnsubmitSurveyRepository' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\QuickRegistrationUnsubmitSurveyRepository''getQuickRegistrationUnsubmitSurveyRepositoryService'false],
  6489.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\SavedSearchRepository' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\SavedSearchRepository''getSavedSearchRepositoryService'false],
  6490.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\ScrapedListingRepository' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\ScrapedListingRepository''getScrapedListingRepositoryService'false],
  6491.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\ScrapedListingStatsRepository' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\ScrapedListingStatsRepository''getScrapedListingStatsRepositoryService'false],
  6492.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\SearchKeywordRepository' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\SearchKeywordRepository''getSearchKeywordRepositoryService'false],
  6493.             'Aqarmap\\Bundle\\MainBundle\\Repository\\ActivityRepository' => ['privates''Aqarmap\\Bundle\\MainBundle\\Repository\\ActivityRepository''getActivityRepositoryService'false],
  6494.             'Aqarmap\\Bundle\\MainBundle\\Repository\\PerformanceLogRepository' => ['privates''Aqarmap\\Bundle\\MainBundle\\Repository\\PerformanceLogRepository''getPerformanceLogRepositoryService'false],
  6495.             'Aqarmap\\Bundle\\MainBundle\\Repository\\TestimonialRepository' => ['privates''Aqarmap\\Bundle\\MainBundle\\Repository\\TestimonialRepository''getTestimonialRepositoryService'false],
  6496.             'Aqarmap\\Bundle\\SearchBundle\\Repositories\\SearchResultRepository' => ['privates''Aqarmap\\Bundle\\SearchBundle\\Repositories\\SearchResultRepository''getSearchResultRepositoryService'false],
  6497.             'Aqarmap\\Bundle\\UserBundle\\Repository\\UserCheckinHistoryRepository' => ['privates''Aqarmap\\Bundle\\UserBundle\\Repository\\UserCheckinHistoryRepository''getUserCheckinHistoryRepositoryService'false],
  6498.         ], [
  6499.             'Aqarmap\\Bundle\\CreditBundle\\Repository\\FaqRepository' => '?',
  6500.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingActivityLogRepository' => '?',
  6501.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingImpressionAggregationRepository' => '?',
  6502.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingImpressionRepository' => '?',
  6503.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\LocationSearchHistoryRepository' => '?',
  6504.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\QuickRegistrationUnsubmitSurveyRepository' => '?',
  6505.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\SavedSearchRepository' => '?',
  6506.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\ScrapedListingRepository' => '?',
  6507.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\ScrapedListingStatsRepository' => '?',
  6508.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\SearchKeywordRepository' => '?',
  6509.             'Aqarmap\\Bundle\\MainBundle\\Repository\\ActivityRepository' => '?',
  6510.             'Aqarmap\\Bundle\\MainBundle\\Repository\\PerformanceLogRepository' => '?',
  6511.             'Aqarmap\\Bundle\\MainBundle\\Repository\\TestimonialRepository' => '?',
  6512.             'Aqarmap\\Bundle\\SearchBundle\\Repositories\\SearchResultRepository' => '?',
  6513.             'Aqarmap\\Bundle\\UserBundle\\Repository\\UserCheckinHistoryRepository' => '?',
  6514.         ])));
  6515.         $this->services['doctrine_mongodb.odm.default_document_manager'] = $instance = \Doctrine\ODM\MongoDB\DocumentManager::create(($this->services['doctrine_mongodb.odm.default_connection'] ?? $this->getDoctrineMongodb_Odm_DefaultConnectionService()), $a, new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6516.             'gedmo.listener.reference.mongodb' => ['privates''gedmo.listener.reference.mongodb''getGedmo_Listener_Reference_MongodbService'false],
  6517.         ], [
  6518.             'gedmo.listener.reference.mongodb' => '?',
  6519.         ]), [=> 'gedmo.listener.reference.mongodb']));
  6520.         (new \Doctrine\Bundle\MongoDBBundle\ManagerConfigurator([]))->configure($instance);
  6521.         return $instance;
  6522.     }
  6523.     /**
  6524.      * Gets the public 'enqueue.client.default.producer' shared service.
  6525.      *
  6526.      * @return \Enqueue\Client\TraceableProducer
  6527.      */
  6528.     protected function getEnqueue_Client_Default_ProducerService()
  6529.     {
  6530.         return $this->services['enqueue.client.default.producer'] = new \Enqueue\Client\TraceableProducer(new \Enqueue\Client\Producer(($this->privates['enqueue.client.default.driver'] ?? $this->getEnqueue_Client_Default_DriverService()), new \Enqueue\Rpc\RpcFactory(($this->privates['enqueue.client.default.context'] ?? $this->getEnqueue_Client_Default_ContextService())), new \Enqueue\Client\ChainExtension([])));
  6531.     }
  6532.     /**
  6533.      * Gets the public 'enqueue_elastica.queue_pager_perister' shared service.
  6534.      *
  6535.      * @return \Enqueue\ElasticaBundle\Persister\QueuePagerPersister
  6536.      */
  6537.     protected function getEnqueueElastica_QueuePagerPeristerService()
  6538.     {
  6539.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Persister/PagerPersisterInterface.php';
  6540.         include_once \dirname(__DIR__4).'/vendor/enqueue/elastica-bundle/Persister/QueuePagerPersister.php';
  6541.         return $this->services['enqueue_elastica.queue_pager_perister'] = new \Enqueue\ElasticaBundle\Persister\QueuePagerPersister(($this->privates['enqueue.transport.default.context'] ?? $this->getEnqueue_Transport_Default_ContextService()), ($this->services['fos_elastica.persister_registry'] ?? $this->getFosElastica_PersisterRegistryService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  6542.     }
  6543.     /**
  6544.      * Gets the public 'error_controller' shared service.
  6545.      *
  6546.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  6547.      */
  6548.     protected function getErrorControllerService()
  6549.     {
  6550.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  6551.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  6552.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  6553.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  6554.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  6555.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  6556.         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)));
  6557.     }
  6558.     /**
  6559.      * Gets the public 'event_dispatcher' shared service.
  6560.      *
  6561.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  6562.      */
  6563.     protected function getEventDispatcherService()
  6564.     {
  6565.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  6566.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6567.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  6568.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  6569.         $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())));
  6570.         $instance->addListener('kernel.controller', [=> function () {
  6571.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  6572.         }, => 'onKernelController'], 0);
  6573.         $instance->addListener('elastica.index.index_post_populate', [=> function () {
  6574.             return ($this->privates['fos_elastica.populate_listener'] ?? $this->getFosElastica_PopulateListenerService());
  6575.         }, => 'onPostIndexPopulate'], -9999);
  6576.         $instance->addListener('kernel.request', [=> function () {
  6577.             return ($this->privates['fos_rest.body_listener'] ?? $this->getFosRest_BodyListenerService());
  6578.         }, => 'onKernelRequest'], 10);
  6579.         $instance->addListener('kernel.request', [=> function () {
  6580.             return ($this->privates['fos_rest.format_listener'] ?? $this->getFosRest_FormatListenerService());
  6581.         }, => 'onKernelRequest'], 34);
  6582.         $instance->addListener('kernel.request', [=> function () {
  6583.             return ($this->privates['fos_rest.versioning.listener'] ?? $this->getFosRest_Versioning_ListenerService());
  6584.         }, => 'onKernelRequest'], 33);
  6585.         $instance->addListener('kernel.request', [=> function () {
  6586.             return ($this->privates['fos_rest.versioning.exclusion_listener'] ?? $this->getFosRest_Versioning_ExclusionListenerService());
  6587.         }, => 'onKernelRequest'], 31);
  6588.         $instance->addListener('kernel.controller', [=> function () {
  6589.             return ($this->privates['fos_rest.param_fetcher_listener'] ?? $this->getFosRest_ParamFetcherListenerService());
  6590.         }, => 'onKernelController'], 5);
  6591.         $instance->addListener('kernel.exception', [=> function () {
  6592.             return ($this->services['jms_i18n_routing.locale_choosing_listener'] ?? $this->getJmsI18nRouting_LocaleChoosingListenerService());
  6593.         }, => 'onKernelException'], 128);
  6594.         $instance->addListener('kernel.response', [=> function () {
  6595.             return ($this->services['jms_i18n_routing.cookie_setting_listener'] ?? $this->getJmsI18nRouting_CookieSettingListenerService());
  6596.         }, => 'onKernelResponse'], 256);
  6597.         $instance->addListener('kernel.request', [=> function () {
  6598.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  6599.         }, => 'onKernelRequest'], 0);
  6600.         $instance->addListener('Presta\\SitemapBundle\\Event\\SitemapPopulateEvent', [=> function () {
  6601.             return ($this->privates['presta_sitemap.eventlistener.route_annotation'] ?? $this->getPrestaSitemap_Eventlistener_RouteAnnotationService());
  6602.         }, => 'registerRouteAnnotation'], 0);
  6603.         $instance->addListener('kernel.exception', [=> function () {
  6604.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->getWebpackEncore_ExceptionListenerService());
  6605.         }, => 'onKernelException'], 0);
  6606.         $instance->addListener('kernel.request', [=> function () {
  6607.             return ($this->privates['App\\EventSubscriber\\ScraperThrottleSubscriber'] ?? $this->getScraperThrottleSubscriberService());
  6608.         }, => 'onKernelRequest'], 0);
  6609.         $instance->addListener('aqarmap.login.success', [=> function () {
  6610.             return ($this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\AdminLoginListener'] ?? $this->getAdminLoginListenerService());
  6611.         }, => 'onAdminLogin'], 0);
  6612.         $instance->addListener('fos_user.change_password.edit.completed', [=> function () {
  6613.             return ($this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\ChangeUserPasswordSubscriber'] ?? $this->getChangeUserPasswordSubscriberService());
  6614.         }, => 'expireTokens'], 0);
  6615.         $instance->addListener('fos_user.resetting.reset.success', [=> function () {
  6616.             return ($this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\ChangeUserPasswordSubscriber'] ?? $this->getChangeUserPasswordSubscriberService());
  6617.         }, => 'onResettingResetRequest'], 0);
  6618.         $instance->addListener('aqarmap.user.password.reset', [=> function () {
  6619.             return ($this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\ChangeUserPasswordSubscriber'] ?? $this->getChangeUserPasswordSubscriberService());
  6620.         }, => 'onResettingPassword'], 0);
  6621.         $instance->addListener('aqarmap.main.admin_sidebar_menu_configure', [=> function () {
  6622.             return ($this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\ConfigureMenuEventSubscriber'] ?? $this->getConfigureMenuEventSubscriber5Service());
  6623.         }, => 'onAdminSidebarMenuConfigure'], 0);
  6624.         $instance->addListener('kernel.request', [=> function () {
  6625.             return ($this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\LocaleEventSubscriber'] ?? $this->getLocaleEventSubscriber2Service());
  6626.         }, => 'onKernelRequest'], 0);
  6627.         $instance->addListener('parent.logo.approved', [=> function () {
  6628.             return ($this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\ParentLogoApprovedEventSubscriber'] ?? $this->getParentLogoApprovedEventSubscriberService());
  6629.         }, => 'onParentLogoApproved'], 0);
  6630.         $instance->addListener('fos_user.profile.edit.completed', [=> function () {
  6631.             return ($this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\ProfileEditedListener'] ?? $this->getProfileEditedListenerService());
  6632.         }, => 'onProfileEdited'], 0);
  6633.         $instance->addListener('fos_user.registration.success', [=> function () {
  6634.             return ($this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\RegistrationSuccessListener'] ?? $this->getRegistrationSuccessListenerService());
  6635.         }, => 'onRegistrationFormValidated'], 0);
  6636.         $instance->addListener('fos_user.registration.success', [=> function () {
  6637.             return ($this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\RegistrationSuccessListener'] ?? $this->getRegistrationSuccessListenerService());
  6638.         }, => 'onRegistrationSuccess'], 0);
  6639.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  6640.             return ($this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\ResetPasswordListener'] ?? $this->getResetPasswordListenerService());
  6641.         }, => 'passwordResetCompleted'], 0);
  6642.         $instance->addListener('fos_user.registration.initialize', [=> function () {
  6643.             return ($this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\SetUserLanguageListener'] ?? ($this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\SetUserLanguageListener'] = new \Aqarmap\Bundle\UserBundle\EventListener\SetUserLanguageListener()));
  6644.         }, => 'onRegistrationInitiate'], 0);
  6645.         $instance->addListener('security.switch_user', [=> function () {
  6646.             return ($this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\SwitchUserSubscriber'] ?? $this->getSwitchUserSubscriberService());
  6647.         }, => 'onSwitchUser'], 0);
  6648.         $instance->addListener('aqarmap.listing.message_submitted', [=> function () {
  6649.             return ($this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\UserInterestSubscribeListener'] ?? $this->getUserInterestSubscribeListenerService());
  6650.         }, => 'onAddLead'], 0);
  6651.         $instance->addListener('aqarmap.listing.call_requested', [=> function () {
  6652.             return ($this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\UserInterestSubscribeListener'] ?? $this->getUserInterestSubscribeListenerService());
  6653.         }, => 'onAddLead'], 0);
  6654.         $instance->addListener('aqarmap.listing.show_seller_number', [=> function () {
  6655.             return ($this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\UserInterestSubscribeListener'] ?? $this->getUserInterestSubscribeListenerService());
  6656.         }, => 'onAddLead'], 0);
  6657.         $instance->addListener('aqarmap.interest.create_non_searchable', [=> function () {
  6658.             return ($this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\UserInterestSubscribeListener'] ?? $this->getUserInterestSubscribeListenerService());
  6659.         }, => 'onCreateInterest'], 0);
  6660.         $instance->addListener('security.interactive_login', [=> function () {
  6661.             return ($this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\UserLoginListener'] ?? $this->getUserLoginListenerService());
  6662.         }, => 'updateLegacyPasswordsListener'], 0);
  6663.         $instance->addListener('security.interactive_login', [=> function () {
  6664.             return ($this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\UserLoginListener'] ?? $this->getUserLoginListenerService());
  6665.         }, => 'setAuthTokenInCookies'], 0);
  6666.         $instance->addListener('fos_user.security.implicit_login', [=> function () {
  6667.             return ($this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\UserLoginListener'] ?? $this->getUserLoginListenerService());
  6668.         }, => 'onImplisictLogin'], 0);
  6669.         $instance->addListener('aqarmap.user_package.created', [=> function () {
  6670.             return ($this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\UserPackageSubscriber'] ?? $this->getUserPackageSubscriberService());
  6671.         }, => 'updateUserTypeOnUserPackageCreation'], 0);
  6672.         $instance->addListener('fos_user.profile.edit.success', [=> function () {
  6673.             return ($this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\UserUpdateListener'] ?? $this->getUserUpdateListenerService());
  6674.         }, => 'onProfileEditSuccess'], 0);
  6675.         $instance->addListener('aws.ses.bounce', [=> function () {
  6676.             return ($this->privates['Aqarmap\\Bundle\\MainBundle\\EventListener\\BouncedEmailListener'] ?? $this->getBouncedEmailListenerService());
  6677.         }, => 'disabledAccount'], 0);
  6678.         $instance->addListener('aws.ses.complaint', [=> function () {
  6679.             return ($this->privates['Aqarmap\\Bundle\\MainBundle\\EventListener\\BouncedEmailListener'] ?? $this->getBouncedEmailListenerService());
  6680.         }, => 'globalUnsubscribe'], 0);
  6681.         $instance->addListener('elastica.pager_persister.pre_persist', [=> function () {
  6682.             return ($this->privates['Aqarmap\\Bundle\\MainBundle\\EventListener\\ElasticaPopulateSubscriber'] ?? ($this->privates['Aqarmap\\Bundle\\MainBundle\\EventListener\\ElasticaPopulateSubscriber'] = new \Aqarmap\Bundle\MainBundle\EventListener\ElasticaPopulateSubscriber()));
  6683.         }, => 'onPrePersist'], 0);
  6684.         $instance->addListener('aqarmap.feedback.send_message', [=> function () {
  6685.             return ($this->privates['Aqarmap\\Bundle\\MainBundle\\EventListener\\FeedbackListener'] ?? $this->getFeedbackListenerService());
  6686.         }, => 'onSubmitFeedback'], 0);
  6687.         $instance->addListener('kernel.request', [=> function () {
  6688.             return ($this->privates['Aqarmap\\Bundle\\MainBundle\\EventListener\\IpTraceSubscriber'] ?? $this->getIpTraceSubscriberService());
  6689.         }, => 'onKernelRequest'], 0);
  6690.         $instance->addListener('Presta\\SitemapBundle\\Event\\SitemapPopulateEvent', [=> function () {
  6691.             return ($this->privates['Aqarmap\\Bundle\\MainBundle\\EventListener\\SiteMapListener'] ?? $this->getSiteMapListenerService());
  6692.         }, => 'populate'], 0);
  6693.         $instance->addListener('aqarmap.main.admin_sidebar_menu_configure', [=> function () {
  6694.             return ($this->privates['Aqarmap\\Bundle\\MainBundle\\Listener\\ConfigureMenuEventSubscriber'] ?? $this->getConfigureMenuEventSubscriber3Service());
  6695.         }, => 'onAdminSidebarMenuConfigure'], 0);
  6696.         $instance->addListener('kernel.request', [=> function () {
  6697.             return ($this->privates['Aqarmap\\Bundle\\MainBundle\\Listener\\DoctrineExtensionEventSubscriber'] ?? $this->getDoctrineExtensionEventSubscriberService());
  6698.         }, => 'onLateKernelRequest'], -10);
  6699.         $instance->addListener('kernel.request', [=> function () {
  6700.             return ($this->privates['Aqarmap\\Bundle\\MainBundle\\Listener\\RequestEventSubscriber'] ?? $this->getRequestEventSubscriberService());
  6701.         }, => 'onKernelRequest'], 0);
  6702.         $instance->addListener('Presta\\SitemapBundle\\Event\\SitemapPopulateEvent', [=> function () {
  6703.             return ($this->privates['app.sitemap.sections_subscriber'] ?? $this->getApp_Sitemap_SectionsSubscriberService());
  6704.         }, => 'populate'], 0);
  6705.         $instance->addListener('form.pre_set_data', [=> function () {
  6706.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\BuildListingAttributeFormListener'] ?? $this->getBuildListingAttributeFormListenerService());
  6707.         }, => 'buildForm'], 0);
  6708.         $instance->addListener('aqarmap.project.calculate.average.pricePerMeter', [=> function () {
  6709.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\CompoundAveragePricePerMeterListener'] ?? $this->getCompoundAveragePricePerMeterListenerService());
  6710.         }, => 'calculateAveragePricePerMeter'], 1);
  6711.         $instance->addListener('aqarmap.project.re_calculate.min_price_area', [=> function () {
  6712.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\CompoundFieldListener'] ?? $this->getCompoundFieldListenerService());
  6713.         }, => 'postSaveProjectUnitEvent'], 1);
  6714.         $instance->addListener('aqarmap.main.admin_sidebar_menu_configure', [=> function () {
  6715.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ConfigureMenuEventSubscriber'] ?? $this->getConfigureMenuEventSubscriber2Service());
  6716.         }, => 'onAdminSidebarMenuConfigure'], 0);
  6717.         $instance->addListener('aqarmap.main.breadcrumb_configure', [=> function () {
  6718.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ConfigureMenuEventSubscriber'] ?? $this->getConfigureMenuEventSubscriber2Service());
  6719.         }, => 'onBreadcrumbConfigure'], 0);
  6720.         $instance->addListener('aqarmap.listing.publish', [=> function () {
  6721.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\CreditStatusListener'] ?? $this->getCreditStatusListenerService());
  6722.         }, => 'onListingPublishEvent'], 100);
  6723.         $instance->addListener('form.pre_set_data', [=> function () {
  6724.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\CustomFieldSubscriber'] ?? ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\CustomFieldSubscriber'] = new \Aqarmap\Bundle\ListingBundle\EventListener\CustomFieldSubscriber()));
  6725.         }, => 'preSetData'], 0);
  6726.         $instance->addListener('aqarmap.listing.lead.add', [=> function () {
  6727.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\LeadDuplicateSubscriber'] ?? $this->getLeadDuplicateSubscriberService());
  6728.         }, => 'handleDuplicateLead'], 0);
  6729.         $instance->addListener('aqarmap.listing.message_submitted', [=> function () {
  6730.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\LeadSubscribeListener'] ?? $this->getLeadSubscribeListenerService());
  6731.         }, => 'onContactSeller'], 0);
  6732.         $instance->addListener('aqarmap.listing.show_seller_number', [=> function () {
  6733.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\LeadSubscribeListener'] ?? $this->getLeadSubscribeListenerService());
  6734.         }, => 'onShowPhoneNumber'], 0);
  6735.         $instance->addListener('aqarmap.listing.lead.add', [=> function () {
  6736.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\LeadSystemLabelSubscriber'] ?? $this->getLeadSystemLabelSubscriberService());
  6737.         }, => 'setActiveUserFlag'], 1);
  6738.         $instance->addListener('aqarmap.listing.lead.add', [=> function () {
  6739.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\LeadSystemLabelSubscriber'] ?? $this->getLeadSystemLabelSubscriberService());
  6740.         }, => 'setBrokerFlag'], 0);
  6741.         $instance->addListener('aqarmap.listing.publish', [=> function () {
  6742.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingActivityLogListener'] ?? $this->getListingActivityLogListenerService());
  6743.         }, => 'listingPublishEvent'], 0);
  6744.         $instance->addListener('aqarmap.listing.scrapped.publish', [=> function () {
  6745.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingActivityLogListener'] ?? $this->getListingActivityLogListenerService());
  6746.         }, => 'listingPublishEvent'], 0);
  6747.         $instance->addListener('aqarmap.listing.delete', [=> function () {
  6748.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingActivityLogListener'] ?? $this->getListingActivityLogListenerService());
  6749.         }, => 'listingDeleteEvent'], 0);
  6750.         $instance->addListener('aqarmap.listing.delete_by_user', [=> function () {
  6751.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingActivityLogListener'] ?? $this->getListingActivityLogListenerService());
  6752.         }, => 'listingDeleteByUserEvent'], 0);
  6753.         $instance->addListener('aqarmap.listing.reset_title', [=> function () {
  6754.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingActivityLogListener'] ?? $this->getListingActivityLogListenerService());
  6755.         }, => 'listingResetTitleEvent'], 0);
  6756.         $instance->addListener('aqarmap.listing.remove_numbers', [=> function () {
  6757.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingActivityLogListener'] ?? $this->getListingActivityLogListenerService());
  6758.         }, => 'listingRemoveNumbersEvent'], 0);
  6759.         $instance->addListener('aqarmap.listing.clear_video', [=> function () {
  6760.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingActivityLogListener'] ?? $this->getListingActivityLogListenerService());
  6761.         }, => 'listingRemoveVideoEvent'], 0);
  6762.         $instance->addListener('aqarmap.listing.clear_map', [=> function () {
  6763.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingActivityLogListener'] ?? $this->getListingActivityLogListenerService());
  6764.         }, => 'listingRemoveMapEvent'], 0);
  6765.         $instance->addListener('aqarmap.listing.clear_price', [=> function () {
  6766.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingActivityLogListener'] ?? $this->getListingActivityLogListenerService());
  6767.         }, => 'listingRemovePriceEvent'], 0);
  6768.         $instance->addListener('aqarmap.listing.featured', [=> function () {
  6769.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingActivityLogListener'] ?? $this->getListingActivityLogListenerService());
  6770.         }, => 'listingFeaturedEvent'], 0);
  6771.         $instance->addListener('aqarmap.listing.super_featured', [=> function () {
  6772.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingActivityLogListener'] ?? $this->getListingActivityLogListenerService());
  6773.         }, => 'listingSuperFeaturedEvent'], 0);
  6774.         $instance->addListener('aqarmap.listing.premium', [=> function () {
  6775.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingActivityLogListener'] ?? $this->getListingActivityLogListenerService());
  6776.         }, => 'listingPremiumFeaturedEvent'], 0);
  6777.         $instance->addListener('aqarmap.listing.sponsored', [=> function () {
  6778.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingActivityLogListener'] ?? $this->getListingActivityLogListenerService());
  6779.         }, => 'listingSponsoredFeaturedEvent'], 0);
  6780.         $instance->addListener('aqarmap.listing.spotlight', [=> function () {
  6781.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingActivityLogListener'] ?? $this->getListingActivityLogListenerService());
  6782.         }, => 'listingSpotlightFeaturedEvent'], 0);
  6783.         $instance->addListener('aqarmap.listing.bump_up_started', [=> function () {
  6784.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingActivityLogListener'] ?? $this->getListingActivityLogListenerService());
  6785.         }, => 'listingAutoBumpUpStartedEvent'], 0);
  6786.         $instance->addListener('aqarmap.listing.bump_up_reverted', [=> function () {
  6787.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingActivityLogListener'] ?? $this->getListingActivityLogListenerService());
  6788.         }, => 'listingAutoBumpUpRevertedEvent'], 0);
  6789.         $instance->addListener('aqarmap.listing.bump_up_step', [=> function () {
  6790.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingActivityLogListener'] ?? $this->getListingActivityLogListenerService());
  6791.         }, => 'listingAutoBumpUpStepEvent'], 0);
  6792.         $instance->addListener('aqarmap.listing.bump_up_expired', [=> function () {
  6793.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingActivityLogListener'] ?? $this->getListingActivityLogListenerService());
  6794.         }, => 'listingAutoBumpUpExpiredEvent'], 0);
  6795.         $instance->addListener('aqarmap.listing.unfeatured', [=> function () {
  6796.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingActivityLogListener'] ?? $this->getListingActivityLogListenerService());
  6797.         }, => 'listingUnFeaturedEvent'], 0);
  6798.         $instance->addListener('aqarmap.listing.expired', [=> function () {
  6799.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingActivityLogListener'] ?? $this->getListingActivityLogListenerService());
  6800.         }, => 'listingExpiredEvent'], 0);
  6801.         $instance->addListener('aqarmap.listing.rejected', [=> function () {
  6802.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingActivityLogListener'] ?? $this->getListingActivityLogListenerService());
  6803.         }, => 'listingRejectedEvent'], 0);
  6804.         $instance->addListener('aqarmap.listing.pending_photos', [=> function () {
  6805.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingActivityLogListener'] ?? $this->getListingActivityLogListenerService());
  6806.         }, => 'listingPendingPhotoEvent'], 0);
  6807.         $instance->addListener('aqarmap.listing.pending_payment', [=> function () {
  6808.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingActivityLogListener'] ?? $this->getListingActivityLogListenerService());
  6809.         }, => 'listingPendingPaymentEvent'], 0);
  6810.         $instance->addListener('aqarmap.listing.free_publish', [=> function () {
  6811.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingActivityLogListener'] ?? $this->getListingActivityLogListenerService());
  6812.         }, => 'listingPublishFreeEvent'], 0);
  6813.         $instance->addListener('aqarmap.listing.publish_without_photos', [=> function () {
  6814.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingActivityLogListener'] ?? $this->getListingActivityLogListenerService());
  6815.         }, => 'listingPublishWithOutPhotoEvent'], 0);
  6816.         $instance->addListener('aqarmap.listing.created', [=> function () {
  6817.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingActivityLogListener'] ?? $this->getListingActivityLogListenerService());
  6818.         }, => 'listingCreatedEvent'], 0);
  6819.         $instance->addListener('aqarmap.listing.pending_approval', [=> function () {
  6820.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingActivityLogListener'] ?? $this->getListingActivityLogListenerService());
  6821.         }, => 'listingPendingApprovalEvent'], 0);
  6822.         $instance->addListener('aqarmap.listing.sold_by_owner', [=> function () {
  6823.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingActivityLogListener'] ?? $this->getListingActivityLogListenerService());
  6824.         }, => 'listingSoldByOwnerFeaturedEvent'], 0);
  6825.         $instance->addListener('aqarmap.listing.sold_by_owner_sponsored', [=> function () {
  6826.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingActivityLogListener'] ?? $this->getListingActivityLogListenerService());
  6827.         }, => 'listingSoldByOwnerSponsoredEvent'], 0);
  6828.         $instance->addListener('aqarmap.listing.first_listing_for_free', [=> function () {
  6829.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingActivityLogListener'] ?? $this->getListingActivityLogListenerService());
  6830.         }, => 'firstListingForFreeEvent'], 0);
  6831.         $instance->addListener('aqarmap.listing.after_save', [=> function () {
  6832.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingCategorySubscriber'] ?? $this->getListingCategorySubscriberService());
  6833.         }, => 'onPostSaveListing'], -1);
  6834.         $instance->addListener('aqarmap.listing.feature.bumpup', [=> function () {
  6835.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingFeatureListener'] ?? $this->getListingFeatureListenerService());
  6836.         }, => 'onFeaturingCreateAutoBumpUp'], 0);
  6837.         $instance->addListener('aqarmap.listing.pre_save', [=> function () {
  6838.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingListener'] ?? $this->getListingListenerService());
  6839.         }, => 'preSaveListingEvent'], 1);
  6840.         $instance->addListener('aqarmap.listing.pre_save_listener', [=> function () {
  6841.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingListener'] ?? $this->getListingListenerService());
  6842.         }, => 'preSaveListingEvent'], 3);
  6843.         $instance->addListener('aqarmap.listing.pre_submitted', [=> function () {
  6844.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingListener'] ?? $this->getListingListenerService());
  6845.         }, => 'preSubmittedListingEvent'], 2);
  6846.         $instance->addListener('aqarmap.listing_got_rated', [=> function () {
  6847.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingRatedListener'] ?? $this->getListingRatedListenerService());
  6848.         }, => 'onRating'], 0);
  6849.         $instance->addListener('aqarmap.listing_got_rejected', [=> function () {
  6850.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingRejectedListener'] ?? $this->getListingRejectedListenerService());
  6851.         }, => 'onRejection'], 0);
  6852.         $instance->addListener('aqarmap.listing.pre_save', [=> function () {
  6853.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingRuleListener'] ?? $this->getListingRuleListenerService());
  6854.         }, => 'preSaveListingEvent'], 0);
  6855.         $instance->addListener('aqarmap.listing.submitted', [=> function () {
  6856.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingRuleListener'] ?? $this->getListingRuleListenerService());
  6857.         }, => 'onSubmittedEvent'], 0);
  6858.         $instance->addListener('aqarmap.listing.submitted', [=> function () {
  6859.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingRuleListener'] ?? $this->getListingRuleListenerService());
  6860.         }, => 'onSubmittedStatusRedirectionEvent'], 0);
  6861.         $instance->addListener('aqarmap.listing.resubmitted', [=> function () {
  6862.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingRuleListener'] ?? $this->getListingRuleListenerService());
  6863.         }, => 'onSubmittedEvent'], 0);
  6864.         $instance->addListener('aqarmap.listing.resubmitted', [=> function () {
  6865.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingRuleListener'] ?? $this->getListingRuleListenerService());
  6866.         }, => 'onSubmittedStatusRedirectionEvent'], 0);
  6867.         $instance->addListener('aqarmap.listing.publish', [=> function () {
  6868.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingRuleListener'] ?? $this->getListingRuleListenerService());
  6869.         }, => 'onListingPublishEvent'], 0);
  6870.         $instance->addListener('aqarmap.listing.featuring.approved', [=> function () {
  6871.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingRuleListener'] ?? $this->getListingRuleListenerService());
  6872.         }, => 'onFeaturingListingApprovalEvent'], 0);
  6873.         $instance->addListener('aqarmap.listing.free_publish', [=> function () {
  6874.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingRuleListener'] ?? $this->getListingRuleListenerService());
  6875.         }, => 'onListingPublishEvent'], 0);
  6876.         $instance->addListener('aqarmap.listing.publish_without_photos', [=> function () {
  6877.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingRuleListener'] ?? $this->getListingRuleListenerService());
  6878.         }, => 'onListingPublishEvent'], 0);
  6879.         $instance->addListener('aqarmap.listing.featuring.rejected', [=> function () {
  6880.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingRuleListener'] ?? $this->getListingRuleListenerService());
  6881.         }, => 'onFeaturingListingRejectEvent'], 0);
  6882.         $instance->addListener('aqarmap.search.trigger', [=> function () {
  6883.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingSearchTriggerListener'] ?? $this->getListingSearchTriggerListenerService());
  6884.         }, => 'listingSearchEvent'], 0);
  6885.         $instance->addListener('aqarmap.listing.after_save', [=> function () {
  6886.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingSlugListener'] ?? $this->getListingSlugListenerService());
  6887.         }, => 'afterSaveListingEvent'], 0);
  6888.         $instance->addListener('aqarmap.listing.pre_save', [=> function () {
  6889.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingStatusListener'] ?? $this->getListingStatusListenerService());
  6890.         }, => 'preSaveListingEvent'], 0);
  6891.         $instance->addListener('aqarmap.listing.publish', [=> function () {
  6892.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingStatusListener'] ?? $this->getListingStatusListenerService());
  6893.         }, => 'onListingPublishEvent'], 100);
  6894.         $instance->addListener('aqarmap.listing.publish', [=> function () {
  6895.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingStatusListener'] ?? $this->getListingStatusListenerService());
  6896.         }, => 'changeListingWaitingTime'], 0);
  6897.         $instance->addListener('aqarmap.listing.submitted', [=> function () {
  6898.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingStatusListener'] ?? $this->getListingStatusListenerService());
  6899.         }, => 'onSubmittedEvent'], 100);
  6900.         $instance->addListener('aqarmap.listing.expired', [=> function () {
  6901.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingStatusListener'] ?? $this->getListingStatusListenerService());
  6902.         }, => 'onListingExpiredEvent'], 0);
  6903.         $instance->addListener('aqarmap.listing.undelete', [=> function () {
  6904.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingStatusListener'] ?? $this->getListingStatusListenerService());
  6905.         }, => 'onListingUndeleteEvent'], 0);
  6906.         $instance->addListener('aqarmap.listing.delete', [=> function () {
  6907.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingStatusListener'] ?? $this->getListingStatusListenerService());
  6908.         }, => 'onListingStatusDeleteEvent'], 0);
  6909.         $instance->addListener('aqarmap.listing.delete', [=> function () {
  6910.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingStatusListener'] ?? $this->getListingStatusListenerService());
  6911.         }, => 'onListingDeleteEvent'], 0);
  6912.         $instance->addListener('aqarmap.listing.delete_by_user', [=> function () {
  6913.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingStatusListener'] ?? $this->getListingStatusListenerService());
  6914.         }, => 'onListingStatusDeleteEvent'], 0);
  6915.         $instance->addListener('aqarmap.listing.free_publish', [=> function () {
  6916.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingStatusListener'] ?? $this->getListingStatusListenerService());
  6917.         }, => 'onListingPublishForFreeEvent'], 0);
  6918.         $instance->addListener('aqarmap.listing.free_publish', [=> function () {
  6919.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingStatusListener'] ?? $this->getListingStatusListenerService());
  6920.         }, => 'onListingPublishEvent'], 0);
  6921.         $instance->addListener('aqarmap.listing.free_publish', [=> function () {
  6922.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingStatusListener'] ?? $this->getListingStatusListenerService());
  6923.         }, => 'onPublishedForFreeEmailEvent'], 0);
  6924.         $instance->addListener('aqarmap.listing.publish_without_photos', [=> function () {
  6925.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingStatusListener'] ?? $this->getListingStatusListenerService());
  6926.         }, => 'onListingPublishForFreeEvent'], 0);
  6927.         $instance->addListener('aqarmap.listing.publish_without_photos', [=> function () {
  6928.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingStatusListener'] ?? $this->getListingStatusListenerService());
  6929.         }, => 'onListingPublishEvent'], 0);
  6930.         $instance->addListener('aqarmap.listing.photos_deleted', [=> function () {
  6931.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingStatusListener'] ?? $this->getListingStatusListenerService());
  6932.         }, => 'onListingPhotosDeleted'], 0);
  6933.         $instance->addListener('aqarmap.listing.rejected', [=> function () {
  6934.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingStatusListener'] ?? $this->getListingStatusListenerService());
  6935.         }, => 'changeListingWaitingTime'], 0);
  6936.         $instance->addListener('aqarmap.listing.pending_approval', [=> function () {
  6937.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingStatusListener'] ?? $this->getListingStatusListenerService());
  6938.         }, => 'onListingStatusPendingEvent'], 0);
  6939.         $instance->addListener('aqarmap.listing.after_change_status', [=> function () {
  6940.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingStatusListener'] ?? $this->getListingStatusListenerService());
  6941.         }, => 'onListingStatusChangedEvent'], 0);
  6942.         $instance->addListener('aqarmap.listing_got_updated', [=> function () {
  6943.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingUpdatedListener'] ?? $this->getListingUpdatedListenerService());
  6944.         }, => 'onUpdate'], 0);
  6945.         $instance->addListener('location.got.touched', [=> function () {
  6946.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\LocationSubscriber'] ?? $this->getLocationSubscriberService());
  6947.         }, => 'onUpdate'], 0);
  6948.         $instance->addListener('location.slug.touched', [=> function () {
  6949.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\LocationSubscriber'] ?? $this->getLocationSubscriberService());
  6950.         }, => 'updateChildrenSlugs'], 0);
  6951.         $instance->addListener('aqarmap.listing.message_submitted', [=> function () {
  6952.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\NotifierSubscribeListener'] ?? $this->getNotifierSubscribeListenerService());
  6953.         }, => 'onAddLead'], 0);
  6954.         $instance->addListener('aqarmap.listing.call_requested', [=> function () {
  6955.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\NotifierSubscribeListener'] ?? $this->getNotifierSubscribeListenerService());
  6956.         }, => 'onAddLead'], 0);
  6957.         $instance->addListener('aqarmap.listing.show_seller_number', [=> function () {
  6958.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\NotifierSubscribeListener'] ?? $this->getNotifierSubscribeListenerService());
  6959.         }, => 'onAddLead'], 0);
  6960.         $instance->addListener('aqarmap.search.trigger', [=> function () {
  6961.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\NotifierSubscribeListener'] ?? $this->getNotifierSubscribeListenerService());
  6962.         }, => 'updateNotifier'], 0);
  6963.         $instance->addListener('Aqarmap\\Bundle\\ListingBundle\\Event\\SearchTriggerEvent', [=> function () {
  6964.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\SearchKeywordHistorySubscriber'] ?? $this->getSearchKeywordHistorySubscriberService());
  6965.         }, => 'onSearchKeyword'], 0);
  6966.         $instance->addListener('kernel.controller', [=> function () {
  6967.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\SoftDeleteEventSubscriber'] ?? $this->getSoftDeleteEventSubscriberService());
  6968.         }, => 'onKernelController'], 0);
  6969.         $instance->addListener('churn.expiry.user.renewal', [=> function () {
  6970.             return ($this->privates['Aqarmap\\Bundle\\CreditBundle\\EventListener\\ChurnAndExpiryEventSubscriber'] ?? $this->getChurnAndExpiryEventSubscriberService());
  6971.         }, => 'onUserRenewal'], 0);
  6972.         $instance->addListener('aqarmap.main.admin_sidebar_menu_configure', [=> function () {
  6973.             return ($this->privates['Aqarmap\\Bundle\\CreditBundle\\EventListener\\ConfigureMenuEventSubscriber'] ?? $this->getConfigureMenuEventSubscriberService());
  6974.         }, => 'onAdminSidebarMenuConfigure'], 0);
  6975.         $instance->addListener('aqarmap.notifier.interaction', [=> function () {
  6976.             return ($this->privates['Aqarmap\\Bundle\\NotifierBundle\\EventListener\\NotifierInteractionListener'] ?? $this->getNotifierInteractionListenerService());
  6977.         }, => 'onNotifierInteraction'], 0);
  6978.         $instance->addListener('aqarmap.notifier.create.parent.locations', [=> function () {
  6979.             return ($this->privates['Aqarmap\\Bundle\\NotifierBundle\\EventListener\\NotifierSubscribeListener'] ?? $this->getNotifierSubscribeListener2Service());
  6980.         }, => 'onCreateNotifier'], 0);
  6981.         $instance->addListener('kernel.request', [=> function () {
  6982.             return ($this->privates['Aqarmap\\Bundle\\ApiBundle\\EventListener\\LocaleEventSubscriber'] ?? $this->getLocaleEventSubscriberService());
  6983.         }, => 'onKernelRequest'], 0);
  6984.         $instance->addListener('aqarmap.mortgage.request', [=> function () {
  6985.             return ($this->privates['Aqarmap\\Bundle\\MortgageBundle\\EventListener\\MortgageSubscribeListener'] ?? $this->getMortgageSubscribeListenerService());
  6986.         }, => 'onCreateMortgageRequest'], 0);
  6987.         $instance->addListener('aqarmap.main.admin_sidebar_menu_configure', [=> function () {
  6988.             return ($this->privates['Aqarmap\\Bundle\\NeighborhoodBundle\\EventListener\\ConfigureMenuEventSubscriber'] ?? $this->getConfigureMenuEventSubscriber4Service());
  6989.         }, => 'onAdminSidebarMenuConfigure'], 0);
  6990.         $instance->addListener('aqarmap.discussion.subscriber.update_comments_counter', [=> function () {
  6991.             return ($this->privates['Aqarmap\\Bundle\\DiscussionBundle\\EventListener\\DiscussionSubscriberListener'] ?? $this->getDiscussionSubscriberListenerService());
  6992.         }, => 'updateCommentsCount'], 0);
  6993.         $instance->addListener('aqarmap.neighborhood.discussion.bags', [=> function () {
  6994.             return ($this->privates['Aqarmap\\Bundle\\DiscussionBundle\\EventListener\\NotificationsBagListener'] ?? $this->getNotificationsBagListenerService());
  6995.         }, => 'bagCreated'], 0);
  6996.         $instance->addListener('aqarmap.listing.lead.add', [=> function () {
  6997.             return ($this->privates['Aqarmap\\Bundle\\CRMBundle\\EventListener\\CRMLeadListener'] ?? $this->getCRMLeadListenerService());
  6998.         }, => 'onAddLead'], 0);
  6999.         $instance->addListener('aqarmap.listing.user.search', [=> function () {
  7000.             return ($this->privates['Aqarmap\\Bundle\\CustomerProfilingBundle\\EventListener\\CustomerProfilingListener'] ?? $this->getCustomerProfilingListenerService());
  7001.         }, => 'onSearch'], 0);
  7002.         $instance->addListener('notification.sent', [=> function () {
  7003.             return ($this->privates['Aqarmap\\Bundle\\NotificationBundle\\EventListener\\NotificationSubscriber'] ?? ($this->privates['Aqarmap\\Bundle\\NotificationBundle\\EventListener\\NotificationSubscriber'] = new \Aqarmap\Bundle\NotificationBundle\EventListener\NotificationSubscriber()));
  7004.         }, => 'notificationSent'], 0);
  7005.         $instance->addListener('user.password.reset', [=> function () {
  7006.             return ($this->privates['Aqarmap\\Bundle\\NotificationBundle\\NotificationSubscriber'] ?? $this->getNotificationSubscriber2Service());
  7007.         }, => 'handle'], 0);
  7008.         $instance->addListener('discussion.comment.was.approved', [=> function () {
  7009.             return ($this->privates['Aqarmap\\Bundle\\NotificationBundle\\NotificationSubscriber'] ?? $this->getNotificationSubscriber2Service());
  7010.         }, => 'handle'], 0);
  7011.         $instance->addListener('user.was.signup', [=> function () {
  7012.             return ($this->privates['Aqarmap\\Bundle\\NotificationBundle\\NotificationSubscriber'] ?? $this->getNotificationSubscriber2Service());
  7013.         }, => 'handle'], 0);
  7014.         $instance->addListener('exchange.request.was.created', [=> function () {
  7015.             return ($this->privates['Aqarmap\\Bundle\\NotificationBundle\\NotificationSubscriber'] ?? $this->getNotificationSubscriber2Service());
  7016.         }, => 'handle'], 0);
  7017.         $instance->addListener('listing.was.rejected.for.featuring', [=> function () {
  7018.             return ($this->privates['Aqarmap\\Bundle\\NotificationBundle\\NotificationSubscriber'] ?? $this->getNotificationSubscriber2Service());
  7019.         }, => 'handle'], 0);
  7020.         $instance->addListener('listing.was.rejected', [=> function () {
  7021.             return ($this->privates['Aqarmap\\Bundle\\NotificationBundle\\NotificationSubscriber'] ?? $this->getNotificationSubscriber2Service());
  7022.         }, => 'handle'], 0);
  7023.         $instance->addListener('user.personal.photo.was.rejected', [=> function () {
  7024.             return ($this->privates['Aqarmap\\Bundle\\NotificationBundle\\NotificationSubscriber'] ?? $this->getNotificationSubscriber2Service());
  7025.         }, => 'handle'], 0);
  7026.         $instance->addListener('listing.was.approved.for.featuring', [=> function () {
  7027.             return ($this->privates['Aqarmap\\Bundle\\NotificationBundle\\NotificationSubscriber'] ?? $this->getNotificationSubscriber2Service());
  7028.         }, => 'handle'], 0);
  7029.         $instance->addListener('listing.was.scraped', [=> function () {
  7030.             return ($this->privates['Aqarmap\\Bundle\\NotificationBundle\\NotificationSubscriber'] ?? $this->getNotificationSubscriber2Service());
  7031.         }, => 'handle'], 0);
  7032.         $instance->addListener('payment.was.failed', [=> function () {
  7033.             return ($this->privates['Aqarmap\\Bundle\\NotificationBundle\\NotificationSubscriber'] ?? $this->getNotificationSubscriber2Service());
  7034.         }, => 'handle'], 0);
  7035.         $instance->addListener('credit.was.charged', [=> function () {
  7036.             return ($this->privates['Aqarmap\\Bundle\\NotificationBundle\\NotificationSubscriber'] ?? $this->getNotificationSubscriber2Service());
  7037.         }, => 'handle'], 0);
  7038.         $instance->addListener('arpa.payment.missed', [=> function () {
  7039.             return ($this->privates['Aqarmap\\Bundle\\NotificationBundle\\NotificationSubscriber'] ?? $this->getNotificationSubscriber2Service());
  7040.         }, => 'handle'], 0);
  7041.         $instance->addListener('discussion.was.published.with.handler', [=> function () {
  7042.             return ($this->privates['Aqarmap\\Bundle\\NotificationBundle\\NotificationSubscriber'] ?? $this->getNotificationSubscriber2Service());
  7043.         }, => 'handle'], 0);
  7044.         $instance->addListener('discussion.comment.was.published', [=> function () {
  7045.             return ($this->privates['Aqarmap\\Bundle\\NotificationBundle\\NotificationSubscriber'] ?? $this->getNotificationSubscriber2Service());
  7046.         }, => 'handle'], 0);
  7047.         $instance->addListener('user.logo.was.rejected', [=> function () {
  7048.             return ($this->privates['Aqarmap\\Bundle\\NotificationBundle\\NotificationSubscriber'] ?? $this->getNotificationSubscriber2Service());
  7049.         }, => 'handle'], 0);
  7050.         $instance->addListener('similar.listings.lead.notification', [=> function () {
  7051.             return ($this->privates['Aqarmap\\Bundle\\NotificationBundle\\NotificationSubscriber'] ?? $this->getNotificationSubscriber2Service());
  7052.         }, => 'handle'], 0);
  7053.         $instance->addListener('reminder.package.expiration', [=> function () {
  7054.             return ($this->privates['Aqarmap\\Bundle\\NotificationBundle\\NotificationSubscriber'] ?? $this->getNotificationSubscriber2Service());
  7055.         }, => 'handle'], 0);
  7056.         $instance->addListener('user.was.logged', [=> function () {
  7057.             return ($this->privates['Aqarmap\\Bundle\\NotificationBundle\\NotificationSubscriber'] ?? $this->getNotificationSubscriber2Service());
  7058.         }, => 'handle'], 0);
  7059.         $instance->addListener('listing.was.sold.by.owner', [=> function () {
  7060.             return ($this->privates['Aqarmap\\Bundle\\NotificationBundle\\NotificationSubscriber'] ?? $this->getNotificationSubscriber2Service());
  7061.         }, => 'handle'], 0);
  7062.         $instance->addListener('lead.generated', [=> function () {
  7063.             return ($this->privates['Aqarmap\\Bundle\\NotificationBundle\\NotificationSubscriber'] ?? $this->getNotificationSubscriber2Service());
  7064.         }, => 'handle'], 0);
  7065.         $instance->addListener('arpa.recurring.payment.succeeded', [=> function () {
  7066.             return ($this->privates['Aqarmap\\Bundle\\NotificationBundle\\NotificationSubscriber'] ?? $this->getNotificationSubscriber2Service());
  7067.         }, => 'handle'], 0);
  7068.         $instance->addListener('listing.has.expired', [=> function () {
  7069.             return ($this->privates['Aqarmap\\Bundle\\NotificationBundle\\NotificationSubscriber'] ?? $this->getNotificationSubscriber2Service());
  7070.         }, => 'handle'], 0);
  7071.         $instance->addListener('notification.channels.api', [=> function () {
  7072.             return ($this->privates['Aqarmap\\Bundle\\NotificationBundle\\NotificationSubscriber'] ?? $this->getNotificationSubscriber2Service());
  7073.         }, => 'handle'], 0);
  7074.         $instance->addListener('discussion.was.rejected', [=> function () {
  7075.             return ($this->privates['Aqarmap\\Bundle\\NotificationBundle\\NotificationSubscriber'] ?? $this->getNotificationSubscriber2Service());
  7076.         }, => 'handle'], 0);
  7077.         $instance->addListener('discussion.has.new.comment', [=> function () {
  7078.             return ($this->privates['Aqarmap\\Bundle\\NotificationBundle\\NotificationSubscriber'] ?? $this->getNotificationSubscriber2Service());
  7079.         }, => 'handle'], 0);
  7080.         $instance->addListener('listing.was.published', [=> function () {
  7081.             return ($this->privates['Aqarmap\\Bundle\\NotificationBundle\\NotificationSubscriber'] ?? $this->getNotificationSubscriber2Service());
  7082.         }, => 'handle'], 0);
  7083.         $instance->addListener('discussion.was.published', [=> function () {
  7084.             return ($this->privates['Aqarmap\\Bundle\\NotificationBundle\\NotificationSubscriber'] ?? $this->getNotificationSubscriber2Service());
  7085.         }, => 'handle'], 0);
  7086.         $instance->addListener('arpa.payment.cancelled', [=> function () {
  7087.             return ($this->privates['Aqarmap\\Bundle\\NotificationBundle\\NotificationSubscriber'] ?? $this->getNotificationSubscriber2Service());
  7088.         }, => 'handle'], 0);
  7089.         $instance->addListener('discussion.was.approved', [=> function () {
  7090.             return ($this->privates['Aqarmap\\Bundle\\NotificationBundle\\NotificationSubscriber'] ?? $this->getNotificationSubscriber2Service());
  7091.         }, => 'handle'], 0);
  7092.         $instance->addListener('send.notification.chunk', [=> function () {
  7093.             return ($this->privates['Aqarmap\\Bundle\\NotificationBundle\\NotificationSubscriber'] ?? $this->getNotificationSubscriber2Service());
  7094.         }, => 'handle'], 0);
  7095.         $instance->addListener('arpa.payment.succeeded', [=> function () {
  7096.             return ($this->privates['Aqarmap\\Bundle\\NotificationBundle\\NotificationSubscriber'] ?? $this->getNotificationSubscriber2Service());
  7097.         }, => 'handle'], 0);
  7098.         $instance->addListener('credit.was.deducted', [=> function () {
  7099.             return ($this->privates['Aqarmap\\Bundle\\NotificationBundle\\NotificationSubscriber'] ?? $this->getNotificationSubscriber2Service());
  7100.         }, => 'handle'], 0);
  7101.         $instance->addListener('fos_user.registration.completed', [=> function () {
  7102.             return ($this->privates['Aqarmap\\Bundle\\NotificationBundle\\UserSubscriber'] ?? $this->getUserSubscriberService());
  7103.         }, => 'onRegistrationCompleted'], 0);
  7104.         $instance->addListener('kernel.response', [=> function () {
  7105.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  7106.         }, => 'onKernelResponse'], 0);
  7107.         $instance->addListener('kernel.response', [=> function () {
  7108.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  7109.         }, => 'onKernelResponse'], -1024);
  7110.         $instance->addListener('kernel.request', [=> function () {
  7111.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  7112.         }, => 'setDefaultLocale'], 100);
  7113.         $instance->addListener('kernel.request', [=> function () {
  7114.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  7115.         }, => 'onKernelRequest'], 16);
  7116.         $instance->addListener('kernel.finish_request', [=> function () {
  7117.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  7118.         }, => 'onKernelFinishRequest'], 0);
  7119.         $instance->addListener('kernel.request', [=> function () {
  7120.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  7121.         }, => 'onKernelRequest'], 256);
  7122.         $instance->addListener('kernel.response', [=> function () {
  7123.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  7124.         }, => 'onResponse'], -255);
  7125.         $instance->addListener('kernel.controller_arguments', [=> function () {
  7126.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  7127.         }, => 'onControllerArguments'], 0);
  7128.         $instance->addListener('kernel.exception', [=> function () {
  7129.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  7130.         }, => 'logKernelException'], 0);
  7131.         $instance->addListener('kernel.exception', [=> function () {
  7132.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  7133.         }, => 'onKernelException'], -128);
  7134.         $instance->addListener('kernel.response', [=> function () {
  7135.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  7136.         }, => 'removeCspHeader'], -128);
  7137.         $instance->addListener('kernel.request', [=> function () {
  7138.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  7139.         }, => 'onKernelRequest'], 15);
  7140.         $instance->addListener('kernel.finish_request', [=> function () {
  7141.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  7142.         }, => 'onKernelFinishRequest'], -15);
  7143.         $instance->addListener('console.error', [=> function () {
  7144.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  7145.         }, => 'onConsoleError'], -128);
  7146.         $instance->addListener('console.terminate', [=> function () {
  7147.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  7148.         }, => 'onConsoleTerminate'], -128);
  7149.         $instance->addListener('console.error', [=> function () {
  7150.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  7151.         }, => 'onConsoleError'], 0);
  7152.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  7153.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  7154.         }, => 'onMessage'], -255);
  7155.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  7156.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  7157.         }, => 'onMessage'], -255);
  7158.         $instance->addListener('kernel.request', [=> function () {
  7159.             return ($this->privates['fragment.listener'] ?? $this->getFragment_ListenerService());
  7160.         }, => 'onKernelRequest'], 48);
  7161.         $instance->addListener('kernel.request', [=> function () {
  7162.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  7163.         }, => 'configure'], 2048);
  7164.         $instance->addListener('console.command', [=> function () {
  7165.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  7166.         }, => 'configure'], 2048);
  7167.         $instance->addListener('kernel.request', [=> function () {
  7168.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  7169.         }, => 'onKernelRequest'], 32);
  7170.         $instance->addListener('kernel.finish_request', [=> function () {
  7171.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  7172.         }, => 'onKernelFinishRequest'], 0);
  7173.         $instance->addListener('kernel.exception', [=> function () {
  7174.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  7175.         }, => 'onKernelException'], -64);
  7176.         $instance->addListener('kernel.request', [=> function () {
  7177.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  7178.         }, => 'onKernelRequest'], 128);
  7179.         $instance->addListener('kernel.response', [=> function () {
  7180.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  7181.         }, => 'onKernelResponse'], -1000);
  7182.         $instance->addListener('kernel.finish_request', [=> function () {
  7183.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  7184.         }, => 'onFinishRequest'], 0);
  7185.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  7186.             return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->getMessenger_Retry_SendFailedMessageForRetryListenerService());
  7187.         }, => 'onMessageFailed'], 100);
  7188.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  7189.             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()));
  7190.         }, => 'onMessageFailed'], 200);
  7191.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  7192.             return ($this->privates['messenger.failure.send_failed_message_to_failure_transport_listener'] ?? $this->getMessenger_Failure_SendFailedMessageToFailureTransportListenerService());
  7193.         }, => 'onMessageFailed'], -100);
  7194.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  7195.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService());
  7196.         }, => 'onWorkerStarted'], 0);
  7197.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  7198.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService());
  7199.         }, => 'onWorkerRunning'], 0);
  7200.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  7201.             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()));
  7202.         }, => 'onMessageFailed'], 0);
  7203.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  7204.             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()));
  7205.         }, => 'onWorkerRunning'], 0);
  7206.         $instance->addListener('kernel.response', [=> function () {
  7207.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  7208.         }, => 'onKernelResponse'], -100);
  7209.         $instance->addListener('kernel.exception', [=> function () {
  7210.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  7211.         }, => 'onKernelException'], 0);
  7212.         $instance->addListener('kernel.terminate', [=> function () {
  7213.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  7214.         }, => 'onKernelTerminate'], -1024);
  7215.         $instance->addListener('kernel.controller', [=> function () {
  7216.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  7217.         }, => 'onKernelController'], 0);
  7218.         $instance->addListener('kernel.response', [=> function () {
  7219.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  7220.         }, => 'onKernelResponse'], 0);
  7221.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  7222.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService());
  7223.         }, => 'onWorkerMessageHandled'], 0);
  7224.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  7225.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService());
  7226.         }, => 'onWorkerMessageFailed'], 0);
  7227.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  7228.             return ($this->privates['doctrine_mongodb.messenger.event_subscriber.doctrine_clear_document_manager'] ?? $this->getDoctrineMongodb_Messenger_EventSubscriber_DoctrineClearDocumentManagerService());
  7229.         }, => 'onWorkerMessageHandled'], 0);
  7230.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  7231.             return ($this->privates['doctrine_mongodb.messenger.event_subscriber.doctrine_clear_document_manager'] ?? $this->getDoctrineMongodb_Messenger_EventSubscriber_DoctrineClearDocumentManagerService());
  7232.         }, => 'onWorkerMessageFailed'], 0);
  7233.         $instance->addListener('elastica.pager_persister.pre_insert_objects', [=> function () {
  7234.             return ($this->services['fos_elastica.filter_objects_listener'] ?? $this->getFosElastica_FilterObjectsListenerService());
  7235.         }, => 'filterObjects'], 0);
  7236.         $instance->addListener('kernel.terminate', [=> function () {
  7237.             return ($this->privates['enqueue.client.default.flush_spool_producer_listener'] ?? $this->getEnqueue_Client_Default_FlushSpoolProducerListenerService());
  7238.         }, => 'flushMessages'], 0);
  7239.         $instance->addListener('console.terminate', [=> function () {
  7240.             return ($this->privates['enqueue.client.default.flush_spool_producer_listener'] ?? $this->getEnqueue_Client_Default_FlushSpoolProducerListenerService());
  7241.         }, => 'flushMessages'], 0);
  7242.         $instance->addListener('elastica.pager_persister.pre_persist', [=> function () {
  7243.             return ($this->privates['enqueue_elastica.purge_populate_queue_listener'] ?? $this->getEnqueueElastica_PurgePopulateQueueListenerService());
  7244.         }, => 'purgePopulateQueue'], 0);
  7245.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  7246.             return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  7247.         }, => 'onMessage'], 0);
  7248.         $instance->addListener('kernel.controller', [=> function () {
  7249.             return ($this->privates['fos_rest.view_response_listener'] ?? $this->getFosRest_ViewResponseListenerService());
  7250.         }, => 'onKernelController'], 0);
  7251.         $instance->addListener('kernel.view', [=> function () {
  7252.             return ($this->privates['fos_rest.view_response_listener'] ?? $this->getFosRest_ViewResponseListenerService());
  7253.         }, => 'onKernelView'], 30);
  7254.         $instance->addListener('kernel.response', [=> function () {
  7255.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  7256.         }, => 'onKernelResponse'], 0);
  7257.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  7258.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  7259.         }, => 'onVoterVote'], 0);
  7260.         $instance->addListener('kernel.request', [=> function () {
  7261.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  7262.         }, => 'configureLogoutUrlGenerator'], 8);
  7263.         $instance->addListener('kernel.request', [=> function () {
  7264.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  7265.         }, => 'onKernelRequest'], 8);
  7266.         $instance->addListener('kernel.finish_request', [=> function () {
  7267.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  7268.         }, => 'onKernelFinishRequest'], 0);
  7269.         $instance->addListener('fos_user.security.implicit_login', [=> function () {
  7270.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->getFosUser_Security_InteractiveLoginListenerService());
  7271.         }, => 'onImplicitLogin'], 0);
  7272.         $instance->addListener('security.interactive_login', [=> function () {
  7273.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->getFosUser_Security_InteractiveLoginListenerService());
  7274.         }, => 'onSecurityInteractiveLogin'], 0);
  7275.         $instance->addListener('fos_user.registration.completed', [=> function () {
  7276.             return ($this->privates['fos_user.listener.authentication'] ?? $this->getFosUser_Listener_AuthenticationService());
  7277.         }, => 'authenticate'], 0);
  7278.         $instance->addListener('fos_user.registration.confirmed', [=> function () {
  7279.             return ($this->privates['fos_user.listener.authentication'] ?? $this->getFosUser_Listener_AuthenticationService());
  7280.         }, => 'authenticate'], 0);
  7281.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  7282.             return ($this->privates['fos_user.listener.authentication'] ?? $this->getFosUser_Listener_AuthenticationService());
  7283.         }, => 'authenticate'], 0);
  7284.         $instance->addListener('fos_user.change_password.edit.completed', [=> function () {
  7285.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  7286.         }, => 'addSuccessFlash'], 0);
  7287.         $instance->addListener('fos_user.profile.edit.completed', [=> function () {
  7288.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  7289.         }, => 'addSuccessFlash'], 0);
  7290.         $instance->addListener('fos_user.registration.completed', [=> function () {
  7291.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  7292.         }, => 'addSuccessFlash'], 0);
  7293.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  7294.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  7295.         }, => 'addSuccessFlash'], 0);
  7296.         $instance->addListener('fos_user.resetting.reset.initialize', [=> function () {
  7297.             return ($this->privates['fos_user.listener.resetting'] ?? $this->getFosUser_Listener_ResettingService());
  7298.         }, => 'onResettingResetInitialize'], 0);
  7299.         $instance->addListener('fos_user.resetting.reset.success', [=> function () {
  7300.             return ($this->privates['fos_user.listener.resetting'] ?? $this->getFosUser_Listener_ResettingService());
  7301.         }, => 'onResettingResetSuccess'], 0);
  7302.         $instance->addListener('knp_pager.before', [=> function () {
  7303.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  7304.         }, => 'before'], 0);
  7305.         $instance->addListener('knp_pager.pagination', [=> function () {
  7306.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  7307.         }, => 'pagination'], 0);
  7308.         $instance->addListener('knp_pager.before', [=> function () {
  7309.             return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  7310.         }, => 'before'], 1);
  7311.         $instance->addListener('knp_pager.before', [=> function () {
  7312.             return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  7313.         }, => 'before'], 1);
  7314.         $instance->addListener('knp_pager.pagination', [=> function () {
  7315.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  7316.         }, => 'pagination'], 1);
  7317.         $instance->addListener('kernel.request', [=> function () {
  7318.             return ($this->privates['httplug.strategy_listener'] ?? ($this->privates['httplug.strategy_listener'] = new \Http\HttplugBundle\Discovery\ConfiguredClientsStrategyListener()));
  7319.         }, => 'onEvent'], 1024);
  7320.         $instance->addListener('console.command', [=> function () {
  7321.             return ($this->privates['httplug.strategy_listener'] ?? ($this->privates['httplug.strategy_listener'] = new \Http\HttplugBundle\Discovery\ConfiguredClientsStrategyListener()));
  7322.         }, => 'onEvent'], 1024);
  7323.         $instance->addListener('kernel.request', [=> function () {
  7324.             return ($this->privates['Http\\HttplugBundle\\Collector\\PluginClientFactoryListener'] ?? $this->getPluginClientFactoryListenerService());
  7325.         }, => 'onEvent'], 1024);
  7326.         $instance->addListener('console.command', [=> function () {
  7327.             return ($this->privates['Http\\HttplugBundle\\Collector\\PluginClientFactoryListener'] ?? $this->getPluginClientFactoryListenerService());
  7328.         }, => 'onEvent'], 1024);
  7329.         $instance->addListener('kernel.controller', [=> function () {
  7330.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  7331.         }, => 'onKernelController'], 0);
  7332.         $instance->addListener('kernel.controller', [=> function () {
  7333.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  7334.         }, => 'onKernelController'], 0);
  7335.         $instance->addListener('kernel.controller', [=> function () {
  7336.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  7337.         }, => 'onKernelController'], -128);
  7338.         $instance->addListener('kernel.view', [=> function () {
  7339.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  7340.         }, => 'onKernelView'], 0);
  7341.         $instance->addListener('kernel.controller', [=> function () {
  7342.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  7343.         }, => 'onKernelController'], 0);
  7344.         $instance->addListener('kernel.response', [=> function () {
  7345.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  7346.         }, => 'onKernelResponse'], 0);
  7347.         $instance->addListener('kernel.controller_arguments', [=> function () {
  7348.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  7349.         }, => 'onKernelControllerArguments'], 0);
  7350.         $instance->addListener('kernel.controller_arguments', [=> function () {
  7351.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  7352.         }, => 'onKernelControllerArguments'], 0);
  7353.         $instance->addListener('console.command', [=> function () {
  7354.             return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  7355.         }, => 'configure'], 1024);
  7356.         $instance->addListener('console.error', [=> function () {
  7357.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  7358.         }, => 'onConsoleError'], 0);
  7359.         $instance->addListener('console.terminate', [=> function () {
  7360.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  7361.         }, => 'onConsoleTerminate'], 0);
  7362.         $instance->addListener('console.command', [=> function () {
  7363.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  7364.         }, => 'onCommand'], 255);
  7365.         $instance->addListener('console.terminate', [=> function () {
  7366.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  7367.         }, => 'onTerminate'], -255);
  7368.         $instance->addListener('kernel.response', [=> function () {
  7369.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  7370.         }, => 'onKernelResponse'], -128);
  7371.         $instance->addListener('kernel.finish_request', [=> function () {
  7372.             return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
  7373.         }, => 'resetAssets'], 0);
  7374.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  7375.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  7376.         }, => 'onLogout'], 0);
  7377.         $instance->addListener('knp_pager.items', [=> function () {
  7378.             return ($this->services['fos_elastica.paginator.subscriber'] ?? $this->getFosElastica_Paginator_SubscriberService());
  7379.         }, => 'items'], 1);
  7380.         return $instance;
  7381.     }
  7382.     /**
  7383.      * Gets the public 'fos_elastica.client.default' shared service.
  7384.      *
  7385.      * @return \FOS\ElasticaBundle\Elastica\Client
  7386.      */
  7387.     protected function getFosElastica_Client_DefaultService()
  7388.     {
  7389.         $this->services['fos_elastica.client.default'] = $instance = new \FOS\ElasticaBundle\Elastica\Client(['connections' => [=> ['host' => $this->getEnv('ELASTICSEARCH_HOST'), 'port' => $this->getEnv('int:ELASTICSEARCH_PORT'), 'transport' => 'http''timeout' => $this->getEnv('int:ELASTICSEARCH_CONN_TIMEOUT'), 'http_error_codes' => [=> 400=> 403=> 404], 'ssl' => false'logger' => 'fos_elastica.logger''compression' => false'headers' => [], 'curl' => [], 'retryOnConflict' => 0'persistent' => true]], 'connectionStrategy' => 'Simple'], NULL);
  7390.         $instance->setStopwatch(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  7391.         $instance->setLogger(($this->privates['fos_elastica.logger'] ?? $this->getFosElastica_LoggerService()));
  7392.         return $instance;
  7393.     }
  7394.     /**
  7395.      * Gets the public 'fos_elastica.config_manager' shared service.
  7396.      *
  7397.      * @return \FOS\ElasticaBundle\Configuration\ConfigManager
  7398.      */
  7399.     protected function getFosElastica_ConfigManagerService()
  7400.     {
  7401.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Configuration/ManagerInterface.php';
  7402.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Configuration/ConfigManager.php';
  7403.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Configuration/Source/SourceInterface.php';
  7404.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Configuration/Source/ContainerSource.php';
  7405.         return $this->services['fos_elastica.config_manager'] = new \FOS\ElasticaBundle\Configuration\ConfigManager([=> new \FOS\ElasticaBundle\Configuration\Source\ContainerSource(['app_listings' => ['elasticsearch_name' => 'aqarmap_'.$this->getEnv('string:APP_COUNTRY').'_listings''reference' => ($this->services['fos_elastica.index.app_listings'] ?? $this->getFosElastica_Index_AppListingsService()), 'name' => 'app_listings''settings' => ['number_of_shards' => $this->getEnv('ELASTICSEARCH_NUM_SHARDS'), 'number_of_replicas' => $this->getEnv('ELASTICSEARCH_NUM_REPLICAS'), 'max_result_window' => 10000000'analysis' => ['filter' => ['autocomplete_filter' => ['type' => 'edge_ngram''min_gram' => 2'max_gram' => 20], 'synonym' => ['type' => 'synonym''lenient' => true'synonyms' => [=> '1st, first, one, 1, Ù¡, Ø§Ù„أول'=> '2nd, second, two, 2, Ù¢, Ø§Ù„ثاني'=> '3rd, third, three, 3, Ù£, Ø§Ù„ثالث'=> '4th, fourth, four, 4, Ù¤, Ø§Ù„رابع'=> '5th, fifth, five, 5, Ù¥, Ø§Ù„خامس'=> '6th, sixth, six, 6, Ù¦, Ø§Ù„سادس'=> '7th, seventh, seven, 7, Ù§, Ø§Ù„سابع'=> '8th, eighth, eight, 8, Ù¨, Ø§Ù„ثامن'=> '9th, ninth, nine, 9, Ù©, Ø§Ù„تاسع'=> '10th, tenth, ten, 10, Ù¡Ù , Ø§Ù„عاشر'10 => '11th, eleventh, eleven, 11, Ù¡Ù¡, Ø§Ù„حاي Ø¹Ø´Ø±'11 => '12th, twelfth, twelve, 12, Ù¡Ù¢, Ø§Ù„ثاني Ø¹Ø´Ø±'12 => '13th, thirteenth, thirteen, 13, Ù¡Ù£, Ø§Ù„ثالث Ø¹Ø´Ø±'13 => '14th, fourteenth, fourteen, 14, Ù¡Ù¤, Ø§Ù„رابع Ø¹Ø´Ø±'14 => '15th, fifteenth, fifteen, 15, Ù¡Ù¥, Ø§Ù„خامس Ø¹Ø´Ø±'15 => '16th, sixteenth, sixteen, 16, Ù¡Ù¦, Ø§Ù„سادس Ø¹Ø´Ø±'16 => '17th, seventeenth, seventeen, 17, Ù¡Ù§, Ø§Ù„سابع Ø¹Ø´Ø±'17 => '18th, eighteenth, eighteen, 18, Ù¡Ù¨, Ø§Ù„ثامن Ø¹Ø´Ø±'18 => '19th, nineteenth, nine, 19, Ù¡Ù©, Ø§Ù„تاسع Ø¹Ø´Ø±'19 => '20th, twentieth, twenty, 20, Ù¢Ù , Ø§Ù„عشرين'20 => '21st, twenty-first, twenty one, 21, Ù¢Ù¡, Ø§Ù„حادي Ø¹Ø´Ø±'21 => '22nd, twenty-second, twenty two, 22, Ù¢Ù¢, Ø§Ù„ثاني ÙˆØ§Ù„عشرون'22 => '23rd, twenty-third, twenty three, 23, Ù¢Ù£, Ø§Ù„ثالث ÙˆØ§Ù„عشرون'23 => '90th, ninetieth, ninety, 90, Ù©Ù , Ø§Ù„تسعين']], 'arabic_stop_words' => ['type' => 'stop''stopwords' => '_arabic_'], 'english_stop_words' => ['type' => 'stop''stopwords' => [=> 'a'=> 'an'=> 'and'=> 'are'=> 'as'=> 'at'=> 'be'=> 'but'=> 'by'=> 'for'10 => 'if'11 => 'in'12 => 'into'13 => 'is'14 => 'it'15 => 'no'16 => 'not'17 => 'of'18 => 'on'19 => 'or'20 => 'such'21 => 'that'22 => 'their'23 => 'then'24 => 'there'25 => 'these'26 => 'they'27 => 'this'28 => 'to'29 => 'was'30 => 'will'31 => 'with']]], 'analyzer' => ['autocomplete' => ['type' => 'custom''tokenizer' => 'standard''filter' => [=> 'lowercase'=> 'autocomplete_filter'=> 'arabic_normalization'=> 'synonym'=> 'arabic_stop_words'=> 'english_stop_words']], 'keyword_search' => ['type' => 'custom''tokenizer' => 'standard''filter' => [=> 'lowercase'=> 'arabic_normalization'=> 'synonym'=> 'arabic_stop_words'=> 'english_stop_words']]]]], 'type_prototype' => [], 'use_alias' => false'types' => ['listings' => ['name' => 'listings''mapping' => ['dynamic_templates' => [], 'properties' => ['id' => ['type' => 'integer'], 'title' => ['type' => 'text''analyzer' => 'autocomplete''fields' => ['searchable_title' => ['type' => 'text''analyzer' => 'keyword_search']]], 'description' => ['type' => 'text''analyzer' => 'autocomplete''fields' => ['searchable_description' => ['type' => 'text''analyzer' => 'keyword_search']]], 'address' => ['type' => 'text''analyzer' => 'autocomplete''fields' => ['searchable_address' => ['type' => 'text''analyzer' => 'keyword_search']]], 'centerLat' => ['type' => 'float'], 'centerLng' => ['type' => 'float'], 'status' => ['type' => 'integer'], 'compound_status' => ['type' => 'integer'], 'attributesList' => ['type' => 'object'], 'sellerRole' => ['type' => 'integer'], 'paymentMethod' => ['type' => 'integer'], 'featured' => ['type' => 'integer'], 'propertyView' => ['type' => 'integer'], 'source' => ['type' => 'text'], 'category' => ['type' => 'integer'], 'publishedAt' => ['type' => 'date''boost' => 5], 'price' => ['type' => 'long'], 'area' => ['type' => 'long'], 'translations' => ['type' => 'object''properties' => ['content' => ['type' => 'text''analyzer' => 'autocomplete''fields' => ['searchable_content' => ['type' => 'text''analyzer' => 'keyword_search']]], 'field' => ['type' => 'text']]], 'section' => ['type' => 'object''properties' => ['id' => ['type' => 'integer'], 'title' => ['type' => 'text']]], 'location' => ['type' => 'object''properties' => ['id' => ['type' => 'integer'], 'title' => ['type' => 'text']]], 'locations' => ['type' => 'object''properties' => ['id' => ['type' => 'integer'], 'title' => ['type' => 'text']]], 'propertyType' => ['type' => 'object''properties' => ['id' => ['type' => 'integer'], 'title' => ['type' => 'text']]], 'compoundField' => ['type' => 'object''properties' => ['minPrice' => ['type' => 'integer'], 'numberOfProjectsDelivered' => ['type' => 'integer'], 'numberOfProjectsInhabited' => ['type' => 'integer']]], 'photos' => ['type' => 'object''properties' => ['id' => ['type' => 'integer'], 'caption' => ['type' => 'text']]], 'qualityScore' => ['type' => 'integer'], 'compoundLocation' => ['type' => 'object''properties' => ['id' => ['type' => 'integer'], 'title' => ['type' => 'text'], 'coordinates' => ['type' => 'geo_point'], 'location' => ['type' => 'object''properties' => ['id' => ['type' => 'integer']]]]], 'user' => ['type' => 'object''properties' => ['id' => ['type' => 'integer'], 'fullName' => ['type' => 'text'], 'groups' => ['type' => 'object''properties' => ['id' => ['type' => 'integer'], 'category' => ['type' => 'integer']]]]], 'pricePerMeter' => ['type' => 'long'], 'childrenPropertyType' => ['type' => 'object'], 'compoundStatus' => ['type' => 'integer'], 'priceLevel' => ['type' => 'integer'], 'childrenArea' => ['type' => 'object'], 'childrenPrice' => ['type' => 'object'], 'childrenPricePerMeter' => ['type' => 'object'], 'childrenAttributesList' => ['type' => 'object'], 'geoPoint' => ['type' => 'geo_point'], 'parent' => ['type' => 'object''properties' => ['id' => ['type' => 'integer']]], 'isMortgage' => ['type' => 'boolean'], 'isTopPicks' => ['type' => 'boolean'], 'eligibleForMortgage' => ['type' => 'text'], 'marketPropertyType' => ['type' => 'integer'], 'computedContactRate' => ['type' => 'float'], 'label' => ['type' => 'integer'], 'isMortgageApproved' => ['type' => 'boolean']]], 'config' => ['persistence' => ['elastica_to_model_transformer' => ['ignore_missing' => true'hints' => [], 'hydrate' => true'query_builder_method' => 'createQueryBuilder'], 'driver' => 'orm''model' => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing''provider' => ['query_builder_method' => 'populatingListingIndexQueryBuilder''batch_size' => 100'clear_object_manager' => true'debug_logging' => true], 'listener' => ['enabled' => true'insert' => true'update' => true'delete' => true'flush' => true'defer' => false'logger' => false], 'finder' => [], 'repository' => 'Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingElasticSearchRepository''identifier' => 'id''model_to_elastica_transformer' => [], 'persister' => []], 'serializer' => ['groups' => [], 'serialize_null' => false], 'analyzer' => NULL'search_analyzer' => NULL'dynamic' => NULL'date_detection' => NULL'dynamic_date_formats' => [], 'numeric_detection' => NULL]]]], 'app_locations' => ['elasticsearch_name' => 'aqarmap_'.$this->getEnv('string:APP_COUNTRY').'_locations''reference' => ($this->services['fos_elastica.index.app_locations'] ?? $this->getFosElastica_Index_AppLocationsService()), 'name' => 'app_locations''settings' => ['number_of_shards' => $this->getEnv('ELASTICSEARCH_NUM_SHARDS'), 'number_of_replicas' => $this->getEnv('ELASTICSEARCH_NUM_REPLICAS'), 'max_result_window' => 10000000'analysis' => ['char_filter' => ['mappings_char_filter' => ['type' => 'mapping''mappings' => [=> 'e => i']]], 'filter' => ['autocomplete_filter' => ['type' => 'ngram''min_gram' => 2'max_gram' => 20], 'synonym' => ['type' => 'synonym''lenient' => true'synonyms' => [=> '1st, first, one, 1, Ù¡, Ø§Ù„أول'=> '2nd, second, two, 2, Ù¢, Ø§Ù„ثاني'=> '3rd, third, three, 3, Ù£, Ø§Ù„ثالث'=> '4th, fourth, four, 4, Ù¤, Ø§Ù„رابع'=> '5th, fifth, five, 5, Ù¥, Ø§Ù„خامس'=> '6th, sixth, six, 6, Ù¦, Ø§Ù„سادس'=> '7th, seventh, seven, 7, Ù§, Ø§Ù„سابع'=> '8th, eighth, eight, 8, Ù¨, Ø§Ù„ثامن'=> '9th, ninth, nine, 9, Ù©, Ø§Ù„تاسع'=> '10th, tenth, ten, 10, Ù¡Ù , Ø§Ù„عاشر'10 => '11th, eleventh, eleven, 11, Ù¡Ù¡, Ø§Ù„حاي Ø¹Ø´Ø±'11 => '12th, twelfth, twelve, 12, Ù¡Ù¢, Ø§Ù„ثاني Ø¹Ø´Ø±'12 => '13th, thirteenth, thirteen, 13, Ù¡Ù£, Ø§Ù„ثالث Ø¹Ø´Ø±'13 => '14th, fourteenth, fourteen, 14, Ù¡Ù¤, Ø§Ù„رابع Ø¹Ø´Ø±'14 => '15th, fifteenth, fifteen, 15, Ù¡Ù¥, Ø§Ù„خامس Ø¹Ø´Ø±'15 => '16th, sixteenth, sixteen, 16, Ù¡Ù¦, Ø§Ù„سادس Ø¹Ø´Ø±'16 => '17th, seventeenth, seventeen, 17, Ù¡Ù§, Ø§Ù„سابع Ø¹Ø´Ø±'17 => '18th, eighteenth, eighteen, 18, Ù¡Ù¨, Ø§Ù„ثامن Ø¹Ø´Ø±'18 => '19th, nineteenth, nine, 19, Ù¡Ù©, Ø§Ù„تاسع Ø¹Ø´Ø±'19 => '20th, twentieth, twenty, 20, Ù¢Ù , Ø§Ù„عشرين'20 => '21st, twenty-first, twenty one, 21, Ù¢Ù¡, Ø§Ù„حادي Ø¹Ø´Ø±'21 => '22nd, twenty-second, twenty two, 22, Ù¢Ù¢, Ø§Ù„ثاني ÙˆØ§Ù„عشرون'22 => '23rd, twenty-third, twenty three, 23, Ù¢Ù£, Ø§Ù„ثالث ÙˆØ§Ù„عشرون'23 => '90th, ninetieth, ninety, 90, Ù©Ù , Ø§Ù„تسعين']], 'arabic_stop_words' => ['type' => 'stop''stopwords' => '_arabic_'], 'english_stop_words' => ['type' => 'stop''stopwords' => [=> 'a'=> 'an'=> 'and'=> 'are'=> 'as'=> 'at'=> 'be'=> 'but'=> 'by'=> 'for'10 => 'if'11 => 'in'12 => 'into'13 => 'is'14 => 'it'15 => 'no'16 => 'not'17 => 'of'18 => 'on'19 => 'or'20 => 'such'21 => 'that'22 => 'their'23 => 'then'24 => 'there'25 => 'these'26 => 'they'27 => 'this'28 => 'to'29 => 'was'30 => 'will'31 => 'with']]], 'analyzer' => ['autocomplete' => ['type' => 'custom''tokenizer' => 'standard''filter' => [=> 'lowercase'=> 'autocomplete_filter'=> 'arabic_normalization'=> 'synonym'=> 'arabic_stop_words'=> 'english_stop_words'], 'char_filter' => 'mappings_char_filter']]]], 'type_prototype' => [], 'use_alias' => false'types' => ['locations' => ['name' => 'locations''mapping' => ['dynamic_templates' => [], 'properties' => ['id' => ['type' => 'integer'], 'title' => ['type' => 'text''analyzer' => 'autocomplete'], 'description' => ['type' => 'text''analyzer' => 'autocomplete'], 'searchable_title' => ['type' => 'text''boost' => 10'analyzer' => 'autocomplete'], 'slug' => [], 'translations' => ['type' => 'object''properties' => ['content' => ['type' => 'text''analyzer' => 'autocomplete']]], 'center_lat' => [], 'center_lng' => [], 'zoom_level' => [], 'coordinates' => [], 'searchable' => [], 'home_filter' => [], 'statistics_filter' => [], 'neighborhood_filter' => [], 'compound_filter' => [], 'estimate' => [], 'disabled' => ['type' => 'boolean'], 'keyword' => ['type' => 'text''analyzer' => 'autocomplete'], 'level' => ['type' => 'integer'], '_left' => ['type' => 'integer'], '_right' => ['type' => 'integer'], 'root' => ['type' => 'integer'], 'parent' => ['type' => 'object''properties' => ['id' => ['type' => 'integer']]]]], 'config' => ['persistence' => ['elastica_to_model_transformer' => ['ignore_missing' => true'hints' => [], 'hydrate' => true'query_builder_method' => 'createQueryBuilder'], 'driver' => 'orm''model' => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\Location''provider' => ['batch_size' => 100'clear_object_manager' => true'debug_logging' => true'query_builder_method' => 'createQueryBuilder'], 'listener' => ['enabled' => true'insert' => true'update' => true'delete' => true'flush' => true'defer' => false'logger' => false], 'finder' => [], 'repository' => 'Aqarmap\\Bundle\\ListingBundle\\Repository\\LocationElasticSearchRepository''identifier' => 'id''model_to_elastica_transformer' => [], 'persister' => []], 'serializer' => ['groups' => [], 'serialize_null' => false], 'analyzer' => NULL'search_analyzer' => NULL'dynamic' => NULL'date_detection' => NULL'dynamic_date_formats' => [], 'numeric_detection' => NULL]]]]])]);
  7406.     }
  7407.     /**
  7408.      * Gets the public 'fos_elastica.config_manager.index_templates' shared service.
  7409.      *
  7410.      * @return \FOS\ElasticaBundle\Configuration\ConfigManager
  7411.      */
  7412.     protected function getFosElastica_ConfigManager_IndexTemplatesService()
  7413.     {
  7414.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Configuration/ManagerInterface.php';
  7415.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Configuration/ConfigManager.php';
  7416.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Configuration/Source/SourceInterface.php';
  7417.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Configuration/Source/TemplateContainerSource.php';
  7418.         return $this->services['fos_elastica.config_manager.index_templates'] = new \FOS\ElasticaBundle\Configuration\ConfigManager([=> new \FOS\ElasticaBundle\Configuration\Source\TemplateContainerSource([])]);
  7419.     }
  7420.     /**
  7421.      * Gets the public 'fos_elastica.filter_objects_listener' shared service.
  7422.      *
  7423.      * @return \FOS\ElasticaBundle\Persister\Listener\FilterObjectsListener
  7424.      */
  7425.     protected function getFosElastica_FilterObjectsListenerService()
  7426.     {
  7427.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Persister/Listener/FilterObjectsListener.php';
  7428.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Provider/IndexableInterface.php';
  7429.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Provider/Indexable.php';
  7430.         return $this->services['fos_elastica.filter_objects_listener'] = new \FOS\ElasticaBundle\Persister\Listener\FilterObjectsListener(($this->privates['fos_elastica.indexable'] ?? ($this->privates['fos_elastica.indexable'] = new \FOS\ElasticaBundle\Provider\Indexable([]))));
  7431.     }
  7432.     /**
  7433.      * Gets the public 'fos_elastica.finder.app_listings.listings' shared service.
  7434.      *
  7435.      * @return \FOS\ElasticaBundle\Finder\TransformedFinder
  7436.      */
  7437.     protected function getFosElastica_Finder_AppListings_ListingsService()
  7438.     {
  7439.         $a = new \FOS\ElasticaBundle\Doctrine\ORM\ElasticaToModelTransformer(($this->services['doctrine'] ?? $this->getDoctrineService()), 'Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing', ['ignore_missing' => true'hints' => [], 'hydrate' => true'query_builder_method' => 'createQueryBuilder''identifier' => 'id']);
  7440.         $a->setPropertyAccessor(($this->privates['fos_elastica.property_accessor'] ?? ($this->privates['fos_elastica.property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(falsefalse))));
  7441.         return $this->services['fos_elastica.finder.app_listings.listings'] = new \FOS\ElasticaBundle\Finder\TransformedFinder(($this->services['fos_elastica.index.app_listings.listings'] ?? $this->getFosElastica_Index_AppListings_ListingsService()), $a);
  7442.     }
  7443.     /**
  7444.      * Gets the public 'fos_elastica.finder.app_locations.locations' shared service.
  7445.      *
  7446.      * @return \FOS\ElasticaBundle\Finder\TransformedFinder
  7447.      */
  7448.     protected function getFosElastica_Finder_AppLocations_LocationsService()
  7449.     {
  7450.         $a = new \FOS\ElasticaBundle\Doctrine\ORM\ElasticaToModelTransformer(($this->services['doctrine'] ?? $this->getDoctrineService()), 'Aqarmap\\Bundle\\ListingBundle\\Entity\\Location', ['ignore_missing' => true'hints' => [], 'hydrate' => true'query_builder_method' => 'createQueryBuilder''identifier' => 'id']);
  7451.         $a->setPropertyAccessor(($this->privates['fos_elastica.property_accessor'] ?? ($this->privates['fos_elastica.property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(falsefalse))));
  7452.         return $this->services['fos_elastica.finder.app_locations.locations'] = new \FOS\ElasticaBundle\Finder\TransformedFinder(($this->services['fos_elastica.index.app_locations.locations'] ?? $this->getFosElastica_Index_AppLocations_LocationsService()), $a);
  7453.     }
  7454.     /**
  7455.      * Gets the public 'fos_elastica.in_place_pager_persister' shared service.
  7456.      *
  7457.      * @return \FOS\ElasticaBundle\Persister\InPlacePagerPersister
  7458.      */
  7459.     protected function getFosElastica_InPlacePagerPersisterService()
  7460.     {
  7461.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Persister/PagerPersisterInterface.php';
  7462.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Persister/InPlacePagerPersister.php';
  7463.         return $this->services['fos_elastica.in_place_pager_persister'] = new \FOS\ElasticaBundle\Persister\InPlacePagerPersister(($this->services['fos_elastica.persister_registry'] ?? $this->getFosElastica_PersisterRegistryService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  7464.     }
  7465.     /**
  7466.      * Gets the public 'fos_elastica.index.app_listings' shared service.
  7467.      *
  7468.      * @return \FOS\ElasticaBundle\Elastica\Index
  7469.      */
  7470.     protected function getFosElastica_Index_AppListingsService()
  7471.     {
  7472.         return $this->services['fos_elastica.index.app_listings'] = ($this->services['fos_elastica.client.default'] ?? $this->getFosElastica_Client_DefaultService())->getIndex('aqarmap_'.$this->getEnv('string:APP_COUNTRY').'_listings');
  7473.     }
  7474.     /**
  7475.      * Gets the public 'fos_elastica.index.app_listings.listings' shared service.
  7476.      *
  7477.      * @return \Elastica\Type
  7478.      */
  7479.     protected function getFosElastica_Index_AppListings_ListingsService()
  7480.     {
  7481.         return $this->services['fos_elastica.index.app_listings.listings'] = ($this->services['fos_elastica.index.app_listings'] ?? $this->getFosElastica_Index_AppListingsService())->getType('listings');
  7482.     }
  7483.     /**
  7484.      * Gets the public 'fos_elastica.index.app_locations' shared service.
  7485.      *
  7486.      * @return \FOS\ElasticaBundle\Elastica\Index
  7487.      */
  7488.     protected function getFosElastica_Index_AppLocationsService()
  7489.     {
  7490.         return $this->services['fos_elastica.index.app_locations'] = ($this->services['fos_elastica.client.default'] ?? $this->getFosElastica_Client_DefaultService())->getIndex('aqarmap_'.$this->getEnv('string:APP_COUNTRY').'_locations');
  7491.     }
  7492.     /**
  7493.      * Gets the public 'fos_elastica.index.app_locations.locations' shared service.
  7494.      *
  7495.      * @return \Elastica\Type
  7496.      */
  7497.     protected function getFosElastica_Index_AppLocations_LocationsService()
  7498.     {
  7499.         return $this->services['fos_elastica.index.app_locations.locations'] = ($this->services['fos_elastica.index.app_locations'] ?? $this->getFosElastica_Index_AppLocationsService())->getType('locations');
  7500.     }
  7501.     /**
  7502.      * Gets the public 'fos_elastica.index_manager' shared service.
  7503.      *
  7504.      * @return \FOS\ElasticaBundle\Index\IndexManager
  7505.      */
  7506.     protected function getFosElastica_IndexManagerService()
  7507.     {
  7508.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Index/IndexManager.php';
  7509.         $a = ($this->services['fos_elastica.index.app_listings'] ?? $this->getFosElastica_Index_AppListingsService());
  7510.         return $this->services['fos_elastica.index_manager'] = new \FOS\ElasticaBundle\Index\IndexManager(['app_listings' => $a'app_locations' => ($this->services['fos_elastica.index.app_locations'] ?? $this->getFosElastica_Index_AppLocationsService())], $a);
  7511.     }
  7512.     /**
  7513.      * Gets the public 'fos_elastica.index_template_manager' shared service.
  7514.      *
  7515.      * @return \FOS\ElasticaBundle\Index\IndexTemplateManager
  7516.      */
  7517.     protected function getFosElastica_IndexTemplateManagerService()
  7518.     {
  7519.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Index/IndexTemplateManager.php';
  7520.         return $this->services['fos_elastica.index_template_manager'] = new \FOS\ElasticaBundle\Index\IndexTemplateManager([]);
  7521.     }
  7522.     /**
  7523.      * Gets the public 'fos_elastica.manager.orm' shared service.
  7524.      *
  7525.      * @return \FOS\ElasticaBundle\Doctrine\RepositoryManager
  7526.      */
  7527.     protected function getFosElastica_Manager_OrmService()
  7528.     {
  7529.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Manager/RepositoryManagerInterface.php';
  7530.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Doctrine/RepositoryManager.php';
  7531.         $this->services['fos_elastica.manager.orm'] = $instance = new \FOS\ElasticaBundle\Doctrine\RepositoryManager(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['fos_elastica.repository_manager'] ?? $this->getFosElastica_RepositoryManagerService()));
  7532.         $instance->addEntity('Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing''app_listings/listings');
  7533.         $instance->addEntity('Aqarmap\\Bundle\\ListingBundle\\Entity\\Location''app_locations/locations');
  7534.         return $instance;
  7535.     }
  7536.     /**
  7537.      * Gets the public 'fos_elastica.object_persister.app_listings.listings' shared service.
  7538.      *
  7539.      * @return \FOS\ElasticaBundle\Persister\ObjectPersister
  7540.      */
  7541.     protected function getFosElastica_ObjectPersister_AppListings_ListingsService()
  7542.     {
  7543.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Persister/ObjectPersisterInterface.php';
  7544.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Persister/ObjectPersister.php';
  7545.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Transformer/ModelToElasticaTransformerInterface.php';
  7546.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Transformer/ModelToElasticaAutoTransformer.php';
  7547.         $a = new \FOS\ElasticaBundle\Transformer\ModelToElasticaAutoTransformer(['identifier' => 'id''index' => 'app_listings'], ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  7548.         $a->setPropertyAccessor(($this->privates['fos_elastica.property_accessor'] ?? ($this->privates['fos_elastica.property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(falsefalse))));
  7549.         return $this->services['fos_elastica.object_persister.app_listings.listings'] = new \FOS\ElasticaBundle\Persister\ObjectPersister(($this->services['fos_elastica.index.app_listings.listings'] ?? $this->getFosElastica_Index_AppListings_ListingsService()), $a'Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing', ['id' => ['type' => 'integer'], 'title' => ['type' => 'text''analyzer' => 'autocomplete''fields' => ['searchable_title' => ['type' => 'text''analyzer' => 'keyword_search']]], 'description' => ['type' => 'text''analyzer' => 'autocomplete''fields' => ['searchable_description' => ['type' => 'text''analyzer' => 'keyword_search']]], 'address' => ['type' => 'text''analyzer' => 'autocomplete''fields' => ['searchable_address' => ['type' => 'text''analyzer' => 'keyword_search']]], 'centerLat' => ['type' => 'float'], 'centerLng' => ['type' => 'float'], 'status' => ['type' => 'integer'], 'compound_status' => ['type' => 'integer'], 'attributesList' => ['type' => 'object'], 'sellerRole' => ['type' => 'integer'], 'paymentMethod' => ['type' => 'integer'], 'featured' => ['type' => 'integer'], 'propertyView' => ['type' => 'integer'], 'source' => ['type' => 'text'], 'category' => ['type' => 'integer'], 'publishedAt' => ['type' => 'date''boost' => 5], 'price' => ['type' => 'long'], 'area' => ['type' => 'long'], 'translations' => ['type' => 'object''properties' => ['content' => ['type' => 'text''analyzer' => 'autocomplete''fields' => ['searchable_content' => ['type' => 'text''analyzer' => 'keyword_search']]], 'field' => ['type' => 'text']]], 'section' => ['type' => 'object''properties' => ['id' => ['type' => 'integer'], 'title' => ['type' => 'text']]], 'location' => ['type' => 'object''properties' => ['id' => ['type' => 'integer'], 'title' => ['type' => 'text']]], 'locations' => ['type' => 'object''properties' => ['id' => ['type' => 'integer'], 'title' => ['type' => 'text']]], 'propertyType' => ['type' => 'object''properties' => ['id' => ['type' => 'integer'], 'title' => ['type' => 'text']]], 'compoundField' => ['type' => 'object''properties' => ['minPrice' => ['type' => 'integer'], 'numberOfProjectsDelivered' => ['type' => 'integer'], 'numberOfProjectsInhabited' => ['type' => 'integer']]], 'photos' => ['type' => 'object''properties' => ['id' => ['type' => 'integer'], 'caption' => ['type' => 'text']]], 'qualityScore' => ['type' => 'integer'], 'compoundLocation' => ['type' => 'object''properties' => ['id' => ['type' => 'integer'], 'title' => ['type' => 'text'], 'coordinates' => ['type' => 'geo_point'], 'location' => ['type' => 'object''properties' => ['id' => ['type' => 'integer']]]]], 'user' => ['type' => 'object''properties' => ['id' => ['type' => 'integer'], 'fullName' => ['type' => 'text'], 'groups' => ['type' => 'object''properties' => ['id' => ['type' => 'integer'], 'category' => ['type' => 'integer']]]]], 'pricePerMeter' => ['type' => 'long'], 'childrenPropertyType' => ['type' => 'object'], 'compoundStatus' => ['type' => 'integer'], 'priceLevel' => ['type' => 'integer'], 'childrenArea' => ['type' => 'object'], 'childrenPrice' => ['type' => 'object'], 'childrenPricePerMeter' => ['type' => 'object'], 'childrenAttributesList' => ['type' => 'object'], 'geoPoint' => ['type' => 'geo_point'], 'parent' => ['type' => 'object''properties' => ['id' => ['type' => 'integer']]], 'isMortgage' => ['type' => 'boolean'], 'isTopPicks' => ['type' => 'boolean'], 'eligibleForMortgage' => ['type' => 'text'], 'marketPropertyType' => ['type' => 'integer'], 'computedContactRate' => ['type' => 'float'], 'label' => ['type' => 'integer'], 'isMortgageApproved' => ['type' => 'boolean']], []);
  7550.     }
  7551.     /**
  7552.      * Gets the public 'fos_elastica.object_persister.app_locations.locations' shared service.
  7553.      *
  7554.      * @return \FOS\ElasticaBundle\Persister\ObjectPersister
  7555.      */
  7556.     protected function getFosElastica_ObjectPersister_AppLocations_LocationsService()
  7557.     {
  7558.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Persister/ObjectPersisterInterface.php';
  7559.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Persister/ObjectPersister.php';
  7560.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Transformer/ModelToElasticaTransformerInterface.php';
  7561.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Transformer/ModelToElasticaAutoTransformer.php';
  7562.         $a = new \FOS\ElasticaBundle\Transformer\ModelToElasticaAutoTransformer(['identifier' => 'id''index' => 'app_locations'], ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  7563.         $a->setPropertyAccessor(($this->privates['fos_elastica.property_accessor'] ?? ($this->privates['fos_elastica.property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(falsefalse))));
  7564.         return $this->services['fos_elastica.object_persister.app_locations.locations'] = new \FOS\ElasticaBundle\Persister\ObjectPersister(($this->services['fos_elastica.index.app_locations.locations'] ?? $this->getFosElastica_Index_AppLocations_LocationsService()), $a'Aqarmap\\Bundle\\ListingBundle\\Entity\\Location', ['id' => ['type' => 'integer'], 'title' => ['type' => 'text''analyzer' => 'autocomplete'], 'description' => ['type' => 'text''analyzer' => 'autocomplete'], 'searchable_title' => ['type' => 'text''boost' => 10'analyzer' => 'autocomplete'], 'slug' => [], 'translations' => ['type' => 'object''properties' => ['content' => ['type' => 'text''analyzer' => 'autocomplete']]], 'center_lat' => [], 'center_lng' => [], 'zoom_level' => [], 'coordinates' => [], 'searchable' => [], 'home_filter' => [], 'statistics_filter' => [], 'neighborhood_filter' => [], 'compound_filter' => [], 'estimate' => [], 'disabled' => ['type' => 'boolean'], 'keyword' => ['type' => 'text''analyzer' => 'autocomplete'], 'level' => ['type' => 'integer'], '_left' => ['type' => 'integer'], '_right' => ['type' => 'integer'], 'root' => ['type' => 'integer'], 'parent' => ['type' => 'object''properties' => ['id' => ['type' => 'integer']]]], []);
  7565.     }
  7566.     /**
  7567.      * Gets the public 'fos_elastica.pager_persister_registry' shared service.
  7568.      *
  7569.      * @return \FOS\ElasticaBundle\Persister\PagerPersisterRegistry
  7570.      */
  7571.     protected function getFosElastica_PagerPersisterRegistryService()
  7572.     {
  7573.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  7574.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  7575.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Persister/PagerPersisterRegistry.php';
  7576.         $this->services['fos_elastica.pager_persister_registry'] = $instance = new \FOS\ElasticaBundle\Persister\PagerPersisterRegistry(['in_place' => 'fos_elastica.in_place_pager_persister''queue' => 'enqueue_elastica.queue_pager_perister']);
  7577.         $instance->setContainer($this);
  7578.         return $instance;
  7579.     }
  7580.     /**
  7581.      * Gets the public 'fos_elastica.pager_provider.app_listings.listings' shared service.
  7582.      *
  7583.      * @return \FOS\ElasticaBundle\Doctrine\ORMPagerProvider
  7584.      */
  7585.     protected function getFosElastica_PagerProvider_AppListings_ListingsService()
  7586.     {
  7587.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Provider/PagerProviderInterface.php';
  7588.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Doctrine/ORMPagerProvider.php';
  7589.         return $this->services['fos_elastica.pager_provider.app_listings.listings'] = new \FOS\ElasticaBundle\Doctrine\ORMPagerProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['fos_elastica.doctrine.register_listeners'] ?? $this->getFosElastica_Doctrine_RegisterListenersService()), 'Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing', ['query_builder_method' => 'populatingListingIndexQueryBuilder''batch_size' => 100'clear_object_manager' => true'debug_logging' => true]);
  7590.     }
  7591.     /**
  7592.      * Gets the public 'fos_elastica.pager_provider.app_locations.locations' shared service.
  7593.      *
  7594.      * @return \FOS\ElasticaBundle\Doctrine\ORMPagerProvider
  7595.      */
  7596.     protected function getFosElastica_PagerProvider_AppLocations_LocationsService()
  7597.     {
  7598.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Provider/PagerProviderInterface.php';
  7599.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Doctrine/ORMPagerProvider.php';
  7600.         return $this->services['fos_elastica.pager_provider.app_locations.locations'] = new \FOS\ElasticaBundle\Doctrine\ORMPagerProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['fos_elastica.doctrine.register_listeners'] ?? $this->getFosElastica_Doctrine_RegisterListenersService()), 'Aqarmap\\Bundle\\ListingBundle\\Entity\\Location', ['batch_size' => 100'clear_object_manager' => true'debug_logging' => true'query_builder_method' => 'createQueryBuilder']);
  7601.     }
  7602.     /**
  7603.      * Gets the public 'fos_elastica.pager_provider_registry' shared service.
  7604.      *
  7605.      * @return \FOS\ElasticaBundle\Provider\PagerProviderRegistry
  7606.      */
  7607.     protected function getFosElastica_PagerProviderRegistryService()
  7608.     {
  7609.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  7610.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  7611.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Provider/PagerProviderRegistry.php';
  7612.         $this->services['fos_elastica.pager_provider_registry'] = $instance = new \FOS\ElasticaBundle\Provider\PagerProviderRegistry(['app_listings' => ['listings' => 'fos_elastica.pager_provider.app_listings.listings'], 'app_locations' => ['locations' => 'fos_elastica.pager_provider.app_locations.locations']]);
  7613.         $instance->setContainer($this);
  7614.         return $instance;
  7615.     }
  7616.     /**
  7617.      * Gets the public 'fos_elastica.paginator.subscriber' shared service.
  7618.      *
  7619.      * @return \FOS\ElasticaBundle\Subscriber\PaginateElasticaQuerySubscriber
  7620.      */
  7621.     protected function getFosElastica_Paginator_SubscriberService()
  7622.     {
  7623.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Subscriber/PaginateElasticaQuerySubscriber.php';
  7624.         return $this->services['fos_elastica.paginator.subscriber'] = new \FOS\ElasticaBundle\Subscriber\PaginateElasticaQuerySubscriber(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  7625.     }
  7626.     /**
  7627.      * Gets the public 'fos_elastica.persister_registry' shared service.
  7628.      *
  7629.      * @return \FOS\ElasticaBundle\Persister\PersisterRegistry
  7630.      */
  7631.     protected function getFosElastica_PersisterRegistryService()
  7632.     {
  7633.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  7634.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  7635.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Persister/PersisterRegistry.php';
  7636.         $this->services['fos_elastica.persister_registry'] = $instance = new \FOS\ElasticaBundle\Persister\PersisterRegistry(['app_listings' => ['listings' => 'fos_elastica.object_persister.app_listings.listings'], 'app_locations' => ['locations' => 'fos_elastica.object_persister.app_locations.locations']]);
  7637.         $instance->setContainer($this);
  7638.         return $instance;
  7639.     }
  7640.     /**
  7641.      * Gets the public 'fos_elastica.repository_manager' shared service.
  7642.      *
  7643.      * @return \FOS\ElasticaBundle\Manager\RepositoryManager
  7644.      */
  7645.     protected function getFosElastica_RepositoryManagerService()
  7646.     {
  7647.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Manager/RepositoryManagerInterface.php';
  7648.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Manager/RepositoryManager.php';
  7649.         $this->services['fos_elastica.repository_manager'] = $instance = new \FOS\ElasticaBundle\Manager\RepositoryManager();
  7650.         $instance->addType('app_listings/listings', ($this->services['fos_elastica.finder.app_listings.listings'] ?? $this->getFosElastica_Finder_AppListings_ListingsService()), 'Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingElasticSearchRepository');
  7651.         $instance->addType('app_locations/locations', ($this->services['fos_elastica.finder.app_locations.locations'] ?? $this->getFosElastica_Finder_AppLocations_LocationsService()), 'Aqarmap\\Bundle\\ListingBundle\\Repository\\LocationElasticSearchRepository');
  7652.         return $instance;
  7653.     }
  7654.     /**
  7655.      * Gets the public 'fos_elastica.resetter' shared service.
  7656.      *
  7657.      * @return \FOS\ElasticaBundle\Index\Resetter
  7658.      */
  7659.     protected function getFosElastica_ResetterService()
  7660.     {
  7661.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Index/ResetterInterface.php';
  7662.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Index/Resetter.php';
  7663.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Index/AliasProcessor.php';
  7664.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Index/MappingBuilder.php';
  7665.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7666.         if (isset($this->services['fos_elastica.resetter'])) {
  7667.             return $this->services['fos_elastica.resetter'];
  7668.         }
  7669.         return $this->services['fos_elastica.resetter'] = new \FOS\ElasticaBundle\Index\Resetter(($this->services['fos_elastica.config_manager'] ?? $this->getFosElastica_ConfigManagerService()), ($this->services['fos_elastica.index_manager'] ?? $this->getFosElastica_IndexManagerService()), ($this->privates['fos_elastica.alias_processor'] ?? ($this->privates['fos_elastica.alias_processor'] = new \FOS\ElasticaBundle\Index\AliasProcessor())), ($this->privates['fos_elastica.mapping_builder'] ?? ($this->privates['fos_elastica.mapping_builder'] = new \FOS\ElasticaBundle\Index\MappingBuilder())), $a);
  7670.     }
  7671.     /**
  7672.      * Gets the public 'fos_elastica.template_resetter' shared service.
  7673.      *
  7674.      * @return \FOS\ElasticaBundle\Index\TemplateResetter
  7675.      */
  7676.     protected function getFosElastica_TemplateResetterService()
  7677.     {
  7678.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Index/ResetterInterface.php';
  7679.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Index/TemplateResetter.php';
  7680.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Index/MappingBuilder.php';
  7681.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Index/IndexTemplateManager.php';
  7682.         return $this->services['fos_elastica.template_resetter'] = new \FOS\ElasticaBundle\Index\TemplateResetter(($this->services['fos_elastica.config_manager.index_templates'] ?? $this->getFosElastica_ConfigManager_IndexTemplatesService()), ($this->privates['fos_elastica.mapping_builder'] ?? ($this->privates['fos_elastica.mapping_builder'] = new \FOS\ElasticaBundle\Index\MappingBuilder())), ($this->services['fos_elastica.client.default'] ?? $this->getFosElastica_Client_DefaultService()), ($this->services['fos_elastica.index_template_manager'] ?? ($this->services['fos_elastica.index_template_manager'] = new \FOS\ElasticaBundle\Index\IndexTemplateManager([]))));
  7683.     }
  7684.     /**
  7685.      * Gets the public 'fos_js_routing.controller' shared service.
  7686.      *
  7687.      * @return \FOS\JsRoutingBundle\Controller\Controller
  7688.      */
  7689.     protected function getFosJsRouting_ControllerService()
  7690.     {
  7691.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Controller/Controller.php';
  7692.         return $this->services['fos_js_routing.controller'] = new \FOS\JsRoutingBundle\Controller\Controller(($this->services['fos_js_routing.serializer'] ?? $this->getFosJsRouting_SerializerService()), ($this->services['fos_js_routing.extractor'] ?? $this->getFosJsRouting_ExtractorService()), $this->parameters['fos_js_routing.cache_control'], true);
  7693.     }
  7694.     /**
  7695.      * Gets the public 'fos_js_routing.extractor' shared service.
  7696.      *
  7697.      * @return \FOS\JsRoutingBundle\Extractor\ExposedRoutesExtractor
  7698.      */
  7699.     protected function getFosJsRouting_ExtractorService()
  7700.     {
  7701.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Extractor/ExposedRoutesExtractorInterface.php';
  7702.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Extractor/ExposedRoutesExtractor.php';
  7703.         return $this->services['fos_js_routing.extractor'] = new \FOS\JsRoutingBundle\Extractor\ExposedRoutesExtractor(($this->services['router'] ?? $this->getRouterService()), [], $this->targetDir.''$this->parameters['kernel.bundles']);
  7704.     }
  7705.     /**
  7706.      * Gets the public 'fos_js_routing.serializer' shared service.
  7707.      *
  7708.      * @return \Symfony\Component\Serializer\Serializer
  7709.      */
  7710.     protected function getFosJsRouting_SerializerService()
  7711.     {
  7712.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  7713.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  7714.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  7715.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  7716.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  7717.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  7718.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  7719.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  7720.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  7721.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  7722.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Serializer/Normalizer/RouteCollectionNormalizer.php';
  7723.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Serializer/Normalizer/RoutesResponseNormalizer.php';
  7724.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Serializer/Denormalizer/RouteCollectionDenormalizer.php';
  7725.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  7726.         return $this->services['fos_js_routing.serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \FOS\JsRoutingBundle\Serializer\Normalizer\RouteCollectionNormalizer(), => new \FOS\JsRoutingBundle\Serializer\Normalizer\RoutesResponseNormalizer(), => new \FOS\JsRoutingBundle\Serializer\Denormalizer\RouteCollectionDenormalizer()], ['json' => new \Symfony\Component\Serializer\Encoder\JsonEncoder()]);
  7727.     }
  7728.     /**
  7729.      * Gets the public 'fos_rest.serializer.jms_handler_registry' shared service.
  7730.      *
  7731.      * @return \FOS\RestBundle\Serializer\JMSHandlerRegistryV2
  7732.      */
  7733.     protected function getFosRest_Serializer_JmsHandlerRegistryService()
  7734.     {
  7735.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/JMSHandlerRegistryV2.php';
  7736.         return $this->services['fos_rest.serializer.jms_handler_registry'] = new \FOS\RestBundle\Serializer\JMSHandlerRegistryV2(($this->privates['fos_rest.serializer.jms_handler_registry.inner'] ?? $this->getFosRest_Serializer_JmsHandlerRegistry_InnerService()));
  7737.     }
  7738.     /**
  7739.      * Gets the public 'fos_rest.view_handler' shared service.
  7740.      *
  7741.      * @return \FOS\RestBundle\View\ViewHandler
  7742.      */
  7743.     protected function getFosRest_ViewHandlerService()
  7744.     {
  7745.         $a = ($this->services['jms_serializer'] ?? $this->getJmsSerializerService());
  7746.         if (isset($this->services['fos_rest.view_handler'])) {
  7747.             return $this->services['fos_rest.view_handler'];
  7748.         }
  7749.         return $this->services['fos_rest.view_handler'] = \FOS\RestBundle\View\ViewHandler::create(($this->services['router'] ?? $this->getRouterService()), new \FOS\RestBundle\Serializer\JMSSerializerAdapter($a, ($this->services['jms_serializer.serialization_context_factory'] ?? $this->getJmsSerializer_SerializationContextFactoryService()), ($this->services['jms_serializer.deserialization_context_factory'] ?? ($this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory()))), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ['json' => false'xml' => false], 400204true, ['serializeNullStrategy' => true]);
  7750.     }
  7751.     /**
  7752.      * Gets the public 'fos_user.change_password.controller' shared service.
  7753.      *
  7754.      * @return \FOS\UserBundle\Controller\ChangePasswordController
  7755.      */
  7756.     protected function getFosUser_ChangePassword_ControllerService()
  7757.     {
  7758.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  7759.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Controller/ChangePasswordController.php';
  7760.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FactoryInterface.php';
  7761.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FormFactory.php';
  7762.         $this->services['fos_user.change_password.controller'] = $instance = new \FOS\UserBundle\Controller\ChangePasswordController(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \FOS\UserBundle\Form\Factory\FormFactory(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()), 'fos_user_change_password_form''FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType'$this->parameters['fos_user.change_password.form.validation_groups']), ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  7763.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('fos_user.change_password.controller'$this));
  7764.         return $instance;
  7765.     }
  7766.     /**
  7767.      * Gets the public 'fos_user.resetting.controller' shared service.
  7768.      *
  7769.      * @return \FOS\UserBundle\Controller\ResettingController
  7770.      */
  7771.     protected function getFosUser_Resetting_ControllerService()
  7772.     {
  7773.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  7774.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Controller/ResettingController.php';
  7775.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Mailer/MailerInterface.php';
  7776.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Mailer/NoopMailer.php';
  7777.         $this->services['fos_user.resetting.controller'] = $instance = new \FOS\UserBundle\Controller\ResettingController(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['fos_user.resetting.form.factory'] ?? $this->getFosUser_Resetting_Form_FactoryService()), ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()), ($this->privates['fos_user.util.token_generator.default'] ?? ($this->privates['fos_user.util.token_generator.default'] = new \FOS\UserBundle\Util\TokenGenerator())), ($this->privates['fos_user.mailer.noop'] ?? ($this->privates['fos_user.mailer.noop'] = new \FOS\UserBundle\Mailer\NoopMailer())), 7200);
  7778.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('fos_user.resetting.controller'$this));
  7779.         return $instance;
  7780.     }
  7781.     /**
  7782.      * Gets the public 'fos_user.security.controller' shared service.
  7783.      *
  7784.      * @return \FOS\UserBundle\Controller\SecurityController
  7785.      */
  7786.     protected function getFosUser_Security_ControllerService()
  7787.     {
  7788.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  7789.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Controller/SecurityController.php';
  7790.         $this->services['fos_user.security.controller'] = $instance = new \FOS\UserBundle\Controller\SecurityController(($this->privates['security.authentication_utils'] ?? $this->getSecurity_AuthenticationUtilsService()), ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  7791.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('fos_user.security.controller'$this));
  7792.         return $instance;
  7793.     }
  7794.     /**
  7795.      * Gets the public 'fos_user.user_manager' shared service.
  7796.      *
  7797.      * @return \FOS\UserBundle\Doctrine\UserManager
  7798.      */
  7799.     protected function getFosUser_UserManagerService()
  7800.     {
  7801.         return $this->services['fos_user.user_manager'] = new \FOS\UserBundle\Doctrine\UserManager(($this->privates['fos_user.util.password_updater'] ?? $this->getFosUser_Util_PasswordUpdaterService()), ($this->privates['fos_user.util.canonical_fields_updater'] ?? $this->getFosUser_Util_CanonicalFieldsUpdaterService()), ($this->services['doctrine'] ?? $this->getDoctrineService())->getManager(NULL), 'Aqarmap\\Bundle\\UserBundle\\Entity\\User');
  7802.     }
  7803.     /**
  7804.      * Gets the public 'gaufrette.local_storage_filesystem' shared service.
  7805.      *
  7806.      * @return \Gaufrette\Filesystem
  7807.      */
  7808.     protected function getGaufrette_LocalStorageFilesystemService()
  7809.     {
  7810.         return $this->services['gaufrette.local_storage_filesystem'] = new \Gaufrette\Filesystem(new \Gaufrette\Adapter\Local((\dirname(__DIR__4).'/public/uploads'), true));
  7811.     }
  7812.     /**
  7813.      * Gets the public 'gaufrette.s3_storage_filesystem' shared service.
  7814.      *
  7815.      * @return \Gaufrette\Filesystem
  7816.      */
  7817.     protected function getGaufrette_S3StorageFilesystemService()
  7818.     {
  7819.         return $this->services['gaufrette.s3_storage_filesystem'] = new \Gaufrette\Filesystem(new \Gaufrette\Adapter\AwsS3(\Aws\S3\S3Client::factory(['region' => $this->getEnv('AWS_S3_REGION'), 'version' => '2006-03-01''credentials' => ['key' => $this->getEnv('AWS_ACCESS_KEY'), 'secret' => $this->getEnv('AWS_SECRET_KEY')]]), $this->getEnv('AWS_S3_BUCKET'), ['directory' => '''create' => false'acl' => 'private'], false));
  7820.     }
  7821.     /**
  7822.      * Gets the public 'http_kernel' shared service.
  7823.      *
  7824.      * @return \Symfony\Component\HttpKernel\HttpKernel
  7825.      */
  7826.     protected function getHttpKernelService()
  7827.     {
  7828.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7829.         if (isset($this->services['http_kernel'])) {
  7830.             return $this->services['http_kernel'];
  7831.         }
  7832.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  7833.         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 () {
  7834.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  7835.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  7836.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  7837.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  7838.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  7839.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  7840.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  7841.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  7842.         }, 8)), $b));
  7843.     }
  7844.     /**
  7845.      * Gets the public 'httplug.client' shared service.
  7846.      *
  7847.      * @return \Http\Client\Common\HttpMethodsClient
  7848.      */
  7849.     protected function getHttplug_ClientService()
  7850.     {
  7851.         include_once \dirname(__DIR__4).'/vendor/psr/http-client/src/ClientInterface.php';
  7852.         include_once \dirname(__DIR__4).'/vendor/php-http/httplug/src/HttpClient.php';
  7853.         include_once \dirname(__DIR__4).'/vendor/php-http/client-common/src/HttpMethodsClientInterface.php';
  7854.         include_once \dirname(__DIR__4).'/vendor/php-http/client-common/src/HttpMethodsClient.php';
  7855.         include_once \dirname(__DIR__4).'/vendor/php-http/httplug/src/HttpAsyncClient.php';
  7856.         include_once \dirname(__DIR__4).'/vendor/php-http/client-common/src/PluginClient.php';
  7857.         include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/ClientFactory/ClientFactory.php';
  7858.         include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Collector/ProfileClientFactory.php';
  7859.         include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/ClientFactory/AutoDiscoveryFactory.php';
  7860.         include_once \dirname(__DIR__4).'/vendor/php-http/client-common/src/Plugin.php';
  7861.         include_once \dirname(__DIR__4).'/vendor/php-http/client-common/src/Plugin/ContentLengthPlugin.php';
  7862.         include_once \dirname(__DIR__4).'/vendor/php-http/client-common/src/Plugin/RedirectPlugin.php';
  7863.         return $this->services['httplug.client'] = new \Http\Client\Common\HttpMethodsClient(($this->privates['Http\\Client\\Common\\PluginClientFactory'] ?? $this->getPluginClientFactoryService())->createClient((new \Http\HttplugBundle\Collector\ProfileClientFactory(new \Http\HttplugBundle\ClientFactory\AutoDiscoveryFactory(), ($this->privates['httplug.collector.collector'] ?? ($this->privates['httplug.collector.collector'] = new \Http\HttplugBundle\Collector\Collector(0))), ($this->privates['httplug.collector.formatter'] ?? $this->getHttplug_Collector_FormatterService()), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))))->createClient([]), [=> new \Http\Client\Common\Plugin\ContentLengthPlugin(), => new \Http\Client\Common\Plugin\RedirectPlugin(['preserve_header' => true'use_default_for_multiple' => true])], ['client_name' => 'app']), ($this->services['httplug.message_factory'] ?? $this->getHttplug_MessageFactoryService()));
  7864.     }
  7865.     /**
  7866.      * Gets the public 'httplug.message_factory' shared service.
  7867.      *
  7868.      * @return \Http\Message\MessageFactory
  7869.      */
  7870.     protected function getHttplug_MessageFactoryService()
  7871.     {
  7872.         include_once \dirname(__DIR__4).'/vendor/php-http/message-factory/src/RequestFactory.php';
  7873.         include_once \dirname(__DIR__4).'/vendor/php-http/message-factory/src/ResponseFactory.php';
  7874.         include_once \dirname(__DIR__4).'/vendor/php-http/message-factory/src/MessageFactory.php';
  7875.         include_once \dirname(__DIR__4).'/vendor/php-http/discovery/src/ClassDiscovery.php';
  7876.         include_once \dirname(__DIR__4).'/vendor/php-http/discovery/src/MessageFactoryDiscovery.php';
  7877.         return $this->services['httplug.message_factory'] = \Http\Discovery\MessageFactoryDiscovery::find();
  7878.     }
  7879.     /**
  7880.      * Gets the public 'httplug.psr17_request_factory' shared service.
  7881.      *
  7882.      * @return \Psr\Http\Message\RequestFactoryInterface
  7883.      */
  7884.     protected function getHttplug_Psr17RequestFactoryService()
  7885.     {
  7886.         include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/RequestFactoryInterface.php';
  7887.         include_once \dirname(__DIR__4).'/vendor/php-http/discovery/src/ClassDiscovery.php';
  7888.         include_once \dirname(__DIR__4).'/vendor/php-http/discovery/src/Psr17FactoryDiscovery.php';
  7889.         return $this->services['httplug.psr17_request_factory'] = \Http\Discovery\Psr17FactoryDiscovery::findRequestFactory();
  7890.     }
  7891.     /**
  7892.      * Gets the public 'httplug.psr17_response_factory' shared service.
  7893.      *
  7894.      * @return \Psr\Http\Message\ResponseFactoryInterface
  7895.      */
  7896.     protected function getHttplug_Psr17ResponseFactoryService()
  7897.     {
  7898.         include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/ResponseFactoryInterface.php';
  7899.         include_once \dirname(__DIR__4).'/vendor/php-http/discovery/src/ClassDiscovery.php';
  7900.         include_once \dirname(__DIR__4).'/vendor/php-http/discovery/src/Psr17FactoryDiscovery.php';
  7901.         return $this->services['httplug.psr17_response_factory'] = \Http\Discovery\Psr17FactoryDiscovery::findResponseFactory();
  7902.     }
  7903.     /**
  7904.      * Gets the public 'httplug.psr17_server_request_factory' shared service.
  7905.      *
  7906.      * @return \Psr\Http\Message\ServerRequestFactoryInterface
  7907.      */
  7908.     protected function getHttplug_Psr17ServerRequestFactoryService()
  7909.     {
  7910.         include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/ServerRequestFactoryInterface.php';
  7911.         include_once \dirname(__DIR__4).'/vendor/php-http/discovery/src/ClassDiscovery.php';
  7912.         include_once \dirname(__DIR__4).'/vendor/php-http/discovery/src/Psr17FactoryDiscovery.php';
  7913.         return $this->services['httplug.psr17_server_request_factory'] = \Http\Discovery\Psr17FactoryDiscovery::findServerRequestFactory();
  7914.     }
  7915.     /**
  7916.      * Gets the public 'httplug.psr17_stream_factory' shared service.
  7917.      *
  7918.      * @return \Psr\Http\Message\StreamFactoryInterface
  7919.      */
  7920.     protected function getHttplug_Psr17StreamFactoryService()
  7921.     {
  7922.         include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/StreamFactoryInterface.php';
  7923.         include_once \dirname(__DIR__4).'/vendor/php-http/discovery/src/ClassDiscovery.php';
  7924.         include_once \dirname(__DIR__4).'/vendor/php-http/discovery/src/Psr17FactoryDiscovery.php';
  7925.         return $this->services['httplug.psr17_stream_factory'] = \Http\Discovery\Psr17FactoryDiscovery::findStreamFactory();
  7926.     }
  7927.     /**
  7928.      * Gets the public 'httplug.psr17_uploaded_file_factory' shared service.
  7929.      *
  7930.      * @return \Psr\Http\Message\UploadedFileFactoryInterface
  7931.      */
  7932.     protected function getHttplug_Psr17UploadedFileFactoryService()
  7933.     {
  7934.         include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/UploadedFileFactoryInterface.php';
  7935.         include_once \dirname(__DIR__4).'/vendor/php-http/discovery/src/ClassDiscovery.php';
  7936.         include_once \dirname(__DIR__4).'/vendor/php-http/discovery/src/Psr17FactoryDiscovery.php';
  7937.         return $this->services['httplug.psr17_uploaded_file_factory'] = \Http\Discovery\Psr17FactoryDiscovery::findUploadedFileFactory();
  7938.     }
  7939.     /**
  7940.      * Gets the public 'httplug.psr17_uri_factory' shared service.
  7941.      *
  7942.      * @return \Psr\Http\Message\UriFactoryInterface
  7943.      */
  7944.     protected function getHttplug_Psr17UriFactoryService()
  7945.     {
  7946.         include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/UriFactoryInterface.php';
  7947.         include_once \dirname(__DIR__4).'/vendor/php-http/discovery/src/ClassDiscovery.php';
  7948.         include_once \dirname(__DIR__4).'/vendor/php-http/discovery/src/Psr17FactoryDiscovery.php';
  7949.         return $this->services['httplug.psr17_uri_factory'] = \Http\Discovery\Psr17FactoryDiscovery::findUrlFactory();
  7950.     }
  7951.     /**
  7952.      * Gets the public 'httplug.psr18_client' shared service.
  7953.      *
  7954.      * @return \Psr\Http\Client\ClientInterface
  7955.      */
  7956.     protected function getHttplug_Psr18ClientService()
  7957.     {
  7958.         include_once \dirname(__DIR__4).'/vendor/psr/http-client/src/ClientInterface.php';
  7959.         include_once \dirname(__DIR__4).'/vendor/php-http/discovery/src/ClassDiscovery.php';
  7960.         include_once \dirname(__DIR__4).'/vendor/php-http/discovery/src/Psr18ClientDiscovery.php';
  7961.         return $this->services['httplug.psr18_client'] = \Http\Discovery\Psr18ClientDiscovery::find();
  7962.     }
  7963.     /**
  7964.      * Gets the public 'httplug.stream_factory' shared service.
  7965.      *
  7966.      * @return \Http\Message\StreamFactory
  7967.      */
  7968.     protected function getHttplug_StreamFactoryService()
  7969.     {
  7970.         include_once \dirname(__DIR__4).'/vendor/php-http/message-factory/src/StreamFactory.php';
  7971.         include_once \dirname(__DIR__4).'/vendor/php-http/discovery/src/ClassDiscovery.php';
  7972.         include_once \dirname(__DIR__4).'/vendor/php-http/discovery/src/StreamFactoryDiscovery.php';
  7973.         return $this->services['httplug.stream_factory'] = \Http\Discovery\StreamFactoryDiscovery::find();
  7974.     }
  7975.     /**
  7976.      * Gets the public 'httplug.uri_factory' shared service.
  7977.      *
  7978.      * @return \Http\Message\UriFactory
  7979.      */
  7980.     protected function getHttplug_UriFactoryService()
  7981.     {
  7982.         include_once \dirname(__DIR__4).'/vendor/php-http/message-factory/src/UriFactory.php';
  7983.         include_once \dirname(__DIR__4).'/vendor/php-http/discovery/src/ClassDiscovery.php';
  7984.         include_once \dirname(__DIR__4).'/vendor/php-http/discovery/src/UriFactoryDiscovery.php';
  7985.         return $this->services['httplug.uri_factory'] = \Http\Discovery\UriFactoryDiscovery::find();
  7986.     }
  7987.     /**
  7988.      * Gets the public 'hwi_oauth.resource_ownermap.main' shared service.
  7989.      *
  7990.      * @return \HWI\Bundle\OAuthBundle\Security\Http\ResourceOwnerMap
  7991.      */
  7992.     protected function getHwiOauth_ResourceOwnermap_MainService()
  7993.     {
  7994.         include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Security/Http/ResourceOwnerMapInterface.php';
  7995.         include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Security/Http/ResourceOwnerMap.php';
  7996.         return $this->services['hwi_oauth.resource_ownermap.main'] = new \HWI\Bundle\OAuthBundle\Security\Http\ResourceOwnerMap(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), $this->parameters['hwi_oauth.resource_owners'], $this->parameters['hwi_oauth.resource_ownermap.configured.main'], new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7997.             'aqarmap' => ['privates''hwi_oauth.resource_owner.aqarmap''getHwiOauth_ResourceOwner_AqarmapService'false],
  7998.         ], [
  7999.             'aqarmap' => '?',
  8000.         ]));
  8001.     }
  8002.     /**
  8003.      * Gets the public 'hwi_oauth.user_checker' shared service.
  8004.      *
  8005.      * @return \Symfony\Component\Security\Core\User\InMemoryUserChecker
  8006.      */
  8007.     protected function getHwiOauth_UserCheckerService()
  8008.     {
  8009.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  8010.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  8011.         return $this->services['hwi_oauth.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker();
  8012.     }
  8013.     /**
  8014.      * Gets the public 'jms_i18n_routing.cookie_setting_listener' shared service.
  8015.      *
  8016.      * @return \JMS\I18nRoutingBundle\EventListener\CookieSettingListener
  8017.      */
  8018.     protected function getJmsI18nRouting_CookieSettingListenerService()
  8019.     {
  8020.         return $this->services['jms_i18n_routing.cookie_setting_listener'] = new \JMS\I18nRoutingBundle\EventListener\CookieSettingListener('hl'31536000NULLNULLfalsefalse);
  8021.     }
  8022.     /**
  8023.      * Gets the public 'jms_i18n_routing.loader' shared service.
  8024.      *
  8025.      * @return \JMS\I18nRoutingBundle\Router\I18nLoader
  8026.      */
  8027.     protected function getJmsI18nRouting_LoaderService()
  8028.     {
  8029.         include_once \dirname(__DIR__4).'/vendor/jms/i18n-routing-bundle/JMS/I18nRoutingBundle/Router/I18nLoader.php';
  8030.         include_once \dirname(__DIR__4).'/vendor/jms/i18n-routing-bundle/JMS/I18nRoutingBundle/Router/RouteExclusionStrategyInterface.php';
  8031.         include_once \dirname(__DIR__4).'/vendor/jms/i18n-routing-bundle/JMS/I18nRoutingBundle/Router/DefaultRouteExclusionStrategy.php';
  8032.         include_once \dirname(__DIR__4).'/vendor/jms/i18n-routing-bundle/JMS/I18nRoutingBundle/Router/PatternGenerationStrategyInterface.php';
  8033.         include_once \dirname(__DIR__4).'/vendor/jms/i18n-routing-bundle/JMS/I18nRoutingBundle/Router/DefaultPatternGenerationStrategy.php';
  8034.         return $this->services['jms_i18n_routing.loader'] = new \JMS\I18nRoutingBundle\Router\I18nLoader(new \JMS\I18nRoutingBundle\Router\DefaultRouteExclusionStrategy(), new \JMS\I18nRoutingBundle\Router\DefaultPatternGenerationStrategy('prefix', ($this->services['translator'] ?? $this->getTranslatorService()), $this->parameters['jms_i18n_routing.locales'], $this->targetDir.'''routes''ar'));
  8035.     }
  8036.     /**
  8037.      * Gets the public 'jms_i18n_routing.locale_choosing_listener' shared service.
  8038.      *
  8039.      * @return \JMS\I18nRoutingBundle\EventListener\LocaleChoosingListener
  8040.      */
  8041.     protected function getJmsI18nRouting_LocaleChoosingListenerService()
  8042.     {
  8043.         include_once \dirname(__DIR__4).'/vendor/jms/i18n-routing-bundle/JMS/I18nRoutingBundle/EventListener/LocaleChoosingListener.php';
  8044.         return $this->services['jms_i18n_routing.locale_choosing_listener'] = new \JMS\I18nRoutingBundle\EventListener\LocaleChoosingListener('ar'$this->parameters['jms_i18n_routing.locales'], ($this->privates['jms_i18n_routing.locale_resolver.default'] ?? ($this->privates['jms_i18n_routing.locale_resolver.default'] = new \Aqarmap\Bundle\MainBundle\Locale\DefaultLocaleResolver('hl'))));
  8045.     }
  8046.     /**
  8047.      * Gets the public 'jms_serializer' shared service.
  8048.      *
  8049.      * @return \JMS\Serializer\Serializer
  8050.      */
  8051.     protected function getJmsSerializerService()
  8052.     {
  8053.         $a = ($this->privates['jms_serializer.metadata_factory'] ?? $this->getJmsSerializer_MetadataFactoryService());
  8054.         $b = ($this->services['fos_rest.serializer.jms_handler_registry'] ?? $this->getFosRest_Serializer_JmsHandlerRegistryService());
  8055.         $c = new \Symfony\Component\ExpressionLanguage\ExpressionLanguage();
  8056.         $c->registerProvider(new \JMS\SerializerBundle\ExpressionLanguage\BasicSerializerFunctionsProvider());
  8057.         $d = new \JMS\Serializer\Expression\ExpressionEvaluator($c, ['container' => $this]);
  8058.         $e = new \JMS\Serializer\Accessor\DefaultAccessorStrategy($d);
  8059.         $f = new \JMS\Serializer\EventDispatcher\LazyEventDispatcher(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8060.             'Aqarmap\\Bundle\\UserBundle\\EventListener\\UserPreSerializer' => ['privates''Aqarmap\\Bundle\\UserBundle\\EventListener\\UserPreSerializer''getUserPreSerializerService'false],
  8061.             'Aqarmap\\Bundle\\ListingBundle\\EventListener\\CompoundLocationPreSerializer' => ['privates''Aqarmap\\Bundle\\ListingBundle\\EventListener\\CompoundLocationPreSerializer''getCompoundLocationPreSerializerService'false],
  8062.             'Aqarmap\\Bundle\\ListingBundle\\EventListener\\LeadPreSerializerSubscriber' => ['privates''Aqarmap\\Bundle\\ListingBundle\\EventListener\\LeadPreSerializerSubscriber''getLeadPreSerializerSubscriberService'false],
  8063.             'Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingBuildDataSubscriber' => ['privates''Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingBuildDataSubscriber''getListingBuildDataSubscriberService'false],
  8064.             'Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingPreSerializerListener' => ['privates''Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingPreSerializerListener''getListingPreSerializerListenerService'false],
  8065.             'Aqarmap\\Bundle\\ListingBundle\\EventListener\\LocationPreSerializerListener' => ['privates''Aqarmap\\Bundle\\ListingBundle\\EventListener\\LocationPreSerializerListener''getLocationPreSerializerListenerService'false],
  8066.             'Aqarmap\\Bundle\\ListingBundle\\EventListener\\PhotoThumbSerializerListener' => ['privates''Aqarmap\\Bundle\\ListingBundle\\EventListener\\PhotoThumbSerializerListener''getPhotoThumbSerializerListenerService'false],
  8067.             'Aqarmap\\Bundle\\ListingBundle\\EventListener\\PropertyTypePreSerializer' => ['privates''Aqarmap\\Bundle\\ListingBundle\\EventListener\\PropertyTypePreSerializer''getPropertyTypePreSerializerService'false],
  8068.             'Aqarmap\\Bundle\\ListingBundle\\EventListener\\SectionPreSerializer' => ['privates''Aqarmap\\Bundle\\ListingBundle\\EventListener\\SectionPreSerializer''getSectionPreSerializerService'false],
  8069.             'Aqarmap\\Bundle\\ExchangeBundle\\EventListener\\VerifyExchangeUnlocksSerializerListener' => ['privates''Aqarmap\\Bundle\\ExchangeBundle\\EventListener\\VerifyExchangeUnlocksSerializerListener''getVerifyExchangeUnlocksSerializerListenerService'false],
  8070.             'jms_serializer.doctrine_proxy_subscriber' => ['privates''jms_serializer.doctrine_proxy_subscriber''getJmsSerializer_DoctrineProxySubscriberService'false],
  8071.             'jms_serializer.stopwatch_subscriber' => ['privates''jms_serializer.stopwatch_subscriber''getJmsSerializer_StopwatchSubscriberService'false],
  8072.         ], [
  8073.             'Aqarmap\\Bundle\\UserBundle\\EventListener\\UserPreSerializer' => '?',
  8074.             'Aqarmap\\Bundle\\ListingBundle\\EventListener\\CompoundLocationPreSerializer' => '?',
  8075.             'Aqarmap\\Bundle\\ListingBundle\\EventListener\\LeadPreSerializerSubscriber' => '?',
  8076.             'Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingBuildDataSubscriber' => '?',
  8077.             'Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingPreSerializerListener' => '?',
  8078.             'Aqarmap\\Bundle\\ListingBundle\\EventListener\\LocationPreSerializerListener' => '?',
  8079.             'Aqarmap\\Bundle\\ListingBundle\\EventListener\\PhotoThumbSerializerListener' => '?',
  8080.             'Aqarmap\\Bundle\\ListingBundle\\EventListener\\PropertyTypePreSerializer' => '?',
  8081.             'Aqarmap\\Bundle\\ListingBundle\\EventListener\\SectionPreSerializer' => '?',
  8082.             'Aqarmap\\Bundle\\ExchangeBundle\\EventListener\\VerifyExchangeUnlocksSerializerListener' => '?',
  8083.             'jms_serializer.doctrine_proxy_subscriber' => '?',
  8084.             'jms_serializer.stopwatch_subscriber' => '?',
  8085.         ]));
  8086.         $f->setListeners(['serializer.pre_serialize' => [=> [=> [=> 'jms_serializer.stopwatch_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> NULL], => [=> [=> 'Aqarmap\\Bundle\\UserBundle\\EventListener\\UserPreSerializer'=> 'setIsUserHasFreeListingQuote'], => 'Aqarmap\\Bundle\\UserBundle\\Entity\\User'=> NULL=> NULL], => [=> [=> 'Aqarmap\\Bundle\\ListingBundle\\EventListener\\CompoundLocationPreSerializer'=> 'translateV4'], => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\CompoundLocation'=> NULL=> NULL], => [=> [=> 'Aqarmap\\Bundle\\ListingBundle\\EventListener\\LeadPreSerializerSubscriber'=> 'onPreSerialize'], => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\PhoneLead'=> NULL=> NULL], => [=> [=> 'Aqarmap\\Bundle\\ListingBundle\\EventListener\\LeadPreSerializerSubscriber'=> 'onPreSerialize'], => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\CallRequestLead'=> NULL=> NULL], => [=> [=> 'Aqarmap\\Bundle\\ListingBundle\\EventListener\\LeadPreSerializerSubscriber'=> 'onPreSerialize'], => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\MessageLead'=> NULL=> NULL], => [=> [=> 'Aqarmap\\Bundle\\ListingBundle\\EventListener\\LeadPreSerializerSubscriber'=> 'onPreSerialize'], => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\SimilarListingsLead'=> NULL=> NULL], => [=> [=> 'Aqarmap\\Bundle\\ListingBundle\\EventListener\\LeadPreSerializerSubscriber'=> 'onPreSerialize'], => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\TargetUserMessageLead'=> NULL=> NULL], => [=> [=> 'Aqarmap\\Bundle\\ListingBundle\\EventListener\\LeadPreSerializerSubscriber'=> 'onPreSerialize'], => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\TargetUserCallRequestLead'=> NULL=> NULL], => [=> [=> 'Aqarmap\\Bundle\\ListingBundle\\EventListener\\LeadPreSerializerSubscriber'=> 'onPreSerialize'], => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\TargetUserPhoneLead'=> NULL=> NULL], 10 => [=> [=> 'Aqarmap\\Bundle\\ListingBundle\\EventListener\\LeadPreSerializerSubscriber'=> 'onPreSerialize'], => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\WhatsAppLead'=> NULL=> NULL], 11 => [=> [=> 'Aqarmap\\Bundle\\ListingBundle\\EventListener\\LeadPreSerializerSubscriber'=> 'onPreSerialize'], => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\TopSellerLead'=> NULL=> NULL], 12 => [=> [=> 'Aqarmap\\Bundle\\ListingBundle\\EventListener\\LeadPreSerializerSubscriber'=> 'onPreSerializeNewLeadEntity'], => 'App\\Entity\\Lead\\Lead'=> NULL=> NULL], 13 => [=> [=> 'Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingBuildDataSubscriber'=> 'onPreSerialize'], => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing'=> NULL=> NULL], 14 => [=> [=> 'Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingPreSerializerListener'=> 'setLogos'], => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing'=> NULL=> NULL], 15 => [=> [=> 'Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingPreSerializerListener'=> 'translateLabels'], => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing'=> NULL=> NULL], 16 => [=> [=> 'Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingPreSerializerListener'=> 'translateListingV4'], => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing'=> NULL=> NULL], 17 => [=> [=> 'Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingPreSerializerListener'=> 'setPropertyTypChildren'], => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing'=> NULL=> NULL], 18 => [=> [=> 'Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingPreSerializerListener'=> 'setCostPerLead'], => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing'=> NULL=> NULL], 19 => [=> [=> 'Aqarmap\\Bundle\\ListingBundle\\EventListener\\LocationPreSerializerListener'=> 'translate'], => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\Location'=> NULL=> NULL], 20 => [=> [=> 'Aqarmap\\Bundle\\ListingBundle\\EventListener\\LocationPreSerializerListener'=> 'setListingOrNull'], => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\Location'=> NULL=> NULL], 21 => [=> [=> 'Aqarmap\\Bundle\\ListingBundle\\EventListener\\PhotoThumbSerializerListener'=> 'onPreSerialize'], => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\Photo'=> NULL=> NULL], 22 => [=> [=> 'Aqarmap\\Bundle\\ListingBundle\\EventListener\\PhotoThumbSerializerListener'=> 'onPreSerialize'], => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\ListingPhoto'=> NULL=> NULL], 23 => [=> [=> 'Aqarmap\\Bundle\\ListingBundle\\EventListener\\PropertyTypePreSerializer'=> 'translateV4'], => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\PropertyType'=> NULL=> NULL], 24 => [=> [=> 'Aqarmap\\Bundle\\ListingBundle\\EventListener\\SectionPreSerializer'=> 'translateV4'], => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\Section'=> NULL=> NULL], 25 => [=> [=> 'Aqarmap\\Bundle\\ExchangeBundle\\EventListener\\VerifyExchangeUnlocksSerializerListener'=> 'onPreSerialize'], => 'Aqarmap\\Bundle\\ExchangeBundle\\Entity\\ExchangeRequest'=> NULL=> NULL], 26 => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerializeTypedProxy'], => NULL=> NULL=> 'Doctrine\\Persistence\\Proxy'], 27 => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerializeTypedProxy'], => NULL=> NULL=> 'Doctrine\\Common\\Persistence\\Proxy'], 28 => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> 'Doctrine\\ORM\\PersistentCollection'], 29 => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> 'Doctrine\\ODM\\MongoDB\\PersistentCollection'], 30 => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> 'Doctrine\\ODM\\PHPCR\\PersistentCollection'], 31 => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> 'Doctrine\\Persistence\\Proxy'], 32 => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> 'Doctrine\\Common\\Persistence\\Proxy'], 33 => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> 'ProxyManager\\Proxy\\LazyLoadingInterface']], 'serializer.post_serialize' => [=> [=> [=> 'jms_serializer.stopwatch_subscriber'=> 'onPostSerialize'], => NULL=> NULL=> NULL]]]);
  8087.         $g = new \JMS\Serializer\Visitor\Factory\JsonSerializationVisitorFactory();
  8088.         $g->setOptions(1216);
  8089.         $h = new \JMS\Serializer\Visitor\Factory\XmlSerializationVisitorFactory();
  8090.         $h->setFormatOutput(true);
  8091.         $i = new \JMS\Serializer\Visitor\Factory\JsonDeserializationVisitorFactory();
  8092.         $i->setOptions(0);
  8093.         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->getJmsSerializer_SerializationContextFactoryService()), ($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())));
  8094.     }
  8095.     /**
  8096.      * Gets the public 'jms_serializer.deserialization_context_factory' shared service.
  8097.      *
  8098.      * @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
  8099.      */
  8100.     protected function getJmsSerializer_DeserializationContextFactoryService()
  8101.     {
  8102.         return $this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
  8103.     }
  8104.     /**
  8105.      * Gets the public 'jms_serializer.handler_registry' shared service.
  8106.      *
  8107.      * @return \FOS\RestBundle\Serializer\JMSHandlerRegistryV2
  8108.      */
  8109.     protected function getJmsSerializer_HandlerRegistryService()
  8110.     {
  8111.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/JMSHandlerRegistryV2.php';
  8112.         return $this->services['jms_serializer.handler_registry'] = new \FOS\RestBundle\Serializer\JMSHandlerRegistryV2(($this->privates['fos_rest.serializer.jms_handler_registry.inner'] ?? $this->getFosRest_Serializer_JmsHandlerRegistry_InnerService()));
  8113.     }
  8114.     /**
  8115.      * Gets the public 'jms_serializer.metadata_driver' shared service.
  8116.      *
  8117.      * @return \JMS\Serializer\Metadata\Driver\TypedPropertiesDriver
  8118.      */
  8119.     protected function getJmsSerializer_MetadataDriverService()
  8120.     {
  8121.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/TypedPropertiesDriver.php';
  8122.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/AbstractDoctrineTypeDriver.php';
  8123.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/DoctrineTypeDriver.php';
  8124.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/ExpressionMetadataTrait.php';
  8125.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/YamlDriver.php';
  8126.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Naming/PropertyNamingStrategyInterface.php';
  8127.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Naming/SerializedNameAnnotationStrategy.php';
  8128.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Naming/CamelCaseNamingStrategy.php';
  8129.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/XmlDriver.php';
  8130.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/AnnotationOrAttributeDriver.php';
  8131.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/AnnotationDriver.php';
  8132.         $a = new \Metadata\Driver\FileLocator(['Aqarmap\\Bundle\\UserBundle' => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Resources/config/serializer'), 'FOS\\UserBundle' => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Resources/config/serializer')]);
  8133.         $b = new \JMS\Serializer\Naming\SerializedNameAnnotationStrategy(new \JMS\Serializer\Naming\CamelCaseNamingStrategy('_'true));
  8134.         $c = ($this->privates['jms_serializer.type_parser'] ?? ($this->privates['jms_serializer.type_parser'] = new \JMS\Serializer\Type\Parser()));
  8135.         return $this->services['jms_serializer.metadata_driver'] = new \JMS\Serializer\Metadata\Driver\TypedPropertiesDriver(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), $c);
  8136.     }
  8137.     /**
  8138.      * Gets the public 'jms_serializer.serialization_context_factory' shared service.
  8139.      *
  8140.      * @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
  8141.      */
  8142.     protected function getJmsSerializer_SerializationContextFactoryService()
  8143.     {
  8144.         $this->services['jms_serializer.serialization_context_factory'] = $instance = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
  8145.         $instance->setSerializeNulls(true);
  8146.         $instance->enableMaxDepthChecks();
  8147.         return $instance;
  8148.     }
  8149.     /**
  8150.      * Gets the public 'jms_serializer.twig_extension.serializer_runtime_helper' shared service.
  8151.      *
  8152.      * @return \JMS\Serializer\Twig\SerializerRuntimeHelper
  8153.      */
  8154.     protected function getJmsSerializer_TwigExtension_SerializerRuntimeHelperService()
  8155.     {
  8156.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Twig/SerializerRuntimeHelper.php';
  8157.         $a = ($this->services['jms_serializer'] ?? $this->getJmsSerializerService());
  8158.         if (isset($this->services['jms_serializer.twig_extension.serializer_runtime_helper'])) {
  8159.             return $this->services['jms_serializer.twig_extension.serializer_runtime_helper'];
  8160.         }
  8161.         return $this->services['jms_serializer.twig_extension.serializer_runtime_helper'] = new \JMS\Serializer\Twig\SerializerRuntimeHelper($a);
  8162.     }
  8163.     /**
  8164.      * Gets the public 'knp_gaufrette.filesystem_map' shared service.
  8165.      *
  8166.      * @return \Knp\Bundle\GaufretteBundle\FilesystemMap
  8167.      */
  8168.     protected function getKnpGaufrette_FilesystemMapService()
  8169.     {
  8170.         return $this->services['knp_gaufrette.filesystem_map'] = new \Knp\Bundle\GaufretteBundle\FilesystemMap(['s3_storage' => ($this->services['gaufrette.s3_storage_filesystem'] ?? $this->getGaufrette_S3StorageFilesystemService()), 'local_storage' => ($this->services['gaufrette.local_storage_filesystem'] ?? $this->getGaufrette_LocalStorageFilesystemService())]);
  8171.     }
  8172.     /**
  8173.      * Gets the public 'knp_menu.factory' shared service.
  8174.      *
  8175.      * @return \Knp\Menu\MenuFactory
  8176.      */
  8177.     protected function getKnpMenu_FactoryService()
  8178.     {
  8179.         $this->services['knp_menu.factory'] = $instance = new \Knp\Menu\MenuFactory();
  8180.         $instance->addExtension(new \Knp\Menu\Integration\Symfony\RoutingExtension(($this->services['router'] ?? $this->getRouterService())), 0);
  8181.         return $instance;
  8182.     }
  8183.     /**
  8184.      * Gets the public 'knp_menu.matcher' shared service.
  8185.      *
  8186.      * @return \Knp\Menu\Matcher\Matcher
  8187.      */
  8188.     protected function getKnpMenu_MatcherService()
  8189.     {
  8190.         return $this->services['knp_menu.matcher'] = new \Knp\Menu\Matcher\Matcher(new RewindableGenerator(function () {
  8191.             yield => ($this->privates['knp_menu.voter.router'] ?? $this->getKnpMenu_Voter_RouterService());
  8192.         }, 1));
  8193.     }
  8194.     /**
  8195.      * Gets the public 'knp_paginator' shared service.
  8196.      *
  8197.      * @return \Knp\Component\Pager\Paginator
  8198.      */
  8199.     protected function getKnpPaginatorService($lazyLoad true)
  8200.     {
  8201.         if ($lazyLoad) {
  8202.             return $this->services['knp_paginator'] = $this->createProxy('PaginatorInterface_82dac15', function () {
  8203.                 return \PaginatorInterface_82dac15::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  8204.                     $wrappedInstance $this->getKnpPaginatorService(false);
  8205.                     $proxy->setProxyInitializer(null);
  8206.                     return true;
  8207.                 });
  8208.             });
  8209.         }
  8210.         $instance = new \Knp\Component\Pager\Paginator(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  8211.         $instance->setDefaultPaginatorOptions(['pageParameterName' => 'page''sortFieldParameterName' => 'sort''sortDirectionParameterName' => 'direction''filterFieldParameterName' => 'filterField''filterValueParameterName' => 'filterValue''distinct' => false'pageOutOfRange' => 'ignore''defaultLimit' => 10]);
  8212.         return $instance;
  8213.     }
  8214.     /**
  8215.      * Gets the public 'liip_imagine.binary.loader.default' shared service.
  8216.      *
  8217.      * @return \Liip\ImagineBundle\Binary\Loader\FileSystemLoader
  8218.      */
  8219.     protected function getLiipImagine_Binary_Loader_DefaultService()
  8220.     {
  8221.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Loader/LoaderInterface.php';
  8222.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Loader/FileSystemLoader.php';
  8223.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  8224.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  8225.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  8226.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Locator/LocatorInterface.php';
  8227.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Locator/FileSystemLocator.php';
  8228.         $a = \Symfony\Component\Mime\MimeTypes::getDefault();
  8229.         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));
  8230.     }
  8231.     /**
  8232.      * Gets the public 'liip_imagine.binary.loader.stream.aws_s3' shared service.
  8233.      *
  8234.      * @return \Liip\ImagineBundle\Binary\Loader\StreamLoader
  8235.      */
  8236.     protected function getLiipImagine_Binary_Loader_Stream_AwsS3Service()
  8237.     {
  8238.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Loader/LoaderInterface.php';
  8239.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Loader/StreamLoader.php';
  8240.         return $this->services['liip_imagine.binary.loader.stream.aws_s3'] = new \Liip\ImagineBundle\Binary\Loader\StreamLoader('gaufrette://pictures/'NULL);
  8241.     }
  8242.     /**
  8243.      * Gets the public 'liip_imagine.cache.manager' shared service.
  8244.      *
  8245.      * @return \Liip\ImagineBundle\Imagine\Cache\CacheManager
  8246.      */
  8247.     protected function getLiipImagine_Cache_ManagerService()
  8248.     {
  8249.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  8250.         if (isset($this->services['liip_imagine.cache.manager'])) {
  8251.             return $this->services['liip_imagine.cache.manager'];
  8252.         }
  8253.         $this->services['liip_imagine.cache.manager'] = $instance = new \Liip\ImagineBundle\Imagine\Cache\CacheManager(($this->privates['liip_imagine.filter.configuration'] ?? $this->getLiipImagine_Filter_ConfigurationService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['liip_imagine.cache.signer'] ?? ($this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET')))), $a'default'false);
  8254.         $instance->addResolver('default', ($this->services['liip_imagine.cache.resolver.default'] ?? $this->getLiipImagine_Cache_Resolver_DefaultService()));
  8255.         $instance->addResolver('no_cache', ($this->services['liip_imagine.cache.resolver.no_cache_web_path'] ?? $this->getLiipImagine_Cache_Resolver_NoCacheWebPathService()));
  8256.         return $instance;
  8257.     }
  8258.     /**
  8259.      * Gets the public 'liip_imagine.cache.resolver.default' shared service.
  8260.      *
  8261.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver
  8262.      */
  8263.     protected function getLiipImagine_Cache_Resolver_DefaultService()
  8264.     {
  8265.         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');
  8266.     }
  8267.     /**
  8268.      * Gets the public 'liip_imagine.cache.resolver.no_cache_web_path' shared service.
  8269.      *
  8270.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver
  8271.      */
  8272.     protected function getLiipImagine_Cache_Resolver_NoCacheWebPathService()
  8273.     {
  8274.         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()));
  8275.     }
  8276.     /**
  8277.      * Gets the public 'liip_imagine.cache.signer' shared service.
  8278.      *
  8279.      * @return \Liip\ImagineBundle\Imagine\Cache\Signer
  8280.      */
  8281.     protected function getLiipImagine_Cache_SignerService()
  8282.     {
  8283.         return $this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET'));
  8284.     }
  8285.     /**
  8286.      * Gets the public 'liip_imagine.config.stack_collection' shared service.
  8287.      *
  8288.      * @return \Liip\ImagineBundle\Config\StackCollection
  8289.      */
  8290.     protected function getLiipImagine_Config_StackCollectionService()
  8291.     {
  8292.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/StackCollection.php';
  8293.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/StackBuilderInterface.php';
  8294.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/StackBuilder.php';
  8295.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/StackFactoryInterface.php';
  8296.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/StackFactory.php';
  8297.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/FilterFactoryCollection.php';
  8298.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/FilterFactoryInterface.php';
  8299.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/AutoRotateFactory.php';
  8300.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/BackgroundFactory.php';
  8301.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/Argument/SizeFactory.php';
  8302.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/CropFactory.php';
  8303.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/Argument/PointFactory.php';
  8304.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/DownscaleFactory.php';
  8305.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/FlipFactory.php';
  8306.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/GrayscaleFactory.php';
  8307.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/InterlaceFactory.php';
  8308.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/PasteFactory.php';
  8309.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/RelativeResizeFactory.php';
  8310.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/ResizeFactory.php';
  8311.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/RotateFactory.php';
  8312.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/ScaleFactory.php';
  8313.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/StripFactory.php';
  8314.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/ThumbnailFactory.php';
  8315.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/UpscaleFactory.php';
  8316.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/WatermarkFactory.php';
  8317.         $a = new \Liip\ImagineBundle\Factory\Config\Filter\Argument\SizeFactory();
  8318.         $b = new \Liip\ImagineBundle\Factory\Config\Filter\Argument\PointFactory();
  8319.         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']);
  8320.     }
  8321.     /**
  8322.      * Gets the public 'liip_imagine.data.manager' shared service.
  8323.      *
  8324.      * @return \Liip\ImagineBundle\Imagine\Data\DataManager
  8325.      */
  8326.     protected function getLiipImagine_Data_ManagerService()
  8327.     {
  8328.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Data/DataManager.php';
  8329.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  8330.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  8331.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  8332.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Loader/LoaderInterface.php';
  8333.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Loader/StreamLoader.php';
  8334.         $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()), 'stream.aws_s3'NULL);
  8335.         $instance->addLoader('stream.aws_s3', ($this->services['liip_imagine.binary.loader.stream.aws_s3'] ?? ($this->services['liip_imagine.binary.loader.stream.aws_s3'] = new \Liip\ImagineBundle\Binary\Loader\StreamLoader('gaufrette://pictures/'NULL))));
  8336.         $instance->addLoader('default', ($this->services['liip_imagine.binary.loader.default'] ?? $this->getLiipImagine_Binary_Loader_DefaultService()));
  8337.         return $instance;
  8338.     }
  8339.     /**
  8340.      * Gets the public 'liip_imagine.filter.loader.downscale' shared service.
  8341.      *
  8342.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\DownscaleFilterLoader
  8343.      */
  8344.     protected function getLiipImagine_Filter_Loader_DownscaleService()
  8345.     {
  8346.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  8347.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ScaleFilterLoader.php';
  8348.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/DownscaleFilterLoader.php';
  8349.         return $this->services['liip_imagine.filter.loader.downscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\DownscaleFilterLoader();
  8350.     }
  8351.     /**
  8352.      * Gets the public 'liip_imagine.filter.loader.fixed' shared service.
  8353.      *
  8354.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\FixedFilterLoader
  8355.      */
  8356.     protected function getLiipImagine_Filter_Loader_FixedService()
  8357.     {
  8358.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  8359.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/FixedFilterLoader.php';
  8360.         return $this->services['liip_imagine.filter.loader.fixed'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FixedFilterLoader();
  8361.     }
  8362.     /**
  8363.      * Gets the public 'liip_imagine.filter.loader.flip' shared service.
  8364.      *
  8365.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\FlipFilterLoader
  8366.      */
  8367.     protected function getLiipImagine_Filter_Loader_FlipService()
  8368.     {
  8369.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  8370.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/FlipFilterLoader.php';
  8371.         return $this->services['liip_imagine.filter.loader.flip'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FlipFilterLoader();
  8372.     }
  8373.     /**
  8374.      * Gets the public 'liip_imagine.filter.loader.grayscale' shared service.
  8375.      *
  8376.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\GrayscaleFilterLoader
  8377.      */
  8378.     protected function getLiipImagine_Filter_Loader_GrayscaleService()
  8379.     {
  8380.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  8381.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/GrayscaleFilterLoader.php';
  8382.         return $this->services['liip_imagine.filter.loader.grayscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\GrayscaleFilterLoader();
  8383.     }
  8384.     /**
  8385.      * Gets the public 'liip_imagine.filter.loader.interlace' shared service.
  8386.      *
  8387.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\InterlaceFilterLoader
  8388.      */
  8389.     protected function getLiipImagine_Filter_Loader_InterlaceService()
  8390.     {
  8391.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  8392.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/InterlaceFilterLoader.php';
  8393.         return $this->services['liip_imagine.filter.loader.interlace'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\InterlaceFilterLoader();
  8394.     }
  8395.     /**
  8396.      * Gets the public 'liip_imagine.filter.loader.resample' shared service.
  8397.      *
  8398.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\ResampleFilterLoader
  8399.      */
  8400.     protected function getLiipImagine_Filter_Loader_ResampleService()
  8401.     {
  8402.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  8403.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ResampleFilterLoader.php';
  8404.         return $this->services['liip_imagine.filter.loader.resample'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\ResampleFilterLoader(($this->privates['liip_imagine.gd'] ?? $this->getLiipImagine_GdService()));
  8405.     }
  8406.     /**
  8407.      * Gets the public 'liip_imagine.filter.loader.rotate' shared service.
  8408.      *
  8409.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\RotateFilterLoader
  8410.      */
  8411.     protected function getLiipImagine_Filter_Loader_RotateService()
  8412.     {
  8413.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  8414.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/RotateFilterLoader.php';
  8415.         return $this->services['liip_imagine.filter.loader.rotate'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\RotateFilterLoader();
  8416.     }
  8417.     /**
  8418.      * Gets the public 'liip_imagine.filter.manager' shared service.
  8419.      *
  8420.      * @return \Liip\ImagineBundle\Imagine\Filter\FilterManager
  8421.      */
  8422.     protected function getLiipImagine_Filter_ManagerService()
  8423.     {
  8424.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/FilterManager.php';
  8425.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  8426.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/RelativeResizeFilterLoader.php';
  8427.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ResizeFilterLoader.php';
  8428.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ThumbnailFilterLoader.php';
  8429.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/CropFilterLoader.php';
  8430.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/PasteFilterLoader.php';
  8431.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/WatermarkFilterLoader.php';
  8432.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/BackgroundFilterLoader.php';
  8433.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/StripFilterLoader.php';
  8434.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ScaleFilterLoader.php';
  8435.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/UpscaleFilterLoader.php';
  8436.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/AutoRotateFilterLoader.php';
  8437.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/PostProcessorInterface.php';
  8438.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/AbstractPostProcessor.php';
  8439.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/JpegOptimPostProcessor.php';
  8440.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/OptiPngPostProcessor.php';
  8441.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/PngquantPostProcessor.php';
  8442.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/MozJpegPostProcessor.php';
  8443.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/CwebpPostProcessor.php';
  8444.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/GrayscaleFilterLoader.php';
  8445.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/DownscaleFilterLoader.php';
  8446.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/RotateFilterLoader.php';
  8447.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/FlipFilterLoader.php';
  8448.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/InterlaceFilterLoader.php';
  8449.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/FixedFilterLoader.php';
  8450.         $a = ($this->privates['liip_imagine.gd'] ?? $this->getLiipImagine_GdService());
  8451.         $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()));
  8452.         $instance->addLoader('relative_resize', new \Liip\ImagineBundle\Imagine\Filter\Loader\RelativeResizeFilterLoader());
  8453.         $instance->addLoader('resize', new \Liip\ImagineBundle\Imagine\Filter\Loader\ResizeFilterLoader());
  8454.         $instance->addLoader('thumbnail', new \Liip\ImagineBundle\Imagine\Filter\Loader\ThumbnailFilterLoader());
  8455.         $instance->addLoader('crop', new \Liip\ImagineBundle\Imagine\Filter\Loader\CropFilterLoader());
  8456.         $instance->addLoader('grayscale', ($this->services['liip_imagine.filter.loader.grayscale'] ?? ($this->services['liip_imagine.filter.loader.grayscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\GrayscaleFilterLoader())));
  8457.         $instance->addLoader('paste_image', new \Liip\ImagineBundle\Imagine\Filter\Loader\PasteFilterLoader($a, \dirname(__DIR__4)));
  8458.         $instance->addLoader('watermark_image', new \Liip\ImagineBundle\Imagine\Filter\Loader\WatermarkFilterLoader($a, \dirname(__DIR__4)));
  8459.         $instance->addLoader('background', new \Liip\ImagineBundle\Imagine\Filter\Loader\BackgroundFilterLoader($a));
  8460.         $instance->addLoader('strip', new \Liip\ImagineBundle\Imagine\Filter\Loader\StripFilterLoader());
  8461.         $instance->addLoader('scale', new \Liip\ImagineBundle\Imagine\Filter\Loader\ScaleFilterLoader());
  8462.         $instance->addLoader('upscale', new \Liip\ImagineBundle\Imagine\Filter\Loader\UpscaleFilterLoader());
  8463.         $instance->addLoader('downscale', ($this->services['liip_imagine.filter.loader.downscale'] ?? ($this->services['liip_imagine.filter.loader.downscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\DownscaleFilterLoader())));
  8464.         $instance->addLoader('auto_rotate', new \Liip\ImagineBundle\Imagine\Filter\Loader\AutoRotateFilterLoader());
  8465.         $instance->addLoader('rotate', ($this->services['liip_imagine.filter.loader.rotate'] ?? ($this->services['liip_imagine.filter.loader.rotate'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\RotateFilterLoader())));
  8466.         $instance->addLoader('flip', ($this->services['liip_imagine.filter.loader.flip'] ?? ($this->services['liip_imagine.filter.loader.flip'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FlipFilterLoader())));
  8467.         $instance->addLoader('interlace', ($this->services['liip_imagine.filter.loader.interlace'] ?? ($this->services['liip_imagine.filter.loader.interlace'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\InterlaceFilterLoader())));
  8468.         $instance->addLoader('resample', ($this->services['liip_imagine.filter.loader.resample'] ?? $this->getLiipImagine_Filter_Loader_ResampleService()));
  8469.         $instance->addLoader('fixed', ($this->services['liip_imagine.filter.loader.fixed'] ?? ($this->services['liip_imagine.filter.loader.fixed'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FixedFilterLoader())));
  8470.         $instance->addPostProcessor('jpegoptim', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\JpegOptimPostProcessor('/usr/bin/jpegoptim'trueNULLtrueNULL));
  8471.         $instance->addPostProcessor('optipng', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\OptiPngPostProcessor('/usr/bin/optipng'7trueNULL));
  8472.         $instance->addPostProcessor('pngquant', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\PngquantPostProcessor('/usr/bin/pngquant'));
  8473.         $instance->addPostProcessor('mozjpeg', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\MozJpegPostProcessor('/opt/mozjpeg/bin/cjpeg'));
  8474.         $instance->addPostProcessor('cwebp', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\CwebpPostProcessor('/usr/bin/cwebp'NULL751004'fast'1false$this->parameters['liip_imagine.cwebp.metadata']));
  8475.         return $instance;
  8476.     }
  8477.     /**
  8478.      * Gets the public 'messenger.default_bus' shared service.
  8479.      *
  8480.      * @return \Symfony\Component\Messenger\TraceableMessageBus
  8481.      */
  8482.     protected function getMessenger_DefaultBusService()
  8483.     {
  8484.         return $this->services['messenger.default_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
  8485.             yield => ($this->privates['messenger.bus.default.middleware.traceable'] ?? $this->getMessenger_Bus_Default_Middleware_TraceableService());
  8486.             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')));
  8487.             yield => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  8488.             yield => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  8489.             yield => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  8490.             yield => ($this->privates['messenger.bus.default.middleware.doctrine_ping_connection'] ?? $this->getMessenger_Bus_Default_Middleware_DoctrinePingConnectionService());
  8491.             yield => ($this->privates['App\\MessageMiddleware\\ExternalMessageMiddleware'] ?? ($this->privates['App\\MessageMiddleware\\ExternalMessageMiddleware'] = new \App\MessageMiddleware\ExternalMessageMiddleware()));
  8492.             yield => ($this->privates['messenger.middleware.send_message'] ?? $this->getMessenger_Middleware_SendMessageService());
  8493.             yield => ($this->privates['messenger.bus.default.middleware.handle_message'] ?? $this->getMessenger_Bus_Default_Middleware_HandleMessageService());
  8494.         }, 9)));
  8495.     }
  8496.     /**
  8497.      * Gets the public 'monolog.logger.deprecation' shared service.
  8498.      *
  8499.      * @return \Symfony\Bridge\Monolog\Logger
  8500.      */
  8501.     protected function getMonolog_Logger_DeprecationService()
  8502.     {
  8503.         $this->services['monolog.logger.deprecation'] = $instance = new \Symfony\Bridge\Monolog\Logger('deprecation');
  8504.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8505.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  8506.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  8507.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  8508.         return $instance;
  8509.     }
  8510.     /**
  8511.      * Gets the public 'nelmio_api_doc.command.dump' shared service.
  8512.      *
  8513.      * @return \Nelmio\ApiDocBundle\Command\DumpCommand
  8514.      */
  8515.     protected function getNelmioApiDoc_Command_DumpService()
  8516.     {
  8517.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8518.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Command/DumpCommand.php';
  8519.         $this->services['nelmio_api_doc.command.dump'] = $instance = new \Nelmio\ApiDocBundle\Command\DumpCommand(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()));
  8520.         $instance->setName('nelmio:apidoc:dump');
  8521.         return $instance;
  8522.     }
  8523.     /**
  8524.      * Gets the public 'nelmio_api_doc.controller.redocly' shared service.
  8525.      *
  8526.      * @return \Nelmio\ApiDocBundle\Controller\SwaggerUiController
  8527.      */
  8528.     protected function getNelmioApiDoc_Controller_RedoclyService()
  8529.     {
  8530.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Controller/SwaggerUiController.php';
  8531.         return $this->services['nelmio_api_doc.controller.redocly'] = new \Nelmio\ApiDocBundle\Controller\SwaggerUiController(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()), 'redocly');
  8532.     }
  8533.     /**
  8534.      * Gets the public 'nelmio_api_doc.controller.swagger_json' shared service.
  8535.      *
  8536.      * @return \Nelmio\ApiDocBundle\Controller\DocumentationController
  8537.      */
  8538.     protected function getNelmioApiDoc_Controller_SwaggerJsonService()
  8539.     {
  8540.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Controller/DocumentationController.php';
  8541.         return $this->services['nelmio_api_doc.controller.swagger_json'] = new \Nelmio\ApiDocBundle\Controller\DocumentationController(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()));
  8542.     }
  8543.     /**
  8544.      * Gets the public 'nelmio_api_doc.controller.swagger_ui' shared service.
  8545.      *
  8546.      * @return \Nelmio\ApiDocBundle\Controller\SwaggerUiController
  8547.      */
  8548.     protected function getNelmioApiDoc_Controller_SwaggerUiService()
  8549.     {
  8550.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Controller/SwaggerUiController.php';
  8551.         return $this->services['nelmio_api_doc.controller.swagger_ui'] = new \Nelmio\ApiDocBundle\Controller\SwaggerUiController(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()), 'swaggerui');
  8552.     }
  8553.     /**
  8554.      * Gets the public 'nelmio_api_doc.controller.swagger_yaml' shared service.
  8555.      *
  8556.      * @return \Nelmio\ApiDocBundle\Controller\YamlDocumentationController
  8557.      */
  8558.     protected function getNelmioApiDoc_Controller_SwaggerYamlService()
  8559.     {
  8560.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Controller/YamlDocumentationController.php';
  8561.         return $this->services['nelmio_api_doc.controller.swagger_yaml'] = new \Nelmio\ApiDocBundle\Controller\YamlDocumentationController(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()));
  8562.     }
  8563.     /**
  8564.      * Gets the public 'nelmio_api_doc.generator.default' shared service.
  8565.      *
  8566.      * @return \Nelmio\ApiDocBundle\ApiDocGenerator
  8567.      */
  8568.     protected function getNelmioApiDoc_Generator_DefaultService()
  8569.     {
  8570.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/ApiDocGenerator.php';
  8571.         include_once \dirname(__DIR__4).'/vendor/zircote/swagger-php/src/Generator.php';
  8572.         include_once \dirname(__DIR__4).'/vendor/zircote/swagger-php/src/Processors/ProcessorInterface.php';
  8573.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Processor/NullablePropertyProcessor.php';
  8574.         $a = new \OpenApi\Generator();
  8575.         $a->addProcessor(new \Nelmio\ApiDocBundle\Processor\NullablePropertyProcessor(), NULL);
  8576.         $this->services['nelmio_api_doc.generator.default'] = $instance = new \Nelmio\ApiDocBundle\ApiDocGenerator(new RewindableGenerator(function () {
  8577.             yield => ($this->privates['nelmio_api_doc.describers.config'] ?? $this->getNelmioApiDoc_Describers_ConfigService());
  8578.             yield => ($this->privates['nelmio_api_doc.describers.config.default'] ?? ($this->privates['nelmio_api_doc.describers.config.default'] = new \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber([], true)));
  8579.             yield => ($this->privates['nelmio_api_doc.describers.openapi_php.default'] ?? $this->getNelmioApiDoc_Describers_OpenapiPhp_DefaultService());
  8580.             yield => ($this->privates['nelmio_api_doc.describers.route.default'] ?? $this->getNelmioApiDoc_Describers_Route_DefaultService());
  8581.             yield => ($this->privates['nelmio_api_doc.describers.default'] ?? ($this->privates['nelmio_api_doc.describers.default'] = new \Nelmio\ApiDocBundle\Describer\DefaultDescriber()));
  8582.         }, 5), new RewindableGenerator(function () {
  8583.             yield => ($this->privates['nelmio_api_doc.model_describers.self_describing'] ?? ($this->privates['nelmio_api_doc.model_describers.self_describing'] = new \Nelmio\ApiDocBundle\ModelDescriber\SelfDescribingModelDescriber()));
  8584.             yield => ($this->privates['nelmio_api_doc.model_describers.enum'] ?? ($this->privates['nelmio_api_doc.model_describers.enum'] = new \Nelmio\ApiDocBundle\ModelDescriber\EnumModelDescriber()));
  8585.             yield => ($this->privates['nelmio_api_doc.model_describers.form'] ?? $this->getNelmioApiDoc_ModelDescribers_FormService());
  8586.             yield => ($this->privates['nelmio_api_doc.model_describers.jms'] ?? $this->getNelmioApiDoc_ModelDescribers_JmsService());
  8587.             yield => ($this->privates['nelmio_api_doc.model_describers.object'] ?? $this->getNelmioApiDoc_ModelDescribers_ObjectService());
  8588.             yield => ($this->privates['nelmio_api_doc.model_describers.object_fallback'] ?? ($this->privates['nelmio_api_doc.model_describers.object_fallback'] = new \Nelmio\ApiDocBundle\ModelDescriber\FallbackObjectModelDescriber()));
  8589.         }, 6), NULL'openapi_doc.default'$a);
  8590.         $b = new \Symfony\Bridge\Monolog\Logger('nelmio_api_doc');
  8591.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8592.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  8593.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  8594.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  8595.         $instance->setAlternativeNames([]);
  8596.         $instance->setMediaTypes([=> 'json']);
  8597.         $instance->setLogger($b);
  8598.         $instance->setOpenApiVersion(NULL);
  8599.         return $instance;
  8600.     }
  8601.     /**
  8602.      * Gets the public 'nelmio_api_doc.render_docs' shared service.
  8603.      *
  8604.      * @return \Nelmio\ApiDocBundle\Render\RenderOpenApi
  8605.      */
  8606.     protected function getNelmioApiDoc_RenderDocsService()
  8607.     {
  8608.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Render/RenderOpenApi.php';
  8609.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Render/OpenApiRenderer.php';
  8610.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Render/Json/JsonOpenApiRenderer.php';
  8611.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Render/Yaml/YamlOpenApiRenderer.php';
  8612.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Render/Html/HtmlOpenApiRenderer.php';
  8613.         return $this->services['nelmio_api_doc.render_docs'] = new \Nelmio\ApiDocBundle\Render\RenderOpenApi(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8614.             'default' => ['services''nelmio_api_doc.generator.default''getNelmioApiDoc_Generator_DefaultService'false],
  8615.         ], [
  8616.             'default' => '?',
  8617.         ]), new \Nelmio\ApiDocBundle\Render\Json\JsonOpenApiRenderer(), new \Nelmio\ApiDocBundle\Render\Yaml\YamlOpenApiRenderer(), new \Nelmio\ApiDocBundle\Render\Html\HtmlOpenApiRenderer(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ['assets_mode' => 'cdn''swagger_ui_config' => [], 'redocly_config' => []]));
  8618.     }
  8619.     /**
  8620.      * Gets the public 'old_sound_rabbit_mq.connection.default' shared service.
  8621.      *
  8622.      * @return \PhpAmqpLib\Connection\AMQPStreamConnection
  8623.      */
  8624.     protected function getOldSoundRabbitMq_Connection_DefaultService()
  8625.     {
  8626.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/php-amqplib/PhpAmqpLib/Channel/AbstractChannel.php';
  8627.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/php-amqplib/PhpAmqpLib/Connection/AbstractConnection.php';
  8628.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/php-amqplib/PhpAmqpLib/Connection/AMQPStreamConnection.php';
  8629.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/RabbitMq/AMQPConnectionFactory.php';
  8630.         return $this->services['old_sound_rabbit_mq.connection.default'] = (new \OldSound\RabbitMqBundle\RabbitMq\AMQPConnectionFactory('PhpAmqpLib\\Connection\\AMQPStreamConnection', ['url' => $this->getEnv('RABBITMQ_URL'), 'host' => 'localhost''port' => 5672'user' => 'guest''password' => 'guest''vhost' => '/''login_method' => 'AMQPLAIN''hosts' => [], 'lazy' => false'connection_timeout' => 3'read_write_timeout' => 3'channel_rpc_timeout' => 0.0'use_socket' => false'ssl_context' => [], 'keepalive' => false'heartbeat' => 0]))->createConnection();
  8631.     }
  8632.     /**
  8633.      * Gets the public 'old_sound_rabbit_mq.parts_holder' shared service.
  8634.      *
  8635.      * @return \OldSound\RabbitMqBundle\RabbitMq\AmqpPartsHolder
  8636.      */
  8637.     protected function getOldSoundRabbitMq_PartsHolderService()
  8638.     {
  8639.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/RabbitMq/AmqpPartsHolder.php';
  8640.         return $this->services['old_sound_rabbit_mq.parts_holder'] = new \OldSound\RabbitMqBundle\RabbitMq\AmqpPartsHolder();
  8641.     }
  8642.     /**
  8643.      * Gets the public 'presta_sitemap.controller' shared service.
  8644.      *
  8645.      * @return \Presta\SitemapBundle\Controller\SitemapController
  8646.      */
  8647.     protected function getPrestaSitemap_ControllerService()
  8648.     {
  8649.         include_once \dirname(__DIR__4).'/vendor/presta/sitemap-bundle/src/Controller/SitemapController.php';
  8650.         return $this->services['presta_sitemap.controller'] = new \Presta\SitemapBundle\Controller\SitemapController(($this->services['presta_sitemap.generator'] ?? $this->getPrestaSitemap_GeneratorService()), 86400);
  8651.     }
  8652.     /**
  8653.      * Gets the public 'presta_sitemap.dump_command' shared service.
  8654.      *
  8655.      * @return \Presta\SitemapBundle\Command\DumpSitemapsCommand
  8656.      */
  8657.     protected function getPrestaSitemap_DumpCommandService()
  8658.     {
  8659.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8660.         include_once \dirname(__DIR__4).'/vendor/presta/sitemap-bundle/src/Command/DumpSitemapsCommand.php';
  8661.         $this->services['presta_sitemap.dump_command'] = $instance = new \Presta\SitemapBundle\Command\DumpSitemapsCommand(($this->services['router'] ?? $this->getRouterService()), ($this->services['presta_sitemap.dumper'] ?? $this->getPrestaSitemap_DumperService()), (\dirname(__DIR__4).'/public'));
  8662.         $instance->setName('presta:sitemaps:dump');
  8663.         return $instance;
  8664.     }
  8665.     /**
  8666.      * Gets the public 'presta_sitemap.dumper' shared service.
  8667.      *
  8668.      * @return \Presta\SitemapBundle\Service\Dumper
  8669.      */
  8670.     protected function getPrestaSitemap_DumperService()
  8671.     {
  8672.         include_once \dirname(__DIR__4).'/vendor/presta/sitemap-bundle/src/Service/UrlContainerInterface.php';
  8673.         include_once \dirname(__DIR__4).'/vendor/presta/sitemap-bundle/src/Service/AbstractGenerator.php';
  8674.         include_once \dirname(__DIR__4).'/vendor/presta/sitemap-bundle/src/Service/DumperInterface.php';
  8675.         include_once \dirname(__DIR__4).'/vendor/presta/sitemap-bundle/src/Service/Dumper.php';
  8676.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  8677.         if (isset($this->services['presta_sitemap.dumper'])) {
  8678.             return $this->services['presta_sitemap.dumper'];
  8679.         }
  8680.         $this->services['presta_sitemap.dumper'] = $instance = new \Presta\SitemapBundle\Service\Dumper($a, ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['router'] ?? $this->getRouterService()), 'sitemap'50000);
  8681.         $instance->setDefaults($this->parameters['presta_sitemap.defaults']);
  8682.         return $instance;
  8683.     }
  8684.     /**
  8685.      * Gets the public 'presta_sitemap.generator' shared service.
  8686.      *
  8687.      * @return \Presta\SitemapBundle\Service\Generator
  8688.      */
  8689.     protected function getPrestaSitemap_GeneratorService()
  8690.     {
  8691.         include_once \dirname(__DIR__4).'/vendor/presta/sitemap-bundle/src/Service/UrlContainerInterface.php';
  8692.         include_once \dirname(__DIR__4).'/vendor/presta/sitemap-bundle/src/Service/AbstractGenerator.php';
  8693.         include_once \dirname(__DIR__4).'/vendor/presta/sitemap-bundle/src/Service/GeneratorInterface.php';
  8694.         include_once \dirname(__DIR__4).'/vendor/presta/sitemap-bundle/src/Service/Generator.php';
  8695.         $this->services['presta_sitemap.generator'] = $instance = new \Presta\SitemapBundle\Service\Generator(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['router'] ?? $this->getRouterService()), 50000);
  8696.         $instance->setDefaults($this->parameters['presta_sitemap.defaults']);
  8697.         return $instance;
  8698.     }
  8699.     /**
  8700.      * Gets the public 'redjan_ym_fcm.client' shared service.
  8701.      *
  8702.      * @return \RedjanYm\FCMBundle\FCMClient
  8703.      */
  8704.     protected function getRedjanYmFcm_ClientService()
  8705.     {
  8706.         include_once \dirname(__DIR__4).'/vendor/redjanym/fcm-bundle/FCMClient.php';
  8707.         include_once \dirname(__DIR__4).'/vendor/redjanym/php-firebase-cloud-messaging/src/ClientInterface.php';
  8708.         include_once \dirname(__DIR__4).'/vendor/redjanym/php-firebase-cloud-messaging/src/Client.php';
  8709.         $a = new \sngrl\PhpFirebaseCloudMessaging\Client();
  8710.         $a->setApiKey($this->getEnv('resolve:FCM_SERVER_KEY'));
  8711.         return $this->services['redjan_ym_fcm.client'] = new \RedjanYm\FCMBundle\FCMClient($a);
  8712.     }
  8713.     /**
  8714.      * Gets the public 'request_stack' shared service.
  8715.      *
  8716.      * @return \Symfony\Component\HttpFoundation\RequestStack
  8717.      */
  8718.     protected function getRequestStackService()
  8719.     {
  8720.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  8721.     }
  8722.     /**
  8723.      * Gets the public 'router' shared service.
  8724.      *
  8725.      * @return \JMS\I18nRoutingBundle\Router\I18nRouter
  8726.      */
  8727.     protected function getRouterService()
  8728.     {
  8729.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  8730.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8731.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  8732.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  8733.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  8734.         $this->services['router'] = $instance = new \JMS\I18nRoutingBundle\Router\I18nRouter($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'ar');
  8735.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  8736.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  8737.         $instance->setLocaleResolver(($this->privates['jms_i18n_routing.locale_resolver.default'] ?? ($this->privates['jms_i18n_routing.locale_resolver.default'] = new \Aqarmap\Bundle\MainBundle\Locale\DefaultLocaleResolver('hl'))));
  8738.         $instance->setI18nLoaderId('jms_i18n_routing.loader');
  8739.         $instance->setDefaultLocale('ar');
  8740.         $instance->setRedirectToHost(true);
  8741.         return $instance;
  8742.     }
  8743.     /**
  8744.      * Gets the public 'routing.loader' shared service.
  8745.      *
  8746.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  8747.      */
  8748.     protected function getRouting_LoaderService()
  8749.     {
  8750.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  8751.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  8752.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  8753.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  8754.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  8755.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  8756.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Routing/SearchLoader.php';
  8757.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  8758.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php';
  8759.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php';
  8760.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php';
  8761.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  8762.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  8763.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  8764.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  8765.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  8766.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  8767.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  8768.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  8769.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  8770.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  8771.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  8772.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  8773.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  8774.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  8775.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  8776.         $b = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)));
  8777.         $c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), 'dev');
  8778.         $a->addLoader(new \Aqarmap\Bundle\ListingBundle\Routing\SearchLoader(NULL, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())));
  8779.         $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b'dev'));
  8780.         $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b'dev'));
  8781.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b'dev'));
  8782.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b'dev'));
  8783.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b'dev'));
  8784.         $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8785.             'kernel' => ['services''kernel''getKernelService'false],
  8786.         ], [
  8787.             'kernel' => 'App\\Kernel',
  8788.         ]), 'dev'));
  8789.         $a->addLoader($c);
  8790.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b$c));
  8791.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b$c));
  8792.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, ['utf8' => true], []);
  8793.     }
  8794.     /**
  8795.      * Gets the public 'services_resetter' shared service.
  8796.      *
  8797.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  8798.      */
  8799.     protected function getServicesResetterService()
  8800.     {
  8801.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  8802.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  8803.             if (false) {
  8804.                 yield 'cloudwatch_handler' => null;
  8805.             }
  8806.             if (isset($this->services['cache.app'])) {
  8807.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  8808.             }
  8809.             if (isset($this->services['cache.system'])) {
  8810.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  8811.             }
  8812.             if (isset($this->privates['cache.validator'])) {
  8813.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  8814.             }
  8815.             if (isset($this->privates['cache.serializer'])) {
  8816.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  8817.             }
  8818.             if (isset($this->privates['cache.annotations'])) {
  8819.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  8820.             }
  8821.             if (isset($this->privates['cache.property_info'])) {
  8822.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  8823.             }
  8824.             if (isset($this->privates['cache.messenger.restart_workers_signal'])) {
  8825.                 yield 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? null);
  8826.             }
  8827.             if (isset($this->privates['.debug.http_client'])) {
  8828.                 yield 'http_client' => ($this->privates['.debug.http_client'] ?? null);
  8829.             }
  8830.             if (isset($this->privates['mailer.message_logger_listener'])) {
  8831.                 yield 'mailer.message_logger_listener' => ($this->privates['mailer.message_logger_listener'] ?? null);
  8832.             }
  8833.             if (isset($this->privates['debug.stopwatch'])) {
  8834.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  8835.             }
  8836.             if (isset($this->services['event_dispatcher'])) {
  8837.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  8838.             }
  8839.             if (isset($this->services['cache.rate_limiter'])) {
  8840.                 yield 'cache.rate_limiter' => ($this->services['cache.rate_limiter'] ?? null);
  8841.             }
  8842.             if (isset($this->privates['doctrine.result_cache_pool'])) {
  8843.                 yield 'doctrine.result_cache_pool' => ($this->privates['doctrine.result_cache_pool'] ?? null);
  8844.             }
  8845.             if (isset($this->privates['doctrine.system_cache_pool'])) {
  8846.                 yield 'doctrine.system_cache_pool' => ($this->privates['doctrine.system_cache_pool'] ?? null);
  8847.             }
  8848.             if (isset($this->privates['rate_limiter_storage_pool'])) {
  8849.                 yield 'rate_limiter_storage_pool' => ($this->privates['rate_limiter_storage_pool'] ?? null);
  8850.             }
  8851.             if (isset($this->privates['session_listener'])) {
  8852.                 yield 'session_listener' => ($this->privates['session_listener'] ?? null);
  8853.             }
  8854.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  8855.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  8856.             }
  8857.             if (isset($this->services['cache.validator_expression_language'])) {
  8858.                 yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? null);
  8859.             }
  8860.             if (isset($this->privates['messenger.transport.in_memory.factory'])) {
  8861.                 yield 'messenger.transport.in_memory.factory' => ($this->privates['messenger.transport.in_memory.factory'] ?? null);
  8862.             }
  8863.             if (isset($this->services['.container.private.profiler'])) {
  8864.                 yield 'profiler' => ($this->services['.container.private.profiler'] ?? null);
  8865.             }
  8866.             if (isset($this->services['.container.private.validator'])) {
  8867.                 yield 'debug.validator' => ($this->services['.container.private.validator'] ?? null);
  8868.             }
  8869.             if (isset($this->services['doctrine'])) {
  8870.                 yield 'doctrine' => ($this->services['doctrine'] ?? null);
  8871.             }
  8872.             if (isset($this->privates['form.type.entity'])) {
  8873.                 yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  8874.             }
  8875.             if (isset($this->privates['twig.form.engine'])) {
  8876.                 yield 'twig.form.engine' => ($this->privates['twig.form.engine'] ?? null);
  8877.             }
  8878.             if (isset($this->services['fos_rest.view_handler'])) {
  8879.                 yield 'fos_rest.view_handler.default' => ($this->services['fos_rest.view_handler'] ?? null);
  8880.             }
  8881.             if (isset($this->services['.container.private.security.token_storage'])) {
  8882.                 yield 'security.token_storage' => ($this->services['.container.private.security.token_storage'] ?? null);
  8883.             }
  8884.             if (isset($this->privates['cache.security_expression_language'])) {
  8885.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
  8886.             }
  8887.             if (isset($this->privates['debug.security.firewall'])) {
  8888.                 yield 'debug.security.firewall' => ($this->privates['debug.security.firewall'] ?? null);
  8889.             }
  8890.             if (isset($this->privates['httplug.collector.collector'])) {
  8891.                 yield 'httplug.collector.collector' => ($this->privates['httplug.collector.collector'] ?? null);
  8892.             }
  8893.             if (isset($this->privates['monolog.handler.main'])) {
  8894.                 yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  8895.             }
  8896.             if (isset($this->privates['monolog.handler.console'])) {
  8897.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  8898.             }
  8899.             if (isset($this->privates['webpack_encore.tag_renderer'])) {
  8900.                 yield 'webpack_encore.tag_renderer' => ($this->privates['webpack_encore.tag_renderer'] ?? null);
  8901.             }
  8902.             if (isset($this->privates['cache.webpack_encore'])) {
  8903.                 yield 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? null);
  8904.             }
  8905.             if (isset($this->privates['webpack_encore.entrypoint_lookup[_default]'])) {
  8906.                 yield 'webpack_encore.entrypoint_lookup[_default]' => ($this->privates['webpack_encore.entrypoint_lookup[_default]'] ?? null);
  8907.             }
  8908.             if (isset($this->privates['.debug.http_client'])) {
  8909.                 yield '.debug.http_client' => ($this->privates['.debug.http_client'] ?? null);
  8910.             }
  8911.             if (isset($this->privates['.debug.sms.client'])) {
  8912.                 yield '.debug.sms.client' => ($this->privates['.debug.sms.client'] ?? null);
  8913.             }
  8914.             if (isset($this->privates['.debug.auth.client'])) {
  8915.                 yield '.debug.auth.client' => ($this->privates['.debug.auth.client'] ?? null);
  8916.             }
  8917.             if (isset($this->privates['.debug.locations_insights.client'])) {
  8918.                 yield '.debug.locations_insights.client' => ($this->privates['.debug.locations_insights.client'] ?? null);
  8919.             }
  8920.             if (isset($this->privates['.debug.fcm.client'])) {
  8921.                 yield '.debug.fcm.client' => ($this->privates['.debug.fcm.client'] ?? null);
  8922.             }
  8923.             if (isset($this->privates['.debug.search.client'])) {
  8924.                 yield '.debug.search.client' => ($this->privates['.debug.search.client'] ?? null);
  8925.             }
  8926.             if (isset($this->privates['.debug.geoip.client'])) {
  8927.                 yield '.debug.geoip.client' => ($this->privates['.debug.geoip.client'] ?? null);
  8928.             }
  8929.             if (isset($this->privates['.debug.hwi_oauth.http_client'])) {
  8930.                 yield '.debug.hwi_oauth.http_client' => ($this->privates['.debug.hwi_oauth.http_client'] ?? null);
  8931.             }
  8932.         }, function () {
  8933.             return + (int) (false) + (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->services['cache.rate_limiter'])) + (int) (isset($this->privates['doctrine.result_cache_pool'])) + (int) (isset($this->privates['doctrine.system_cache_pool'])) + (int) (isset($this->privates['rate_limiter_storage_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->services['doctrine'])) + (int) (isset($this->privates['form.type.entity'])) + (int) (isset($this->privates['twig.form.engine'])) + (int) (isset($this->services['fos_rest.view_handler'])) + (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['httplug.collector.collector'])) + (int) (isset($this->privates['monolog.handler.main'])) + (int) (isset($this->privates['monolog.handler.console'])) + (int) (isset($this->privates['webpack_encore.tag_renderer'])) + (int) (isset($this->privates['cache.webpack_encore'])) + (int) (isset($this->privates['webpack_encore.entrypoint_lookup[_default]'])) + (int) (isset($this->privates['.debug.http_client'])) + (int) (isset($this->privates['.debug.sms.client'])) + (int) (isset($this->privates['.debug.auth.client'])) + (int) (isset($this->privates['.debug.locations_insights.client'])) + (int) (isset($this->privates['.debug.fcm.client'])) + (int) (isset($this->privates['.debug.search.client'])) + (int) (isset($this->privates['.debug.geoip.client'])) + (int) (isset($this->privates['.debug.hwi_oauth.http_client']));
  8934.         }), ['cloudwatch_handler' => [=> 'reset'], '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'], 'cache.rate_limiter' => [=> 'reset'], 'doctrine.result_cache_pool' => [=> 'reset'], 'doctrine.system_cache_pool' => [=> 'reset'], 'rate_limiter_storage_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'], 'doctrine' => [=> 'reset'], 'form.type.entity' => [=> 'reset'], 'twig.form.engine' => [=> 'reset'], 'fos_rest.view_handler.default' => [=> 'reset'], 'security.token_storage' => [=> 'disableUsageTracking'=> 'setToken'], 'cache.security_expression_language' => [=> 'reset'], 'debug.security.firewall' => [=> 'reset'], 'httplug.collector.collector' => [=> 'reset'], 'monolog.handler.main' => [=> 'reset'], 'monolog.handler.console' => [=> 'reset'], 'webpack_encore.tag_renderer' => [=> 'reset'], 'cache.webpack_encore' => [=> 'reset'], 'webpack_encore.entrypoint_lookup[_default]' => [=> 'reset'], '.debug.http_client' => [=> 'reset'], '.debug.sms.client' => [=> 'reset'], '.debug.auth.client' => [=> 'reset'], '.debug.locations_insights.client' => [=> 'reset'], '.debug.fcm.client' => [=> 'reset'], '.debug.search.client' => [=> 'reset'], '.debug.geoip.client' => [=> 'reset'], '.debug.hwi_oauth.http_client' => [=> 'reset']]);
  8935.     }
  8936.     /**
  8937.      * Gets the public 'translator' shared service.
  8938.      *
  8939.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  8940.      */
  8941.     protected function getTranslatorService()
  8942.     {
  8943.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  8944.     }
  8945.     /**
  8946.      * Gets the public 'var_dumper.cloner' shared service.
  8947.      *
  8948.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  8949.      */
  8950.     protected function getVarDumper_ClonerService()
  8951.     {
  8952.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  8953.         $instance->setMaxItems(2500);
  8954.         $instance->setMinDepth(1);
  8955.         $instance->setMaxString(-1);
  8956.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  8957.         return $instance;
  8958.     }
  8959.     /**
  8960.      * Gets the public 'vich_uploader.download_handler' shared service.
  8961.      *
  8962.      * @return \Vich\UploaderBundle\Handler\DownloadHandler
  8963.      */
  8964.     protected function getVichUploader_DownloadHandlerService()
  8965.     {
  8966.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Handler/AbstractHandler.php';
  8967.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Handler/DownloadHandler.php';
  8968.         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.gaufrette'] ?? $this->getVichUploader_Storage_GaufretteService()));
  8969.     }
  8970.     /**
  8971.      * Gets the public 'vich_uploader.form.type.file' shared service.
  8972.      *
  8973.      * @return \Vich\UploaderBundle\Form\Type\VichFileType
  8974.      */
  8975.     protected function getVichUploader_Form_Type_FileService()
  8976.     {
  8977.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8978.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8979.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Form/Type/VichFileType.php';
  8980.         $a = ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService());
  8981.         if (isset($this->services['vich_uploader.form.type.file'])) {
  8982.             return $this->services['vich_uploader.form.type.file'];
  8983.         }
  8984.         return $this->services['vich_uploader.form.type.file'] = new \Vich\UploaderBundle\Form\Type\VichFileType(($this->privates['vich_uploader.storage.gaufrette'] ?? $this->getVichUploader_Storage_GaufretteService()), $a, ($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  8985.     }
  8986.     /**
  8987.      * Gets the public 'vich_uploader.form.type.image' shared service.
  8988.      *
  8989.      * @return \Vich\UploaderBundle\Form\Type\VichImageType
  8990.      */
  8991.     protected function getVichUploader_Form_Type_ImageService()
  8992.     {
  8993.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8994.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8995.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Form/Type/VichFileType.php';
  8996.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Form/Type/VichImageType.php';
  8997.         $a = ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService());
  8998.         if (isset($this->services['vich_uploader.form.type.image'])) {
  8999.             return $this->services['vich_uploader.form.type.image'];
  9000.         }
  9001.         $b = ($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService());
  9002.         if (isset($this->services['vich_uploader.form.type.image'])) {
  9003.             return $this->services['vich_uploader.form.type.image'];
  9004.         }
  9005.         return $this->services['vich_uploader.form.type.image'] = new \Vich\UploaderBundle\Form\Type\VichImageType(($this->privates['vich_uploader.storage.gaufrette'] ?? $this->getVichUploader_Storage_GaufretteService()), $a, ($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), $b);
  9006.     }
  9007.     /**
  9008.      * Gets the public 'vich_uploader.namer_uniqid.listing_photos' shared service.
  9009.      *
  9010.      * @return \Vich\UploaderBundle\Naming\UniqidNamer
  9011.      */
  9012.     protected function getVichUploader_NamerUniqid_ListingPhotosService()
  9013.     {
  9014.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  9015.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  9016.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/UniqidNamer.php';
  9017.         return $this->services['vich_uploader.namer_uniqid.listing_photos'] = new \Vich\UploaderBundle\Naming\UniqidNamer();
  9018.     }
  9019.     /**
  9020.      * Gets the public 'vich_uploader.upload_handler' shared service.
  9021.      *
  9022.      * @return \Vich\UploaderBundle\Handler\UploadHandler
  9023.      */
  9024.     protected function getVichUploader_UploadHandlerService()
  9025.     {
  9026.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Handler/AbstractHandler.php';
  9027.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Handler/UploadHandler.php';
  9028.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Injector/FileInjectorInterface.php';
  9029.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Injector/FileInjector.php';
  9030.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  9031.         if (isset($this->services['vich_uploader.upload_handler'])) {
  9032.             return $this->services['vich_uploader.upload_handler'];
  9033.         }
  9034.         $b = ($this->privates['vich_uploader.storage.gaufrette'] ?? $this->getVichUploader_Storage_GaufretteService());
  9035.         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);
  9036.     }
  9037.     /**
  9038.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  9039.      *
  9040.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  9041.      */
  9042.     protected function getWebProfiler_Controller_ExceptionPanelService()
  9043.     {
  9044.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  9045.         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()));
  9046.     }
  9047.     /**
  9048.      * Gets the public 'web_profiler.controller.profiler' shared service.
  9049.      *
  9050.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  9051.      */
  9052.     protected function getWebProfiler_Controller_ProfilerService()
  9053.     {
  9054.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  9055.         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));
  9056.     }
  9057.     /**
  9058.      * Gets the public 'web_profiler.controller.router' shared service.
  9059.      *
  9060.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  9061.      */
  9062.     protected function getWebProfiler_Controller_RouterService()
  9063.     {
  9064.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  9065.         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 () {
  9066.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  9067.         }, 1));
  9068.     }
  9069.     /**
  9070.      * Gets the private '.28_doctrine_metadata_driver~NR9_EMx' shared service.
  9071.      *
  9072.      * @return \Doctrine\ORM\Mapping\Driver\XmlDriver
  9073.      */
  9074.     protected function get_28DoctrineMetadataDriverNR9EMxService()
  9075.     {
  9076.         return $this->privates['.28_doctrine_metadata_driver~NR9_EMx'] = new \Doctrine\ORM\Mapping\Driver\XmlDriver(new \Doctrine\Persistence\Mapping\Driver\SymfonyFileLocator([(\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/config/doctrine-mapping') => 'FOS\\UserBundle\\Model'], '.orm.xml'));
  9077.     }
  9078.     /**
  9079.      * Gets the private '.App\Command\Patch\PatchRemoveDuplicateUserPhonesCommand.lazy' shared service.
  9080.      *
  9081.      * @return \Symfony\Component\Console\Command\LazyCommand
  9082.      */
  9083.     protected function getPatchRemoveDuplicateUserPhonesCommand_LazyService()
  9084.     {
  9085.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9086.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9087.         return $this->privates['.App\\Command\\Patch\\PatchRemoveDuplicateUserPhonesCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('app:patch:remove-duplicate-user-phones', [], 'Add a short description for your command'false, function (): \App\Command\Patch\PatchRemoveDuplicateUserPhonesCommand {
  9088.             return ($this->privates['App\\Command\\Patch\\PatchRemoveDuplicateUserPhonesCommand'] ?? $this->getPatchRemoveDuplicateUserPhonesCommandService());
  9089.         });
  9090.     }
  9091.     /**
  9092.      * Gets the private '.cache_connection.FANDyXX' shared service.
  9093.      *
  9094.      * @return \Symfony\Component\Cache\Adapter\AbstractAdapter
  9095.      */
  9096.     protected function get_CacheConnection_FANDyXXService()
  9097.     {
  9098.         return $this->privates['.cache_connection.FANDyXX'] = \Symfony\Component\Cache\Adapter\AbstractAdapter::createConnection($this->getEnv('string:REDIS_DSN').'?dbindex=2&redis_sentinel=mymaster', ['lazy' => true]);
  9099.     }
  9100.     /**
  9101.      * Gets the private '.console.command.about.lazy' shared service.
  9102.      *
  9103.      * @return \Symfony\Component\Console\Command\LazyCommand
  9104.      */
  9105.     protected function get_Console_Command_About_LazyService()
  9106.     {
  9107.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9108.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9109.         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 {
  9110.             return ($this->privates['console.command.about'] ?? $this->getConsole_Command_AboutService());
  9111.         });
  9112.     }
  9113.     /**
  9114.      * Gets the private '.console.command.assets_install.lazy' shared service.
  9115.      *
  9116.      * @return \Symfony\Component\Console\Command\LazyCommand
  9117.      */
  9118.     protected function get_Console_Command_AssetsInstall_LazyService()
  9119.     {
  9120.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9121.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9122.         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 {
  9123.             return ($this->privates['console.command.assets_install'] ?? $this->getConsole_Command_AssetsInstallService());
  9124.         });
  9125.     }
  9126.     /**
  9127.      * Gets the private '.console.command.cache_clear.lazy' shared service.
  9128.      *
  9129.      * @return \Symfony\Component\Console\Command\LazyCommand
  9130.      */
  9131.     protected function get_Console_Command_CacheClear_LazyService()
  9132.     {
  9133.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9134.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9135.         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 {
  9136.             return ($this->privates['console.command.cache_clear'] ?? $this->getConsole_Command_CacheClearService());
  9137.         });
  9138.     }
  9139.     /**
  9140.      * Gets the private '.console.command.cache_pool_clear.lazy' shared service.
  9141.      *
  9142.      * @return \Symfony\Component\Console\Command\LazyCommand
  9143.      */
  9144.     protected function get_Console_Command_CachePoolClear_LazyService()
  9145.     {
  9146.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9147.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9148.         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 {
  9149.             return ($this->privates['console.command.cache_pool_clear'] ?? $this->getConsole_Command_CachePoolClearService());
  9150.         });
  9151.     }
  9152.     /**
  9153.      * Gets the private '.console.command.cache_pool_delete.lazy' shared service.
  9154.      *
  9155.      * @return \Symfony\Component\Console\Command\LazyCommand
  9156.      */
  9157.     protected function get_Console_Command_CachePoolDelete_LazyService()
  9158.     {
  9159.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9160.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9161.         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 {
  9162.             return ($this->privates['console.command.cache_pool_delete'] ?? $this->getConsole_Command_CachePoolDeleteService());
  9163.         });
  9164.     }
  9165.     /**
  9166.      * Gets the private '.console.command.cache_pool_list.lazy' shared service.
  9167.      *
  9168.      * @return \Symfony\Component\Console\Command\LazyCommand
  9169.      */
  9170.     protected function get_Console_Command_CachePoolList_LazyService()
  9171.     {
  9172.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9173.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9174.         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 {
  9175.             return ($this->privates['console.command.cache_pool_list'] ?? $this->getConsole_Command_CachePoolListService());
  9176.         });
  9177.     }
  9178.     /**
  9179.      * Gets the private '.console.command.cache_pool_prune.lazy' shared service.
  9180.      *
  9181.      * @return \Symfony\Component\Console\Command\LazyCommand
  9182.      */
  9183.     protected function get_Console_Command_CachePoolPrune_LazyService()
  9184.     {
  9185.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9186.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9187.         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 {
  9188.             return ($this->privates['console.command.cache_pool_prune'] ?? $this->getConsole_Command_CachePoolPruneService());
  9189.         });
  9190.     }
  9191.     /**
  9192.      * Gets the private '.console.command.cache_warmup.lazy' shared service.
  9193.      *
  9194.      * @return \Symfony\Component\Console\Command\LazyCommand
  9195.      */
  9196.     protected function get_Console_Command_CacheWarmup_LazyService()
  9197.     {
  9198.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9199.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9200.         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 {
  9201.             return ($this->privates['console.command.cache_warmup'] ?? $this->getConsole_Command_CacheWarmupService());
  9202.         });
  9203.     }
  9204.     /**
  9205.      * Gets the private '.console.command.config_debug.lazy' shared service.
  9206.      *
  9207.      * @return \Symfony\Component\Console\Command\LazyCommand
  9208.      */
  9209.     protected function get_Console_Command_ConfigDebug_LazyService()
  9210.     {
  9211.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9212.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9213.         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 {
  9214.             return ($this->privates['console.command.config_debug'] ?? $this->getConsole_Command_ConfigDebugService());
  9215.         });
  9216.     }
  9217.     /**
  9218.      * Gets the private '.console.command.config_dump_reference.lazy' shared service.
  9219.      *
  9220.      * @return \Symfony\Component\Console\Command\LazyCommand
  9221.      */
  9222.     protected function get_Console_Command_ConfigDumpReference_LazyService()
  9223.     {
  9224.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9225.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9226.         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 {
  9227.             return ($this->privates['console.command.config_dump_reference'] ?? $this->getConsole_Command_ConfigDumpReferenceService());
  9228.         });
  9229.     }
  9230.     /**
  9231.      * Gets the private '.console.command.container_debug.lazy' shared service.
  9232.      *
  9233.      * @return \Symfony\Component\Console\Command\LazyCommand
  9234.      */
  9235.     protected function get_Console_Command_ContainerDebug_LazyService()
  9236.     {
  9237.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9238.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9239.         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 {
  9240.             return ($this->privates['console.command.container_debug'] ?? $this->getConsole_Command_ContainerDebugService());
  9241.         });
  9242.     }
  9243.     /**
  9244.      * Gets the private '.console.command.container_lint.lazy' shared service.
  9245.      *
  9246.      * @return \Symfony\Component\Console\Command\LazyCommand
  9247.      */
  9248.     protected function get_Console_Command_ContainerLint_LazyService()
  9249.     {
  9250.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9251.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9252.         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 {
  9253.             return ($this->privates['console.command.container_lint'] ?? $this->getConsole_Command_ContainerLintService());
  9254.         });
  9255.     }
  9256.     /**
  9257.      * Gets the private '.console.command.debug_autowiring.lazy' shared service.
  9258.      *
  9259.      * @return \Symfony\Component\Console\Command\LazyCommand
  9260.      */
  9261.     protected function get_Console_Command_DebugAutowiring_LazyService()
  9262.     {
  9263.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9264.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9265.         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 {
  9266.             return ($this->privates['console.command.debug_autowiring'] ?? $this->getConsole_Command_DebugAutowiringService());
  9267.         });
  9268.     }
  9269.     /**
  9270.      * Gets the private '.console.command.dotenv_debug.lazy' shared service.
  9271.      *
  9272.      * @return \Symfony\Component\Console\Command\LazyCommand
  9273.      */
  9274.     protected function get_Console_Command_DotenvDebug_LazyService()
  9275.     {
  9276.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9277.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9278.         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 {
  9279.             return ($this->privates['console.command.dotenv_debug'] ?? $this->getConsole_Command_DotenvDebugService());
  9280.         });
  9281.     }
  9282.     /**
  9283.      * Gets the private '.console.command.event_dispatcher_debug.lazy' shared service.
  9284.      *
  9285.      * @return \Symfony\Component\Console\Command\LazyCommand
  9286.      */
  9287.     protected function get_Console_Command_EventDispatcherDebug_LazyService()
  9288.     {
  9289.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9290.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9291.         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 {
  9292.             return ($this->privates['console.command.event_dispatcher_debug'] ?? $this->getConsole_Command_EventDispatcherDebugService());
  9293.         });
  9294.     }
  9295.     /**
  9296.      * Gets the private '.console.command.form_debug.lazy' shared service.
  9297.      *
  9298.      * @return \Symfony\Component\Console\Command\LazyCommand
  9299.      */
  9300.     protected function get_Console_Command_FormDebug_LazyService()
  9301.     {
  9302.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9303.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9304.         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 {
  9305.             return ($this->privates['console.command.form_debug'] ?? $this->getConsole_Command_FormDebugService());
  9306.         });
  9307.     }
  9308.     /**
  9309.      * Gets the private '.console.command.messenger_consume_messages.lazy' shared service.
  9310.      *
  9311.      * @return \Symfony\Component\Console\Command\LazyCommand
  9312.      */
  9313.     protected function get_Console_Command_MessengerConsumeMessages_LazyService()
  9314.     {
  9315.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9316.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9317.         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 {
  9318.             return ($this->privates['console.command.messenger_consume_messages'] ?? $this->getConsole_Command_MessengerConsumeMessagesService());
  9319.         });
  9320.     }
  9321.     /**
  9322.      * Gets the private '.console.command.messenger_debug.lazy' shared service.
  9323.      *
  9324.      * @return \Symfony\Component\Console\Command\LazyCommand
  9325.      */
  9326.     protected function get_Console_Command_MessengerDebug_LazyService()
  9327.     {
  9328.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9329.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9330.         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 {
  9331.             return ($this->privates['console.command.messenger_debug'] ?? $this->getConsole_Command_MessengerDebugService());
  9332.         });
  9333.     }
  9334.     /**
  9335.      * Gets the private '.console.command.messenger_failed_messages_remove.lazy' shared service.
  9336.      *
  9337.      * @return \Symfony\Component\Console\Command\LazyCommand
  9338.      */
  9339.     protected function get_Console_Command_MessengerFailedMessagesRemove_LazyService()
  9340.     {
  9341.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9342.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9343.         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 {
  9344.             return ($this->privates['console.command.messenger_failed_messages_remove'] ?? $this->getConsole_Command_MessengerFailedMessagesRemoveService());
  9345.         });
  9346.     }
  9347.     /**
  9348.      * Gets the private '.console.command.messenger_failed_messages_retry.lazy' shared service.
  9349.      *
  9350.      * @return \Symfony\Component\Console\Command\LazyCommand
  9351.      */
  9352.     protected function get_Console_Command_MessengerFailedMessagesRetry_LazyService()
  9353.     {
  9354.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9355.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9356.         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 {
  9357.             return ($this->privates['console.command.messenger_failed_messages_retry'] ?? $this->getConsole_Command_MessengerFailedMessagesRetryService());
  9358.         });
  9359.     }
  9360.     /**
  9361.      * Gets the private '.console.command.messenger_failed_messages_show.lazy' shared service.
  9362.      *
  9363.      * @return \Symfony\Component\Console\Command\LazyCommand
  9364.      */
  9365.     protected function get_Console_Command_MessengerFailedMessagesShow_LazyService()
  9366.     {
  9367.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9368.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9369.         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 {
  9370.             return ($this->privates['console.command.messenger_failed_messages_show'] ?? $this->getConsole_Command_MessengerFailedMessagesShowService());
  9371.         });
  9372.     }
  9373.     /**
  9374.      * Gets the private '.console.command.messenger_setup_transports.lazy' shared service.
  9375.      *
  9376.      * @return \Symfony\Component\Console\Command\LazyCommand
  9377.      */
  9378.     protected function get_Console_Command_MessengerSetupTransports_LazyService()
  9379.     {
  9380.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9381.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9382.         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 {
  9383.             return ($this->privates['console.command.messenger_setup_transports'] ?? $this->getConsole_Command_MessengerSetupTransportsService());
  9384.         });
  9385.     }
  9386.     /**
  9387.      * Gets the private '.console.command.messenger_stop_workers.lazy' shared service.
  9388.      *
  9389.      * @return \Symfony\Component\Console\Command\LazyCommand
  9390.      */
  9391.     protected function get_Console_Command_MessengerStopWorkers_LazyService()
  9392.     {
  9393.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9394.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9395.         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 {
  9396.             return ($this->privates['console.command.messenger_stop_workers'] ?? $this->getConsole_Command_MessengerStopWorkersService());
  9397.         });
  9398.     }
  9399.     /**
  9400.      * Gets the private '.console.command.router_debug.lazy' shared service.
  9401.      *
  9402.      * @return \Symfony\Component\Console\Command\LazyCommand
  9403.      */
  9404.     protected function get_Console_Command_RouterDebug_LazyService()
  9405.     {
  9406.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9407.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9408.         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 {
  9409.             return ($this->privates['console.command.router_debug'] ?? $this->getConsole_Command_RouterDebugService());
  9410.         });
  9411.     }
  9412.     /**
  9413.      * Gets the private '.console.command.router_match.lazy' shared service.
  9414.      *
  9415.      * @return \Symfony\Component\Console\Command\LazyCommand
  9416.      */
  9417.     protected function get_Console_Command_RouterMatch_LazyService()
  9418.     {
  9419.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9420.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9421.         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 {
  9422.             return ($this->privates['console.command.router_match'] ?? $this->getConsole_Command_RouterMatchService());
  9423.         });
  9424.     }
  9425.     /**
  9426.      * Gets the private '.console.command.secrets_decrypt_to_local.lazy' shared service.
  9427.      *
  9428.      * @return \Symfony\Component\Console\Command\LazyCommand
  9429.      */
  9430.     protected function get_Console_Command_SecretsDecryptToLocal_LazyService()
  9431.     {
  9432.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9433.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9434.         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 {
  9435.             return ($this->privates['console.command.secrets_decrypt_to_local'] ?? $this->getConsole_Command_SecretsDecryptToLocalService());
  9436.         });
  9437.     }
  9438.     /**
  9439.      * Gets the private '.console.command.secrets_encrypt_from_local.lazy' shared service.
  9440.      *
  9441.      * @return \Symfony\Component\Console\Command\LazyCommand
  9442.      */
  9443.     protected function get_Console_Command_SecretsEncryptFromLocal_LazyService()
  9444.     {
  9445.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9446.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9447.         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 {
  9448.             return ($this->privates['console.command.secrets_encrypt_from_local'] ?? $this->getConsole_Command_SecretsEncryptFromLocalService());
  9449.         });
  9450.     }
  9451.     /**
  9452.      * Gets the private '.console.command.secrets_generate_key.lazy' shared service.
  9453.      *
  9454.      * @return \Symfony\Component\Console\Command\LazyCommand
  9455.      */
  9456.     protected function get_Console_Command_SecretsGenerateKey_LazyService()
  9457.     {
  9458.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9459.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9460.         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 {
  9461.             return ($this->privates['console.command.secrets_generate_key'] ?? $this->getConsole_Command_SecretsGenerateKeyService());
  9462.         });
  9463.     }
  9464.     /**
  9465.      * Gets the private '.console.command.secrets_list.lazy' shared service.
  9466.      *
  9467.      * @return \Symfony\Component\Console\Command\LazyCommand
  9468.      */
  9469.     protected function get_Console_Command_SecretsList_LazyService()
  9470.     {
  9471.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9472.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9473.         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 {
  9474.             return ($this->privates['console.command.secrets_list'] ?? $this->getConsole_Command_SecretsListService());
  9475.         });
  9476.     }
  9477.     /**
  9478.      * Gets the private '.console.command.secrets_remove.lazy' shared service.
  9479.      *
  9480.      * @return \Symfony\Component\Console\Command\LazyCommand
  9481.      */
  9482.     protected function get_Console_Command_SecretsRemove_LazyService()
  9483.     {
  9484.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9485.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9486.         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 {
  9487.             return ($this->privates['console.command.secrets_remove'] ?? $this->getConsole_Command_SecretsRemoveService());
  9488.         });
  9489.     }
  9490.     /**
  9491.      * Gets the private '.console.command.secrets_set.lazy' shared service.
  9492.      *
  9493.      * @return \Symfony\Component\Console\Command\LazyCommand
  9494.      */
  9495.     protected function get_Console_Command_SecretsSet_LazyService()
  9496.     {
  9497.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9498.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9499.         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 {
  9500.             return ($this->privates['console.command.secrets_set'] ?? $this->getConsole_Command_SecretsSetService());
  9501.         });
  9502.     }
  9503.     /**
  9504.      * Gets the private '.console.command.translation_debug.lazy' shared service.
  9505.      *
  9506.      * @return \Symfony\Component\Console\Command\LazyCommand
  9507.      */
  9508.     protected function get_Console_Command_TranslationDebug_LazyService()
  9509.     {
  9510.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9511.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9512.         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 {
  9513.             return ($this->privates['console.command.translation_debug'] ?? $this->getConsole_Command_TranslationDebugService());
  9514.         });
  9515.     }
  9516.     /**
  9517.      * Gets the private '.console.command.translation_extract.lazy' shared service.
  9518.      *
  9519.      * @return \Symfony\Component\Console\Command\LazyCommand
  9520.      */
  9521.     protected function get_Console_Command_TranslationExtract_LazyService()
  9522.     {
  9523.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9524.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9525.         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 {
  9526.             return ($this->privates['console.command.translation_extract'] ?? $this->getConsole_Command_TranslationExtractService());
  9527.         });
  9528.     }
  9529.     /**
  9530.      * Gets the private '.console.command.translation_pull.lazy' shared service.
  9531.      *
  9532.      * @return \Symfony\Component\Console\Command\LazyCommand
  9533.      */
  9534.     protected function get_Console_Command_TranslationPull_LazyService()
  9535.     {
  9536.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9537.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9538.         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 {
  9539.             return ($this->privates['console.command.translation_pull'] ?? $this->getConsole_Command_TranslationPullService());
  9540.         });
  9541.     }
  9542.     /**
  9543.      * Gets the private '.console.command.translation_push.lazy' shared service.
  9544.      *
  9545.      * @return \Symfony\Component\Console\Command\LazyCommand
  9546.      */
  9547.     protected function get_Console_Command_TranslationPush_LazyService()
  9548.     {
  9549.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9550.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9551.         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 {
  9552.             return ($this->privates['console.command.translation_push'] ?? $this->getConsole_Command_TranslationPushService());
  9553.         });
  9554.     }
  9555.     /**
  9556.      * Gets the private '.console.command.validator_debug.lazy' shared service.
  9557.      *
  9558.      * @return \Symfony\Component\Console\Command\LazyCommand
  9559.      */
  9560.     protected function get_Console_Command_ValidatorDebug_LazyService()
  9561.     {
  9562.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9563.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9564.         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 {
  9565.             return ($this->privates['console.command.validator_debug'] ?? $this->getConsole_Command_ValidatorDebugService());
  9566.         });
  9567.     }
  9568.     /**
  9569.      * Gets the private '.console.command.xliff_lint.lazy' shared service.
  9570.      *
  9571.      * @return \Symfony\Component\Console\Command\LazyCommand
  9572.      */
  9573.     protected function get_Console_Command_XliffLint_LazyService()
  9574.     {
  9575.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9576.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9577.         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 {
  9578.             return ($this->privates['console.command.xliff_lint'] ?? $this->getConsole_Command_XliffLintService());
  9579.         });
  9580.     }
  9581.     /**
  9582.      * Gets the private '.console.command.yaml_lint.lazy' shared service.
  9583.      *
  9584.      * @return \Symfony\Component\Console\Command\LazyCommand
  9585.      */
  9586.     protected function get_Console_Command_YamlLint_LazyService()
  9587.     {
  9588.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9589.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9590.         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 {
  9591.             return ($this->privates['console.command.yaml_lint'] ?? $this->getConsole_Command_YamlLintService());
  9592.         });
  9593.     }
  9594.     /**
  9595.      * Gets the private '.debug.auth.client' shared service.
  9596.      *
  9597.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  9598.      */
  9599.     protected function get_Debug_Auth_ClientService()
  9600.     {
  9601.         return $this->privates['.debug.auth.client'] = new \Symfony\Component\HttpClient\TraceableHttpClient(\Symfony\Component\HttpClient\ScopingHttpClient::forBaseUri(($this->privates['.debug.http_client.inner'] ?? $this->get_Debug_HttpClient_InnerService()), $this->getEnv('OAUTH_SERVER_ENDPOINT'), ['query' => [], 'headers' => [], 'resolve' => []]), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  9602.     }
  9603.     /**
  9604.      * Gets the private '.debug.fcm.client' shared service.
  9605.      *
  9606.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  9607.      */
  9608.     protected function get_Debug_Fcm_ClientService()
  9609.     {
  9610.         return $this->privates['.debug.fcm.client'] = new \Symfony\Component\HttpClient\TraceableHttpClient(\Symfony\Component\HttpClient\ScopingHttpClient::forBaseUri(($this->privates['.debug.http_client.inner'] ?? $this->get_Debug_HttpClient_InnerService()), 'https://fcm.googleapis.com', ['headers' => ['Authorization' => 'key='.$this->getEnv('string:FCM_SERVER_KEY'), 'Content-Type' => 'application/json'], 'query' => [], 'resolve' => []]), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  9611.     }
  9612.     /**
  9613.      * Gets the private '.debug.geoip.client' shared service.
  9614.      *
  9615.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  9616.      */
  9617.     protected function get_Debug_Geoip_ClientService()
  9618.     {
  9619.         return $this->privates['.debug.geoip.client'] = new \Symfony\Component\HttpClient\TraceableHttpClient(\Symfony\Component\HttpClient\ScopingHttpClient::forBaseUri(($this->privates['.debug.http_client.inner'] ?? $this->get_Debug_HttpClient_InnerService()), $this->getEnv('GEOIP_SVC_ENDPOINT'), ['query' => [], 'headers' => [], 'resolve' => []]), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  9620.     }
  9621.     /**
  9622.      * Gets the private '.debug.http_client' shared service.
  9623.      *
  9624.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  9625.      */
  9626.     protected function get_Debug_HttpClientService()
  9627.     {
  9628.         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))));
  9629.     }
  9630.     /**
  9631.      * Gets the private '.debug.http_client.inner' shared service.
  9632.      *
  9633.      * @return \Symfony\Contracts\HttpClient\HttpClientInterface
  9634.      */
  9635.     protected function get_Debug_HttpClient_InnerService()
  9636.     {
  9637.         $this->privates['.debug.http_client.inner'] = $instance = \Symfony\Component\HttpClient\HttpClient::create(['headers' => ['User-Agent' => 'Moonshot/'.$this->getEnv('string:APP_VERSION')], 'timeout' => 10'resolve' => []], 10);
  9638.         $a = new \Symfony\Bridge\Monolog\Logger('http_client');
  9639.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  9640.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  9641.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  9642.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  9643.         $instance->setLogger($a);
  9644.         return $instance;
  9645.     }
  9646.     /**
  9647.      * Gets the private '.debug.hwi_oauth.http_client' shared service.
  9648.      *
  9649.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  9650.      */
  9651.     protected function get_Debug_HwiOauth_HttpClientService()
  9652.     {
  9653.         return $this->privates['.debug.hwi_oauth.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient(\Symfony\Component\HttpClient\HttpClient::create(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  9654.     }
  9655.     /**
  9656.      * Gets the private '.debug.locations_insights.client' shared service.
  9657.      *
  9658.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  9659.      */
  9660.     protected function get_Debug_LocationsInsights_ClientService()
  9661.     {
  9662.         return $this->privates['.debug.locations_insights.client'] = new \Symfony\Component\HttpClient\TraceableHttpClient(\Symfony\Component\HttpClient\ScopingHttpClient::forBaseUri(($this->privates['.debug.http_client.inner'] ?? $this->get_Debug_HttpClient_InnerService()), $this->getEnv('LOCATIONS_INSIGHTS_SVC_ENDPOINT'), ['query' => [], 'headers' => [], 'resolve' => []]), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  9663.     }
  9664.     /**
  9665.      * Gets the private '.debug.search.client' shared service.
  9666.      *
  9667.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  9668.      */
  9669.     protected function get_Debug_Search_ClientService()
  9670.     {
  9671.         return $this->privates['.debug.search.client'] = new \Symfony\Component\HttpClient\TraceableHttpClient(\Symfony\Component\HttpClient\ScopingHttpClient::forBaseUri(($this->privates['.debug.http_client.inner'] ?? $this->get_Debug_HttpClient_InnerService()), $this->getEnv('SEARCH_SERVICE_ENDPOINT'), ['query' => [], 'headers' => [], 'resolve' => []]), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  9672.     }
  9673.     /**
  9674.      * Gets the private '.debug.sms.client' shared service.
  9675.      *
  9676.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  9677.      */
  9678.     protected function get_Debug_Sms_ClientService()
  9679.     {
  9680.         return $this->privates['.debug.sms.client'] = new \Symfony\Component\HttpClient\TraceableHttpClient(\Symfony\Component\HttpClient\ScopingHttpClient::forBaseUri(($this->privates['.debug.http_client.inner'] ?? $this->get_Debug_HttpClient_InnerService()), $this->getEnv('SMS_SERVICE_ENDPOINT'), ['headers' => ['X-AUTH-TOKEN' => $this->getEnv('SMS_SERVICE_API_TOKEN')], 'query' => [], 'resolve' => []]), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  9681.     }
  9682.     /**
  9683.      * Gets the private '.errored..service_locator..h5RDax.Aqarmap\Bundle\ListingBundle\Entity\Listing' shared service.
  9684.      *
  9685.      * @return \Aqarmap\Bundle\ListingBundle\Entity\Listing
  9686.      */
  9687.     protected function getListingService()
  9688.     {
  9689.         $this->throw('Cannot autowire service ".service_locator..h5RDax": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing" but no such service exists.');
  9690.     }
  9691.     /**
  9692.      * Gets the private '.errored..service_locator.0ea3J8t.Aqarmap\Bundle\ListingBundle\Entity\Listing' shared service.
  9693.      *
  9694.      * @return \Aqarmap\Bundle\ListingBundle\Entity\Listing
  9695.      */
  9696.     protected function getListing2Service()
  9697.     {
  9698.         $this->throw('Cannot autowire service ".service_locator.0ea3J8t": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing" but no such service exists.');
  9699.     }
  9700.     /**
  9701.      * Gets the private '.errored..service_locator.15Qxs4f.Aqarmap\Bundle\ListingBundle\Entity\Listing' shared service.
  9702.      *
  9703.      * @return \Aqarmap\Bundle\ListingBundle\Entity\Listing
  9704.      */
  9705.     protected function getListing3Service()
  9706.     {
  9707.         $this->throw('Cannot autowire service ".service_locator.15Qxs4f": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing" but no such service exists.');
  9708.     }
  9709.     /**
  9710.      * Gets the private '.errored..service_locator.2AJALl2.Aqarmap\Bundle\ListingBundle\Entity\PropertyType' shared service.
  9711.      *
  9712.      * @return \Aqarmap\Bundle\ListingBundle\Entity\PropertyType
  9713.      */
  9714.     protected function getPropertyTypeService()
  9715.     {
  9716.         $this->throw('Cannot autowire service ".service_locator.2AJALl2": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\PropertyType" but no such service exists.');
  9717.     }
  9718.     /**
  9719.      * Gets the private '.errored..service_locator.2AJALl2.Aqarmap\Bundle\ListingBundle\Entity\Section' shared service.
  9720.      *
  9721.      * @return \Aqarmap\Bundle\ListingBundle\Entity\Section
  9722.      */
  9723.     protected function getSectionService()
  9724.     {
  9725.         $this->throw('Cannot autowire service ".service_locator.2AJALl2": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Section" but no such service exists.');
  9726.     }
  9727.     /**
  9728.      * Gets the private '.errored..service_locator.2M9KHMg.Aqarmap\Bundle\UserBundle\Entity\User' shared service.
  9729.      *
  9730.      * @return \Aqarmap\Bundle\UserBundle\Entity\User
  9731.      */
  9732.     protected function getUserService()
  9733.     {
  9734.         $this->throw('Cannot autowire service ".service_locator.2M9KHMg": it references class "Aqarmap\\Bundle\\UserBundle\\Entity\\User" but no such service exists.');
  9735.     }
  9736.     /**
  9737.      * Gets the private '.errored..service_locator.2Ub4lmw.Aqarmap\Bundle\UserBundle\Entity\User' shared service.
  9738.      *
  9739.      * @return \Aqarmap\Bundle\UserBundle\Entity\User
  9740.      */
  9741.     protected function getUser2Service()
  9742.     {
  9743.         $this->throw('Cannot autowire service ".service_locator.2Ub4lmw": it references class "Aqarmap\\Bundle\\UserBundle\\Entity\\User" but no such service exists.');
  9744.     }
  9745.     /**
  9746.      * Gets the private '.errored..service_locator.2_6UvMb.Aqarmap\Bundle\DiscussionBundle\Entity\Comment' shared service.
  9747.      *
  9748.      * @return \Aqarmap\Bundle\DiscussionBundle\Entity\Comment
  9749.      */
  9750.     protected function getCommentService()
  9751.     {
  9752.         $this->throw('Cannot autowire service ".service_locator.2_6UvMb": it references class "Aqarmap\\Bundle\\DiscussionBundle\\Entity\\Comment" but no such service exists.');
  9753.     }
  9754.     /**
  9755.      * Gets the private '.errored..service_locator.3.is40S.Aqarmap\Bundle\ListingBundle\Entity\PropertyType' shared service.
  9756.      *
  9757.      * @return \Aqarmap\Bundle\ListingBundle\Entity\PropertyType
  9758.      */
  9759.     protected function getPropertyType2Service()
  9760.     {
  9761.         $this->throw('Cannot autowire service ".service_locator.3.is40S": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\PropertyType" but no such service exists.');
  9762.     }
  9763.     /**
  9764.      * Gets the private '.errored..service_locator.3Dofsr4.Aqarmap\Bundle\UserBundle\Entity\User' shared service.
  9765.      *
  9766.      * @return \Aqarmap\Bundle\UserBundle\Entity\User
  9767.      */
  9768.     protected function getUser3Service()
  9769.     {
  9770.         $this->throw('Cannot autowire service ".service_locator.3Dofsr4": it references class "Aqarmap\\Bundle\\UserBundle\\Entity\\User" but no such service exists.');
  9771.     }
  9772.     /**
  9773.      * Gets the private '.errored..service_locator.3Dofsr4.Aqarmap\Bundle\UserBundle\Entity\UserDomain' shared service.
  9774.      *
  9775.      * @return \Aqarmap\Bundle\UserBundle\Entity\UserDomain
  9776.      */
  9777.     protected function getUserDomainService()
  9778.     {
  9779.         $this->throw('Cannot autowire service ".service_locator.3Dofsr4": it references class "Aqarmap\\Bundle\\UserBundle\\Entity\\UserDomain" but no such service exists.');
  9780.     }
  9781.     /**
  9782.      * Gets the private '.errored..service_locator.3jBAVWJ.Aqarmap\Bundle\ListingBundle\Entity\Listing' shared service.
  9783.      *
  9784.      * @return \Aqarmap\Bundle\ListingBundle\Entity\Listing
  9785.      */
  9786.     protected function getListing4Service()
  9787.     {
  9788.         $this->throw('Cannot autowire service ".service_locator.3jBAVWJ": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing" but no such service exists.');
  9789.     }
  9790.     /**
  9791.      * Gets the private '.errored..service_locator.48PMbZa.Aqarmap\Bundle\ListingBundle\Entity\Listing' shared service.
  9792.      *
  9793.      * @return \Aqarmap\Bundle\ListingBundle\Entity\Listing
  9794.      */
  9795.     protected function getListing5Service()
  9796.     {
  9797.         $this->throw('Cannot autowire service ".service_locator.48PMbZa": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing" but no such service exists.');
  9798.     }
  9799.     /**
  9800.      * Gets the private '.errored..service_locator.4CTW3Co.Aqarmap\Bundle\ListingBundle\Entity\Listing' shared service.
  9801.      *
  9802.      * @return \Aqarmap\Bundle\ListingBundle\Entity\Listing
  9803.      */
  9804.     protected function getListing6Service()
  9805.     {
  9806.         $this->throw('Cannot autowire service ".service_locator.4CTW3Co": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing" but no such service exists.');
  9807.     }
  9808.     /**
  9809.      * Gets the private '.errored..service_locator.5TZeRCE.Aqarmap\Bundle\ListingBundle\Entity\File' shared service.
  9810.      *
  9811.      * @return \Aqarmap\Bundle\ListingBundle\Entity\File
  9812.      */
  9813.     protected function getFileService()
  9814.     {
  9815.         $this->throw('Cannot autowire service ".service_locator.5TZeRCE": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\File" but no such service exists.');
  9816.     }
  9817.     /**
  9818.      * Gets the private '.errored..service_locator.5hsvZzn.Aqarmap\Bundle\ListingBundle\Entity\Listing' shared service.
  9819.      *
  9820.      * @return \Aqarmap\Bundle\ListingBundle\Entity\Listing
  9821.      */
  9822.     protected function getListing7Service()
  9823.     {
  9824.         $this->throw('Cannot autowire service ".service_locator.5hsvZzn": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing" but no such service exists.');
  9825.     }
  9826.     /**
  9827.      * Gets the private '.errored..service_locator.691P.J0.Aqarmap\Bundle\ListingBundle\Entity\Listing' shared service.
  9828.      *
  9829.      * @return \Aqarmap\Bundle\ListingBundle\Entity\Listing
  9830.      */
  9831.     protected function getListing8Service()
  9832.     {
  9833.         $this->throw('Cannot autowire service ".service_locator.691P.J0": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing" but no such service exists.');
  9834.     }
  9835.     /**
  9836.      * Gets the private '.errored..service_locator.6U_jksk.Aqarmap\Bundle\DiscussionBundle\Entity\Discussion' shared service.
  9837.      *
  9838.      * @return \Aqarmap\Bundle\DiscussionBundle\Entity\Discussion
  9839.      */
  9840.     protected function getDiscussionService()
  9841.     {
  9842.         $this->throw('Cannot autowire service ".service_locator.6U_jksk": it references class "Aqarmap\\Bundle\\DiscussionBundle\\Entity\\Discussion" but no such service exists.');
  9843.     }
  9844.     /**
  9845.      * Gets the private '.errored..service_locator.6uOXFWy.Aqarmap\Bundle\ListingBundle\Entity\Listing' shared service.
  9846.      *
  9847.      * @return \Aqarmap\Bundle\ListingBundle\Entity\Listing
  9848.      */
  9849.     protected function getListing9Service()
  9850.     {
  9851.         $this->throw('Cannot autowire service ".service_locator.6uOXFWy": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing" but no such service exists.');
  9852.     }
  9853.     /**
  9854.      * Gets the private '.errored..service_locator.6uOXFWy.Aqarmap\Bundle\ListingBundle\Entity\ListingPhoto' shared service.
  9855.      *
  9856.      * @return \Aqarmap\Bundle\ListingBundle\Entity\ListingPhoto
  9857.      */
  9858.     protected function getListingPhotoService()
  9859.     {
  9860.         $this->throw('Cannot autowire service ".service_locator.6uOXFWy": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\ListingPhoto" but no such service exists.');
  9861.     }
  9862.     /**
  9863.      * Gets the private '.errored..service_locator.81.uOvc.Aqarmap\Bundle\UserBundle\Entity\User' shared service.
  9864.      *
  9865.      * @return \Aqarmap\Bundle\UserBundle\Entity\User
  9866.      */
  9867.     protected function getUser4Service()
  9868.     {
  9869.         $this->throw('Cannot autowire service ".service_locator.81.uOvc": it references class "Aqarmap\\Bundle\\UserBundle\\Entity\\User" but no such service exists.');
  9870.     }
  9871.     /**
  9872.      * Gets the private '.errored..service_locator.81H6ZId.Aqarmap\Bundle\MainBundle\Entity\MobileSectionsToggles' shared service.
  9873.      *
  9874.      * @return \Aqarmap\Bundle\MainBundle\Entity\MobileSectionsToggles
  9875.      */
  9876.     protected function getMobileSectionsTogglesService()
  9877.     {
  9878.         $this->throw('Cannot autowire service ".service_locator.81H6ZId": it references class "Aqarmap\\Bundle\\MainBundle\\Entity\\MobileSectionsToggles" but no such service exists.');
  9879.     }
  9880.     /**
  9881.      * Gets the private '.errored..service_locator.C3YrtYY.Aqarmap\Bundle\ListingBundle\Entity\Location' shared service.
  9882.      *
  9883.      * @return \Aqarmap\Bundle\ListingBundle\Entity\Location
  9884.      */
  9885.     protected function getLocationService()
  9886.     {
  9887.         $this->throw('Cannot autowire service ".service_locator.C3YrtYY": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Location" but no such service exists.');
  9888.     }
  9889.     /**
  9890.      * Gets the private '.errored..service_locator.C3YrtYY.Aqarmap\Bundle\ListingBundle\Entity\PropertyType' shared service.
  9891.      *
  9892.      * @return \Aqarmap\Bundle\ListingBundle\Entity\PropertyType
  9893.      */
  9894.     protected function getPropertyType3Service()
  9895.     {
  9896.         $this->throw('Cannot autowire service ".service_locator.C3YrtYY": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\PropertyType" but no such service exists.');
  9897.     }
  9898.     /**
  9899.      * Gets the private '.errored..service_locator.C7sApcB.Aqarmap\Bundle\NotifierBundle\Entity\Notifier' shared service.
  9900.      *
  9901.      * @return \Aqarmap\Bundle\NotifierBundle\Entity\Notifier
  9902.      */
  9903.     protected function getNotifierService()
  9904.     {
  9905.         $this->throw('Cannot autowire service ".service_locator.C7sApcB": it references class "Aqarmap\\Bundle\\NotifierBundle\\Entity\\Notifier" but no such service exists.');
  9906.     }
  9907.     /**
  9908.      * Gets the private '.errored..service_locator.Cv0rm0q.Aqarmap\Bundle\UserBundle\Entity\User' shared service.
  9909.      *
  9910.      * @return \Aqarmap\Bundle\UserBundle\Entity\User
  9911.      */
  9912.     protected function getUser5Service()
  9913.     {
  9914.         $this->throw('Cannot autowire service ".service_locator.Cv0rm0q": it references class "Aqarmap\\Bundle\\UserBundle\\Entity\\User" but no such service exists.');
  9915.     }
  9916.     /**
  9917.      * Gets the private '.errored..service_locator.DhfpusR.Aqarmap\Bundle\MainBundle\Entity\Feedback' shared service.
  9918.      *
  9919.      * @return \Aqarmap\Bundle\MainBundle\Entity\Feedback
  9920.      */
  9921.     protected function getFeedbackService()
  9922.     {
  9923.         $this->throw('Cannot autowire service ".service_locator.DhfpusR": it references class "Aqarmap\\Bundle\\MainBundle\\Entity\\Feedback" but no such service exists.');
  9924.     }
  9925.     /**
  9926.      * Gets the private '.errored..service_locator.E5620._.Aqarmap\Bundle\ListingBundle\Entity\Listing' shared service.
  9927.      *
  9928.      * @return \Aqarmap\Bundle\ListingBundle\Entity\Listing
  9929.      */
  9930.     protected function getListing10Service()
  9931.     {
  9932.         $this->throw('Cannot autowire service ".service_locator.E5620._": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing" but no such service exists.');
  9933.     }
  9934.     /**
  9935.      * Gets the private '.errored..service_locator.EdCv38r.Aqarmap\Bundle\MainBundle\Entity\JoinUs' shared service.
  9936.      *
  9937.      * @return \Aqarmap\Bundle\MainBundle\Entity\JoinUs
  9938.      */
  9939.     protected function getJoinUsService()
  9940.     {
  9941.         $this->throw('Cannot autowire service ".service_locator.EdCv38r": it references class "Aqarmap\\Bundle\\MainBundle\\Entity\\JoinUs" but no such service exists.');
  9942.     }
  9943.     /**
  9944.      * Gets the private '.errored..service_locator.Ef4Q2nx.Aqarmap\Bundle\CustomerProfilingBundle\Entity\DynamicQuestion' shared service.
  9945.      *
  9946.      * @return \Aqarmap\Bundle\CustomerProfilingBundle\Entity\DynamicQuestion
  9947.      */
  9948.     protected function getDynamicQuestionService()
  9949.     {
  9950.         $this->throw('Cannot autowire service ".service_locator.Ef4Q2nx": it references class "Aqarmap\\Bundle\\CustomerProfilingBundle\\Entity\\DynamicQuestion" but no such service exists.');
  9951.     }
  9952.     /**
  9953.      * Gets the private '.errored..service_locator.EyfC0N4.Aqarmap\Bundle\ExchangeBundle\Entity\ExchangeRequest' shared service.
  9954.      *
  9955.      * @return \Aqarmap\Bundle\ExchangeBundle\Entity\ExchangeRequest
  9956.      */
  9957.     protected function getExchangeRequestService()
  9958.     {
  9959.         $this->throw('Cannot autowire service ".service_locator.EyfC0N4": it references class "Aqarmap\\Bundle\\ExchangeBundle\\Entity\\ExchangeRequest" but no such service exists.');
  9960.     }
  9961.     /**
  9962.      * Gets the private '.errored..service_locator.F92OUdR.Aqarmap\Bundle\FinancialAidsBundle\Entity\FinancialAid' shared service.
  9963.      *
  9964.      * @return \Aqarmap\Bundle\FinancialAidsBundle\Entity\FinancialAid
  9965.      */
  9966.     protected function getFinancialAidService()
  9967.     {
  9968.         $this->throw('Cannot autowire service ".service_locator.F92OUdR": it references class "Aqarmap\\Bundle\\FinancialAidsBundle\\Entity\\FinancialAid" but no such service exists.');
  9969.     }
  9970.     /**
  9971.      * Gets the private '.errored..service_locator.FYC1ztD.App\Entity\Subscriptions\SubscriptionPlan' shared service.
  9972.      *
  9973.      * @return \App\Entity\Subscriptions\SubscriptionPlan
  9974.      */
  9975.     protected function getSubscriptionPlanService()
  9976.     {
  9977.         $this->throw('Cannot autowire service ".service_locator.FYC1ztD": it references class "App\\Entity\\Subscriptions\\SubscriptionPlan" but no such service exists.');
  9978.     }
  9979.     /**
  9980.      * Gets the private '.errored..service_locator.FeEvP.H.App\Entity\Subscriptions\SubscriptionPlan' shared service.
  9981.      *
  9982.      * @return \App\Entity\Subscriptions\SubscriptionPlan
  9983.      */
  9984.     protected function getSubscriptionPlan2Service()
  9985.     {
  9986.         $this->throw('Cannot autowire service ".service_locator.FeEvP.H": it references class "App\\Entity\\Subscriptions\\SubscriptionPlan" but no such service exists.');
  9987.     }
  9988.     /**
  9989.      * Gets the private '.errored..service_locator.GedePMg.Aqarmap\Bundle\ListingBundle\Entity\Section' shared service.
  9990.      *
  9991.      * @return \Aqarmap\Bundle\ListingBundle\Entity\Section
  9992.      */
  9993.     protected function getSection2Service()
  9994.     {
  9995.         $this->throw('Cannot autowire service ".service_locator.GedePMg": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Section" but no such service exists.');
  9996.     }
  9997.     /**
  9998.      * Gets the private '.errored..service_locator.IxpZ58c.Aqarmap\Bundle\ListingBundle\Entity\Listing' shared service.
  9999.      *
  10000.      * @return \Aqarmap\Bundle\ListingBundle\Entity\Listing
  10001.      */
  10002.     protected function getListing11Service()
  10003.     {
  10004.         $this->throw('Cannot autowire service ".service_locator.IxpZ58c": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing" but no such service exists.');
  10005.     }
  10006.     /**
  10007.      * Gets the private '.errored..service_locator.JZvIlSn.Aqarmap\Bundle\ListingBundle\Entity\Listing' shared service.
  10008.      *
  10009.      * @return \Aqarmap\Bundle\ListingBundle\Entity\Listing
  10010.      */
  10011.     protected function getListing12Service()
  10012.     {
  10013.         $this->throw('Cannot autowire service ".service_locator.JZvIlSn": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing" but no such service exists.');
  10014.     }
  10015.     /**
  10016.      * Gets the private '.errored..service_locator.JZvIlSn.Aqarmap\Bundle\ListingBundle\Entity\ListingPhoto' shared service.
  10017.      *
  10018.      * @return \Aqarmap\Bundle\ListingBundle\Entity\ListingPhoto
  10019.      */
  10020.     protected function getListingPhoto2Service()
  10021.     {
  10022.         $this->throw('Cannot autowire service ".service_locator.JZvIlSn": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\ListingPhoto" but no such service exists.');
  10023.     }
  10024.     /**
  10025.      * Gets the private '.errored..service_locator.KI50Z4f.Aqarmap\Bundle\PaymentBundle\Entity\Payment' shared service.
  10026.      *
  10027.      * @return \Aqarmap\Bundle\PaymentBundle\Entity\Payment
  10028.      */
  10029.     protected function getPaymentService()
  10030.     {
  10031.         $this->throw('Cannot autowire service ".service_locator.KI50Z4f": it references class "Aqarmap\\Bundle\\PaymentBundle\\Entity\\Payment" but no such service exists.');
  10032.     }
  10033.     /**
  10034.      * Gets the private '.errored..service_locator.KfbR3DY.Symfony\Component\Config\Loader\LoaderInterface' shared service.
  10035.      *
  10036.      * @return \Symfony\Component\Config\Loader\LoaderInterface
  10037.      */
  10038.     protected function getLoaderInterfaceService()
  10039.     {
  10040.         $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: "Aqarmap\\Bundle\\UserBundle\\Routing\\DomainsLoader", "Aqarmap\\Bundle\\ListingBundle\\Routing\\SearchLoader", "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".');
  10041.     }
  10042.     /**
  10043.      * Gets the private '.errored..service_locator.KriOK1M.Aqarmap\Bundle\UserBundle\Entity\User' shared service.
  10044.      *
  10045.      * @return \Aqarmap\Bundle\UserBundle\Entity\User
  10046.      */
  10047.     protected function getUser6Service()
  10048.     {
  10049.         $this->throw('Cannot autowire service ".service_locator.KriOK1M": it references class "Aqarmap\\Bundle\\UserBundle\\Entity\\User" but no such service exists.');
  10050.     }
  10051.     /**
  10052.      * Gets the private '.errored..service_locator.LRr2cO7.Aqarmap\Bundle\MainBundle\Entity\Menu' shared service.
  10053.      *
  10054.      * @return \Aqarmap\Bundle\MainBundle\Entity\Menu
  10055.      */
  10056.     protected function getMenuService()
  10057.     {
  10058.         $this->throw('Cannot autowire service ".service_locator.LRr2cO7": it references class "Aqarmap\\Bundle\\MainBundle\\Entity\\Menu" but no such service exists.');
  10059.     }
  10060.     /**
  10061.      * Gets the private '.errored..service_locator.LeUnxz1.Aqarmap\Bundle\ListingBundle\Entity\CompoundLocation' shared service.
  10062.      *
  10063.      * @return \Aqarmap\Bundle\ListingBundle\Entity\CompoundLocation
  10064.      */
  10065.     protected function getCompoundLocationService()
  10066.     {
  10067.         $this->throw('Cannot autowire service ".service_locator.LeUnxz1": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\CompoundLocation" but no such service exists.');
  10068.     }
  10069.     /**
  10070.      * Gets the private '.errored..service_locator.MyHXagK.Aqarmap\Bundle\UserBundle\Entity\User' shared service.
  10071.      *
  10072.      * @return \Aqarmap\Bundle\UserBundle\Entity\User
  10073.      */
  10074.     protected function getUser7Service()
  10075.     {
  10076.         $this->throw('Cannot autowire service ".service_locator.MyHXagK": it references class "Aqarmap\\Bundle\\UserBundle\\Entity\\User" but no such service exists.');
  10077.     }
  10078.     /**
  10079.      * Gets the private '.errored..service_locator.NRsk.0J.Aqarmap\Bundle\DiscussionBundle\Entity\Comment' shared service.
  10080.      *
  10081.      * @return \Aqarmap\Bundle\DiscussionBundle\Entity\Comment
  10082.      */
  10083.     protected function getComment2Service()
  10084.     {
  10085.         $this->throw('Cannot autowire service ".service_locator.NRsk.0J": it references class "Aqarmap\\Bundle\\DiscussionBundle\\Entity\\Comment" but no such service exists.');
  10086.     }
  10087.     /**
  10088.      * Gets the private '.errored..service_locator.NRsk.0J.Aqarmap\Bundle\DiscussionBundle\Entity\Discussion' shared service.
  10089.      *
  10090.      * @return \Aqarmap\Bundle\DiscussionBundle\Entity\Discussion
  10091.      */
  10092.     protected function getDiscussion2Service()
  10093.     {
  10094.         $this->throw('Cannot autowire service ".service_locator.NRsk.0J": it references class "Aqarmap\\Bundle\\DiscussionBundle\\Entity\\Discussion" but no such service exists.');
  10095.     }
  10096.     /**
  10097.      * Gets the private '.errored..service_locator.NSHwqyp.Aqarmap\Bundle\UserBundle\Entity\User' shared service.
  10098.      *
  10099.      * @return \Aqarmap\Bundle\UserBundle\Entity\User
  10100.      */
  10101.     protected function getUser8Service()
  10102.     {
  10103.         $this->throw('Cannot autowire service ".service_locator.NSHwqyp": it references class "Aqarmap\\Bundle\\UserBundle\\Entity\\User" but no such service exists.');
  10104.     }
  10105.     /**
  10106.      * Gets the private '.errored..service_locator.N_uc6xq.Aqarmap\Bundle\ListingBundle\Entity\Listing' shared service.
  10107.      *
  10108.      * @return \Aqarmap\Bundle\ListingBundle\Entity\Listing
  10109.      */
  10110.     protected function getListing13Service()
  10111.     {
  10112.         $this->throw('Cannot autowire service ".service_locator.N_uc6xq": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing" but no such service exists.');
  10113.     }
  10114.     /**
  10115.      * Gets the private '.errored..service_locator.Nf_Q.FU.Aqarmap\Bundle\MainBundle\Entity\Page' shared service.
  10116.      *
  10117.      * @return \Aqarmap\Bundle\MainBundle\Entity\Page
  10118.      */
  10119.     protected function getPageService()
  10120.     {
  10121.         $this->throw('Cannot autowire service ".service_locator.Nf_Q.FU": it references class "Aqarmap\\Bundle\\MainBundle\\Entity\\Page" but no such service exists.');
  10122.     }
  10123.     /**
  10124.      * Gets the private '.errored..service_locator.OeUeC3z.Aqarmap\Bundle\ListingBundle\Entity\Section' shared service.
  10125.      *
  10126.      * @return \Aqarmap\Bundle\ListingBundle\Entity\Section
  10127.      */
  10128.     protected function getSection3Service()
  10129.     {
  10130.         $this->throw('Cannot autowire service ".service_locator.OeUeC3z": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Section" but no such service exists.');
  10131.     }
  10132.     /**
  10133.      * Gets the private '.errored..service_locator.P4ohWKt.App\Entity\User\UserSubAccount' shared service.
  10134.      *
  10135.      * @return \App\Entity\User\UserSubAccount
  10136.      */
  10137.     protected function getUserSubAccountService()
  10138.     {
  10139.         $this->throw('Cannot autowire service ".service_locator.P4ohWKt": it references class "App\\Entity\\User\\UserSubAccount" but no such service exists.');
  10140.     }
  10141.     /**
  10142.      * Gets the private '.errored..service_locator.Pfo2iga.Aqarmap\Bundle\ListingBundle\Entity\Listing' shared service.
  10143.      *
  10144.      * @return \Aqarmap\Bundle\ListingBundle\Entity\Listing
  10145.      */
  10146.     protected function getListing14Service()
  10147.     {
  10148.         $this->throw('Cannot autowire service ".service_locator.Pfo2iga": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing" but no such service exists.');
  10149.     }
  10150.     /**
  10151.      * Gets the private '.errored..service_locator.Q6NFJtv.App\Entity\UserSegment' shared service.
  10152.      *
  10153.      * @return \App\Entity\UserSegment
  10154.      */
  10155.     protected function getUserSegmentService()
  10156.     {
  10157.         $this->throw('Cannot autowire service ".service_locator.Q6NFJtv": it references class "App\\Entity\\UserSegment" but no such service exists.');
  10158.     }
  10159.     /**
  10160.      * Gets the private '.errored..service_locator.QVQbFIb.Aqarmap\Bundle\PaymentBundle\Entity\Payment' shared service.
  10161.      *
  10162.      * @return \Aqarmap\Bundle\PaymentBundle\Entity\Payment
  10163.      */
  10164.     protected function getPayment2Service()
  10165.     {
  10166.         $this->throw('Cannot autowire service ".service_locator.QVQbFIb": it references class "Aqarmap\\Bundle\\PaymentBundle\\Entity\\Payment" but no such service exists.');
  10167.     }
  10168.     /**
  10169.      * Gets the private '.errored..service_locator.Qp.s1q..Aqarmap\Bundle\UserBundle\Entity\User' shared service.
  10170.      *
  10171.      * @return \Aqarmap\Bundle\UserBundle\Entity\User
  10172.      */
  10173.     protected function getUser9Service()
  10174.     {
  10175.         $this->throw('Cannot autowire service ".service_locator.Qp.s1q.": it references class "Aqarmap\\Bundle\\UserBundle\\Entity\\User" but no such service exists.');
  10176.     }
  10177.     /**
  10178.      * Gets the private '.errored..service_locator.R.5rpS2.Aqarmap\Bundle\UserBundle\Entity\User' shared service.
  10179.      *
  10180.      * @return \Aqarmap\Bundle\UserBundle\Entity\User
  10181.      */
  10182.     protected function getUser10Service()
  10183.     {
  10184.         $this->throw('Cannot autowire service ".service_locator.R.5rpS2": it references class "Aqarmap\\Bundle\\UserBundle\\Entity\\User" but no such service exists.');
  10185.     }
  10186.     /**
  10187.      * Gets the private '.errored..service_locator.SBFvyl6.Aqarmap\Bundle\ListingBundle\Entity\LocationPhoto' shared service.
  10188.      *
  10189.      * @return \Aqarmap\Bundle\ListingBundle\Entity\LocationPhoto
  10190.      */
  10191.     protected function getLocationPhotoService()
  10192.     {
  10193.         $this->throw('Cannot autowire service ".service_locator.SBFvyl6": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\LocationPhoto" but no such service exists.');
  10194.     }
  10195.     /**
  10196.      * Gets the private '.errored..service_locator.SE4ny3Y.Aqarmap\Bundle\BuyerAlertsBundle\Entity\BuyerAlerts' shared service.
  10197.      *
  10198.      * @return \Aqarmap\Bundle\BuyerAlertsBundle\Entity\BuyerAlerts
  10199.      */
  10200.     protected function getBuyerAlertsService()
  10201.     {
  10202.         $this->throw('Cannot autowire service ".service_locator.SE4ny3Y": it references class "Aqarmap\\Bundle\\BuyerAlertsBundle\\Entity\\BuyerAlerts" but no such service exists.');
  10203.     }
  10204.     /**
  10205.      * Gets the private '.errored..service_locator.SblZSSN.Aqarmap\Bundle\ListingBundle\Entity\Location' shared service.
  10206.      *
  10207.      * @return \Aqarmap\Bundle\ListingBundle\Entity\Location
  10208.      */
  10209.     protected function getLocation2Service()
  10210.     {
  10211.         $this->throw('Cannot autowire service ".service_locator.SblZSSN": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Location" but no such service exists.');
  10212.     }
  10213.     /**
  10214.      * Gets the private '.errored..service_locator.SblZSSN.Aqarmap\Bundle\UserBundle\Entity\User' shared service.
  10215.      *
  10216.      * @return \Aqarmap\Bundle\UserBundle\Entity\User
  10217.      */
  10218.     protected function getUser11Service()
  10219.     {
  10220.         $this->throw('Cannot autowire service ".service_locator.SblZSSN": it references class "Aqarmap\\Bundle\\UserBundle\\Entity\\User" but no such service exists.');
  10221.     }
  10222.     /**
  10223.      * Gets the private '.errored..service_locator.ScY99ay.Aqarmap\Bundle\ListingBundle\Entity\Section' shared service.
  10224.      *
  10225.      * @return \Aqarmap\Bundle\ListingBundle\Entity\Section
  10226.      */
  10227.     protected function getSection4Service()
  10228.     {
  10229.         $this->throw('Cannot autowire service ".service_locator.ScY99ay": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Section" but no such service exists.');
  10230.     }
  10231.     /**
  10232.      * Gets the private '.errored..service_locator.TLrSZYf.Aqarmap\Bundle\ListingBundle\Entity\Favourite' shared service.
  10233.      *
  10234.      * @return \Aqarmap\Bundle\ListingBundle\Entity\Favourite
  10235.      */
  10236.     protected function getFavouriteService()
  10237.     {
  10238.         $this->throw('Cannot autowire service ".service_locator.TLrSZYf": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Favourite" but no such service exists.');
  10239.     }
  10240.     /**
  10241.      * Gets the private '.errored..service_locator.TtqXS4F.Aqarmap\Bundle\UserBundle\Entity\User' shared service.
  10242.      *
  10243.      * @return \Aqarmap\Bundle\UserBundle\Entity\User
  10244.      */
  10245.     protected function getUser12Service()
  10246.     {
  10247.         $this->throw('Cannot autowire service ".service_locator.TtqXS4F": it references class "Aqarmap\\Bundle\\UserBundle\\Entity\\User" but no such service exists.');
  10248.     }
  10249.     /**
  10250.      * Gets the private '.errored..service_locator.U7VViCc.Symfony\Component\Form\FormInterface' shared service.
  10251.      *
  10252.      * @return \Symfony\Component\Form\FormInterface
  10253.      */
  10254.     protected function getFormInterfaceService()
  10255.     {
  10256.         $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?');
  10257.     }
  10258.     /**
  10259.      * Gets the private '.errored..service_locator.Uagg_gw.Aqarmap\Bundle\UserBundle\Entity\UserDomain' shared service.
  10260.      *
  10261.      * @return \Aqarmap\Bundle\UserBundle\Entity\UserDomain
  10262.      */
  10263.     protected function getUserDomain2Service()
  10264.     {
  10265.         $this->throw('Cannot autowire service ".service_locator.Uagg_gw": it references class "Aqarmap\\Bundle\\UserBundle\\Entity\\UserDomain" but no such service exists.');
  10266.     }
  10267.     /**
  10268.      * Gets the private '.errored..service_locator.Ue3lOen.Aqarmap\Bundle\UserBundle\Entity\User' shared service.
  10269.      *
  10270.      * @return \Aqarmap\Bundle\UserBundle\Entity\User
  10271.      */
  10272.     protected function getUser13Service()
  10273.     {
  10274.         $this->throw('Cannot autowire service ".service_locator.Ue3lOen": it references class "Aqarmap\\Bundle\\UserBundle\\Entity\\User" but no such service exists.');
  10275.     }
  10276.     /**
  10277.      * Gets the private '.errored..service_locator.UsScnKS.App\Entity\Lead\Lead' shared service.
  10278.      *
  10279.      * @return \App\Entity\Lead\Lead
  10280.      */
  10281.     protected function getLeadService()
  10282.     {
  10283.         $this->throw('Cannot autowire service ".service_locator.UsScnKS": it references class "App\\Entity\\Lead\\Lead" but no such service exists.');
  10284.     }
  10285.     /**
  10286.      * Gets the private '.errored..service_locator.Uyoau69.Aqarmap\Bundle\ListingBundle\Entity\Listing' shared service.
  10287.      *
  10288.      * @return \Aqarmap\Bundle\ListingBundle\Entity\Listing
  10289.      */
  10290.     protected function getListing15Service()
  10291.     {
  10292.         $this->throw('Cannot autowire service ".service_locator.Uyoau69": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing" but no such service exists.');
  10293.     }
  10294.     /**
  10295.      * Gets the private '.errored..service_locator.VAPpaZO.App\Entity\User\UserSubAccount' shared service.
  10296.      *
  10297.      * @return \App\Entity\User\UserSubAccount
  10298.      */
  10299.     protected function getUserSubAccount2Service()
  10300.     {
  10301.         $this->throw('Cannot autowire service ".service_locator.VAPpaZO": it references class "App\\Entity\\User\\UserSubAccount" but no such service exists.');
  10302.     }
  10303.     /**
  10304.      * Gets the private '.errored..service_locator.VQspxfD.Aqarmap\Bundle\UserBundle\Entity\User' shared service.
  10305.      *
  10306.      * @return \Aqarmap\Bundle\UserBundle\Entity\User
  10307.      */
  10308.     protected function getUser14Service()
  10309.     {
  10310.         $this->throw('Cannot autowire service ".service_locator.VQspxfD": it references class "Aqarmap\\Bundle\\UserBundle\\Entity\\User" but no such service exists.');
  10311.     }
  10312.     /**
  10313.      * Gets the private '.errored..service_locator.Vhx2..N.Aqarmap\Bundle\PaymentBundle\Entity\PaymentTransactionService' shared service.
  10314.      *
  10315.      * @return \Aqarmap\Bundle\PaymentBundle\Entity\PaymentTransactionService
  10316.      */
  10317.     protected function getPaymentTransactionServiceService()
  10318.     {
  10319.         $this->throw('Cannot autowire service ".service_locator.Vhx2..N": it references class "Aqarmap\\Bundle\\PaymentBundle\\Entity\\PaymentTransactionService" but no such service exists.');
  10320.     }
  10321.     /**
  10322.      * Gets the private '.errored..service_locator.WYrnE_I.Aqarmap\Bundle\UserBundle\Entity\UserInterest' shared service.
  10323.      *
  10324.      * @return \Aqarmap\Bundle\UserBundle\Entity\UserInterest
  10325.      */
  10326.     protected function getUserInterestService()
  10327.     {
  10328.         $this->throw('Cannot autowire service ".service_locator.WYrnE_I": it references class "Aqarmap\\Bundle\\UserBundle\\Entity\\UserInterest" but no such service exists.');
  10329.     }
  10330.     /**
  10331.      * Gets the private '.errored..service_locator.XD1u.VJ.Aqarmap\Bundle\ListingBundle\Entity\Rule' shared service.
  10332.      *
  10333.      * @return \Aqarmap\Bundle\ListingBundle\Entity\Rule
  10334.      */
  10335.     protected function getRuleService()
  10336.     {
  10337.         $this->throw('Cannot autowire service ".service_locator.XD1u.VJ": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Rule" but no such service exists.');
  10338.     }
  10339.     /**
  10340.      * Gets the private '.errored..service_locator.X_4f3Bt.App\Entity\Lead\Lead' shared service.
  10341.      *
  10342.      * @return \App\Entity\Lead\Lead
  10343.      */
  10344.     protected function getLead2Service()
  10345.     {
  10346.         $this->throw('Cannot autowire service ".service_locator.X_4f3Bt": it references class "App\\Entity\\Lead\\Lead" but no such service exists.');
  10347.     }
  10348.     /**
  10349.      * Gets the private '.errored..service_locator.Xc.PcLF.Aqarmap\Bundle\MainBundle\Entity\DefaultTopCustomers' shared service.
  10350.      *
  10351.      * @return \Aqarmap\Bundle\MainBundle\Entity\DefaultTopCustomers
  10352.      */
  10353.     protected function getDefaultTopCustomersService()
  10354.     {
  10355.         $this->throw('Cannot autowire service ".service_locator.Xc.PcLF": it references class "Aqarmap\\Bundle\\MainBundle\\Entity\\DefaultTopCustomers" but no such service exists.');
  10356.     }
  10357.     /**
  10358.      * Gets the private '.errored..service_locator.ZbqxYyN.Aqarmap\Bundle\NotifierBundle\Entity\Notifier' shared service.
  10359.      *
  10360.      * @return \Aqarmap\Bundle\NotifierBundle\Entity\Notifier
  10361.      */
  10362.     protected function getNotifier2Service()
  10363.     {
  10364.         $this->throw('Cannot autowire service ".service_locator.ZbqxYyN": it references class "Aqarmap\\Bundle\\NotifierBundle\\Entity\\Notifier" but no such service exists.');
  10365.     }
  10366.     /**
  10367.      * Gets the private '.errored..service_locator._MMsLYK.Aqarmap\Bundle\ListingBundle\Entity\Listing' shared service.
  10368.      *
  10369.      * @return \Aqarmap\Bundle\ListingBundle\Entity\Listing
  10370.      */
  10371.     protected function getListing16Service()
  10372.     {
  10373.         $this->throw('Cannot autowire service ".service_locator._MMsLYK": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing" but no such service exists.');
  10374.     }
  10375.     /**
  10376.      * Gets the private '.errored..service_locator._Qw4DJe.Aqarmap\Bundle\ListingBundle\Entity\Listing' shared service.
  10377.      *
  10378.      * @return \Aqarmap\Bundle\ListingBundle\Entity\Listing
  10379.      */
  10380.     protected function getListing17Service()
  10381.     {
  10382.         $this->throw('Cannot autowire service ".service_locator._Qw4DJe": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing" but no such service exists.');
  10383.     }
  10384.     /**
  10385.      * Gets the private '.errored..service_locator._Qw4DJe.Aqarmap\Bundle\UserBundle\Entity\User' shared service.
  10386.      *
  10387.      * @return \Aqarmap\Bundle\UserBundle\Entity\User
  10388.      */
  10389.     protected function getUser15Service()
  10390.     {
  10391.         $this->throw('Cannot autowire service ".service_locator._Qw4DJe": it references class "Aqarmap\\Bundle\\UserBundle\\Entity\\User" but no such service exists.');
  10392.     }
  10393.     /**
  10394.      * Gets the private '.errored..service_locator.a8RS.RZ.App\Entity\LeadContactRequest' shared service.
  10395.      *
  10396.      * @return \App\Entity\LeadContactRequest
  10397.      */
  10398.     protected function getLeadContactRequestService()
  10399.     {
  10400.         $this->throw('Cannot autowire service ".service_locator.a8RS.RZ": it references class "App\\Entity\\LeadContactRequest" but no such service exists.');
  10401.     }
  10402.     /**
  10403.      * Gets the private '.errored..service_locator.atd8Wi6.Aqarmap\Bundle\ListingBundle\Entity\Listing' shared service.
  10404.      *
  10405.      * @return \Aqarmap\Bundle\ListingBundle\Entity\Listing
  10406.      */
  10407.     protected function getListing18Service()
  10408.     {
  10409.         $this->throw('Cannot autowire service ".service_locator.atd8Wi6": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing" but no such service exists.');
  10410.     }
  10411.     /**
  10412.      * Gets the private '.errored..service_locator.e.ek1_q.Aqarmap\Bundle\ListingBundle\Entity\Phone' shared service.
  10413.      *
  10414.      * @return \Aqarmap\Bundle\ListingBundle\Entity\Phone
  10415.      */
  10416.     protected function getPhoneService()
  10417.     {
  10418.         $this->throw('Cannot autowire service ".service_locator.e.ek1_q": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Phone" but no such service exists.');
  10419.     }
  10420.     /**
  10421.      * Gets the private '.errored..service_locator.elP0OCB.Aqarmap\Bundle\ListingBundle\Entity\Listing' shared service.
  10422.      *
  10423.      * @return \Aqarmap\Bundle\ListingBundle\Entity\Listing
  10424.      */
  10425.     protected function getListing19Service()
  10426.     {
  10427.         $this->throw('Cannot autowire service ".service_locator.elP0OCB": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing" but no such service exists.');
  10428.     }
  10429.     /**
  10430.      * Gets the private '.errored..service_locator.fQLgYVs.App\Entity\UserSegment' shared service.
  10431.      *
  10432.      * @return \App\Entity\UserSegment
  10433.      */
  10434.     protected function getUserSegment2Service()
  10435.     {
  10436.         $this->throw('Cannot autowire service ".service_locator.fQLgYVs": it references class "App\\Entity\\UserSegment" but no such service exists.');
  10437.     }
  10438.     /**
  10439.      * Gets the private '.errored..service_locator.faK6yZI.Aqarmap\Bundle\FeatureToggleBundle\Entity\FeatureToggle' shared service.
  10440.      *
  10441.      * @return \Aqarmap\Bundle\FeatureToggleBundle\Entity\FeatureToggle
  10442.      */
  10443.     protected function getFeatureToggleService()
  10444.     {
  10445.         $this->throw('Cannot autowire service ".service_locator.faK6yZI": it references class "Aqarmap\\Bundle\\FeatureToggleBundle\\Entity\\FeatureToggle" but no such service exists.');
  10446.     }
  10447.     /**
  10448.      * Gets the private '.errored..service_locator.gWBS00N.Aqarmap\Bundle\UserBundle\Entity\User' shared service.
  10449.      *
  10450.      * @return \Aqarmap\Bundle\UserBundle\Entity\User
  10451.      */
  10452.     protected function getUser16Service()
  10453.     {
  10454.         $this->throw('Cannot autowire service ".service_locator.gWBS00N": it references class "Aqarmap\\Bundle\\UserBundle\\Entity\\User" but no such service exists.');
  10455.     }
  10456.     /**
  10457.      * Gets the private '.errored..service_locator.gWBS00N.Aqarmap\Bundle\UserBundle\Entity\UserPackages' shared service.
  10458.      *
  10459.      * @return \Aqarmap\Bundle\UserBundle\Entity\UserPackages
  10460.      */
  10461.     protected function getUserPackagesService()
  10462.     {
  10463.         $this->throw('Cannot autowire service ".service_locator.gWBS00N": it references class "Aqarmap\\Bundle\\UserBundle\\Entity\\UserPackages" but no such service exists.');
  10464.     }
  10465.     /**
  10466.      * Gets the private '.errored..service_locator.hiEbQuj.Aqarmap\Bundle\UserBundle\Entity\Team' shared service.
  10467.      *
  10468.      * @return \Aqarmap\Bundle\UserBundle\Entity\Team
  10469.      */
  10470.     protected function getTeamService()
  10471.     {
  10472.         $this->throw('Cannot autowire service ".service_locator.hiEbQuj": it references class "Aqarmap\\Bundle\\UserBundle\\Entity\\Team" but no such service exists.');
  10473.     }
  10474.     /**
  10475.      * Gets the private '.errored..service_locator.hwXYXrz.Aqarmap\Bundle\PaymentBundle\Entity\Payment' shared service.
  10476.      *
  10477.      * @return \Aqarmap\Bundle\PaymentBundle\Entity\Payment
  10478.      */
  10479.     protected function getPayment3Service()
  10480.     {
  10481.         $this->throw('Cannot autowire service ".service_locator.hwXYXrz": it references class "Aqarmap\\Bundle\\PaymentBundle\\Entity\\Payment" but no such service exists.');
  10482.     }
  10483.     /**
  10484.      * Gets the private '.errored..service_locator.i94Unr0.Aqarmap\Bundle\ListingBundle\Entity\Location' shared service.
  10485.      *
  10486.      * @return \Aqarmap\Bundle\ListingBundle\Entity\Location
  10487.      */
  10488.     protected function getLocation3Service()
  10489.     {
  10490.         $this->throw('Cannot autowire service ".service_locator.i94Unr0": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Location" but no such service exists.');
  10491.     }
  10492.     /**
  10493.      * Gets the private '.errored..service_locator.iI93pWi.Aqarmap\Bundle\ListingBundle\Entity\Location' shared service.
  10494.      *
  10495.      * @return \Aqarmap\Bundle\ListingBundle\Entity\Location
  10496.      */
  10497.     protected function getLocation4Service()
  10498.     {
  10499.         $this->throw('Cannot autowire service ".service_locator.iI93pWi": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Location" but no such service exists.');
  10500.     }
  10501.     /**
  10502.      * Gets the private '.errored..service_locator.iuFqMPC.Aqarmap\Bundle\MainBundle\Entity\Feedback' shared service.
  10503.      *
  10504.      * @return \Aqarmap\Bundle\MainBundle\Entity\Feedback
  10505.      */
  10506.     protected function getFeedback2Service()
  10507.     {
  10508.         $this->throw('Cannot autowire service ".service_locator.iuFqMPC": it references class "Aqarmap\\Bundle\\MainBundle\\Entity\\Feedback" but no such service exists.');
  10509.     }
  10510.     /**
  10511.      * Gets the private '.errored..service_locator.ixUkIS..Aqarmap\Bundle\ListingBundle\Entity\ListingPhoto' shared service.
  10512.      *
  10513.      * @return \Aqarmap\Bundle\ListingBundle\Entity\ListingPhoto
  10514.      */
  10515.     protected function getListingPhoto3Service()
  10516.     {
  10517.         $this->throw('Cannot autowire service ".service_locator.ixUkIS.": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\ListingPhoto" but no such service exists.');
  10518.     }
  10519.     /**
  10520.      * Gets the private '.errored..service_locator.jnEgZVj.Aqarmap\Bundle\ListingBundle\Entity\Listing' shared service.
  10521.      *
  10522.      * @return \Aqarmap\Bundle\ListingBundle\Entity\Listing
  10523.      */
  10524.     protected function getListing20Service()
  10525.     {
  10526.         $this->throw('Cannot autowire service ".service_locator.jnEgZVj": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing" but no such service exists.');
  10527.     }
  10528.     /**
  10529.      * Gets the private '.errored..service_locator.jnEgZVj.Aqarmap\Bundle\ListingBundle\Entity\PropertyType' shared service.
  10530.      *
  10531.      * @return \Aqarmap\Bundle\ListingBundle\Entity\PropertyType
  10532.      */
  10533.     protected function getPropertyType4Service()
  10534.     {
  10535.         $this->throw('Cannot autowire service ".service_locator.jnEgZVj": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\PropertyType" but no such service exists.');
  10536.     }
  10537.     /**
  10538.      * Gets the private '.errored..service_locator.jnEgZVj.Aqarmap\Bundle\ListingBundle\Entity\Section' shared service.
  10539.      *
  10540.      * @return \Aqarmap\Bundle\ListingBundle\Entity\Section
  10541.      */
  10542.     protected function getSection5Service()
  10543.     {
  10544.         $this->throw('Cannot autowire service ".service_locator.jnEgZVj": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Section" but no such service exists.');
  10545.     }
  10546.     /**
  10547.      * Gets the private '.errored..service_locator.kLKFYzd.Aqarmap\Bundle\MainBundle\Entity\Link' shared service.
  10548.      *
  10549.      * @return \Aqarmap\Bundle\MainBundle\Entity\Link
  10550.      */
  10551.     protected function getLinkService()
  10552.     {
  10553.         $this->throw('Cannot autowire service ".service_locator.kLKFYzd": it references class "Aqarmap\\Bundle\\MainBundle\\Entity\\Link" but no such service exists.');
  10554.     }
  10555.     /**
  10556.      * Gets the private '.errored..service_locator.lZdneNX.Aqarmap\Bundle\CustomerProfilingBundle\Entity\DynamicQuestionChoice' shared service.
  10557.      *
  10558.      * @return \Aqarmap\Bundle\CustomerProfilingBundle\Entity\DynamicQuestionChoice
  10559.      */
  10560.     protected function getDynamicQuestionChoiceService()
  10561.     {
  10562.         $this->throw('Cannot autowire service ".service_locator.lZdneNX": it references class "Aqarmap\\Bundle\\CustomerProfilingBundle\\Entity\\DynamicQuestionChoice" but no such service exists.');
  10563.     }
  10564.     /**
  10565.      * Gets the private '.errored..service_locator.mF_FbkU.Aqarmap\Bundle\ListingBundle\Entity\Location' shared service.
  10566.      *
  10567.      * @return \Aqarmap\Bundle\ListingBundle\Entity\Location
  10568.      */
  10569.     protected function getLocation5Service()
  10570.     {
  10571.         $this->throw('Cannot autowire service ".service_locator.mF_FbkU": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Location" but no such service exists.');
  10572.     }
  10573.     /**
  10574.      * Gets the private '.errored..service_locator.mF_FbkU.Aqarmap\Bundle\ListingBundle\Entity\PropertyType' shared service.
  10575.      *
  10576.      * @return \Aqarmap\Bundle\ListingBundle\Entity\PropertyType
  10577.      */
  10578.     protected function getPropertyType5Service()
  10579.     {
  10580.         $this->throw('Cannot autowire service ".service_locator.mF_FbkU": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\PropertyType" but no such service exists.');
  10581.     }
  10582.     /**
  10583.      * Gets the private '.errored..service_locator.mF_FbkU.Aqarmap\Bundle\ListingBundle\Entity\Section' shared service.
  10584.      *
  10585.      * @return \Aqarmap\Bundle\ListingBundle\Entity\Section
  10586.      */
  10587.     protected function getSection6Service()
  10588.     {
  10589.         $this->throw('Cannot autowire service ".service_locator.mF_FbkU": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Section" but no such service exists.');
  10590.     }
  10591.     /**
  10592.      * Gets the private '.errored..service_locator.mToiP.Q.Aqarmap\Bundle\ListingBundle\Entity\Listing' shared service.
  10593.      *
  10594.      * @return \Aqarmap\Bundle\ListingBundle\Entity\Listing
  10595.      */
  10596.     protected function getListing21Service()
  10597.     {
  10598.         $this->throw('Cannot autowire service ".service_locator.mToiP.Q": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing" but no such service exists.');
  10599.     }
  10600.     /**
  10601.      * Gets the private '.errored..service_locator.n07hh1c.Aqarmap\Bundle\MainBundle\Entity\Setting' shared service.
  10602.      *
  10603.      * @return \Aqarmap\Bundle\MainBundle\Entity\Setting
  10604.      */
  10605.     protected function getSetting2Service()
  10606.     {
  10607.         $this->throw('Cannot autowire service ".service_locator.n07hh1c": it references class "Aqarmap\\Bundle\\MainBundle\\Entity\\Setting" but no such service exists.');
  10608.     }
  10609.     /**
  10610.      * Gets the private '.errored..service_locator.nwni4V5.Aqarmap\Bundle\UserBundle\Entity\SavedSearch' shared service.
  10611.      *
  10612.      * @return \Aqarmap\Bundle\UserBundle\Entity\SavedSearch
  10613.      */
  10614.     protected function getSavedSearchService()
  10615.     {
  10616.         $this->throw('Cannot autowire service ".service_locator.nwni4V5": it references class "Aqarmap\\Bundle\\UserBundle\\Entity\\SavedSearch" but no such service exists.');
  10617.     }
  10618.     /**
  10619.      * Gets the private '.errored..service_locator.oGPbAPY.Aqarmap\Bundle\ListingBundle\Entity\Listing' shared service.
  10620.      *
  10621.      * @return \Aqarmap\Bundle\ListingBundle\Entity\Listing
  10622.      */
  10623.     protected function getListing22Service()
  10624.     {
  10625.         $this->throw('Cannot autowire service ".service_locator.oGPbAPY": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing" but no such service exists.');
  10626.     }
  10627.     /**
  10628.      * Gets the private '.errored..service_locator.oGPbAPY.Aqarmap\Bundle\ListingBundle\Entity\ListingPhone' shared service.
  10629.      *
  10630.      * @return \Aqarmap\Bundle\ListingBundle\Entity\ListingPhone
  10631.      */
  10632.     protected function getListingPhoneService()
  10633.     {
  10634.         $this->throw('Cannot autowire service ".service_locator.oGPbAPY": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\ListingPhone" but no such service exists.');
  10635.     }
  10636.     /**
  10637.      * Gets the private '.errored..service_locator.oWTv1Ao.Aqarmap\Bundle\ListingBundle\Entity\Rejection' shared service.
  10638.      *
  10639.      * @return \Aqarmap\Bundle\ListingBundle\Entity\Rejection
  10640.      */
  10641.     protected function getRejectionService()
  10642.     {
  10643.         $this->throw('Cannot autowire service ".service_locator.oWTv1Ao": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Rejection" but no such service exists.');
  10644.     }
  10645.     /**
  10646.      * Gets the private '.errored..service_locator.p92VLA7.Aqarmap\Bundle\UserBundle\Entity\User' shared service.
  10647.      *
  10648.      * @return \Aqarmap\Bundle\UserBundle\Entity\User
  10649.      */
  10650.     protected function getUser17Service()
  10651.     {
  10652.         $this->throw('Cannot autowire service ".service_locator.p92VLA7": it references class "Aqarmap\\Bundle\\UserBundle\\Entity\\User" but no such service exists.');
  10653.     }
  10654.     /**
  10655.      * Gets the private '.errored..service_locator.p92VLA7.Aqarmap\Bundle\UserBundle\Entity\UserServices' shared service.
  10656.      *
  10657.      * @return \Aqarmap\Bundle\UserBundle\Entity\UserServices
  10658.      */
  10659.     protected function getUserServicesService()
  10660.     {
  10661.         $this->throw('Cannot autowire service ".service_locator.p92VLA7": it references class "Aqarmap\\Bundle\\UserBundle\\Entity\\UserServices" but no such service exists.');
  10662.     }
  10663.     /**
  10664.      * Gets the private '.errored..service_locator.q0bdmru.Aqarmap\Bundle\DiscussionBundle\Entity\Discussion' shared service.
  10665.      *
  10666.      * @return \Aqarmap\Bundle\DiscussionBundle\Entity\Discussion
  10667.      */
  10668.     protected function getDiscussion3Service()
  10669.     {
  10670.         $this->throw('Cannot autowire service ".service_locator.q0bdmru": it references class "Aqarmap\\Bundle\\DiscussionBundle\\Entity\\Discussion" but no such service exists.');
  10671.     }
  10672.     /**
  10673.      * Gets the private '.errored..service_locator.q0bdmru.Aqarmap\Bundle\UserBundle\Entity\User' shared service.
  10674.      *
  10675.      * @return \Aqarmap\Bundle\UserBundle\Entity\User
  10676.      */
  10677.     protected function getUser18Service()
  10678.     {
  10679.         $this->throw('Cannot autowire service ".service_locator.q0bdmru": it references class "Aqarmap\\Bundle\\UserBundle\\Entity\\User" but no such service exists.');
  10680.     }
  10681.     /**
  10682.      * Gets the private '.errored..service_locator.qKrahGf.App\Entity\Subscriptions\UserSubscription' shared service.
  10683.      *
  10684.      * @return \App\Entity\Subscriptions\UserSubscription
  10685.      */
  10686.     protected function getUserSubscriptionService()
  10687.     {
  10688.         $this->throw('Cannot autowire service ".service_locator.qKrahGf": it references class "App\\Entity\\Subscriptions\\UserSubscription" but no such service exists.');
  10689.     }
  10690.     /**
  10691.      * Gets the private '.errored..service_locator.qYCra7m.App\Entity\Banners\Banners' shared service.
  10692.      *
  10693.      * @return \App\Entity\Banners\Banners
  10694.      */
  10695.     protected function getBannersService()
  10696.     {
  10697.         $this->throw('Cannot autowire service ".service_locator.qYCra7m": it references class "App\\Entity\\Banners\\Banners" but no such service exists.');
  10698.     }
  10699.     /**
  10700.      * Gets the private '.errored..service_locator.rGVylc..App\Entity\User\UserCard' shared service.
  10701.      *
  10702.      * @return \App\Entity\User\UserCard
  10703.      */
  10704.     protected function getUserCardService()
  10705.     {
  10706.         $this->throw('Cannot autowire service ".service_locator.rGVylc.": it references class "App\\Entity\\User\\UserCard" but no such service exists.');
  10707.     }
  10708.     /**
  10709.      * Gets the private '.errored..service_locator.rOeiD7t.Aqarmap\Bundle\UserBundle\Entity\Group' shared service.
  10710.      *
  10711.      * @return \Aqarmap\Bundle\UserBundle\Entity\Group
  10712.      */
  10713.     protected function getGroupService()
  10714.     {
  10715.         $this->throw('Cannot autowire service ".service_locator.rOeiD7t": it references class "Aqarmap\\Bundle\\UserBundle\\Entity\\Group" but no such service exists.');
  10716.     }
  10717.     /**
  10718.      * Gets the private '.errored..service_locator.tp5oD8B.Aqarmap\Bundle\ListingBundle\Entity\Section' shared service.
  10719.      *
  10720.      * @return \Aqarmap\Bundle\ListingBundle\Entity\Section
  10721.      */
  10722.     protected function getSection7Service()
  10723.     {
  10724.         $this->throw('Cannot autowire service ".service_locator.tp5oD8B": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Section" but no such service exists.');
  10725.     }
  10726.     /**
  10727.      * Gets the private '.errored..service_locator.txkxGC8.Aqarmap\Bundle\UserBundle\Entity\User' shared service.
  10728.      *
  10729.      * @return \Aqarmap\Bundle\UserBundle\Entity\User
  10730.      */
  10731.     protected function getUser19Service()
  10732.     {
  10733.         $this->throw('Cannot autowire service ".service_locator.txkxGC8": it references class "Aqarmap\\Bundle\\UserBundle\\Entity\\User" but no such service exists.');
  10734.     }
  10735.     /**
  10736.      * Gets the private '.errored..service_locator.u47of.0.Symfony\Component\DependencyInjection\ContainerBuilder' shared service.
  10737.      *
  10738.      * @return \Symfony\Component\DependencyInjection\ContainerBuilder
  10739.      */
  10740.     protected function getContainerBuilderService()
  10741.     {
  10742.         $this->throw('Cannot autowire service ".service_locator.u47of.0": it references class "Symfony\\Component\\DependencyInjection\\ContainerBuilder" but no such service exists. Try changing the type-hint to one of its parents: interface "Symfony\\Component\\DependencyInjection\\ContainerInterface", or interface "Psr\\Container\\ContainerInterface".');
  10743.     }
  10744.     /**
  10745.      * Gets the private '.errored..service_locator.vgxLjSE.Aqarmap\Bundle\ListingBundle\Entity\ListingPhoto' shared service.
  10746.      *
  10747.      * @return \Aqarmap\Bundle\ListingBundle\Entity\ListingPhoto
  10748.      */
  10749.     protected function getListingPhoto4Service()
  10750.     {
  10751.         $this->throw('Cannot autowire service ".service_locator.vgxLjSE": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\ListingPhoto" but no such service exists.');
  10752.     }
  10753.     /**
  10754.      * Gets the private '.errored..service_locator.wVrXYG2.Aqarmap\Bundle\CreditBundle\Entity\Credit' shared service.
  10755.      *
  10756.      * @return \Aqarmap\Bundle\CreditBundle\Entity\Credit
  10757.      */
  10758.     protected function getCreditService()
  10759.     {
  10760.         $this->throw('Cannot autowire service ".service_locator.wVrXYG2": it references class "Aqarmap\\Bundle\\CreditBundle\\Entity\\Credit" but no such service exists.');
  10761.     }
  10762.     /**
  10763.      * Gets the private '.errored..service_locator.wpvzSKV.Aqarmap\Bundle\DiscussionBundle\Entity\Discussion' shared service.
  10764.      *
  10765.      * @return \Aqarmap\Bundle\DiscussionBundle\Entity\Discussion
  10766.      */
  10767.     protected function getDiscussion4Service()
  10768.     {
  10769.         $this->throw('Cannot autowire service ".service_locator.wpvzSKV": it references class "Aqarmap\\Bundle\\DiscussionBundle\\Entity\\Discussion" but no such service exists.');
  10770.     }
  10771.     /**
  10772.      * Gets the private '.errored..service_locator.wskWCel.Aqarmap\Bundle\ListingBundle\Entity\Listing' shared service.
  10773.      *
  10774.      * @return \Aqarmap\Bundle\ListingBundle\Entity\Listing
  10775.      */
  10776.     protected function getListing23Service()
  10777.     {
  10778.         $this->throw('Cannot autowire service ".service_locator.wskWCel": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing" but no such service exists.');
  10779.     }
  10780.     /**
  10781.      * Gets the private '.errored..service_locator.x3wWNZA.Aqarmap\Bundle\ListingBundle\Entity\CompoundLocation' shared service.
  10782.      *
  10783.      * @return \Aqarmap\Bundle\ListingBundle\Entity\CompoundLocation
  10784.      */
  10785.     protected function getCompoundLocation2Service()
  10786.     {
  10787.         $this->throw('Cannot autowire service ".service_locator.x3wWNZA": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\CompoundLocation" but no such service exists.');
  10788.     }
  10789.     /**
  10790.      * Gets the private '.errored..service_locator.x6azFog.Aqarmap\Bundle\UserBundle\Entity\User' shared service.
  10791.      *
  10792.      * @return \Aqarmap\Bundle\UserBundle\Entity\User
  10793.      */
  10794.     protected function getUser20Service()
  10795.     {
  10796.         $this->throw('Cannot autowire service ".service_locator.x6azFog": it references class "Aqarmap\\Bundle\\UserBundle\\Entity\\User" but no such service exists.');
  10797.     }
  10798.     /**
  10799.      * Gets the private '.errored..service_locator.xQH1vY9.Aqarmap\Bundle\CreditBundle\Entity\Service' shared service.
  10800.      *
  10801.      * @return \Aqarmap\Bundle\CreditBundle\Entity\Service
  10802.      */
  10803.     protected function getServiceService()
  10804.     {
  10805.         $this->throw('Cannot autowire service ".service_locator.xQH1vY9": it references class "Aqarmap\\Bundle\\CreditBundle\\Entity\\Service" but no such service exists.');
  10806.     }
  10807.     /**
  10808.      * Gets the private '.errored..service_locator.yzBhvT..Aqarmap\Bundle\MortgageBundle\Entity\MortgageRequest' shared service.
  10809.      *
  10810.      * @return \Aqarmap\Bundle\MortgageBundle\Entity\MortgageRequest
  10811.      */
  10812.     protected function getMortgageRequestService()
  10813.     {
  10814.         $this->throw('Cannot autowire service ".service_locator.yzBhvT.": it references class "Aqarmap\\Bundle\\MortgageBundle\\Entity\\MortgageRequest" but no such service exists.');
  10815.     }
  10816.     /**
  10817.      * Gets the private '.errored..service_locator.zJJOuyv.Aqarmap\Bundle\ListingBundle\Entity\Listing' shared service.
  10818.      *
  10819.      * @return \Aqarmap\Bundle\ListingBundle\Entity\Listing
  10820.      */
  10821.     protected function getListing24Service()
  10822.     {
  10823.         $this->throw('Cannot autowire service ".service_locator.zJJOuyv": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing" but no such service exists.');
  10824.     }
  10825.     /**
  10826.      * Gets the private '.errored..service_locator.zJJOuyv.Aqarmap\Bundle\ListingBundle\Entity\Location' shared service.
  10827.      *
  10828.      * @return \Aqarmap\Bundle\ListingBundle\Entity\Location
  10829.      */
  10830.     protected function getLocation6Service()
  10831.     {
  10832.         $this->throw('Cannot autowire service ".service_locator.zJJOuyv": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Location" but no such service exists.');
  10833.     }
  10834.     /**
  10835.      * Gets the private '.errored..service_locator.za1p.5V.Aqarmap\Bundle\ListingBundle\Entity\Listing' shared service.
  10836.      *
  10837.      * @return \Aqarmap\Bundle\ListingBundle\Entity\Listing
  10838.      */
  10839.     protected function getListing25Service()
  10840.     {
  10841.         $this->throw('Cannot autowire service ".service_locator.za1p.5V": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing" but no such service exists.');
  10842.     }
  10843.     /**
  10844.      * Gets the private '.errored..service_locator.zjdyQvB.Aqarmap\Bundle\ListingBundle\Entity\UserPhone' shared service.
  10845.      *
  10846.      * @return \Aqarmap\Bundle\ListingBundle\Entity\UserPhone
  10847.      */
  10848.     protected function getUserPhoneService()
  10849.     {
  10850.         $this->throw('Cannot autowire service ".service_locator.zjdyQvB": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\UserPhone" but no such service exists.');
  10851.     }
  10852.     /**
  10853.      * Gets the private '.errored..service_locator.zxXIGe6.Aqarmap\Bundle\MainBundle\Entity\CustomParagraph' shared service.
  10854.      *
  10855.      * @return \Aqarmap\Bundle\MainBundle\Entity\CustomParagraph
  10856.      */
  10857.     protected function getCustomParagraphService()
  10858.     {
  10859.         $this->throw('Cannot autowire service ".service_locator.zxXIGe6": it references class "Aqarmap\\Bundle\\MainBundle\\Entity\\CustomParagraph" but no such service exists.');
  10860.     }
  10861.     /**
  10862.      * Gets the private '.maker.auto_command.make_auth.lazy' shared service.
  10863.      *
  10864.      * @return \Symfony\Component\Console\Command\LazyCommand
  10865.      */
  10866.     protected function get_Maker_AutoCommand_MakeAuth_LazyService()
  10867.     {
  10868.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10869.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  10870.         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 {
  10871.             return ($this->privates['maker.auto_command.make_auth'] ?? $this->getMaker_AutoCommand_MakeAuthService());
  10872.         });
  10873.     }
  10874.     /**
  10875.      * Gets the private '.maker.auto_command.make_command.lazy' shared service.
  10876.      *
  10877.      * @return \Symfony\Component\Console\Command\LazyCommand
  10878.      */
  10879.     protected function get_Maker_AutoCommand_MakeCommand_LazyService()
  10880.     {
  10881.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10882.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  10883.         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 {
  10884.             return ($this->privates['maker.auto_command.make_command'] ?? $this->getMaker_AutoCommand_MakeCommandService());
  10885.         });
  10886.     }
  10887.     /**
  10888.      * Gets the private '.maker.auto_command.make_controller.lazy' shared service.
  10889.      *
  10890.      * @return \Symfony\Component\Console\Command\LazyCommand
  10891.      */
  10892.     protected function get_Maker_AutoCommand_MakeController_LazyService()
  10893.     {
  10894.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10895.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  10896.         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 {
  10897.             return ($this->privates['maker.auto_command.make_controller'] ?? $this->getMaker_AutoCommand_MakeControllerService());
  10898.         });
  10899.     }
  10900.     /**
  10901.      * Gets the private '.maker.auto_command.make_crud.lazy' shared service.
  10902.      *
  10903.      * @return \Symfony\Component\Console\Command\LazyCommand
  10904.      */
  10905.     protected function get_Maker_AutoCommand_MakeCrud_LazyService()
  10906.     {
  10907.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10908.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  10909.         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 {
  10910.             return ($this->privates['maker.auto_command.make_crud'] ?? $this->getMaker_AutoCommand_MakeCrudService());
  10911.         });
  10912.     }
  10913.     /**
  10914.      * Gets the private '.maker.auto_command.make_docker_database.lazy' shared service.
  10915.      *
  10916.      * @return \Symfony\Component\Console\Command\LazyCommand
  10917.      */
  10918.     protected function get_Maker_AutoCommand_MakeDockerDatabase_LazyService()
  10919.     {
  10920.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10921.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  10922.         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 {
  10923.             return ($this->privates['maker.auto_command.make_docker_database'] ?? $this->getMaker_AutoCommand_MakeDockerDatabaseService());
  10924.         });
  10925.     }
  10926.     /**
  10927.      * Gets the private '.maker.auto_command.make_entity.lazy' shared service.
  10928.      *
  10929.      * @return \Symfony\Component\Console\Command\LazyCommand
  10930.      */
  10931.     protected function get_Maker_AutoCommand_MakeEntity_LazyService()
  10932.     {
  10933.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10934.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  10935.         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 {
  10936.             return ($this->privates['maker.auto_command.make_entity'] ?? $this->getMaker_AutoCommand_MakeEntityService());
  10937.         });
  10938.     }
  10939.     /**
  10940.      * Gets the private '.maker.auto_command.make_fixtures.lazy' shared service.
  10941.      *
  10942.      * @return \Symfony\Component\Console\Command\LazyCommand
  10943.      */
  10944.     protected function get_Maker_AutoCommand_MakeFixtures_LazyService()
  10945.     {
  10946.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10947.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  10948.         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 {
  10949.             return ($this->privates['maker.auto_command.make_fixtures'] ?? $this->getMaker_AutoCommand_MakeFixturesService());
  10950.         });
  10951.     }
  10952.     /**
  10953.      * Gets the private '.maker.auto_command.make_form.lazy' shared service.
  10954.      *
  10955.      * @return \Symfony\Component\Console\Command\LazyCommand
  10956.      */
  10957.     protected function get_Maker_AutoCommand_MakeForm_LazyService()
  10958.     {
  10959.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10960.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  10961.         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 {
  10962.             return ($this->privates['maker.auto_command.make_form'] ?? $this->getMaker_AutoCommand_MakeFormService());
  10963.         });
  10964.     }
  10965.     /**
  10966.      * Gets the private '.maker.auto_command.make_message.lazy' shared service.
  10967.      *
  10968.      * @return \Symfony\Component\Console\Command\LazyCommand
  10969.      */
  10970.     protected function get_Maker_AutoCommand_MakeMessage_LazyService()
  10971.     {
  10972.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10973.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  10974.         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 {
  10975.             return ($this->privates['maker.auto_command.make_message'] ?? $this->getMaker_AutoCommand_MakeMessageService());
  10976.         });
  10977.     }
  10978.     /**
  10979.      * Gets the private '.maker.auto_command.make_messenger_middleware.lazy' shared service.
  10980.      *
  10981.      * @return \Symfony\Component\Console\Command\LazyCommand
  10982.      */
  10983.     protected function get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService()
  10984.     {
  10985.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10986.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  10987.         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 {
  10988.             return ($this->privates['maker.auto_command.make_messenger_middleware'] ?? $this->getMaker_AutoCommand_MakeMessengerMiddlewareService());
  10989.         });
  10990.     }
  10991.     /**
  10992.      * Gets the private '.maker.auto_command.make_migration.lazy' shared service.
  10993.      *
  10994.      * @return \Symfony\Component\Console\Command\LazyCommand
  10995.      */
  10996.     protected function get_Maker_AutoCommand_MakeMigration_LazyService()
  10997.     {
  10998.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10999.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11000.         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 {
  11001.             return ($this->privates['maker.auto_command.make_migration'] ?? $this->getMaker_AutoCommand_MakeMigrationService());
  11002.         });
  11003.     }
  11004.     /**
  11005.      * Gets the private '.maker.auto_command.make_registration_form.lazy' shared service.
  11006.      *
  11007.      * @return \Symfony\Component\Console\Command\LazyCommand
  11008.      */
  11009.     protected function get_Maker_AutoCommand_MakeRegistrationForm_LazyService()
  11010.     {
  11011.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11012.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11013.         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 {
  11014.             return ($this->privates['maker.auto_command.make_registration_form'] ?? $this->getMaker_AutoCommand_MakeRegistrationFormService());
  11015.         });
  11016.     }
  11017.     /**
  11018.      * Gets the private '.maker.auto_command.make_reset_password.lazy' shared service.
  11019.      *
  11020.      * @return \Symfony\Component\Console\Command\LazyCommand
  11021.      */
  11022.     protected function get_Maker_AutoCommand_MakeResetPassword_LazyService()
  11023.     {
  11024.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11025.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11026.         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 {
  11027.             return ($this->privates['maker.auto_command.make_reset_password'] ?? $this->getMaker_AutoCommand_MakeResetPasswordService());
  11028.         });
  11029.     }
  11030.     /**
  11031.      * Gets the private '.maker.auto_command.make_serializer_encoder.lazy' shared service.
  11032.      *
  11033.      * @return \Symfony\Component\Console\Command\LazyCommand
  11034.      */
  11035.     protected function get_Maker_AutoCommand_MakeSerializerEncoder_LazyService()
  11036.     {
  11037.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11038.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11039.         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 {
  11040.             return ($this->privates['maker.auto_command.make_serializer_encoder'] ?? $this->getMaker_AutoCommand_MakeSerializerEncoderService());
  11041.         });
  11042.     }
  11043.     /**
  11044.      * Gets the private '.maker.auto_command.make_serializer_normalizer.lazy' shared service.
  11045.      *
  11046.      * @return \Symfony\Component\Console\Command\LazyCommand
  11047.      */
  11048.     protected function get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService()
  11049.     {
  11050.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11051.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11052.         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 {
  11053.             return ($this->privates['maker.auto_command.make_serializer_normalizer'] ?? $this->getMaker_AutoCommand_MakeSerializerNormalizerService());
  11054.         });
  11055.     }
  11056.     /**
  11057.      * Gets the private '.maker.auto_command.make_stimulus_controller.lazy' shared service.
  11058.      *
  11059.      * @return \Symfony\Component\Console\Command\LazyCommand
  11060.      */
  11061.     protected function get_Maker_AutoCommand_MakeStimulusController_LazyService()
  11062.     {
  11063.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11064.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11065.         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 {
  11066.             return ($this->privates['maker.auto_command.make_stimulus_controller'] ?? $this->getMaker_AutoCommand_MakeStimulusControllerService());
  11067.         });
  11068.     }
  11069.     /**
  11070.      * Gets the private '.maker.auto_command.make_subscriber.lazy' shared service.
  11071.      *
  11072.      * @return \Symfony\Component\Console\Command\LazyCommand
  11073.      */
  11074.     protected function get_Maker_AutoCommand_MakeSubscriber_LazyService()
  11075.     {
  11076.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11077.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11078.         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 {
  11079.             return ($this->privates['maker.auto_command.make_subscriber'] ?? $this->getMaker_AutoCommand_MakeSubscriberService());
  11080.         });
  11081.     }
  11082.     /**
  11083.      * Gets the private '.maker.auto_command.make_test.lazy' shared service.
  11084.      *
  11085.      * @return \Symfony\Component\Console\Command\LazyCommand
  11086.      */
  11087.     protected function get_Maker_AutoCommand_MakeTest_LazyService()
  11088.     {
  11089.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11090.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11091.         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 {
  11092.             return ($this->privates['maker.auto_command.make_test'] ?? $this->getMaker_AutoCommand_MakeTestService());
  11093.         });
  11094.     }
  11095.     /**
  11096.      * Gets the private '.maker.auto_command.make_twig_extension.lazy' shared service.
  11097.      *
  11098.      * @return \Symfony\Component\Console\Command\LazyCommand
  11099.      */
  11100.     protected function get_Maker_AutoCommand_MakeTwigExtension_LazyService()
  11101.     {
  11102.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11103.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11104.         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 {
  11105.             return ($this->privates['maker.auto_command.make_twig_extension'] ?? $this->getMaker_AutoCommand_MakeTwigExtensionService());
  11106.         });
  11107.     }
  11108.     /**
  11109.      * Gets the private '.maker.auto_command.make_user.lazy' shared service.
  11110.      *
  11111.      * @return \Symfony\Component\Console\Command\LazyCommand
  11112.      */
  11113.     protected function get_Maker_AutoCommand_MakeUser_LazyService()
  11114.     {
  11115.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11116.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11117.         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 {
  11118.             return ($this->privates['maker.auto_command.make_user'] ?? $this->getMaker_AutoCommand_MakeUserService());
  11119.         });
  11120.     }
  11121.     /**
  11122.      * Gets the private '.maker.auto_command.make_validator.lazy' shared service.
  11123.      *
  11124.      * @return \Symfony\Component\Console\Command\LazyCommand
  11125.      */
  11126.     protected function get_Maker_AutoCommand_MakeValidator_LazyService()
  11127.     {
  11128.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11129.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11130.         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 {
  11131.             return ($this->privates['maker.auto_command.make_validator'] ?? $this->getMaker_AutoCommand_MakeValidatorService());
  11132.         });
  11133.     }
  11134.     /**
  11135.      * Gets the private '.maker.auto_command.make_voter.lazy' shared service.
  11136.      *
  11137.      * @return \Symfony\Component\Console\Command\LazyCommand
  11138.      */
  11139.     protected function get_Maker_AutoCommand_MakeVoter_LazyService()
  11140.     {
  11141.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11142.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11143.         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 {
  11144.             return ($this->privates['maker.auto_command.make_voter'] ?? $this->getMaker_AutoCommand_MakeVoterService());
  11145.         });
  11146.     }
  11147.     /**
  11148.      * Gets the private '.messenger.handler_descriptor.2Q2O_CE' shared service.
  11149.      *
  11150.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  11151.      */
  11152.     protected function get_Messenger_HandlerDescriptor_2Q2OCEService()
  11153.     {
  11154.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  11155.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  11156.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/MessageHandler/BuyerAlertsSubscribeHandler.php';
  11157.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  11158.         if (isset($this->privates['.messenger.handler_descriptor.2Q2O_CE'])) {
  11159.             return $this->privates['.messenger.handler_descriptor.2Q2O_CE'];
  11160.         }
  11161.         $b = ($this->privates['Aqarmap\\Bundle\\BuyerAlertsBundle\\Service\\BuyerAlertsManager'] ?? $this->getBuyerAlertsManagerService());
  11162.         if (isset($this->privates['.messenger.handler_descriptor.2Q2O_CE'])) {
  11163.             return $this->privates['.messenger.handler_descriptor.2Q2O_CE'];
  11164.         }
  11165.         $c = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\PropertyTypeRepository'] ?? $this->getPropertyTypeRepositoryService());
  11166.         if (isset($this->privates['.messenger.handler_descriptor.2Q2O_CE'])) {
  11167.             return $this->privates['.messenger.handler_descriptor.2Q2O_CE'];
  11168.         }
  11169.         return $this->privates['.messenger.handler_descriptor.2Q2O_CE'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \Aqarmap\Bundle\ListingBundle\MessageHandler\BuyerAlertsSubscribeHandler($a, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $b$c, ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\SectionRepository'] ?? $this->getSectionRepositoryService())), []);
  11170.     }
  11171.     /**
  11172.      * Gets the private '.messenger.handler_descriptor.5HRDaKQ' shared service.
  11173.      *
  11174.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  11175.      */
  11176.     protected function get_Messenger_HandlerDescriptor_5HRDaKQService()
  11177.     {
  11178.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  11179.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  11180.         include_once \dirname(__DIR__4).'/src/App/MessageHandler/Listing/BulkListingApproveMessageHandler.php';
  11181.         $a = ($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'] ?? $this->getListingManagerService());
  11182.         if (isset($this->privates['.messenger.handler_descriptor.5HRDaKQ'])) {
  11183.             return $this->privates['.messenger.handler_descriptor.5HRDaKQ'];
  11184.         }
  11185.         return $this->privates['.messenger.handler_descriptor.5HRDaKQ'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\Listing\BulkListingApproveMessageHandler(($this->services['Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingRepository'] ?? $this->getListingRepositoryService()), $a), []);
  11186.     }
  11187.     /**
  11188.      * Gets the private '.messenger.handler_descriptor.7u9lu3j' shared service.
  11189.      *
  11190.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  11191.      */
  11192.     protected function get_Messenger_HandlerDescriptor_7u9lu3jService()
  11193.     {
  11194.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  11195.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  11196.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/MessageHandler/ListingChildrenUpdateHandler.php';
  11197.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  11198.         if (isset($this->privates['.messenger.handler_descriptor.7u9lu3j'])) {
  11199.             return $this->privates['.messenger.handler_descriptor.7u9lu3j'];
  11200.         }
  11201.         $b = ($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'] ?? $this->getListingManagerService());
  11202.         if (isset($this->privates['.messenger.handler_descriptor.7u9lu3j'])) {
  11203.             return $this->privates['.messenger.handler_descriptor.7u9lu3j'];
  11204.         }
  11205.         return $this->privates['.messenger.handler_descriptor.7u9lu3j'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \Aqarmap\Bundle\ListingBundle\MessageHandler\ListingChildrenUpdateHandler($a$b), []);
  11206.     }
  11207.     /**
  11208.      * Gets the private '.messenger.handler_descriptor.9qHbxty' shared service.
  11209.      *
  11210.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  11211.      */
  11212.     protected function get_Messenger_HandlerDescriptor_9qHbxtyService()
  11213.     {
  11214.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  11215.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  11216.         include_once \dirname(__DIR__4).'/src/App/MessageHandler/User/UserSegmentHandler.php';
  11217.         include_once \dirname(__DIR__4).'/src/App/Service/User/UserSegmentService.php';
  11218.         $a = ($this->privates['App\\Repository\\Lead\\LeadRepository'] ?? $this->getLeadRepositoryService());
  11219.         if (isset($this->privates['.messenger.handler_descriptor.9qHbxty'])) {
  11220.             return $this->privates['.messenger.handler_descriptor.9qHbxty'];
  11221.         }
  11222.         return $this->privates['.messenger.handler_descriptor.9qHbxty'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\User\UserSegmentHandler($a, new \App\Service\User\UserSegmentService(($this->privates['App\\Repository\\User\\UserSegmentRepository'] ?? $this->getUserSegmentRepositoryService()))), []);
  11223.     }
  11224.     /**
  11225.      * Gets the private '.messenger.handler_descriptor.D4ehsao' shared service.
  11226.      *
  11227.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  11228.      */
  11229.     protected function get_Messenger_HandlerDescriptor_D4ehsaoService()
  11230.     {
  11231.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  11232.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  11233.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/MessageHandler/ListingFeaturingExpirationHandler.php';
  11234.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  11235.         if (isset($this->privates['.messenger.handler_descriptor.D4ehsao'])) {
  11236.             return $this->privates['.messenger.handler_descriptor.D4ehsao'];
  11237.         }
  11238.         $b = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingFeatureService'] ?? $this->getListingFeatureServiceService());
  11239.         if (isset($this->privates['.messenger.handler_descriptor.D4ehsao'])) {
  11240.             return $this->privates['.messenger.handler_descriptor.D4ehsao'];
  11241.         }
  11242.         return $this->privates['.messenger.handler_descriptor.D4ehsao'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \Aqarmap\Bundle\ListingBundle\MessageHandler\ListingFeaturingExpirationHandler($a$b, ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingFeatureRepository'] ?? $this->getListingFeatureRepositoryService())), []);
  11243.     }
  11244.     /**
  11245.      * Gets the private '.messenger.handler_descriptor.GbRGh2R' shared service.
  11246.      *
  11247.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  11248.      */
  11249.     protected function get_Messenger_HandlerDescriptor_GbRGh2RService()
  11250.     {
  11251.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  11252.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  11253.         include_once \dirname(__DIR__4).'/src/App/MessageHandler/LocationStatisticsAddedHandler.php';
  11254.         $a = ($this->privates['Aqarmap\\Bundle\\NeighborhoodBundle\\Service\\NeighborhoodManager'] ?? $this->getNeighborhoodManagerService());
  11255.         if (isset($this->privates['.messenger.handler_descriptor.GbRGh2R'])) {
  11256.             return $this->privates['.messenger.handler_descriptor.GbRGh2R'];
  11257.         }
  11258.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  11259.         if (isset($this->privates['.messenger.handler_descriptor.GbRGh2R'])) {
  11260.             return $this->privates['.messenger.handler_descriptor.GbRGh2R'];
  11261.         }
  11262.         return $this->privates['.messenger.handler_descriptor.GbRGh2R'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\LocationStatisticsAddedHandler(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $a$b), []);
  11263.     }
  11264.     /**
  11265.      * Gets the private '.messenger.handler_descriptor.JeO4zog' shared service.
  11266.      *
  11267.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  11268.      */
  11269.     protected function get_Messenger_HandlerDescriptor_JeO4zogService()
  11270.     {
  11271.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  11272.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  11273.         include_once \dirname(__DIR__4).'/src/App/MessageHandler/LocationUpdatedHandler.php';
  11274.         return $this->privates['.messenger.handler_descriptor.JeO4zog'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\LocationUpdatedHandler(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService())), []);
  11275.     }
  11276.     /**
  11277.      * Gets the private '.messenger.handler_descriptor.MM.u3cU' shared service.
  11278.      *
  11279.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  11280.      */
  11281.     protected function get_Messenger_HandlerDescriptor_MM_U3cUService()
  11282.     {
  11283.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  11284.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  11285.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/MessageHandler/ListingInteractionsHandler.php';
  11286.         $a = ($this->services['doctrine_mongodb.odm.default_document_manager'] ?? $this->getDoctrineMongodb_Odm_DefaultDocumentManagerService());
  11287.         if (isset($this->privates['.messenger.handler_descriptor.MM.u3cU'])) {
  11288.             return $this->privates['.messenger.handler_descriptor.MM.u3cU'];
  11289.         }
  11290.         $b = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingImpressionService'] ?? $this->getListingImpressionServiceService());
  11291.         if (isset($this->privates['.messenger.handler_descriptor.MM.u3cU'])) {
  11292.             return $this->privates['.messenger.handler_descriptor.MM.u3cU'];
  11293.         }
  11294.         $c = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  11295.         if (isset($this->privates['.messenger.handler_descriptor.MM.u3cU'])) {
  11296.             return $this->privates['.messenger.handler_descriptor.MM.u3cU'];
  11297.         }
  11298.         return $this->privates['.messenger.handler_descriptor.MM.u3cU'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \Aqarmap\Bundle\ListingBundle\MessageHandler\ListingInteractionsHandler(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $a$b$c, ($this->services['doctrine'] ?? $this->getDoctrineService())), []);
  11299.     }
  11300.     /**
  11301.      * Gets the private '.messenger.handler_descriptor.NXXH9Pa' shared service.
  11302.      *
  11303.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  11304.      */
  11305.     protected function get_Messenger_HandlerDescriptor_NXXH9PaService()
  11306.     {
  11307.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  11308.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  11309.         include_once \dirname(__DIR__4).'/src/App/MessageHandler/ListingUpdatedHandler.php';
  11310.         return $this->privates['.messenger.handler_descriptor.NXXH9Pa'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\ListingUpdatedHandler(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService())), []);
  11311.     }
  11312.     /**
  11313.      * Gets the private '.messenger.handler_descriptor.O8j7clm' shared service.
  11314.      *
  11315.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  11316.      */
  11317.     protected function get_Messenger_HandlerDescriptor_O8j7clmService()
  11318.     {
  11319.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  11320.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  11321.         include_once \dirname(__DIR__4).'/src/App/MessageHandler/UserGroupUpdatedHandler.php';
  11322.         return $this->privates['.messenger.handler_descriptor.O8j7clm'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\UserGroupUpdatedHandler(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService())), []);
  11323.     }
  11324.     /**
  11325.      * Gets the private '.messenger.handler_descriptor.PeFElIy' shared service.
  11326.      *
  11327.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  11328.      */
  11329.     protected function get_Messenger_HandlerDescriptor_PeFElIyService()
  11330.     {
  11331.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  11332.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  11333.         include_once \dirname(__DIR__4).'/src/App/MessageHandler/LoginCredentialsUpdatedMessageHandler.php';
  11334.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  11335.         if (isset($this->privates['.messenger.handler_descriptor.PeFElIy'])) {
  11336.             return $this->privates['.messenger.handler_descriptor.PeFElIy'];
  11337.         }
  11338.         $b = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\PhoneManager'] ?? $this->getPhoneManagerService());
  11339.         if (isset($this->privates['.messenger.handler_descriptor.PeFElIy'])) {
  11340.             return $this->privates['.messenger.handler_descriptor.PeFElIy'];
  11341.         }
  11342.         return $this->privates['.messenger.handler_descriptor.PeFElIy'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\LoginCredentialsUpdatedMessageHandler($a, ($this->privates['App\\Service\\Security\\AuthServer'] ?? $this->getAuthServerService()), ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $b), []);
  11343.     }
  11344.     /**
  11345.      * Gets the private '.messenger.handler_descriptor.TLvkPvS' shared service.
  11346.      *
  11347.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  11348.      */
  11349.     protected function get_Messenger_HandlerDescriptor_TLvkPvSService()
  11350.     {
  11351.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  11352.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  11353.         include_once \dirname(__DIR__4).'/src/App/MessageHandler/User/NewAccountMessageHandler.php';
  11354.         $a = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\PhoneManager'] ?? $this->getPhoneManagerService());
  11355.         if (isset($this->privates['.messenger.handler_descriptor.TLvkPvS'])) {
  11356.             return $this->privates['.messenger.handler_descriptor.TLvkPvS'];
  11357.         }
  11358.         return $this->privates['.messenger.handler_descriptor.TLvkPvS'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\User\NewAccountMessageHandler(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $a), []);
  11359.     }
  11360.     /**
  11361.      * Gets the private '.messenger.handler_descriptor.TnEGxNs' shared service.
  11362.      *
  11363.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  11364.      */
  11365.     protected function get_Messenger_HandlerDescriptor_TnEGxNsService()
  11366.     {
  11367.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  11368.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  11369.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/MessageHandler/NewLeadPushNotificationHandler.php';
  11370.         return $this->privates['.messenger.handler_descriptor.TnEGxNs'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \Aqarmap\Bundle\UserBundle\MessageHandler\NewLeadPushNotificationHandler(($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\PushNotificationService'] ?? $this->getPushNotificationServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\LeadRepository'] ?? $this->getLeadRepository2Service()), ($this->privates['Aqarmap\\Bundle\\UserBundle\\Repository\\UserDeviceRepository'] ?? $this->getUserDeviceRepositoryService())), []);
  11371.     }
  11372.     /**
  11373.      * Gets the private '.messenger.handler_descriptor.XFUQcio' shared service.
  11374.      *
  11375.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  11376.      */
  11377.     protected function get_Messenger_HandlerDescriptor_XFUQcioService()
  11378.     {
  11379.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  11380.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  11381.         include_once \dirname(__DIR__4).'/src/App/MessageHandler/Location/RecordLocationSearchHistoryHandler.php';
  11382.         $a = ($this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\LocationSearchHistoryService'] ?? $this->getLocationSearchHistoryServiceService());
  11383.         if (isset($this->privates['.messenger.handler_descriptor.XFUQcio'])) {
  11384.             return $this->privates['.messenger.handler_descriptor.XFUQcio'];
  11385.         }
  11386.         return $this->privates['.messenger.handler_descriptor.XFUQcio'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\Location\RecordLocationSearchHistoryHandler(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $a), []);
  11387.     }
  11388.     /**
  11389.      * Gets the private '.messenger.handler_descriptor.XrjJCsu' shared service.
  11390.      *
  11391.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  11392.      */
  11393.     protected function get_Messenger_HandlerDescriptor_XrjJCsuService()
  11394.     {
  11395.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  11396.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  11397.         include_once \dirname(__DIR__4).'/src/App/MessageHandler/Lead/NewLeadMessageHandler.php';
  11398.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  11399.         if (isset($this->privates['.messenger.handler_descriptor.XrjJCsu'])) {
  11400.             return $this->privates['.messenger.handler_descriptor.XrjJCsu'];
  11401.         }
  11402.         $b = ($this->privates['App\\Service\\Lead\\LeadService'] ?? $this->getLeadServiceService());
  11403.         if (isset($this->privates['.messenger.handler_descriptor.XrjJCsu'])) {
  11404.             return $this->privates['.messenger.handler_descriptor.XrjJCsu'];
  11405.         }
  11406.         $c = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LeadService'] ?? $this->getLeadService2Service());
  11407.         if (isset($this->privates['.messenger.handler_descriptor.XrjJCsu'])) {
  11408.             return $this->privates['.messenger.handler_descriptor.XrjJCsu'];
  11409.         }
  11410.         $d = ($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'] ?? $this->getListingManagerService());
  11411.         if (isset($this->privates['.messenger.handler_descriptor.XrjJCsu'])) {
  11412.             return $this->privates['.messenger.handler_descriptor.XrjJCsu'];
  11413.         }
  11414.         $e = ($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\LeadsCRMService'] ?? $this->getLeadsCRMServiceService());
  11415.         if (isset($this->privates['.messenger.handler_descriptor.XrjJCsu'])) {
  11416.             return $this->privates['.messenger.handler_descriptor.XrjJCsu'];
  11417.         }
  11418.         $f = ($this->privates['Aqarmap\\Bundle\\BuyerAlertsBundle\\Service\\BuyerAlertsManager'] ?? $this->getBuyerAlertsManagerService());
  11419.         if (isset($this->privates['.messenger.handler_descriptor.XrjJCsu'])) {
  11420.             return $this->privates['.messenger.handler_descriptor.XrjJCsu'];
  11421.         }
  11422.         $g = ($this->privates['Aqarmap\\Bundle\\NotificationBundle\\Types\\LeadGenerated'] ?? $this->getLeadGeneratedService());
  11423.         if (isset($this->privates['.messenger.handler_descriptor.XrjJCsu'])) {
  11424.             return $this->privates['.messenger.handler_descriptor.XrjJCsu'];
  11425.         }
  11426.         $h = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  11427.         if (isset($this->privates['.messenger.handler_descriptor.XrjJCsu'])) {
  11428.             return $this->privates['.messenger.handler_descriptor.XrjJCsu'];
  11429.         }
  11430.         $i = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  11431.         if (isset($this->privates['.messenger.handler_descriptor.XrjJCsu'])) {
  11432.             return $this->privates['.messenger.handler_descriptor.XrjJCsu'];
  11433.         }
  11434.         return $this->privates['.messenger.handler_descriptor.XrjJCsu'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\Lead\NewLeadMessageHandler(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $a$b$c$d, ($this->privates['Aqarmap\\Bundle\\MainBundle\\EventStreaming\\EventStreamingClientFactory'] ?? $this->getEventStreamingClientFactoryService()), $e$f, ($this->privates['.debug.geoip.client'] ?? $this->get_Debug_Geoip_ClientService()), $g$h$i), []);
  11435.     }
  11436.     /**
  11437.      * Gets the private '.messenger.handler_descriptor.arWGc4f' shared service.
  11438.      *
  11439.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  11440.      */
  11441.     protected function get_Messenger_HandlerDescriptor_ArWGc4fService()
  11442.     {
  11443.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  11444.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  11445.         include_once \dirname(__DIR__4).'/src/App/MessageHandler/User/ImportUsersDevelopersMessageHandler.php';
  11446.         $a = ($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserManager'] ?? $this->getUserManagerService());
  11447.         if (isset($this->privates['.messenger.handler_descriptor.arWGc4f'])) {
  11448.             return $this->privates['.messenger.handler_descriptor.arWGc4f'];
  11449.         }
  11450.         return $this->privates['.messenger.handler_descriptor.arWGc4f'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\User\ImportUsersDevelopersMessageHandler($a, ($this->privates['snc_redis.default'] ?? $this->getSncRedis_DefaultService())), []);
  11451.     }
  11452.     /**
  11453.      * Gets the private '.messenger.handler_descriptor.axmPPI9' shared service.
  11454.      *
  11455.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  11456.      */
  11457.     protected function get_Messenger_HandlerDescriptor_AxmPPI9Service()
  11458.     {
  11459.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  11460.         include_once \dirname(__DIR__4).'/vendor/presta/sitemap-bundle/src/Messenger/DumpSitemapMessageHandler.php';
  11461.         $a = ($this->services['presta_sitemap.dumper'] ?? $this->getPrestaSitemap_DumperService());
  11462.         if (isset($this->privates['.messenger.handler_descriptor.axmPPI9'])) {
  11463.             return $this->privates['.messenger.handler_descriptor.axmPPI9'];
  11464.         }
  11465.         return $this->privates['.messenger.handler_descriptor.axmPPI9'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \Presta\SitemapBundle\Messenger\DumpSitemapMessageHandler(($this->services['router'] ?? $this->getRouterService()), $a, (\dirname(__DIR__4).'/public')), []);
  11466.     }
  11467.     /**
  11468.      * Gets the private '.messenger.handler_descriptor.dc.1.bo' shared service.
  11469.      *
  11470.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  11471.      */
  11472.     protected function get_Messenger_HandlerDescriptor_Dc_1_BoService()
  11473.     {
  11474.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  11475.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  11476.         include_once \dirname(__DIR__4).'/src/App/MessageHandler/Listing/SyncListingProjectHandler.php';
  11477.         $a = ($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'] ?? $this->getListingManagerService());
  11478.         if (isset($this->privates['.messenger.handler_descriptor.dc.1.bo'])) {
  11479.             return $this->privates['.messenger.handler_descriptor.dc.1.bo'];
  11480.         }
  11481.         return $this->privates['.messenger.handler_descriptor.dc.1.bo'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\Listing\SyncListingProjectHandler(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $a), []);
  11482.     }
  11483.     /**
  11484.      * Gets the private '.messenger.handler_descriptor.kQwQsvy' shared service.
  11485.      *
  11486.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  11487.      */
  11488.     protected function get_Messenger_HandlerDescriptor_KQwQsvyService()
  11489.     {
  11490.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  11491.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  11492.         include_once \dirname(__DIR__4).'/src/App/MessageHandler/Location/AdminImportLocationsHandler.php';
  11493.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  11494.         if (isset($this->privates['.messenger.handler_descriptor.kQwQsvy'])) {
  11495.             return $this->privates['.messenger.handler_descriptor.kQwQsvy'];
  11496.         }
  11497.         $b = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LocationManager'] ?? $this->getLocationManagerService());
  11498.         if (isset($this->privates['.messenger.handler_descriptor.kQwQsvy'])) {
  11499.             return $this->privates['.messenger.handler_descriptor.kQwQsvy'];
  11500.         }
  11501.         return $this->privates['.messenger.handler_descriptor.kQwQsvy'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\Location\AdminImportLocationsHandler(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $a$b), []);
  11502.     }
  11503.     /**
  11504.      * Gets the private '.messenger.handler_descriptor.sRwIAy8' shared service.
  11505.      *
  11506.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  11507.      */
  11508.     protected function get_Messenger_HandlerDescriptor_SRwIAy8Service()
  11509.     {
  11510.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  11511.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  11512.         include_once \dirname(__DIR__4).'/src/App/MessageHandler/Listing/AfterChangeStatusHandler.php';
  11513.         $a = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\LocationRepository'] ?? $this->getLocationRepositoryService());
  11514.         if (isset($this->privates['.messenger.handler_descriptor.sRwIAy8'])) {
  11515.             return $this->privates['.messenger.handler_descriptor.sRwIAy8'];
  11516.         }
  11517.         $b = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V4\\LocationService'] ?? $this->getLocationServiceService());
  11518.         if (isset($this->privates['.messenger.handler_descriptor.sRwIAy8'])) {
  11519.             return $this->privates['.messenger.handler_descriptor.sRwIAy8'];
  11520.         }
  11521.         $c = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  11522.         if (isset($this->privates['.messenger.handler_descriptor.sRwIAy8'])) {
  11523.             return $this->privates['.messenger.handler_descriptor.sRwIAy8'];
  11524.         }
  11525.         return $this->privates['.messenger.handler_descriptor.sRwIAy8'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\Listing\AfterChangeStatusHandler(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $a$b, ($this->services['Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingRepository'] ?? $this->getListingRepositoryService()), $c), []);
  11526.     }
  11527.     /**
  11528.      * Gets the private '.messenger.handler_descriptor.tGvt0LH' shared service.
  11529.      *
  11530.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  11531.      */
  11532.     protected function get_Messenger_HandlerDescriptor_TGvt0LHService()
  11533.     {
  11534.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  11535.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Messenger/MessageHandler.php';
  11536.         $a = ($this->privates['mailer.transports'] ?? $this->getMailer_TransportsService());
  11537.         if (isset($this->privates['.messenger.handler_descriptor.tGvt0LH'])) {
  11538.             return $this->privates['.messenger.handler_descriptor.tGvt0LH'];
  11539.         }
  11540.         return $this->privates['.messenger.handler_descriptor.tGvt0LH'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \Symfony\Component\Mailer\Messenger\MessageHandler($a), []);
  11541.     }
  11542.     /**
  11543.      * Gets the private '.messenger.handler_descriptor.y6aMxSF' shared service.
  11544.      *
  11545.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  11546.      */
  11547.     protected function get_Messenger_HandlerDescriptor_Y6aMxSFService()
  11548.     {
  11549.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  11550.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  11551.         include_once \dirname(__DIR__4).'/src/App/MessageHandler/User/UpdateClientServedCountForUserMessageHandler.php';
  11552.         $a = ($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserManager'] ?? $this->getUserManagerService());
  11553.         if (isset($this->privates['.messenger.handler_descriptor.y6aMxSF'])) {
  11554.             return $this->privates['.messenger.handler_descriptor.y6aMxSF'];
  11555.         }
  11556.         return $this->privates['.messenger.handler_descriptor.y6aMxSF'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\User\UpdateClientServedCountForUserMessageHandler($a, ($this->privates['snc_redis.default'] ?? $this->getSncRedis_DefaultService())), []);
  11557.     }
  11558.     /**
  11559.      * Gets the private '.monolog.command.server_log.lazy' shared service.
  11560.      *
  11561.      * @return \Symfony\Component\Console\Command\LazyCommand
  11562.      */
  11563.     protected function get_Monolog_Command_ServerLog_LazyService()
  11564.     {
  11565.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11566.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11567.         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 {
  11568.             return ($this->privates['monolog.command.server_log'] ?? $this->getMonolog_Command_ServerLogService());
  11569.         });
  11570.     }
  11571.     /**
  11572.      * Gets the private '.security.command.debug_firewall.lazy' shared service.
  11573.      *
  11574.      * @return \Symfony\Component\Console\Command\LazyCommand
  11575.      */
  11576.     protected function get_Security_Command_DebugFirewall_LazyService()
  11577.     {
  11578.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11579.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11580.         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 {
  11581.             return ($this->privates['security.command.debug_firewall'] ?? $this->getSecurity_Command_DebugFirewallService());
  11582.         });
  11583.     }
  11584.     /**
  11585.      * Gets the private '.security.command.user_password_encoder.lazy' shared service.
  11586.      *
  11587.      * @return \Symfony\Component\Console\Command\LazyCommand
  11588.      */
  11589.     protected function get_Security_Command_UserPasswordEncoder_LazyService()
  11590.     {
  11591.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11592.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11593.         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 {
  11594.             return ($this->privates['security.command.user_password_encoder'] ?? $this->getSecurity_Command_UserPasswordEncoderService());
  11595.         });
  11596.     }
  11597.     /**
  11598.      * Gets the private '.security.command.user_password_hash.lazy' shared service.
  11599.      *
  11600.      * @return \Symfony\Component\Console\Command\LazyCommand
  11601.      */
  11602.     protected function get_Security_Command_UserPasswordHash_LazyService()
  11603.     {
  11604.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11605.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11606.         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 {
  11607.             return ($this->privates['security.command.user_password_hash'] ?? $this->getSecurity_Command_UserPasswordHashService());
  11608.         });
  11609.     }
  11610.     /**
  11611.      * Gets the private '.service_locator..h5RDax' shared service.
  11612.      *
  11613.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11614.      */
  11615.     protected function get_ServiceLocator__H5RDaxService()
  11616.     {
  11617.         return $this->privates['.service_locator..h5RDax'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11618.             'listing' => ['privates''.errored..service_locator..h5RDax.Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing'NULL'Cannot autowire service ".service_locator..h5RDax": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing" but no such service exists.'],
  11619.         ], [
  11620.             'listing' => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing',
  11621.         ]);
  11622.     }
  11623.     /**
  11624.      * Gets the private '.service_locator.05NpXBu' shared service.
  11625.      *
  11626.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11627.      */
  11628.     protected function get_ServiceLocator_05NpXBuService()
  11629.     {
  11630.         return $this->privates['.service_locator.05NpXBu'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11631.             'leadRepository' => ['privates''App\\Repository\\Lead\\LeadRepository''getLeadRepositoryService'false],
  11632.             'leadService' => ['privates''App\\Service\\Lead\\LeadService''getLeadServiceService'false],
  11633.         ], [
  11634.             'leadRepository' => 'App\\Repository\\Lead\\LeadRepository',
  11635.             'leadService' => 'App\\Service\\Lead\\LeadService',
  11636.         ]);
  11637.     }
  11638.     /**
  11639.      * Gets the private '.service_locator.0CRMPWH' shared service.
  11640.      *
  11641.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11642.      */
  11643.     protected function get_ServiceLocator_0CRMPWHService()
  11644.     {
  11645.         return $this->privates['.service_locator.0CRMPWH'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11646.             'broker' => ['privates''Aqarmap\\Bundle\\BrokerSalesBundle\\Entity\\Broker''getBrokerService'false],
  11647.         ], [
  11648.             'broker' => 'Aqarmap\\Bundle\\BrokerSalesBundle\\Entity\\Broker',
  11649.         ]);
  11650.     }
  11651.     /**
  11652.      * Gets the private '.service_locator.0U7N9yd' shared service.
  11653.      *
  11654.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11655.      */
  11656.     protected function get_ServiceLocator_0U7N9ydService()
  11657.     {
  11658.         return $this->privates['.service_locator.0U7N9yd'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11659.             'documentManager' => ['services''doctrine_mongodb.odm.default_document_manager''getDoctrineMongodb_Odm_DefaultDocumentManagerService'false],
  11660.             'paginator' => ['services''knp_paginator''getKnpPaginatorService'false],
  11661.         ], [
  11662.             'documentManager' => '?',
  11663.             'paginator' => '?',
  11664.         ]);
  11665.     }
  11666.     /**
  11667.      * Gets the private '.service_locator.0XB_Fvv' shared service.
  11668.      *
  11669.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11670.      */
  11671.     protected function get_ServiceLocator_0XBFvvService()
  11672.     {
  11673.         return $this->privates['.service_locator.0XB_Fvv'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11674.             'paginator' => ['services''knp_paginator''getKnpPaginatorService'false],
  11675.             'seller' => ['privates''Aqarmap\\Bundle\\BrokerSalesBundle\\Entity\\Seller''getSellerService'false],
  11676.         ], [
  11677.             'paginator' => '?',
  11678.             'seller' => 'Aqarmap\\Bundle\\BrokerSalesBundle\\Entity\\Seller',
  11679.         ]);
  11680.     }
  11681.     /**
  11682.      * Gets the private '.service_locator.0YeVgFJ' shared service.
  11683.      *
  11684.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11685.      */
  11686.     protected function get_ServiceLocator_0YeVgFJService()
  11687.     {
  11688.         return $this->privates['.service_locator.0YeVgFJ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11689.             'subscriptionPlanRepository' => ['privates''App\\Repository\\Subscriptions\\SubscriptionPlanRepository''getSubscriptionPlanRepositoryService'false],
  11690.         ], [
  11691.             'subscriptionPlanRepository' => 'App\\Repository\\Subscriptions\\SubscriptionPlanRepository',
  11692.         ]);
  11693.     }
  11694.     /**
  11695.      * Gets the private '.service_locator.0ea3J8t' shared service.
  11696.      *
  11697.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11698.      */
  11699.     protected function get_ServiceLocator_0ea3J8tService()
  11700.     {
  11701.         return $this->privates['.service_locator.0ea3J8t'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11702.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  11703.             'listing' => ['privates''.errored..service_locator.0ea3J8t.Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing'NULL'Cannot autowire service ".service_locator.0ea3J8t": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing" but no such service exists.'],
  11704.             'listingNoteRepository' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingNoteRepository''getListingNoteRepositoryService'false],
  11705.         ], [
  11706.             'em' => '?',
  11707.             'listing' => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing',
  11708.             'listingNoteRepository' => 'Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingNoteRepository',
  11709.         ]);
  11710.     }
  11711.     /**
  11712.      * Gets the private '.service_locator.0qmhlcG' shared service.
  11713.      *
  11714.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11715.      */
  11716.     protected function get_ServiceLocator_0qmhlcGService()
  11717.     {
  11718.         return $this->privates['.service_locator.0qmhlcG'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11719.             'documentManager' => ['services''doctrine_mongodb.odm.default_document_manager''getDoctrineMongodb_Odm_DefaultDocumentManagerService'false],
  11720.         ], [
  11721.             'documentManager' => '?',
  11722.         ]);
  11723.     }
  11724.     /**
  11725.      * Gets the private '.service_locator.10P59hg' shared service.
  11726.      *
  11727.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11728.      */
  11729.     protected function get_ServiceLocator_10P59hgService()
  11730.     {
  11731.         return $this->privates['.service_locator.10P59hg'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11732.             'listingManager' => ['services''Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager''getListingManagerService'false],
  11733.             'sectionRepository' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\SectionRepository''getSectionRepositoryService'false],
  11734.         ], [
  11735.             'listingManager' => 'Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager',
  11736.             'sectionRepository' => 'Aqarmap\\Bundle\\ListingBundle\\Repository\\SectionRepository',
  11737.         ]);
  11738.     }
  11739.     /**
  11740.      * Gets the private '.service_locator.15Qxs4f' shared service.
  11741.      *
  11742.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11743.      */
  11744.     protected function get_ServiceLocator_15Qxs4fService()
  11745.     {
  11746.         return $this->privates['.service_locator.15Qxs4f'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11747.             'leadRepository' => ['privates''App\\Repository\\Lead\\LeadRepository''getLeadRepositoryService'false],
  11748.             'listing' => ['privates''.errored..service_locator.15Qxs4f.Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing'NULL'Cannot autowire service ".service_locator.15Qxs4f": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing" but no such service exists.'],
  11749.             'userRepository' => ['privates''Aqarmap\\Bundle\\UserBundle\\Repository\\UserRepository''getUserRepositoryService'false],
  11750.         ], [
  11751.             'leadRepository' => 'App\\Repository\\Lead\\LeadRepository',
  11752.             'listing' => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing',
  11753.             'userRepository' => 'Aqarmap\\Bundle\\UserBundle\\Repository\\UserRepository',
  11754.         ]);
  11755.     }
  11756.     /**
  11757.      * Gets the private '.service_locator.1dCwSD2' shared service.
  11758.      *
  11759.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11760.      */
  11761.     protected function get_ServiceLocator_1dCwSD2Service()
  11762.     {
  11763.         return $this->privates['.service_locator.1dCwSD2'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11764.             'default' => ['privates''messenger.transport.default''getMessenger_Transport_DefaultService'false],
  11765.             'external' => ['privates''messenger.transport.external''getMessenger_Transport_ExternalService'false],
  11766.             'failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  11767.             'failed_mailer' => ['privates''messenger.transport.failed_mailer''getMessenger_Transport_FailedMailerService'false],
  11768.             'fasttrack' => ['privates''messenger.transport.fasttrack''getMessenger_Transport_FasttrackService'false],
  11769.             'interactions' => ['privates''messenger.transport.interactions''getMessenger_Transport_InteractionsService'false],
  11770.             'mailer' => ['privates''messenger.transport.mailer''getMessenger_Transport_MailerService'false],
  11771.             'messenger.transport.default' => ['privates''messenger.transport.default''getMessenger_Transport_DefaultService'false],
  11772.             'messenger.transport.external' => ['privates''messenger.transport.external''getMessenger_Transport_ExternalService'false],
  11773.             'messenger.transport.failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  11774.             'messenger.transport.failed_mailer' => ['privates''messenger.transport.failed_mailer''getMessenger_Transport_FailedMailerService'false],
  11775.             'messenger.transport.fasttrack' => ['privates''messenger.transport.fasttrack''getMessenger_Transport_FasttrackService'false],
  11776.             'messenger.transport.interactions' => ['privates''messenger.transport.interactions''getMessenger_Transport_InteractionsService'false],
  11777.             'messenger.transport.mailer' => ['privates''messenger.transport.mailer''getMessenger_Transport_MailerService'false],
  11778.         ], [
  11779.             'default' => '?',
  11780.             'external' => '?',
  11781.             'failed' => '?',
  11782.             'failed_mailer' => '?',
  11783.             'fasttrack' => '?',
  11784.             'interactions' => '?',
  11785.             'mailer' => '?',
  11786.             'messenger.transport.default' => '?',
  11787.             'messenger.transport.external' => '?',
  11788.             'messenger.transport.failed' => '?',
  11789.             'messenger.transport.failed_mailer' => '?',
  11790.             'messenger.transport.fasttrack' => '?',
  11791.             'messenger.transport.interactions' => '?',
  11792.             'messenger.transport.mailer' => '?',
  11793.         ]);
  11794.     }
  11795.     /**
  11796.      * Gets the private '.service_locator.2395Z6t' shared service.
  11797.      *
  11798.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11799.      */
  11800.     protected function get_ServiceLocator_2395Z6tService()
  11801.     {
  11802.         return $this->privates['.service_locator.2395Z6t'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11803.             'bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  11804.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  11805.         ], [
  11806.             'bus' => '?',
  11807.             'entityManager' => '?',
  11808.         ]);
  11809.     }
  11810.     /**
  11811.      * Gets the private '.service_locator.2AJALl2' shared service.
  11812.      *
  11813.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11814.      */
  11815.     protected function get_ServiceLocator_2AJALl2Service()
  11816.     {
  11817.         return $this->privates['.service_locator.2AJALl2'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11818.             'listingFaqService' => ['privates''Aqarmap\\Bundle\\SearchBundle\\Services\\ListingFaqService''getListingFaqServiceService'false],
  11819.             'propertyType' => ['privates''.errored..service_locator.2AJALl2.Aqarmap\\Bundle\\ListingBundle\\Entity\\PropertyType'NULL'Cannot autowire service ".service_locator.2AJALl2": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\PropertyType" but no such service exists.'],
  11820.             'section' => ['privates''.errored..service_locator.2AJALl2.Aqarmap\\Bundle\\ListingBundle\\Entity\\Section'NULL'Cannot autowire service ".service_locator.2AJALl2": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Section" but no such service exists.'],
  11821.         ], [
  11822.             'listingFaqService' => 'Aqarmap\\Bundle\\SearchBundle\\Services\\ListingFaqService',
  11823.             'propertyType' => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\PropertyType',
  11824.             'section' => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\Section',
  11825.         ]);
  11826.     }
  11827.     /**
  11828.      * Gets the private '.service_locator.2M9KHMg' shared service.
  11829.      *
  11830.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11831.      */
  11832.     protected function get_ServiceLocator_2M9KHMgService()
  11833.     {
  11834.         return $this->privates['.service_locator.2M9KHMg'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11835.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  11836.             'paymentManager' => ['privates''Aqarmap\\Bundle\\PaymentBundle\\Service\\PaymentManager''getPaymentManagerService'false],
  11837.             'user' => ['privates''.errored..service_locator.2M9KHMg.Aqarmap\\Bundle\\UserBundle\\Entity\\User'NULL'Cannot autowire service ".service_locator.2M9KHMg": it references class "Aqarmap\\Bundle\\UserBundle\\Entity\\User" but no such service exists.'],
  11838.         ], [
  11839.             'entityManager' => '?',
  11840.             'paymentManager' => 'Aqarmap\\Bundle\\PaymentBundle\\Service\\PaymentManager',
  11841.             'user' => 'Aqarmap\\Bundle\\UserBundle\\Entity\\User',
  11842.         ]);
  11843.     }
  11844.     /**
  11845.      * Gets the private '.service_locator.2Ub4lmw' shared service.
  11846.      *
  11847.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11848.      */
  11849.     protected function get_ServiceLocator_2Ub4lmwService()
  11850.     {
  11851.         return $this->privates['.service_locator.2Ub4lmw'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11852.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  11853.             'user' => ['privates''.errored..service_locator.2Ub4lmw.Aqarmap\\Bundle\\UserBundle\\Entity\\User'NULL'Cannot autowire service ".service_locator.2Ub4lmw": it references class "Aqarmap\\Bundle\\UserBundle\\Entity\\User" but no such service exists.'],
  11854.         ], [
  11855.             'em' => '?',
  11856.             'user' => 'Aqarmap\\Bundle\\UserBundle\\Entity\\User',
  11857.         ]);
  11858.     }
  11859.     /**
  11860.      * Gets the private '.service_locator.2_6UvMb' shared service.
  11861.      *
  11862.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11863.      */
  11864.     protected function get_ServiceLocator_26UvMbService()
  11865.     {
  11866.         return $this->privates['.service_locator.2_6UvMb'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11867.             'comment' => ['privates''.errored..service_locator.2_6UvMb.Aqarmap\\Bundle\\DiscussionBundle\\Entity\\Comment'NULL'Cannot autowire service ".service_locator.2_6UvMb": it references class "Aqarmap\\Bundle\\DiscussionBundle\\Entity\\Comment" but no such service exists.'],
  11868.         ], [
  11869.             'comment' => 'Aqarmap\\Bundle\\DiscussionBundle\\Entity\\Comment',
  11870.         ]);
  11871.     }
  11872.     /**
  11873.      * Gets the private '.service_locator.3.is40S' shared service.
  11874.      *
  11875.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11876.      */
  11877.     protected function get_ServiceLocator_3_Is40SService()
  11878.     {
  11879.         return $this->privates['.service_locator.3.is40S'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11880.             'propertyType' => ['privates''.errored..service_locator.3.is40S.Aqarmap\\Bundle\\ListingBundle\\Entity\\PropertyType'NULL'Cannot autowire service ".service_locator.3.is40S": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\PropertyType" but no such service exists.'],
  11881.         ], [
  11882.             'propertyType' => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\PropertyType',
  11883.         ]);
  11884.     }
  11885.     /**
  11886.      * Gets the private '.service_locator.3Dofsr4' shared service.
  11887.      *
  11888.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11889.      */
  11890.     protected function get_ServiceLocator_3Dofsr4Service()
  11891.     {
  11892.         return $this->privates['.service_locator.3Dofsr4'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11893.             'user' => ['privates''.errored..service_locator.3Dofsr4.Aqarmap\\Bundle\\UserBundle\\Entity\\User'NULL'Cannot autowire service ".service_locator.3Dofsr4": it references class "Aqarmap\\Bundle\\UserBundle\\Entity\\User" but no such service exists.'],
  11894.             'userDomain' => ['privates''.errored..service_locator.3Dofsr4.Aqarmap\\Bundle\\UserBundle\\Entity\\UserDomain'NULL'Cannot autowire service ".service_locator.3Dofsr4": it references class "Aqarmap\\Bundle\\UserBundle\\Entity\\UserDomain" but no such service exists.'],
  11895.         ], [
  11896.             'user' => 'Aqarmap\\Bundle\\UserBundle\\Entity\\User',
  11897.             'userDomain' => 'Aqarmap\\Bundle\\UserBundle\\Entity\\UserDomain',
  11898.         ]);
  11899.     }
  11900.     /**
  11901.      * Gets the private '.service_locator.3jBAVWJ' shared service.
  11902.      *
  11903.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11904.      */
  11905.     protected function get_ServiceLocator_3jBAVWJService()
  11906.     {
  11907.         return $this->privates['.service_locator.3jBAVWJ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11908.             'featureToggleManager' => ['services''Aqarmap\\Bundle\\FeatureToggleBundle\\Service\\FeatureToggleManager''getFeatureToggleManagerService'false],
  11909.             'listing' => ['privates''.errored..service_locator.3jBAVWJ.Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing'NULL'Cannot autowire service ".service_locator.3jBAVWJ": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing" but no such service exists.'],
  11910.         ], [
  11911.             'featureToggleManager' => 'Aqarmap\\Bundle\\FeatureToggleBundle\\Service\\FeatureToggleManager',
  11912.             'listing' => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing',
  11913.         ]);
  11914.     }
  11915.     /**
  11916.      * Gets the private '.service_locator.48PMbZa' shared service.
  11917.      *
  11918.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11919.      */
  11920.     protected function get_ServiceLocator_48PMbZaService()
  11921.     {
  11922.         return $this->privates['.service_locator.48PMbZa'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11923.             'listing' => ['privates''.errored..service_locator.48PMbZa.Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing'NULL'Cannot autowire service ".service_locator.48PMbZa": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing" but no such service exists.'],
  11924.             'listingManager' => ['services''Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager''getListingManagerService'false],
  11925.         ], [
  11926.             'listing' => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing',
  11927.             'listingManager' => 'Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager',
  11928.         ]);
  11929.     }
  11930.     /**
  11931.      * Gets the private '.service_locator.4CTW3Co' shared service.
  11932.      *
  11933.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11934.      */
  11935.     protected function get_ServiceLocator_4CTW3CoService()
  11936.     {
  11937.         return $this->privates['.service_locator.4CTW3Co'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11938.             'listing' => ['privates''.errored..service_locator.4CTW3Co.Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing'NULL'Cannot autowire service ".service_locator.4CTW3Co": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing" but no such service exists.'],
  11939.             'userPackagesService' => ['privates''Aqarmap\\Bundle\\UserBundle\\Services\\UserPackagesService''getUserPackagesServiceService'false],
  11940.         ], [
  11941.             'listing' => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing',
  11942.             'userPackagesService' => 'Aqarmap\\Bundle\\UserBundle\\Services\\UserPackagesService',
  11943.         ]);
  11944.     }
  11945.     /**
  11946.      * Gets the private '.service_locator.4HSYFD.' shared service.
  11947.      *
  11948.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11949.      */
  11950.     protected function get_ServiceLocator_4HSYFD_Service()
  11951.     {
  11952.         return $this->privates['.service_locator.4HSYFD.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11953.             'subscriptionManager' => ['privates''App\\Service\\User\\SubscriptionManager''getSubscriptionManagerService'false],
  11954.             'subscriptionPlanRepository' => ['privates''App\\Repository\\Subscriptions\\SubscriptionPlanRepository''getSubscriptionPlanRepositoryService'false],
  11955.             'userCardRepository' => ['privates''App\\Repository\\User\\UserCardRepository''getUserCardRepositoryService'false],
  11956.             'userSubscriptionRepository' => ['privates''App\\Repository\\Subscriptions\\UserSubscriptionRepository''getUserSubscriptionRepositoryService'false],
  11957.         ], [
  11958.             'subscriptionManager' => 'App\\Service\\User\\SubscriptionManager',
  11959.             'subscriptionPlanRepository' => 'App\\Repository\\Subscriptions\\SubscriptionPlanRepository',
  11960.             'userCardRepository' => 'App\\Repository\\User\\UserCardRepository',
  11961.             'userSubscriptionRepository' => 'App\\Repository\\Subscriptions\\UserSubscriptionRepository',
  11962.         ]);
  11963.     }
  11964.     /**
  11965.      * Gets the private '.service_locator.4RkZoSP' shared service.
  11966.      *
  11967.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11968.      */
  11969.     protected function get_ServiceLocator_4RkZoSPService()
  11970.     {
  11971.         return $this->privates['.service_locator.4RkZoSP'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11972.             'broker' => ['privates''Aqarmap\\Bundle\\BrokerSalesBundle\\Entity\\Broker''getBrokerService'false],
  11973.             'paginator' => ['services''knp_paginator''getKnpPaginatorService'false],
  11974.         ], [
  11975.             'broker' => 'Aqarmap\\Bundle\\BrokerSalesBundle\\Entity\\Broker',
  11976.             'paginator' => '?',
  11977.         ]);
  11978.     }
  11979.     /**
  11980.      * Gets the private '.service_locator.4Y9JfYU' shared service.
  11981.      *
  11982.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11983.      */
  11984.     protected function get_ServiceLocator_4Y9JfYUService()
  11985.     {
  11986.         return $this->privates['.service_locator.4Y9JfYU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11987.             'company' => ['privates''Aqarmap\\Bundle\\CRMBundle\\Entity\\Company''getCompanyService'false],
  11988.             'userManager' => ['services''fos_user.user_manager''getFosUser_UserManagerService'false],
  11989.         ], [
  11990.             'company' => 'Aqarmap\\Bundle\\CRMBundle\\Entity\\Company',
  11991.             'userManager' => '?',
  11992.         ]);
  11993.     }
  11994.     /**
  11995.      * Gets the private '.service_locator.4mzSDFD' shared service.
  11996.      *
  11997.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11998.      */
  11999.     protected function get_ServiceLocator_4mzSDFDService()
  12000.     {
  12001.         return $this->privates['.service_locator.4mzSDFD'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12002.             'bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  12003.         ], [
  12004.             'bus' => '?',
  12005.         ]);
  12006.     }
  12007.     /**
  12008.      * Gets the private '.service_locator.5DRJAs3' shared service.
  12009.      *
  12010.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12011.      */
  12012.     protected function get_ServiceLocator_5DRJAs3Service()
  12013.     {
  12014.         return $this->privates['.service_locator.5DRJAs3'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12015.             'leadService' => ['privates''App\\Service\\Lead\\LeadService''getLeadServiceService'false],
  12016.             'subAccountService' => ['privates''App\\Service\\User\\SubAccountService''getSubAccountServiceService'false],
  12017.         ], [
  12018.             'leadService' => 'App\\Service\\Lead\\LeadService',
  12019.             'subAccountService' => 'App\\Service\\User\\SubAccountService',
  12020.         ]);
  12021.     }
  12022.     /**
  12023.      * Gets the private '.service_locator.5TZeRCE' shared service.
  12024.      *
  12025.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12026.      */
  12027.     protected function get_ServiceLocator_5TZeRCEService()
  12028.     {
  12029.         return $this->privates['.service_locator.5TZeRCE'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12030.             'downloadHandler' => ['services''vich_uploader.download_handler''getVichUploader_DownloadHandlerService'false],
  12031.             'file' => ['privates''.errored..service_locator.5TZeRCE.Aqarmap\\Bundle\\ListingBundle\\Entity\\File'NULL'Cannot autowire service ".service_locator.5TZeRCE": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\File" but no such service exists.'],
  12032.         ], [
  12033.             'downloadHandler' => '?',
  12034.             'file' => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\File',
  12035.         ]);
  12036.     }
  12037.     /**
  12038.      * Gets the private '.service_locator.5hsvZzn' shared service.
  12039.      *
  12040.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12041.      */
  12042.     protected function get_ServiceLocator_5hsvZznService()
  12043.     {
  12044.         return $this->privates['.service_locator.5hsvZzn'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12045.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  12046.             'listing' => ['privates''.errored..service_locator.5hsvZzn.Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing'NULL'Cannot autowire service ".service_locator.5hsvZzn": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing" but no such service exists.'],
  12047.             'listingRuleMatcher' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Service\\ListingRuleMatcher''getListingRuleMatcherService'false],
  12048.             'packagesRepository' => ['privates''Aqarmap\\Bundle\\UserBundle\\Repository\\UserPackagesRepository''getUserPackagesRepositoryService'false],
  12049.         ], [
  12050.             'entityManager' => '?',
  12051.             'listing' => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing',
  12052.             'listingRuleMatcher' => 'Aqarmap\\Bundle\\ListingBundle\\Service\\ListingRuleMatcher',
  12053.             'packagesRepository' => 'Aqarmap\\Bundle\\UserBundle\\Repository\\UserPackagesRepository',
  12054.         ]);
  12055.     }
  12056.     /**
  12057.      * Gets the private '.service_locator.5miB8_X' shared service.
  12058.      *
  12059.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12060.      */
  12061.     protected function get_ServiceLocator_5miB8XService()
  12062.     {
  12063.         return $this->privates['.service_locator.5miB8_X'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12064.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  12065.         ], [
  12066.             'em' => '?',
  12067.         ]);
  12068.     }
  12069.     /**
  12070.      * Gets the private '.service_locator.5usv1bv' shared service.
  12071.      *
  12072.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12073.      */
  12074.     protected function get_ServiceLocator_5usv1bvService()
  12075.     {
  12076.         return $this->privates['.service_locator.5usv1bv'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12077.             'eventDispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  12078.         ], [
  12079.             'eventDispatcher' => '?',
  12080.         ]);
  12081.     }
  12082.     /**
  12083.      * Gets the private '.service_locator.691P.J0' shared service.
  12084.      *
  12085.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12086.      */
  12087.     protected function get_ServiceLocator_691P_J0Service()
  12088.     {
  12089.         return $this->privates['.service_locator.691P.J0'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12090.             'listing' => ['privates''.errored..service_locator.691P.J0.Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing'NULL'Cannot autowire service ".service_locator.691P.J0": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing" but no such service exists.'],
  12091.         ], [
  12092.             'listing' => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing',
  12093.         ]);
  12094.     }
  12095.     /**
  12096.      * Gets the private '.service_locator.6JLV5pg' shared service.
  12097.      *
  12098.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12099.      */
  12100.     protected function get_ServiceLocator_6JLV5pgService()
  12101.     {
  12102.         return $this->privates['.service_locator.6JLV5pg'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12103.             'company' => ['privates''Aqarmap\\Bundle\\CRMBundle\\Entity\\Company''getCompanyService'false],
  12104.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  12105.         ], [
  12106.             'company' => 'Aqarmap\\Bundle\\CRMBundle\\Entity\\Company',
  12107.             'entityManager' => '?',
  12108.         ]);
  12109.     }
  12110.     /**
  12111.      * Gets the private '.service_locator.6U_jksk' shared service.
  12112.      *
  12113.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12114.      */
  12115.     protected function get_ServiceLocator_6UJkskService()
  12116.     {
  12117.         return $this->privates['.service_locator.6U_jksk'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12118.             'discussion' => ['privates''.errored..service_locator.6U_jksk.Aqarmap\\Bundle\\DiscussionBundle\\Entity\\Discussion'NULL'Cannot autowire service ".service_locator.6U_jksk": it references class "Aqarmap\\Bundle\\DiscussionBundle\\Entity\\Discussion" but no such service exists.'],
  12119.         ], [
  12120.             'discussion' => 'Aqarmap\\Bundle\\DiscussionBundle\\Entity\\Discussion',
  12121.         ]);
  12122.     }
  12123.     /**
  12124.      * Gets the private '.service_locator.6p_SLSM' shared service.
  12125.      *
  12126.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12127.      */
  12128.     protected function get_ServiceLocator_6pSLSMService()
  12129.     {
  12130.         return $this->privates['.service_locator.6p_SLSM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12131.             'event_dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  12132.             'security.event_dispatcher.api' => ['privates''security.event_dispatcher.api''getSecurity_EventDispatcher_ApiService'false],
  12133.             'security.event_dispatcher.api_v3' => ['privates''security.event_dispatcher.api_v3''getSecurity_EventDispatcher_ApiV3Service'false],
  12134.             'security.event_dispatcher.api_v3_anonymous_lead' => ['privates''security.event_dispatcher.api_v3_anonymous_lead''getSecurity_EventDispatcher_ApiV3AnonymousLeadService'false],
  12135.             'security.event_dispatcher.api_v4' => ['privates''security.event_dispatcher.api_v4''getSecurity_EventDispatcher_ApiV4Service'false],
  12136.             'security.event_dispatcher.api_v4_list_top_customers' => ['privates''security.event_dispatcher.api_v4_list_top_customers''getSecurity_EventDispatcher_ApiV4ListTopCustomersService'false],
  12137.             'security.event_dispatcher.aqarmap_api_user_personal_data' => ['privates''security.event_dispatcher.aqarmap_api_user_personal_data''getSecurity_EventDispatcher_AqarmapApiUserPersonalDataService'false],
  12138.             'security.event_dispatcher.main' => ['privates''security.event_dispatcher.main''getSecurity_EventDispatcher_MainService'false],
  12139.         ], [
  12140.             'event_dispatcher' => '?',
  12141.             'security.event_dispatcher.api' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  12142.             'security.event_dispatcher.api_v3' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  12143.             'security.event_dispatcher.api_v3_anonymous_lead' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  12144.             'security.event_dispatcher.api_v4' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  12145.             'security.event_dispatcher.api_v4_list_top_customers' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  12146.             'security.event_dispatcher.aqarmap_api_user_personal_data' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  12147.             'security.event_dispatcher.main' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  12148.         ]);
  12149.     }
  12150.     /**
  12151.      * Gets the private '.service_locator.6uOXFWy' shared service.
  12152.      *
  12153.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12154.      */
  12155.     protected function get_ServiceLocator_6uOXFWyService()
  12156.     {
  12157.         return $this->privates['.service_locator.6uOXFWy'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12158.             'listing' => ['privates''.errored..service_locator.6uOXFWy.Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing'NULL'Cannot autowire service ".service_locator.6uOXFWy": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing" but no such service exists.'],
  12159.             'photo' => ['privates''.errored..service_locator.6uOXFWy.Aqarmap\\Bundle\\ListingBundle\\Entity\\ListingPhoto'NULL'Cannot autowire service ".service_locator.6uOXFWy": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\ListingPhoto" but no such service exists.'],
  12160.         ], [
  12161.             'listing' => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing',
  12162.             'photo' => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\ListingPhoto',
  12163.         ]);
  12164.     }
  12165.     /**
  12166.      * Gets the private '.service_locator.6yCJIov' shared service.
  12167.      *
  12168.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12169.      */
  12170.     protected function get_ServiceLocator_6yCJIovService()
  12171.     {
  12172.         return $this->privates['.service_locator.6yCJIov'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12173.             'locationRepository' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\LocationRepository''getLocationRepositoryService'false],
  12174.             'propertyTypeRepository' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\PropertyTypeRepository''getPropertyTypeRepositoryService'false],
  12175.             'searchDescriptionBuilder' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Builder\\MetaTagsBuilder''getMetaTagsBuilderService'false],
  12176.             'sectionRepository' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\SectionRepository''getSectionRepositoryService'false],
  12177.         ], [
  12178.             'locationRepository' => 'Aqarmap\\Bundle\\ListingBundle\\Repository\\LocationRepository',
  12179.             'propertyTypeRepository' => 'Aqarmap\\Bundle\\ListingBundle\\Repository\\PropertyTypeRepository',
  12180.             'searchDescriptionBuilder' => '?',
  12181.             'sectionRepository' => 'Aqarmap\\Bundle\\ListingBundle\\Repository\\SectionRepository',
  12182.         ]);
  12183.     }
  12184.     /**
  12185.      * Gets the private '.service_locator.7Ryfzhm' shared service.
  12186.      *
  12187.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12188.      */
  12189.     protected function get_ServiceLocator_7RyfzhmService()
  12190.     {
  12191.         return $this->privates['.service_locator.7Ryfzhm'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12192.             'seller' => ['privates''Aqarmap\\Bundle\\BrokerSalesBundle\\Entity\\Seller''getSellerService'false],
  12193.         ], [
  12194.             'seller' => 'Aqarmap\\Bundle\\BrokerSalesBundle\\Entity\\Seller',
  12195.         ]);
  12196.     }
  12197.     /**
  12198.      * Gets the private '.service_locator.81.uOvc' shared service.
  12199.      *
  12200.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12201.      */
  12202.     protected function get_ServiceLocator_81_UOvcService()
  12203.     {
  12204.         return $this->privates['.service_locator.81.uOvc'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12205.             'user' => ['privates''.errored..service_locator.81.uOvc.Aqarmap\\Bundle\\UserBundle\\Entity\\User'NULL'Cannot autowire service ".service_locator.81.uOvc": it references class "Aqarmap\\Bundle\\UserBundle\\Entity\\User" but no such service exists.'],
  12206.             'userSubAccountRepository' => ['privates''App\\Repository\\User\\UserSubAccountRepository''getUserSubAccountRepositoryService'false],
  12207.         ], [
  12208.             'user' => 'Aqarmap\\Bundle\\UserBundle\\Entity\\User',
  12209.             'userSubAccountRepository' => 'App\\Repository\\User\\UserSubAccountRepository',
  12210.         ]);
  12211.     }
  12212.     /**
  12213.      * Gets the private '.service_locator.81H6ZId' shared service.
  12214.      *
  12215.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12216.      */
  12217.     protected function get_ServiceLocator_81H6ZIdService()
  12218.     {
  12219.         return $this->privates['.service_locator.81H6ZId'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12220.             'toggle' => ['privates''.errored..service_locator.81H6ZId.Aqarmap\\Bundle\\MainBundle\\Entity\\MobileSectionsToggles'NULL'Cannot autowire service ".service_locator.81H6ZId": it references class "Aqarmap\\Bundle\\MainBundle\\Entity\\MobileSectionsToggles" but no such service exists.'],
  12221.         ], [
  12222.             'toggle' => 'Aqarmap\\Bundle\\MainBundle\\Entity\\MobileSectionsToggles',
  12223.         ]);
  12224.     }
  12225.     /**
  12226.      * Gets the private '.service_locator.89oxtMu' shared service.
  12227.      *
  12228.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12229.      */
  12230.     protected function get_ServiceLocator_89oxtMuService()
  12231.     {
  12232.         return $this->privates['.service_locator.89oxtMu'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12233.             'locationRepository' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\LocationRepository''getLocationRepositoryService'false],
  12234.         ], [
  12235.             'locationRepository' => 'Aqarmap\\Bundle\\ListingBundle\\Repository\\LocationRepository',
  12236.         ]);
  12237.     }
  12238.     /**
  12239.      * Gets the private '.service_locator.9NPWjJJ' shared service.
  12240.      *
  12241.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12242.      */
  12243.     protected function get_ServiceLocator_9NPWjJJService()
  12244.     {
  12245.         return $this->privates['.service_locator.9NPWjJJ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12246.             'tokenStorage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  12247.         ], [
  12248.             'tokenStorage' => '?',
  12249.         ]);
  12250.     }
  12251.     /**
  12252.      * Gets the private '.service_locator.BirtPkH' shared service.
  12253.      *
  12254.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12255.      */
  12256.     protected function get_ServiceLocator_BirtPkHService()
  12257.     {
  12258.         return $this->privates['.service_locator.BirtPkH'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12259.             'oauthUtils' => ['privates''hwi_oauth.security.oauth_utils''getHwiOauth_Security_OauthUtilsService'false],
  12260.         ], [
  12261.             'oauthUtils' => '?',
  12262.         ]);
  12263.     }
  12264.     /**
  12265.      * Gets the private '.service_locator.C3YrtYY' shared service.
  12266.      *
  12267.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12268.      */
  12269.     protected function get_ServiceLocator_C3YrtYYService()
  12270.     {
  12271.         return $this->privates['.service_locator.C3YrtYY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12272.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  12273.             'location' => ['privates''.errored..service_locator.C3YrtYY.Aqarmap\\Bundle\\ListingBundle\\Entity\\Location'NULL'Cannot autowire service ".service_locator.C3YrtYY": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Location" but no such service exists.'],
  12274.             'propertyType' => ['privates''.errored..service_locator.C3YrtYY.Aqarmap\\Bundle\\ListingBundle\\Entity\\PropertyType'NULL'Cannot autowire service ".service_locator.C3YrtYY": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\PropertyType" but no such service exists.'],
  12275.         ], [
  12276.             'em' => '?',
  12277.             'location' => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\Location',
  12278.             'propertyType' => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\PropertyType',
  12279.         ]);
  12280.     }
  12281.     /**
  12282.      * Gets the private '.service_locator.C7sApcB' shared service.
  12283.      *
  12284.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12285.      */
  12286.     protected function get_ServiceLocator_C7sApcBService()
  12287.     {
  12288.         return $this->privates['.service_locator.C7sApcB'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12289.             'entity' => ['privates''.errored..service_locator.C7sApcB.Aqarmap\\Bundle\\NotifierBundle\\Entity\\Notifier'NULL'Cannot autowire service ".service_locator.C7sApcB": it references class "Aqarmap\\Bundle\\NotifierBundle\\Entity\\Notifier" but no such service exists.'],
  12290.         ], [
  12291.             'entity' => 'Aqarmap\\Bundle\\NotifierBundle\\Entity\\Notifier',
  12292.         ]);
  12293.     }
  12294.     /**
  12295.      * Gets the private '.service_locator.CmEcGGJ' shared service.
  12296.      *
  12297.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12298.      */
  12299.     protected function get_ServiceLocator_CmEcGGJService()
  12300.     {
  12301.         return $this->privates['.service_locator.CmEcGGJ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12302.             'listingManager' => ['services''Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager''getListingManagerService'false],
  12303.         ], [
  12304.             'listingManager' => 'Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager',
  12305.         ]);
  12306.     }
  12307.     /**
  12308.      * Gets the private '.service_locator.CpaXrFh' shared service.
  12309.      *
  12310.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12311.      */
  12312.     protected function get_ServiceLocator_CpaXrFhService()
  12313.     {
  12314.         return $this->privates['.service_locator.CpaXrFh'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12315.             'mailer' => ['privates''mailer.mailer''getMailer_MailerService'false],
  12316.         ], [
  12317.             'mailer' => '?',
  12318.         ]);
  12319.     }
  12320.     /**
  12321.      * Gets the private '.service_locator.Cv0rm0q' shared service.
  12322.      *
  12323.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12324.      */
  12325.     protected function get_ServiceLocator_Cv0rm0qService()
  12326.     {
  12327.         return $this->privates['.service_locator.Cv0rm0q'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12328.             'user' => ['privates''.errored..service_locator.Cv0rm0q.Aqarmap\\Bundle\\UserBundle\\Entity\\User'NULL'Cannot autowire service ".service_locator.Cv0rm0q": it references class "Aqarmap\\Bundle\\UserBundle\\Entity\\User" but no such service exists.'],
  12329.         ], [
  12330.             'user' => 'Aqarmap\\Bundle\\UserBundle\\Entity\\User',
  12331.         ]);
  12332.     }
  12333.     /**
  12334.      * Gets the private '.service_locator.CyC.Oyy' shared service.
  12335.      *
  12336.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12337.      */
  12338.     protected function get_ServiceLocator_CyC_OyyService()
  12339.     {
  12340.         return $this->privates['.service_locator.CyC.Oyy'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12341.             'cache' => ['services''cache.app''getCache_AppService'false],
  12342.         ], [
  12343.             'cache' => '?',
  12344.         ]);
  12345.     }
  12346.     /**
  12347.      * Gets the private '.service_locator.DhfpusR' shared service.
  12348.      *
  12349.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12350.      */
  12351.     protected function get_ServiceLocator_DhfpusRService()
  12352.     {
  12353.         return $this->privates['.service_locator.DhfpusR'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12354.             'feedback' => ['privates''.errored..service_locator.DhfpusR.Aqarmap\\Bundle\\MainBundle\\Entity\\Feedback'NULL'Cannot autowire service ".service_locator.DhfpusR": it references class "Aqarmap\\Bundle\\MainBundle\\Entity\\Feedback" but no such service exists.'],
  12355.         ], [
  12356.             'feedback' => 'Aqarmap\\Bundle\\MainBundle\\Entity\\Feedback',
  12357.         ]);
  12358.     }
  12359.     /**
  12360.      * Gets the private '.service_locator.Dvsigx3' shared service.
  12361.      *
  12362.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12363.      */
  12364.     protected function get_ServiceLocator_Dvsigx3Service()
  12365.     {
  12366.         return $this->privates['.service_locator.Dvsigx3'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12367.             'databaseNotification' => ['privates''Aqarmap\\Bundle\\NotificationBundle\\DatabaseNotification''getDatabaseNotificationService'false],
  12368.         ], [
  12369.             'databaseNotification' => 'Aqarmap\\Bundle\\NotificationBundle\\DatabaseNotification',
  12370.         ]);
  12371.     }
  12372.     /**
  12373.      * Gets the private '.service_locator.E5620._' shared service.
  12374.      *
  12375.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12376.      */
  12377.     protected function get_ServiceLocator_E5620_Service()
  12378.     {
  12379.         return $this->privates['.service_locator.E5620._'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12380.             'listing' => ['privates''.errored..service_locator.E5620._.Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing'NULL'Cannot autowire service ".service_locator.E5620._": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing" but no such service exists.'],
  12381.         ], [
  12382.             'listing' => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing',
  12383.         ]);
  12384.     }
  12385.     /**
  12386.      * Gets the private '.service_locator.EKpMssS' shared service.
  12387.      *
  12388.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12389.      */
  12390.     protected function get_ServiceLocator_EKpMssSService()
  12391.     {
  12392.         return $this->privates['.service_locator.EKpMssS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12393.             'bannersRepository' => ['privates''App\\Repository\\Banners\\BannersRepository''getBannersRepositoryService'false],
  12394.         ], [
  12395.             'bannersRepository' => 'App\\Repository\\Banners\\BannersRepository',
  12396.         ]);
  12397.     }
  12398.     /**
  12399.      * Gets the private '.service_locator.EWg.NYx' shared service.
  12400.      *
  12401.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12402.      */
  12403.     protected function get_ServiceLocator_EWg_NYxService()
  12404.     {
  12405.         return $this->privates['.service_locator.EWg.NYx'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12406.             'company' => ['privates''Aqarmap\\Bundle\\CRMBundle\\Entity\\Company''getCompanyService'false],
  12407.         ], [
  12408.             'company' => 'Aqarmap\\Bundle\\CRMBundle\\Entity\\Company',
  12409.         ]);
  12410.     }
  12411.     /**
  12412.      * Gets the private '.service_locator.EdCv38r' shared service.
  12413.      *
  12414.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12415.      */
  12416.     protected function get_ServiceLocator_EdCv38rService()
  12417.     {
  12418.         return $this->privates['.service_locator.EdCv38r'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12419.             'joinUs' => ['privates''.errored..service_locator.EdCv38r.Aqarmap\\Bundle\\MainBundle\\Entity\\JoinUs'NULL'Cannot autowire service ".service_locator.EdCv38r": it references class "Aqarmap\\Bundle\\MainBundle\\Entity\\JoinUs" but no such service exists.'],
  12420.         ], [
  12421.             'joinUs' => 'Aqarmap\\Bundle\\MainBundle\\Entity\\JoinUs',
  12422.         ]);
  12423.     }
  12424.     /**
  12425.      * Gets the private '.service_locator.Ef4Q2nx' shared service.
  12426.      *
  12427.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12428.      */
  12429.     protected function get_ServiceLocator_Ef4Q2nxService()
  12430.     {
  12431.         return $this->privates['.service_locator.Ef4Q2nx'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12432.             'dynamicQuestion' => ['privates''.errored..service_locator.Ef4Q2nx.Aqarmap\\Bundle\\CustomerProfilingBundle\\Entity\\DynamicQuestion'NULL'Cannot autowire service ".service_locator.Ef4Q2nx": it references class "Aqarmap\\Bundle\\CustomerProfilingBundle\\Entity\\DynamicQuestion" but no such service exists.'],
  12433.         ], [
  12434.             'dynamicQuestion' => 'Aqarmap\\Bundle\\CustomerProfilingBundle\\Entity\\DynamicQuestion',
  12435.         ]);
  12436.     }
  12437.     /**
  12438.      * Gets the private '.service_locator.Ef5rjrT' shared service.
  12439.      *
  12440.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12441.      */
  12442.     protected function get_ServiceLocator_Ef5rjrTService()
  12443.     {
  12444.         return $this->privates['.service_locator.Ef5rjrT'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12445.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  12446.             'userManager' => ['services''fos_user.user_manager''getFosUser_UserManagerService'false],
  12447.         ], [
  12448.             'em' => '?',
  12449.             'userManager' => '?',
  12450.         ]);
  12451.     }
  12452.     /**
  12453.      * Gets the private '.service_locator.EoCU_mv' shared service.
  12454.      *
  12455.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12456.      */
  12457.     protected function get_ServiceLocator_EoCUMvService()
  12458.     {
  12459.         return $this->privates['.service_locator.EoCU_mv'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12460.             'sectionRepository' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\SectionRepository''getSectionRepositoryService'false],
  12461.         ], [
  12462.             'sectionRepository' => 'Aqarmap\\Bundle\\ListingBundle\\Repository\\SectionRepository',
  12463.         ]);
  12464.     }
  12465.     /**
  12466.      * Gets the private '.service_locator.EqM7.cD' shared service.
  12467.      *
  12468.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12469.      */
  12470.     protected function get_ServiceLocator_EqM7_CDService()
  12471.     {
  12472.         return $this->privates['.service_locator.EqM7.cD'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12473.             'bannerService' => ['privates''App\\Service\\Banners\\BannerService''getBannerServiceService'false],
  12474.         ], [
  12475.             'bannerService' => 'App\\Service\\Banners\\BannerService',
  12476.         ]);
  12477.     }
  12478.     /**
  12479.      * Gets the private '.service_locator.EssOJru' shared service.
  12480.      *
  12481.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12482.      */
  12483.     protected function get_ServiceLocator_EssOJruService()
  12484.     {
  12485.         return $this->privates['.service_locator.EssOJru'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12486.             'security.firewall.map.context.anonymous_otp' => ['privates''security.firewall.map.context.anonymous_otp''getSecurity_Firewall_Map_Context_AnonymousOtpService'false],
  12487.             'security.firewall.map.context.api' => ['privates''security.firewall.map.context.api''getSecurity_Firewall_Map_Context_ApiService'false],
  12488.             'security.firewall.map.context.api_check_token_expiry_v4' => ['privates''security.firewall.map.context.api_check_token_expiry_v4''getSecurity_Firewall_Map_Context_ApiCheckTokenExpiryV4Service'false],
  12489.             'security.firewall.map.context.api_create_feedback_v3' => ['privates''security.firewall.map.context.api_create_feedback_v3''getSecurity_Firewall_Map_Context_ApiCreateFeedbackV3Service'false],
  12490.             'security.firewall.map.context.api_get_users_logo_v3' => ['privates''security.firewall.map.context.api_get_users_logo_v3''getSecurity_Firewall_Map_Context_ApiGetUsersLogoV3Service'false],
  12491.             'security.firewall.map.context.api_v2_list_top_customers' => ['privates''security.firewall.map.context.api_v2_list_top_customers''getSecurity_Firewall_Map_Context_ApiV2ListTopCustomersService'false],
  12492.             'security.firewall.map.context.api_v2_oauth_token' => ['privates''security.firewall.map.context.api_v2_oauth_token''getSecurity_Firewall_Map_Context_ApiV2OauthTokenService'false],
  12493.             'security.firewall.map.context.api_v3' => ['privates''security.firewall.map.context.api_v3''getSecurity_Firewall_Map_Context_ApiV3Service'false],
  12494.             'security.firewall.map.context.api_v3_anonymous_contact_seller' => ['privates''security.firewall.map.context.api_v3_anonymous_contact_seller''getSecurity_Firewall_Map_Context_ApiV3AnonymousContactSellerService'false],
  12495.             'security.firewall.map.context.api_v3_anonymous_feature-expiry-date' => ['privates''security.firewall.map.context.api_v3_anonymous_feature-expiry-date''getSecurity_Firewall_Map_Context_ApiV3AnonymousFeatureexpirydateService'false],
  12496.             'security.firewall.map.context.api_v3_anonymous_impressions' => ['privates''security.firewall.map.context.api_v3_anonymous_impressions''getSecurity_Firewall_Map_Context_ApiV3AnonymousImpressionsService'false],
  12497.             'security.firewall.map.context.api_v3_anonymous_lead' => ['privates''security.firewall.map.context.api_v3_anonymous_lead''getSecurity_Firewall_Map_Context_ApiV3AnonymousLeadService'false],
  12498.             'security.firewall.map.context.api_v3_anonymous_lead_without_user' => ['privates''security.firewall.map.context.api_v3_anonymous_lead_without_user''getSecurity_Firewall_Map_Context_ApiV3AnonymousLeadWithoutUserService'false],
  12499.             'security.firewall.map.context.api_v3_anonymous_listing_rate' => ['privates''security.firewall.map.context.api_v3_anonymous_listing_rate''getSecurity_Firewall_Map_Context_ApiV3AnonymousListingRateService'false],
  12500.             'security.firewall.map.context.api_v3_anonymous_location_search' => ['privates''security.firewall.map.context.api_v3_anonymous_location_search''getSecurity_Firewall_Map_Context_ApiV3AnonymousLocationSearchService'false],
  12501.             'security.firewall.map.context.api_v3_anonymous_location_search_without_slash' => ['privates''security.firewall.map.context.api_v3_anonymous_location_search_without_slash''getSecurity_Firewall_Map_Context_ApiV3AnonymousLocationSearchWithoutSlashService'false],
  12502.             'security.firewall.map.context.api_v3_anonymous_login' => ['privates''security.firewall.map.context.api_v3_anonymous_login''getSecurity_Firewall_Map_Context_ApiV3AnonymousLoginService'false],
  12503.             'security.firewall.map.context.api_v3_anonymous_nearby_locations' => ['privates''security.firewall.map.context.api_v3_anonymous_nearby_locations''getSecurity_Firewall_Map_Context_ApiV3AnonymousNearbyLocationsService'false],
  12504.             'security.firewall.map.context.api_v3_anonymous_rate_options' => ['privates''security.firewall.map.context.api_v3_anonymous_rate_options''getSecurity_Firewall_Map_Context_ApiV3AnonymousRateOptionsService'false],
  12505.             'security.firewall.map.context.api_v3_anonymous_rejection_reasons' => ['privates''security.firewall.map.context.api_v3_anonymous_rejection_reasons''getSecurity_Firewall_Map_Context_ApiV3AnonymousRejectionReasonsService'false],
  12506.             'security.firewall.map.context.api_v3_group_create_or_open' => ['privates''security.firewall.map.context.api_v3_group_create_or_open''getSecurity_Firewall_Map_Context_ApiV3GroupCreateOrOpenService'false],
  12507.             'security.firewall.map.context.api_v4' => ['privates''security.firewall.map.context.api_v4''getSecurity_Firewall_Map_Context_ApiV4Service'false],
  12508.             'security.firewall.map.context.api_v4_anonymous_edit_phone' => ['privates''security.firewall.map.context.api_v4_anonymous_edit_phone''getSecurity_Firewall_Map_Context_ApiV4AnonymousEditPhoneService'false],
  12509.             'security.firewall.map.context.api_v4_anonymous_filters' => ['privates''security.firewall.map.context.api_v4_anonymous_filters''getSecurity_Firewall_Map_Context_ApiV4AnonymousFiltersService'false],
  12510.             'security.firewall.map.context.api_v4_anonymous_find_listing' => ['privates''security.firewall.map.context.api_v4_anonymous_find_listing''getSecurity_Firewall_Map_Context_ApiV4AnonymousFindListingService'false],
  12511.             'security.firewall.map.context.api_v4_anonymous_location_children' => ['privates''security.firewall.map.context.api_v4_anonymous_location_children''getSecurity_Firewall_Map_Context_ApiV4AnonymousLocationChildrenService'false],
  12512.             'security.firewall.map.context.api_v4_anonymous_location_search' => ['privates''security.firewall.map.context.api_v4_anonymous_location_search''getSecurity_Firewall_Map_Context_ApiV4AnonymousLocationSearchService'false],
  12513.             'security.firewall.map.context.api_v4_anonymous_login_otp' => ['privates''security.firewall.map.context.api_v4_anonymous_login_otp''getSecurity_Firewall_Map_Context_ApiV4AnonymousLoginOtpService'false],
  12514.             'security.firewall.map.context.api_v4_anonymous_register' => ['privates''security.firewall.map.context.api_v4_anonymous_register''getSecurity_Firewall_Map_Context_ApiV4AnonymousRegisterService'false],
  12515.             'security.firewall.map.context.api_v4_anonymous_registeration_otp' => ['privates''security.firewall.map.context.api_v4_anonymous_registeration_otp''getSecurity_Firewall_Map_Context_ApiV4AnonymousRegisterationOtpService'false],
  12516.             'security.firewall.map.context.api_v4_list_top_customers' => ['privates''security.firewall.map.context.api_v4_list_top_customers''getSecurity_Firewall_Map_Context_ApiV4ListTopCustomersService'false],
  12517.             'security.firewall.map.context.api_v4_list_top_sellers' => ['privates''security.firewall.map.context.api_v4_list_top_sellers''getSecurity_Firewall_Map_Context_ApiV4ListTopSellersService'false],
  12518.             'security.firewall.map.context.api_v4_location_statistics_tree' => ['privates''security.firewall.map.context.api_v4_location_statistics_tree''getSecurity_Firewall_Map_Context_ApiV4LocationStatisticsTreeService'false],
  12519.             'security.firewall.map.context.api_v4_oauth_token' => ['privates''security.firewall.map.context.api_v4_oauth_token''getSecurity_Firewall_Map_Context_ApiV4OauthTokenService'false],
  12520.             'security.firewall.map.context.api_v4_resale_listings' => ['privates''security.firewall.map.context.api_v4_resale_listings''getSecurity_Firewall_Map_Context_ApiV4ResaleListingsService'false],
  12521.             'security.firewall.map.context.api_v4_user_locations_level' => ['privates''security.firewall.map.context.api_v4_user_locations_level''getSecurity_Firewall_Map_Context_ApiV4UserLocationsLevelService'false],
  12522.             'security.firewall.map.context.aqarmap_api_check_top_seller' => ['privates''security.firewall.map.context.aqarmap_api_check_top_seller''getSecurity_Firewall_Map_Context_AqarmapApiCheckTopSellerService'false],
  12523.             'security.firewall.map.context.aqarmap_api_get_coordinates' => ['privates''security.firewall.map.context.aqarmap_api_get_coordinates''getSecurity_Firewall_Map_Context_AqarmapApiGetCoordinatesService'false],
  12524.             'security.firewall.map.context.aqarmap_api_get_location_parents_v4' => ['privates''security.firewall.map.context.aqarmap_api_get_location_parents_v4''getSecurity_Firewall_Map_Context_AqarmapApiGetLocationParentsV4Service'false],
  12525.             'security.firewall.map.context.aqarmap_api_get_location_translation' => ['privates''security.firewall.map.context.aqarmap_api_get_location_translation''getSecurity_Firewall_Map_Context_AqarmapApiGetLocationTranslationService'false],
  12526.             'security.firewall.map.context.aqarmap_api_user_personal_data' => ['privates''security.firewall.map.context.aqarmap_api_user_personal_data''getSecurity_Firewall_Map_Context_AqarmapApiUserPersonalDataService'false],
  12527.             'security.firewall.map.context.aqarmap_api_v2_discussion_data' => ['privates''security.firewall.map.context.aqarmap_api_v2_discussion_data''getSecurity_Firewall_Map_Context_AqarmapApiV2DiscussionDataService'false],
  12528.             'security.firewall.map.context.contact_seller_v2' => ['privates''security.firewall.map.context.contact_seller_v2''getSecurity_Firewall_Map_Context_ContactSellerV2Service'false],
  12529.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'false],
  12530.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  12531.             'security.firewall.map.context.v4_api_create_call_request' => ['privates''security.firewall.map.context.v4_api_create_call_request''getSecurity_Firewall_Map_Context_V4ApiCreateCallRequestService'false],
  12532.         ], [
  12533.             'security.firewall.map.context.anonymous_otp' => '?',
  12534.             'security.firewall.map.context.api' => '?',
  12535.             'security.firewall.map.context.api_check_token_expiry_v4' => '?',
  12536.             'security.firewall.map.context.api_create_feedback_v3' => '?',
  12537.             'security.firewall.map.context.api_get_users_logo_v3' => '?',
  12538.             'security.firewall.map.context.api_v2_list_top_customers' => '?',
  12539.             'security.firewall.map.context.api_v2_oauth_token' => '?',
  12540.             'security.firewall.map.context.api_v3' => '?',
  12541.             'security.firewall.map.context.api_v3_anonymous_contact_seller' => '?',
  12542.             'security.firewall.map.context.api_v3_anonymous_feature-expiry-date' => '?',
  12543.             'security.firewall.map.context.api_v3_anonymous_impressions' => '?',
  12544.             'security.firewall.map.context.api_v3_anonymous_lead' => '?',
  12545.             'security.firewall.map.context.api_v3_anonymous_lead_without_user' => '?',
  12546.             'security.firewall.map.context.api_v3_anonymous_listing_rate' => '?',
  12547.             'security.firewall.map.context.api_v3_anonymous_location_search' => '?',
  12548.             'security.firewall.map.context.api_v3_anonymous_location_search_without_slash' => '?',
  12549.             'security.firewall.map.context.api_v3_anonymous_login' => '?',
  12550.             'security.firewall.map.context.api_v3_anonymous_nearby_locations' => '?',
  12551.             'security.firewall.map.context.api_v3_anonymous_rate_options' => '?',
  12552.             'security.firewall.map.context.api_v3_anonymous_rejection_reasons' => '?',
  12553.             'security.firewall.map.context.api_v3_group_create_or_open' => '?',
  12554.             'security.firewall.map.context.api_v4' => '?',
  12555.             'security.firewall.map.context.api_v4_anonymous_edit_phone' => '?',
  12556.             'security.firewall.map.context.api_v4_anonymous_filters' => '?',
  12557.             'security.firewall.map.context.api_v4_anonymous_find_listing' => '?',
  12558.             'security.firewall.map.context.api_v4_anonymous_location_children' => '?',
  12559.             'security.firewall.map.context.api_v4_anonymous_location_search' => '?',
  12560.             'security.firewall.map.context.api_v4_anonymous_login_otp' => '?',
  12561.             'security.firewall.map.context.api_v4_anonymous_register' => '?',
  12562.             'security.firewall.map.context.api_v4_anonymous_registeration_otp' => '?',
  12563.             'security.firewall.map.context.api_v4_list_top_customers' => '?',
  12564.             'security.firewall.map.context.api_v4_list_top_sellers' => '?',
  12565.             'security.firewall.map.context.api_v4_location_statistics_tree' => '?',
  12566.             'security.firewall.map.context.api_v4_oauth_token' => '?',
  12567.             'security.firewall.map.context.api_v4_resale_listings' => '?',
  12568.             'security.firewall.map.context.api_v4_user_locations_level' => '?',
  12569.             'security.firewall.map.context.aqarmap_api_check_top_seller' => '?',
  12570.             'security.firewall.map.context.aqarmap_api_get_coordinates' => '?',
  12571.             'security.firewall.map.context.aqarmap_api_get_location_parents_v4' => '?',
  12572.             'security.firewall.map.context.aqarmap_api_get_location_translation' => '?',
  12573.             'security.firewall.map.context.aqarmap_api_user_personal_data' => '?',
  12574.             'security.firewall.map.context.aqarmap_api_v2_discussion_data' => '?',
  12575.             'security.firewall.map.context.contact_seller_v2' => '?',
  12576.             'security.firewall.map.context.dev' => '?',
  12577.             'security.firewall.map.context.main' => '?',
  12578.             'security.firewall.map.context.v4_api_create_call_request' => '?',
  12579.         ]);
  12580.     }
  12581.     /**
  12582.      * Gets the private '.service_locator.EyfC0N4' shared service.
  12583.      *
  12584.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12585.      */
  12586.     protected function get_ServiceLocator_EyfC0N4Service()
  12587.     {
  12588.         return $this->privates['.service_locator.EyfC0N4'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12589.             'exchangeRequest' => ['privates''.errored..service_locator.EyfC0N4.Aqarmap\\Bundle\\ExchangeBundle\\Entity\\ExchangeRequest'NULL'Cannot autowire service ".service_locator.EyfC0N4": it references class "Aqarmap\\Bundle\\ExchangeBundle\\Entity\\ExchangeRequest" but no such service exists.'],
  12590.         ], [
  12591.             'exchangeRequest' => 'Aqarmap\\Bundle\\ExchangeBundle\\Entity\\ExchangeRequest',
  12592.         ]);
  12593.     }
  12594.     /**
  12595.      * Gets the private '.service_locator.F92OUdR' shared service.
  12596.      *
  12597.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12598.      */
  12599.     protected function get_ServiceLocator_F92OUdRService()
  12600.     {
  12601.         return $this->privates['.service_locator.F92OUdR'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12602.             'financialAid' => ['privates''.errored..service_locator.F92OUdR.Aqarmap\\Bundle\\FinancialAidsBundle\\Entity\\FinancialAid'NULL'Cannot autowire service ".service_locator.F92OUdR": it references class "Aqarmap\\Bundle\\FinancialAidsBundle\\Entity\\FinancialAid" but no such service exists.'],
  12603.         ], [
  12604.             'financialAid' => 'Aqarmap\\Bundle\\FinancialAidsBundle\\Entity\\FinancialAid',
  12605.         ]);
  12606.     }
  12607.     /**
  12608.      * Gets the private '.service_locator.FYC1ztD' shared service.
  12609.      *
  12610.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12611.      */
  12612.     protected function get_ServiceLocator_FYC1ztDService()
  12613.     {
  12614.         return $this->privates['.service_locator.FYC1ztD'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12615.             'SubscriptionPlan' => ['privates''.errored..service_locator.FYC1ztD.App\\Entity\\Subscriptions\\SubscriptionPlan'NULL'Cannot autowire service ".service_locator.FYC1ztD": it references class "App\\Entity\\Subscriptions\\SubscriptionPlan" but no such service exists.'],
  12616.         ], [
  12617.             'SubscriptionPlan' => 'App\\Entity\\Subscriptions\\SubscriptionPlan',
  12618.         ]);
  12619.     }
  12620.     /**
  12621.      * Gets the private '.service_locator.FYIkfU9' shared service.
  12622.      *
  12623.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12624.      */
  12625.     protected function get_ServiceLocator_FYIkfU9Service()
  12626.     {
  12627.         return $this->privates['.service_locator.FYIkfU9'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12628.             'id' => ['privates''Aqarmap\\Bundle\\CRMBundle\\Entity\\Staff''getStaffService'false],
  12629.         ], [
  12630.             'id' => 'Aqarmap\\Bundle\\CRMBundle\\Entity\\Staff',
  12631.         ]);
  12632.     }
  12633.     /**
  12634.      * Gets the private '.service_locator.FeEvP.H' shared service.
  12635.      *
  12636.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12637.      */
  12638.     protected function get_ServiceLocator_FeEvP_HService()
  12639.     {
  12640.         return $this->privates['.service_locator.FeEvP.H'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12641.             'subscriptionPlan' => ['privates''.errored..service_locator.FeEvP.H.App\\Entity\\Subscriptions\\SubscriptionPlan'NULL'Cannot autowire service ".service_locator.FeEvP.H": it references class "App\\Entity\\Subscriptions\\SubscriptionPlan" but no such service exists.'],
  12642.             'subscriptionPlansManager' => ['privates''App\\Service\\Subscriptions\\SubscriptionPlansManager''getSubscriptionPlansManagerService'false],
  12643.         ], [
  12644.             'subscriptionPlan' => 'App\\Entity\\Subscriptions\\SubscriptionPlan',
  12645.             'subscriptionPlansManager' => 'App\\Service\\Subscriptions\\SubscriptionPlansManager',
  12646.         ]);
  12647.     }
  12648.     /**
  12649.      * Gets the private '.service_locator.GNc8e5B' shared service.
  12650.      *
  12651.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12652.      */
  12653.     protected function get_ServiceLocator_GNc8e5BService()
  12654.     {
  12655.         return $this->privates['.service_locator.GNc8e5B'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12656.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  12657.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  12658.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  12659.             'message_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  12660.             'messenger.default_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  12661.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  12662.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  12663.             'router' => ['services''router''getRouterService'false],
  12664.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  12665.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  12666.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  12667.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  12668.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  12669.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  12670.         ], [
  12671.             'doctrine' => '?',
  12672.             'form.factory' => '?',
  12673.             'http_kernel' => '?',
  12674.             'message_bus' => '?',
  12675.             'messenger.default_bus' => '?',
  12676.             'parameter_bag' => '?',
  12677.             'request_stack' => '?',
  12678.             'router' => '?',
  12679.             'security.authorization_checker' => '?',
  12680.             'security.csrf.token_manager' => '?',
  12681.             'security.token_storage' => '?',
  12682.             'serializer' => '?',
  12683.             'session' => '.session.deprecated',
  12684.             'twig' => '?',
  12685.         ]);
  12686.     }
  12687.     /**
  12688.      * Gets the private '.service_locator.GedePMg' shared service.
  12689.      *
  12690.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12691.      */
  12692.     protected function get_ServiceLocator_GedePMgService()
  12693.     {
  12694.         return $this->privates['.service_locator.GedePMg'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12695.             'locationManager' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Service\\LocationManager''getLocationManagerService'false],
  12696.             'section' => ['privates''.errored..service_locator.GedePMg.Aqarmap\\Bundle\\ListingBundle\\Entity\\Section'NULL'Cannot autowire service ".service_locator.GedePMg": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Section" but no such service exists.'],
  12697.         ], [
  12698.             'locationManager' => 'Aqarmap\\Bundle\\ListingBundle\\Service\\LocationManager',
  12699.             'section' => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\Section',
  12700.         ]);
  12701.     }
  12702.     /**
  12703.      * Gets the private '.service_locator.HcMO1Gs' shared service.
  12704.      *
  12705.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12706.      */
  12707.     protected function get_ServiceLocator_HcMO1GsService()
  12708.     {
  12709.         return $this->privates['.service_locator.HcMO1Gs'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12710.             'paginator' => ['services''knp_paginator''getKnpPaginatorService'false],
  12711.             'templating' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  12712.         ], [
  12713.             'paginator' => '?',
  12714.             'templating' => '?',
  12715.         ]);
  12716.     }
  12717.     /**
  12718.      * Gets the private '.service_locator.IxKqzhS' shared service.
  12719.      *
  12720.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12721.      */
  12722.     protected function get_ServiceLocator_IxKqzhSService()
  12723.     {
  12724.         return $this->privates['.service_locator.IxKqzhS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12725.             'locationManager' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Service\\LocationManager''getLocationManagerService'false],
  12726.         ], [
  12727.             'locationManager' => 'Aqarmap\\Bundle\\ListingBundle\\Service\\LocationManager',
  12728.         ]);
  12729.     }
  12730.     /**
  12731.      * Gets the private '.service_locator.IxpZ58c' shared service.
  12732.      *
  12733.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12734.      */
  12735.     protected function get_ServiceLocator_IxpZ58cService()
  12736.     {
  12737.         return $this->privates['.service_locator.IxpZ58c'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12738.             'entity' => ['privates''.errored..service_locator.IxpZ58c.Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing'NULL'Cannot autowire service ".service_locator.IxpZ58c": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing" but no such service exists.'],
  12739.         ], [
  12740.             'entity' => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing',
  12741.         ]);
  12742.     }
  12743.     /**
  12744.      * Gets the private '.service_locator.J4vdJ1P' shared service.
  12745.      *
  12746.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12747.      */
  12748.     protected function get_ServiceLocator_J4vdJ1PService()
  12749.     {
  12750.         return $this->privates['.service_locator.J4vdJ1P'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12751.             'creditRepository' => ['privates''Aqarmap\\Bundle\\CreditBundle\\Repository\\CreditRepository''getCreditRepositoryService'false],
  12752.             'formValidationService' => ['privates''Aqarmap\\Bundle\\MainBundle\\Service\\FormValidationService''getFormValidationServiceService'false],
  12753.         ], [
  12754.             'creditRepository' => 'Aqarmap\\Bundle\\CreditBundle\\Repository\\CreditRepository',
  12755.             'formValidationService' => 'Aqarmap\\Bundle\\MainBundle\\Service\\FormValidationService',
  12756.         ]);
  12757.     }
  12758.     /**
  12759.      * Gets the private '.service_locator.JZvIlSn' shared service.
  12760.      *
  12761.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12762.      */
  12763.     protected function get_ServiceLocator_JZvIlSnService()
  12764.     {
  12765.         return $this->privates['.service_locator.JZvIlSn'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12766.             'listing' => ['privates''.errored..service_locator.JZvIlSn.Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing'NULL'Cannot autowire service ".service_locator.JZvIlSn": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing" but no such service exists.'],
  12767.             'listingPhoto' => ['privates''.errored..service_locator.JZvIlSn.Aqarmap\\Bundle\\ListingBundle\\Entity\\ListingPhoto'NULL'Cannot autowire service ".service_locator.JZvIlSn": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\ListingPhoto" but no such service exists.'],
  12768.         ], [
  12769.             'listing' => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing',
  12770.             'listingPhoto' => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\ListingPhoto',
  12771.         ]);
  12772.     }
  12773.     /**
  12774.      * Gets the private '.service_locator.JhSS0.a' shared service.
  12775.      *
  12776.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12777.      */
  12778.     protected function get_ServiceLocator_JhSS0_AService()
  12779.     {
  12780.         return $this->privates['.service_locator.JhSS0.a'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12781.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  12782.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  12783.             'fos_rest.view_handler' => ['services''fos_rest.view_handler''getFosRest_ViewHandlerService'false],
  12784.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  12785.             'message_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  12786.             'messenger.default_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  12787.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  12788.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  12789.             'router' => ['services''router''getRouterService'false],
  12790.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  12791.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  12792.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  12793.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  12794.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  12795.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  12796.         ], [
  12797.             'doctrine' => '?',
  12798.             'form.factory' => '?',
  12799.             'fos_rest.view_handler' => '?',
  12800.             'http_kernel' => '?',
  12801.             'message_bus' => '?',
  12802.             'messenger.default_bus' => '?',
  12803.             'parameter_bag' => '?',
  12804.             'request_stack' => '?',
  12805.             'router' => '?',
  12806.             'security.authorization_checker' => '?',
  12807.             'security.csrf.token_manager' => '?',
  12808.             'security.token_storage' => '?',
  12809.             'serializer' => '?',
  12810.             'session' => '.session.deprecated',
  12811.             'twig' => '?',
  12812.         ]);
  12813.     }
  12814.     /**
  12815.      * Gets the private '.service_locator.JjyeKo6' shared service.
  12816.      *
  12817.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12818.      */
  12819.     protected function get_ServiceLocator_JjyeKo6Service()
  12820.     {
  12821.         return $this->privates['.service_locator.JjyeKo6'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12822.             'staff' => ['privates''Aqarmap\\Bundle\\CRMBundle\\Entity\\Staff''getStaffService'false],
  12823.         ], [
  12824.             'staff' => 'Aqarmap\\Bundle\\CRMBundle\\Entity\\Staff',
  12825.         ]);
  12826.     }
  12827.     /**
  12828.      * Gets the private '.service_locator.K6bNIyZ' shared service.
  12829.      *
  12830.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12831.      */
  12832.     protected function get_ServiceLocator_K6bNIyZService()
  12833.     {
  12834.         return $this->privates['.service_locator.K6bNIyZ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12835.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  12836.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  12837.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  12838.             'message_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  12839.             'messenger.default_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  12840.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  12841.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  12842.             'router' => ['services''router''getRouterService'false],
  12843.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  12844.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  12845.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  12846.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  12847.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  12848.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  12849.         ], [
  12850.             'doctrine' => '?',
  12851.             'form.factory' => '?',
  12852.             'http_kernel' => '?',
  12853.             'message_bus' => '?',
  12854.             'messenger.default_bus' => '?',
  12855.             'parameter_bag' => '?',
  12856.             'request_stack' => '?',
  12857.             'router' => '?',
  12858.             'security.authorization_checker' => '?',
  12859.             'security.csrf.token_manager' => '?',
  12860.             'security.token_storage' => '?',
  12861.             'serializer' => '?',
  12862.             'session' => '.session.deprecated',
  12863.             'twig' => '?',
  12864.         ]);
  12865.     }
  12866.     /**
  12867.      * Gets the private '.service_locator.KI50Z4f' shared service.
  12868.      *
  12869.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12870.      */
  12871.     protected function get_ServiceLocator_KI50Z4fService()
  12872.     {
  12873.         return $this->privates['.service_locator.KI50Z4f'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12874.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  12875.             'payment' => ['privates''.errored..service_locator.KI50Z4f.Aqarmap\\Bundle\\PaymentBundle\\Entity\\Payment'NULL'Cannot autowire service ".service_locator.KI50Z4f": it references class "Aqarmap\\Bundle\\PaymentBundle\\Entity\\Payment" but no such service exists.'],
  12876.         ], [
  12877.             'em' => '?',
  12878.             'payment' => 'Aqarmap\\Bundle\\PaymentBundle\\Entity\\Payment',
  12879.         ]);
  12880.     }
  12881.     /**
  12882.      * Gets the private '.service_locator.KfbR3DY' shared service.
  12883.      *
  12884.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12885.      */
  12886.     protected function get_ServiceLocator_KfbR3DYService()
  12887.     {
  12888.         return $this->privates['.service_locator.KfbR3DY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12889.             '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: "Aqarmap\\Bundle\\UserBundle\\Routing\\DomainsLoader", "Aqarmap\\Bundle\\ListingBundle\\Routing\\SearchLoader", "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".'],
  12890.         ], [
  12891.             'loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  12892.         ]);
  12893.     }
  12894.     /**
  12895.      * Gets the private '.service_locator.KnMJEak' shared service.
  12896.      *
  12897.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12898.      */
  12899.     protected function get_ServiceLocator_KnMJEakService()
  12900.     {
  12901.         return $this->privates['.service_locator.KnMJEak'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12902.             'authServer' => ['privates''App\\Service\\Security\\AuthServer''getAuthServerService'false],
  12903.             'translator' => ['services''translator''getTranslatorService'false],
  12904.             'userManager' => ['services''fos_user.user_manager''getFosUser_UserManagerService'false],
  12905.         ], [
  12906.             'authServer' => 'App\\Service\\Security\\AuthServer',
  12907.             'translator' => '?',
  12908.             'userManager' => '?',
  12909.         ]);
  12910.     }
  12911.     /**
  12912.      * Gets the private '.service_locator.KriOK1M' shared service.
  12913.      *
  12914.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12915.      */
  12916.     protected function get_ServiceLocator_KriOK1MService()
  12917.     {
  12918.         return $this->privates['.service_locator.KriOK1M'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12919.             'leadsInsightsService' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Service\\LeadsInsightsService''getLeadsInsightsServiceService'false],
  12920.             'user' => ['privates''.errored..service_locator.KriOK1M.Aqarmap\\Bundle\\UserBundle\\Entity\\User'NULL'Cannot autowire service ".service_locator.KriOK1M": it references class "Aqarmap\\Bundle\\UserBundle\\Entity\\User" but no such service exists.'],
  12921.         ], [
  12922.             'leadsInsightsService' => '?',
  12923.             'user' => 'Aqarmap\\Bundle\\UserBundle\\Entity\\User',
  12924.         ]);
  12925.     }
  12926.     /**
  12927.      * Gets the private '.service_locator.LRr2cO7' shared service.
  12928.      *
  12929.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12930.      */
  12931.     protected function get_ServiceLocator_LRr2cO7Service()
  12932.     {
  12933.         return $this->privates['.service_locator.LRr2cO7'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12934.             'menu' => ['privates''.errored..service_locator.LRr2cO7.Aqarmap\\Bundle\\MainBundle\\Entity\\Menu'NULL'Cannot autowire service ".service_locator.LRr2cO7": it references class "Aqarmap\\Bundle\\MainBundle\\Entity\\Menu" but no such service exists.'],
  12935.         ], [
  12936.             'menu' => 'Aqarmap\\Bundle\\MainBundle\\Entity\\Menu',
  12937.         ]);
  12938.     }
  12939.     /**
  12940.      * Gets the private '.service_locator.LeUnxz1' shared service.
  12941.      *
  12942.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12943.      */
  12944.     protected function get_ServiceLocator_LeUnxz1Service()
  12945.     {
  12946.         return $this->privates['.service_locator.LeUnxz1'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12947.             'location' => ['privates''.errored..service_locator.LeUnxz1.Aqarmap\\Bundle\\ListingBundle\\Entity\\CompoundLocation'NULL'Cannot autowire service ".service_locator.LeUnxz1": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\CompoundLocation" but no such service exists.'],
  12948.         ], [
  12949.             'location' => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\CompoundLocation',
  12950.         ]);
  12951.     }
  12952.     /**
  12953.      * Gets the private '.service_locator.Lfq.BSd' shared service.
  12954.      *
  12955.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12956.      */
  12957.     protected function get_ServiceLocator_Lfq_BSdService()
  12958.     {
  12959.         return $this->privates['.service_locator.Lfq.BSd'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12960.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  12961.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  12962.             'fos_rest.view_handler' => ['services''fos_rest.view_handler''getFosRest_ViewHandlerService'false],
  12963.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  12964.             'message_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  12965.             'messenger.default_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  12966.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  12967.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  12968.             'router' => ['services''router''getRouterService'false],
  12969.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  12970.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  12971.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  12972.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  12973.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  12974.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  12975.         ], [
  12976.             'doctrine' => '?',
  12977.             'form.factory' => '?',
  12978.             'fos_rest.view_handler' => '?',
  12979.             'http_kernel' => '?',
  12980.             'message_bus' => '?',
  12981.             'messenger.default_bus' => '?',
  12982.             'parameter_bag' => '?',
  12983.             'request_stack' => '?',
  12984.             'router' => '?',
  12985.             'security.authorization_checker' => '?',
  12986.             'security.csrf.token_manager' => '?',
  12987.             'security.token_storage' => '?',
  12988.             'serializer' => '?',
  12989.             'session' => '.session.deprecated',
  12990.             'twig' => '?',
  12991.         ]);
  12992.     }
  12993.     /**
  12994.      * Gets the private '.service_locator.Md5pun7' shared service.
  12995.      *
  12996.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12997.      */
  12998.     protected function get_ServiceLocator_Md5pun7Service()
  12999.     {
  13000.         return $this->privates['.service_locator.Md5pun7'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13001.             'userRepository' => ['privates''Aqarmap\\Bundle\\UserBundle\\Repository\\UserRepository''getUserRepositoryService'false],
  13002.         ], [
  13003.             'userRepository' => 'Aqarmap\\Bundle\\UserBundle\\Repository\\UserRepository',
  13004.         ]);
  13005.     }
  13006.     /**
  13007.      * Gets the private '.service_locator.MkMRSDY' shared service.
  13008.      *
  13009.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13010.      */
  13011.     protected function get_ServiceLocator_MkMRSDYService()
  13012.     {
  13013.         return $this->privates['.service_locator.MkMRSDY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13014.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  13015.             'subscriptionPlanRepository' => ['privates''App\\Repository\\Subscriptions\\SubscriptionPlanRepository''getSubscriptionPlanRepositoryService'false],
  13016.             'subscriptionPlansManager' => ['privates''App\\Service\\Subscriptions\\SubscriptionPlansManager''getSubscriptionPlansManagerService'false],
  13017.         ], [
  13018.             'entityManager' => '?',
  13019.             'subscriptionPlanRepository' => 'App\\Repository\\Subscriptions\\SubscriptionPlanRepository',
  13020.             'subscriptionPlansManager' => 'App\\Service\\Subscriptions\\SubscriptionPlansManager',
  13021.         ]);
  13022.     }
  13023.     /**
  13024.      * Gets the private '.service_locator.MyHXagK' shared service.
  13025.      *
  13026.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13027.      */
  13028.     protected function get_ServiceLocator_MyHXagKService()
  13029.     {
  13030.         return $this->privates['.service_locator.MyHXagK'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13031.             'child' => ['privates''.errored..service_locator.MyHXagK.Aqarmap\\Bundle\\UserBundle\\Entity\\User'NULL'Cannot autowire service ".service_locator.MyHXagK": it references class "Aqarmap\\Bundle\\UserBundle\\Entity\\User" but no such service exists.'],
  13032.             'parent' => ['privates''.errored..service_locator.MyHXagK.Aqarmap\\Bundle\\UserBundle\\Entity\\User'NULL'Cannot autowire service ".service_locator.MyHXagK": it references class "Aqarmap\\Bundle\\UserBundle\\Entity\\User" but no such service exists.'],
  13033.             'subAccountService' => ['privates''App\\Service\\User\\SubAccountService''getSubAccountServiceService'false],
  13034.             'userSubAccountRepository' => ['privates''App\\Repository\\User\\UserSubAccountRepository''getUserSubAccountRepositoryService'false],
  13035.         ], [
  13036.             'child' => 'Aqarmap\\Bundle\\UserBundle\\Entity\\User',
  13037.             'parent' => 'Aqarmap\\Bundle\\UserBundle\\Entity\\User',
  13038.             'subAccountService' => 'App\\Service\\User\\SubAccountService',
  13039.             'userSubAccountRepository' => 'App\\Repository\\User\\UserSubAccountRepository',
  13040.         ]);
  13041.     }
  13042.     /**
  13043.      * Gets the private '.service_locator.N3LQUe3' shared service.
  13044.      *
  13045.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13046.      */
  13047.     protected function get_ServiceLocator_N3LQUe3Service()
  13048.     {
  13049.         return $this->privates['.service_locator.N3LQUe3'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13050.             'userDeviceManager' => ['privates''Aqarmap\\Bundle\\UserBundle\\Services\\UserDeviceManager''getUserDeviceManagerService'false],
  13051.         ], [
  13052.             'userDeviceManager' => 'Aqarmap\\Bundle\\UserBundle\\Services\\UserDeviceManager',
  13053.         ]);
  13054.     }
  13055.     /**
  13056.      * Gets the private '.service_locator.N80VZb3' shared service.
  13057.      *
  13058.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13059.      */
  13060.     protected function get_ServiceLocator_N80VZb3Service()
  13061.     {
  13062.         return $this->privates['.service_locator.N80VZb3'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13063.             'paginator' => ['services''knp_paginator''getKnpPaginatorService'false],
  13064.             'userSegmentRepository' => ['privates''App\\Repository\\User\\UserSegmentRepository''getUserSegmentRepositoryService'false],
  13065.         ], [
  13066.             'paginator' => '?',
  13067.             'userSegmentRepository' => 'App\\Repository\\User\\UserSegmentRepository',
  13068.         ]);
  13069.     }
  13070.     /**
  13071.      * Gets the private '.service_locator.NRsk.0J' shared service.
  13072.      *
  13073.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13074.      */
  13075.     protected function get_ServiceLocator_NRsk_0JService()
  13076.     {
  13077.         return $this->privates['.service_locator.NRsk.0J'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13078.             'comment' => ['privates''.errored..service_locator.NRsk.0J.Aqarmap\\Bundle\\DiscussionBundle\\Entity\\Comment'NULL'Cannot autowire service ".service_locator.NRsk.0J": it references class "Aqarmap\\Bundle\\DiscussionBundle\\Entity\\Comment" but no such service exists.'],
  13079.             'discussion' => ['privates''.errored..service_locator.NRsk.0J.Aqarmap\\Bundle\\DiscussionBundle\\Entity\\Discussion'NULL'Cannot autowire service ".service_locator.NRsk.0J": it references class "Aqarmap\\Bundle\\DiscussionBundle\\Entity\\Discussion" but no such service exists.'],
  13080.         ], [
  13081.             'comment' => 'Aqarmap\\Bundle\\DiscussionBundle\\Entity\\Comment',
  13082.             'discussion' => 'Aqarmap\\Bundle\\DiscussionBundle\\Entity\\Discussion',
  13083.         ]);
  13084.     }
  13085.     /**
  13086.      * Gets the private '.service_locator.NSHwqyp' shared service.
  13087.      *
  13088.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13089.      */
  13090.     protected function get_ServiceLocator_NSHwqypService()
  13091.     {
  13092.         return $this->privates['.service_locator.NSHwqyp'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13093.             'transferer' => ['privates''.errored..service_locator.NSHwqyp.Aqarmap\\Bundle\\UserBundle\\Entity\\User'NULL'Cannot autowire service ".service_locator.NSHwqyp": it references class "Aqarmap\\Bundle\\UserBundle\\Entity\\User" but no such service exists.'],
  13094.         ], [
  13095.             'transferer' => 'Aqarmap\\Bundle\\UserBundle\\Entity\\User',
  13096.         ]);
  13097.     }
  13098.     /**
  13099.      * Gets the private '.service_locator.NSdJoE7' shared service.
  13100.      *
  13101.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13102.      */
  13103.     protected function get_ServiceLocator_NSdJoE7Service()
  13104.     {
  13105.         return $this->privates['.service_locator.NSdJoE7'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13106.             'locationsInsightsClient' => ['privates''.debug.locations_insights.client''get_Debug_LocationsInsights_ClientService'false],
  13107.         ], [
  13108.             'locationsInsightsClient' => '?',
  13109.         ]);
  13110.     }
  13111.     /**
  13112.      * Gets the private '.service_locator.N_uc6xq' shared service.
  13113.      *
  13114.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13115.      */
  13116.     protected function get_ServiceLocator_NUc6xqService()
  13117.     {
  13118.         return $this->privates['.service_locator.N_uc6xq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13119.             'parent' => ['privates''.errored..service_locator.N_uc6xq.Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing'NULL'Cannot autowire service ".service_locator.N_uc6xq": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing" but no such service exists.'],
  13120.         ], [
  13121.             'parent' => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing',
  13122.         ]);
  13123.     }
  13124.     /**
  13125.      * Gets the private '.service_locator.Nf_Q.FU' shared service.
  13126.      *
  13127.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13128.      */
  13129.     protected function get_ServiceLocator_NfQ_FUService()
  13130.     {
  13131.         return $this->privates['.service_locator.Nf_Q.FU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13132.             'page' => ['privates''.errored..service_locator.Nf_Q.FU.Aqarmap\\Bundle\\MainBundle\\Entity\\Page'NULL'Cannot autowire service ".service_locator.Nf_Q.FU": it references class "Aqarmap\\Bundle\\MainBundle\\Entity\\Page" but no such service exists.'],
  13133.         ], [
  13134.             'page' => 'Aqarmap\\Bundle\\MainBundle\\Entity\\Page',
  13135.         ]);
  13136.     }
  13137.     /**
  13138.      * Gets the private '.service_locator.OC2AG.K' shared service.
  13139.      *
  13140.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13141.      */
  13142.     protected function get_ServiceLocator_OC2AG_KService()
  13143.     {
  13144.         return $this->privates['.service_locator.OC2AG.K'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13145.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  13146.         ], [
  13147.             'logger' => '?',
  13148.         ]);
  13149.     }
  13150.     /**
  13151.      * Gets the private '.service_locator.OeUeC3z' shared service.
  13152.      *
  13153.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13154.      */
  13155.     protected function get_ServiceLocator_OeUeC3zService()
  13156.     {
  13157.         return $this->privates['.service_locator.OeUeC3z'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13158.             'customParagraphRepository' => ['privates''Aqarmap\\Bundle\\MainBundle\\Repository\\CustomParagraphRepository''getCustomParagraphRepositoryService'false],
  13159.             'section' => ['privates''.errored..service_locator.OeUeC3z.Aqarmap\\Bundle\\ListingBundle\\Entity\\Section'NULL'Cannot autowire service ".service_locator.OeUeC3z": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Section" but no such service exists.'],
  13160.         ], [
  13161.             'customParagraphRepository' => 'Aqarmap\\Bundle\\MainBundle\\Repository\\CustomParagraphRepository',
  13162.             'section' => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\Section',
  13163.         ]);
  13164.     }
  13165.     /**
  13166.      * Gets the private '.service_locator.P4ohWKt' shared service.
  13167.      *
  13168.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13169.      */
  13170.     protected function get_ServiceLocator_P4ohWKtService()
  13171.     {
  13172.         return $this->privates['.service_locator.P4ohWKt'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13173.             'subAccountService' => ['privates''App\\Service\\User\\SubAccountService''getSubAccountServiceService'false],
  13174.             'translator' => ['services''translator''getTranslatorService'false],
  13175.             'userSubAccount' => ['privates''.errored..service_locator.P4ohWKt.App\\Entity\\User\\UserSubAccount'NULL'Cannot autowire service ".service_locator.P4ohWKt": it references class "App\\Entity\\User\\UserSubAccount" but no such service exists.'],
  13176.         ], [
  13177.             'subAccountService' => 'App\\Service\\User\\SubAccountService',
  13178.             'translator' => '?',
  13179.             'userSubAccount' => 'App\\Entity\\User\\UserSubAccount',
  13180.         ]);
  13181.     }
  13182.     /**
  13183.      * Gets the private '.service_locator.PDAiOko' shared service.
  13184.      *
  13185.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13186.      */
  13187.     protected function get_ServiceLocator_PDAiOkoService()
  13188.     {
  13189.         return $this->privates['.service_locator.PDAiOko'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13190.             'customFieldRepository' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\CustomFieldRepository''getCustomFieldRepositoryService'false],
  13191.             'featureToggleManager' => ['services''Aqarmap\\Bundle\\FeatureToggleBundle\\Service\\FeatureToggleManager''getFeatureToggleManagerService'false],
  13192.             'setting' => ['privates''Aqarmap\\Bundle\\MainBundle\\Service\\Setting''getSettingService'false],
  13193.             'translator' => ['services''translator''getTranslatorService'false],
  13194.         ], [
  13195.             'customFieldRepository' => 'Aqarmap\\Bundle\\ListingBundle\\Repository\\CustomFieldRepository',
  13196.             'featureToggleManager' => 'Aqarmap\\Bundle\\FeatureToggleBundle\\Service\\FeatureToggleManager',
  13197.             'setting' => 'Aqarmap\\Bundle\\MainBundle\\Service\\Setting',
  13198.             'translator' => '?',
  13199.         ]);
  13200.     }
  13201.     /**
  13202.      * Gets the private '.service_locator.Pfo2iga' shared service.
  13203.      *
  13204.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13205.      */
  13206.     protected function get_ServiceLocator_Pfo2igaService()
  13207.     {
  13208.         return $this->privates['.service_locator.Pfo2iga'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13209.             'listing' => ['privates''.errored..service_locator.Pfo2iga.Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing'NULL'Cannot autowire service ".service_locator.Pfo2iga": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing" but no such service exists.'],
  13210.             'listingRateRepository' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingRateRepository''getListingRateRepositoryService'false],
  13211.             'paginator' => ['services''knp_paginator''getKnpPaginatorService'false],
  13212.         ], [
  13213.             'listing' => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing',
  13214.             'listingRateRepository' => 'Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingRateRepository',
  13215.             'paginator' => '?',
  13216.         ]);
  13217.     }
  13218.     /**
  13219.      * Gets the private '.service_locator.Q6NFJtv' shared service.
  13220.      *
  13221.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13222.      */
  13223.     protected function get_ServiceLocator_Q6NFJtvService()
  13224.     {
  13225.         return $this->privates['.service_locator.Q6NFJtv'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13226.             'serializer' => ['services''jms_serializer''getJmsSerializerService'false],
  13227.             'userSegment' => ['privates''.errored..service_locator.Q6NFJtv.App\\Entity\\UserSegment'NULL'Cannot autowire service ".service_locator.Q6NFJtv": it references class "App\\Entity\\UserSegment" but no such service exists.'],
  13228.         ], [
  13229.             'serializer' => '?',
  13230.             'userSegment' => 'App\\Entity\\UserSegment',
  13231.         ]);
  13232.     }
  13233.     /**
  13234.      * Gets the private '.service_locator.QVQbFIb' shared service.
  13235.      *
  13236.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13237.      */
  13238.     protected function get_ServiceLocator_QVQbFIbService()
  13239.     {
  13240.         return $this->privates['.service_locator.QVQbFIb'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13241.             'paymentTransaction' => ['privates''.errored..service_locator.QVQbFIb.Aqarmap\\Bundle\\PaymentBundle\\Entity\\Payment'NULL'Cannot autowire service ".service_locator.QVQbFIb": it references class "Aqarmap\\Bundle\\PaymentBundle\\Entity\\Payment" but no such service exists.'],
  13242.         ], [
  13243.             'paymentTransaction' => 'Aqarmap\\Bundle\\PaymentBundle\\Entity\\Payment',
  13244.         ]);
  13245.     }
  13246.     /**
  13247.      * Gets the private '.service_locator.Qp.s1q.' shared service.
  13248.      *
  13249.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13250.      */
  13251.     protected function get_ServiceLocator_Qp_S1q_Service()
  13252.     {
  13253.         return $this->privates['.service_locator.Qp.s1q.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13254.             'subAccountService' => ['privates''App\\Service\\User\\SubAccountService''getSubAccountServiceService'false],
  13255.             'user' => ['privates''.errored..service_locator.Qp.s1q..Aqarmap\\Bundle\\UserBundle\\Entity\\User'NULL'Cannot autowire service ".service_locator.Qp.s1q.": it references class "Aqarmap\\Bundle\\UserBundle\\Entity\\User" but no such service exists.'],
  13256.         ], [
  13257.             'subAccountService' => 'App\\Service\\User\\SubAccountService',
  13258.             'user' => 'Aqarmap\\Bundle\\UserBundle\\Entity\\User',
  13259.         ]);
  13260.     }
  13261.     /**
  13262.      * Gets the private '.service_locator.R.5rpS2' shared service.
  13263.      *
  13264.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13265.      */
  13266.     protected function get_ServiceLocator_R_5rpS2Service()
  13267.     {
  13268.         return $this->privates['.service_locator.R.5rpS2'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13269.             'client' => ['privates''aqarmap.aws_ses.client''getAqarmap_AwsSes_ClientService'false],
  13270.             'user' => ['privates''.errored..service_locator.R.5rpS2.Aqarmap\\Bundle\\UserBundle\\Entity\\User'NULL'Cannot autowire service ".service_locator.R.5rpS2": it references class "Aqarmap\\Bundle\\UserBundle\\Entity\\User" but no such service exists.'],
  13271.         ], [
  13272.             'client' => '?',
  13273.             'user' => 'Aqarmap\\Bundle\\UserBundle\\Entity\\User',
  13274.         ]);
  13275.     }
  13276.     /**
  13277.      * Gets the private '.service_locator.RBLp9TH' shared service.
  13278.      *
  13279.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13280.      */
  13281.     protected function get_ServiceLocator_RBLp9THService()
  13282.     {
  13283.         return $this->privates['.service_locator.RBLp9TH'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13284.             'creditPackageRepositroy' => ['privates''Aqarmap\\Bundle\\CreditBundle\\Repository\\CreditPackageRepositroy''getCreditPackageRepositroyService'false],
  13285.         ], [
  13286.             'creditPackageRepositroy' => 'Aqarmap\\Bundle\\CreditBundle\\Repository\\CreditPackageRepositroy',
  13287.         ]);
  13288.     }
  13289.     /**
  13290.      * Gets the private '.service_locator.RPD33j5' shared service.
  13291.      *
  13292.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13293.      */
  13294.     protected function get_ServiceLocator_RPD33j5Service()
  13295.     {
  13296.         return $this->privates['.service_locator.RPD33j5'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13297.             'App\\Controller\\API\\Banners\\BannersController::getAll' => ['privates''.service_locator.EKpMssS''get_ServiceLocator_EKpMssSService'false],
  13298.             'App\\Controller\\API\\Banners\\BannersController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  13299.             'App\\Controller\\API\\Lead\\LeadContactRequestController::acceptContactRequest' => ['privates''.service_locator.a8RS.RZ''get_ServiceLocator_A8RS_RZService'false],
  13300.             'App\\Controller\\API\\Lead\\LeadContactRequestController::bankList' => ['privates''.service_locator.N80VZb3''get_ServiceLocator_N80VZb3Service'false],
  13301.             'App\\Controller\\API\\Lead\\LeadContactRequestController::checkRequestExists' => ['privates''.service_locator.Q6NFJtv''get_ServiceLocator_Q6NFJtvService'false],
  13302.             'App\\Controller\\API\\Lead\\LeadContactRequestController::contactRequests' => ['privates''.service_locator.zWTCLWG''get_ServiceLocator_ZWTCLWGService'false],
  13303.             'App\\Controller\\API\\Lead\\LeadContactRequestController::payForRequest' => ['privates''.service_locator.fQLgYVs''get_ServiceLocator_FQLgYVsService'false],
  13304.             'App\\Controller\\API\\Lead\\LeadContactRequestController::requestDetails' => ['privates''.service_locator.Q6NFJtv''get_ServiceLocator_Q6NFJtvService'false],
  13305.             'App\\Controller\\API\\Lead\\LeadContactRequestController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  13306.             'App\\Controller\\API\\Lead\\LeadContactRequestController::userInsights' => ['privates''.service_locator.KriOK1M''get_ServiceLocator_KriOK1MService'false],
  13307.             'App\\Controller\\API\\Lead\\LeadController::add' => ['privates''.service_locator._MMsLYK''get_ServiceLocator_MMsLYKService'false],
  13308.             'App\\Controller\\API\\Lead\\LeadController::addBulkLeads' => ['privates''.service_locator.v1GQ0lT''get_ServiceLocator_V1GQ0lTService'false],
  13309.             'App\\Controller\\API\\Lead\\LeadController::addLeadNote' => ['privates''.service_locator.X_4f3Bt''get_ServiceLocator_X4f3BtService'false],
  13310.             'App\\Controller\\API\\Lead\\LeadController::addTopSeller' => ['privates''.service_locator.shNG6D3''get_ServiceLocator_ShNG6D3Service'false],
  13311.             'App\\Controller\\API\\Lead\\LeadController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  13312.             'App\\Controller\\API\\Listing\\ListingController::deletePhotos' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  13313.             'App\\Controller\\API\\Listing\\ListingController::finalizeListing' => ['privates''.service_locator.5hsvZzn''get_ServiceLocator_5hsvZznService'false],
  13314.             'App\\Controller\\API\\Listing\\ListingController::pay' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  13315.             'App\\Controller\\API\\Listing\\ListingController::setDescription' => ['privates''.service_locator.3jBAVWJ''get_ServiceLocator_3jBAVWJService'false],
  13316.             'App\\Controller\\API\\Listing\\ListingController::setDetails' => ['privates''.service_locator.mToiP.Q''get_ServiceLocator_MToiP_QService'false],
  13317.             'App\\Controller\\API\\Listing\\ListingController::uploadPhotos' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  13318.             'App\\Controller\\API\\LocationsInsights\\LocationsInsightsProxyController::getDemandLocations' => ['privates''.service_locator.d4MWP.x''get_ServiceLocator_D4MWP_XService'false],
  13319.             'App\\Controller\\API\\LocationsInsights\\LocationsInsightsProxyController::getLocationDemandDetails' => ['privates''.service_locator.NSdJoE7''get_ServiceLocator_NSdJoE7Service'false],
  13320.             'App\\Controller\\API\\LocationsInsights\\LocationsInsightsProxyController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  13321.             'App\\Controller\\API\\Subscriptions\\SubscriptionPlansController::findSubscriptionPlan' => ['privates''.service_locator.FYC1ztD''get_ServiceLocator_FYC1ztDService'false],
  13322.             'App\\Controller\\API\\Subscriptions\\SubscriptionPlansController::getAll' => ['privates''.service_locator.0YeVgFJ''get_ServiceLocator_0YeVgFJService'false],
  13323.             'App\\Controller\\API\\Subscriptions\\SubscriptionPlansController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  13324.             'App\\Controller\\API\\User\\CardsController::delete' => ['privates''.service_locator.rGVylc.''get_ServiceLocator_RGVylc_Service'false],
  13325.             'App\\Controller\\API\\User\\CardsController::index' => ['privates''.service_locator.dTKcOT2''get_ServiceLocator_DTKcOT2Service'false],
  13326.             'App\\Controller\\API\\User\\CardsController::new' => ['privates''.service_locator.pOI6zSa''get_ServiceLocator_POI6zSaService'false],
  13327.             'App\\Controller\\API\\User\\CardsController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  13328.             'App\\Controller\\API\\User\\SubAccountsController::acceptInvitation' => ['privates''.service_locator.VAPpaZO''get_ServiceLocator_VAPpaZOService'false],
  13329.             'App\\Controller\\API\\User\\SubAccountsController::add' => ['privates''.service_locator.Ue3lOen''get_ServiceLocator_Ue3lOenService'false],
  13330.             'App\\Controller\\API\\User\\SubAccountsController::delete' => ['privates''.service_locator.P4ohWKt''get_ServiceLocator_P4ohWKtService'false],
  13331.             'App\\Controller\\API\\User\\SubAccountsController::index' => ['privates''.service_locator.yHxuB79''get_ServiceLocator_YHxuB79Service'false],
  13332.             'App\\Controller\\API\\User\\SubAccountsController::lookup' => ['privates''.service_locator.Md5pun7''get_ServiceLocator_Md5pun7Service'false],
  13333.             'App\\Controller\\API\\User\\SubAccountsController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  13334.             'App\\Controller\\API\\User\\SubAccountsController::statistics' => ['privates''.service_locator.YfO3EUD''get_ServiceLocator_YfO3EUDService'false],
  13335.             'App\\Controller\\API\\User\\SubscriptionsController::cancel' => ['privates''.service_locator.qKrahGf''get_ServiceLocator_QKrahGfService'false],
  13336.             'App\\Controller\\API\\User\\SubscriptionsController::index' => ['privates''.service_locator.tGqu6ZS''get_ServiceLocator_TGqu6ZSService'false],
  13337.             'App\\Controller\\API\\User\\SubscriptionsController::new' => ['privates''.service_locator.4HSYFD.''get_ServiceLocator_4HSYFD_Service'false],
  13338.             'App\\Controller\\API\\User\\SubscriptionsController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  13339.             'App\\Controller\\Admin\\Banners\\BannersController::delete' => ['privates''.service_locator.qYCra7m''get_ServiceLocator_QYCra7mService'false],
  13340.             'App\\Controller\\Admin\\Banners\\BannersController::edit' => ['privates''.service_locator.qYCra7m''get_ServiceLocator_QYCra7mService'false],
  13341.             'App\\Controller\\Admin\\Banners\\BannersController::index' => ['privates''.service_locator.EKpMssS''get_ServiceLocator_EKpMssSService'false],
  13342.             'App\\Controller\\Admin\\Banners\\BannersController::new' => ['privates''.service_locator.EqM7.cD''get_ServiceLocator_EqM7_CDService'false],
  13343.             'App\\Controller\\Admin\\Subscriptions\\SubscriptionPlansController::activate' => ['privates''.service_locator.FeEvP.H''get_ServiceLocator_FeEvP_HService'false],
  13344.             'App\\Controller\\Admin\\Subscriptions\\SubscriptionPlansController::diActivate' => ['privates''.service_locator.FeEvP.H''get_ServiceLocator_FeEvP_HService'false],
  13345.             'App\\Controller\\Admin\\Subscriptions\\SubscriptionPlansController::index' => ['privates''.service_locator.0YeVgFJ''get_ServiceLocator_0YeVgFJService'false],
  13346.             'App\\Controller\\Admin\\Subscriptions\\SubscriptionPlansController::post' => ['privates''.service_locator.MkMRSDY''get_ServiceLocator_MkMRSDYService'false],
  13347.             'App\\Controller\\DefaultController::healthCheck' => ['privates''.service_locator.mB9R.17''get_ServiceLocator_MB9R_17Service'false],
  13348.             'App\\Controller\\EmailList\\WaitingController::index' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  13349.             'App\\Controller\\SecurityController::changePassword' => ['privates''.service_locator.KnMJEak''get_ServiceLocator_KnMJEakService'false],
  13350.             'App\\Controller\\SecurityController::login' => ['privates''.service_locator.BirtPkH''get_ServiceLocator_BirtPkHService'false],
  13351.             'App\\Kernel::build' => ['privates''.service_locator.u47of.0''get_ServiceLocator_U47of_0Service'false],
  13352.             'App\\Kernel::loadRoutes' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  13353.             'App\\Kernel::registerContainerConfiguration' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  13354.             'Aqarmap\\Bundle\\AnnouncementBundle\\Controller\\Admin\\AnnouncementController::announcementForm' => ['privates''.service_locator.jCd05L.''get_ServiceLocator_JCd05L_Service'false],
  13355.             'Aqarmap\\Bundle\\AnnouncementBundle\\Controller\\Api\\AnnouncementController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  13356.             'Aqarmap\\Bundle\\BrokerSalesBundle\\Controller\\Admin\\BrokerController::assignBrokerToSellerForm' => ['privates''.service_locator.0CRMPWH''get_ServiceLocator_0CRMPWHService'false],
  13357.             'Aqarmap\\Bundle\\BrokerSalesBundle\\Controller\\Admin\\BrokerController::brokerDetails' => ['privates''.service_locator.4RkZoSP''get_ServiceLocator_4RkZoSPService'false],
  13358.             'Aqarmap\\Bundle\\BrokerSalesBundle\\Controller\\Admin\\BrokerController::createAssignBrokerForm' => ['privates''.service_locator.0CRMPWH''get_ServiceLocator_0CRMPWHService'false],
  13359.             'Aqarmap\\Bundle\\BrokerSalesBundle\\Controller\\Admin\\BrokerController::delete' => ['privates''.service_locator.0CRMPWH''get_ServiceLocator_0CRMPWHService'false],
  13360.             'Aqarmap\\Bundle\\BrokerSalesBundle\\Controller\\Admin\\BrokerController::setBrokerCreatedDate' => ['privates''.service_locator.0CRMPWH''get_ServiceLocator_0CRMPWHService'false],
  13361.             'Aqarmap\\Bundle\\BrokerSalesBundle\\Controller\\Admin\\SellerController::deleteSeller' => ['privates''.service_locator.7Ryfzhm''get_ServiceLocator_7RyfzhmService'false],
  13362.             'Aqarmap\\Bundle\\BrokerSalesBundle\\Controller\\Admin\\SellerController::sellerBrokers' => ['privates''.service_locator.0XB_Fvv''get_ServiceLocator_0XBFvvService'false],
  13363.             'Aqarmap\\Bundle\\BrokerSalesBundle\\Controller\\Admin\\SellerController::sellers' => ['privates''.service_locator.z4vVS.d''get_ServiceLocator_Z4vVS_DService'false],
  13364.             'Aqarmap\\Bundle\\BuyerAlertsBundle\\Controller\\Api\\BuyerAlertsController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  13365.             'Aqarmap\\Bundle\\BuyerAlertsBundle\\Controller\\BuyerAlertsController::BuyerAlerts' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  13366.             'Aqarmap\\Bundle\\BuyerAlertsBundle\\Controller\\BuyerAlertsController::unsubscribeBuyerAlerts' => ['privates''.service_locator.SE4ny3Y''get_ServiceLocator_SE4ny3YService'false],
  13367.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\CompanyController::assignAccountManager' => ['privates''.service_locator.EWg.NYx''get_ServiceLocator_EWg_NYxService'false],
  13368.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\CompanyController::company' => ['privates''.service_locator.Ef5rjrT''get_ServiceLocator_Ef5rjrTService'false],
  13369.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\CompanyController::companyAccountManagers' => ['privates''.service_locator.EWg.NYx''get_ServiceLocator_EWg_NYxService'false],
  13370.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\CompanyController::companyAccounts' => ['privates''.service_locator.4Y9JfYU''get_ServiceLocator_4Y9JfYUService'false],
  13371.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\CompanyController::createCompanyForm' => ['privates''.service_locator.EWg.NYx''get_ServiceLocator_EWg_NYxService'false],
  13372.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\CompanyController::createExistingStaffUser' => ['privates''.service_locator.EWg.NYx''get_ServiceLocator_EWg_NYxService'false],
  13373.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\CompanyController::createNewRegisteredStaffUser' => ['privates''.service_locator.lsi4tRL''get_ServiceLocator_Lsi4tRLService'false],
  13374.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\CompanyController::removeStaffAccount' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  13375.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\CompanyController::setCompanyCustomer' => ['privates''.service_locator.6JLV5pg''get_ServiceLocator_6JLV5pgService'false],
  13376.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\CompanyController::setCompanyPotential' => ['privates''.service_locator.6JLV5pg''get_ServiceLocator_6JLV5pgService'false],
  13377.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\CompanyController::setCompanyProspected' => ['privates''.service_locator.6JLV5pg''get_ServiceLocator_6JLV5pgService'false],
  13378.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\CompanyController::setCompanyRejected' => ['privates''.service_locator.EWg.NYx''get_ServiceLocator_EWg_NYxService'false],
  13379.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\CompanyController::unassignAccountManager' => ['privates''.service_locator.te1Yo1e''get_ServiceLocator_Te1Yo1eService'false],
  13380.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\StaffController::createExistingStaffUser' => ['privates''.service_locator.JjyeKo6''get_ServiceLocator_JjyeKo6Service'false],
  13381.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\StaffController::createNewRegisteredStaffUser' => ['privates''.service_locator.JjyeKo6''get_ServiceLocator_JjyeKo6Service'false],
  13382.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\StaffController::createStaffForm' => ['privates''.service_locator.JjyeKo6''get_ServiceLocator_JjyeKo6Service'false],
  13383.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\StaffController::delete' => ['privates''.service_locator.JjyeKo6''get_ServiceLocator_JjyeKo6Service'false],
  13384.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\StaffController::removeStaffAccount' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  13385.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Api\\CompanyController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  13386.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Api\\CompanyController::updateCompany' => ['privates''.service_locator.EWg.NYx''get_ServiceLocator_EWg_NYxService'false],
  13387.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Api\\StaffCheckInController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  13388.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Api\\StaffCheckInController::upload' => ['privates''.service_locator.x6Cz3.I''get_ServiceLocator_X6Cz3_IService'false],
  13389.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Api\\StaffController::getStaffData' => ['privates''.service_locator.FYIkfU9''get_ServiceLocator_FYIkfU9Service'false],
  13390.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Api\\StaffController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  13391.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Admin\\CreditController::activatePackage' => ['privates''.service_locator.wVrXYG2''get_ServiceLocator_WVrXYG2Service'false],
  13392.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Admin\\CreditController::cancel' => ['privates''.service_locator.wVrXYG2''get_ServiceLocator_WVrXYG2Service'false],
  13393.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Admin\\CreditController::cancelRecurringl' => ['privates''.service_locator.hwXYXrz''get_ServiceLocator_HwXYXrzService'false],
  13394.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Admin\\CreditController::deductPoints' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  13395.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Admin\\CreditController::depositPoints' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  13396.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Admin\\CreditController::transfer' => ['privates''.service_locator.NSHwqyp''get_ServiceLocator_NSHwqypService'false],
  13397.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Admin\\CreditPackageController::post' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  13398.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Admin\\CreditServiceController::changePosition' => ['privates''.service_locator.xQH1vY9''get_ServiceLocator_XQH1vY9Service'false],
  13399.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Admin\\CreditServiceController::delete' => ['privates''.service_locator.xQH1vY9''get_ServiceLocator_XQH1vY9Service'false],
  13400.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Admin\\CreditServiceController::edit' => ['privates''.service_locator.xQH1vY9''get_ServiceLocator_XQH1vY9Service'false],
  13401.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Api\\CreditAnalysisController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  13402.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Api\\CreditController::deduct' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  13403.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Api\\CreditController::exportCreditTransactions' => ['privates''.service_locator.J4vdJ1P''get_ServiceLocator_J4vdJ1PService'false],
  13404.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Api\\CreditController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  13405.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Api\\CreditServiceController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  13406.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Api\\CreditServiceController::updateServiceStatus' => ['privates''.service_locator.Vhx2..N''get_ServiceLocator_Vhx2__NService'false],
  13407.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Api\\V2\\CreditPackageController::getUserTypePackages' => ['privates''.service_locator.RBLp9TH''get_ServiceLocator_RBLp9THService'false],
  13408.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Api\\V2\\CreditPackageController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  13409.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Api\\V3\\CreditController::getErrorMessages' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  13410.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Api\\V3\\CreditController::respondWithValidationErrors' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  13411.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Api\\V3\\CreditController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  13412.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\CreditController::package' => ['privates''.service_locator.0qmhlcG''get_ServiceLocator_0qmhlcGService'false],
  13413.             'Aqarmap\\Bundle\\CustomerProfilingBundle\\Controller\\Admin\\DynamicQuestionController::addAnswer' => ['privates''.service_locator.Ef4Q2nx''get_ServiceLocator_Ef4Q2nxService'false],
  13414.             'Aqarmap\\Bundle\\CustomerProfilingBundle\\Controller\\Admin\\DynamicQuestionController::editAnswer' => ['privates''.service_locator.lZdneNX''get_ServiceLocator_LZdneNXService'false],
  13415.             'Aqarmap\\Bundle\\CustomerProfilingBundle\\Controller\\Admin\\DynamicQuestionController::removeAnswer' => ['privates''.service_locator.lZdneNX''get_ServiceLocator_LZdneNXService'false],
  13416.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Admin\\CommentController::approve' => ['privates''.service_locator.2_6UvMb''get_ServiceLocator_26UvMbService'false],
  13417.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Admin\\CommentController::decline' => ['privates''.service_locator.2_6UvMb''get_ServiceLocator_26UvMbService'false],
  13418.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Admin\\CommentController::delete' => ['privates''.service_locator.2_6UvMb''get_ServiceLocator_26UvMbService'false],
  13419.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Admin\\DiscussionController::SendToHelp' => ['privates''.service_locator.6U_jksk''get_ServiceLocator_6UJkskService'false],
  13420.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Admin\\DiscussionController::approve' => ['privates''.service_locator.6U_jksk''get_ServiceLocator_6UJkskService'false],
  13421.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Admin\\DiscussionController::decline' => ['privates''.service_locator.6U_jksk''get_ServiceLocator_6UJkskService'false],
  13422.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Admin\\DiscussionController::delete' => ['privates''.service_locator.6U_jksk''get_ServiceLocator_6UJkskService'false],
  13423.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Admin\\DiscussionController::edit' => ['privates''.service_locator.wpvzSKV''get_ServiceLocator_WpvzSKVService'false],
  13424.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Admin\\DiscussionController::locationDiscussions' => ['privates''.service_locator.i94Unr0''get_ServiceLocator_I94Unr0Service'false],
  13425.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Api\\DiscussionController::addComment' => ['privates''.service_locator.6U_jksk''get_ServiceLocator_6UJkskService'false],
  13426.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Api\\DiscussionController::addCommentLike' => ['privates''.service_locator.2_6UvMb''get_ServiceLocator_26UvMbService'false],
  13427.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Api\\DiscussionController::addDiscussion' => ['privates''.service_locator.iI93pWi''get_ServiceLocator_II93pWiService'false],
  13428.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Api\\DiscussionController::addDiscussionSubscriber' => ['privates''.service_locator.6U_jksk''get_ServiceLocator_6UJkskService'false],
  13429.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Api\\DiscussionController::checkDiscussionSubscriber' => ['privates''.service_locator.6U_jksk''get_ServiceLocator_6UJkskService'false],
  13430.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Api\\DiscussionController::discussion' => ['privates''.service_locator.6U_jksk''get_ServiceLocator_6UJkskService'false],
  13431.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Api\\DiscussionController::discussions' => ['privates''.service_locator.i94Unr0''get_ServiceLocator_I94Unr0Service'false],
  13432.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Api\\DiscussionController::removeCommentLike' => ['privates''.service_locator.2_6UvMb''get_ServiceLocator_26UvMbService'false],
  13433.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Api\\DiscussionController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  13434.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Api\\DiscussionController::unsetDiscussionSubscriber' => ['privates''.service_locator.6U_jksk''get_ServiceLocator_6UJkskService'false],
  13435.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Api\\DiscussionController::updateCommentLike' => ['privates''.service_locator.2_6UvMb''get_ServiceLocator_26UvMbService'false],
  13436.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Api\\DiscussionController::updateDiscussion' => ['privates''.service_locator.6U_jksk''get_ServiceLocator_6UJkskService'false],
  13437.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\CommentController::create' => ['privates''.service_locator.6U_jksk''get_ServiceLocator_6UJkskService'false],
  13438.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\CommentController::delete' => ['privates''.service_locator.NRsk.0J''get_ServiceLocator_NRsk_0JService'false],
  13439.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\CommentController::edit' => ['privates''.service_locator.NRsk.0J''get_ServiceLocator_NRsk_0JService'false],
  13440.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\DiscussionController::addDiscussionSubscriber' => ['privates''.service_locator.6U_jksk''get_ServiceLocator_6UJkskService'false],
  13441.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\DiscussionController::create' => ['privates''.service_locator.IxKqzhS''get_ServiceLocator_IxKqzhSService'false],
  13442.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\DiscussionController::delete' => ['privates''.service_locator.6U_jksk''get_ServiceLocator_6UJkskService'false],
  13443.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\DiscussionController::discussionComments' => ['privates''.service_locator.l8gbRtF''get_ServiceLocator_L8gbRtFService'false],
  13444.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\DiscussionController::discussions' => ['privates''.service_locator.IxKqzhS''get_ServiceLocator_IxKqzhSService'false],
  13445.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\DiscussionController::edit' => ['privates''.service_locator.wpvzSKV''get_ServiceLocator_WpvzSKVService'false],
  13446.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\DiscussionController::unsetDiscussionSubscriber' => ['privates''.service_locator.6U_jksk''get_ServiceLocator_6UJkskService'false],
  13447.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\DiscussionController::unsubscribeConfirm' => ['privates''.service_locator.q0bdmru''get_ServiceLocator_Q0bdmruService'false],
  13448.             'Aqarmap\\Bundle\\ExchangeBundle\\Controller\\Api\\ExchangeRequestController::deleteExchangeRequest' => ['privates''.service_locator.EyfC0N4''get_ServiceLocator_EyfC0N4Service'false],
  13449.             'Aqarmap\\Bundle\\ExchangeBundle\\Controller\\Api\\ExchangeRequestController::getExchangeRequest' => ['privates''.service_locator.EyfC0N4''get_ServiceLocator_EyfC0N4Service'false],
  13450.             'Aqarmap\\Bundle\\ExchangeBundle\\Controller\\Api\\ExchangeRequestController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  13451.             'Aqarmap\\Bundle\\ExchangeBundle\\Controller\\Api\\ExchangeRequestController::unlockExchangeRequest' => ['privates''.service_locator.EyfC0N4''get_ServiceLocator_EyfC0N4Service'false],
  13452.             'Aqarmap\\Bundle\\ExchangeBundle\\Controller\\Api\\ExchangeRequestController::updateExchangeRequest' => ['privates''.service_locator.EyfC0N4''get_ServiceLocator_EyfC0N4Service'false],
  13453.             'Aqarmap\\Bundle\\FeatureToggleBundle\\Controller\\Admin\\FeatureToggleController::edit' => ['privates''.service_locator.faK6yZI''get_ServiceLocator_FaK6yZIService'false],
  13454.             'Aqarmap\\Bundle\\FeatureToggleBundle\\Controller\\Api\\FeatureToggleController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  13455.             'Aqarmap\\Bundle\\FinancialAidsBundle\\Controller\\Admin\\FinancialAidController::edit' => ['privates''.service_locator.F92OUdR''get_ServiceLocator_F92OUdRService'false],
  13456.             'Aqarmap\\Bundle\\FinancialAidsBundle\\Controller\\Admin\\FinancialAidController::postEdit' => ['privates''.service_locator.F92OUdR''get_ServiceLocator_F92OUdRService'false],
  13457.             'Aqarmap\\Bundle\\FinancialAidsBundle\\Controller\\Admin\\FinancialAidController::updateFinancialAidStatus' => ['privates''.service_locator.F92OUdR''get_ServiceLocator_F92OUdRService'false],
  13458.             'Aqarmap\\Bundle\\FinancialAidsBundle\\Controller\\Api\\FinancialAidController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  13459.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\CompoundLocationController::disable' => ['privates''.service_locator.x3wWNZA''get_ServiceLocator_X3wWNZAService'false],
  13460.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\CompoundLocationController::enable' => ['privates''.service_locator.x3wWNZA''get_ServiceLocator_X3wWNZAService'false],
  13461.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\LeadsController::exportLeads' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  13462.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\LeadsController::index' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  13463.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\LeadsController::resendLeads' => ['privates''.service_locator.2395Z6t''get_ServiceLocator_2395Z6tService'false],
  13464.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::QuickPostListingForm' => ['privates''.service_locator.IxpZ58c''get_ServiceLocator_IxpZ58cService'false],
  13465.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::addNote' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  13466.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::addParticipant' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  13467.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::adminChangeLocation' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  13468.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::adminListingRejections' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  13469.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::adminPropertyType' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  13470.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::approve' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  13471.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::approveChildren' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  13472.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::bulkDeletePhoto' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  13473.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::bulkFeatureAsAdmin' => ['privates''.service_locator.ZxYD5ys''get_ServiceLocator_ZxYD5ysService'false],
  13474.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::bulkFeatureAsSeller' => ['privates''.service_locator.ZxYD5ys''get_ServiceLocator_ZxYD5ysService'false],
  13475.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::bumpUp' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  13476.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::changeSection' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  13477.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::clearMap' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  13478.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::clearPrice' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  13479.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::clearVideo' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  13480.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::consumersRatesData' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  13481.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::delete' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  13482.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::deleteNote' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  13483.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::deletePhoto' => ['privates''.service_locator.ixUkIS.''get_ServiceLocator_IxUkIS_Service'false],
  13484.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::downloadBrochure' => ['privates''.service_locator.5TZeRCE''get_ServiceLocator_5TZeRCEService'false],
  13485.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::editListing' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  13486.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::editListingArea' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  13487.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::editListingLocations' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  13488.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::editListingParticipants' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  13489.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::editListingPaymentMethod' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  13490.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::editListingPhones' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  13491.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::editListingPhotos' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  13492.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::editListingTranslation' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  13493.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::editListingUnits' => ['privates''.service_locator.za1p.5V''get_ServiceLocator_Za1p_5VService'false],
  13494.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::featured' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  13495.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::featuredAsSeller' => ['privates''.service_locator.48PMbZa''get_ServiceLocator_48PMbZaService'false],
  13496.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::getListingBasics' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  13497.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::listingLocationForm' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  13498.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::listingPhoneForm' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  13499.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::moveListingPhotoDown' => ['privates''.service_locator.ixUkIS.''get_ServiceLocator_IxUkIS_Service'false],
  13500.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::moveListingPhotoUp' => ['privates''.service_locator.ixUkIS.''get_ServiceLocator_IxUkIS_Service'false],
  13501.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::newLocationModal' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  13502.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::newPhoneModal' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  13503.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::pending' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  13504.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::pendingChildren' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  13505.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::postEditListingBasics' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  13506.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::postEditListingPhotos' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  13507.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::postEditListingTranslations' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  13508.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::postListingLocation' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  13509.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::postListingPhone' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  13510.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::pumpUp' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  13511.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::quickPostListingModelForm' => ['privates''.service_locator.N_uc6xq''get_ServiceLocator_NUc6xqService'false],
  13512.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::quickRegisterParticipant' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  13513.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::rates' => ['privates''.service_locator.pzZ8_Cb''get_ServiceLocator_PzZ8CbService'false],
  13514.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::ratesDetails' => ['privates''.service_locator.Uyoau69''get_ServiceLocator_Uyoau69Service'false],
  13515.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::relist' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  13516.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::removeListingLocation' => ['privates''.service_locator.zJJOuyv''get_ServiceLocator_ZJJOuyvService'false],
  13517.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::removeNumbers' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  13518.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::removeParticipant' => ['privates''.service_locator._Qw4DJe''get_ServiceLocator_Qw4DJeService'false],
  13519.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::removePhone' => ['privates''.service_locator.oGPbAPY''get_ServiceLocator_OGPbAPYService'false],
  13520.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::resetTitle' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  13521.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::revertBumpUp' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  13522.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::review' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  13523.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::showInHomepage' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  13524.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::unflag' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  13525.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingPendingFeaturingController::approveFeaturingListing' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  13526.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingPendingFeaturingController::reject' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  13527.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingPendingFeaturingController::rejectFeaturingListing' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  13528.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingRulesController::changePosition' => ['privates''.service_locator.XD1u.VJ''get_ServiceLocator_XD1u_VJService'false],
  13529.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingRulesController::delete' => ['privates''.service_locator.XD1u.VJ''get_ServiceLocator_XD1u_VJService'false],
  13530.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingRulesController::edit' => ['privates''.service_locator.XD1u.VJ''get_ServiceLocator_XD1u_VJService'false],
  13531.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingRulesController::index' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  13532.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\LocationController::Post' => ['privates''.service_locator.UQTEWgm''get_ServiceLocator_UQTEWgmService'false],
  13533.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\LocationController::addNearestLocations' => ['privates''.service_locator.i94Unr0''get_ServiceLocator_I94Unr0Service'false],
  13534.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\LocationController::changeStatus' => ['privates''.service_locator.i94Unr0''get_ServiceLocator_I94Unr0Service'false],
  13535.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\LocationController::deleteLocationPhoto' => ['privates''.service_locator.SBFvyl6''get_ServiceLocator_SBFvyl6Service'false],
  13536.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\LocationController::locationFetcher' => ['privates''.service_locator.IxKqzhS''get_ServiceLocator_IxKqzhSService'false],
  13537.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\LocationController::mainPhotoLocation' => ['privates''.service_locator.SBFvyl6''get_ServiceLocator_SBFvyl6Service'false],
  13538.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\LocationController::moveLocationListings' => ['privates''.service_locator.i94Unr0''get_ServiceLocator_I94Unr0Service'false],
  13539.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\LocationController::unsetLocationListing' => ['privates''.service_locator.i94Unr0''get_ServiceLocator_I94Unr0Service'false],
  13540.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\LocationController::unsetNearestLocation' => ['privates''.service_locator.i94Unr0''get_ServiceLocator_I94Unr0Service'false],
  13541.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\LocationController::upload' => ['privates''.service_locator.i94Unr0''get_ServiceLocator_I94Unr0Service'false],
  13542.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\RejectionController::delete' => ['privates''.service_locator.oWTv1Ao''get_ServiceLocator_OWTv1AoService'false],
  13543.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ScrapedListingController::removePhoto' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  13544.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\SearchController::locationSearchHistoryLink' => ['privates''.service_locator.IxKqzhS''get_ServiceLocator_IxKqzhSService'false],
  13545.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\SearchController::searchAdmin' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  13546.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\SearchController::searchResult' => ['privates''.service_locator.kQ3e.Yt''get_ServiceLocator_KQ3e_YtService'false],
  13547.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\CallRequestController::getTotalQueuedCalls' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  13548.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\CallRequestController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  13549.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\CompoundLocationController::getLocationChildren' => ['privates''.service_locator.LeUnxz1''get_ServiceLocator_LeUnxz1Service'false],
  13550.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\CompoundLocationController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  13551.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\CompoundSearchController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  13552.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\CustomFieldController::getCustomField' => ['privates''.service_locator.PDAiOko''get_ServiceLocator_PDAiOkoService'false],
  13553.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\CustomFieldController::getFinishTypes' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  13554.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\CustomFieldController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  13555.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\EstimateController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  13556.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\FavouriteController::create' => ['privates''.service_locator.tV2D6Yk''get_ServiceLocator_TV2D6YkService'false],
  13557.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\FavouriteController::delete' => ['privates''.service_locator.TLrSZYf''get_ServiceLocator_TLrSZYfService'false],
  13558.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\FavouriteController::getFavouritesCount' => ['privates''.service_locator.tV2D6Yk''get_ServiceLocator_TV2D6YkService'false],
  13559.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\FavouriteController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  13560.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LeadController::QuickCreateLead' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  13561.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LeadController::addLeadQuality' => ['privates''.service_locator.05NpXBu''get_ServiceLocator_05NpXBuService'false],
  13562.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LeadController::countLeadsInSpecificPeriod' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  13563.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LeadController::exportLeads' => ['privates''.service_locator.gkdKNNQ''get_ServiceLocator_GkdKNNQService'false],
  13564.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LeadController::exportTopSellerLeads' => ['privates''.service_locator.U38IPRQ''get_ServiceLocator_U38IPRQService'false],
  13565.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LeadController::getLead' => ['privates''.service_locator.gLZfSFb''get_ServiceLocator_GLZfSFbService'false],
  13566.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LeadController::getLeadsCountsForEachType' => ['privates''.service_locator.5DRJAs3''get_ServiceLocator_5DRJAs3Service'false],
  13567.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LeadController::getLeadsInsights' => ['privates''.service_locator.UsScnKS''get_ServiceLocator_UsScnKSService'false],
  13568.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LeadController::getLeadsList' => ['privates''.service_locator.wB_aZlL''get_ServiceLocator_WBAZlLService'false],
  13569.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LeadController::getListingFeatureStatus' => ['privates''.service_locator.xh9dd2n''get_ServiceLocator_Xh9dd2nService'false],
  13570.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LeadController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  13571.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::callRequest' => ['privates''.service_locator.E5620._''get_ServiceLocator_E5620_Service'false],
  13572.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::cloneListing' => ['privates''.service_locator.jnEgZVj''get_ServiceLocator_JnEgZVjService'false],
  13573.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::contactSeller' => ['privates''.service_locator.E5620._''get_ServiceLocator_E5620_Service'false],
  13574.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::contactSellerWithQuickRegistration' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  13575.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::delete' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  13576.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::feature' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  13577.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::filterListingChildren' => ['privates''.service_locator.691P.J0''get_ServiceLocator_691P_J0Service'false],
  13578.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::getLeadAnalytics' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  13579.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::getListing' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  13580.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::getListingChildren' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  13581.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::getListingDetails' => ['privates''.service_locator.at6qQDg''get_ServiceLocator_At6qQDgService'false],
  13582.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::getListingNote' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  13583.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::getListingPhone' => ['privates''.service_locator.E5620._''get_ServiceLocator_E5620_Service'false],
  13584.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::getListingPhotos' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  13585.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::getListingPreviewData' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  13586.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::getListingRules' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  13587.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::getListingTopSeller' => ['privates''.service_locator.elP0OCB''get_ServiceLocator_ElP0OCBService'false],
  13588.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::getRateDetails' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  13589.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::getRelatedListing' => ['privates''.service_locator.atd8Wi6''get_ServiceLocator_Atd8Wi6Service'false],
  13590.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::getSimilarListingsCount' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  13591.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::increaseListingViews' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  13592.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::postListingSingleNote' => ['privates''.service_locator.0ea3J8t''get_ServiceLocator_0ea3J8tService'false],
  13593.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::quickCreateLead' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  13594.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::rateReview' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  13595.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::relist' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  13596.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  13597.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::undelete' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  13598.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::update' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  13599.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::updateListing' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  13600.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::upload' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  13601.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::uploadListingPhoto' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  13602.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LocationController::getLocationChildren' => ['privates''.service_locator.i94Unr0''get_ServiceLocator_I94Unr0Service'false],
  13603.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LocationController::getLocationStatistics' => ['privates''.service_locator.C3YrtYY''get_ServiceLocator_C3YrtYYService'false],
  13604.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LocationController::getLocationsHomeCompounds' => ['privates''.service_locator.89oxtMu''get_ServiceLocator_89oxtMuService'false],
  13605.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LocationController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  13606.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\NoteController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  13607.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\PhotoController::delete' => ['privates''.service_locator.JZvIlSn''get_ServiceLocator_JZvIlSnService'false],
  13608.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\PhotoController::mainPhoto' => ['privates''.service_locator.JZvIlSn''get_ServiceLocator_JZvIlSnService'false],
  13609.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\PhotoController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  13610.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\PriceFilterController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  13611.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\PropertyTypeController::getPropertyTypeChildren' => ['privates''.service_locator.3.is40S''get_ServiceLocator_3_Is40SService'false],
  13612.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\PropertyTypeController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  13613.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\RateController::add' => ['privates''.service_locator.15Qxs4f''get_ServiceLocator_15Qxs4fService'false],
  13614.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\RateController::create' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  13615.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\RateController::getListingRate' => ['privates''.service_locator.Pfo2iga''get_ServiceLocator_Pfo2igaService'false],
  13616.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\RateController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  13617.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\SearchFiltersController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  13618.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\SectionController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  13619.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\BrokerRankingController::getErrorMessages' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  13620.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\BrokerRankingController::respondWithValidationErrors' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  13621.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\BrokerRankingController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  13622.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\FavouriteController::getErrorMessages' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  13623.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\FavouriteController::respondWithValidationErrors' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  13624.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\FavouriteController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  13625.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\ImpressionController::getErrorMessages' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  13626.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\ImpressionController::respondWithValidationErrors' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  13627.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\ImpressionController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  13628.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\ListingController::contactSeller' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  13629.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\ListingController::getErrorMessages' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  13630.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\ListingController::getFeatureExpiryDate' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  13631.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\ListingController::respondWithValidationErrors' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  13632.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\ListingController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  13633.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\ListingController::update' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  13634.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\LocationController::getErrorMessages' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  13635.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\LocationController::respondWithValidationErrors' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  13636.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\LocationController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  13637.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\RateController::getErrorMessages' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  13638.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\RateController::respondWithValidationErrors' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  13639.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\RateController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  13640.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\CallRequestController::callRequestForm' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  13641.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\CallRequestController::getErrorMessages' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  13642.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\CallRequestController::respondWithValidationErrors' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  13643.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\CallRequestController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  13644.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\CompoundLocationController::getCompoundChildrenLocations' => ['privates''.service_locator.x3wWNZA''get_ServiceLocator_X3wWNZAService'false],
  13645.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\CompoundLocationController::getErrorMessages' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  13646.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\CompoundLocationController::respondWithValidationErrors' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  13647.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\CompoundLocationController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  13648.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\ConditionalFieldController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  13649.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\FiltersController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  13650.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\ListingController::deletePhoto' => ['privates''.service_locator.6uOXFWy''get_ServiceLocator_6uOXFWyService'false],
  13651.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\ListingController::downloadBrochure' => ['privates''.service_locator.vsIiRg8''get_ServiceLocator_VsIiRg8Service'false],
  13652.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\ListingController::getListingRules' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  13653.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\ListingController::getSpecialAddListingFeatures' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  13654.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\ListingController::getUserListings' => ['privates''.service_locator.vDcpV4H''get_ServiceLocator_VDcpV4HService'false],
  13655.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\ListingController::setMainPhoto' => ['privates''.service_locator.6uOXFWy''get_ServiceLocator_6uOXFWyService'false],
  13656.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\ListingController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  13657.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\ListingController::update' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  13658.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\ListingController::uploadPhotos' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  13659.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\LocationController::getLocationChildren' => ['privates''.service_locator.i94Unr0''get_ServiceLocator_I94Unr0Service'false],
  13660.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\LocationController::getLocationTranslation' => ['privates''.service_locator.i94Unr0''get_ServiceLocator_I94Unr0Service'false],
  13661.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\LocationController::getNearbyLocations' => ['privates''.service_locator.i94Unr0''get_ServiceLocator_I94Unr0Service'false],
  13662.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\LocationController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  13663.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\PropertyTypeController::allChildren' => ['privates''.service_locator.3.is40S''get_ServiceLocator_3_Is40SService'false],
  13664.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\PropertyTypeController::getPropertyType' => ['privates''.service_locator.3.is40S''get_ServiceLocator_3_Is40SService'false],
  13665.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\PropertyTypeController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  13666.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\SectionController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  13667.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\UserListingStatisticController::getCountForEachFeaturedListings' => ['privates''.service_locator.U38IPRQ''get_ServiceLocator_U38IPRQService'false],
  13668.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\UserListingStatisticController::getErrorMessages' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  13669.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\UserListingStatisticController::getListingCountForEachStatus' => ['privates''.service_locator.U38IPRQ''get_ServiceLocator_U38IPRQService'false],
  13670.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\UserListingStatisticController::respondWithValidationErrors' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  13671.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\UserListingStatisticController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  13672.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\DefaultController::myListings' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  13673.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\LeadController::quickLead' => ['privates''.service_locator.OC2AG.K''get_ServiceLocator_OC2AG_KService'false],
  13674.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\LeadController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  13675.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController::CSVLatestListings' => ['privates''.service_locator.tp5oD8B''get_ServiceLocator_Tp5oD8BService'false],
  13676.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController::bulkDeletePhoto' => ['privates''.service_locator.kyyH9Zf''get_ServiceLocator_KyyH9ZfService'false],
  13677.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController::callRequest' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  13678.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController::callRequestForm' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  13679.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController::confirmFeaturedPublishing' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  13680.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController::confirmPublishing' => ['privates''.service_locator.4CTW3Co''get_ServiceLocator_4CTW3CoService'false],
  13681.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController::confirmPumpUpListing' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  13682.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController::contactSeller' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  13683.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController::contactSellerForm' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  13684.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController::contactSellerWideForm' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  13685.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController::delete' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  13686.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController::downloadBrochure' => ['privates''.service_locator.5TZeRCE''get_ServiceLocator_5TZeRCEService'false],
  13687.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController::finish' => ['privates''.service_locator.4CTW3Co''get_ServiceLocator_4CTW3CoService'false],
  13688.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController::landingPage' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  13689.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController::listRejections' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  13690.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController::listingDetailsApp' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  13691.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController::post' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  13692.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController::prepareFeaturedListingPayment' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  13693.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController::prepareListingPayment' => ['privates''.service_locator.4CTW3Co''get_ServiceLocator_4CTW3CoService'false],
  13694.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController::preview' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  13695.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController::pumpUpListing' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  13696.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController::read' => ['privates''.service_locator.wskWCel''get_ServiceLocator_WskWCelService'false],
  13697.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController::relist' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  13698.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController::specialAddListingFeature' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  13699.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController::transferScrapedListingOwnership' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  13700.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController::undelete' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  13701.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController::upload' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  13702.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingSearchController::searchResults' => ['privates''.service_locator.GedePMg''get_ServiceLocator_GedePMgService'false],
  13703.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\PhotoController::delete' => ['privates''.service_locator.vgxLjSE''get_ServiceLocator_VgxLjSEService'false],
  13704.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\PhotoController::editPhotoType' => ['privates''.service_locator.vgxLjSE''get_ServiceLocator_VgxLjSEService'false],
  13705.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\PhotoController::mainPhoto' => ['privates''.service_locator.vgxLjSE''get_ServiceLocator_VgxLjSEService'false],
  13706.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\SectionController::show' => ['privates''.service_locator.ScY99ay''get_ServiceLocator_ScY99ayService'false],
  13707.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\CustomParagraphController::delete' => ['privates''.service_locator.zxXIGe6''get_ServiceLocator_ZxXIGe6Service'false],
  13708.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\CustomParagraphController::edit' => ['privates''.service_locator.zxXIGe6''get_ServiceLocator_ZxXIGe6Service'false],
  13709.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\CustomParagraphController::toggleStatus' => ['privates''.service_locator.zxXIGe6''get_ServiceLocator_ZxXIGe6Service'false],
  13710.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\DefaultController::activity' => ['privates''.service_locator.0U7N9yd''get_ServiceLocator_0U7N9ydService'false],
  13711.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\DefaultTopCustomersController::delete' => ['privates''.service_locator.Xc.PcLF''get_ServiceLocator_Xc_PcLFService'false],
  13712.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\DefaultTopCustomersController::edit' => ['privates''.service_locator.Xc.PcLF''get_ServiceLocator_Xc_PcLFService'false],
  13713.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\FeedbackController::delete' => ['privates''.service_locator.DhfpusR''get_ServiceLocator_DhfpusRService'false],
  13714.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\FeedbackController::feedbackForm' => ['privates''.service_locator.DhfpusR''get_ServiceLocator_DhfpusRService'false],
  13715.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\FeedbackController::noteForm' => ['privates''.service_locator.iuFqMPC''get_ServiceLocator_IuFqMPCService'false],
  13716.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\MenuController::link' => ['privates''.service_locator.LRr2cO7''get_ServiceLocator_LRr2cO7Service'false],
  13717.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\MenuController::linkdelete' => ['privates''.service_locator.kLKFYzd''get_ServiceLocator_KLKFYzdService'false],
  13718.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\MenuController::linkinsert' => ['privates''.service_locator.LRr2cO7''get_ServiceLocator_LRr2cO7Service'false],
  13719.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\MenuController::menuDelete' => ['privates''.service_locator.LRr2cO7''get_ServiceLocator_LRr2cO7Service'false],
  13720.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\MobileSectionsTogglesController::editStatus' => ['privates''.service_locator.81H6ZId''get_ServiceLocator_81H6ZIdService'false],
  13721.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\MobileSectionsTogglesController::getErrorMessages' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  13722.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\MobileSectionsTogglesController::respondWithValidationErrors' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  13723.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\MobileSectionsTogglesController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  13724.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\PageController::delete' => ['privates''.service_locator.Nf_Q.FU''get_ServiceLocator_NfQ_FUService'false],
  13725.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\SettingController::edit' => ['privates''.service_locator.n07hh1c''get_ServiceLocator_N07hh1cService'false],
  13726.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\TestimonialController::edit' => ['privates''.service_locator.0qmhlcG''get_ServiceLocator_0qmhlcGService'false],
  13727.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\TestimonialController::index' => ['privates''.service_locator.0qmhlcG''get_ServiceLocator_0qmhlcGService'false],
  13728.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\TestimonialController::toggleStatus' => ['privates''.service_locator.0qmhlcG''get_ServiceLocator_0qmhlcGService'false],
  13729.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\BaseController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  13730.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\DefaultController::getClientIp' => ['privates''.service_locator.VdGUnZl''get_ServiceLocator_VdGUnZlService'false],
  13731.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\DefaultController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  13732.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\DefaultTopCustomersController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  13733.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\FeedbackController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  13734.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\SettingController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  13735.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\V2\\DefaultController::getListingCount' => ['privates''.service_locator.CmEcGGJ''get_ServiceLocator_CmEcGGJService'false],
  13736.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\V2\\DefaultController::getMenuLinks' => ['privates''.service_locator.b8UDMyj''get_ServiceLocator_B8UDMyjService'false],
  13737.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\V2\\DefaultController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  13738.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\V3\\BaseController::getErrorMessages' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  13739.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\V3\\BaseController::respondWithValidationErrors' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  13740.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\V3\\BaseController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  13741.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\V3\\FeedbackController::getErrorMessages' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  13742.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\V3\\FeedbackController::respondWithValidationErrors' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  13743.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\V3\\FeedbackController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  13744.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\V4\\BaseController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  13745.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\V4\\MobileSectionsTogglesController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  13746.             'Aqarmap\\Bundle\\MainBundle\\Controller\\DefaultController::home' => ['privates''.service_locator.10P59hg''get_ServiceLocator_10P59hgService'false],
  13747.             'Aqarmap\\Bundle\\MainBundle\\Controller\\DefaultController::searchPageFilters' => ['privates''.service_locator.EoCU_mv''get_ServiceLocator_EoCUMvService'false],
  13748.             'Aqarmap\\Bundle\\MainBundle\\Controller\\FeedbackController::post' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  13749.             'Aqarmap\\Bundle\\MainBundle\\Controller\\JoinUsController::createJoinUsForm' => ['privates''.service_locator.EdCv38r''get_ServiceLocator_EdCv38rService'false],
  13750.             'Aqarmap\\Bundle\\MainBundle\\Controller\\JoinUsController::index' => ['privates''.service_locator.CpaXrFh''get_ServiceLocator_CpaXrFhService'false],
  13751.             'Aqarmap\\Bundle\\MainBundle\\Controller\\PageController::view' => ['privates''.service_locator.Nf_Q.FU''get_ServiceLocator_NfQ_FUService'false],
  13752.             'Aqarmap\\Bundle\\MainBundle\\Controller\\SNSNotificationsController::receiver' => ['privates''.service_locator.5usv1bv''get_ServiceLocator_5usv1bvService'false],
  13753.             'Aqarmap\\Bundle\\MortgageBundle\\Controller\\DefaultController::createRequestForm' => ['privates''.service_locator.yzBhvT.''get_ServiceLocator_YzBhvT_Service'false],
  13754.             'Aqarmap\\Bundle\\MortgageBundle\\Controller\\DefaultController::setUserData' => ['privates''.service_locator.yzBhvT.''get_ServiceLocator_YzBhvT_Service'false],
  13755.             'Aqarmap\\Bundle\\NeighborhoodBundle\\Controller\\Admin\\LocationStatisticsController::index' => ['privates''.service_locator.i94Unr0''get_ServiceLocator_I94Unr0Service'false],
  13756.             'Aqarmap\\Bundle\\NeighborhoodBundle\\Controller\\Api\\NeighborhoodController::getNeighborhoodDetails' => ['privates''.service_locator.i94Unr0''get_ServiceLocator_I94Unr0Service'false],
  13757.             'Aqarmap\\Bundle\\NeighborhoodBundle\\Controller\\Api\\NeighborhoodController::getNeighborhoodHistory' => ['privates''.service_locator.i94Unr0''get_ServiceLocator_I94Unr0Service'false],
  13758.             'Aqarmap\\Bundle\\NeighborhoodBundle\\Controller\\Api\\NeighborhoodController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  13759.             'Aqarmap\\Bundle\\NeighborhoodBundle\\Controller\\DefaultController::addNeighbourhoodSubscriber' => ['privates''.service_locator.i94Unr0''get_ServiceLocator_I94Unr0Service'false],
  13760.             'Aqarmap\\Bundle\\NeighborhoodBundle\\Controller\\DefaultController::contactSellerForm' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  13761.             'Aqarmap\\Bundle\\NeighborhoodBundle\\Controller\\DefaultController::index' => ['privates''.service_locator.vWucQHF''get_ServiceLocator_VWucQHFService'false],
  13762.             'Aqarmap\\Bundle\\NeighborhoodBundle\\Controller\\DefaultController::unSubscribeLocationConfirm' => ['privates''.service_locator.SblZSSN''get_ServiceLocator_SblZSSNService'false],
  13763.             'Aqarmap\\Bundle\\NeighborhoodBundle\\Controller\\DefaultController::unsetNeighbourhoodSubscriber' => ['privates''.service_locator.i94Unr0''get_ServiceLocator_I94Unr0Service'false],
  13764.             'Aqarmap\\Bundle\\NotificationBundle\\Controller\\Api\\NotificationController::getNotificationsCount' => ['privates''.service_locator.Dvsigx3''get_ServiceLocator_Dvsigx3Service'false],
  13765.             'Aqarmap\\Bundle\\NotificationBundle\\Controller\\Api\\NotificationController::registerToken' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  13766.             'Aqarmap\\Bundle\\NotificationBundle\\Controller\\Api\\NotificationController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  13767.             'Aqarmap\\Bundle\\NotificationBundle\\Controller\\Api\\SenderController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  13768.             'Aqarmap\\Bundle\\NotificationBundle\\Controller\\NotificationsController::viewNotifications' => ['privates''.service_locator.HcMO1Gs''get_ServiceLocator_HcMO1GsService'false],
  13769.             'Aqarmap\\Bundle\\NotifierBundle\\Controller\\Api\\NotifierController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  13770.             'Aqarmap\\Bundle\\NotifierBundle\\Controller\\DefaultController::activeNotifier' => ['privates''.service_locator.C7sApcB''get_ServiceLocator_C7sApcBService'false],
  13771.             'Aqarmap\\Bundle\\NotifierBundle\\Controller\\DefaultController::globalUnsubscribeNotifier' => ['privates''.service_locator.ZbqxYyN''get_ServiceLocator_ZbqxYyNService'false],
  13772.             'Aqarmap\\Bundle\\NotifierBundle\\Controller\\DefaultController::notifier' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  13773.             'Aqarmap\\Bundle\\NotifierBundle\\Controller\\DefaultController::pauseNotifier' => ['privates''.service_locator.C7sApcB''get_ServiceLocator_C7sApcBService'false],
  13774.             'Aqarmap\\Bundle\\NotifierBundle\\Controller\\DefaultController::post' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  13775.             'Aqarmap\\Bundle\\NotifierBundle\\Controller\\DefaultController::unsubscribeAllNotifier' => ['privates''.service_locator.C7sApcB''get_ServiceLocator_C7sApcBService'false],
  13776.             'Aqarmap\\Bundle\\NotifierBundle\\Controller\\DefaultController::unsubscribeNotifier' => ['privates''.service_locator.C7sApcB''get_ServiceLocator_C7sApcBService'false],
  13777.             'Aqarmap\\Bundle\\OTPBundle\\Controller\\Api\\V4\\OtpController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  13778.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\AnalysisController::newCompanies' => ['privates''.service_locator.z4vVS.d''get_ServiceLocator_Z4vVS_DService'false],
  13779.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\AnalysisController::removeCompanies' => ['privates''.service_locator.2Ub4lmw''get_ServiceLocator_2Ub4lmwService'false],
  13780.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\AnalysisController::userRevenueDetails' => ['privates''.service_locator.z4vVS.d''get_ServiceLocator_Z4vVS_DService'false],
  13781.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController::activatePackage' => ['privates''.service_locator.QVQbFIb''get_ServiceLocator_QVQbFIbService'false],
  13782.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController::add' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  13783.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController::approveTransaction' => ['privates''.service_locator.hwXYXrz''get_ServiceLocator_HwXYXrzService'false],
  13784.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController::assignAgent' => ['privates''.service_locator.hwXYXrz''get_ServiceLocator_HwXYXrzService'false],
  13785.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController::cancel' => ['privates''.service_locator.hwXYXrz''get_ServiceLocator_HwXYXrzService'false],
  13786.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController::cancelRecurringl' => ['privates''.service_locator.hwXYXrz''get_ServiceLocator_HwXYXrzService'false],
  13787.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController::changeTransactionAuditStatus' => ['privates''.service_locator.hwXYXrz''get_ServiceLocator_HwXYXrzService'false],
  13788.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController::changeTransactionCashStatus' => ['privates''.service_locator.hwXYXrz''get_ServiceLocator_HwXYXrzService'false],
  13789.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController::createAssignAgentForm' => ['privates''.service_locator.hwXYXrz''get_ServiceLocator_HwXYXrzService'false],
  13790.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController::deleteAccountManager' => ['privates''.service_locator.TsDoRLF''get_ServiceLocator_TsDoRLFService'false],
  13791.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController::draft' => ['privates''.service_locator.2M9KHMg''get_ServiceLocator_2M9KHMgService'false],
  13792.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController::draftManualFawry' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  13793.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController::edit' => ['privates''.service_locator.hwXYXrz''get_ServiceLocator_HwXYXrzService'false],
  13794.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController::handleCreateTransaction' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  13795.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController::refund' => ['privates''.service_locator.hwXYXrz''get_ServiceLocator_HwXYXrzService'false],
  13796.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController::updatePackage' => ['privates''.service_locator.KI50Z4f''get_ServiceLocator_KI50Z4fService'false],
  13797.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Api\\PaymentController::callback' => ['privates''.service_locator.c.o8TO2''get_ServiceLocator_C_O8TO2Service'false],
  13798.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Api\\PaymentController::getPaymentTransactionServices' => ['privates''.service_locator.hwXYXrz''get_ServiceLocator_HwXYXrzService'false],
  13799.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Api\\PaymentController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  13800.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Api\\RecurringController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  13801.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\ListingSearchController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  13802.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\LocationSearchController::listingFaq' => ['privates''.service_locator.2AJALl2''get_ServiceLocator_2AJALl2Service'false],
  13803.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\LocationSearchController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  13804.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\SearchResultsController::getCustomParagraph' => ['privates''.service_locator.OeUeC3z''get_ServiceLocator_OeUeC3zService'false],
  13805.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\SearchResultsController::getLocationListing' => ['privates''.service_locator.i94Unr0''get_ServiceLocator_I94Unr0Service'false],
  13806.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\SearchResultsController::getPropertiesChips' => ['privates''.service_locator.gCd.NgZ''get_ServiceLocator_GCd_NgZService'false],
  13807.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\SearchResultsController::getPropertiesChipsLegazy' => ['privates''.service_locator.rIcyEMN''get_ServiceLocator_RIcyEMNService'false],
  13808.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\SearchResultsController::getSeoData' => ['privates''.service_locator.mF_FbkU''get_ServiceLocator_MFFbkUService'false],
  13809.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\SearchResultsController::resolveSearchPageSlugs' => ['privates''.service_locator.bsxjBL4''get_ServiceLocator_BsxjBL4Service'false],
  13810.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\SearchResultsController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  13811.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\SearchResultsController::singlePageSSRData' => ['privates''.service_locator.6yCJIov''get_ServiceLocator_6yCJIovService'false],
  13812.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\V4\\CompoundSearchController::getCompoundDetails' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  13813.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\V4\\CompoundSearchController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  13814.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\V4\\ListingSearchController::getListings' => ['privates''.service_locator.rPdPczr''get_ServiceLocator_RPdPczrService'false],
  13815.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\V4\\ListingSearchController::getListingsEsDebug' => ['privates''.service_locator.CmEcGGJ''get_ServiceLocator_CmEcGGJService'false],
  13816.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\V4\\ListingSearchController::getListingsSearchSSRData' => ['privates''.service_locator.U..08Fk''get_ServiceLocator_U__08FkService'false],
  13817.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\V4\\ListingSearchController::getSearchListings' => ['privates''.service_locator.CyC.Oyy''get_ServiceLocator_CyC_OyyService'false],
  13818.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\V4\\ListingSearchController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  13819.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\V4\\ListingSearchController::triggerSearchListingsAction' => ['privates''.service_locator.YY9cfkh''get_ServiceLocator_YY9cfkhService'false],
  13820.             'Aqarmap\\Bundle\\TopSellerBundle\\Controller\\Admin\\TopSellerController::bulkGenerateTopSellersLeads' => ['privates''.service_locator._qdZb2L''get_ServiceLocator_QdZb2LService'false],
  13821.             'Aqarmap\\Bundle\\TopSellerBundle\\Controller\\Api\\V4\\TopSellerController::getTopSellerLeads' => ['privates''.service_locator.U38IPRQ''get_ServiceLocator_U38IPRQService'false],
  13822.             'Aqarmap\\Bundle\\TopSellerBundle\\Controller\\Api\\V4\\TopSellerController::getTopSellers' => ['privates''.service_locator.Md5pun7''get_ServiceLocator_Md5pun7Service'false],
  13823.             'Aqarmap\\Bundle\\TopSellerBundle\\Controller\\Api\\V4\\TopSellerController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  13824.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\GroupController::delete' => ['privates''.service_locator.rOeiD7t''get_ServiceLocator_ROeiD7tService'false],
  13825.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\GroupController::edit' => ['privates''.service_locator.rOeiD7t''get_ServiceLocator_ROeiD7tService'false],
  13826.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\GroupController::list' => ['privates''.service_locator.oR9s530''get_ServiceLocator_OR9s530Service'false],
  13827.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\GroupController::new' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  13828.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\TeamController::assignUserTeam' => ['privates''.service_locator.hiEbQuj''get_ServiceLocator_HiEbQujService'false],
  13829.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\TeamController::delete' => ['privates''.service_locator.hiEbQuj''get_ServiceLocator_HiEbQujService'false],
  13830.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\TeamController::edit' => ['privates''.service_locator.hiEbQuj''get_ServiceLocator_HiEbQujService'false],
  13831.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\TeamController::unassignUserTeam' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  13832.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController::adminChangePassword' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  13833.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController::adminSendEmail' => ['privates''.service_locator.VQspxfD''get_ServiceLocator_VQspxfDService'false],
  13834.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController::approveLogo' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  13835.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController::approvePersonalPhoto' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  13836.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController::assignReferrals' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  13837.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController::changeUserType' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  13838.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController::disable' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  13839.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController::editUserBoostLevel' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  13840.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController::editUserGroup' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  13841.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController::enable' => ['privates''.service_locator.R.5rpS2''get_ServiceLocator_R_5rpS2Service'false],
  13842.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController::extendExpiryDate' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  13843.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController::getReferrals' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  13844.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController::importUsersDevelopers' => ['privates''.service_locator.YY9cfkh''get_ServiceLocator_YY9cfkhService'false],
  13845.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController::rejectLogo' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  13846.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController::rejectPersonalPhoto' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  13847.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController::syncToZoho' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  13848.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController::update' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  13849.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserDomainController::delete' => ['privates''.service_locator.Uagg_gw''get_ServiceLocator_UaggGwService'false],
  13850.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserDomainController::edit' => ['privates''.service_locator.3Dofsr4''get_ServiceLocator_3Dofsr4Service'false],
  13851.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserDomainController::index' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  13852.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserDomainController::new' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  13853.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserPackagesController::index' => ['privates''.service_locator.x6azFog''get_ServiceLocator_X6azFogService'false],
  13854.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserPackagesController::updateUserPackage' => ['privates''.service_locator.gWBS00N''get_ServiceLocator_GWBS00NService'false],
  13855.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserServiceController::addUserService' => ['privates''.service_locator.txkxGC8''get_ServiceLocator_TxkxGC8Service'false],
  13856.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserServiceController::index' => ['privates''.service_locator.TtqXS4F''get_ServiceLocator_TtqXS4FService'false],
  13857.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserServiceController::updateUserService' => ['privates''.service_locator.p92VLA7''get_ServiceLocator_P92VLA7Service'false],
  13858.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserSubAccountController::attach' => ['privates''.service_locator.Qp.s1q.''get_ServiceLocator_Qp_S1q_Service'false],
  13859.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserSubAccountController::detach' => ['privates''.service_locator.MyHXagK''get_ServiceLocator_MyHXagKService'false],
  13860.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserSubAccountController::index' => ['privates''.service_locator.81.uOvc''get_ServiceLocator_81_UOvcService'false],
  13861.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\AuthProxyController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  13862.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\AuthProxyController::token' => ['privates''.service_locator.WGCFqJh''get_ServiceLocator_WGCFqJhService'false],
  13863.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\NotificationTokenController::remove' => ['privates''.service_locator.N3LQUe3''get_ServiceLocator_N3LQUe3Service'false],
  13864.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\NotificationTokenController::save' => ['privates''.service_locator.N3LQUe3''get_ServiceLocator_N3LQUe3Service'false],
  13865.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\NotificationTokenController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  13866.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\TargetAudienceController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  13867.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\TeamController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  13868.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\TokenDocController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  13869.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController::addUserPhone' => ['privates''.service_locator.ja3Wfc0''get_ServiceLocator_Ja3Wfc0Service'false],
  13870.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController::deleteUserSearch' => ['privates''.service_locator.nwni4V5''get_ServiceLocator_Nwni4V5Service'false],
  13871.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController::getListingNote' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  13872.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController::getMyAccount' => ['privates''.service_locator.eUnxEfJ''get_ServiceLocator_EUnxEfJService'false],
  13873.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController::getMyLeads' => ['privates''.service_locator._NHYBXU''get_ServiceLocator_NHYBXUService'false],
  13874.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController::getNpsData' => ['privates''.service_locator.Rozwzjh''get_ServiceLocator_RozwzjhService'false],
  13875.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController::getRate' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  13876.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController::getUserAccount' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  13877.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController::getUserCompanyInfo' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  13878.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController::getUserListings' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  13879.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController::postUserNote' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  13880.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController::removeUserPhone' => ['privates''.service_locator.zjdyQvB''get_ServiceLocator_ZjdyQvBService'false],
  13881.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController::sendResetPasswordEmail' => ['privates''.service_locator.vJOpZrR''get_ServiceLocator_VJOpZrRService'false],
  13882.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  13883.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController::updatePhone' => ['privates''.service_locator.e.ek1_q''get_ServiceLocator_E_Ek1QService'false],
  13884.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController::updateProfileBasicInfo' => ['privates''.service_locator.4mzSDFD''get_ServiceLocator_4mzSDFDService'false],
  13885.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController::updateUserPhone' => ['privates''.service_locator.zjdyQvB''get_ServiceLocator_ZjdyQvBService'false],
  13886.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserServiceController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  13887.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\V3\\UserController::getErrorMessages' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  13888.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\V3\\UserController::resetPassword' => ['privates''.service_locator.vJOpZrR''get_ServiceLocator_VJOpZrRService'false],
  13889.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\V3\\UserController::respondWithValidationErrors' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  13890.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\V3\\UserController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  13891.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\V4\\UserController::createUser' => ['privates''.service_locator.9NPWjJJ''get_ServiceLocator_9NPWjJJService'false],
  13892.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\V4\\UserController::getErrorMessages' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  13893.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\V4\\UserController::register' => ['privates''.service_locator.xTG7jfg''get_ServiceLocator_XTG7jfgService'false],
  13894.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\V4\\UserController::respondWithValidationErrors' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  13895.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\V4\\UserController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  13896.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\V4\\UserLocationController::getErrorMessages' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  13897.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\V4\\UserLocationController::respondWithValidationErrors' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  13898.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\V4\\UserLocationController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  13899.             'Aqarmap\\Bundle\\UserBundle\\Controller\\ExternalProfileController::callRequestForm' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  13900.             'Aqarmap\\Bundle\\UserBundle\\Controller\\ExternalProfileController::contactSeller' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  13901.             'Aqarmap\\Bundle\\UserBundle\\Controller\\ExternalProfileController::contactSellerForm' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  13902.             'Aqarmap\\Bundle\\UserBundle\\Controller\\ExternalProfileController::contactSellerWideForm' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  13903.             'Aqarmap\\Bundle\\UserBundle\\Controller\\ExternalProfileController::index' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  13904.             'Aqarmap\\Bundle\\UserBundle\\Controller\\ExternalProfileController::listing' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  13905.             'Aqarmap\\Bundle\\UserBundle\\Controller\\ExternalProfileController::userContactSellerForm' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  13906.             'Aqarmap\\Bundle\\UserBundle\\Controller\\ExternalProfileController::userContactSellerWideForm' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  13907.             'Aqarmap\\Bundle\\UserBundle\\Controller\\ProfileController::removePhoto' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  13908.             'Aqarmap\\Bundle\\UserBundle\\Controller\\UserController::pauseInterest' => ['privates''.service_locator.WYrnE_I''get_ServiceLocator_WYrnEIService'false],
  13909.             'kernel::build' => ['privates''.service_locator.u47of.0''get_ServiceLocator_U47of_0Service'false],
  13910.             'kernel::loadRoutes' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  13911.             'kernel::registerContainerConfiguration' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  13912.             'App\\Controller\\API\\Banners\\BannersController:getAll' => ['privates''.service_locator.EKpMssS''get_ServiceLocator_EKpMssSService'false],
  13913.             'App\\Controller\\API\\Banners\\BannersController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  13914.             'App\\Controller\\API\\Lead\\LeadContactRequestController:acceptContactRequest' => ['privates''.service_locator.a8RS.RZ''get_ServiceLocator_A8RS_RZService'false],
  13915.             'App\\Controller\\API\\Lead\\LeadContactRequestController:bankList' => ['privates''.service_locator.N80VZb3''get_ServiceLocator_N80VZb3Service'false],
  13916.             'App\\Controller\\API\\Lead\\LeadContactRequestController:checkRequestExists' => ['privates''.service_locator.Q6NFJtv''get_ServiceLocator_Q6NFJtvService'false],
  13917.             'App\\Controller\\API\\Lead\\LeadContactRequestController:contactRequests' => ['privates''.service_locator.zWTCLWG''get_ServiceLocator_ZWTCLWGService'false],
  13918.             'App\\Controller\\API\\Lead\\LeadContactRequestController:payForRequest' => ['privates''.service_locator.fQLgYVs''get_ServiceLocator_FQLgYVsService'false],
  13919.             'App\\Controller\\API\\Lead\\LeadContactRequestController:requestDetails' => ['privates''.service_locator.Q6NFJtv''get_ServiceLocator_Q6NFJtvService'false],
  13920.             'App\\Controller\\API\\Lead\\LeadContactRequestController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  13921.             'App\\Controller\\API\\Lead\\LeadContactRequestController:userInsights' => ['privates''.service_locator.KriOK1M''get_ServiceLocator_KriOK1MService'false],
  13922.             'App\\Controller\\API\\Lead\\LeadController:add' => ['privates''.service_locator._MMsLYK''get_ServiceLocator_MMsLYKService'false],
  13923.             'App\\Controller\\API\\Lead\\LeadController:addBulkLeads' => ['privates''.service_locator.v1GQ0lT''get_ServiceLocator_V1GQ0lTService'false],
  13924.             'App\\Controller\\API\\Lead\\LeadController:addLeadNote' => ['privates''.service_locator.X_4f3Bt''get_ServiceLocator_X4f3BtService'false],
  13925.             'App\\Controller\\API\\Lead\\LeadController:addTopSeller' => ['privates''.service_locator.shNG6D3''get_ServiceLocator_ShNG6D3Service'false],
  13926.             'App\\Controller\\API\\Lead\\LeadController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  13927.             'App\\Controller\\API\\Listing\\ListingController:deletePhotos' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  13928.             'App\\Controller\\API\\Listing\\ListingController:finalizeListing' => ['privates''.service_locator.5hsvZzn''get_ServiceLocator_5hsvZznService'false],
  13929.             'App\\Controller\\API\\Listing\\ListingController:pay' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  13930.             'App\\Controller\\API\\Listing\\ListingController:setDescription' => ['privates''.service_locator.3jBAVWJ''get_ServiceLocator_3jBAVWJService'false],
  13931.             'App\\Controller\\API\\Listing\\ListingController:setDetails' => ['privates''.service_locator.mToiP.Q''get_ServiceLocator_MToiP_QService'false],
  13932.             'App\\Controller\\API\\Listing\\ListingController:uploadPhotos' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  13933.             'App\\Controller\\API\\LocationsInsights\\LocationsInsightsProxyController:getDemandLocations' => ['privates''.service_locator.d4MWP.x''get_ServiceLocator_D4MWP_XService'false],
  13934.             'App\\Controller\\API\\LocationsInsights\\LocationsInsightsProxyController:getLocationDemandDetails' => ['privates''.service_locator.NSdJoE7''get_ServiceLocator_NSdJoE7Service'false],
  13935.             'App\\Controller\\API\\LocationsInsights\\LocationsInsightsProxyController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  13936.             'App\\Controller\\API\\Subscriptions\\SubscriptionPlansController:findSubscriptionPlan' => ['privates''.service_locator.FYC1ztD''get_ServiceLocator_FYC1ztDService'false],
  13937.             'App\\Controller\\API\\Subscriptions\\SubscriptionPlansController:getAll' => ['privates''.service_locator.0YeVgFJ''get_ServiceLocator_0YeVgFJService'false],
  13938.             'App\\Controller\\API\\Subscriptions\\SubscriptionPlansController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  13939.             'App\\Controller\\API\\User\\CardsController:delete' => ['privates''.service_locator.rGVylc.''get_ServiceLocator_RGVylc_Service'false],
  13940.             'App\\Controller\\API\\User\\CardsController:index' => ['privates''.service_locator.dTKcOT2''get_ServiceLocator_DTKcOT2Service'false],
  13941.             'App\\Controller\\API\\User\\CardsController:new' => ['privates''.service_locator.pOI6zSa''get_ServiceLocator_POI6zSaService'false],
  13942.             'App\\Controller\\API\\User\\CardsController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  13943.             'App\\Controller\\API\\User\\SubAccountsController:acceptInvitation' => ['privates''.service_locator.VAPpaZO''get_ServiceLocator_VAPpaZOService'false],
  13944.             'App\\Controller\\API\\User\\SubAccountsController:add' => ['privates''.service_locator.Ue3lOen''get_ServiceLocator_Ue3lOenService'false],
  13945.             'App\\Controller\\API\\User\\SubAccountsController:delete' => ['privates''.service_locator.P4ohWKt''get_ServiceLocator_P4ohWKtService'false],
  13946.             'App\\Controller\\API\\User\\SubAccountsController:index' => ['privates''.service_locator.yHxuB79''get_ServiceLocator_YHxuB79Service'false],
  13947.             'App\\Controller\\API\\User\\SubAccountsController:lookup' => ['privates''.service_locator.Md5pun7''get_ServiceLocator_Md5pun7Service'false],
  13948.             'App\\Controller\\API\\User\\SubAccountsController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  13949.             'App\\Controller\\API\\User\\SubAccountsController:statistics' => ['privates''.service_locator.YfO3EUD''get_ServiceLocator_YfO3EUDService'false],
  13950.             'App\\Controller\\API\\User\\SubscriptionsController:cancel' => ['privates''.service_locator.qKrahGf''get_ServiceLocator_QKrahGfService'false],
  13951.             'App\\Controller\\API\\User\\SubscriptionsController:index' => ['privates''.service_locator.tGqu6ZS''get_ServiceLocator_TGqu6ZSService'false],
  13952.             'App\\Controller\\API\\User\\SubscriptionsController:new' => ['privates''.service_locator.4HSYFD.''get_ServiceLocator_4HSYFD_Service'false],
  13953.             'App\\Controller\\API\\User\\SubscriptionsController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  13954.             'App\\Controller\\Admin\\Banners\\BannersController:delete' => ['privates''.service_locator.qYCra7m''get_ServiceLocator_QYCra7mService'false],
  13955.             'App\\Controller\\Admin\\Banners\\BannersController:edit' => ['privates''.service_locator.qYCra7m''get_ServiceLocator_QYCra7mService'false],
  13956.             'App\\Controller\\Admin\\Banners\\BannersController:index' => ['privates''.service_locator.EKpMssS''get_ServiceLocator_EKpMssSService'false],
  13957.             'App\\Controller\\Admin\\Banners\\BannersController:new' => ['privates''.service_locator.EqM7.cD''get_ServiceLocator_EqM7_CDService'false],
  13958.             'App\\Controller\\Admin\\Subscriptions\\SubscriptionPlansController:activate' => ['privates''.service_locator.FeEvP.H''get_ServiceLocator_FeEvP_HService'false],
  13959.             'App\\Controller\\Admin\\Subscriptions\\SubscriptionPlansController:diActivate' => ['privates''.service_locator.FeEvP.H''get_ServiceLocator_FeEvP_HService'false],
  13960.             'App\\Controller\\Admin\\Subscriptions\\SubscriptionPlansController:index' => ['privates''.service_locator.0YeVgFJ''get_ServiceLocator_0YeVgFJService'false],
  13961.             'App\\Controller\\Admin\\Subscriptions\\SubscriptionPlansController:post' => ['privates''.service_locator.MkMRSDY''get_ServiceLocator_MkMRSDYService'false],
  13962.             'App\\Controller\\DefaultController:healthCheck' => ['privates''.service_locator.mB9R.17''get_ServiceLocator_MB9R_17Service'false],
  13963.             'App\\Controller\\EmailList\\WaitingController:index' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  13964.             'App\\Controller\\SecurityController:changePassword' => ['privates''.service_locator.KnMJEak''get_ServiceLocator_KnMJEakService'false],
  13965.             'App\\Controller\\SecurityController:login' => ['privates''.service_locator.BirtPkH''get_ServiceLocator_BirtPkHService'false],
  13966.             'Aqarmap\\Bundle\\AnnouncementBundle\\Controller\\Admin\\AnnouncementController:announcementForm' => ['privates''.service_locator.jCd05L.''get_ServiceLocator_JCd05L_Service'false],
  13967.             'Aqarmap\\Bundle\\AnnouncementBundle\\Controller\\Api\\AnnouncementController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  13968.             'Aqarmap\\Bundle\\BrokerSalesBundle\\Controller\\Admin\\BrokerController:assignBrokerToSellerForm' => ['privates''.service_locator.0CRMPWH''get_ServiceLocator_0CRMPWHService'false],
  13969.             'Aqarmap\\Bundle\\BrokerSalesBundle\\Controller\\Admin\\BrokerController:brokerDetails' => ['privates''.service_locator.4RkZoSP''get_ServiceLocator_4RkZoSPService'false],
  13970.             'Aqarmap\\Bundle\\BrokerSalesBundle\\Controller\\Admin\\BrokerController:createAssignBrokerForm' => ['privates''.service_locator.0CRMPWH''get_ServiceLocator_0CRMPWHService'false],
  13971.             'Aqarmap\\Bundle\\BrokerSalesBundle\\Controller\\Admin\\BrokerController:delete' => ['privates''.service_locator.0CRMPWH''get_ServiceLocator_0CRMPWHService'false],
  13972.             'Aqarmap\\Bundle\\BrokerSalesBundle\\Controller\\Admin\\BrokerController:setBrokerCreatedDate' => ['privates''.service_locator.0CRMPWH''get_ServiceLocator_0CRMPWHService'false],
  13973.             'Aqarmap\\Bundle\\BrokerSalesBundle\\Controller\\Admin\\SellerController:deleteSeller' => ['privates''.service_locator.7Ryfzhm''get_ServiceLocator_7RyfzhmService'false],
  13974.             'Aqarmap\\Bundle\\BrokerSalesBundle\\Controller\\Admin\\SellerController:sellerBrokers' => ['privates''.service_locator.0XB_Fvv''get_ServiceLocator_0XBFvvService'false],
  13975.             'Aqarmap\\Bundle\\BrokerSalesBundle\\Controller\\Admin\\SellerController:sellers' => ['privates''.service_locator.z4vVS.d''get_ServiceLocator_Z4vVS_DService'false],
  13976.             'Aqarmap\\Bundle\\BuyerAlertsBundle\\Controller\\Api\\BuyerAlertsController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  13977.             'Aqarmap\\Bundle\\BuyerAlertsBundle\\Controller\\BuyerAlertsController:BuyerAlerts' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  13978.             'Aqarmap\\Bundle\\BuyerAlertsBundle\\Controller\\BuyerAlertsController:unsubscribeBuyerAlerts' => ['privates''.service_locator.SE4ny3Y''get_ServiceLocator_SE4ny3YService'false],
  13979.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\CompanyController:assignAccountManager' => ['privates''.service_locator.EWg.NYx''get_ServiceLocator_EWg_NYxService'false],
  13980.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\CompanyController:company' => ['privates''.service_locator.Ef5rjrT''get_ServiceLocator_Ef5rjrTService'false],
  13981.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\CompanyController:companyAccountManagers' => ['privates''.service_locator.EWg.NYx''get_ServiceLocator_EWg_NYxService'false],
  13982.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\CompanyController:companyAccounts' => ['privates''.service_locator.4Y9JfYU''get_ServiceLocator_4Y9JfYUService'false],
  13983.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\CompanyController:createCompanyForm' => ['privates''.service_locator.EWg.NYx''get_ServiceLocator_EWg_NYxService'false],
  13984.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\CompanyController:createExistingStaffUser' => ['privates''.service_locator.EWg.NYx''get_ServiceLocator_EWg_NYxService'false],
  13985.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\CompanyController:createNewRegisteredStaffUser' => ['privates''.service_locator.lsi4tRL''get_ServiceLocator_Lsi4tRLService'false],
  13986.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\CompanyController:removeStaffAccount' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  13987.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\CompanyController:setCompanyCustomer' => ['privates''.service_locator.6JLV5pg''get_ServiceLocator_6JLV5pgService'false],
  13988.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\CompanyController:setCompanyPotential' => ['privates''.service_locator.6JLV5pg''get_ServiceLocator_6JLV5pgService'false],
  13989.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\CompanyController:setCompanyProspected' => ['privates''.service_locator.6JLV5pg''get_ServiceLocator_6JLV5pgService'false],
  13990.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\CompanyController:setCompanyRejected' => ['privates''.service_locator.EWg.NYx''get_ServiceLocator_EWg_NYxService'false],
  13991.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\CompanyController:unassignAccountManager' => ['privates''.service_locator.te1Yo1e''get_ServiceLocator_Te1Yo1eService'false],
  13992.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\StaffController:createExistingStaffUser' => ['privates''.service_locator.JjyeKo6''get_ServiceLocator_JjyeKo6Service'false],
  13993.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\StaffController:createNewRegisteredStaffUser' => ['privates''.service_locator.JjyeKo6''get_ServiceLocator_JjyeKo6Service'false],
  13994.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\StaffController:createStaffForm' => ['privates''.service_locator.JjyeKo6''get_ServiceLocator_JjyeKo6Service'false],
  13995.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\StaffController:delete' => ['privates''.service_locator.JjyeKo6''get_ServiceLocator_JjyeKo6Service'false],
  13996.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\StaffController:removeStaffAccount' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  13997.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Api\\CompanyController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  13998.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Api\\CompanyController:updateCompany' => ['privates''.service_locator.EWg.NYx''get_ServiceLocator_EWg_NYxService'false],
  13999.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Api\\StaffCheckInController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14000.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Api\\StaffCheckInController:upload' => ['privates''.service_locator.x6Cz3.I''get_ServiceLocator_X6Cz3_IService'false],
  14001.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Api\\StaffController:getStaffData' => ['privates''.service_locator.FYIkfU9''get_ServiceLocator_FYIkfU9Service'false],
  14002.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Api\\StaffController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14003.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Admin\\CreditController:activatePackage' => ['privates''.service_locator.wVrXYG2''get_ServiceLocator_WVrXYG2Service'false],
  14004.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Admin\\CreditController:cancel' => ['privates''.service_locator.wVrXYG2''get_ServiceLocator_WVrXYG2Service'false],
  14005.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Admin\\CreditController:cancelRecurringl' => ['privates''.service_locator.hwXYXrz''get_ServiceLocator_HwXYXrzService'false],
  14006.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Admin\\CreditController:deductPoints' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  14007.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Admin\\CreditController:depositPoints' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  14008.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Admin\\CreditController:transfer' => ['privates''.service_locator.NSHwqyp''get_ServiceLocator_NSHwqypService'false],
  14009.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Admin\\CreditPackageController:post' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  14010.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Admin\\CreditServiceController:changePosition' => ['privates''.service_locator.xQH1vY9''get_ServiceLocator_XQH1vY9Service'false],
  14011.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Admin\\CreditServiceController:delete' => ['privates''.service_locator.xQH1vY9''get_ServiceLocator_XQH1vY9Service'false],
  14012.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Admin\\CreditServiceController:edit' => ['privates''.service_locator.xQH1vY9''get_ServiceLocator_XQH1vY9Service'false],
  14013.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Api\\CreditAnalysisController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14014.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Api\\CreditController:deduct' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  14015.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Api\\CreditController:exportCreditTransactions' => ['privates''.service_locator.J4vdJ1P''get_ServiceLocator_J4vdJ1PService'false],
  14016.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Api\\CreditController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14017.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Api\\CreditServiceController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14018.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Api\\CreditServiceController:updateServiceStatus' => ['privates''.service_locator.Vhx2..N''get_ServiceLocator_Vhx2__NService'false],
  14019.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Api\\V2\\CreditPackageController:getUserTypePackages' => ['privates''.service_locator.RBLp9TH''get_ServiceLocator_RBLp9THService'false],
  14020.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Api\\V2\\CreditPackageController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14021.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Api\\V3\\CreditController:getErrorMessages' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  14022.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Api\\V3\\CreditController:respondWithValidationErrors' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  14023.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Api\\V3\\CreditController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14024.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\CreditController:package' => ['privates''.service_locator.0qmhlcG''get_ServiceLocator_0qmhlcGService'false],
  14025.             'Aqarmap\\Bundle\\CustomerProfilingBundle\\Controller\\Admin\\DynamicQuestionController:addAnswer' => ['privates''.service_locator.Ef4Q2nx''get_ServiceLocator_Ef4Q2nxService'false],
  14026.             'Aqarmap\\Bundle\\CustomerProfilingBundle\\Controller\\Admin\\DynamicQuestionController:editAnswer' => ['privates''.service_locator.lZdneNX''get_ServiceLocator_LZdneNXService'false],
  14027.             'Aqarmap\\Bundle\\CustomerProfilingBundle\\Controller\\Admin\\DynamicQuestionController:removeAnswer' => ['privates''.service_locator.lZdneNX''get_ServiceLocator_LZdneNXService'false],
  14028.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Admin\\CommentController:approve' => ['privates''.service_locator.2_6UvMb''get_ServiceLocator_26UvMbService'false],
  14029.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Admin\\CommentController:decline' => ['privates''.service_locator.2_6UvMb''get_ServiceLocator_26UvMbService'false],
  14030.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Admin\\CommentController:delete' => ['privates''.service_locator.2_6UvMb''get_ServiceLocator_26UvMbService'false],
  14031.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Admin\\DiscussionController:SendToHelp' => ['privates''.service_locator.6U_jksk''get_ServiceLocator_6UJkskService'false],
  14032.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Admin\\DiscussionController:approve' => ['privates''.service_locator.6U_jksk''get_ServiceLocator_6UJkskService'false],
  14033.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Admin\\DiscussionController:decline' => ['privates''.service_locator.6U_jksk''get_ServiceLocator_6UJkskService'false],
  14034.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Admin\\DiscussionController:delete' => ['privates''.service_locator.6U_jksk''get_ServiceLocator_6UJkskService'false],
  14035.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Admin\\DiscussionController:edit' => ['privates''.service_locator.wpvzSKV''get_ServiceLocator_WpvzSKVService'false],
  14036.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Admin\\DiscussionController:locationDiscussions' => ['privates''.service_locator.i94Unr0''get_ServiceLocator_I94Unr0Service'false],
  14037.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Api\\DiscussionController:addComment' => ['privates''.service_locator.6U_jksk''get_ServiceLocator_6UJkskService'false],
  14038.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Api\\DiscussionController:addCommentLike' => ['privates''.service_locator.2_6UvMb''get_ServiceLocator_26UvMbService'false],
  14039.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Api\\DiscussionController:addDiscussion' => ['privates''.service_locator.iI93pWi''get_ServiceLocator_II93pWiService'false],
  14040.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Api\\DiscussionController:addDiscussionSubscriber' => ['privates''.service_locator.6U_jksk''get_ServiceLocator_6UJkskService'false],
  14041.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Api\\DiscussionController:checkDiscussionSubscriber' => ['privates''.service_locator.6U_jksk''get_ServiceLocator_6UJkskService'false],
  14042.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Api\\DiscussionController:discussion' => ['privates''.service_locator.6U_jksk''get_ServiceLocator_6UJkskService'false],
  14043.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Api\\DiscussionController:discussions' => ['privates''.service_locator.i94Unr0''get_ServiceLocator_I94Unr0Service'false],
  14044.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Api\\DiscussionController:removeCommentLike' => ['privates''.service_locator.2_6UvMb''get_ServiceLocator_26UvMbService'false],
  14045.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Api\\DiscussionController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14046.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Api\\DiscussionController:unsetDiscussionSubscriber' => ['privates''.service_locator.6U_jksk''get_ServiceLocator_6UJkskService'false],
  14047.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Api\\DiscussionController:updateCommentLike' => ['privates''.service_locator.2_6UvMb''get_ServiceLocator_26UvMbService'false],
  14048.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Api\\DiscussionController:updateDiscussion' => ['privates''.service_locator.6U_jksk''get_ServiceLocator_6UJkskService'false],
  14049.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\CommentController:create' => ['privates''.service_locator.6U_jksk''get_ServiceLocator_6UJkskService'false],
  14050.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\CommentController:delete' => ['privates''.service_locator.NRsk.0J''get_ServiceLocator_NRsk_0JService'false],
  14051.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\CommentController:edit' => ['privates''.service_locator.NRsk.0J''get_ServiceLocator_NRsk_0JService'false],
  14052.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\DiscussionController:addDiscussionSubscriber' => ['privates''.service_locator.6U_jksk''get_ServiceLocator_6UJkskService'false],
  14053.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\DiscussionController:create' => ['privates''.service_locator.IxKqzhS''get_ServiceLocator_IxKqzhSService'false],
  14054.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\DiscussionController:delete' => ['privates''.service_locator.6U_jksk''get_ServiceLocator_6UJkskService'false],
  14055.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\DiscussionController:discussionComments' => ['privates''.service_locator.l8gbRtF''get_ServiceLocator_L8gbRtFService'false],
  14056.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\DiscussionController:discussions' => ['privates''.service_locator.IxKqzhS''get_ServiceLocator_IxKqzhSService'false],
  14057.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\DiscussionController:edit' => ['privates''.service_locator.wpvzSKV''get_ServiceLocator_WpvzSKVService'false],
  14058.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\DiscussionController:unsetDiscussionSubscriber' => ['privates''.service_locator.6U_jksk''get_ServiceLocator_6UJkskService'false],
  14059.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\DiscussionController:unsubscribeConfirm' => ['privates''.service_locator.q0bdmru''get_ServiceLocator_Q0bdmruService'false],
  14060.             'Aqarmap\\Bundle\\ExchangeBundle\\Controller\\Api\\ExchangeRequestController:deleteExchangeRequest' => ['privates''.service_locator.EyfC0N4''get_ServiceLocator_EyfC0N4Service'false],
  14061.             'Aqarmap\\Bundle\\ExchangeBundle\\Controller\\Api\\ExchangeRequestController:getExchangeRequest' => ['privates''.service_locator.EyfC0N4''get_ServiceLocator_EyfC0N4Service'false],
  14062.             'Aqarmap\\Bundle\\ExchangeBundle\\Controller\\Api\\ExchangeRequestController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14063.             'Aqarmap\\Bundle\\ExchangeBundle\\Controller\\Api\\ExchangeRequestController:unlockExchangeRequest' => ['privates''.service_locator.EyfC0N4''get_ServiceLocator_EyfC0N4Service'false],
  14064.             'Aqarmap\\Bundle\\ExchangeBundle\\Controller\\Api\\ExchangeRequestController:updateExchangeRequest' => ['privates''.service_locator.EyfC0N4''get_ServiceLocator_EyfC0N4Service'false],
  14065.             'Aqarmap\\Bundle\\FeatureToggleBundle\\Controller\\Admin\\FeatureToggleController:edit' => ['privates''.service_locator.faK6yZI''get_ServiceLocator_FaK6yZIService'false],
  14066.             'Aqarmap\\Bundle\\FeatureToggleBundle\\Controller\\Api\\FeatureToggleController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14067.             'Aqarmap\\Bundle\\FinancialAidsBundle\\Controller\\Admin\\FinancialAidController:edit' => ['privates''.service_locator.F92OUdR''get_ServiceLocator_F92OUdRService'false],
  14068.             'Aqarmap\\Bundle\\FinancialAidsBundle\\Controller\\Admin\\FinancialAidController:postEdit' => ['privates''.service_locator.F92OUdR''get_ServiceLocator_F92OUdRService'false],
  14069.             'Aqarmap\\Bundle\\FinancialAidsBundle\\Controller\\Admin\\FinancialAidController:updateFinancialAidStatus' => ['privates''.service_locator.F92OUdR''get_ServiceLocator_F92OUdRService'false],
  14070.             'Aqarmap\\Bundle\\FinancialAidsBundle\\Controller\\Api\\FinancialAidController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14071.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\CompoundLocationController:disable' => ['privates''.service_locator.x3wWNZA''get_ServiceLocator_X3wWNZAService'false],
  14072.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\CompoundLocationController:enable' => ['privates''.service_locator.x3wWNZA''get_ServiceLocator_X3wWNZAService'false],
  14073.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\LeadsController:exportLeads' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  14074.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\LeadsController:index' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  14075.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\LeadsController:resendLeads' => ['privates''.service_locator.2395Z6t''get_ServiceLocator_2395Z6tService'false],
  14076.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:QuickPostListingForm' => ['privates''.service_locator.IxpZ58c''get_ServiceLocator_IxpZ58cService'false],
  14077.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:addNote' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14078.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:addParticipant' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14079.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:adminChangeLocation' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14080.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:adminListingRejections' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14081.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:adminPropertyType' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14082.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:approve' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14083.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:approveChildren' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14084.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:bulkDeletePhoto' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  14085.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:bulkFeatureAsAdmin' => ['privates''.service_locator.ZxYD5ys''get_ServiceLocator_ZxYD5ysService'false],
  14086.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:bulkFeatureAsSeller' => ['privates''.service_locator.ZxYD5ys''get_ServiceLocator_ZxYD5ysService'false],
  14087.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:bumpUp' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14088.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:changeSection' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14089.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:clearMap' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14090.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:clearPrice' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14091.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:clearVideo' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14092.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:consumersRatesData' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14093.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:delete' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14094.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:deleteNote' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14095.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:deletePhoto' => ['privates''.service_locator.ixUkIS.''get_ServiceLocator_IxUkIS_Service'false],
  14096.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:downloadBrochure' => ['privates''.service_locator.5TZeRCE''get_ServiceLocator_5TZeRCEService'false],
  14097.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:editListing' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14098.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:editListingArea' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14099.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:editListingLocations' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14100.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:editListingParticipants' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14101.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:editListingPaymentMethod' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14102.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:editListingPhones' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14103.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:editListingPhotos' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14104.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:editListingTranslation' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14105.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:editListingUnits' => ['privates''.service_locator.za1p.5V''get_ServiceLocator_Za1p_5VService'false],
  14106.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:featured' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14107.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:featuredAsSeller' => ['privates''.service_locator.48PMbZa''get_ServiceLocator_48PMbZaService'false],
  14108.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:getListingBasics' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14109.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:listingLocationForm' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14110.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:listingPhoneForm' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14111.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:moveListingPhotoDown' => ['privates''.service_locator.ixUkIS.''get_ServiceLocator_IxUkIS_Service'false],
  14112.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:moveListingPhotoUp' => ['privates''.service_locator.ixUkIS.''get_ServiceLocator_IxUkIS_Service'false],
  14113.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:newLocationModal' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14114.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:newPhoneModal' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14115.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:pending' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14116.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:pendingChildren' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14117.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:postEditListingBasics' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14118.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:postEditListingPhotos' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14119.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:postEditListingTranslations' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14120.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:postListingLocation' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14121.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:postListingPhone' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14122.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:pumpUp' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14123.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:quickPostListingModelForm' => ['privates''.service_locator.N_uc6xq''get_ServiceLocator_NUc6xqService'false],
  14124.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:quickRegisterParticipant' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14125.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:rates' => ['privates''.service_locator.pzZ8_Cb''get_ServiceLocator_PzZ8CbService'false],
  14126.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:ratesDetails' => ['privates''.service_locator.Uyoau69''get_ServiceLocator_Uyoau69Service'false],
  14127.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:relist' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14128.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:removeListingLocation' => ['privates''.service_locator.zJJOuyv''get_ServiceLocator_ZJJOuyvService'false],
  14129.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:removeNumbers' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14130.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:removeParticipant' => ['privates''.service_locator._Qw4DJe''get_ServiceLocator_Qw4DJeService'false],
  14131.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:removePhone' => ['privates''.service_locator.oGPbAPY''get_ServiceLocator_OGPbAPYService'false],
  14132.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:resetTitle' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14133.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:revertBumpUp' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14134.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:review' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14135.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:showInHomepage' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14136.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:unflag' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14137.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingPendingFeaturingController:approveFeaturingListing' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14138.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingPendingFeaturingController:reject' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14139.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingPendingFeaturingController:rejectFeaturingListing' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  14140.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingRulesController:changePosition' => ['privates''.service_locator.XD1u.VJ''get_ServiceLocator_XD1u_VJService'false],
  14141.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingRulesController:delete' => ['privates''.service_locator.XD1u.VJ''get_ServiceLocator_XD1u_VJService'false],
  14142.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingRulesController:edit' => ['privates''.service_locator.XD1u.VJ''get_ServiceLocator_XD1u_VJService'false],
  14143.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingRulesController:index' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  14144.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\LocationController:Post' => ['privates''.service_locator.UQTEWgm''get_ServiceLocator_UQTEWgmService'false],
  14145.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\LocationController:addNearestLocations' => ['privates''.service_locator.i94Unr0''get_ServiceLocator_I94Unr0Service'false],
  14146.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\LocationController:changeStatus' => ['privates''.service_locator.i94Unr0''get_ServiceLocator_I94Unr0Service'false],
  14147.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\LocationController:deleteLocationPhoto' => ['privates''.service_locator.SBFvyl6''get_ServiceLocator_SBFvyl6Service'false],
  14148.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\LocationController:locationFetcher' => ['privates''.service_locator.IxKqzhS''get_ServiceLocator_IxKqzhSService'false],
  14149.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\LocationController:mainPhotoLocation' => ['privates''.service_locator.SBFvyl6''get_ServiceLocator_SBFvyl6Service'false],
  14150.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\LocationController:moveLocationListings' => ['privates''.service_locator.i94Unr0''get_ServiceLocator_I94Unr0Service'false],
  14151.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\LocationController:unsetLocationListing' => ['privates''.service_locator.i94Unr0''get_ServiceLocator_I94Unr0Service'false],
  14152.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\LocationController:unsetNearestLocation' => ['privates''.service_locator.i94Unr0''get_ServiceLocator_I94Unr0Service'false],
  14153.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\LocationController:upload' => ['privates''.service_locator.i94Unr0''get_ServiceLocator_I94Unr0Service'false],
  14154.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\RejectionController:delete' => ['privates''.service_locator.oWTv1Ao''get_ServiceLocator_OWTv1AoService'false],
  14155.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ScrapedListingController:removePhoto' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  14156.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\SearchController:locationSearchHistoryLink' => ['privates''.service_locator.IxKqzhS''get_ServiceLocator_IxKqzhSService'false],
  14157.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\SearchController:searchAdmin' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  14158.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\SearchController:searchResult' => ['privates''.service_locator.kQ3e.Yt''get_ServiceLocator_KQ3e_YtService'false],
  14159.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\CallRequestController:getTotalQueuedCalls' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  14160.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\CallRequestController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14161.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\CompoundLocationController:getLocationChildren' => ['privates''.service_locator.LeUnxz1''get_ServiceLocator_LeUnxz1Service'false],
  14162.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\CompoundLocationController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14163.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\CompoundSearchController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14164.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\CustomFieldController:getCustomField' => ['privates''.service_locator.PDAiOko''get_ServiceLocator_PDAiOkoService'false],
  14165.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\CustomFieldController:getFinishTypes' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  14166.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\CustomFieldController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14167.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\EstimateController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14168.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\FavouriteController:create' => ['privates''.service_locator.tV2D6Yk''get_ServiceLocator_TV2D6YkService'false],
  14169.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\FavouriteController:delete' => ['privates''.service_locator.TLrSZYf''get_ServiceLocator_TLrSZYfService'false],
  14170.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\FavouriteController:getFavouritesCount' => ['privates''.service_locator.tV2D6Yk''get_ServiceLocator_TV2D6YkService'false],
  14171.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\FavouriteController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14172.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LeadController:QuickCreateLead' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14173.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LeadController:addLeadQuality' => ['privates''.service_locator.05NpXBu''get_ServiceLocator_05NpXBuService'false],
  14174.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LeadController:countLeadsInSpecificPeriod' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  14175.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LeadController:exportLeads' => ['privates''.service_locator.gkdKNNQ''get_ServiceLocator_GkdKNNQService'false],
  14176.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LeadController:exportTopSellerLeads' => ['privates''.service_locator.U38IPRQ''get_ServiceLocator_U38IPRQService'false],
  14177.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LeadController:getLead' => ['privates''.service_locator.gLZfSFb''get_ServiceLocator_GLZfSFbService'false],
  14178.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LeadController:getLeadsCountsForEachType' => ['privates''.service_locator.5DRJAs3''get_ServiceLocator_5DRJAs3Service'false],
  14179.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LeadController:getLeadsInsights' => ['privates''.service_locator.UsScnKS''get_ServiceLocator_UsScnKSService'false],
  14180.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LeadController:getLeadsList' => ['privates''.service_locator.wB_aZlL''get_ServiceLocator_WBAZlLService'false],
  14181.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LeadController:getListingFeatureStatus' => ['privates''.service_locator.xh9dd2n''get_ServiceLocator_Xh9dd2nService'false],
  14182.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LeadController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14183.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:callRequest' => ['privates''.service_locator.E5620._''get_ServiceLocator_E5620_Service'false],
  14184.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:cloneListing' => ['privates''.service_locator.jnEgZVj''get_ServiceLocator_JnEgZVjService'false],
  14185.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:contactSeller' => ['privates''.service_locator.E5620._''get_ServiceLocator_E5620_Service'false],
  14186.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:contactSellerWithQuickRegistration' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14187.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:delete' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14188.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:feature' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14189.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:filterListingChildren' => ['privates''.service_locator.691P.J0''get_ServiceLocator_691P_J0Service'false],
  14190.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:getLeadAnalytics' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14191.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:getListing' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14192.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:getListingChildren' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14193.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:getListingDetails' => ['privates''.service_locator.at6qQDg''get_ServiceLocator_At6qQDgService'false],
  14194.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:getListingNote' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14195.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:getListingPhone' => ['privates''.service_locator.E5620._''get_ServiceLocator_E5620_Service'false],
  14196.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:getListingPhotos' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14197.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:getListingPreviewData' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14198.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:getListingRules' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14199.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:getListingTopSeller' => ['privates''.service_locator.elP0OCB''get_ServiceLocator_ElP0OCBService'false],
  14200.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:getRateDetails' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14201.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:getRelatedListing' => ['privates''.service_locator.atd8Wi6''get_ServiceLocator_Atd8Wi6Service'false],
  14202.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:getSimilarListingsCount' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14203.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:increaseListingViews' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14204.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:postListingSingleNote' => ['privates''.service_locator.0ea3J8t''get_ServiceLocator_0ea3J8tService'false],
  14205.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:quickCreateLead' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14206.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:rateReview' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14207.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:relist' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14208.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14209.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:undelete' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14210.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:update' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14211.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:updateListing' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14212.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:upload' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14213.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:uploadListingPhoto' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14214.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LocationController:getLocationChildren' => ['privates''.service_locator.i94Unr0''get_ServiceLocator_I94Unr0Service'false],
  14215.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LocationController:getLocationStatistics' => ['privates''.service_locator.C3YrtYY''get_ServiceLocator_C3YrtYYService'false],
  14216.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LocationController:getLocationsHomeCompounds' => ['privates''.service_locator.89oxtMu''get_ServiceLocator_89oxtMuService'false],
  14217.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LocationController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14218.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\NoteController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14219.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\PhotoController:delete' => ['privates''.service_locator.JZvIlSn''get_ServiceLocator_JZvIlSnService'false],
  14220.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\PhotoController:mainPhoto' => ['privates''.service_locator.JZvIlSn''get_ServiceLocator_JZvIlSnService'false],
  14221.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\PhotoController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14222.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\PriceFilterController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14223.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\PropertyTypeController:getPropertyTypeChildren' => ['privates''.service_locator.3.is40S''get_ServiceLocator_3_Is40SService'false],
  14224.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\PropertyTypeController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14225.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\RateController:add' => ['privates''.service_locator.15Qxs4f''get_ServiceLocator_15Qxs4fService'false],
  14226.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\RateController:create' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14227.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\RateController:getListingRate' => ['privates''.service_locator.Pfo2iga''get_ServiceLocator_Pfo2igaService'false],
  14228.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\RateController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14229.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\SearchFiltersController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14230.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\SectionController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14231.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\BrokerRankingController:getErrorMessages' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  14232.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\BrokerRankingController:respondWithValidationErrors' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  14233.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\BrokerRankingController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14234.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\FavouriteController:getErrorMessages' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  14235.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\FavouriteController:respondWithValidationErrors' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  14236.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\FavouriteController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14237.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\ImpressionController:getErrorMessages' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  14238.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\ImpressionController:respondWithValidationErrors' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  14239.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\ImpressionController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14240.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\ListingController:contactSeller' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14241.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\ListingController:getErrorMessages' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  14242.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\ListingController:getFeatureExpiryDate' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14243.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\ListingController:respondWithValidationErrors' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  14244.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\ListingController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14245.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\ListingController:update' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14246.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\LocationController:getErrorMessages' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  14247.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\LocationController:respondWithValidationErrors' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  14248.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\LocationController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14249.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\RateController:getErrorMessages' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  14250.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\RateController:respondWithValidationErrors' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  14251.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\RateController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14252.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\CallRequestController:callRequestForm' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14253.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\CallRequestController:getErrorMessages' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  14254.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\CallRequestController:respondWithValidationErrors' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  14255.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\CallRequestController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14256.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\CompoundLocationController:getCompoundChildrenLocations' => ['privates''.service_locator.x3wWNZA''get_ServiceLocator_X3wWNZAService'false],
  14257.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\CompoundLocationController:getErrorMessages' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  14258.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\CompoundLocationController:respondWithValidationErrors' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  14259.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\CompoundLocationController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14260.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\ConditionalFieldController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14261.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\FiltersController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14262.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\ListingController:deletePhoto' => ['privates''.service_locator.6uOXFWy''get_ServiceLocator_6uOXFWyService'false],
  14263.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\ListingController:downloadBrochure' => ['privates''.service_locator.vsIiRg8''get_ServiceLocator_VsIiRg8Service'false],
  14264.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\ListingController:getListingRules' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14265.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\ListingController:getSpecialAddListingFeatures' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14266.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\ListingController:getUserListings' => ['privates''.service_locator.vDcpV4H''get_ServiceLocator_VDcpV4HService'false],
  14267.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\ListingController:setMainPhoto' => ['privates''.service_locator.6uOXFWy''get_ServiceLocator_6uOXFWyService'false],
  14268.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\ListingController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14269.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\ListingController:update' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14270.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\ListingController:uploadPhotos' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14271.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\LocationController:getLocationChildren' => ['privates''.service_locator.i94Unr0''get_ServiceLocator_I94Unr0Service'false],
  14272.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\LocationController:getLocationTranslation' => ['privates''.service_locator.i94Unr0''get_ServiceLocator_I94Unr0Service'false],
  14273.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\LocationController:getNearbyLocations' => ['privates''.service_locator.i94Unr0''get_ServiceLocator_I94Unr0Service'false],
  14274.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\LocationController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14275.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\PropertyTypeController:allChildren' => ['privates''.service_locator.3.is40S''get_ServiceLocator_3_Is40SService'false],
  14276.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\PropertyTypeController:getPropertyType' => ['privates''.service_locator.3.is40S''get_ServiceLocator_3_Is40SService'false],
  14277.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\PropertyTypeController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14278.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\SectionController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14279.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\UserListingStatisticController:getCountForEachFeaturedListings' => ['privates''.service_locator.U38IPRQ''get_ServiceLocator_U38IPRQService'false],
  14280.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\UserListingStatisticController:getErrorMessages' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  14281.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\UserListingStatisticController:getListingCountForEachStatus' => ['privates''.service_locator.U38IPRQ''get_ServiceLocator_U38IPRQService'false],
  14282.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\UserListingStatisticController:respondWithValidationErrors' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  14283.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\UserListingStatisticController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14284.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\DefaultController:myListings' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  14285.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\LeadController:quickLead' => ['privates''.service_locator.OC2AG.K''get_ServiceLocator_OC2AG_KService'false],
  14286.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\LeadController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14287.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController:CSVLatestListings' => ['privates''.service_locator.tp5oD8B''get_ServiceLocator_Tp5oD8BService'false],
  14288.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController:bulkDeletePhoto' => ['privates''.service_locator.kyyH9Zf''get_ServiceLocator_KyyH9ZfService'false],
  14289.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController:callRequest' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14290.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController:callRequestForm' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14291.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController:confirmFeaturedPublishing' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14292.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController:confirmPublishing' => ['privates''.service_locator.4CTW3Co''get_ServiceLocator_4CTW3CoService'false],
  14293.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController:confirmPumpUpListing' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14294.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController:contactSeller' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14295.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController:contactSellerForm' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14296.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController:contactSellerWideForm' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14297.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController:delete' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14298.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController:downloadBrochure' => ['privates''.service_locator.5TZeRCE''get_ServiceLocator_5TZeRCEService'false],
  14299.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController:finish' => ['privates''.service_locator.4CTW3Co''get_ServiceLocator_4CTW3CoService'false],
  14300.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController:landingPage' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14301.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController:listRejections' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14302.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController:listingDetailsApp' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14303.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController:post' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14304.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController:prepareFeaturedListingPayment' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14305.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController:prepareListingPayment' => ['privates''.service_locator.4CTW3Co''get_ServiceLocator_4CTW3CoService'false],
  14306.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController:preview' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14307.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController:pumpUpListing' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14308.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController:read' => ['privates''.service_locator.wskWCel''get_ServiceLocator_WskWCelService'false],
  14309.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController:relist' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14310.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController:specialAddListingFeature' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14311.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController:transferScrapedListingOwnership' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14312.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController:undelete' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14313.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController:upload' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14314.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingSearchController:searchResults' => ['privates''.service_locator.GedePMg''get_ServiceLocator_GedePMgService'false],
  14315.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\PhotoController:delete' => ['privates''.service_locator.vgxLjSE''get_ServiceLocator_VgxLjSEService'false],
  14316.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\PhotoController:editPhotoType' => ['privates''.service_locator.vgxLjSE''get_ServiceLocator_VgxLjSEService'false],
  14317.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\PhotoController:mainPhoto' => ['privates''.service_locator.vgxLjSE''get_ServiceLocator_VgxLjSEService'false],
  14318.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\SectionController:show' => ['privates''.service_locator.ScY99ay''get_ServiceLocator_ScY99ayService'false],
  14319.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\CustomParagraphController:delete' => ['privates''.service_locator.zxXIGe6''get_ServiceLocator_ZxXIGe6Service'false],
  14320.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\CustomParagraphController:edit' => ['privates''.service_locator.zxXIGe6''get_ServiceLocator_ZxXIGe6Service'false],
  14321.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\CustomParagraphController:toggleStatus' => ['privates''.service_locator.zxXIGe6''get_ServiceLocator_ZxXIGe6Service'false],
  14322.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\DefaultController:activity' => ['privates''.service_locator.0U7N9yd''get_ServiceLocator_0U7N9ydService'false],
  14323.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\DefaultTopCustomersController:delete' => ['privates''.service_locator.Xc.PcLF''get_ServiceLocator_Xc_PcLFService'false],
  14324.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\DefaultTopCustomersController:edit' => ['privates''.service_locator.Xc.PcLF''get_ServiceLocator_Xc_PcLFService'false],
  14325.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\FeedbackController:delete' => ['privates''.service_locator.DhfpusR''get_ServiceLocator_DhfpusRService'false],
  14326.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\FeedbackController:feedbackForm' => ['privates''.service_locator.DhfpusR''get_ServiceLocator_DhfpusRService'false],
  14327.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\FeedbackController:noteForm' => ['privates''.service_locator.iuFqMPC''get_ServiceLocator_IuFqMPCService'false],
  14328.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\MenuController:link' => ['privates''.service_locator.LRr2cO7''get_ServiceLocator_LRr2cO7Service'false],
  14329.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\MenuController:linkdelete' => ['privates''.service_locator.kLKFYzd''get_ServiceLocator_KLKFYzdService'false],
  14330.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\MenuController:linkinsert' => ['privates''.service_locator.LRr2cO7''get_ServiceLocator_LRr2cO7Service'false],
  14331.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\MenuController:menuDelete' => ['privates''.service_locator.LRr2cO7''get_ServiceLocator_LRr2cO7Service'false],
  14332.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\MobileSectionsTogglesController:editStatus' => ['privates''.service_locator.81H6ZId''get_ServiceLocator_81H6ZIdService'false],
  14333.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\MobileSectionsTogglesController:getErrorMessages' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  14334.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\MobileSectionsTogglesController:respondWithValidationErrors' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  14335.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\MobileSectionsTogglesController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14336.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\PageController:delete' => ['privates''.service_locator.Nf_Q.FU''get_ServiceLocator_NfQ_FUService'false],
  14337.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\SettingController:edit' => ['privates''.service_locator.n07hh1c''get_ServiceLocator_N07hh1cService'false],
  14338.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\TestimonialController:edit' => ['privates''.service_locator.0qmhlcG''get_ServiceLocator_0qmhlcGService'false],
  14339.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\TestimonialController:index' => ['privates''.service_locator.0qmhlcG''get_ServiceLocator_0qmhlcGService'false],
  14340.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\TestimonialController:toggleStatus' => ['privates''.service_locator.0qmhlcG''get_ServiceLocator_0qmhlcGService'false],
  14341.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\BaseController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14342.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\DefaultController:getClientIp' => ['privates''.service_locator.VdGUnZl''get_ServiceLocator_VdGUnZlService'false],
  14343.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\DefaultController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14344.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\DefaultTopCustomersController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14345.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\FeedbackController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14346.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\SettingController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14347.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\V2\\DefaultController:getListingCount' => ['privates''.service_locator.CmEcGGJ''get_ServiceLocator_CmEcGGJService'false],
  14348.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\V2\\DefaultController:getMenuLinks' => ['privates''.service_locator.b8UDMyj''get_ServiceLocator_B8UDMyjService'false],
  14349.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\V2\\DefaultController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14350.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\V3\\BaseController:getErrorMessages' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  14351.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\V3\\BaseController:respondWithValidationErrors' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  14352.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\V3\\BaseController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14353.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\V3\\FeedbackController:getErrorMessages' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  14354.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\V3\\FeedbackController:respondWithValidationErrors' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  14355.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\V3\\FeedbackController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14356.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\V4\\BaseController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14357.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\V4\\MobileSectionsTogglesController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14358.             'Aqarmap\\Bundle\\MainBundle\\Controller\\DefaultController:home' => ['privates''.service_locator.10P59hg''get_ServiceLocator_10P59hgService'false],
  14359.             'Aqarmap\\Bundle\\MainBundle\\Controller\\DefaultController:searchPageFilters' => ['privates''.service_locator.EoCU_mv''get_ServiceLocator_EoCUMvService'false],
  14360.             'Aqarmap\\Bundle\\MainBundle\\Controller\\FeedbackController:post' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  14361.             'Aqarmap\\Bundle\\MainBundle\\Controller\\JoinUsController:createJoinUsForm' => ['privates''.service_locator.EdCv38r''get_ServiceLocator_EdCv38rService'false],
  14362.             'Aqarmap\\Bundle\\MainBundle\\Controller\\JoinUsController:index' => ['privates''.service_locator.CpaXrFh''get_ServiceLocator_CpaXrFhService'false],
  14363.             'Aqarmap\\Bundle\\MainBundle\\Controller\\PageController:view' => ['privates''.service_locator.Nf_Q.FU''get_ServiceLocator_NfQ_FUService'false],
  14364.             'Aqarmap\\Bundle\\MainBundle\\Controller\\SNSNotificationsController:receiver' => ['privates''.service_locator.5usv1bv''get_ServiceLocator_5usv1bvService'false],
  14365.             'Aqarmap\\Bundle\\MortgageBundle\\Controller\\DefaultController:createRequestForm' => ['privates''.service_locator.yzBhvT.''get_ServiceLocator_YzBhvT_Service'false],
  14366.             'Aqarmap\\Bundle\\MortgageBundle\\Controller\\DefaultController:setUserData' => ['privates''.service_locator.yzBhvT.''get_ServiceLocator_YzBhvT_Service'false],
  14367.             'Aqarmap\\Bundle\\NeighborhoodBundle\\Controller\\Admin\\LocationStatisticsController:index' => ['privates''.service_locator.i94Unr0''get_ServiceLocator_I94Unr0Service'false],
  14368.             'Aqarmap\\Bundle\\NeighborhoodBundle\\Controller\\Api\\NeighborhoodController:getNeighborhoodDetails' => ['privates''.service_locator.i94Unr0''get_ServiceLocator_I94Unr0Service'false],
  14369.             'Aqarmap\\Bundle\\NeighborhoodBundle\\Controller\\Api\\NeighborhoodController:getNeighborhoodHistory' => ['privates''.service_locator.i94Unr0''get_ServiceLocator_I94Unr0Service'false],
  14370.             'Aqarmap\\Bundle\\NeighborhoodBundle\\Controller\\Api\\NeighborhoodController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14371.             'Aqarmap\\Bundle\\NeighborhoodBundle\\Controller\\DefaultController:addNeighbourhoodSubscriber' => ['privates''.service_locator.i94Unr0''get_ServiceLocator_I94Unr0Service'false],
  14372.             'Aqarmap\\Bundle\\NeighborhoodBundle\\Controller\\DefaultController:contactSellerForm' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14373.             'Aqarmap\\Bundle\\NeighborhoodBundle\\Controller\\DefaultController:index' => ['privates''.service_locator.vWucQHF''get_ServiceLocator_VWucQHFService'false],
  14374.             'Aqarmap\\Bundle\\NeighborhoodBundle\\Controller\\DefaultController:unSubscribeLocationConfirm' => ['privates''.service_locator.SblZSSN''get_ServiceLocator_SblZSSNService'false],
  14375.             'Aqarmap\\Bundle\\NeighborhoodBundle\\Controller\\DefaultController:unsetNeighbourhoodSubscriber' => ['privates''.service_locator.i94Unr0''get_ServiceLocator_I94Unr0Service'false],
  14376.             'Aqarmap\\Bundle\\NotificationBundle\\Controller\\Api\\NotificationController:getNotificationsCount' => ['privates''.service_locator.Dvsigx3''get_ServiceLocator_Dvsigx3Service'false],
  14377.             'Aqarmap\\Bundle\\NotificationBundle\\Controller\\Api\\NotificationController:registerToken' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  14378.             'Aqarmap\\Bundle\\NotificationBundle\\Controller\\Api\\NotificationController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14379.             'Aqarmap\\Bundle\\NotificationBundle\\Controller\\Api\\SenderController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14380.             'Aqarmap\\Bundle\\NotificationBundle\\Controller\\NotificationsController:viewNotifications' => ['privates''.service_locator.HcMO1Gs''get_ServiceLocator_HcMO1GsService'false],
  14381.             'Aqarmap\\Bundle\\NotifierBundle\\Controller\\Api\\NotifierController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14382.             'Aqarmap\\Bundle\\NotifierBundle\\Controller\\DefaultController:activeNotifier' => ['privates''.service_locator.C7sApcB''get_ServiceLocator_C7sApcBService'false],
  14383.             'Aqarmap\\Bundle\\NotifierBundle\\Controller\\DefaultController:globalUnsubscribeNotifier' => ['privates''.service_locator.ZbqxYyN''get_ServiceLocator_ZbqxYyNService'false],
  14384.             'Aqarmap\\Bundle\\NotifierBundle\\Controller\\DefaultController:notifier' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  14385.             'Aqarmap\\Bundle\\NotifierBundle\\Controller\\DefaultController:pauseNotifier' => ['privates''.service_locator.C7sApcB''get_ServiceLocator_C7sApcBService'false],
  14386.             'Aqarmap\\Bundle\\NotifierBundle\\Controller\\DefaultController:post' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  14387.             'Aqarmap\\Bundle\\NotifierBundle\\Controller\\DefaultController:unsubscribeAllNotifier' => ['privates''.service_locator.C7sApcB''get_ServiceLocator_C7sApcBService'false],
  14388.             'Aqarmap\\Bundle\\NotifierBundle\\Controller\\DefaultController:unsubscribeNotifier' => ['privates''.service_locator.C7sApcB''get_ServiceLocator_C7sApcBService'false],
  14389.             'Aqarmap\\Bundle\\OTPBundle\\Controller\\Api\\V4\\OtpController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14390.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\AnalysisController:newCompanies' => ['privates''.service_locator.z4vVS.d''get_ServiceLocator_Z4vVS_DService'false],
  14391.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\AnalysisController:removeCompanies' => ['privates''.service_locator.2Ub4lmw''get_ServiceLocator_2Ub4lmwService'false],
  14392.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\AnalysisController:userRevenueDetails' => ['privates''.service_locator.z4vVS.d''get_ServiceLocator_Z4vVS_DService'false],
  14393.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController:activatePackage' => ['privates''.service_locator.QVQbFIb''get_ServiceLocator_QVQbFIbService'false],
  14394.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController:add' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  14395.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController:approveTransaction' => ['privates''.service_locator.hwXYXrz''get_ServiceLocator_HwXYXrzService'false],
  14396.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController:assignAgent' => ['privates''.service_locator.hwXYXrz''get_ServiceLocator_HwXYXrzService'false],
  14397.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController:cancel' => ['privates''.service_locator.hwXYXrz''get_ServiceLocator_HwXYXrzService'false],
  14398.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController:cancelRecurringl' => ['privates''.service_locator.hwXYXrz''get_ServiceLocator_HwXYXrzService'false],
  14399.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController:changeTransactionAuditStatus' => ['privates''.service_locator.hwXYXrz''get_ServiceLocator_HwXYXrzService'false],
  14400.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController:changeTransactionCashStatus' => ['privates''.service_locator.hwXYXrz''get_ServiceLocator_HwXYXrzService'false],
  14401.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController:createAssignAgentForm' => ['privates''.service_locator.hwXYXrz''get_ServiceLocator_HwXYXrzService'false],
  14402.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController:deleteAccountManager' => ['privates''.service_locator.TsDoRLF''get_ServiceLocator_TsDoRLFService'false],
  14403.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController:draft' => ['privates''.service_locator.2M9KHMg''get_ServiceLocator_2M9KHMgService'false],
  14404.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController:draftManualFawry' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  14405.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController:edit' => ['privates''.service_locator.hwXYXrz''get_ServiceLocator_HwXYXrzService'false],
  14406.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController:handleCreateTransaction' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  14407.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController:refund' => ['privates''.service_locator.hwXYXrz''get_ServiceLocator_HwXYXrzService'false],
  14408.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController:updatePackage' => ['privates''.service_locator.KI50Z4f''get_ServiceLocator_KI50Z4fService'false],
  14409.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Api\\PaymentController:callback' => ['privates''.service_locator.c.o8TO2''get_ServiceLocator_C_O8TO2Service'false],
  14410.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Api\\PaymentController:getPaymentTransactionServices' => ['privates''.service_locator.hwXYXrz''get_ServiceLocator_HwXYXrzService'false],
  14411.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Api\\PaymentController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14412.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Api\\RecurringController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14413.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\ListingSearchController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14414.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\LocationSearchController:listingFaq' => ['privates''.service_locator.2AJALl2''get_ServiceLocator_2AJALl2Service'false],
  14415.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\LocationSearchController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14416.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\SearchResultsController:getCustomParagraph' => ['privates''.service_locator.OeUeC3z''get_ServiceLocator_OeUeC3zService'false],
  14417.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\SearchResultsController:getLocationListing' => ['privates''.service_locator.i94Unr0''get_ServiceLocator_I94Unr0Service'false],
  14418.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\SearchResultsController:getPropertiesChips' => ['privates''.service_locator.gCd.NgZ''get_ServiceLocator_GCd_NgZService'false],
  14419.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\SearchResultsController:getPropertiesChipsLegazy' => ['privates''.service_locator.rIcyEMN''get_ServiceLocator_RIcyEMNService'false],
  14420.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\SearchResultsController:getSeoData' => ['privates''.service_locator.mF_FbkU''get_ServiceLocator_MFFbkUService'false],
  14421.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\SearchResultsController:resolveSearchPageSlugs' => ['privates''.service_locator.bsxjBL4''get_ServiceLocator_BsxjBL4Service'false],
  14422.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\SearchResultsController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14423.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\SearchResultsController:singlePageSSRData' => ['privates''.service_locator.6yCJIov''get_ServiceLocator_6yCJIovService'false],
  14424.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\V4\\CompoundSearchController:getCompoundDetails' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14425.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\V4\\CompoundSearchController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14426.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\V4\\ListingSearchController:getListings' => ['privates''.service_locator.rPdPczr''get_ServiceLocator_RPdPczrService'false],
  14427.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\V4\\ListingSearchController:getListingsEsDebug' => ['privates''.service_locator.CmEcGGJ''get_ServiceLocator_CmEcGGJService'false],
  14428.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\V4\\ListingSearchController:getListingsSearchSSRData' => ['privates''.service_locator.U..08Fk''get_ServiceLocator_U__08FkService'false],
  14429.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\V4\\ListingSearchController:getSearchListings' => ['privates''.service_locator.CyC.Oyy''get_ServiceLocator_CyC_OyyService'false],
  14430.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\V4\\ListingSearchController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14431.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\V4\\ListingSearchController:triggerSearchListingsAction' => ['privates''.service_locator.YY9cfkh''get_ServiceLocator_YY9cfkhService'false],
  14432.             'Aqarmap\\Bundle\\TopSellerBundle\\Controller\\Admin\\TopSellerController:bulkGenerateTopSellersLeads' => ['privates''.service_locator._qdZb2L''get_ServiceLocator_QdZb2LService'false],
  14433.             'Aqarmap\\Bundle\\TopSellerBundle\\Controller\\Api\\V4\\TopSellerController:getTopSellerLeads' => ['privates''.service_locator.U38IPRQ''get_ServiceLocator_U38IPRQService'false],
  14434.             'Aqarmap\\Bundle\\TopSellerBundle\\Controller\\Api\\V4\\TopSellerController:getTopSellers' => ['privates''.service_locator.Md5pun7''get_ServiceLocator_Md5pun7Service'false],
  14435.             'Aqarmap\\Bundle\\TopSellerBundle\\Controller\\Api\\V4\\TopSellerController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14436.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\GroupController:delete' => ['privates''.service_locator.rOeiD7t''get_ServiceLocator_ROeiD7tService'false],
  14437.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\GroupController:edit' => ['privates''.service_locator.rOeiD7t''get_ServiceLocator_ROeiD7tService'false],
  14438.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\GroupController:list' => ['privates''.service_locator.oR9s530''get_ServiceLocator_OR9s530Service'false],
  14439.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\GroupController:new' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  14440.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\TeamController:assignUserTeam' => ['privates''.service_locator.hiEbQuj''get_ServiceLocator_HiEbQujService'false],
  14441.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\TeamController:delete' => ['privates''.service_locator.hiEbQuj''get_ServiceLocator_HiEbQujService'false],
  14442.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\TeamController:edit' => ['privates''.service_locator.hiEbQuj''get_ServiceLocator_HiEbQujService'false],
  14443.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\TeamController:unassignUserTeam' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  14444.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController:adminChangePassword' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  14445.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController:adminSendEmail' => ['privates''.service_locator.VQspxfD''get_ServiceLocator_VQspxfDService'false],
  14446.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController:approveLogo' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  14447.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController:approvePersonalPhoto' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  14448.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController:assignReferrals' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  14449.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController:changeUserType' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  14450.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController:disable' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  14451.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController:editUserBoostLevel' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  14452.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController:editUserGroup' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  14453.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController:enable' => ['privates''.service_locator.R.5rpS2''get_ServiceLocator_R_5rpS2Service'false],
  14454.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController:extendExpiryDate' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  14455.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController:getReferrals' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  14456.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController:importUsersDevelopers' => ['privates''.service_locator.YY9cfkh''get_ServiceLocator_YY9cfkhService'false],
  14457.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController:rejectLogo' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  14458.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController:rejectPersonalPhoto' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  14459.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController:syncToZoho' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  14460.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController:update' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  14461.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserDomainController:delete' => ['privates''.service_locator.Uagg_gw''get_ServiceLocator_UaggGwService'false],
  14462.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserDomainController:edit' => ['privates''.service_locator.3Dofsr4''get_ServiceLocator_3Dofsr4Service'false],
  14463.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserDomainController:index' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  14464.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserDomainController:new' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  14465.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserPackagesController:index' => ['privates''.service_locator.x6azFog''get_ServiceLocator_X6azFogService'false],
  14466.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserPackagesController:updateUserPackage' => ['privates''.service_locator.gWBS00N''get_ServiceLocator_GWBS00NService'false],
  14467.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserServiceController:addUserService' => ['privates''.service_locator.txkxGC8''get_ServiceLocator_TxkxGC8Service'false],
  14468.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserServiceController:index' => ['privates''.service_locator.TtqXS4F''get_ServiceLocator_TtqXS4FService'false],
  14469.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserServiceController:updateUserService' => ['privates''.service_locator.p92VLA7''get_ServiceLocator_P92VLA7Service'false],
  14470.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserSubAccountController:attach' => ['privates''.service_locator.Qp.s1q.''get_ServiceLocator_Qp_S1q_Service'false],
  14471.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserSubAccountController:detach' => ['privates''.service_locator.MyHXagK''get_ServiceLocator_MyHXagKService'false],
  14472.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserSubAccountController:index' => ['privates''.service_locator.81.uOvc''get_ServiceLocator_81_UOvcService'false],
  14473.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\AuthProxyController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14474.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\AuthProxyController:token' => ['privates''.service_locator.WGCFqJh''get_ServiceLocator_WGCFqJhService'false],
  14475.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\NotificationTokenController:remove' => ['privates''.service_locator.N3LQUe3''get_ServiceLocator_N3LQUe3Service'false],
  14476.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\NotificationTokenController:save' => ['privates''.service_locator.N3LQUe3''get_ServiceLocator_N3LQUe3Service'false],
  14477.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\NotificationTokenController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14478.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\TargetAudienceController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14479.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\TeamController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14480.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\TokenDocController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14481.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController:addUserPhone' => ['privates''.service_locator.ja3Wfc0''get_ServiceLocator_Ja3Wfc0Service'false],
  14482.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController:deleteUserSearch' => ['privates''.service_locator.nwni4V5''get_ServiceLocator_Nwni4V5Service'false],
  14483.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController:getListingNote' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  14484.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController:getMyAccount' => ['privates''.service_locator.eUnxEfJ''get_ServiceLocator_EUnxEfJService'false],
  14485.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController:getMyLeads' => ['privates''.service_locator._NHYBXU''get_ServiceLocator_NHYBXUService'false],
  14486.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController:getNpsData' => ['privates''.service_locator.Rozwzjh''get_ServiceLocator_RozwzjhService'false],
  14487.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController:getRate' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  14488.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController:getUserAccount' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  14489.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController:getUserCompanyInfo' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  14490.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController:getUserListings' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  14491.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController:postUserNote' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  14492.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController:removeUserPhone' => ['privates''.service_locator.zjdyQvB''get_ServiceLocator_ZjdyQvBService'false],
  14493.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController:sendResetPasswordEmail' => ['privates''.service_locator.vJOpZrR''get_ServiceLocator_VJOpZrRService'false],
  14494.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14495.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController:updatePhone' => ['privates''.service_locator.e.ek1_q''get_ServiceLocator_E_Ek1QService'false],
  14496.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController:updateProfileBasicInfo' => ['privates''.service_locator.4mzSDFD''get_ServiceLocator_4mzSDFDService'false],
  14497.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController:updateUserPhone' => ['privates''.service_locator.zjdyQvB''get_ServiceLocator_ZjdyQvBService'false],
  14498.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserServiceController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14499.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\V3\\UserController:getErrorMessages' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  14500.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\V3\\UserController:resetPassword' => ['privates''.service_locator.vJOpZrR''get_ServiceLocator_VJOpZrRService'false],
  14501.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\V3\\UserController:respondWithValidationErrors' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  14502.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\V3\\UserController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14503.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\V4\\UserController:createUser' => ['privates''.service_locator.9NPWjJJ''get_ServiceLocator_9NPWjJJService'false],
  14504.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\V4\\UserController:getErrorMessages' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  14505.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\V4\\UserController:register' => ['privates''.service_locator.xTG7jfg''get_ServiceLocator_XTG7jfgService'false],
  14506.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\V4\\UserController:respondWithValidationErrors' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  14507.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\V4\\UserController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14508.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\V4\\UserLocationController:getErrorMessages' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  14509.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\V4\\UserLocationController:respondWithValidationErrors' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  14510.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\V4\\UserLocationController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14511.             'Aqarmap\\Bundle\\UserBundle\\Controller\\ExternalProfileController:callRequestForm' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14512.             'Aqarmap\\Bundle\\UserBundle\\Controller\\ExternalProfileController:contactSeller' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  14513.             'Aqarmap\\Bundle\\UserBundle\\Controller\\ExternalProfileController:contactSellerForm' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14514.             'Aqarmap\\Bundle\\UserBundle\\Controller\\ExternalProfileController:contactSellerWideForm' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14515.             'Aqarmap\\Bundle\\UserBundle\\Controller\\ExternalProfileController:index' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  14516.             'Aqarmap\\Bundle\\UserBundle\\Controller\\ExternalProfileController:listing' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14517.             'Aqarmap\\Bundle\\UserBundle\\Controller\\ExternalProfileController:userContactSellerForm' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  14518.             'Aqarmap\\Bundle\\UserBundle\\Controller\\ExternalProfileController:userContactSellerWideForm' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  14519.             'Aqarmap\\Bundle\\UserBundle\\Controller\\ProfileController:removePhoto' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  14520.             'Aqarmap\\Bundle\\UserBundle\\Controller\\UserController:pauseInterest' => ['privates''.service_locator.WYrnE_I''get_ServiceLocator_WYrnEIService'false],
  14521.             'kernel:build' => ['privates''.service_locator.u47of.0''get_ServiceLocator_U47of_0Service'false],
  14522.             'kernel:loadRoutes' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  14523.             'kernel:registerContainerConfiguration' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  14524.         ], [
  14525.             'App\\Controller\\API\\Banners\\BannersController::getAll' => '?',
  14526.             'App\\Controller\\API\\Banners\\BannersController::setViewHandler' => '?',
  14527.             'App\\Controller\\API\\Lead\\LeadContactRequestController::acceptContactRequest' => '?',
  14528.             'App\\Controller\\API\\Lead\\LeadContactRequestController::bankList' => '?',
  14529.             'App\\Controller\\API\\Lead\\LeadContactRequestController::checkRequestExists' => '?',
  14530.             'App\\Controller\\API\\Lead\\LeadContactRequestController::contactRequests' => '?',
  14531.             'App\\Controller\\API\\Lead\\LeadContactRequestController::payForRequest' => '?',
  14532.             'App\\Controller\\API\\Lead\\LeadContactRequestController::requestDetails' => '?',
  14533.             'App\\Controller\\API\\Lead\\LeadContactRequestController::setViewHandler' => '?',
  14534.             'App\\Controller\\API\\Lead\\LeadContactRequestController::userInsights' => '?',
  14535.             'App\\Controller\\API\\Lead\\LeadController::add' => '?',
  14536.             'App\\Controller\\API\\Lead\\LeadController::addBulkLeads' => '?',
  14537.             'App\\Controller\\API\\Lead\\LeadController::addLeadNote' => '?',
  14538.             'App\\Controller\\API\\Lead\\LeadController::addTopSeller' => '?',
  14539.             'App\\Controller\\API\\Lead\\LeadController::setViewHandler' => '?',
  14540.             'App\\Controller\\API\\Listing\\ListingController::deletePhotos' => '?',
  14541.             'App\\Controller\\API\\Listing\\ListingController::finalizeListing' => '?',
  14542.             'App\\Controller\\API\\Listing\\ListingController::pay' => '?',
  14543.             'App\\Controller\\API\\Listing\\ListingController::setDescription' => '?',
  14544.             'App\\Controller\\API\\Listing\\ListingController::setDetails' => '?',
  14545.             'App\\Controller\\API\\Listing\\ListingController::uploadPhotos' => '?',
  14546.             'App\\Controller\\API\\LocationsInsights\\LocationsInsightsProxyController::getDemandLocations' => '?',
  14547.             'App\\Controller\\API\\LocationsInsights\\LocationsInsightsProxyController::getLocationDemandDetails' => '?',
  14548.             'App\\Controller\\API\\LocationsInsights\\LocationsInsightsProxyController::setViewHandler' => '?',
  14549.             'App\\Controller\\API\\Subscriptions\\SubscriptionPlansController::findSubscriptionPlan' => '?',
  14550.             'App\\Controller\\API\\Subscriptions\\SubscriptionPlansController::getAll' => '?',
  14551.             'App\\Controller\\API\\Subscriptions\\SubscriptionPlansController::setViewHandler' => '?',
  14552.             'App\\Controller\\API\\User\\CardsController::delete' => '?',
  14553.             'App\\Controller\\API\\User\\CardsController::index' => '?',
  14554.             'App\\Controller\\API\\User\\CardsController::new' => '?',
  14555.             'App\\Controller\\API\\User\\CardsController::setViewHandler' => '?',
  14556.             'App\\Controller\\API\\User\\SubAccountsController::acceptInvitation' => '?',
  14557.             'App\\Controller\\API\\User\\SubAccountsController::add' => '?',
  14558.             'App\\Controller\\API\\User\\SubAccountsController::delete' => '?',
  14559.             'App\\Controller\\API\\User\\SubAccountsController::index' => '?',
  14560.             'App\\Controller\\API\\User\\SubAccountsController::lookup' => '?',
  14561.             'App\\Controller\\API\\User\\SubAccountsController::setViewHandler' => '?',
  14562.             'App\\Controller\\API\\User\\SubAccountsController::statistics' => '?',
  14563.             'App\\Controller\\API\\User\\SubscriptionsController::cancel' => '?',
  14564.             'App\\Controller\\API\\User\\SubscriptionsController::index' => '?',
  14565.             'App\\Controller\\API\\User\\SubscriptionsController::new' => '?',
  14566.             'App\\Controller\\API\\User\\SubscriptionsController::setViewHandler' => '?',
  14567.             'App\\Controller\\Admin\\Banners\\BannersController::delete' => '?',
  14568.             'App\\Controller\\Admin\\Banners\\BannersController::edit' => '?',
  14569.             'App\\Controller\\Admin\\Banners\\BannersController::index' => '?',
  14570.             'App\\Controller\\Admin\\Banners\\BannersController::new' => '?',
  14571.             'App\\Controller\\Admin\\Subscriptions\\SubscriptionPlansController::activate' => '?',
  14572.             'App\\Controller\\Admin\\Subscriptions\\SubscriptionPlansController::diActivate' => '?',
  14573.             'App\\Controller\\Admin\\Subscriptions\\SubscriptionPlansController::index' => '?',
  14574.             'App\\Controller\\Admin\\Subscriptions\\SubscriptionPlansController::post' => '?',
  14575.             'App\\Controller\\DefaultController::healthCheck' => '?',
  14576.             'App\\Controller\\EmailList\\WaitingController::index' => '?',
  14577.             'App\\Controller\\SecurityController::changePassword' => '?',
  14578.             'App\\Controller\\SecurityController::login' => '?',
  14579.             'App\\Kernel::build' => '?',
  14580.             'App\\Kernel::loadRoutes' => '?',
  14581.             'App\\Kernel::registerContainerConfiguration' => '?',
  14582.             'Aqarmap\\Bundle\\AnnouncementBundle\\Controller\\Admin\\AnnouncementController::announcementForm' => '?',
  14583.             'Aqarmap\\Bundle\\AnnouncementBundle\\Controller\\Api\\AnnouncementController::setViewHandler' => '?',
  14584.             'Aqarmap\\Bundle\\BrokerSalesBundle\\Controller\\Admin\\BrokerController::assignBrokerToSellerForm' => '?',
  14585.             'Aqarmap\\Bundle\\BrokerSalesBundle\\Controller\\Admin\\BrokerController::brokerDetails' => '?',
  14586.             'Aqarmap\\Bundle\\BrokerSalesBundle\\Controller\\Admin\\BrokerController::createAssignBrokerForm' => '?',
  14587.             'Aqarmap\\Bundle\\BrokerSalesBundle\\Controller\\Admin\\BrokerController::delete' => '?',
  14588.             'Aqarmap\\Bundle\\BrokerSalesBundle\\Controller\\Admin\\BrokerController::setBrokerCreatedDate' => '?',
  14589.             'Aqarmap\\Bundle\\BrokerSalesBundle\\Controller\\Admin\\SellerController::deleteSeller' => '?',
  14590.             'Aqarmap\\Bundle\\BrokerSalesBundle\\Controller\\Admin\\SellerController::sellerBrokers' => '?',
  14591.             'Aqarmap\\Bundle\\BrokerSalesBundle\\Controller\\Admin\\SellerController::sellers' => '?',
  14592.             'Aqarmap\\Bundle\\BuyerAlertsBundle\\Controller\\Api\\BuyerAlertsController::setViewHandler' => '?',
  14593.             'Aqarmap\\Bundle\\BuyerAlertsBundle\\Controller\\BuyerAlertsController::BuyerAlerts' => '?',
  14594.             'Aqarmap\\Bundle\\BuyerAlertsBundle\\Controller\\BuyerAlertsController::unsubscribeBuyerAlerts' => '?',
  14595.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\CompanyController::assignAccountManager' => '?',
  14596.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\CompanyController::company' => '?',
  14597.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\CompanyController::companyAccountManagers' => '?',
  14598.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\CompanyController::companyAccounts' => '?',
  14599.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\CompanyController::createCompanyForm' => '?',
  14600.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\CompanyController::createExistingStaffUser' => '?',
  14601.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\CompanyController::createNewRegisteredStaffUser' => '?',
  14602.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\CompanyController::removeStaffAccount' => '?',
  14603.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\CompanyController::setCompanyCustomer' => '?',
  14604.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\CompanyController::setCompanyPotential' => '?',
  14605.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\CompanyController::setCompanyProspected' => '?',
  14606.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\CompanyController::setCompanyRejected' => '?',
  14607.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\CompanyController::unassignAccountManager' => '?',
  14608.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\StaffController::createExistingStaffUser' => '?',
  14609.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\StaffController::createNewRegisteredStaffUser' => '?',
  14610.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\StaffController::createStaffForm' => '?',
  14611.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\StaffController::delete' => '?',
  14612.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\StaffController::removeStaffAccount' => '?',
  14613.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Api\\CompanyController::setViewHandler' => '?',
  14614.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Api\\CompanyController::updateCompany' => '?',
  14615.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Api\\StaffCheckInController::setViewHandler' => '?',
  14616.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Api\\StaffCheckInController::upload' => '?',
  14617.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Api\\StaffController::getStaffData' => '?',
  14618.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Api\\StaffController::setViewHandler' => '?',
  14619.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Admin\\CreditController::activatePackage' => '?',
  14620.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Admin\\CreditController::cancel' => '?',
  14621.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Admin\\CreditController::cancelRecurringl' => '?',
  14622.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Admin\\CreditController::deductPoints' => '?',
  14623.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Admin\\CreditController::depositPoints' => '?',
  14624.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Admin\\CreditController::transfer' => '?',
  14625.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Admin\\CreditPackageController::post' => '?',
  14626.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Admin\\CreditServiceController::changePosition' => '?',
  14627.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Admin\\CreditServiceController::delete' => '?',
  14628.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Admin\\CreditServiceController::edit' => '?',
  14629.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Api\\CreditAnalysisController::setViewHandler' => '?',
  14630.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Api\\CreditController::deduct' => '?',
  14631.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Api\\CreditController::exportCreditTransactions' => '?',
  14632.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Api\\CreditController::setViewHandler' => '?',
  14633.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Api\\CreditServiceController::setViewHandler' => '?',
  14634.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Api\\CreditServiceController::updateServiceStatus' => '?',
  14635.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Api\\V2\\CreditPackageController::getUserTypePackages' => '?',
  14636.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Api\\V2\\CreditPackageController::setViewHandler' => '?',
  14637.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Api\\V3\\CreditController::getErrorMessages' => '?',
  14638.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Api\\V3\\CreditController::respondWithValidationErrors' => '?',
  14639.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Api\\V3\\CreditController::setViewHandler' => '?',
  14640.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\CreditController::package' => '?',
  14641.             'Aqarmap\\Bundle\\CustomerProfilingBundle\\Controller\\Admin\\DynamicQuestionController::addAnswer' => '?',
  14642.             'Aqarmap\\Bundle\\CustomerProfilingBundle\\Controller\\Admin\\DynamicQuestionController::editAnswer' => '?',
  14643.             'Aqarmap\\Bundle\\CustomerProfilingBundle\\Controller\\Admin\\DynamicQuestionController::removeAnswer' => '?',
  14644.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Admin\\CommentController::approve' => '?',
  14645.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Admin\\CommentController::decline' => '?',
  14646.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Admin\\CommentController::delete' => '?',
  14647.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Admin\\DiscussionController::SendToHelp' => '?',
  14648.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Admin\\DiscussionController::approve' => '?',
  14649.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Admin\\DiscussionController::decline' => '?',
  14650.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Admin\\DiscussionController::delete' => '?',
  14651.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Admin\\DiscussionController::edit' => '?',
  14652.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Admin\\DiscussionController::locationDiscussions' => '?',
  14653.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Api\\DiscussionController::addComment' => '?',
  14654.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Api\\DiscussionController::addCommentLike' => '?',
  14655.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Api\\DiscussionController::addDiscussion' => '?',
  14656.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Api\\DiscussionController::addDiscussionSubscriber' => '?',
  14657.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Api\\DiscussionController::checkDiscussionSubscriber' => '?',
  14658.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Api\\DiscussionController::discussion' => '?',
  14659.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Api\\DiscussionController::discussions' => '?',
  14660.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Api\\DiscussionController::removeCommentLike' => '?',
  14661.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Api\\DiscussionController::setViewHandler' => '?',
  14662.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Api\\DiscussionController::unsetDiscussionSubscriber' => '?',
  14663.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Api\\DiscussionController::updateCommentLike' => '?',
  14664.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Api\\DiscussionController::updateDiscussion' => '?',
  14665.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\CommentController::create' => '?',
  14666.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\CommentController::delete' => '?',
  14667.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\CommentController::edit' => '?',
  14668.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\DiscussionController::addDiscussionSubscriber' => '?',
  14669.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\DiscussionController::create' => '?',
  14670.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\DiscussionController::delete' => '?',
  14671.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\DiscussionController::discussionComments' => '?',
  14672.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\DiscussionController::discussions' => '?',
  14673.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\DiscussionController::edit' => '?',
  14674.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\DiscussionController::unsetDiscussionSubscriber' => '?',
  14675.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\DiscussionController::unsubscribeConfirm' => '?',
  14676.             'Aqarmap\\Bundle\\ExchangeBundle\\Controller\\Api\\ExchangeRequestController::deleteExchangeRequest' => '?',
  14677.             'Aqarmap\\Bundle\\ExchangeBundle\\Controller\\Api\\ExchangeRequestController::getExchangeRequest' => '?',
  14678.             'Aqarmap\\Bundle\\ExchangeBundle\\Controller\\Api\\ExchangeRequestController::setViewHandler' => '?',
  14679.             'Aqarmap\\Bundle\\ExchangeBundle\\Controller\\Api\\ExchangeRequestController::unlockExchangeRequest' => '?',
  14680.             'Aqarmap\\Bundle\\ExchangeBundle\\Controller\\Api\\ExchangeRequestController::updateExchangeRequest' => '?',
  14681.             'Aqarmap\\Bundle\\FeatureToggleBundle\\Controller\\Admin\\FeatureToggleController::edit' => '?',
  14682.             'Aqarmap\\Bundle\\FeatureToggleBundle\\Controller\\Api\\FeatureToggleController::setViewHandler' => '?',
  14683.             'Aqarmap\\Bundle\\FinancialAidsBundle\\Controller\\Admin\\FinancialAidController::edit' => '?',
  14684.             'Aqarmap\\Bundle\\FinancialAidsBundle\\Controller\\Admin\\FinancialAidController::postEdit' => '?',
  14685.             'Aqarmap\\Bundle\\FinancialAidsBundle\\Controller\\Admin\\FinancialAidController::updateFinancialAidStatus' => '?',
  14686.             'Aqarmap\\Bundle\\FinancialAidsBundle\\Controller\\Api\\FinancialAidController::setViewHandler' => '?',
  14687.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\CompoundLocationController::disable' => '?',
  14688.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\CompoundLocationController::enable' => '?',
  14689.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\LeadsController::exportLeads' => '?',
  14690.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\LeadsController::index' => '?',
  14691.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\LeadsController::resendLeads' => '?',
  14692.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::QuickPostListingForm' => '?',
  14693.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::addNote' => '?',
  14694.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::addParticipant' => '?',
  14695.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::adminChangeLocation' => '?',
  14696.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::adminListingRejections' => '?',
  14697.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::adminPropertyType' => '?',
  14698.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::approve' => '?',
  14699.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::approveChildren' => '?',
  14700.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::bulkDeletePhoto' => '?',
  14701.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::bulkFeatureAsAdmin' => '?',
  14702.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::bulkFeatureAsSeller' => '?',
  14703.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::bumpUp' => '?',
  14704.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::changeSection' => '?',
  14705.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::clearMap' => '?',
  14706.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::clearPrice' => '?',
  14707.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::clearVideo' => '?',
  14708.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::consumersRatesData' => '?',
  14709.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::delete' => '?',
  14710.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::deleteNote' => '?',
  14711.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::deletePhoto' => '?',
  14712.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::downloadBrochure' => '?',
  14713.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::editListing' => '?',
  14714.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::editListingArea' => '?',
  14715.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::editListingLocations' => '?',
  14716.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::editListingParticipants' => '?',
  14717.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::editListingPaymentMethod' => '?',
  14718.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::editListingPhones' => '?',
  14719.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::editListingPhotos' => '?',
  14720.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::editListingTranslation' => '?',
  14721.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::editListingUnits' => '?',
  14722.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::featured' => '?',
  14723.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::featuredAsSeller' => '?',
  14724.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::getListingBasics' => '?',
  14725.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::listingLocationForm' => '?',
  14726.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::listingPhoneForm' => '?',
  14727.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::moveListingPhotoDown' => '?',
  14728.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::moveListingPhotoUp' => '?',
  14729.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::newLocationModal' => '?',
  14730.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::newPhoneModal' => '?',
  14731.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::pending' => '?',
  14732.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::pendingChildren' => '?',
  14733.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::postEditListingBasics' => '?',
  14734.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::postEditListingPhotos' => '?',
  14735.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::postEditListingTranslations' => '?',
  14736.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::postListingLocation' => '?',
  14737.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::postListingPhone' => '?',
  14738.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::pumpUp' => '?',
  14739.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::quickPostListingModelForm' => '?',
  14740.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::quickRegisterParticipant' => '?',
  14741.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::rates' => '?',
  14742.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::ratesDetails' => '?',
  14743.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::relist' => '?',
  14744.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::removeListingLocation' => '?',
  14745.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::removeNumbers' => '?',
  14746.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::removeParticipant' => '?',
  14747.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::removePhone' => '?',
  14748.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::resetTitle' => '?',
  14749.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::revertBumpUp' => '?',
  14750.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::review' => '?',
  14751.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::showInHomepage' => '?',
  14752.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::unflag' => '?',
  14753.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingPendingFeaturingController::approveFeaturingListing' => '?',
  14754.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingPendingFeaturingController::reject' => '?',
  14755.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingPendingFeaturingController::rejectFeaturingListing' => '?',
  14756.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingRulesController::changePosition' => '?',
  14757.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingRulesController::delete' => '?',
  14758.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingRulesController::edit' => '?',
  14759.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingRulesController::index' => '?',
  14760.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\LocationController::Post' => '?',
  14761.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\LocationController::addNearestLocations' => '?',
  14762.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\LocationController::changeStatus' => '?',
  14763.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\LocationController::deleteLocationPhoto' => '?',
  14764.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\LocationController::locationFetcher' => '?',
  14765.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\LocationController::mainPhotoLocation' => '?',
  14766.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\LocationController::moveLocationListings' => '?',
  14767.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\LocationController::unsetLocationListing' => '?',
  14768.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\LocationController::unsetNearestLocation' => '?',
  14769.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\LocationController::upload' => '?',
  14770.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\RejectionController::delete' => '?',
  14771.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ScrapedListingController::removePhoto' => '?',
  14772.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\SearchController::locationSearchHistoryLink' => '?',
  14773.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\SearchController::searchAdmin' => '?',
  14774.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\SearchController::searchResult' => '?',
  14775.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\CallRequestController::getTotalQueuedCalls' => '?',
  14776.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\CallRequestController::setViewHandler' => '?',
  14777.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\CompoundLocationController::getLocationChildren' => '?',
  14778.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\CompoundLocationController::setViewHandler' => '?',
  14779.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\CompoundSearchController::setViewHandler' => '?',
  14780.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\CustomFieldController::getCustomField' => '?',
  14781.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\CustomFieldController::getFinishTypes' => '?',
  14782.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\CustomFieldController::setViewHandler' => '?',
  14783.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\EstimateController::setViewHandler' => '?',
  14784.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\FavouriteController::create' => '?',
  14785.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\FavouriteController::delete' => '?',
  14786.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\FavouriteController::getFavouritesCount' => '?',
  14787.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\FavouriteController::setViewHandler' => '?',
  14788.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LeadController::QuickCreateLead' => '?',
  14789.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LeadController::addLeadQuality' => '?',
  14790.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LeadController::countLeadsInSpecificPeriod' => '?',
  14791.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LeadController::exportLeads' => '?',
  14792.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LeadController::exportTopSellerLeads' => '?',
  14793.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LeadController::getLead' => '?',
  14794.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LeadController::getLeadsCountsForEachType' => '?',
  14795.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LeadController::getLeadsInsights' => '?',
  14796.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LeadController::getLeadsList' => '?',
  14797.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LeadController::getListingFeatureStatus' => '?',
  14798.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LeadController::setViewHandler' => '?',
  14799.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::callRequest' => '?',
  14800.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::cloneListing' => '?',
  14801.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::contactSeller' => '?',
  14802.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::contactSellerWithQuickRegistration' => '?',
  14803.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::delete' => '?',
  14804.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::feature' => '?',
  14805.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::filterListingChildren' => '?',
  14806.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::getLeadAnalytics' => '?',
  14807.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::getListing' => '?',
  14808.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::getListingChildren' => '?',
  14809.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::getListingDetails' => '?',
  14810.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::getListingNote' => '?',
  14811.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::getListingPhone' => '?',
  14812.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::getListingPhotos' => '?',
  14813.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::getListingPreviewData' => '?',
  14814.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::getListingRules' => '?',
  14815.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::getListingTopSeller' => '?',
  14816.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::getRateDetails' => '?',
  14817.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::getRelatedListing' => '?',
  14818.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::getSimilarListingsCount' => '?',
  14819.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::increaseListingViews' => '?',
  14820.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::postListingSingleNote' => '?',
  14821.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::quickCreateLead' => '?',
  14822.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::rateReview' => '?',
  14823.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::relist' => '?',
  14824.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::setViewHandler' => '?',
  14825.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::undelete' => '?',
  14826.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::update' => '?',
  14827.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::updateListing' => '?',
  14828.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::upload' => '?',
  14829.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::uploadListingPhoto' => '?',
  14830.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LocationController::getLocationChildren' => '?',
  14831.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LocationController::getLocationStatistics' => '?',
  14832.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LocationController::getLocationsHomeCompounds' => '?',
  14833.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LocationController::setViewHandler' => '?',
  14834.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\NoteController::setViewHandler' => '?',
  14835.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\PhotoController::delete' => '?',
  14836.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\PhotoController::mainPhoto' => '?',
  14837.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\PhotoController::setViewHandler' => '?',
  14838.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\PriceFilterController::setViewHandler' => '?',
  14839.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\PropertyTypeController::getPropertyTypeChildren' => '?',
  14840.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\PropertyTypeController::setViewHandler' => '?',
  14841.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\RateController::add' => '?',
  14842.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\RateController::create' => '?',
  14843.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\RateController::getListingRate' => '?',
  14844.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\RateController::setViewHandler' => '?',
  14845.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\SearchFiltersController::setViewHandler' => '?',
  14846.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\SectionController::setViewHandler' => '?',
  14847.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\BrokerRankingController::getErrorMessages' => '?',
  14848.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\BrokerRankingController::respondWithValidationErrors' => '?',
  14849.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\BrokerRankingController::setViewHandler' => '?',
  14850.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\FavouriteController::getErrorMessages' => '?',
  14851.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\FavouriteController::respondWithValidationErrors' => '?',
  14852.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\FavouriteController::setViewHandler' => '?',
  14853.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\ImpressionController::getErrorMessages' => '?',
  14854.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\ImpressionController::respondWithValidationErrors' => '?',
  14855.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\ImpressionController::setViewHandler' => '?',
  14856.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\ListingController::contactSeller' => '?',
  14857.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\ListingController::getErrorMessages' => '?',
  14858.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\ListingController::getFeatureExpiryDate' => '?',
  14859.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\ListingController::respondWithValidationErrors' => '?',
  14860.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\ListingController::setViewHandler' => '?',
  14861.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\ListingController::update' => '?',
  14862.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\LocationController::getErrorMessages' => '?',
  14863.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\LocationController::respondWithValidationErrors' => '?',
  14864.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\LocationController::setViewHandler' => '?',
  14865.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\RateController::getErrorMessages' => '?',
  14866.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\RateController::respondWithValidationErrors' => '?',
  14867.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\RateController::setViewHandler' => '?',
  14868.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\CallRequestController::callRequestForm' => '?',
  14869.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\CallRequestController::getErrorMessages' => '?',
  14870.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\CallRequestController::respondWithValidationErrors' => '?',
  14871.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\CallRequestController::setViewHandler' => '?',
  14872.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\CompoundLocationController::getCompoundChildrenLocations' => '?',
  14873.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\CompoundLocationController::getErrorMessages' => '?',
  14874.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\CompoundLocationController::respondWithValidationErrors' => '?',
  14875.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\CompoundLocationController::setViewHandler' => '?',
  14876.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\ConditionalFieldController::setViewHandler' => '?',
  14877.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\FiltersController::setViewHandler' => '?',
  14878.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\ListingController::deletePhoto' => '?',
  14879.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\ListingController::downloadBrochure' => '?',
  14880.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\ListingController::getListingRules' => '?',
  14881.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\ListingController::getSpecialAddListingFeatures' => '?',
  14882.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\ListingController::getUserListings' => '?',
  14883.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\ListingController::setMainPhoto' => '?',
  14884.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\ListingController::setViewHandler' => '?',
  14885.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\ListingController::update' => '?',
  14886.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\ListingController::uploadPhotos' => '?',
  14887.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\LocationController::getLocationChildren' => '?',
  14888.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\LocationController::getLocationTranslation' => '?',
  14889.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\LocationController::getNearbyLocations' => '?',
  14890.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\LocationController::setViewHandler' => '?',
  14891.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\PropertyTypeController::allChildren' => '?',
  14892.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\PropertyTypeController::getPropertyType' => '?',
  14893.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\PropertyTypeController::setViewHandler' => '?',
  14894.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\SectionController::setViewHandler' => '?',
  14895.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\UserListingStatisticController::getCountForEachFeaturedListings' => '?',
  14896.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\UserListingStatisticController::getErrorMessages' => '?',
  14897.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\UserListingStatisticController::getListingCountForEachStatus' => '?',
  14898.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\UserListingStatisticController::respondWithValidationErrors' => '?',
  14899.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\UserListingStatisticController::setViewHandler' => '?',
  14900.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\DefaultController::myListings' => '?',
  14901.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\LeadController::quickLead' => '?',
  14902.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\LeadController::setViewHandler' => '?',
  14903.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController::CSVLatestListings' => '?',
  14904.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController::bulkDeletePhoto' => '?',
  14905.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController::callRequest' => '?',
  14906.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController::callRequestForm' => '?',
  14907.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController::confirmFeaturedPublishing' => '?',
  14908.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController::confirmPublishing' => '?',
  14909.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController::confirmPumpUpListing' => '?',
  14910.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController::contactSeller' => '?',
  14911.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController::contactSellerForm' => '?',
  14912.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController::contactSellerWideForm' => '?',
  14913.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController::delete' => '?',
  14914.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController::downloadBrochure' => '?',
  14915.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController::finish' => '?',
  14916.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController::landingPage' => '?',
  14917.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController::listRejections' => '?',
  14918.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController::listingDetailsApp' => '?',
  14919.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController::post' => '?',
  14920.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController::prepareFeaturedListingPayment' => '?',
  14921.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController::prepareListingPayment' => '?',
  14922.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController::preview' => '?',
  14923.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController::pumpUpListing' => '?',
  14924.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController::read' => '?',
  14925.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController::relist' => '?',
  14926.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController::specialAddListingFeature' => '?',
  14927.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController::transferScrapedListingOwnership' => '?',
  14928.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController::undelete' => '?',
  14929.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController::upload' => '?',
  14930.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingSearchController::searchResults' => '?',
  14931.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\PhotoController::delete' => '?',
  14932.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\PhotoController::editPhotoType' => '?',
  14933.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\PhotoController::mainPhoto' => '?',
  14934.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\SectionController::show' => '?',
  14935.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\CustomParagraphController::delete' => '?',
  14936.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\CustomParagraphController::edit' => '?',
  14937.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\CustomParagraphController::toggleStatus' => '?',
  14938.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\DefaultController::activity' => '?',
  14939.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\DefaultTopCustomersController::delete' => '?',
  14940.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\DefaultTopCustomersController::edit' => '?',
  14941.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\FeedbackController::delete' => '?',
  14942.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\FeedbackController::feedbackForm' => '?',
  14943.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\FeedbackController::noteForm' => '?',
  14944.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\MenuController::link' => '?',
  14945.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\MenuController::linkdelete' => '?',
  14946.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\MenuController::linkinsert' => '?',
  14947.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\MenuController::menuDelete' => '?',
  14948.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\MobileSectionsTogglesController::editStatus' => '?',
  14949.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\MobileSectionsTogglesController::getErrorMessages' => '?',
  14950.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\MobileSectionsTogglesController::respondWithValidationErrors' => '?',
  14951.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\MobileSectionsTogglesController::setViewHandler' => '?',
  14952.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\PageController::delete' => '?',
  14953.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\SettingController::edit' => '?',
  14954.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\TestimonialController::edit' => '?',
  14955.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\TestimonialController::index' => '?',
  14956.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\TestimonialController::toggleStatus' => '?',
  14957.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\BaseController::setViewHandler' => '?',
  14958.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\DefaultController::getClientIp' => '?',
  14959.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\DefaultController::setViewHandler' => '?',
  14960.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\DefaultTopCustomersController::setViewHandler' => '?',
  14961.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\FeedbackController::setViewHandler' => '?',
  14962.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\SettingController::setViewHandler' => '?',
  14963.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\V2\\DefaultController::getListingCount' => '?',
  14964.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\V2\\DefaultController::getMenuLinks' => '?',
  14965.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\V2\\DefaultController::setViewHandler' => '?',
  14966.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\V3\\BaseController::getErrorMessages' => '?',
  14967.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\V3\\BaseController::respondWithValidationErrors' => '?',
  14968.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\V3\\BaseController::setViewHandler' => '?',
  14969.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\V3\\FeedbackController::getErrorMessages' => '?',
  14970.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\V3\\FeedbackController::respondWithValidationErrors' => '?',
  14971.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\V3\\FeedbackController::setViewHandler' => '?',
  14972.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\V4\\BaseController::setViewHandler' => '?',
  14973.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\V4\\MobileSectionsTogglesController::setViewHandler' => '?',
  14974.             'Aqarmap\\Bundle\\MainBundle\\Controller\\DefaultController::home' => '?',
  14975.             'Aqarmap\\Bundle\\MainBundle\\Controller\\DefaultController::searchPageFilters' => '?',
  14976.             'Aqarmap\\Bundle\\MainBundle\\Controller\\FeedbackController::post' => '?',
  14977.             'Aqarmap\\Bundle\\MainBundle\\Controller\\JoinUsController::createJoinUsForm' => '?',
  14978.             'Aqarmap\\Bundle\\MainBundle\\Controller\\JoinUsController::index' => '?',
  14979.             'Aqarmap\\Bundle\\MainBundle\\Controller\\PageController::view' => '?',
  14980.             'Aqarmap\\Bundle\\MainBundle\\Controller\\SNSNotificationsController::receiver' => '?',
  14981.             'Aqarmap\\Bundle\\MortgageBundle\\Controller\\DefaultController::createRequestForm' => '?',
  14982.             'Aqarmap\\Bundle\\MortgageBundle\\Controller\\DefaultController::setUserData' => '?',
  14983.             'Aqarmap\\Bundle\\NeighborhoodBundle\\Controller\\Admin\\LocationStatisticsController::index' => '?',
  14984.             'Aqarmap\\Bundle\\NeighborhoodBundle\\Controller\\Api\\NeighborhoodController::getNeighborhoodDetails' => '?',
  14985.             'Aqarmap\\Bundle\\NeighborhoodBundle\\Controller\\Api\\NeighborhoodController::getNeighborhoodHistory' => '?',
  14986.             'Aqarmap\\Bundle\\NeighborhoodBundle\\Controller\\Api\\NeighborhoodController::setViewHandler' => '?',
  14987.             'Aqarmap\\Bundle\\NeighborhoodBundle\\Controller\\DefaultController::addNeighbourhoodSubscriber' => '?',
  14988.             'Aqarmap\\Bundle\\NeighborhoodBundle\\Controller\\DefaultController::contactSellerForm' => '?',
  14989.             'Aqarmap\\Bundle\\NeighborhoodBundle\\Controller\\DefaultController::index' => '?',
  14990.             'Aqarmap\\Bundle\\NeighborhoodBundle\\Controller\\DefaultController::unSubscribeLocationConfirm' => '?',
  14991.             'Aqarmap\\Bundle\\NeighborhoodBundle\\Controller\\DefaultController::unsetNeighbourhoodSubscriber' => '?',
  14992.             'Aqarmap\\Bundle\\NotificationBundle\\Controller\\Api\\NotificationController::getNotificationsCount' => '?',
  14993.             'Aqarmap\\Bundle\\NotificationBundle\\Controller\\Api\\NotificationController::registerToken' => '?',
  14994.             'Aqarmap\\Bundle\\NotificationBundle\\Controller\\Api\\NotificationController::setViewHandler' => '?',
  14995.             'Aqarmap\\Bundle\\NotificationBundle\\Controller\\Api\\SenderController::setViewHandler' => '?',
  14996.             'Aqarmap\\Bundle\\NotificationBundle\\Controller\\NotificationsController::viewNotifications' => '?',
  14997.             'Aqarmap\\Bundle\\NotifierBundle\\Controller\\Api\\NotifierController::setViewHandler' => '?',
  14998.             'Aqarmap\\Bundle\\NotifierBundle\\Controller\\DefaultController::activeNotifier' => '?',
  14999.             'Aqarmap\\Bundle\\NotifierBundle\\Controller\\DefaultController::globalUnsubscribeNotifier' => '?',
  15000.             'Aqarmap\\Bundle\\NotifierBundle\\Controller\\DefaultController::notifier' => '?',
  15001.             'Aqarmap\\Bundle\\NotifierBundle\\Controller\\DefaultController::pauseNotifier' => '?',
  15002.             'Aqarmap\\Bundle\\NotifierBundle\\Controller\\DefaultController::post' => '?',
  15003.             'Aqarmap\\Bundle\\NotifierBundle\\Controller\\DefaultController::unsubscribeAllNotifier' => '?',
  15004.             'Aqarmap\\Bundle\\NotifierBundle\\Controller\\DefaultController::unsubscribeNotifier' => '?',
  15005.             'Aqarmap\\Bundle\\OTPBundle\\Controller\\Api\\V4\\OtpController::setViewHandler' => '?',
  15006.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\AnalysisController::newCompanies' => '?',
  15007.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\AnalysisController::removeCompanies' => '?',
  15008.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\AnalysisController::userRevenueDetails' => '?',
  15009.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController::activatePackage' => '?',
  15010.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController::add' => '?',
  15011.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController::approveTransaction' => '?',
  15012.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController::assignAgent' => '?',
  15013.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController::cancel' => '?',
  15014.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController::cancelRecurringl' => '?',
  15015.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController::changeTransactionAuditStatus' => '?',
  15016.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController::changeTransactionCashStatus' => '?',
  15017.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController::createAssignAgentForm' => '?',
  15018.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController::deleteAccountManager' => '?',
  15019.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController::draft' => '?',
  15020.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController::draftManualFawry' => '?',
  15021.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController::edit' => '?',
  15022.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController::handleCreateTransaction' => '?',
  15023.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController::refund' => '?',
  15024.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController::updatePackage' => '?',
  15025.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Api\\PaymentController::callback' => '?',
  15026.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Api\\PaymentController::getPaymentTransactionServices' => '?',
  15027.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Api\\PaymentController::setViewHandler' => '?',
  15028.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Api\\RecurringController::setViewHandler' => '?',
  15029.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\ListingSearchController::setViewHandler' => '?',
  15030.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\LocationSearchController::listingFaq' => '?',
  15031.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\LocationSearchController::setViewHandler' => '?',
  15032.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\SearchResultsController::getCustomParagraph' => '?',
  15033.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\SearchResultsController::getLocationListing' => '?',
  15034.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\SearchResultsController::getPropertiesChips' => '?',
  15035.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\SearchResultsController::getPropertiesChipsLegazy' => '?',
  15036.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\SearchResultsController::getSeoData' => '?',
  15037.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\SearchResultsController::resolveSearchPageSlugs' => '?',
  15038.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\SearchResultsController::setViewHandler' => '?',
  15039.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\SearchResultsController::singlePageSSRData' => '?',
  15040.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\V4\\CompoundSearchController::getCompoundDetails' => '?',
  15041.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\V4\\CompoundSearchController::setViewHandler' => '?',
  15042.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\V4\\ListingSearchController::getListings' => '?',
  15043.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\V4\\ListingSearchController::getListingsEsDebug' => '?',
  15044.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\V4\\ListingSearchController::getListingsSearchSSRData' => '?',
  15045.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\V4\\ListingSearchController::getSearchListings' => '?',
  15046.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\V4\\ListingSearchController::setViewHandler' => '?',
  15047.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\V4\\ListingSearchController::triggerSearchListingsAction' => '?',
  15048.             'Aqarmap\\Bundle\\TopSellerBundle\\Controller\\Admin\\TopSellerController::bulkGenerateTopSellersLeads' => '?',
  15049.             'Aqarmap\\Bundle\\TopSellerBundle\\Controller\\Api\\V4\\TopSellerController::getTopSellerLeads' => '?',
  15050.             'Aqarmap\\Bundle\\TopSellerBundle\\Controller\\Api\\V4\\TopSellerController::getTopSellers' => '?',
  15051.             'Aqarmap\\Bundle\\TopSellerBundle\\Controller\\Api\\V4\\TopSellerController::setViewHandler' => '?',
  15052.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\GroupController::delete' => '?',
  15053.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\GroupController::edit' => '?',
  15054.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\GroupController::list' => '?',
  15055.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\GroupController::new' => '?',
  15056.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\TeamController::assignUserTeam' => '?',
  15057.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\TeamController::delete' => '?',
  15058.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\TeamController::edit' => '?',
  15059.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\TeamController::unassignUserTeam' => '?',
  15060.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController::adminChangePassword' => '?',
  15061.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController::adminSendEmail' => '?',
  15062.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController::approveLogo' => '?',
  15063.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController::approvePersonalPhoto' => '?',
  15064.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController::assignReferrals' => '?',
  15065.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController::changeUserType' => '?',
  15066.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController::disable' => '?',
  15067.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController::editUserBoostLevel' => '?',
  15068.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController::editUserGroup' => '?',
  15069.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController::enable' => '?',
  15070.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController::extendExpiryDate' => '?',
  15071.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController::getReferrals' => '?',
  15072.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController::importUsersDevelopers' => '?',
  15073.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController::rejectLogo' => '?',
  15074.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController::rejectPersonalPhoto' => '?',
  15075.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController::syncToZoho' => '?',
  15076.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController::update' => '?',
  15077.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserDomainController::delete' => '?',
  15078.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserDomainController::edit' => '?',
  15079.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserDomainController::index' => '?',
  15080.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserDomainController::new' => '?',
  15081.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserPackagesController::index' => '?',
  15082.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserPackagesController::updateUserPackage' => '?',
  15083.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserServiceController::addUserService' => '?',
  15084.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserServiceController::index' => '?',
  15085.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserServiceController::updateUserService' => '?',
  15086.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserSubAccountController::attach' => '?',
  15087.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserSubAccountController::detach' => '?',
  15088.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserSubAccountController::index' => '?',
  15089.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\AuthProxyController::setViewHandler' => '?',
  15090.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\AuthProxyController::token' => '?',
  15091.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\NotificationTokenController::remove' => '?',
  15092.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\NotificationTokenController::save' => '?',
  15093.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\NotificationTokenController::setViewHandler' => '?',
  15094.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\TargetAudienceController::setViewHandler' => '?',
  15095.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\TeamController::setViewHandler' => '?',
  15096.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\TokenDocController::setViewHandler' => '?',
  15097.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController::addUserPhone' => '?',
  15098.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController::deleteUserSearch' => '?',
  15099.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController::getListingNote' => '?',
  15100.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController::getMyAccount' => '?',
  15101.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController::getMyLeads' => '?',
  15102.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController::getNpsData' => '?',
  15103.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController::getRate' => '?',
  15104.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController::getUserAccount' => '?',
  15105.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController::getUserCompanyInfo' => '?',
  15106.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController::getUserListings' => '?',
  15107.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController::postUserNote' => '?',
  15108.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController::removeUserPhone' => '?',
  15109.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController::sendResetPasswordEmail' => '?',
  15110.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController::setViewHandler' => '?',
  15111.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController::updatePhone' => '?',
  15112.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController::updateProfileBasicInfo' => '?',
  15113.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController::updateUserPhone' => '?',
  15114.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserServiceController::setViewHandler' => '?',
  15115.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\V3\\UserController::getErrorMessages' => '?',
  15116.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\V3\\UserController::resetPassword' => '?',
  15117.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\V3\\UserController::respondWithValidationErrors' => '?',
  15118.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\V3\\UserController::setViewHandler' => '?',
  15119.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\V4\\UserController::createUser' => '?',
  15120.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\V4\\UserController::getErrorMessages' => '?',
  15121.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\V4\\UserController::register' => '?',
  15122.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\V4\\UserController::respondWithValidationErrors' => '?',
  15123.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\V4\\UserController::setViewHandler' => '?',
  15124.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\V4\\UserLocationController::getErrorMessages' => '?',
  15125.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\V4\\UserLocationController::respondWithValidationErrors' => '?',
  15126.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\V4\\UserLocationController::setViewHandler' => '?',
  15127.             'Aqarmap\\Bundle\\UserBundle\\Controller\\ExternalProfileController::callRequestForm' => '?',
  15128.             'Aqarmap\\Bundle\\UserBundle\\Controller\\ExternalProfileController::contactSeller' => '?',
  15129.             'Aqarmap\\Bundle\\UserBundle\\Controller\\ExternalProfileController::contactSellerForm' => '?',
  15130.             'Aqarmap\\Bundle\\UserBundle\\Controller\\ExternalProfileController::contactSellerWideForm' => '?',
  15131.             'Aqarmap\\Bundle\\UserBundle\\Controller\\ExternalProfileController::index' => '?',
  15132.             'Aqarmap\\Bundle\\UserBundle\\Controller\\ExternalProfileController::listing' => '?',
  15133.             'Aqarmap\\Bundle\\UserBundle\\Controller\\ExternalProfileController::userContactSellerForm' => '?',
  15134.             'Aqarmap\\Bundle\\UserBundle\\Controller\\ExternalProfileController::userContactSellerWideForm' => '?',
  15135.             'Aqarmap\\Bundle\\UserBundle\\Controller\\ProfileController::removePhoto' => '?',
  15136.             'Aqarmap\\Bundle\\UserBundle\\Controller\\UserController::pauseInterest' => '?',
  15137.             'kernel::build' => '?',
  15138.             'kernel::loadRoutes' => '?',
  15139.             'kernel::registerContainerConfiguration' => '?',
  15140.             'App\\Controller\\API\\Banners\\BannersController:getAll' => '?',
  15141.             'App\\Controller\\API\\Banners\\BannersController:setViewHandler' => '?',
  15142.             'App\\Controller\\API\\Lead\\LeadContactRequestController:acceptContactRequest' => '?',
  15143.             'App\\Controller\\API\\Lead\\LeadContactRequestController:bankList' => '?',
  15144.             'App\\Controller\\API\\Lead\\LeadContactRequestController:checkRequestExists' => '?',
  15145.             'App\\Controller\\API\\Lead\\LeadContactRequestController:contactRequests' => '?',
  15146.             'App\\Controller\\API\\Lead\\LeadContactRequestController:payForRequest' => '?',
  15147.             'App\\Controller\\API\\Lead\\LeadContactRequestController:requestDetails' => '?',
  15148.             'App\\Controller\\API\\Lead\\LeadContactRequestController:setViewHandler' => '?',
  15149.             'App\\Controller\\API\\Lead\\LeadContactRequestController:userInsights' => '?',
  15150.             'App\\Controller\\API\\Lead\\LeadController:add' => '?',
  15151.             'App\\Controller\\API\\Lead\\LeadController:addBulkLeads' => '?',
  15152.             'App\\Controller\\API\\Lead\\LeadController:addLeadNote' => '?',
  15153.             'App\\Controller\\API\\Lead\\LeadController:addTopSeller' => '?',
  15154.             'App\\Controller\\API\\Lead\\LeadController:setViewHandler' => '?',
  15155.             'App\\Controller\\API\\Listing\\ListingController:deletePhotos' => '?',
  15156.             'App\\Controller\\API\\Listing\\ListingController:finalizeListing' => '?',
  15157.             'App\\Controller\\API\\Listing\\ListingController:pay' => '?',
  15158.             'App\\Controller\\API\\Listing\\ListingController:setDescription' => '?',
  15159.             'App\\Controller\\API\\Listing\\ListingController:setDetails' => '?',
  15160.             'App\\Controller\\API\\Listing\\ListingController:uploadPhotos' => '?',
  15161.             'App\\Controller\\API\\LocationsInsights\\LocationsInsightsProxyController:getDemandLocations' => '?',
  15162.             'App\\Controller\\API\\LocationsInsights\\LocationsInsightsProxyController:getLocationDemandDetails' => '?',
  15163.             'App\\Controller\\API\\LocationsInsights\\LocationsInsightsProxyController:setViewHandler' => '?',
  15164.             'App\\Controller\\API\\Subscriptions\\SubscriptionPlansController:findSubscriptionPlan' => '?',
  15165.             'App\\Controller\\API\\Subscriptions\\SubscriptionPlansController:getAll' => '?',
  15166.             'App\\Controller\\API\\Subscriptions\\SubscriptionPlansController:setViewHandler' => '?',
  15167.             'App\\Controller\\API\\User\\CardsController:delete' => '?',
  15168.             'App\\Controller\\API\\User\\CardsController:index' => '?',
  15169.             'App\\Controller\\API\\User\\CardsController:new' => '?',
  15170.             'App\\Controller\\API\\User\\CardsController:setViewHandler' => '?',
  15171.             'App\\Controller\\API\\User\\SubAccountsController:acceptInvitation' => '?',
  15172.             'App\\Controller\\API\\User\\SubAccountsController:add' => '?',
  15173.             'App\\Controller\\API\\User\\SubAccountsController:delete' => '?',
  15174.             'App\\Controller\\API\\User\\SubAccountsController:index' => '?',
  15175.             'App\\Controller\\API\\User\\SubAccountsController:lookup' => '?',
  15176.             'App\\Controller\\API\\User\\SubAccountsController:setViewHandler' => '?',
  15177.             'App\\Controller\\API\\User\\SubAccountsController:statistics' => '?',
  15178.             'App\\Controller\\API\\User\\SubscriptionsController:cancel' => '?',
  15179.             'App\\Controller\\API\\User\\SubscriptionsController:index' => '?',
  15180.             'App\\Controller\\API\\User\\SubscriptionsController:new' => '?',
  15181.             'App\\Controller\\API\\User\\SubscriptionsController:setViewHandler' => '?',
  15182.             'App\\Controller\\Admin\\Banners\\BannersController:delete' => '?',
  15183.             'App\\Controller\\Admin\\Banners\\BannersController:edit' => '?',
  15184.             'App\\Controller\\Admin\\Banners\\BannersController:index' => '?',
  15185.             'App\\Controller\\Admin\\Banners\\BannersController:new' => '?',
  15186.             'App\\Controller\\Admin\\Subscriptions\\SubscriptionPlansController:activate' => '?',
  15187.             'App\\Controller\\Admin\\Subscriptions\\SubscriptionPlansController:diActivate' => '?',
  15188.             'App\\Controller\\Admin\\Subscriptions\\SubscriptionPlansController:index' => '?',
  15189.             'App\\Controller\\Admin\\Subscriptions\\SubscriptionPlansController:post' => '?',
  15190.             'App\\Controller\\DefaultController:healthCheck' => '?',
  15191.             'App\\Controller\\EmailList\\WaitingController:index' => '?',
  15192.             'App\\Controller\\SecurityController:changePassword' => '?',
  15193.             'App\\Controller\\SecurityController:login' => '?',
  15194.             'Aqarmap\\Bundle\\AnnouncementBundle\\Controller\\Admin\\AnnouncementController:announcementForm' => '?',
  15195.             'Aqarmap\\Bundle\\AnnouncementBundle\\Controller\\Api\\AnnouncementController:setViewHandler' => '?',
  15196.             'Aqarmap\\Bundle\\BrokerSalesBundle\\Controller\\Admin\\BrokerController:assignBrokerToSellerForm' => '?',
  15197.             'Aqarmap\\Bundle\\BrokerSalesBundle\\Controller\\Admin\\BrokerController:brokerDetails' => '?',
  15198.             'Aqarmap\\Bundle\\BrokerSalesBundle\\Controller\\Admin\\BrokerController:createAssignBrokerForm' => '?',
  15199.             'Aqarmap\\Bundle\\BrokerSalesBundle\\Controller\\Admin\\BrokerController:delete' => '?',
  15200.             'Aqarmap\\Bundle\\BrokerSalesBundle\\Controller\\Admin\\BrokerController:setBrokerCreatedDate' => '?',
  15201.             'Aqarmap\\Bundle\\BrokerSalesBundle\\Controller\\Admin\\SellerController:deleteSeller' => '?',
  15202.             'Aqarmap\\Bundle\\BrokerSalesBundle\\Controller\\Admin\\SellerController:sellerBrokers' => '?',
  15203.             'Aqarmap\\Bundle\\BrokerSalesBundle\\Controller\\Admin\\SellerController:sellers' => '?',
  15204.             'Aqarmap\\Bundle\\BuyerAlertsBundle\\Controller\\Api\\BuyerAlertsController:setViewHandler' => '?',
  15205.             'Aqarmap\\Bundle\\BuyerAlertsBundle\\Controller\\BuyerAlertsController:BuyerAlerts' => '?',
  15206.             'Aqarmap\\Bundle\\BuyerAlertsBundle\\Controller\\BuyerAlertsController:unsubscribeBuyerAlerts' => '?',
  15207.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\CompanyController:assignAccountManager' => '?',
  15208.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\CompanyController:company' => '?',
  15209.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\CompanyController:companyAccountManagers' => '?',
  15210.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\CompanyController:companyAccounts' => '?',
  15211.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\CompanyController:createCompanyForm' => '?',
  15212.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\CompanyController:createExistingStaffUser' => '?',
  15213.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\CompanyController:createNewRegisteredStaffUser' => '?',
  15214.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\CompanyController:removeStaffAccount' => '?',
  15215.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\CompanyController:setCompanyCustomer' => '?',
  15216.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\CompanyController:setCompanyPotential' => '?',
  15217.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\CompanyController:setCompanyProspected' => '?',
  15218.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\CompanyController:setCompanyRejected' => '?',
  15219.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\CompanyController:unassignAccountManager' => '?',
  15220.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\StaffController:createExistingStaffUser' => '?',
  15221.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\StaffController:createNewRegisteredStaffUser' => '?',
  15222.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\StaffController:createStaffForm' => '?',
  15223.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\StaffController:delete' => '?',
  15224.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\StaffController:removeStaffAccount' => '?',
  15225.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Api\\CompanyController:setViewHandler' => '?',
  15226.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Api\\CompanyController:updateCompany' => '?',
  15227.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Api\\StaffCheckInController:setViewHandler' => '?',
  15228.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Api\\StaffCheckInController:upload' => '?',
  15229.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Api\\StaffController:getStaffData' => '?',
  15230.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Api\\StaffController:setViewHandler' => '?',
  15231.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Admin\\CreditController:activatePackage' => '?',
  15232.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Admin\\CreditController:cancel' => '?',
  15233.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Admin\\CreditController:cancelRecurringl' => '?',
  15234.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Admin\\CreditController:deductPoints' => '?',
  15235.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Admin\\CreditController:depositPoints' => '?',
  15236.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Admin\\CreditController:transfer' => '?',
  15237.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Admin\\CreditPackageController:post' => '?',
  15238.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Admin\\CreditServiceController:changePosition' => '?',
  15239.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Admin\\CreditServiceController:delete' => '?',
  15240.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Admin\\CreditServiceController:edit' => '?',
  15241.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Api\\CreditAnalysisController:setViewHandler' => '?',
  15242.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Api\\CreditController:deduct' => '?',
  15243.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Api\\CreditController:exportCreditTransactions' => '?',
  15244.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Api\\CreditController:setViewHandler' => '?',
  15245.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Api\\CreditServiceController:setViewHandler' => '?',
  15246.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Api\\CreditServiceController:updateServiceStatus' => '?',
  15247.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Api\\V2\\CreditPackageController:getUserTypePackages' => '?',
  15248.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Api\\V2\\CreditPackageController:setViewHandler' => '?',
  15249.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Api\\V3\\CreditController:getErrorMessages' => '?',
  15250.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Api\\V3\\CreditController:respondWithValidationErrors' => '?',
  15251.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Api\\V3\\CreditController:setViewHandler' => '?',
  15252.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\CreditController:package' => '?',
  15253.             'Aqarmap\\Bundle\\CustomerProfilingBundle\\Controller\\Admin\\DynamicQuestionController:addAnswer' => '?',
  15254.             'Aqarmap\\Bundle\\CustomerProfilingBundle\\Controller\\Admin\\DynamicQuestionController:editAnswer' => '?',
  15255.             'Aqarmap\\Bundle\\CustomerProfilingBundle\\Controller\\Admin\\DynamicQuestionController:removeAnswer' => '?',
  15256.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Admin\\CommentController:approve' => '?',
  15257.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Admin\\CommentController:decline' => '?',
  15258.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Admin\\CommentController:delete' => '?',
  15259.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Admin\\DiscussionController:SendToHelp' => '?',
  15260.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Admin\\DiscussionController:approve' => '?',
  15261.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Admin\\DiscussionController:decline' => '?',
  15262.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Admin\\DiscussionController:delete' => '?',
  15263.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Admin\\DiscussionController:edit' => '?',
  15264.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Admin\\DiscussionController:locationDiscussions' => '?',
  15265.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Api\\DiscussionController:addComment' => '?',
  15266.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Api\\DiscussionController:addCommentLike' => '?',
  15267.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Api\\DiscussionController:addDiscussion' => '?',
  15268.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Api\\DiscussionController:addDiscussionSubscriber' => '?',
  15269.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Api\\DiscussionController:checkDiscussionSubscriber' => '?',
  15270.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Api\\DiscussionController:discussion' => '?',
  15271.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Api\\DiscussionController:discussions' => '?',
  15272.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Api\\DiscussionController:removeCommentLike' => '?',
  15273.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Api\\DiscussionController:setViewHandler' => '?',
  15274.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Api\\DiscussionController:unsetDiscussionSubscriber' => '?',
  15275.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Api\\DiscussionController:updateCommentLike' => '?',
  15276.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Api\\DiscussionController:updateDiscussion' => '?',
  15277.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\CommentController:create' => '?',
  15278.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\CommentController:delete' => '?',
  15279.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\CommentController:edit' => '?',
  15280.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\DiscussionController:addDiscussionSubscriber' => '?',
  15281.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\DiscussionController:create' => '?',
  15282.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\DiscussionController:delete' => '?',
  15283.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\DiscussionController:discussionComments' => '?',
  15284.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\DiscussionController:discussions' => '?',
  15285.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\DiscussionController:edit' => '?',
  15286.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\DiscussionController:unsetDiscussionSubscriber' => '?',
  15287.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\DiscussionController:unsubscribeConfirm' => '?',
  15288.             'Aqarmap\\Bundle\\ExchangeBundle\\Controller\\Api\\ExchangeRequestController:deleteExchangeRequest' => '?',
  15289.             'Aqarmap\\Bundle\\ExchangeBundle\\Controller\\Api\\ExchangeRequestController:getExchangeRequest' => '?',
  15290.             'Aqarmap\\Bundle\\ExchangeBundle\\Controller\\Api\\ExchangeRequestController:setViewHandler' => '?',
  15291.             'Aqarmap\\Bundle\\ExchangeBundle\\Controller\\Api\\ExchangeRequestController:unlockExchangeRequest' => '?',
  15292.             'Aqarmap\\Bundle\\ExchangeBundle\\Controller\\Api\\ExchangeRequestController:updateExchangeRequest' => '?',
  15293.             'Aqarmap\\Bundle\\FeatureToggleBundle\\Controller\\Admin\\FeatureToggleController:edit' => '?',
  15294.             'Aqarmap\\Bundle\\FeatureToggleBundle\\Controller\\Api\\FeatureToggleController:setViewHandler' => '?',
  15295.             'Aqarmap\\Bundle\\FinancialAidsBundle\\Controller\\Admin\\FinancialAidController:edit' => '?',
  15296.             'Aqarmap\\Bundle\\FinancialAidsBundle\\Controller\\Admin\\FinancialAidController:postEdit' => '?',
  15297.             'Aqarmap\\Bundle\\FinancialAidsBundle\\Controller\\Admin\\FinancialAidController:updateFinancialAidStatus' => '?',
  15298.             'Aqarmap\\Bundle\\FinancialAidsBundle\\Controller\\Api\\FinancialAidController:setViewHandler' => '?',
  15299.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\CompoundLocationController:disable' => '?',
  15300.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\CompoundLocationController:enable' => '?',
  15301.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\LeadsController:exportLeads' => '?',
  15302.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\LeadsController:index' => '?',
  15303.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\LeadsController:resendLeads' => '?',
  15304.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:QuickPostListingForm' => '?',
  15305.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:addNote' => '?',
  15306.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:addParticipant' => '?',
  15307.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:adminChangeLocation' => '?',
  15308.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:adminListingRejections' => '?',
  15309.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:adminPropertyType' => '?',
  15310.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:approve' => '?',
  15311.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:approveChildren' => '?',
  15312.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:bulkDeletePhoto' => '?',
  15313.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:bulkFeatureAsAdmin' => '?',
  15314.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:bulkFeatureAsSeller' => '?',
  15315.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:bumpUp' => '?',
  15316.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:changeSection' => '?',
  15317.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:clearMap' => '?',
  15318.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:clearPrice' => '?',
  15319.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:clearVideo' => '?',
  15320.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:consumersRatesData' => '?',
  15321.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:delete' => '?',
  15322.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:deleteNote' => '?',
  15323.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:deletePhoto' => '?',
  15324.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:downloadBrochure' => '?',
  15325.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:editListing' => '?',
  15326.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:editListingArea' => '?',
  15327.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:editListingLocations' => '?',
  15328.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:editListingParticipants' => '?',
  15329.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:editListingPaymentMethod' => '?',
  15330.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:editListingPhones' => '?',
  15331.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:editListingPhotos' => '?',
  15332.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:editListingTranslation' => '?',
  15333.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:editListingUnits' => '?',
  15334.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:featured' => '?',
  15335.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:featuredAsSeller' => '?',
  15336.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:getListingBasics' => '?',
  15337.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:listingLocationForm' => '?',
  15338.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:listingPhoneForm' => '?',
  15339.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:moveListingPhotoDown' => '?',
  15340.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:moveListingPhotoUp' => '?',
  15341.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:newLocationModal' => '?',
  15342.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:newPhoneModal' => '?',
  15343.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:pending' => '?',
  15344.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:pendingChildren' => '?',
  15345.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:postEditListingBasics' => '?',
  15346.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:postEditListingPhotos' => '?',
  15347.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:postEditListingTranslations' => '?',
  15348.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:postListingLocation' => '?',
  15349.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:postListingPhone' => '?',
  15350.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:pumpUp' => '?',
  15351.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:quickPostListingModelForm' => '?',
  15352.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:quickRegisterParticipant' => '?',
  15353.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:rates' => '?',
  15354.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:ratesDetails' => '?',
  15355.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:relist' => '?',
  15356.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:removeListingLocation' => '?',
  15357.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:removeNumbers' => '?',
  15358.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:removeParticipant' => '?',
  15359.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:removePhone' => '?',
  15360.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:resetTitle' => '?',
  15361.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:revertBumpUp' => '?',
  15362.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:review' => '?',
  15363.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:showInHomepage' => '?',
  15364.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:unflag' => '?',
  15365.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingPendingFeaturingController:approveFeaturingListing' => '?',
  15366.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingPendingFeaturingController:reject' => '?',
  15367.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingPendingFeaturingController:rejectFeaturingListing' => '?',
  15368.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingRulesController:changePosition' => '?',
  15369.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingRulesController:delete' => '?',
  15370.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingRulesController:edit' => '?',
  15371.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingRulesController:index' => '?',
  15372.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\LocationController:Post' => '?',
  15373.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\LocationController:addNearestLocations' => '?',
  15374.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\LocationController:changeStatus' => '?',
  15375.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\LocationController:deleteLocationPhoto' => '?',
  15376.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\LocationController:locationFetcher' => '?',
  15377.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\LocationController:mainPhotoLocation' => '?',
  15378.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\LocationController:moveLocationListings' => '?',
  15379.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\LocationController:unsetLocationListing' => '?',
  15380.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\LocationController:unsetNearestLocation' => '?',
  15381.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\LocationController:upload' => '?',
  15382.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\RejectionController:delete' => '?',
  15383.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ScrapedListingController:removePhoto' => '?',
  15384.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\SearchController:locationSearchHistoryLink' => '?',
  15385.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\SearchController:searchAdmin' => '?',
  15386.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\SearchController:searchResult' => '?',
  15387.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\CallRequestController:getTotalQueuedCalls' => '?',
  15388.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\CallRequestController:setViewHandler' => '?',
  15389.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\CompoundLocationController:getLocationChildren' => '?',
  15390.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\CompoundLocationController:setViewHandler' => '?',
  15391.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\CompoundSearchController:setViewHandler' => '?',
  15392.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\CustomFieldController:getCustomField' => '?',
  15393.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\CustomFieldController:getFinishTypes' => '?',
  15394.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\CustomFieldController:setViewHandler' => '?',
  15395.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\EstimateController:setViewHandler' => '?',
  15396.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\FavouriteController:create' => '?',
  15397.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\FavouriteController:delete' => '?',
  15398.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\FavouriteController:getFavouritesCount' => '?',
  15399.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\FavouriteController:setViewHandler' => '?',
  15400.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LeadController:QuickCreateLead' => '?',
  15401.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LeadController:addLeadQuality' => '?',
  15402.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LeadController:countLeadsInSpecificPeriod' => '?',
  15403.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LeadController:exportLeads' => '?',
  15404.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LeadController:exportTopSellerLeads' => '?',
  15405.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LeadController:getLead' => '?',
  15406.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LeadController:getLeadsCountsForEachType' => '?',
  15407.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LeadController:getLeadsInsights' => '?',
  15408.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LeadController:getLeadsList' => '?',
  15409.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LeadController:getListingFeatureStatus' => '?',
  15410.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LeadController:setViewHandler' => '?',
  15411.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:callRequest' => '?',
  15412.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:cloneListing' => '?',
  15413.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:contactSeller' => '?',
  15414.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:contactSellerWithQuickRegistration' => '?',
  15415.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:delete' => '?',
  15416.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:feature' => '?',
  15417.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:filterListingChildren' => '?',
  15418.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:getLeadAnalytics' => '?',
  15419.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:getListing' => '?',
  15420.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:getListingChildren' => '?',
  15421.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:getListingDetails' => '?',
  15422.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:getListingNote' => '?',
  15423.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:getListingPhone' => '?',
  15424.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:getListingPhotos' => '?',
  15425.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:getListingPreviewData' => '?',
  15426.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:getListingRules' => '?',
  15427.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:getListingTopSeller' => '?',
  15428.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:getRateDetails' => '?',
  15429.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:getRelatedListing' => '?',
  15430.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:getSimilarListingsCount' => '?',
  15431.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:increaseListingViews' => '?',
  15432.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:postListingSingleNote' => '?',
  15433.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:quickCreateLead' => '?',
  15434.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:rateReview' => '?',
  15435.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:relist' => '?',
  15436.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:setViewHandler' => '?',
  15437.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:undelete' => '?',
  15438.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:update' => '?',
  15439.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:updateListing' => '?',
  15440.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:upload' => '?',
  15441.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:uploadListingPhoto' => '?',
  15442.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LocationController:getLocationChildren' => '?',
  15443.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LocationController:getLocationStatistics' => '?',
  15444.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LocationController:getLocationsHomeCompounds' => '?',
  15445.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LocationController:setViewHandler' => '?',
  15446.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\NoteController:setViewHandler' => '?',
  15447.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\PhotoController:delete' => '?',
  15448.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\PhotoController:mainPhoto' => '?',
  15449.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\PhotoController:setViewHandler' => '?',
  15450.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\PriceFilterController:setViewHandler' => '?',
  15451.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\PropertyTypeController:getPropertyTypeChildren' => '?',
  15452.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\PropertyTypeController:setViewHandler' => '?',
  15453.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\RateController:add' => '?',
  15454.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\RateController:create' => '?',
  15455.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\RateController:getListingRate' => '?',
  15456.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\RateController:setViewHandler' => '?',
  15457.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\SearchFiltersController:setViewHandler' => '?',
  15458.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\SectionController:setViewHandler' => '?',
  15459.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\BrokerRankingController:getErrorMessages' => '?',
  15460.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\BrokerRankingController:respondWithValidationErrors' => '?',
  15461.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\BrokerRankingController:setViewHandler' => '?',
  15462.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\FavouriteController:getErrorMessages' => '?',
  15463.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\FavouriteController:respondWithValidationErrors' => '?',
  15464.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\FavouriteController:setViewHandler' => '?',
  15465.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\ImpressionController:getErrorMessages' => '?',
  15466.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\ImpressionController:respondWithValidationErrors' => '?',
  15467.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\ImpressionController:setViewHandler' => '?',
  15468.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\ListingController:contactSeller' => '?',
  15469.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\ListingController:getErrorMessages' => '?',
  15470.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\ListingController:getFeatureExpiryDate' => '?',
  15471.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\ListingController:respondWithValidationErrors' => '?',
  15472.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\ListingController:setViewHandler' => '?',
  15473.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\ListingController:update' => '?',
  15474.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\LocationController:getErrorMessages' => '?',
  15475.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\LocationController:respondWithValidationErrors' => '?',
  15476.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\LocationController:setViewHandler' => '?',
  15477.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\RateController:getErrorMessages' => '?',
  15478.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\RateController:respondWithValidationErrors' => '?',
  15479.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\RateController:setViewHandler' => '?',
  15480.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\CallRequestController:callRequestForm' => '?',
  15481.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\CallRequestController:getErrorMessages' => '?',
  15482.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\CallRequestController:respondWithValidationErrors' => '?',
  15483.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\CallRequestController:setViewHandler' => '?',
  15484.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\CompoundLocationController:getCompoundChildrenLocations' => '?',
  15485.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\CompoundLocationController:getErrorMessages' => '?',
  15486.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\CompoundLocationController:respondWithValidationErrors' => '?',
  15487.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\CompoundLocationController:setViewHandler' => '?',
  15488.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\ConditionalFieldController:setViewHandler' => '?',
  15489.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\FiltersController:setViewHandler' => '?',
  15490.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\ListingController:deletePhoto' => '?',
  15491.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\ListingController:downloadBrochure' => '?',
  15492.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\ListingController:getListingRules' => '?',
  15493.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\ListingController:getSpecialAddListingFeatures' => '?',
  15494.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\ListingController:getUserListings' => '?',
  15495.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\ListingController:setMainPhoto' => '?',
  15496.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\ListingController:setViewHandler' => '?',
  15497.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\ListingController:update' => '?',
  15498.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\ListingController:uploadPhotos' => '?',
  15499.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\LocationController:getLocationChildren' => '?',
  15500.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\LocationController:getLocationTranslation' => '?',
  15501.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\LocationController:getNearbyLocations' => '?',
  15502.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\LocationController:setViewHandler' => '?',
  15503.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\PropertyTypeController:allChildren' => '?',
  15504.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\PropertyTypeController:getPropertyType' => '?',
  15505.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\PropertyTypeController:setViewHandler' => '?',
  15506.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\SectionController:setViewHandler' => '?',
  15507.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\UserListingStatisticController:getCountForEachFeaturedListings' => '?',
  15508.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\UserListingStatisticController:getErrorMessages' => '?',
  15509.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\UserListingStatisticController:getListingCountForEachStatus' => '?',
  15510.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\UserListingStatisticController:respondWithValidationErrors' => '?',
  15511.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\UserListingStatisticController:setViewHandler' => '?',
  15512.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\DefaultController:myListings' => '?',
  15513.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\LeadController:quickLead' => '?',
  15514.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\LeadController:setViewHandler' => '?',
  15515.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController:CSVLatestListings' => '?',
  15516.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController:bulkDeletePhoto' => '?',
  15517.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController:callRequest' => '?',
  15518.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController:callRequestForm' => '?',
  15519.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController:confirmFeaturedPublishing' => '?',
  15520.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController:confirmPublishing' => '?',
  15521.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController:confirmPumpUpListing' => '?',
  15522.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController:contactSeller' => '?',
  15523.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController:contactSellerForm' => '?',
  15524.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController:contactSellerWideForm' => '?',
  15525.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController:delete' => '?',
  15526.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController:downloadBrochure' => '?',
  15527.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController:finish' => '?',
  15528.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController:landingPage' => '?',
  15529.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController:listRejections' => '?',
  15530.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController:listingDetailsApp' => '?',
  15531.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController:post' => '?',
  15532.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController:prepareFeaturedListingPayment' => '?',
  15533.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController:prepareListingPayment' => '?',
  15534.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController:preview' => '?',
  15535.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController:pumpUpListing' => '?',
  15536.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController:read' => '?',
  15537.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController:relist' => '?',
  15538.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController:specialAddListingFeature' => '?',
  15539.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController:transferScrapedListingOwnership' => '?',
  15540.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController:undelete' => '?',
  15541.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController:upload' => '?',
  15542.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingSearchController:searchResults' => '?',
  15543.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\PhotoController:delete' => '?',
  15544.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\PhotoController:editPhotoType' => '?',
  15545.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\PhotoController:mainPhoto' => '?',
  15546.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\SectionController:show' => '?',
  15547.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\CustomParagraphController:delete' => '?',
  15548.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\CustomParagraphController:edit' => '?',
  15549.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\CustomParagraphController:toggleStatus' => '?',
  15550.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\DefaultController:activity' => '?',
  15551.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\DefaultTopCustomersController:delete' => '?',
  15552.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\DefaultTopCustomersController:edit' => '?',
  15553.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\FeedbackController:delete' => '?',
  15554.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\FeedbackController:feedbackForm' => '?',
  15555.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\FeedbackController:noteForm' => '?',
  15556.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\MenuController:link' => '?',
  15557.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\MenuController:linkdelete' => '?',
  15558.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\MenuController:linkinsert' => '?',
  15559.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\MenuController:menuDelete' => '?',
  15560.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\MobileSectionsTogglesController:editStatus' => '?',
  15561.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\MobileSectionsTogglesController:getErrorMessages' => '?',
  15562.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\MobileSectionsTogglesController:respondWithValidationErrors' => '?',
  15563.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\MobileSectionsTogglesController:setViewHandler' => '?',
  15564.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\PageController:delete' => '?',
  15565.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\SettingController:edit' => '?',
  15566.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\TestimonialController:edit' => '?',
  15567.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\TestimonialController:index' => '?',
  15568.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\TestimonialController:toggleStatus' => '?',
  15569.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\BaseController:setViewHandler' => '?',
  15570.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\DefaultController:getClientIp' => '?',
  15571.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\DefaultController:setViewHandler' => '?',
  15572.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\DefaultTopCustomersController:setViewHandler' => '?',
  15573.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\FeedbackController:setViewHandler' => '?',
  15574.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\SettingController:setViewHandler' => '?',
  15575.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\V2\\DefaultController:getListingCount' => '?',
  15576.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\V2\\DefaultController:getMenuLinks' => '?',
  15577.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\V2\\DefaultController:setViewHandler' => '?',
  15578.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\V3\\BaseController:getErrorMessages' => '?',
  15579.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\V3\\BaseController:respondWithValidationErrors' => '?',
  15580.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\V3\\BaseController:setViewHandler' => '?',
  15581.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\V3\\FeedbackController:getErrorMessages' => '?',
  15582.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\V3\\FeedbackController:respondWithValidationErrors' => '?',
  15583.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\V3\\FeedbackController:setViewHandler' => '?',
  15584.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\V4\\BaseController:setViewHandler' => '?',
  15585.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\V4\\MobileSectionsTogglesController:setViewHandler' => '?',
  15586.             'Aqarmap\\Bundle\\MainBundle\\Controller\\DefaultController:home' => '?',
  15587.             'Aqarmap\\Bundle\\MainBundle\\Controller\\DefaultController:searchPageFilters' => '?',
  15588.             'Aqarmap\\Bundle\\MainBundle\\Controller\\FeedbackController:post' => '?',
  15589.             'Aqarmap\\Bundle\\MainBundle\\Controller\\JoinUsController:createJoinUsForm' => '?',
  15590.             'Aqarmap\\Bundle\\MainBundle\\Controller\\JoinUsController:index' => '?',
  15591.             'Aqarmap\\Bundle\\MainBundle\\Controller\\PageController:view' => '?',
  15592.             'Aqarmap\\Bundle\\MainBundle\\Controller\\SNSNotificationsController:receiver' => '?',
  15593.             'Aqarmap\\Bundle\\MortgageBundle\\Controller\\DefaultController:createRequestForm' => '?',
  15594.             'Aqarmap\\Bundle\\MortgageBundle\\Controller\\DefaultController:setUserData' => '?',
  15595.             'Aqarmap\\Bundle\\NeighborhoodBundle\\Controller\\Admin\\LocationStatisticsController:index' => '?',
  15596.             'Aqarmap\\Bundle\\NeighborhoodBundle\\Controller\\Api\\NeighborhoodController:getNeighborhoodDetails' => '?',
  15597.             'Aqarmap\\Bundle\\NeighborhoodBundle\\Controller\\Api\\NeighborhoodController:getNeighborhoodHistory' => '?',
  15598.             'Aqarmap\\Bundle\\NeighborhoodBundle\\Controller\\Api\\NeighborhoodController:setViewHandler' => '?',
  15599.             'Aqarmap\\Bundle\\NeighborhoodBundle\\Controller\\DefaultController:addNeighbourhoodSubscriber' => '?',
  15600.             'Aqarmap\\Bundle\\NeighborhoodBundle\\Controller\\DefaultController:contactSellerForm' => '?',
  15601.             'Aqarmap\\Bundle\\NeighborhoodBundle\\Controller\\DefaultController:index' => '?',
  15602.             'Aqarmap\\Bundle\\NeighborhoodBundle\\Controller\\DefaultController:unSubscribeLocationConfirm' => '?',
  15603.             'Aqarmap\\Bundle\\NeighborhoodBundle\\Controller\\DefaultController:unsetNeighbourhoodSubscriber' => '?',
  15604.             'Aqarmap\\Bundle\\NotificationBundle\\Controller\\Api\\NotificationController:getNotificationsCount' => '?',
  15605.             'Aqarmap\\Bundle\\NotificationBundle\\Controller\\Api\\NotificationController:registerToken' => '?',
  15606.             'Aqarmap\\Bundle\\NotificationBundle\\Controller\\Api\\NotificationController:setViewHandler' => '?',
  15607.             'Aqarmap\\Bundle\\NotificationBundle\\Controller\\Api\\SenderController:setViewHandler' => '?',
  15608.             'Aqarmap\\Bundle\\NotificationBundle\\Controller\\NotificationsController:viewNotifications' => '?',
  15609.             'Aqarmap\\Bundle\\NotifierBundle\\Controller\\Api\\NotifierController:setViewHandler' => '?',
  15610.             'Aqarmap\\Bundle\\NotifierBundle\\Controller\\DefaultController:activeNotifier' => '?',
  15611.             'Aqarmap\\Bundle\\NotifierBundle\\Controller\\DefaultController:globalUnsubscribeNotifier' => '?',
  15612.             'Aqarmap\\Bundle\\NotifierBundle\\Controller\\DefaultController:notifier' => '?',
  15613.             'Aqarmap\\Bundle\\NotifierBundle\\Controller\\DefaultController:pauseNotifier' => '?',
  15614.             'Aqarmap\\Bundle\\NotifierBundle\\Controller\\DefaultController:post' => '?',
  15615.             'Aqarmap\\Bundle\\NotifierBundle\\Controller\\DefaultController:unsubscribeAllNotifier' => '?',
  15616.             'Aqarmap\\Bundle\\NotifierBundle\\Controller\\DefaultController:unsubscribeNotifier' => '?',
  15617.             'Aqarmap\\Bundle\\OTPBundle\\Controller\\Api\\V4\\OtpController:setViewHandler' => '?',
  15618.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\AnalysisController:newCompanies' => '?',
  15619.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\AnalysisController:removeCompanies' => '?',
  15620.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\AnalysisController:userRevenueDetails' => '?',
  15621.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController:activatePackage' => '?',
  15622.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController:add' => '?',
  15623.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController:approveTransaction' => '?',
  15624.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController:assignAgent' => '?',
  15625.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController:cancel' => '?',
  15626.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController:cancelRecurringl' => '?',
  15627.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController:changeTransactionAuditStatus' => '?',
  15628.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController:changeTransactionCashStatus' => '?',
  15629.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController:createAssignAgentForm' => '?',
  15630.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController:deleteAccountManager' => '?',
  15631.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController:draft' => '?',
  15632.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController:draftManualFawry' => '?',
  15633.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController:edit' => '?',
  15634.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController:handleCreateTransaction' => '?',
  15635.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController:refund' => '?',
  15636.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController:updatePackage' => '?',
  15637.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Api\\PaymentController:callback' => '?',
  15638.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Api\\PaymentController:getPaymentTransactionServices' => '?',
  15639.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Api\\PaymentController:setViewHandler' => '?',
  15640.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Api\\RecurringController:setViewHandler' => '?',
  15641.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\ListingSearchController:setViewHandler' => '?',
  15642.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\LocationSearchController:listingFaq' => '?',
  15643.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\LocationSearchController:setViewHandler' => '?',
  15644.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\SearchResultsController:getCustomParagraph' => '?',
  15645.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\SearchResultsController:getLocationListing' => '?',
  15646.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\SearchResultsController:getPropertiesChips' => '?',
  15647.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\SearchResultsController:getPropertiesChipsLegazy' => '?',
  15648.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\SearchResultsController:getSeoData' => '?',
  15649.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\SearchResultsController:resolveSearchPageSlugs' => '?',
  15650.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\SearchResultsController:setViewHandler' => '?',
  15651.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\SearchResultsController:singlePageSSRData' => '?',
  15652.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\V4\\CompoundSearchController:getCompoundDetails' => '?',
  15653.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\V4\\CompoundSearchController:setViewHandler' => '?',
  15654.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\V4\\ListingSearchController:getListings' => '?',
  15655.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\V4\\ListingSearchController:getListingsEsDebug' => '?',
  15656.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\V4\\ListingSearchController:getListingsSearchSSRData' => '?',
  15657.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\V4\\ListingSearchController:getSearchListings' => '?',
  15658.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\V4\\ListingSearchController:setViewHandler' => '?',
  15659.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\V4\\ListingSearchController:triggerSearchListingsAction' => '?',
  15660.             'Aqarmap\\Bundle\\TopSellerBundle\\Controller\\Admin\\TopSellerController:bulkGenerateTopSellersLeads' => '?',
  15661.             'Aqarmap\\Bundle\\TopSellerBundle\\Controller\\Api\\V4\\TopSellerController:getTopSellerLeads' => '?',
  15662.             'Aqarmap\\Bundle\\TopSellerBundle\\Controller\\Api\\V4\\TopSellerController:getTopSellers' => '?',
  15663.             'Aqarmap\\Bundle\\TopSellerBundle\\Controller\\Api\\V4\\TopSellerController:setViewHandler' => '?',
  15664.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\GroupController:delete' => '?',
  15665.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\GroupController:edit' => '?',
  15666.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\GroupController:list' => '?',
  15667.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\GroupController:new' => '?',
  15668.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\TeamController:assignUserTeam' => '?',
  15669.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\TeamController:delete' => '?',
  15670.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\TeamController:edit' => '?',
  15671.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\TeamController:unassignUserTeam' => '?',
  15672.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController:adminChangePassword' => '?',
  15673.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController:adminSendEmail' => '?',
  15674.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController:approveLogo' => '?',
  15675.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController:approvePersonalPhoto' => '?',
  15676.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController:assignReferrals' => '?',
  15677.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController:changeUserType' => '?',
  15678.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController:disable' => '?',
  15679.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController:editUserBoostLevel' => '?',
  15680.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController:editUserGroup' => '?',
  15681.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController:enable' => '?',
  15682.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController:extendExpiryDate' => '?',
  15683.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController:getReferrals' => '?',
  15684.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController:importUsersDevelopers' => '?',
  15685.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController:rejectLogo' => '?',
  15686.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController:rejectPersonalPhoto' => '?',
  15687.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController:syncToZoho' => '?',
  15688.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController:update' => '?',
  15689.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserDomainController:delete' => '?',
  15690.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserDomainController:edit' => '?',
  15691.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserDomainController:index' => '?',
  15692.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserDomainController:new' => '?',
  15693.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserPackagesController:index' => '?',
  15694.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserPackagesController:updateUserPackage' => '?',
  15695.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserServiceController:addUserService' => '?',
  15696.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserServiceController:index' => '?',
  15697.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserServiceController:updateUserService' => '?',
  15698.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserSubAccountController:attach' => '?',
  15699.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserSubAccountController:detach' => '?',
  15700.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserSubAccountController:index' => '?',
  15701.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\AuthProxyController:setViewHandler' => '?',
  15702.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\AuthProxyController:token' => '?',
  15703.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\NotificationTokenController:remove' => '?',
  15704.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\NotificationTokenController:save' => '?',
  15705.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\NotificationTokenController:setViewHandler' => '?',
  15706.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\TargetAudienceController:setViewHandler' => '?',
  15707.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\TeamController:setViewHandler' => '?',
  15708.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\TokenDocController:setViewHandler' => '?',
  15709.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController:addUserPhone' => '?',
  15710.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController:deleteUserSearch' => '?',
  15711.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController:getListingNote' => '?',
  15712.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController:getMyAccount' => '?',
  15713.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController:getMyLeads' => '?',
  15714.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController:getNpsData' => '?',
  15715.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController:getRate' => '?',
  15716.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController:getUserAccount' => '?',
  15717.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController:getUserCompanyInfo' => '?',
  15718.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController:getUserListings' => '?',
  15719.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController:postUserNote' => '?',
  15720.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController:removeUserPhone' => '?',
  15721.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController:sendResetPasswordEmail' => '?',
  15722.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController:setViewHandler' => '?',
  15723.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController:updatePhone' => '?',
  15724.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController:updateProfileBasicInfo' => '?',
  15725.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController:updateUserPhone' => '?',
  15726.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserServiceController:setViewHandler' => '?',
  15727.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\V3\\UserController:getErrorMessages' => '?',
  15728.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\V3\\UserController:resetPassword' => '?',
  15729.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\V3\\UserController:respondWithValidationErrors' => '?',
  15730.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\V3\\UserController:setViewHandler' => '?',
  15731.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\V4\\UserController:createUser' => '?',
  15732.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\V4\\UserController:getErrorMessages' => '?',
  15733.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\V4\\UserController:register' => '?',
  15734.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\V4\\UserController:respondWithValidationErrors' => '?',
  15735.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\V4\\UserController:setViewHandler' => '?',
  15736.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\V4\\UserLocationController:getErrorMessages' => '?',
  15737.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\V4\\UserLocationController:respondWithValidationErrors' => '?',
  15738.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\V4\\UserLocationController:setViewHandler' => '?',
  15739.             'Aqarmap\\Bundle\\UserBundle\\Controller\\ExternalProfileController:callRequestForm' => '?',
  15740.             'Aqarmap\\Bundle\\UserBundle\\Controller\\ExternalProfileController:contactSeller' => '?',
  15741.             'Aqarmap\\Bundle\\UserBundle\\Controller\\ExternalProfileController:contactSellerForm' => '?',
  15742.             'Aqarmap\\Bundle\\UserBundle\\Controller\\ExternalProfileController:contactSellerWideForm' => '?',
  15743.             'Aqarmap\\Bundle\\UserBundle\\Controller\\ExternalProfileController:index' => '?',
  15744.             'Aqarmap\\Bundle\\UserBundle\\Controller\\ExternalProfileController:listing' => '?',
  15745.             'Aqarmap\\Bundle\\UserBundle\\Controller\\ExternalProfileController:userContactSellerForm' => '?',
  15746.             'Aqarmap\\Bundle\\UserBundle\\Controller\\ExternalProfileController:userContactSellerWideForm' => '?',
  15747.             'Aqarmap\\Bundle\\UserBundle\\Controller\\ProfileController:removePhoto' => '?',
  15748.             'Aqarmap\\Bundle\\UserBundle\\Controller\\UserController:pauseInterest' => '?',
  15749.             'kernel:build' => '?',
  15750.             'kernel:loadRoutes' => '?',
  15751.             'kernel:registerContainerConfiguration' => '?',
  15752.         ]);
  15753.     }
  15754.     /**
  15755.      * Gets the private '.service_locator.Rozwzjh' shared service.
  15756.      *
  15757.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15758.      */
  15759.     protected function get_ServiceLocator_RozwzjhService()
  15760.     {
  15761.         return $this->privates['.service_locator.Rozwzjh'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15762.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  15763.             'listingManager' => ['services''Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager''getListingManagerService'false],
  15764.         ], [
  15765.             'entityManager' => '?',
  15766.             'listingManager' => 'Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager',
  15767.         ]);
  15768.     }
  15769.     /**
  15770.      * Gets the private '.service_locator.SBFvyl6' shared service.
  15771.      *
  15772.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15773.      */
  15774.     protected function get_ServiceLocator_SBFvyl6Service()
  15775.     {
  15776.         return $this->privates['.service_locator.SBFvyl6'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15777.             'locationPhoto' => ['privates''.errored..service_locator.SBFvyl6.Aqarmap\\Bundle\\ListingBundle\\Entity\\LocationPhoto'NULL'Cannot autowire service ".service_locator.SBFvyl6": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\LocationPhoto" but no such service exists.'],
  15778.         ], [
  15779.             'locationPhoto' => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\LocationPhoto',
  15780.         ]);
  15781.     }
  15782.     /**
  15783.      * Gets the private '.service_locator.SE4ny3Y' shared service.
  15784.      *
  15785.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15786.      */
  15787.     protected function get_ServiceLocator_SE4ny3YService()
  15788.     {
  15789.         return $this->privates['.service_locator.SE4ny3Y'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15790.             'buyerAlert' => ['privates''.errored..service_locator.SE4ny3Y.Aqarmap\\Bundle\\BuyerAlertsBundle\\Entity\\BuyerAlerts'NULL'Cannot autowire service ".service_locator.SE4ny3Y": it references class "Aqarmap\\Bundle\\BuyerAlertsBundle\\Entity\\BuyerAlerts" but no such service exists.'],
  15791.         ], [
  15792.             'buyerAlert' => 'Aqarmap\\Bundle\\BuyerAlertsBundle\\Entity\\BuyerAlerts',
  15793.         ]);
  15794.     }
  15795.     /**
  15796.      * Gets the private '.service_locator.SblZSSN' shared service.
  15797.      *
  15798.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15799.      */
  15800.     protected function get_ServiceLocator_SblZSSNService()
  15801.     {
  15802.         return $this->privates['.service_locator.SblZSSN'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15803.             'location' => ['privates''.errored..service_locator.SblZSSN.Aqarmap\\Bundle\\ListingBundle\\Entity\\Location'NULL'Cannot autowire service ".service_locator.SblZSSN": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Location" but no such service exists.'],
  15804.             'user' => ['privates''.errored..service_locator.SblZSSN.Aqarmap\\Bundle\\UserBundle\\Entity\\User'NULL'Cannot autowire service ".service_locator.SblZSSN": it references class "Aqarmap\\Bundle\\UserBundle\\Entity\\User" but no such service exists.'],
  15805.         ], [
  15806.             'location' => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\Location',
  15807.             'user' => 'Aqarmap\\Bundle\\UserBundle\\Entity\\User',
  15808.         ]);
  15809.     }
  15810.     /**
  15811.      * Gets the private '.service_locator.ScY99ay' shared service.
  15812.      *
  15813.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15814.      */
  15815.     protected function get_ServiceLocator_ScY99ayService()
  15816.     {
  15817.         return $this->privates['.service_locator.ScY99ay'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15818.             'section' => ['privates''.errored..service_locator.ScY99ay.Aqarmap\\Bundle\\ListingBundle\\Entity\\Section'NULL'Cannot autowire service ".service_locator.ScY99ay": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Section" but no such service exists.'],
  15819.         ], [
  15820.             'section' => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\Section',
  15821.         ]);
  15822.     }
  15823.     /**
  15824.      * Gets the private '.service_locator.TLrSZYf' shared service.
  15825.      *
  15826.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15827.      */
  15828.     protected function get_ServiceLocator_TLrSZYfService()
  15829.     {
  15830.         return $this->privates['.service_locator.TLrSZYf'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15831.             'favourite' => ['privates''.errored..service_locator.TLrSZYf.Aqarmap\\Bundle\\ListingBundle\\Entity\\Favourite'NULL'Cannot autowire service ".service_locator.TLrSZYf": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Favourite" but no such service exists.'],
  15832.             'favouriteService' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Service\\FavouriteService''getFavouriteServiceService'false],
  15833.         ], [
  15834.             'favourite' => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\Favourite',
  15835.             'favouriteService' => 'Aqarmap\\Bundle\\ListingBundle\\Service\\FavouriteService',
  15836.         ]);
  15837.     }
  15838.     /**
  15839.      * Gets the private '.service_locator.TsDoRLF' shared service.
  15840.      *
  15841.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15842.      */
  15843.     protected function get_ServiceLocator_TsDoRLFService()
  15844.     {
  15845.         return $this->privates['.service_locator.TsDoRLF'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15846.             'accountManager' => ['privates''Aqarmap\\Bundle\\CRMBundle\\Entity\\Staff''getStaffService'false],
  15847.             'company' => ['privates''Aqarmap\\Bundle\\CRMBundle\\Entity\\Company''getCompanyService'false],
  15848.         ], [
  15849.             'accountManager' => 'Aqarmap\\Bundle\\CRMBundle\\Entity\\Staff',
  15850.             'company' => 'Aqarmap\\Bundle\\CRMBundle\\Entity\\Company',
  15851.         ]);
  15852.     }
  15853.     /**
  15854.      * Gets the private '.service_locator.TtqXS4F' shared service.
  15855.      *
  15856.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15857.      */
  15858.     protected function get_ServiceLocator_TtqXS4FService()
  15859.     {
  15860.         return $this->privates['.service_locator.TtqXS4F'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15861.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  15862.             'paginator' => ['services''knp_paginator''getKnpPaginatorService'false],
  15863.             'userEntity' => ['privates''.errored..service_locator.TtqXS4F.Aqarmap\\Bundle\\UserBundle\\Entity\\User'NULL'Cannot autowire service ".service_locator.TtqXS4F": it references class "Aqarmap\\Bundle\\UserBundle\\Entity\\User" but no such service exists.'],
  15864.         ], [
  15865.             'entityManager' => '?',
  15866.             'paginator' => '?',
  15867.             'userEntity' => 'Aqarmap\\Bundle\\UserBundle\\Entity\\User',
  15868.         ]);
  15869.     }
  15870.     /**
  15871.      * Gets the private '.service_locator.U..08Fk' shared service.
  15872.      *
  15873.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15874.      */
  15875.     protected function get_ServiceLocator_U__08FkService()
  15876.     {
  15877.         return $this->privates['.service_locator.U..08Fk'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15878.             'cache' => ['services''cache.app''getCache_AppService'false],
  15879.             'listingManager' => ['services''Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager''getListingManagerService'false],
  15880.             'sectionService' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Service\\SectionService''getSectionServiceService'false],
  15881.         ], [
  15882.             'cache' => '?',
  15883.             'listingManager' => 'Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager',
  15884.             'sectionService' => 'Aqarmap\\Bundle\\ListingBundle\\Service\\SectionService',
  15885.         ]);
  15886.     }
  15887.     /**
  15888.      * Gets the private '.service_locator.U38IPRQ' shared service.
  15889.      *
  15890.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15891.      */
  15892.     protected function get_ServiceLocator_U38IPRQService()
  15893.     {
  15894.         return $this->privates['.service_locator.U38IPRQ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15895.             'subAccountService' => ['privates''App\\Service\\User\\SubAccountService''getSubAccountServiceService'false],
  15896.         ], [
  15897.             'subAccountService' => 'App\\Service\\User\\SubAccountService',
  15898.         ]);
  15899.     }
  15900.     /**
  15901.      * Gets the private '.service_locator.U7VViCc' shared service.
  15902.      *
  15903.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15904.      */
  15905.     protected function get_ServiceLocator_U7VViCcService()
  15906.     {
  15907.         return $this->privates['.service_locator.U7VViCc'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15908.             '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?'],
  15909.         ], [
  15910.             'form' => 'Symfony\\Component\\Form\\FormInterface',
  15911.         ]);
  15912.     }
  15913.     /**
  15914.      * Gets the private '.service_locator.UQTEWgm' shared service.
  15915.      *
  15916.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15917.      */
  15918.     protected function get_ServiceLocator_UQTEWgmService()
  15919.     {
  15920.         return $this->privates['.service_locator.UQTEWgm'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15921.             'locationService' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Service\\V4\\LocationService''getLocationServiceService'false],
  15922.         ], [
  15923.             'locationService' => 'Aqarmap\\Bundle\\ListingBundle\\Service\\V4\\LocationService',
  15924.         ]);
  15925.     }
  15926.     /**
  15927.      * Gets the private '.service_locator.Uagg_gw' shared service.
  15928.      *
  15929.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15930.      */
  15931.     protected function get_ServiceLocator_UaggGwService()
  15932.     {
  15933.         return $this->privates['.service_locator.Uagg_gw'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15934.             'userDomain' => ['privates''.errored..service_locator.Uagg_gw.Aqarmap\\Bundle\\UserBundle\\Entity\\UserDomain'NULL'Cannot autowire service ".service_locator.Uagg_gw": it references class "Aqarmap\\Bundle\\UserBundle\\Entity\\UserDomain" but no such service exists.'],
  15935.         ], [
  15936.             'userDomain' => 'Aqarmap\\Bundle\\UserBundle\\Entity\\UserDomain',
  15937.         ]);
  15938.     }
  15939.     /**
  15940.      * Gets the private '.service_locator.Ue3lOen' shared service.
  15941.      *
  15942.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15943.      */
  15944.     protected function get_ServiceLocator_Ue3lOenService()
  15945.     {
  15946.         return $this->privates['.service_locator.Ue3lOen'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15947.             'subAccountService' => ['privates''App\\Service\\User\\SubAccountService''getSubAccountServiceService'false],
  15948.             'subUser' => ['privates''.errored..service_locator.Ue3lOen.Aqarmap\\Bundle\\UserBundle\\Entity\\User'NULL'Cannot autowire service ".service_locator.Ue3lOen": it references class "Aqarmap\\Bundle\\UserBundle\\Entity\\User" but no such service exists.'],
  15949.             'translator' => ['services''translator''getTranslatorService'false],
  15950.         ], [
  15951.             'subAccountService' => 'App\\Service\\User\\SubAccountService',
  15952.             'subUser' => 'Aqarmap\\Bundle\\UserBundle\\Entity\\User',
  15953.             'translator' => '?',
  15954.         ]);
  15955.     }
  15956.     /**
  15957.      * Gets the private '.service_locator.UsScnKS' shared service.
  15958.      *
  15959.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15960.      */
  15961.     protected function get_ServiceLocator_UsScnKSService()
  15962.     {
  15963.         return $this->privates['.service_locator.UsScnKS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15964.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  15965.             'lead' => ['privates''.errored..service_locator.UsScnKS.App\\Entity\\Lead\\Lead'NULL'Cannot autowire service ".service_locator.UsScnKS": it references class "App\\Entity\\Lead\\Lead" but no such service exists.'],
  15966.         ], [
  15967.             'em' => '?',
  15968.             'lead' => 'App\\Entity\\Lead\\Lead',
  15969.         ]);
  15970.     }
  15971.     /**
  15972.      * Gets the private '.service_locator.Uyoau69' shared service.
  15973.      *
  15974.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15975.      */
  15976.     protected function get_ServiceLocator_Uyoau69Service()
  15977.     {
  15978.         return $this->privates['.service_locator.Uyoau69'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15979.             'listing' => ['privates''.errored..service_locator.Uyoau69.Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing'NULL'Cannot autowire service ".service_locator.Uyoau69": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing" but no such service exists.'],
  15980.             'listingRateRepository' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingRateRepository''getListingRateRepositoryService'false],
  15981.             'listingRateService' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Service\\ListingRateService''getListingRateServiceService'false],
  15982.         ], [
  15983.             'listing' => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing',
  15984.             'listingRateRepository' => 'Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingRateRepository',
  15985.             'listingRateService' => 'Aqarmap\\Bundle\\ListingBundle\\Service\\ListingRateService',
  15986.         ]);
  15987.     }
  15988.     /**
  15989.      * Gets the private '.service_locator.VAPpaZO' shared service.
  15990.      *
  15991.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15992.      */
  15993.     protected function get_ServiceLocator_VAPpaZOService()
  15994.     {
  15995.         return $this->privates['.service_locator.VAPpaZO'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15996.             'signer' => ['privates''uri_signer''getUriSignerService'false],
  15997.             'subAccountService' => ['privates''App\\Service\\User\\SubAccountService''getSubAccountServiceService'false],
  15998.             'translator' => ['services''translator''getTranslatorService'false],
  15999.             'userSubAccount' => ['privates''.errored..service_locator.VAPpaZO.App\\Entity\\User\\UserSubAccount'NULL'Cannot autowire service ".service_locator.VAPpaZO": it references class "App\\Entity\\User\\UserSubAccount" but no such service exists.'],
  16000.         ], [
  16001.             'signer' => '?',
  16002.             'subAccountService' => 'App\\Service\\User\\SubAccountService',
  16003.             'translator' => '?',
  16004.             'userSubAccount' => 'App\\Entity\\User\\UserSubAccount',
  16005.         ]);
  16006.     }
  16007.     /**
  16008.      * Gets the private '.service_locator.VQspxfD' shared service.
  16009.      *
  16010.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16011.      */
  16012.     protected function get_ServiceLocator_VQspxfDService()
  16013.     {
  16014.         return $this->privates['.service_locator.VQspxfD'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16015.             'authServer' => ['privates''App\\Service\\Security\\AuthServer''getAuthServerService'false],
  16016.             'user' => ['privates''.errored..service_locator.VQspxfD.Aqarmap\\Bundle\\UserBundle\\Entity\\User'NULL'Cannot autowire service ".service_locator.VQspxfD": it references class "Aqarmap\\Bundle\\UserBundle\\Entity\\User" but no such service exists.'],
  16017.         ], [
  16018.             'authServer' => 'App\\Service\\Security\\AuthServer',
  16019.             'user' => 'Aqarmap\\Bundle\\UserBundle\\Entity\\User',
  16020.         ]);
  16021.     }
  16022.     /**
  16023.      * Gets the private '.service_locator.VdGUnZl' shared service.
  16024.      *
  16025.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16026.      */
  16027.     protected function get_ServiceLocator_VdGUnZlService()
  16028.     {
  16029.         return $this->privates['.service_locator.VdGUnZl'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16030.             'ipService' => ['privates''Aqarmap\\Bundle\\UserBundle\\Services\\UserIpInfoService''getUserIpInfoServiceService'false],
  16031.         ], [
  16032.             'ipService' => 'Aqarmap\\Bundle\\UserBundle\\Services\\UserIpInfoService',
  16033.         ]);
  16034.     }
  16035.     /**
  16036.      * Gets the private '.service_locator.Vhx2..N' shared service.
  16037.      *
  16038.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16039.      */
  16040.     protected function get_ServiceLocator_Vhx2__NService()
  16041.     {
  16042.         return $this->privates['.service_locator.Vhx2..N'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16043.             'service' => ['privates''.errored..service_locator.Vhx2..N.Aqarmap\\Bundle\\PaymentBundle\\Entity\\PaymentTransactionService'NULL'Cannot autowire service ".service_locator.Vhx2..N": it references class "Aqarmap\\Bundle\\PaymentBundle\\Entity\\PaymentTransactionService" but no such service exists.'],
  16044.         ], [
  16045.             'service' => 'Aqarmap\\Bundle\\PaymentBundle\\Entity\\PaymentTransactionService',
  16046.         ]);
  16047.     }
  16048.     /**
  16049.      * Gets the private '.service_locator.WGCFqJh' shared service.
  16050.      *
  16051.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16052.      */
  16053.     protected function get_ServiceLocator_WGCFqJhService()
  16054.     {
  16055.         return $this->privates['.service_locator.WGCFqJh'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16056.             'authClient' => ['privates''.debug.auth.client''get_Debug_Auth_ClientService'false],
  16057.             'authServer' => ['privates''App\\Service\\Security\\AuthServer''getAuthServerService'false],
  16058.             'userRepository' => ['privates''Aqarmap\\Bundle\\UserBundle\\Repository\\UserRepository''getUserRepositoryService'false],
  16059.         ], [
  16060.             'authClient' => '?',
  16061.             'authServer' => 'App\\Service\\Security\\AuthServer',
  16062.             'userRepository' => 'Aqarmap\\Bundle\\UserBundle\\Repository\\UserRepository',
  16063.         ]);
  16064.     }
  16065.     /**
  16066.      * Gets the private '.service_locator.WYrnE_I' shared service.
  16067.      *
  16068.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16069.      */
  16070.     protected function get_ServiceLocator_WYrnEIService()
  16071.     {
  16072.         return $this->privates['.service_locator.WYrnE_I'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16073.             'entity' => ['privates''.errored..service_locator.WYrnE_I.Aqarmap\\Bundle\\UserBundle\\Entity\\UserInterest'NULL'Cannot autowire service ".service_locator.WYrnE_I": it references class "Aqarmap\\Bundle\\UserBundle\\Entity\\UserInterest" but no such service exists.'],
  16074.         ], [
  16075.             'entity' => 'Aqarmap\\Bundle\\UserBundle\\Entity\\UserInterest',
  16076.         ]);
  16077.     }
  16078.     /**
  16079.      * Gets the private '.service_locator.WnC0PS9' shared service.
  16080.      *
  16081.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16082.      */
  16083.     protected function get_ServiceLocator_WnC0PS9Service()
  16084.     {
  16085.         return $this->privates['.service_locator.WnC0PS9'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16086.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  16087.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  16088.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  16089.             'message_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  16090.             'messenger.default_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  16091.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  16092.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  16093.             'router' => ['services''router''getRouterService'false],
  16094.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  16095.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  16096.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  16097.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  16098.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  16099.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  16100.         ], [
  16101.             'doctrine' => '?',
  16102.             'form.factory' => '?',
  16103.             'http_kernel' => '?',
  16104.             'message_bus' => '?',
  16105.             'messenger.default_bus' => '?',
  16106.             'parameter_bag' => '?',
  16107.             'request_stack' => '?',
  16108.             'router' => '?',
  16109.             'security.authorization_checker' => '?',
  16110.             'security.csrf.token_manager' => '?',
  16111.             'security.token_storage' => '?',
  16112.             'serializer' => '?',
  16113.             'session' => '.session.deprecated',
  16114.             'twig' => '?',
  16115.         ]);
  16116.     }
  16117.     /**
  16118.      * Gets the private '.service_locator.XD1u.VJ' shared service.
  16119.      *
  16120.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16121.      */
  16122.     protected function get_ServiceLocator_XD1u_VJService()
  16123.     {
  16124.         return $this->privates['.service_locator.XD1u.VJ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16125.             'rule' => ['privates''.errored..service_locator.XD1u.VJ.Aqarmap\\Bundle\\ListingBundle\\Entity\\Rule'NULL'Cannot autowire service ".service_locator.XD1u.VJ": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Rule" but no such service exists.'],
  16126.         ], [
  16127.             'rule' => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\Rule',
  16128.         ]);
  16129.     }
  16130.     /**
  16131.      * Gets the private '.service_locator.X_4f3Bt' shared service.
  16132.      *
  16133.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16134.      */
  16135.     protected function get_ServiceLocator_X4f3BtService()
  16136.     {
  16137.         return $this->privates['.service_locator.X_4f3Bt'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16138.             'lead' => ['privates''.errored..service_locator.X_4f3Bt.App\\Entity\\Lead\\Lead'NULL'Cannot autowire service ".service_locator.X_4f3Bt": it references class "App\\Entity\\Lead\\Lead" but no such service exists.'],
  16139.             'leadService' => ['privates''App\\Service\\Lead\\LeadService''getLeadServiceService'false],
  16140.         ], [
  16141.             'lead' => 'App\\Entity\\Lead\\Lead',
  16142.             'leadService' => 'App\\Service\\Lead\\LeadService',
  16143.         ]);
  16144.     }
  16145.     /**
  16146.      * Gets the private '.service_locator.Xc.PcLF' shared service.
  16147.      *
  16148.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16149.      */
  16150.     protected function get_ServiceLocator_Xc_PcLFService()
  16151.     {
  16152.         return $this->privates['.service_locator.Xc.PcLF'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16153.             'defaultTopCustomer' => ['privates''.errored..service_locator.Xc.PcLF.Aqarmap\\Bundle\\MainBundle\\Entity\\DefaultTopCustomers'NULL'Cannot autowire service ".service_locator.Xc.PcLF": it references class "Aqarmap\\Bundle\\MainBundle\\Entity\\DefaultTopCustomers" but no such service exists.'],
  16154.         ], [
  16155.             'defaultTopCustomer' => 'Aqarmap\\Bundle\\MainBundle\\Entity\\DefaultTopCustomers',
  16156.         ]);
  16157.     }
  16158.     /**
  16159.      * Gets the private '.service_locator.YY9cfkh' shared service.
  16160.      *
  16161.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16162.      */
  16163.     protected function get_ServiceLocator_YY9cfkhService()
  16164.     {
  16165.         return $this->privates['.service_locator.YY9cfkh'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16166.             'messageBus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  16167.         ], [
  16168.             'messageBus' => '?',
  16169.         ]);
  16170.     }
  16171.     /**
  16172.      * Gets the private '.service_locator.YfO3EUD' shared service.
  16173.      *
  16174.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16175.      */
  16176.     protected function get_ServiceLocator_YfO3EUDService()
  16177.     {
  16178.         return $this->privates['.service_locator.YfO3EUD'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16179.             'userRepository' => ['privates''Aqarmap\\Bundle\\UserBundle\\Repository\\UserRepository''getUserRepositoryService'false],
  16180.             'userServicesRepository' => ['privates''Aqarmap\\Bundle\\UserBundle\\Repository\\UserServicesRepository''getUserServicesRepositoryService'false],
  16181.         ], [
  16182.             'userRepository' => 'Aqarmap\\Bundle\\UserBundle\\Repository\\UserRepository',
  16183.             'userServicesRepository' => 'Aqarmap\\Bundle\\UserBundle\\Repository\\UserServicesRepository',
  16184.         ]);
  16185.     }
  16186.     /**
  16187.      * Gets the private '.service_locator.ZbqxYyN' shared service.
  16188.      *
  16189.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16190.      */
  16191.     protected function get_ServiceLocator_ZbqxYyNService()
  16192.     {
  16193.         return $this->privates['.service_locator.ZbqxYyN'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16194.             'notifier' => ['privates''.errored..service_locator.ZbqxYyN.Aqarmap\\Bundle\\NotifierBundle\\Entity\\Notifier'NULL'Cannot autowire service ".service_locator.ZbqxYyN": it references class "Aqarmap\\Bundle\\NotifierBundle\\Entity\\Notifier" but no such service exists.'],
  16195.         ], [
  16196.             'notifier' => 'Aqarmap\\Bundle\\NotifierBundle\\Entity\\Notifier',
  16197.         ]);
  16198.     }
  16199.     /**
  16200.      * Gets the private '.service_locator.ZxYD5ys' shared service.
  16201.      *
  16202.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16203.      */
  16204.     protected function get_ServiceLocator_ZxYD5ysService()
  16205.     {
  16206.         return $this->privates['.service_locator.ZxYD5ys'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16207.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  16208.             'listingRepository' => ['services''Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingRepository''getListingRepositoryService'false],
  16209.         ], [
  16210.             'em' => '?',
  16211.             'listingRepository' => 'Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingRepository',
  16212.         ]);
  16213.     }
  16214.     /**
  16215.      * Gets the private '.service_locator._MMsLYK' shared service.
  16216.      *
  16217.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16218.      */
  16219.     protected function get_ServiceLocator_MMsLYKService()
  16220.     {
  16221.         return $this->privates['.service_locator._MMsLYK'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16222.             'leadGenerationByIpLimiter' => ['privates''limiter.lead_generation_by_ip''getLimiter_LeadGenerationByIpService'false],
  16223.             'leadService' => ['privates''App\\Service\\Lead\\LeadService''getLeadServiceService'false],
  16224.             'listing' => ['privates''.errored..service_locator._MMsLYK.Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing'NULL'Cannot autowire service ".service_locator._MMsLYK": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing" but no such service exists.'],
  16225.         ], [
  16226.             'leadGenerationByIpLimiter' => '?',
  16227.             'leadService' => 'App\\Service\\Lead\\LeadService',
  16228.             'listing' => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing',
  16229.         ]);
  16230.     }
  16231.     /**
  16232.      * Gets the private '.service_locator._NHYBXU' shared service.
  16233.      *
  16234.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16235.      */
  16236.     protected function get_ServiceLocator_NHYBXUService()
  16237.     {
  16238.         return $this->privates['.service_locator._NHYBXU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16239.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  16240.             'subAccountService' => ['privates''App\\Service\\User\\SubAccountService''getSubAccountServiceService'false],
  16241.         ], [
  16242.             'entityManager' => '?',
  16243.             'subAccountService' => 'App\\Service\\User\\SubAccountService',
  16244.         ]);
  16245.     }
  16246.     /**
  16247.      * Gets the private '.service_locator._Qw4DJe' shared service.
  16248.      *
  16249.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16250.      */
  16251.     protected function get_ServiceLocator_Qw4DJeService()
  16252.     {
  16253.         return $this->privates['.service_locator._Qw4DJe'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16254.             'listing' => ['privates''.errored..service_locator._Qw4DJe.Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing'NULL'Cannot autowire service ".service_locator._Qw4DJe": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing" but no such service exists.'],
  16255.             'user' => ['privates''.errored..service_locator._Qw4DJe.Aqarmap\\Bundle\\UserBundle\\Entity\\User'NULL'Cannot autowire service ".service_locator._Qw4DJe": it references class "Aqarmap\\Bundle\\UserBundle\\Entity\\User" but no such service exists.'],
  16256.         ], [
  16257.             'listing' => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing',
  16258.             'user' => 'Aqarmap\\Bundle\\UserBundle\\Entity\\User',
  16259.         ]);
  16260.     }
  16261.     /**
  16262.      * Gets the private '.service_locator._qdZb2L' shared service.
  16263.      *
  16264.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16265.      */
  16266.     protected function get_ServiceLocator_QdZb2LService()
  16267.     {
  16268.         return $this->privates['.service_locator._qdZb2L'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16269.             'leadService' => ['privates''App\\Service\\Lead\\LeadService''getLeadServiceService'false],
  16270.             'userRepository' => ['privates''Aqarmap\\Bundle\\UserBundle\\Repository\\UserRepository''getUserRepositoryService'false],
  16271.         ], [
  16272.             'leadService' => 'App\\Service\\Lead\\LeadService',
  16273.             'userRepository' => 'Aqarmap\\Bundle\\UserBundle\\Repository\\UserRepository',
  16274.         ]);
  16275.     }
  16276.     /**
  16277.      * Gets the private '.service_locator.a8RS.RZ' shared service.
  16278.      *
  16279.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16280.      */
  16281.     protected function get_ServiceLocator_A8RS_RZService()
  16282.     {
  16283.         return $this->privates['.service_locator.a8RS.RZ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16284.             'leadContactRequest' => ['privates''.errored..service_locator.a8RS.RZ.App\\Entity\\LeadContactRequest'NULL'Cannot autowire service ".service_locator.a8RS.RZ": it references class "App\\Entity\\LeadContactRequest" but no such service exists.'],
  16285.             'leadContactRequestService' => ['privates''App\\Service\\Lead\\LeadContactRequestService''getLeadContactRequestServiceService'false],
  16286.             'signer' => ['privates''uri_signer''getUriSignerService'false],
  16287.             'translator' => ['services''translator''getTranslatorService'false],
  16288.         ], [
  16289.             'leadContactRequest' => 'App\\Entity\\LeadContactRequest',
  16290.             'leadContactRequestService' => 'App\\Service\\Lead\\LeadContactRequestService',
  16291.             'signer' => '?',
  16292.             'translator' => '?',
  16293.         ]);
  16294.     }
  16295.     /**
  16296.      * Gets the private '.service_locator.aHpfFzr' shared service.
  16297.      *
  16298.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16299.      */
  16300.     protected function get_ServiceLocator_AHpfFzrService()
  16301.     {
  16302.         return $this->privates['.service_locator.aHpfFzr'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16303.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  16304.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  16305.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  16306.             'message_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  16307.             'messenger.default_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  16308.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  16309.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  16310.             'router' => ['services''router''getRouterService'false],
  16311.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  16312.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  16313.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  16314.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  16315.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  16316.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  16317.         ], [
  16318.             'doctrine' => '?',
  16319.             'form.factory' => '?',
  16320.             'http_kernel' => '?',
  16321.             'message_bus' => '?',
  16322.             'messenger.default_bus' => '?',
  16323.             'parameter_bag' => '?',
  16324.             'request_stack' => '?',
  16325.             'router' => '?',
  16326.             'security.authorization_checker' => '?',
  16327.             'security.csrf.token_manager' => '?',
  16328.             'security.token_storage' => '?',
  16329.             'serializer' => '?',
  16330.             'session' => '.session.deprecated',
  16331.             'twig' => '?',
  16332.         ]);
  16333.     }
  16334.     /**
  16335.      * Gets the private '.service_locator.at6qQDg' shared service.
  16336.      *
  16337.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16338.      */
  16339.     protected function get_ServiceLocator_At6qQDgService()
  16340.     {
  16341.         return $this->privates['.service_locator.at6qQDg'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16342.             'listingRepository' => ['services''Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingRepository''getListingRepositoryService'false],
  16343.         ], [
  16344.             'listingRepository' => 'Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingRepository',
  16345.         ]);
  16346.     }
  16347.     /**
  16348.      * Gets the private '.service_locator.atd8Wi6' shared service.
  16349.      *
  16350.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16351.      */
  16352.     protected function get_ServiceLocator_Atd8Wi6Service()
  16353.     {
  16354.         return $this->privates['.service_locator.atd8Wi6'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16355.             'listing' => ['privates''.errored..service_locator.atd8Wi6.Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing'NULL'Cannot autowire service ".service_locator.atd8Wi6": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing" but no such service exists.'],
  16356.             'listingManager' => ['services''Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager''getListingManagerService'false],
  16357.             'listingRepository' => ['services''Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingRepository''getListingRepositoryService'false],
  16358.         ], [
  16359.             'listing' => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing',
  16360.             'listingManager' => 'Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager',
  16361.             'listingRepository' => 'Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingRepository',
  16362.         ]);
  16363.     }
  16364.     /**
  16365.      * Gets the private '.service_locator.b8UDMyj' shared service.
  16366.      *
  16367.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16368.      */
  16369.     protected function get_ServiceLocator_B8UDMyjService()
  16370.     {
  16371.         return $this->privates['.service_locator.b8UDMyj'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16372.             'menuRepository' => ['privates''Aqarmap\\Bundle\\MainBundle\\Repository\\MenuRepository''getMenuRepositoryService'false],
  16373.         ], [
  16374.             'menuRepository' => 'Aqarmap\\Bundle\\MainBundle\\Repository\\MenuRepository',
  16375.         ]);
  16376.     }
  16377.     /**
  16378.      * Gets the private '.service_locator.bsxjBL4' shared service.
  16379.      *
  16380.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16381.      */
  16382.     protected function get_ServiceLocator_BsxjBL4Service()
  16383.     {
  16384.         return $this->privates['.service_locator.bsxjBL4'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16385.             'locationRepo' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\LocationRepository''getLocationRepositoryService'false],
  16386.             'propertyTypeRepo' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\PropertyTypeRepository''getPropertyTypeRepositoryService'false],
  16387.             'sectionRepo' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\SectionRepository''getSectionRepositoryService'false],
  16388.         ], [
  16389.             'locationRepo' => 'Aqarmap\\Bundle\\ListingBundle\\Repository\\LocationRepository',
  16390.             'propertyTypeRepo' => 'Aqarmap\\Bundle\\ListingBundle\\Repository\\PropertyTypeRepository',
  16391.             'sectionRepo' => 'Aqarmap\\Bundle\\ListingBundle\\Repository\\SectionRepository',
  16392.         ]);
  16393.     }
  16394.     /**
  16395.      * Gets the private '.service_locator.c.o8TO2' shared service.
  16396.      *
  16397.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16398.      */
  16399.     protected function get_ServiceLocator_C_O8TO2Service()
  16400.     {
  16401.         return $this->privates['.service_locator.c.o8TO2'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16402.             'cardIntegrationService' => ['privates''App\\Service\\User\\CardIntegrationService''getCardIntegrationServiceService'false],
  16403.             'paymentRepository' => ['privates''Aqarmap\\Bundle\\PaymentBundle\\Repository\\PaymentRepository''getPaymentRepositoryService'false],
  16404.             'subscriptionManager' => ['privates''App\\Service\\User\\SubscriptionManager''getSubscriptionManagerService'false],
  16405.         ], [
  16406.             'cardIntegrationService' => 'App\\Service\\User\\CardIntegrationService',
  16407.             'paymentRepository' => 'Aqarmap\\Bundle\\PaymentBundle\\Repository\\PaymentRepository',
  16408.             'subscriptionManager' => 'App\\Service\\User\\SubscriptionManager',
  16409.         ]);
  16410.     }
  16411.     /**
  16412.      * Gets the private '.service_locator.d4MWP.x' shared service.
  16413.      *
  16414.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16415.      */
  16416.     protected function get_ServiceLocator_D4MWP_XService()
  16417.     {
  16418.         return $this->privates['.service_locator.d4MWP.x'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16419.             'locationRepository' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\LocationRepository''getLocationRepositoryService'false],
  16420.             'locationsInsightsClient' => ['privates''.debug.locations_insights.client''get_Debug_LocationsInsights_ClientService'false],
  16421.         ], [
  16422.             'locationRepository' => 'Aqarmap\\Bundle\\ListingBundle\\Repository\\LocationRepository',
  16423.             'locationsInsightsClient' => '?',
  16424.         ]);
  16425.     }
  16426.     /**
  16427.      * Gets the private '.service_locator.dHHQDtH' shared service.
  16428.      *
  16429.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16430.      */
  16431.     protected function get_ServiceLocator_DHHQDtHService()
  16432.     {
  16433.         return $this->privates['.service_locator.dHHQDtH'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16434.             'viewhandler' => ['services''fos_rest.view_handler''getFosRest_ViewHandlerService'false],
  16435.         ], [
  16436.             'viewhandler' => '?',
  16437.         ]);
  16438.     }
  16439.     /**
  16440.      * Gets the private '.service_locator.dTKcOT2' shared service.
  16441.      *
  16442.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16443.      */
  16444.     protected function get_ServiceLocator_DTKcOT2Service()
  16445.     {
  16446.         return $this->privates['.service_locator.dTKcOT2'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16447.             'paginator' => ['services''knp_paginator''getKnpPaginatorService'false],
  16448.             'userCardRepository' => ['privates''App\\Repository\\User\\UserCardRepository''getUserCardRepositoryService'false],
  16449.         ], [
  16450.             'paginator' => '?',
  16451.             'userCardRepository' => 'App\\Repository\\User\\UserCardRepository',
  16452.         ]);
  16453.     }
  16454.     /**
  16455.      * Gets the private '.service_locator.e.ek1_q' shared service.
  16456.      *
  16457.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16458.      */
  16459.     protected function get_ServiceLocator_E_Ek1QService()
  16460.     {
  16461.         return $this->privates['.service_locator.e.ek1_q'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16462.             'phone' => ['privates''.errored..service_locator.e.ek1_q.Aqarmap\\Bundle\\ListingBundle\\Entity\\Phone'NULL'Cannot autowire service ".service_locator.e.ek1_q": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Phone" but no such service exists.'],
  16463.         ], [
  16464.             'phone' => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\Phone',
  16465.         ]);
  16466.     }
  16467.     /**
  16468.      * Gets the private '.service_locator.eIcC2Rx' shared service.
  16469.      *
  16470.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16471.      */
  16472.     protected function get_ServiceLocator_EIcC2RxService()
  16473.     {
  16474.         return $this->privates['.service_locator.eIcC2Rx'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16475.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  16476.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  16477.             'fos_rest.view_handler' => ['services''fos_rest.view_handler''getFosRest_ViewHandlerService'false],
  16478.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  16479.             'message_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  16480.             'messenger.default_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  16481.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  16482.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  16483.             'router' => ['services''router''getRouterService'false],
  16484.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  16485.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  16486.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  16487.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  16488.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  16489.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  16490.         ], [
  16491.             'doctrine' => '?',
  16492.             'form.factory' => '?',
  16493.             'fos_rest.view_handler' => '?',
  16494.             'http_kernel' => '?',
  16495.             'message_bus' => '?',
  16496.             'messenger.default_bus' => '?',
  16497.             'parameter_bag' => '?',
  16498.             'request_stack' => '?',
  16499.             'router' => '?',
  16500.             'security.authorization_checker' => '?',
  16501.             'security.csrf.token_manager' => '?',
  16502.             'security.token_storage' => '?',
  16503.             'serializer' => '?',
  16504.             'session' => '.session.deprecated',
  16505.             'twig' => '?',
  16506.         ]);
  16507.     }
  16508.     /**
  16509.      * Gets the private '.service_locator.eUnxEfJ' shared service.
  16510.      *
  16511.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16512.      */
  16513.     protected function get_ServiceLocator_EUnxEfJService()
  16514.     {
  16515.         return $this->privates['.service_locator.eUnxEfJ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16516.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  16517.             'listingRepo' => ['services''Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingRepository''getListingRepositoryService'false],
  16518.             'userRepo' => ['privates''Aqarmap\\Bundle\\UserBundle\\Repository\\UserRepository''getUserRepositoryService'false],
  16519.         ], [
  16520.             'em' => '?',
  16521.             'listingRepo' => 'Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingRepository',
  16522.             'userRepo' => 'Aqarmap\\Bundle\\UserBundle\\Repository\\UserRepository',
  16523.         ]);
  16524.     }
  16525.     /**
  16526.      * Gets the private '.service_locator.elP0OCB' shared service.
  16527.      *
  16528.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16529.      */
  16530.     protected function get_ServiceLocator_ElP0OCBService()
  16531.     {
  16532.         return $this->privates['.service_locator.elP0OCB'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16533.             'listing' => ['privates''.errored..service_locator.elP0OCB.Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing'NULL'Cannot autowire service ".service_locator.elP0OCB": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing" but no such service exists.'],
  16534.             'topSellerRetrievalService' => ['privates''Aqarmap\\Bundle\\TopSellerBundle\\Service\\TopSellerRetrievalService''getTopSellerRetrievalServiceService'false],
  16535.         ], [
  16536.             'listing' => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing',
  16537.             'topSellerRetrievalService' => 'Aqarmap\\Bundle\\TopSellerBundle\\Service\\TopSellerRetrievalService',
  16538.         ]);
  16539.     }
  16540.     /**
  16541.      * Gets the private '.service_locator.fQLgYVs' shared service.
  16542.      *
  16543.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16544.      */
  16545.     protected function get_ServiceLocator_FQLgYVsService()
  16546.     {
  16547.         return $this->privates['.service_locator.fQLgYVs'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16548.             'paymentManager' => ['privates''Aqarmap\\Bundle\\PaymentBundle\\Service\\PaymentManager''getPaymentManagerService'false],
  16549.             'userSegment' => ['privates''.errored..service_locator.fQLgYVs.App\\Entity\\UserSegment'NULL'Cannot autowire service ".service_locator.fQLgYVs": it references class "App\\Entity\\UserSegment" but no such service exists.'],
  16550.         ], [
  16551.             'paymentManager' => 'Aqarmap\\Bundle\\PaymentBundle\\Service\\PaymentManager',
  16552.             'userSegment' => 'App\\Entity\\UserSegment',
  16553.         ]);
  16554.     }
  16555.     /**
  16556.      * Gets the private '.service_locator.faK6yZI' shared service.
  16557.      *
  16558.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16559.      */
  16560.     protected function get_ServiceLocator_FaK6yZIService()
  16561.     {
  16562.         return $this->privates['.service_locator.faK6yZI'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16563.             'featureToggle' => ['privates''.errored..service_locator.faK6yZI.Aqarmap\\Bundle\\FeatureToggleBundle\\Entity\\FeatureToggle'NULL'Cannot autowire service ".service_locator.faK6yZI": it references class "Aqarmap\\Bundle\\FeatureToggleBundle\\Entity\\FeatureToggle" but no such service exists.'],
  16564.         ], [
  16565.             'featureToggle' => 'Aqarmap\\Bundle\\FeatureToggleBundle\\Entity\\FeatureToggle',
  16566.         ]);
  16567.     }
  16568.     /**
  16569.      * Gets the private '.service_locator.gCd.NgZ' shared service.
  16570.      *
  16571.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16572.      */
  16573.     protected function get_ServiceLocator_GCd_NgZService()
  16574.     {
  16575.         return $this->privates['.service_locator.gCd.NgZ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16576.             'listingManager' => ['services''Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager''getListingManagerService'false],
  16577.             'propertyTypeRepository' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\PropertyTypeRepository''getPropertyTypeRepositoryService'false],
  16578.         ], [
  16579.             'listingManager' => 'Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager',
  16580.             'propertyTypeRepository' => 'Aqarmap\\Bundle\\ListingBundle\\Repository\\PropertyTypeRepository',
  16581.         ]);
  16582.     }
  16583.     /**
  16584.      * Gets the private '.service_locator.gLZfSFb' shared service.
  16585.      *
  16586.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16587.      */
  16588.     protected function get_ServiceLocator_GLZfSFbService()
  16589.     {
  16590.         return $this->privates['.service_locator.gLZfSFb'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16591.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  16592.             'leadRepository' => ['privates''App\\Repository\\Lead\\LeadRepository''getLeadRepositoryService'false],
  16593.         ], [
  16594.             'entityManager' => '?',
  16595.             'leadRepository' => 'App\\Repository\\Lead\\LeadRepository',
  16596.         ]);
  16597.     }
  16598.     /**
  16599.      * Gets the private '.service_locator.gWBS00N' shared service.
  16600.      *
  16601.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16602.      */
  16603.     protected function get_ServiceLocator_GWBS00NService()
  16604.     {
  16605.         return $this->privates['.service_locator.gWBS00N'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16606.             'userEntity' => ['privates''.errored..service_locator.gWBS00N.Aqarmap\\Bundle\\UserBundle\\Entity\\User'NULL'Cannot autowire service ".service_locator.gWBS00N": it references class "Aqarmap\\Bundle\\UserBundle\\Entity\\User" but no such service exists.'],
  16607.             'userPackage' => ['privates''.errored..service_locator.gWBS00N.Aqarmap\\Bundle\\UserBundle\\Entity\\UserPackages'NULL'Cannot autowire service ".service_locator.gWBS00N": it references class "Aqarmap\\Bundle\\UserBundle\\Entity\\UserPackages" but no such service exists.'],
  16608.         ], [
  16609.             'userEntity' => 'Aqarmap\\Bundle\\UserBundle\\Entity\\User',
  16610.             'userPackage' => 'Aqarmap\\Bundle\\UserBundle\\Entity\\UserPackages',
  16611.         ]);
  16612.     }
  16613.     /**
  16614.      * Gets the private '.service_locator.gkdKNNQ' shared service.
  16615.      *
  16616.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16617.      */
  16618.     protected function get_ServiceLocator_GkdKNNQService()
  16619.     {
  16620.         return $this->privates['.service_locator.gkdKNNQ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16621.             'leadRepository' => ['privates''App\\Repository\\Lead\\LeadRepository''getLeadRepositoryService'false],
  16622.             'leadService' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Service\\LeadService''getLeadService2Service'false],
  16623.             'subAccountService' => ['privates''App\\Service\\User\\SubAccountService''getSubAccountServiceService'false],
  16624.         ], [
  16625.             'leadRepository' => 'App\\Repository\\Lead\\LeadRepository',
  16626.             'leadService' => 'Aqarmap\\Bundle\\ListingBundle\\Service\\LeadService',
  16627.             'subAccountService' => 'App\\Service\\User\\SubAccountService',
  16628.         ]);
  16629.     }
  16630.     /**
  16631.      * Gets the private '.service_locator.gy5S5Qw' shared service.
  16632.      *
  16633.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16634.      */
  16635.     protected function get_ServiceLocator_Gy5S5QwService()
  16636.     {
  16637.         return $this->privates['.service_locator.gy5S5Qw'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16638.             'failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  16639.             'failed_mailer' => ['privates''messenger.transport.failed_mailer''getMessenger_Transport_FailedMailerService'false],
  16640.         ], [
  16641.             'failed' => '?',
  16642.             'failed_mailer' => '?',
  16643.         ]);
  16644.     }
  16645.     /**
  16646.      * Gets the private '.service_locator.hiEbQuj' shared service.
  16647.      *
  16648.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16649.      */
  16650.     protected function get_ServiceLocator_HiEbQujService()
  16651.     {
  16652.         return $this->privates['.service_locator.hiEbQuj'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16653.             'team' => ['privates''.errored..service_locator.hiEbQuj.Aqarmap\\Bundle\\UserBundle\\Entity\\Team'NULL'Cannot autowire service ".service_locator.hiEbQuj": it references class "Aqarmap\\Bundle\\UserBundle\\Entity\\Team" but no such service exists.'],
  16654.         ], [
  16655.             'team' => 'Aqarmap\\Bundle\\UserBundle\\Entity\\Team',
  16656.         ]);
  16657.     }
  16658.     /**
  16659.      * Gets the private '.service_locator.hwXYXrz' shared service.
  16660.      *
  16661.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16662.      */
  16663.     protected function get_ServiceLocator_HwXYXrzService()
  16664.     {
  16665.         return $this->privates['.service_locator.hwXYXrz'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16666.             'payment' => ['privates''.errored..service_locator.hwXYXrz.Aqarmap\\Bundle\\PaymentBundle\\Entity\\Payment'NULL'Cannot autowire service ".service_locator.hwXYXrz": it references class "Aqarmap\\Bundle\\PaymentBundle\\Entity\\Payment" but no such service exists.'],
  16667.         ], [
  16668.             'payment' => 'Aqarmap\\Bundle\\PaymentBundle\\Entity\\Payment',
  16669.         ]);
  16670.     }
  16671.     /**
  16672.      * Gets the private '.service_locator.i94Unr0' shared service.
  16673.      *
  16674.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16675.      */
  16676.     protected function get_ServiceLocator_I94Unr0Service()
  16677.     {
  16678.         return $this->privates['.service_locator.i94Unr0'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16679.             'location' => ['privates''.errored..service_locator.i94Unr0.Aqarmap\\Bundle\\ListingBundle\\Entity\\Location'NULL'Cannot autowire service ".service_locator.i94Unr0": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Location" but no such service exists.'],
  16680.         ], [
  16681.             'location' => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\Location',
  16682.         ]);
  16683.     }
  16684.     /**
  16685.      * Gets the private '.service_locator.iI93pWi' shared service.
  16686.      *
  16687.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16688.      */
  16689.     protected function get_ServiceLocator_II93pWiService()
  16690.     {
  16691.         return $this->privates['.service_locator.iI93pWi'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16692.             'location' => ['privates''.errored..service_locator.iI93pWi.Aqarmap\\Bundle\\ListingBundle\\Entity\\Location'NULL'Cannot autowire service ".service_locator.iI93pWi": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Location" but no such service exists.'],
  16693.             'locationManager' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Service\\LocationManager''getLocationManagerService'false],
  16694.         ], [
  16695.             'location' => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\Location',
  16696.             'locationManager' => 'Aqarmap\\Bundle\\ListingBundle\\Service\\LocationManager',
  16697.         ]);
  16698.     }
  16699.     /**
  16700.      * Gets the private '.service_locator.iuFqMPC' shared service.
  16701.      *
  16702.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16703.      */
  16704.     protected function get_ServiceLocator_IuFqMPCService()
  16705.     {
  16706.         return $this->privates['.service_locator.iuFqMPC'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16707.             'entity' => ['privates''.errored..service_locator.iuFqMPC.Aqarmap\\Bundle\\MainBundle\\Entity\\Feedback'NULL'Cannot autowire service ".service_locator.iuFqMPC": it references class "Aqarmap\\Bundle\\MainBundle\\Entity\\Feedback" but no such service exists.'],
  16708.         ], [
  16709.             'entity' => 'Aqarmap\\Bundle\\MainBundle\\Entity\\Feedback',
  16710.         ]);
  16711.     }
  16712.     /**
  16713.      * Gets the private '.service_locator.ixUkIS.' shared service.
  16714.      *
  16715.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16716.      */
  16717.     protected function get_ServiceLocator_IxUkIS_Service()
  16718.     {
  16719.         return $this->privates['.service_locator.ixUkIS.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16720.             'photo' => ['privates''.errored..service_locator.ixUkIS..Aqarmap\\Bundle\\ListingBundle\\Entity\\ListingPhoto'NULL'Cannot autowire service ".service_locator.ixUkIS.": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\ListingPhoto" but no such service exists.'],
  16721.         ], [
  16722.             'photo' => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\ListingPhoto',
  16723.         ]);
  16724.     }
  16725.     /**
  16726.      * Gets the private '.service_locator.j1R4m5C' shared service.
  16727.      *
  16728.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16729.      */
  16730.     protected function get_ServiceLocator_J1R4m5CService()
  16731.     {
  16732.         return $this->privates['.service_locator.j1R4m5C'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16733.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  16734.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  16735.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  16736.             'message_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  16737.             'messenger.default_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  16738.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  16739.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  16740.             'router' => ['services''router''getRouterService'false],
  16741.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  16742.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  16743.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  16744.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  16745.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  16746.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  16747.         ], [
  16748.             'doctrine' => '?',
  16749.             'form.factory' => '?',
  16750.             'http_kernel' => '?',
  16751.             'message_bus' => '?',
  16752.             'messenger.default_bus' => '?',
  16753.             'parameter_bag' => '?',
  16754.             'request_stack' => '?',
  16755.             'router' => '?',
  16756.             'security.authorization_checker' => '?',
  16757.             'security.csrf.token_manager' => '?',
  16758.             'security.token_storage' => '?',
  16759.             'serializer' => '?',
  16760.             'session' => '.session.deprecated',
  16761.             'twig' => '?',
  16762.         ]);
  16763.     }
  16764.     /**
  16765.      * Gets the private '.service_locator.jCd05L.' shared service.
  16766.      *
  16767.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16768.      */
  16769.     protected function get_ServiceLocator_JCd05L_Service()
  16770.     {
  16771.         return $this->privates['.service_locator.jCd05L.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16772.             'announcement' => ['privates''Aqarmap\\Bundle\\AnnouncementBundle\\Entity\\Announcement''getAnnouncementService'false],
  16773.         ], [
  16774.             'announcement' => 'Aqarmap\\Bundle\\AnnouncementBundle\\Entity\\Announcement',
  16775.         ]);
  16776.     }
  16777.     /**
  16778.      * Gets the private '.service_locator.ja3Wfc0' shared service.
  16779.      *
  16780.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16781.      */
  16782.     protected function get_ServiceLocator_Ja3Wfc0Service()
  16783.     {
  16784.         return $this->privates['.service_locator.ja3Wfc0'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16785.             'userInfoService' => ['privates''Aqarmap\\Bundle\\UserBundle\\Services\\UserIpInfoService''getUserIpInfoServiceService'false],
  16786.         ], [
  16787.             'userInfoService' => '?',
  16788.         ]);
  16789.     }
  16790.     /**
  16791.      * Gets the private '.service_locator.jnEgZVj' shared service.
  16792.      *
  16793.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16794.      */
  16795.     protected function get_ServiceLocator_JnEgZVjService()
  16796.     {
  16797.         return $this->privates['.service_locator.jnEgZVj'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16798.             'propertyType' => ['privates''.errored..service_locator.jnEgZVj.Aqarmap\\Bundle\\ListingBundle\\Entity\\PropertyType'NULL'Cannot autowire service ".service_locator.jnEgZVj": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\PropertyType" but no such service exists.'],
  16799.             'section' => ['privates''.errored..service_locator.jnEgZVj.Aqarmap\\Bundle\\ListingBundle\\Entity\\Section'NULL'Cannot autowire service ".service_locator.jnEgZVj": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Section" but no such service exists.'],
  16800.             'sourceListing' => ['privates''.errored..service_locator.jnEgZVj.Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing'NULL'Cannot autowire service ".service_locator.jnEgZVj": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing" but no such service exists.'],
  16801.         ], [
  16802.             'propertyType' => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\PropertyType',
  16803.             'section' => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\Section',
  16804.             'sourceListing' => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing',
  16805.         ]);
  16806.     }
  16807.     /**
  16808.      * Gets the private '.service_locator.kLKFYzd' shared service.
  16809.      *
  16810.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16811.      */
  16812.     protected function get_ServiceLocator_KLKFYzdService()
  16813.     {
  16814.         return $this->privates['.service_locator.kLKFYzd'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16815.             'link' => ['privates''.errored..service_locator.kLKFYzd.Aqarmap\\Bundle\\MainBundle\\Entity\\Link'NULL'Cannot autowire service ".service_locator.kLKFYzd": it references class "Aqarmap\\Bundle\\MainBundle\\Entity\\Link" but no such service exists.'],
  16816.         ], [
  16817.             'link' => 'Aqarmap\\Bundle\\MainBundle\\Entity\\Link',
  16818.         ]);
  16819.     }
  16820.     /**
  16821.      * Gets the private '.service_locator.kQ3e.Yt' shared service.
  16822.      *
  16823.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16824.      */
  16825.     protected function get_ServiceLocator_KQ3e_YtService()
  16826.     {
  16827.         return $this->privates['.service_locator.kQ3e.Yt'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16828.             'dm' => ['services''doctrine_mongodb.odm.default_document_manager''getDoctrineMongodb_Odm_DefaultDocumentManagerService'false],
  16829.         ], [
  16830.             'dm' => '?',
  16831.         ]);
  16832.     }
  16833.     /**
  16834.      * Gets the private '.service_locator.kyyH9Zf' shared service.
  16835.      *
  16836.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16837.      */
  16838.     protected function get_ServiceLocator_KyyH9ZfService()
  16839.     {
  16840.         return $this->privates['.service_locator.kyyH9Zf'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16841.             'listingManager' => ['services''Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager''getListingManagerService'false],
  16842.             'listingPhotoRepository' => ['services''Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingPhotoRepository''getListingPhotoRepositoryService'false],
  16843.         ], [
  16844.             'listingManager' => 'Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager',
  16845.             'listingPhotoRepository' => 'Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingPhotoRepository',
  16846.         ]);
  16847.     }
  16848.     /**
  16849.      * Gets the private '.service_locator.l2QwsaZ' shared service.
  16850.      *
  16851.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16852.      */
  16853.     protected function get_ServiceLocator_L2QwsaZService()
  16854.     {
  16855.         return $this->privates['.service_locator.l2QwsaZ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16856.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  16857.         ], [
  16858.             'entityManager' => '?',
  16859.         ]);
  16860.     }
  16861.     /**
  16862.      * Gets the private '.service_locator.l8gbRtF' shared service.
  16863.      *
  16864.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16865.      */
  16866.     protected function get_ServiceLocator_L8gbRtFService()
  16867.     {
  16868.         return $this->privates['.service_locator.l8gbRtF'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16869.             'databaseNotification' => ['privates''Aqarmap\\Bundle\\NotificationBundle\\DatabaseNotification''getDatabaseNotificationService'false],
  16870.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  16871.         ], [
  16872.             'databaseNotification' => 'Aqarmap\\Bundle\\NotificationBundle\\DatabaseNotification',
  16873.             'logger' => '?',
  16874.         ]);
  16875.     }
  16876.     /**
  16877.      * Gets the private '.service_locator.lZdneNX' shared service.
  16878.      *
  16879.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16880.      */
  16881.     protected function get_ServiceLocator_LZdneNXService()
  16882.     {
  16883.         return $this->privates['.service_locator.lZdneNX'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16884.             'dynamicQuestionChoice' => ['privates''.errored..service_locator.lZdneNX.Aqarmap\\Bundle\\CustomerProfilingBundle\\Entity\\DynamicQuestionChoice'NULL'Cannot autowire service ".service_locator.lZdneNX": it references class "Aqarmap\\Bundle\\CustomerProfilingBundle\\Entity\\DynamicQuestionChoice" but no such service exists.'],
  16885.         ], [
  16886.             'dynamicQuestionChoice' => 'Aqarmap\\Bundle\\CustomerProfilingBundle\\Entity\\DynamicQuestionChoice',
  16887.         ]);
  16888.     }
  16889.     /**
  16890.      * Gets the private '.service_locator.lsi4tRL' shared service.
  16891.      *
  16892.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16893.      */
  16894.     protected function get_ServiceLocator_Lsi4tRLService()
  16895.     {
  16896.         return $this->privates['.service_locator.lsi4tRL'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16897.             'company' => ['privates''Aqarmap\\Bundle\\CRMBundle\\Entity\\Company''getCompanyService'false],
  16898.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  16899.             'fosUserManager' => ['services''fos_user.user_manager''getFosUser_UserManagerService'false],
  16900.             'userManager' => ['privates''Aqarmap\\Bundle\\UserBundle\\Services\\UserManager''getUserManagerService'false],
  16901.         ], [
  16902.             'company' => 'Aqarmap\\Bundle\\CRMBundle\\Entity\\Company',
  16903.             'entityManager' => '?',
  16904.             'fosUserManager' => '?',
  16905.             'userManager' => 'Aqarmap\\Bundle\\UserBundle\\Services\\UserManager',
  16906.         ]);
  16907.     }
  16908.     /**
  16909.      * Gets the private '.service_locator.mB9R.17' shared service.
  16910.      *
  16911.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16912.      */
  16913.     protected function get_ServiceLocator_MB9R_17Service()
  16914.     {
  16915.         return $this->privates['.service_locator.mB9R.17'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16916.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  16917.             'ipInfoService' => ['privates''Aqarmap\\Bundle\\UserBundle\\Services\\UserIpInfoService''getUserIpInfoServiceService'false],
  16918.         ], [
  16919.             'em' => '?',
  16920.             'ipInfoService' => '?',
  16921.         ]);
  16922.     }
  16923.     /**
  16924.      * Gets the private '.service_locator.mF_FbkU' shared service.
  16925.      *
  16926.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16927.      */
  16928.     protected function get_ServiceLocator_MFFbkUService()
  16929.     {
  16930.         return $this->privates['.service_locator.mF_FbkU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16931.             'customParagraphRepository' => ['privates''Aqarmap\\Bundle\\MainBundle\\Repository\\CustomParagraphRepository''getCustomParagraphRepositoryService'false],
  16932.             'location' => ['privates''.errored..service_locator.mF_FbkU.Aqarmap\\Bundle\\ListingBundle\\Entity\\Location'NULL'Cannot autowire service ".service_locator.mF_FbkU": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Location" but no such service exists.'],
  16933.             'propertyType' => ['privates''.errored..service_locator.mF_FbkU.Aqarmap\\Bundle\\ListingBundle\\Entity\\PropertyType'NULL'Cannot autowire service ".service_locator.mF_FbkU": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\PropertyType" but no such service exists.'],
  16934.             'section' => ['privates''.errored..service_locator.mF_FbkU.Aqarmap\\Bundle\\ListingBundle\\Entity\\Section'NULL'Cannot autowire service ".service_locator.mF_FbkU": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Section" but no such service exists.'],
  16935.             'seoListingSearchService' => ['privates''Aqarmap\\Bundle\\SearchBundle\\Services\\SEOListingSearchService''getSEOListingSearchServiceService'false],
  16936.         ], [
  16937.             'customParagraphRepository' => 'Aqarmap\\Bundle\\MainBundle\\Repository\\CustomParagraphRepository',
  16938.             'location' => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\Location',
  16939.             'propertyType' => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\PropertyType',
  16940.             'section' => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\Section',
  16941.             'seoListingSearchService' => 'Aqarmap\\Bundle\\SearchBundle\\Services\\SEOListingSearchService',
  16942.         ]);
  16943.     }
  16944.     /**
  16945.      * Gets the private '.service_locator.mToiP.Q' shared service.
  16946.      *
  16947.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16948.      */
  16949.     protected function get_ServiceLocator_MToiP_QService()
  16950.     {
  16951.         return $this->privates['.service_locator.mToiP.Q'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16952.             'featureToggleManager' => ['services''Aqarmap\\Bundle\\FeatureToggleBundle\\Service\\FeatureToggleManager''getFeatureToggleManagerService'false],
  16953.             'listing' => ['privates''.errored..service_locator.mToiP.Q.Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing'NULL'Cannot autowire service ".service_locator.mToiP.Q": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing" but no such service exists.'],
  16954.             'listingService' => ['privates''App\\Service\\Listing\\ListingService''getListingServiceService'false],
  16955.         ], [
  16956.             'featureToggleManager' => 'Aqarmap\\Bundle\\FeatureToggleBundle\\Service\\FeatureToggleManager',
  16957.             'listing' => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing',
  16958.             'listingService' => 'App\\Service\\Listing\\ListingService',
  16959.         ]);
  16960.     }
  16961.     /**
  16962.      * Gets the private '.service_locator.n07hh1c' shared service.
  16963.      *
  16964.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16965.      */
  16966.     protected function get_ServiceLocator_N07hh1cService()
  16967.     {
  16968.         return $this->privates['.service_locator.n07hh1c'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16969.             'setting' => ['privates''.errored..service_locator.n07hh1c.Aqarmap\\Bundle\\MainBundle\\Entity\\Setting'NULL'Cannot autowire service ".service_locator.n07hh1c": it references class "Aqarmap\\Bundle\\MainBundle\\Entity\\Setting" but no such service exists.'],
  16970.         ], [
  16971.             'setting' => 'Aqarmap\\Bundle\\MainBundle\\Entity\\Setting',
  16972.         ]);
  16973.     }
  16974.     /**
  16975.      * Gets the private '.service_locator.nwni4V5' shared service.
  16976.      *
  16977.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16978.      */
  16979.     protected function get_ServiceLocator_Nwni4V5Service()
  16980.     {
  16981.         return $this->privates['.service_locator.nwni4V5'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16982.             'search' => ['privates''.errored..service_locator.nwni4V5.Aqarmap\\Bundle\\UserBundle\\Entity\\SavedSearch'NULL'Cannot autowire service ".service_locator.nwni4V5": it references class "Aqarmap\\Bundle\\UserBundle\\Entity\\SavedSearch" but no such service exists.'],
  16983.         ], [
  16984.             'search' => 'Aqarmap\\Bundle\\UserBundle\\Entity\\SavedSearch',
  16985.         ]);
  16986.     }
  16987.     /**
  16988.      * Gets the private '.service_locator.oGPbAPY' shared service.
  16989.      *
  16990.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16991.      */
  16992.     protected function get_ServiceLocator_OGPbAPYService()
  16993.     {
  16994.         return $this->privates['.service_locator.oGPbAPY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16995.             'listing' => ['privates''.errored..service_locator.oGPbAPY.Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing'NULL'Cannot autowire service ".service_locator.oGPbAPY": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing" but no such service exists.'],
  16996.             'phone' => ['privates''.errored..service_locator.oGPbAPY.Aqarmap\\Bundle\\ListingBundle\\Entity\\ListingPhone'NULL'Cannot autowire service ".service_locator.oGPbAPY": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\ListingPhone" but no such service exists.'],
  16997.         ], [
  16998.             'listing' => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing',
  16999.             'phone' => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\ListingPhone',
  17000.         ]);
  17001.     }
  17002.     /**
  17003.      * Gets the private '.service_locator.oR9s530' shared service.
  17004.      *
  17005.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17006.      */
  17007.     protected function get_ServiceLocator_OR9s530Service()
  17008.     {
  17009.         return $this->privates['.service_locator.oR9s530'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17010.             'groupRepository' => ['privates''Aqarmap\\Bundle\\UserBundle\\Repository\\GroupRepository''getGroupRepositoryService'false],
  17011.         ], [
  17012.             'groupRepository' => 'Aqarmap\\Bundle\\UserBundle\\Repository\\GroupRepository',
  17013.         ]);
  17014.     }
  17015.     /**
  17016.      * Gets the private '.service_locator.oWTv1Ao' shared service.
  17017.      *
  17018.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17019.      */
  17020.     protected function get_ServiceLocator_OWTv1AoService()
  17021.     {
  17022.         return $this->privates['.service_locator.oWTv1Ao'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17023.             'rejection' => ['privates''.errored..service_locator.oWTv1Ao.Aqarmap\\Bundle\\ListingBundle\\Entity\\Rejection'NULL'Cannot autowire service ".service_locator.oWTv1Ao": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Rejection" but no such service exists.'],
  17024.         ], [
  17025.             'rejection' => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\Rejection',
  17026.         ]);
  17027.     }
  17028.     /**
  17029.      * Gets the private '.service_locator.p92VLA7' shared service.
  17030.      *
  17031.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17032.      */
  17033.     protected function get_ServiceLocator_P92VLA7Service()
  17034.     {
  17035.         return $this->privates['.service_locator.p92VLA7'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17036.             'service' => ['privates''.errored..service_locator.p92VLA7.Aqarmap\\Bundle\\UserBundle\\Entity\\UserServices'NULL'Cannot autowire service ".service_locator.p92VLA7": it references class "Aqarmap\\Bundle\\UserBundle\\Entity\\UserServices" but no such service exists.'],
  17037.             'userEntity' => ['privates''.errored..service_locator.p92VLA7.Aqarmap\\Bundle\\UserBundle\\Entity\\User'NULL'Cannot autowire service ".service_locator.p92VLA7": it references class "Aqarmap\\Bundle\\UserBundle\\Entity\\User" but no such service exists.'],
  17038.             'userServicesManager' => ['privates''Aqarmap\\Bundle\\UserBundle\\Services\\UserServicesManager''getUserServicesManagerService'false],
  17039.         ], [
  17040.             'service' => 'Aqarmap\\Bundle\\UserBundle\\Entity\\UserServices',
  17041.             'userEntity' => 'Aqarmap\\Bundle\\UserBundle\\Entity\\User',
  17042.             'userServicesManager' => 'Aqarmap\\Bundle\\UserBundle\\Services\\UserServicesManager',
  17043.         ]);
  17044.     }
  17045.     /**
  17046.      * Gets the private '.service_locator.pOI6zSa' shared service.
  17047.      *
  17048.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17049.      */
  17050.     protected function get_ServiceLocator_POI6zSaService()
  17051.     {
  17052.         return $this->privates['.service_locator.pOI6zSa'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17053.             'cardIntegrationService' => ['privates''App\\Service\\User\\CardIntegrationService''getCardIntegrationServiceService'false],
  17054.             'paymentManager' => ['privates''Aqarmap\\Bundle\\PaymentBundle\\Service\\PaymentManager''getPaymentManagerService'false],
  17055.             'userCardService' => ['privates''App\\Service\\User\\UserCardService''getUserCardServiceService'false],
  17056.         ], [
  17057.             'cardIntegrationService' => 'App\\Service\\User\\CardIntegrationService',
  17058.             'paymentManager' => 'Aqarmap\\Bundle\\PaymentBundle\\Service\\PaymentManager',
  17059.             'userCardService' => 'App\\Service\\User\\UserCardService',
  17060.         ]);
  17061.     }
  17062.     /**
  17063.      * Gets the private '.service_locator.pxk9xbM' shared service.
  17064.      *
  17065.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17066.      */
  17067.     protected function get_ServiceLocator_Pxk9xbMService()
  17068.     {
  17069.         return $this->privates['.service_locator.pxk9xbM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17070.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  17071.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  17072.             'fos_rest.view_handler' => ['services''fos_rest.view_handler''getFosRest_ViewHandlerService'false],
  17073.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  17074.             'message_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  17075.             'messenger.default_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  17076.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  17077.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  17078.             'router' => ['services''router''getRouterService'false],
  17079.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  17080.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  17081.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  17082.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  17083.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  17084.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  17085.         ], [
  17086.             'doctrine' => '?',
  17087.             'form.factory' => '?',
  17088.             'fos_rest.view_handler' => '?',
  17089.             'http_kernel' => '?',
  17090.             'message_bus' => '?',
  17091.             'messenger.default_bus' => '?',
  17092.             'parameter_bag' => '?',
  17093.             'request_stack' => '?',
  17094.             'router' => '?',
  17095.             'security.authorization_checker' => '?',
  17096.             'security.csrf.token_manager' => '?',
  17097.             'security.token_storage' => '?',
  17098.             'serializer' => '?',
  17099.             'session' => '.session.deprecated',
  17100.             'twig' => '?',
  17101.         ]);
  17102.     }
  17103.     /**
  17104.      * Gets the private '.service_locator.pzZ8_Cb' shared service.
  17105.      *
  17106.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17107.      */
  17108.     protected function get_ServiceLocator_PzZ8CbService()
  17109.     {
  17110.         return $this->privates['.service_locator.pzZ8_Cb'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17111.             'listingRateRepository' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingRateRepository''getListingRateRepositoryService'false],
  17112.             'listingRateService' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Service\\ListingRateService''getListingRateServiceService'false],
  17113.             'listingRepository' => ['services''Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingRepository''getListingRepositoryService'false],
  17114.         ], [
  17115.             'listingRateRepository' => 'Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingRateRepository',
  17116.             'listingRateService' => 'Aqarmap\\Bundle\\ListingBundle\\Service\\ListingRateService',
  17117.             'listingRepository' => 'Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingRepository',
  17118.         ]);
  17119.     }
  17120.     /**
  17121.      * Gets the private '.service_locator.q0bdmru' shared service.
  17122.      *
  17123.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17124.      */
  17125.     protected function get_ServiceLocator_Q0bdmruService()
  17126.     {
  17127.         return $this->privates['.service_locator.q0bdmru'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17128.             'discussion' => ['privates''.errored..service_locator.q0bdmru.Aqarmap\\Bundle\\DiscussionBundle\\Entity\\Discussion'NULL'Cannot autowire service ".service_locator.q0bdmru": it references class "Aqarmap\\Bundle\\DiscussionBundle\\Entity\\Discussion" but no such service exists.'],
  17129.             'user' => ['privates''.errored..service_locator.q0bdmru.Aqarmap\\Bundle\\UserBundle\\Entity\\User'NULL'Cannot autowire service ".service_locator.q0bdmru": it references class "Aqarmap\\Bundle\\UserBundle\\Entity\\User" but no such service exists.'],
  17130.         ], [
  17131.             'discussion' => 'Aqarmap\\Bundle\\DiscussionBundle\\Entity\\Discussion',
  17132.             'user' => 'Aqarmap\\Bundle\\UserBundle\\Entity\\User',
  17133.         ]);
  17134.     }
  17135.     /**
  17136.      * Gets the private '.service_locator.qKrahGf' shared service.
  17137.      *
  17138.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17139.      */
  17140.     protected function get_ServiceLocator_QKrahGfService()
  17141.     {
  17142.         return $this->privates['.service_locator.qKrahGf'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17143.             'subscriptionManager' => ['privates''App\\Service\\User\\SubscriptionManager''getSubscriptionManagerService'false],
  17144.             'userSubscription' => ['privates''.errored..service_locator.qKrahGf.App\\Entity\\Subscriptions\\UserSubscription'NULL'Cannot autowire service ".service_locator.qKrahGf": it references class "App\\Entity\\Subscriptions\\UserSubscription" but no such service exists.'],
  17145.         ], [
  17146.             'subscriptionManager' => 'App\\Service\\User\\SubscriptionManager',
  17147.             'userSubscription' => 'App\\Entity\\Subscriptions\\UserSubscription',
  17148.         ]);
  17149.     }
  17150.     /**
  17151.      * Gets the private '.service_locator.qYCra7m' shared service.
  17152.      *
  17153.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17154.      */
  17155.     protected function get_ServiceLocator_QYCra7mService()
  17156.     {
  17157.         return $this->privates['.service_locator.qYCra7m'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17158.             'banner' => ['privates''.errored..service_locator.qYCra7m.App\\Entity\\Banners\\Banners'NULL'Cannot autowire service ".service_locator.qYCra7m": it references class "App\\Entity\\Banners\\Banners" but no such service exists.'],
  17159.             'bannerService' => ['privates''App\\Service\\Banners\\BannerService''getBannerServiceService'false],
  17160.         ], [
  17161.             'banner' => 'App\\Entity\\Banners\\Banners',
  17162.             'bannerService' => 'App\\Service\\Banners\\BannerService',
  17163.         ]);
  17164.     }
  17165.     /**
  17166.      * Gets the private '.service_locator.rGVylc.' shared service.
  17167.      *
  17168.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17169.      */
  17170.     protected function get_ServiceLocator_RGVylc_Service()
  17171.     {
  17172.         return $this->privates['.service_locator.rGVylc.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17173.             'userCard' => ['privates''.errored..service_locator.rGVylc..App\\Entity\\User\\UserCard'NULL'Cannot autowire service ".service_locator.rGVylc.": it references class "App\\Entity\\User\\UserCard" but no such service exists.'],
  17174.             'userCardService' => ['privates''App\\Service\\User\\UserCardService''getUserCardServiceService'false],
  17175.         ], [
  17176.             'userCard' => 'App\\Entity\\User\\UserCard',
  17177.             'userCardService' => 'App\\Service\\User\\UserCardService',
  17178.         ]);
  17179.     }
  17180.     /**
  17181.      * Gets the private '.service_locator.rIcyEMN' shared service.
  17182.      *
  17183.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17184.      */
  17185.     protected function get_ServiceLocator_RIcyEMNService()
  17186.     {
  17187.         return $this->privates['.service_locator.rIcyEMN'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17188.             'menuBuilderService' => ['privates''Aqarmap\\Bundle\\MainBundle\\Service\\MenuBuilderService''getMenuBuilderServiceService'false],
  17189.         ], [
  17190.             'menuBuilderService' => 'Aqarmap\\Bundle\\MainBundle\\Service\\MenuBuilderService',
  17191.         ]);
  17192.     }
  17193.     /**
  17194.      * Gets the private '.service_locator.rOeiD7t' shared service.
  17195.      *
  17196.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17197.      */
  17198.     protected function get_ServiceLocator_ROeiD7tService()
  17199.     {
  17200.         return $this->privates['.service_locator.rOeiD7t'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17201.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  17202.             'group' => ['privates''.errored..service_locator.rOeiD7t.Aqarmap\\Bundle\\UserBundle\\Entity\\Group'NULL'Cannot autowire service ".service_locator.rOeiD7t": it references class "Aqarmap\\Bundle\\UserBundle\\Entity\\Group" but no such service exists.'],
  17203.         ], [
  17204.             'entityManager' => '?',
  17205.             'group' => 'Aqarmap\\Bundle\\UserBundle\\Entity\\Group',
  17206.         ]);
  17207.     }
  17208.     /**
  17209.      * Gets the private '.service_locator.rPdPczr' shared service.
  17210.      *
  17211.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17212.      */
  17213.     protected function get_ServiceLocator_RPdPczrService()
  17214.     {
  17215.         return $this->privates['.service_locator.rPdPczr'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17216.             'cache' => ['services''cache.app''getCache_AppService'false],
  17217.             'listingManager' => ['services''Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager''getListingManagerService'false],
  17218.             'listingRepository' => ['services''Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingRepository''getListingRepositoryService'false],
  17219.             'messageBus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  17220.         ], [
  17221.             'cache' => '?',
  17222.             'listingManager' => 'Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager',
  17223.             'listingRepository' => 'Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingRepository',
  17224.             'messageBus' => '?',
  17225.         ]);
  17226.     }
  17227.     /**
  17228.      * Gets the private '.service_locator.shNG6D3' shared service.
  17229.      *
  17230.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17231.      */
  17232.     protected function get_ServiceLocator_ShNG6D3Service()
  17233.     {
  17234.         return $this->privates['.service_locator.shNG6D3'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17235.             'leadService' => ['privates''App\\Service\\Lead\\LeadService''getLeadServiceService'false],
  17236.         ], [
  17237.             'leadService' => 'App\\Service\\Lead\\LeadService',
  17238.         ]);
  17239.     }
  17240.     /**
  17241.      * Gets the private '.service_locator.tGqu6ZS' shared service.
  17242.      *
  17243.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17244.      */
  17245.     protected function get_ServiceLocator_TGqu6ZSService()
  17246.     {
  17247.         return $this->privates['.service_locator.tGqu6ZS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17248.             'userSubscriptionRepository' => ['privates''App\\Repository\\Subscriptions\\UserSubscriptionRepository''getUserSubscriptionRepositoryService'false],
  17249.         ], [
  17250.             'userSubscriptionRepository' => 'App\\Repository\\Subscriptions\\UserSubscriptionRepository',
  17251.         ]);
  17252.     }
  17253.     /**
  17254.      * Gets the private '.service_locator.tV2D6Yk' shared service.
  17255.      *
  17256.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17257.      */
  17258.     protected function get_ServiceLocator_TV2D6YkService()
  17259.     {
  17260.         return $this->privates['.service_locator.tV2D6Yk'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17261.             'favouriteService' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Service\\FavouriteService''getFavouriteServiceService'false],
  17262.         ], [
  17263.             'favouriteService' => 'Aqarmap\\Bundle\\ListingBundle\\Service\\FavouriteService',
  17264.         ]);
  17265.     }
  17266.     /**
  17267.      * Gets the private '.service_locator.te1Yo1e' shared service.
  17268.      *
  17269.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17270.      */
  17271.     protected function get_ServiceLocator_Te1Yo1eService()
  17272.     {
  17273.         return $this->privates['.service_locator.te1Yo1e'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17274.             'company' => ['privates''Aqarmap\\Bundle\\CRMBundle\\Entity\\Company''getCompanyService'false],
  17275.             'staff' => ['privates''Aqarmap\\Bundle\\CRMBundle\\Entity\\Staff''getStaffService'false],
  17276.         ], [
  17277.             'company' => 'Aqarmap\\Bundle\\CRMBundle\\Entity\\Company',
  17278.             'staff' => 'Aqarmap\\Bundle\\CRMBundle\\Entity\\Staff',
  17279.         ]);
  17280.     }
  17281.     /**
  17282.      * Gets the private '.service_locator.tp5oD8B' shared service.
  17283.      *
  17284.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17285.      */
  17286.     protected function get_ServiceLocator_Tp5oD8BService()
  17287.     {
  17288.         return $this->privates['.service_locator.tp5oD8B'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17289.             'section' => ['privates''.errored..service_locator.tp5oD8B.Aqarmap\\Bundle\\ListingBundle\\Entity\\Section'NULL'Cannot autowire service ".service_locator.tp5oD8B": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Section" but no such service exists.'],
  17290.         ], [
  17291.             'section' => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\Section',
  17292.         ]);
  17293.     }
  17294.     /**
  17295.      * Gets the private '.service_locator.txkxGC8' shared service.
  17296.      *
  17297.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17298.      */
  17299.     protected function get_ServiceLocator_TxkxGC8Service()
  17300.     {
  17301.         return $this->privates['.service_locator.txkxGC8'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17302.             'userEntity' => ['privates''.errored..service_locator.txkxGC8.Aqarmap\\Bundle\\UserBundle\\Entity\\User'NULL'Cannot autowire service ".service_locator.txkxGC8": it references class "Aqarmap\\Bundle\\UserBundle\\Entity\\User" but no such service exists.'],
  17303.             'userServicesManager' => ['privates''Aqarmap\\Bundle\\UserBundle\\Services\\UserServicesManager''getUserServicesManagerService'false],
  17304.         ], [
  17305.             'userEntity' => 'Aqarmap\\Bundle\\UserBundle\\Entity\\User',
  17306.             'userServicesManager' => 'Aqarmap\\Bundle\\UserBundle\\Services\\UserServicesManager',
  17307.         ]);
  17308.     }
  17309.     /**
  17310.      * Gets the private '.service_locator.u47of.0' shared service.
  17311.      *
  17312.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17313.      */
  17314.     protected function get_ServiceLocator_U47of_0Service()
  17315.     {
  17316.         return $this->privates['.service_locator.u47of.0'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17317.             'container' => ['privates''.errored..service_locator.u47of.0.Symfony\\Component\\DependencyInjection\\ContainerBuilder'NULL'Cannot autowire service ".service_locator.u47of.0": it references class "Symfony\\Component\\DependencyInjection\\ContainerBuilder" but no such service exists. Try changing the type-hint to one of its parents: interface "Symfony\\Component\\DependencyInjection\\ContainerInterface", or interface "Psr\\Container\\ContainerInterface".'],
  17318.         ], [
  17319.             'container' => 'Symfony\\Component\\DependencyInjection\\ContainerBuilder',
  17320.         ]);
  17321.     }
  17322.     /**
  17323.      * Gets the private '.service_locator.v1GQ0lT' shared service.
  17324.      *
  17325.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17326.      */
  17327.     protected function get_ServiceLocator_V1GQ0lTService()
  17328.     {
  17329.         return $this->privates['.service_locator.v1GQ0lT'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17330.             'leadService' => ['privates''App\\Service\\Lead\\LeadService''getLeadServiceService'false],
  17331.             'userInfoService' => ['privates''Aqarmap\\Bundle\\UserBundle\\Services\\UserIpInfoService''getUserIpInfoServiceService'false],
  17332.         ], [
  17333.             'leadService' => 'App\\Service\\Lead\\LeadService',
  17334.             'userInfoService' => '?',
  17335.         ]);
  17336.     }
  17337.     /**
  17338.      * Gets the private '.service_locator.vDcpV4H' shared service.
  17339.      *
  17340.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17341.      */
  17342.     protected function get_ServiceLocator_VDcpV4HService()
  17343.     {
  17344.         return $this->privates['.service_locator.vDcpV4H'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17345.             'serializer' => ['services''jms_serializer''getJmsSerializerService'false],
  17346.             'subAccountService' => ['privates''App\\Service\\User\\SubAccountService''getSubAccountServiceService'false],
  17347.         ], [
  17348.             'serializer' => '?',
  17349.             'subAccountService' => 'App\\Service\\User\\SubAccountService',
  17350.         ]);
  17351.     }
  17352.     /**
  17353.      * Gets the private '.service_locator.vJOpZrR' shared service.
  17354.      *
  17355.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17356.      */
  17357.     protected function get_ServiceLocator_VJOpZrRService()
  17358.     {
  17359.         return $this->privates['.service_locator.vJOpZrR'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17360.             'authServer' => ['privates''App\\Service\\Security\\AuthServer''getAuthServerService'false],
  17361.         ], [
  17362.             'authServer' => 'App\\Service\\Security\\AuthServer',
  17363.         ]);
  17364.     }
  17365.     /**
  17366.      * Gets the private '.service_locator.vWucQHF' shared service.
  17367.      *
  17368.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17369.      */
  17370.     protected function get_ServiceLocator_VWucQHFService()
  17371.     {
  17372.         return $this->privates['.service_locator.vWucQHF'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17373.             'locationManager' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Service\\LocationManager''getLocationManagerService'false],
  17374.         ], [
  17375.             'locationManager' => 'Aqarmap\\Bundle\\ListingBundle\\Service\\LocationManager',
  17376.         ]);
  17377.     }
  17378.     /**
  17379.      * Gets the private '.service_locator.vgxLjSE' shared service.
  17380.      *
  17381.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17382.      */
  17383.     protected function get_ServiceLocator_VgxLjSEService()
  17384.     {
  17385.         return $this->privates['.service_locator.vgxLjSE'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17386.             'listingPhoto' => ['privates''.errored..service_locator.vgxLjSE.Aqarmap\\Bundle\\ListingBundle\\Entity\\ListingPhoto'NULL'Cannot autowire service ".service_locator.vgxLjSE": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\ListingPhoto" but no such service exists.'],
  17387.         ], [
  17388.             'listingPhoto' => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\ListingPhoto',
  17389.         ]);
  17390.     }
  17391.     /**
  17392.      * Gets the private '.service_locator.vsIiRg8' shared service.
  17393.      *
  17394.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17395.      */
  17396.     protected function get_ServiceLocator_VsIiRg8Service()
  17397.     {
  17398.         return $this->privates['.service_locator.vsIiRg8'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17399.             'downloadHandler' => ['services''vich_uploader.download_handler''getVichUploader_DownloadHandlerService'false],
  17400.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  17401.         ], [
  17402.             'downloadHandler' => '?',
  17403.             'entityManager' => '?',
  17404.         ]);
  17405.     }
  17406.     /**
  17407.      * Gets the private '.service_locator.wB_aZlL' shared service.
  17408.      *
  17409.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17410.      */
  17411.     protected function get_ServiceLocator_WBAZlLService()
  17412.     {
  17413.         return $this->privates['.service_locator.wB_aZlL'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17414.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  17415.             'leadRepository' => ['privates''App\\Repository\\Lead\\LeadRepository''getLeadRepositoryService'false],
  17416.             'paginator' => ['services''knp_paginator''getKnpPaginatorService'false],
  17417.             'subAccountService' => ['privates''App\\Service\\User\\SubAccountService''getSubAccountServiceService'false],
  17418.         ], [
  17419.             'entityManager' => '?',
  17420.             'leadRepository' => 'App\\Repository\\Lead\\LeadRepository',
  17421.             'paginator' => '?',
  17422.             'subAccountService' => 'App\\Service\\User\\SubAccountService',
  17423.         ]);
  17424.     }
  17425.     /**
  17426.      * Gets the private '.service_locator.wVrXYG2' shared service.
  17427.      *
  17428.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17429.      */
  17430.     protected function get_ServiceLocator_WVrXYG2Service()
  17431.     {
  17432.         return $this->privates['.service_locator.wVrXYG2'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17433.             'credit' => ['privates''.errored..service_locator.wVrXYG2.Aqarmap\\Bundle\\CreditBundle\\Entity\\Credit'NULL'Cannot autowire service ".service_locator.wVrXYG2": it references class "Aqarmap\\Bundle\\CreditBundle\\Entity\\Credit" but no such service exists.'],
  17434.         ], [
  17435.             'credit' => 'Aqarmap\\Bundle\\CreditBundle\\Entity\\Credit',
  17436.         ]);
  17437.     }
  17438.     /**
  17439.      * Gets the private '.service_locator.wpvzSKV' shared service.
  17440.      *
  17441.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17442.      */
  17443.     protected function get_ServiceLocator_WpvzSKVService()
  17444.     {
  17445.         return $this->privates['.service_locator.wpvzSKV'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17446.             'discussion' => ['privates''.errored..service_locator.wpvzSKV.Aqarmap\\Bundle\\DiscussionBundle\\Entity\\Discussion'NULL'Cannot autowire service ".service_locator.wpvzSKV": it references class "Aqarmap\\Bundle\\DiscussionBundle\\Entity\\Discussion" but no such service exists.'],
  17447.             'locationManager' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Service\\LocationManager''getLocationManagerService'false],
  17448.         ], [
  17449.             'discussion' => 'Aqarmap\\Bundle\\DiscussionBundle\\Entity\\Discussion',
  17450.             'locationManager' => 'Aqarmap\\Bundle\\ListingBundle\\Service\\LocationManager',
  17451.         ]);
  17452.     }
  17453.     /**
  17454.      * Gets the private '.service_locator.wskWCel' shared service.
  17455.      *
  17456.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17457.      */
  17458.     protected function get_ServiceLocator_WskWCelService()
  17459.     {
  17460.         return $this->privates['.service_locator.wskWCel'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17461.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  17462.             'listing' => ['privates''.errored..service_locator.wskWCel.Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing'NULL'Cannot autowire service ".service_locator.wskWCel": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing" but no such service exists.'],
  17463.         ], [
  17464.             'em' => '?',
  17465.             'listing' => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing',
  17466.         ]);
  17467.     }
  17468.     /**
  17469.      * Gets the private '.service_locator.x3wWNZA' shared service.
  17470.      *
  17471.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17472.      */
  17473.     protected function get_ServiceLocator_X3wWNZAService()
  17474.     {
  17475.         return $this->privates['.service_locator.x3wWNZA'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17476.             'compoundLocation' => ['privates''.errored..service_locator.x3wWNZA.Aqarmap\\Bundle\\ListingBundle\\Entity\\CompoundLocation'NULL'Cannot autowire service ".service_locator.x3wWNZA": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\CompoundLocation" but no such service exists.'],
  17477.         ], [
  17478.             'compoundLocation' => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\CompoundLocation',
  17479.         ]);
  17480.     }
  17481.     /**
  17482.      * Gets the private '.service_locator.x6Cz3.I' shared service.
  17483.      *
  17484.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17485.      */
  17486.     protected function get_ServiceLocator_X6Cz3_IService()
  17487.     {
  17488.         return $this->privates['.service_locator.x6Cz3.I'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17489.             'staffCheckIn' => ['privates''Aqarmap\\Bundle\\CRMBundle\\Entity\\StaffCheckIn''getStaffCheckInService'false],
  17490.         ], [
  17491.             'staffCheckIn' => 'Aqarmap\\Bundle\\CRMBundle\\Entity\\StaffCheckIn',
  17492.         ]);
  17493.     }
  17494.     /**
  17495.      * Gets the private '.service_locator.x6azFog' shared service.
  17496.      *
  17497.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17498.      */
  17499.     protected function get_ServiceLocator_X6azFogService()
  17500.     {
  17501.         return $this->privates['.service_locator.x6azFog'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17502.             'userEntity' => ['privates''.errored..service_locator.x6azFog.Aqarmap\\Bundle\\UserBundle\\Entity\\User'NULL'Cannot autowire service ".service_locator.x6azFog": it references class "Aqarmap\\Bundle\\UserBundle\\Entity\\User" but no such service exists.'],
  17503.         ], [
  17504.             'userEntity' => 'Aqarmap\\Bundle\\UserBundle\\Entity\\User',
  17505.         ]);
  17506.     }
  17507.     /**
  17508.      * Gets the private '.service_locator.xQH1vY9' shared service.
  17509.      *
  17510.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17511.      */
  17512.     protected function get_ServiceLocator_XQH1vY9Service()
  17513.     {
  17514.         return $this->privates['.service_locator.xQH1vY9'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17515.             'service' => ['privates''.errored..service_locator.xQH1vY9.Aqarmap\\Bundle\\CreditBundle\\Entity\\Service'NULL'Cannot autowire service ".service_locator.xQH1vY9": it references class "Aqarmap\\Bundle\\CreditBundle\\Entity\\Service" but no such service exists.'],
  17516.         ], [
  17517.             'service' => 'Aqarmap\\Bundle\\CreditBundle\\Entity\\Service',
  17518.         ]);
  17519.     }
  17520.     /**
  17521.      * Gets the private '.service_locator.xTG7jfg' shared service.
  17522.      *
  17523.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17524.      */
  17525.     protected function get_ServiceLocator_XTG7jfgService()
  17526.     {
  17527.         return $this->privates['.service_locator.xTG7jfg'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17528.             'userAuthenticationService' => ['privates''Aqarmap\\Bundle\\UserBundle\\Services\\UserAuthenticationService'NULL'Cannot autowire service "Aqarmap\\Bundle\\UserBundle\\Services\\UserAuthenticationService": argument "$oauthServer" of method "__construct()" has type "Aqarmap\\Bundle\\UserBundle\\Services\\IOAuth2" but this class was not found.'],
  17529.         ], [
  17530.             'userAuthenticationService' => 'Aqarmap\\Bundle\\UserBundle\\Services\\UserAuthenticationService',
  17531.         ]);
  17532.     }
  17533.     /**
  17534.      * Gets the private '.service_locator.xh9dd2n' shared service.
  17535.      *
  17536.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17537.      */
  17538.     protected function get_ServiceLocator_Xh9dd2nService()
  17539.     {
  17540.         return $this->privates['.service_locator.xh9dd2n'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17541.             'listingFeatureRepository' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingFeatureRepository''getListingFeatureRepositoryService'false],
  17542.         ], [
  17543.             'listingFeatureRepository' => 'Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingFeatureRepository',
  17544.         ]);
  17545.     }
  17546.     /**
  17547.      * Gets the private '.service_locator.yHxuB79' shared service.
  17548.      *
  17549.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17550.      */
  17551.     protected function get_ServiceLocator_YHxuB79Service()
  17552.     {
  17553.         return $this->privates['.service_locator.yHxuB79'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17554.             'creditManager' => ['privates''Aqarmap\\Bundle\\CreditBundle\\Services\\CreditManager''getCreditManagerService'false],
  17555.             'paginator' => ['services''knp_paginator''getKnpPaginatorService'false],
  17556.             'userSubAccountRepository' => ['privates''App\\Repository\\User\\UserSubAccountRepository''getUserSubAccountRepositoryService'false],
  17557.         ], [
  17558.             'creditManager' => 'Aqarmap\\Bundle\\CreditBundle\\Services\\CreditManager',
  17559.             'paginator' => '?',
  17560.             'userSubAccountRepository' => 'App\\Repository\\User\\UserSubAccountRepository',
  17561.         ]);
  17562.     }
  17563.     /**
  17564.      * Gets the private '.service_locator.yzBhvT.' shared service.
  17565.      *
  17566.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17567.      */
  17568.     protected function get_ServiceLocator_YzBhvT_Service()
  17569.     {
  17570.         return $this->privates['.service_locator.yzBhvT.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17571.             'entity' => ['privates''.errored..service_locator.yzBhvT..Aqarmap\\Bundle\\MortgageBundle\\Entity\\MortgageRequest'NULL'Cannot autowire service ".service_locator.yzBhvT.": it references class "Aqarmap\\Bundle\\MortgageBundle\\Entity\\MortgageRequest" but no such service exists.'],
  17572.         ], [
  17573.             'entity' => 'Aqarmap\\Bundle\\MortgageBundle\\Entity\\MortgageRequest',
  17574.         ]);
  17575.     }
  17576.     /**
  17577.      * Gets the private '.service_locator.z4vVS.d' shared service.
  17578.      *
  17579.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17580.      */
  17581.     protected function get_ServiceLocator_Z4vVS_DService()
  17582.     {
  17583.         return $this->privates['.service_locator.z4vVS.d'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17584.             'paginator' => ['services''knp_paginator''getKnpPaginatorService'false],
  17585.         ], [
  17586.             'paginator' => '?',
  17587.         ]);
  17588.     }
  17589.     /**
  17590.      * Gets the private '.service_locator.zJJOuyv' shared service.
  17591.      *
  17592.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17593.      */
  17594.     protected function get_ServiceLocator_ZJJOuyvService()
  17595.     {
  17596.         return $this->privates['.service_locator.zJJOuyv'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17597.             'listing' => ['privates''.errored..service_locator.zJJOuyv.Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing'NULL'Cannot autowire service ".service_locator.zJJOuyv": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing" but no such service exists.'],
  17598.             'location' => ['privates''.errored..service_locator.zJJOuyv.Aqarmap\\Bundle\\ListingBundle\\Entity\\Location'NULL'Cannot autowire service ".service_locator.zJJOuyv": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Location" but no such service exists.'],
  17599.         ], [
  17600.             'listing' => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing',
  17601.             'location' => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\Location',
  17602.         ]);
  17603.     }
  17604.     /**
  17605.      * Gets the private '.service_locator.zWTCLWG' shared service.
  17606.      *
  17607.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17608.      */
  17609.     protected function get_ServiceLocator_ZWTCLWGService()
  17610.     {
  17611.         return $this->privates['.service_locator.zWTCLWG'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17612.             'leadContactRequestRepository' => ['privates''App\\Repository\\Lead\\LeadContactRequestRepository''getLeadContactRequestRepositoryService'false],
  17613.             'paginator' => ['services''knp_paginator''getKnpPaginatorService'false],
  17614.         ], [
  17615.             'leadContactRequestRepository' => 'App\\Repository\\Lead\\LeadContactRequestRepository',
  17616.             'paginator' => '?',
  17617.         ]);
  17618.     }
  17619.     /**
  17620.      * Gets the private '.service_locator.za1p.5V' shared service.
  17621.      *
  17622.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17623.      */
  17624.     protected function get_ServiceLocator_Za1p_5VService()
  17625.     {
  17626.         return $this->privates['.service_locator.za1p.5V'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17627.             'listing' => ['privates''.errored..service_locator.za1p.5V.Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing'NULL'Cannot autowire service ".service_locator.za1p.5V": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing" but no such service exists.'],
  17628.             'listingRepository' => ['services''Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingRepository''getListingRepositoryService'false],
  17629.         ], [
  17630.             'listing' => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing',
  17631.             'listingRepository' => 'Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingRepository',
  17632.         ]);
  17633.     }
  17634.     /**
  17635.      * Gets the private '.service_locator.zjdyQvB' shared service.
  17636.      *
  17637.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17638.      */
  17639.     protected function get_ServiceLocator_ZjdyQvBService()
  17640.     {
  17641.         return $this->privates['.service_locator.zjdyQvB'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17642.             'userPhone' => ['privates''.errored..service_locator.zjdyQvB.Aqarmap\\Bundle\\ListingBundle\\Entity\\UserPhone'NULL'Cannot autowire service ".service_locator.zjdyQvB": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\UserPhone" but no such service exists.'],
  17643.         ], [
  17644.             'userPhone' => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\UserPhone',
  17645.         ]);
  17646.     }
  17647.     /**
  17648.      * Gets the private '.service_locator.zxXIGe6' shared service.
  17649.      *
  17650.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17651.      */
  17652.     protected function get_ServiceLocator_ZxXIGe6Service()
  17653.     {
  17654.         return $this->privates['.service_locator.zxXIGe6'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17655.             'customParagraph' => ['privates''.errored..service_locator.zxXIGe6.Aqarmap\\Bundle\\MainBundle\\Entity\\CustomParagraph'NULL'Cannot autowire service ".service_locator.zxXIGe6": it references class "Aqarmap\\Bundle\\MainBundle\\Entity\\CustomParagraph" but no such service exists.'],
  17656.         ], [
  17657.             'customParagraph' => 'Aqarmap\\Bundle\\MainBundle\\Entity\\CustomParagraph',
  17658.         ]);
  17659.     }
  17660.     /**
  17661.      * Gets the private '.session.deprecated' shared service.
  17662.      *
  17663.      * @return \Symfony\Component\HttpFoundation\Session\SessionInterface
  17664.      */
  17665.     protected function get_Session_DeprecatedService()
  17666.     {
  17667.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Session/DeprecatedSessionFactory.php';
  17668.         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();
  17669.     }
  17670.     /**
  17671.      * Gets the private '.twig.command.debug.lazy' shared service.
  17672.      *
  17673.      * @return \Symfony\Component\Console\Command\LazyCommand
  17674.      */
  17675.     protected function get_Twig_Command_Debug_LazyService()
  17676.     {
  17677.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17678.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  17679.         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 {
  17680.             return ($this->privates['twig.command.debug'] ?? $this->getTwig_Command_DebugService());
  17681.         });
  17682.     }
  17683.     /**
  17684.      * Gets the private '.twig.command.lint.lazy' shared service.
  17685.      *
  17686.      * @return \Symfony\Component\Console\Command\LazyCommand
  17687.      */
  17688.     protected function get_Twig_Command_Lint_LazyService()
  17689.     {
  17690.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17691.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  17692.         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 {
  17693.             return ($this->privates['twig.command.lint'] ?? $this->getTwig_Command_LintService());
  17694.         });
  17695.     }
  17696.     /**
  17697.      * Gets the private '.var_dumper.command.server_dump.lazy' shared service.
  17698.      *
  17699.      * @return \Symfony\Component\Console\Command\LazyCommand
  17700.      */
  17701.     protected function get_VarDumper_Command_ServerDump_LazyService()
  17702.     {
  17703.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17704.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  17705.         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 {
  17706.             return ($this->privates['var_dumper.command.server_dump'] ?? $this->getVarDumper_Command_ServerDumpService());
  17707.         });
  17708.     }
  17709.     /**
  17710.      * Gets the private 'App\Command\Listing\SendListingAvailabilityReminderEmailCommand' shared autowired service.
  17711.      *
  17712.      * @return \App\Command\Listing\SendListingAvailabilityReminderEmailCommand
  17713.      */
  17714.     protected function getSendListingAvailabilityReminderEmailCommandService()
  17715.     {
  17716.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17717.         include_once \dirname(__DIR__4).'/src/App/Command/Listing/SendListingAvailabilityReminderEmailCommand.php';
  17718.         include_once \dirname(__DIR__4).'/src/App/Service/Listing/ListingAvailabilityEmailingService.php';
  17719.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  17720.         $b = ($this->services['translator'] ?? $this->getTranslatorService());
  17721.         $this->privates['App\\Command\\Listing\\SendListingAvailabilityReminderEmailCommand'] = $instance = new \App\Command\Listing\SendListingAvailabilityReminderEmailCommand($a, ($this->privates['Aqarmap\\Bundle\\UserBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), $b, ($this->privates['gedmo.listener.translatable'] ?? $this->getGedmo_Listener_TranslatableService()), ($this->services['Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingRepository'] ?? $this->getListingRepositoryService()), new \App\Service\Listing\ListingAvailabilityEmailingService($a$b, ($this->privates['Aqarmap\\Bundle\\MainBundle\\Adapter\\MailerService'] ?? $this->getMailerServiceService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->privates['Aqarmap\\Bundle\\MainBundle\\Helpers\\MailerHelper'] ?? $this->getMailerHelperService()), ($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserManager'] ?? $this->getUserManagerService()), ($this->services['router'] ?? $this->getRouterService())), ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\Setting'] ?? $this->getSettingService()));
  17722.         $instance->setName('app:listings-availability:send');
  17723.         return $instance;
  17724.     }
  17725.     /**
  17726.      * Gets the private 'App\Command\Patch\PatchRemoveDuplicateUserPhonesCommand' shared autowired service.
  17727.      *
  17728.      * @return \App\Command\Patch\PatchRemoveDuplicateUserPhonesCommand
  17729.      */
  17730.     protected function getPatchRemoveDuplicateUserPhonesCommandService()
  17731.     {
  17732.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17733.         include_once \dirname(__DIR__4).'/src/App/Command/Patch/PatchRemoveDuplicateUserPhonesCommand.php';
  17734.         $this->privates['App\\Command\\Patch\\PatchRemoveDuplicateUserPhonesCommand'] = $instance = new \App\Command\Patch\PatchRemoveDuplicateUserPhonesCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  17735.         $instance->setName('app:patch:remove-duplicate-user-phones');
  17736.         $instance->setDescription('Add a short description for your command');
  17737.         return $instance;
  17738.     }
  17739.     /**
  17740.      * Gets the private 'App\Command\Subscriptions\renewUserSubscriptionsCommand' shared autowired service.
  17741.      *
  17742.      * @return \App\Command\Subscriptions\renewUserSubscriptionsCommand
  17743.      */
  17744.     protected function getRenewUserSubscriptionsCommandService()
  17745.     {
  17746.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17747.         include_once \dirname(__DIR__4).'/src/App/Command/Subscriptions/renewUserSubscriptionsCommand.php';
  17748.         $this->privates['App\\Command\\Subscriptions\\renewUserSubscriptionsCommand'] = $instance = new \App\Command\Subscriptions\renewUserSubscriptionsCommand(($this->privates['App\\Repository\\Subscriptions\\UserSubscriptionRepository'] ?? $this->getUserSubscriptionRepositoryService()), ($this->privates['App\\Service\\User\\CardIntegrationService'] ?? $this->getCardIntegrationServiceService()), ($this->privates['App\\Repository\\User\\UserCardRepository'] ?? $this->getUserCardRepositoryService()), ($this->privates['Aqarmap\\Bundle\\PaymentBundle\\Service\\PaymentManager'] ?? $this->getPaymentManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\Subscriptions\\SubscriptionEmailingService'] ?? $this->getSubscriptionEmailingServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['gedmo.listener.translatable'] ?? $this->getGedmo_Listener_TranslatableService()));
  17749.         $instance->setName('app:user-subscriptions:renew');
  17750.         return $instance;
  17751.     }
  17752.     /**
  17753.      * Gets the private 'App\EventSubscriber\ScraperThrottleSubscriber' shared autowired service.
  17754.      *
  17755.      * @return \App\EventSubscriber\ScraperThrottleSubscriber
  17756.      */
  17757.     protected function getScraperThrottleSubscriberService()
  17758.     {
  17759.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  17760.         if (isset($this->privates['App\\EventSubscriber\\ScraperThrottleSubscriber'])) {
  17761.             return $this->privates['App\\EventSubscriber\\ScraperThrottleSubscriber'];
  17762.         }
  17763.         $b = ($this->privates['App\\Repository\\Lead\\LeadRepository'] ?? $this->getLeadRepositoryService());
  17764.         if (isset($this->privates['App\\EventSubscriber\\ScraperThrottleSubscriber'])) {
  17765.             return $this->privates['App\\EventSubscriber\\ScraperThrottleSubscriber'];
  17766.         }
  17767.         return $this->privates['App\\EventSubscriber\\ScraperThrottleSubscriber'] = new \App\EventSubscriber\ScraperThrottleSubscriber($a$b);
  17768.     }
  17769.     /**
  17770.      * Gets the private 'App\Form\Type\Banners\BannersType' shared autowired service.
  17771.      *
  17772.      * @return \App\Form\Type\Banners\BannersType
  17773.      */
  17774.     protected function getBannersTypeService()
  17775.     {
  17776.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17777.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17778.         include_once \dirname(__DIR__4).'/src/App/Form/Type/Banners/BannersType.php';
  17779.         return $this->privates['App\\Form\\Type\\Banners\\BannersType'] = new \App\Form\Type\Banners\BannersType();
  17780.     }
  17781.     /**
  17782.      * Gets the private 'App\Form\Type\EmailList\EmailListType' shared autowired service.
  17783.      *
  17784.      * @return \App\Form\Type\EmailList\EmailListType
  17785.      */
  17786.     protected function getEmailListTypeService()
  17787.     {
  17788.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17789.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17790.         include_once \dirname(__DIR__4).'/src/App/Form/Type/EmailList/EmailListType.php';
  17791.         return $this->privates['App\\Form\\Type\\EmailList\\EmailListType'] = new \App\Form\Type\EmailList\EmailListType();
  17792.     }
  17793.     /**
  17794.      * Gets the private 'App\Form\Type\Lead\LeadFormType' shared autowired service.
  17795.      *
  17796.      * @return \App\Form\Type\Lead\LeadFormType
  17797.      */
  17798.     protected function getLeadFormTypeService()
  17799.     {
  17800.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17801.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17802.         include_once \dirname(__DIR__4).'/src/App/Form/Type/Lead/LeadFormType.php';
  17803.         return $this->privates['App\\Form\\Type\\Lead\\LeadFormType'] = new \App\Form\Type\Lead\LeadFormType();
  17804.     }
  17805.     /**
  17806.      * Gets the private 'App\Form\Type\Lead\PhoneFormType' shared autowired service.
  17807.      *
  17808.      * @return \App\Form\Type\Lead\PhoneFormType
  17809.      */
  17810.     protected function getPhoneFormTypeService()
  17811.     {
  17812.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17813.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17814.         include_once \dirname(__DIR__4).'/src/App/Form/Type/Lead/PhoneFormType.php';
  17815.         return $this->privates['App\\Form\\Type\\Lead\\PhoneFormType'] = new \App\Form\Type\Lead\PhoneFormType();
  17816.     }
  17817.     /**
  17818.      * Gets the private 'App\Form\Type\Listing\ListingDescriptionType' shared autowired service.
  17819.      *
  17820.      * @return \App\Form\Type\Listing\ListingDescriptionType
  17821.      */
  17822.     protected function getListingDescriptionTypeService()
  17823.     {
  17824.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17825.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17826.         include_once \dirname(__DIR__4).'/src/App/Form/Type/Listing/ListingDescriptionType.php';
  17827.         return $this->privates['App\\Form\\Type\\Listing\\ListingDescriptionType'] = new \App\Form\Type\Listing\ListingDescriptionType();
  17828.     }
  17829.     /**
  17830.      * Gets the private 'App\Form\Type\Listing\ListingDetailsType' shared autowired service.
  17831.      *
  17832.      * @return \App\Form\Type\Listing\ListingDetailsType
  17833.      */
  17834.     protected function getListingDetailsTypeService()
  17835.     {
  17836.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17837.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17838.         include_once \dirname(__DIR__4).'/src/App/Form/Type/Listing/ListingDetailsType.php';
  17839.         return $this->privates['App\\Form\\Type\\Listing\\ListingDetailsType'] = new \App\Form\Type\Listing\ListingDetailsType();
  17840.     }
  17841.     /**
  17842.      * Gets the private 'App\Form\Type\Listing\ListingInitializeType' shared autowired service.
  17843.      *
  17844.      * @return \App\Form\Type\Listing\ListingInitializeType
  17845.      */
  17846.     protected function getListingInitializeTypeService()
  17847.     {
  17848.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17849.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17850.         include_once \dirname(__DIR__4).'/src/App/Form/Type/Listing/ListingInitializeType.php';
  17851.         return $this->privates['App\\Form\\Type\\Listing\\ListingInitializeType'] = new \App\Form\Type\Listing\ListingInitializeType();
  17852.     }
  17853.     /**
  17854.      * Gets the private 'App\Form\Type\Listing\ListingPhotosType' shared autowired service.
  17855.      *
  17856.      * @return \App\Form\Type\Listing\ListingPhotosType
  17857.      */
  17858.     protected function getListingPhotosTypeService()
  17859.     {
  17860.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17861.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17862.         include_once \dirname(__DIR__4).'/src/App/Form/Type/Listing/ListingPhotosType.php';
  17863.         return $this->privates['App\\Form\\Type\\Listing\\ListingPhotosType'] = new \App\Form\Type\Listing\ListingPhotosType();
  17864.     }
  17865.     /**
  17866.      * Gets the private 'App\Form\Type\Listing\PhotoType' shared autowired service.
  17867.      *
  17868.      * @return \App\Form\Type\Listing\PhotoType
  17869.      */
  17870.     protected function getPhotoTypeService()
  17871.     {
  17872.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17873.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17874.         include_once \dirname(__DIR__4).'/src/App/Form/Type/Listing/PhotoType.php';
  17875.         return $this->privates['App\\Form\\Type\\Listing\\PhotoType'] = new \App\Form\Type\Listing\PhotoType();
  17876.     }
  17877.     /**
  17878.      * Gets the private 'App\Form\Type\Security\ChangePasswordType' shared autowired service.
  17879.      *
  17880.      * @return \App\Form\Type\Security\ChangePasswordType
  17881.      */
  17882.     protected function getChangePasswordTypeService()
  17883.     {
  17884.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17885.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17886.         include_once \dirname(__DIR__4).'/src/App/Form/Type/Security/ChangePasswordType.php';
  17887.         return $this->privates['App\\Form\\Type\\Security\\ChangePasswordType'] = new \App\Form\Type\Security\ChangePasswordType();
  17888.     }
  17889.     /**
  17890.      * Gets the private 'App\Form\Type\Subscriptions\SubscriptionPlanType' shared autowired service.
  17891.      *
  17892.      * @return \App\Form\Type\Subscriptions\SubscriptionPlanType
  17893.      */
  17894.     protected function getSubscriptionPlanTypeService()
  17895.     {
  17896.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17897.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17898.         include_once \dirname(__DIR__4).'/src/App/Form/Type/Subscriptions/SubscriptionPlanType.php';
  17899.         return $this->privates['App\\Form\\Type\\Subscriptions\\SubscriptionPlanType'] = new \App\Form\Type\Subscriptions\SubscriptionPlanType();
  17900.     }
  17901.     /**
  17902.      * Gets the private 'App\Form\Type\User\SubAccountFormType' shared autowired service.
  17903.      *
  17904.      * @return \App\Form\Type\User\SubAccountFormType
  17905.      */
  17906.     protected function getSubAccountFormTypeService()
  17907.     {
  17908.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17909.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17910.         include_once \dirname(__DIR__4).'/src/App/Form/Type/User/SubAccountFormType.php';
  17911.         return $this->privates['App\\Form\\Type\\User\\SubAccountFormType'] = new \App\Form\Type\User\SubAccountFormType();
  17912.     }
  17913.     /**
  17914.      * Gets the private 'App\Repository\Banners\BannersRepository' shared autowired service.
  17915.      *
  17916.      * @return \App\Repository\Banners\BannersRepository
  17917.      */
  17918.     protected function getBannersRepositoryService()
  17919.     {
  17920.         include_once \dirname(__DIR__4).'/src/App/Repository/Banners/BannersRepository.php';
  17921.         return $this->privates['App\\Repository\\Banners\\BannersRepository'] = new \App\Repository\Banners\BannersRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  17922.     }
  17923.     /**
  17924.      * Gets the private 'App\Repository\Lead\LeadContactRequestRepository' shared autowired service.
  17925.      *
  17926.      * @return \App\Repository\Lead\LeadContactRequestRepository
  17927.      */
  17928.     protected function getLeadContactRequestRepositoryService()
  17929.     {
  17930.         return $this->privates['App\\Repository\\Lead\\LeadContactRequestRepository'] = new \App\Repository\Lead\LeadContactRequestRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  17931.     }
  17932.     /**
  17933.      * Gets the private 'App\Repository\Lead\LeadRepository' shared autowired service.
  17934.      *
  17935.      * @return \App\Repository\Lead\LeadRepository
  17936.      */
  17937.     protected function getLeadRepositoryService()
  17938.     {
  17939.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  17940.         if (isset($this->privates['App\\Repository\\Lead\\LeadRepository'])) {
  17941.             return $this->privates['App\\Repository\\Lead\\LeadRepository'];
  17942.         }
  17943.         return $this->privates['App\\Repository\\Lead\\LeadRepository'] = new \App\Repository\Lead\LeadRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingRepository'] ?? $this->getListingRepositoryService()), $a);
  17944.     }
  17945.     /**
  17946.      * Gets the private 'App\Repository\Subscriptions\SubscriptionPlanPackageRepository' shared autowired service.
  17947.      *
  17948.      * @return \App\Repository\Subscriptions\SubscriptionPlanPackageRepository
  17949.      */
  17950.     protected function getSubscriptionPlanPackageRepositoryService()
  17951.     {
  17952.         include_once \dirname(__DIR__4).'/src/App/Repository/Subscriptions/SubscriptionPlanPackageRepository.php';
  17953.         return $this->privates['App\\Repository\\Subscriptions\\SubscriptionPlanPackageRepository'] = new \App\Repository\Subscriptions\SubscriptionPlanPackageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  17954.     }
  17955.     /**
  17956.      * Gets the private 'App\Repository\Subscriptions\SubscriptionPlanRepository' shared autowired service.
  17957.      *
  17958.      * @return \App\Repository\Subscriptions\SubscriptionPlanRepository
  17959.      */
  17960.     protected function getSubscriptionPlanRepositoryService()
  17961.     {
  17962.         include_once \dirname(__DIR__4).'/src/App/Repository/Subscriptions/SubscriptionPlanRepository.php';
  17963.         return $this->privates['App\\Repository\\Subscriptions\\SubscriptionPlanRepository'] = new \App\Repository\Subscriptions\SubscriptionPlanRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  17964.     }
  17965.     /**
  17966.      * Gets the private 'App\Repository\Subscriptions\SubscriptionPlanServiceRepository' shared autowired service.
  17967.      *
  17968.      * @return \App\Repository\Subscriptions\SubscriptionPlanServiceRepository
  17969.      */
  17970.     protected function getSubscriptionPlanServiceRepositoryService()
  17971.     {
  17972.         include_once \dirname(__DIR__4).'/src/App/Repository/Subscriptions/SubscriptionPlanServiceRepository.php';
  17973.         return $this->privates['App\\Repository\\Subscriptions\\SubscriptionPlanServiceRepository'] = new \App\Repository\Subscriptions\SubscriptionPlanServiceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  17974.     }
  17975.     /**
  17976.      * Gets the private 'App\Repository\Subscriptions\UserSubscriptionRepository' shared autowired service.
  17977.      *
  17978.      * @return \App\Repository\Subscriptions\UserSubscriptionRepository
  17979.      */
  17980.     protected function getUserSubscriptionRepositoryService()
  17981.     {
  17982.         include_once \dirname(__DIR__4).'/src/App/Repository/Subscriptions/UserSubscriptionRepository.php';
  17983.         return $this->privates['App\\Repository\\Subscriptions\\UserSubscriptionRepository'] = new \App\Repository\Subscriptions\UserSubscriptionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  17984.     }
  17985.     /**
  17986.      * Gets the private 'App\Repository\User\UserCardRepository' shared autowired service.
  17987.      *
  17988.      * @return \App\Repository\User\UserCardRepository
  17989.      */
  17990.     protected function getUserCardRepositoryService()
  17991.     {
  17992.         include_once \dirname(__DIR__4).'/src/App/Repository/User/UserCardRepository.php';
  17993.         return $this->privates['App\\Repository\\User\\UserCardRepository'] = new \App\Repository\User\UserCardRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  17994.     }
  17995.     /**
  17996.      * Gets the private 'App\Repository\User\UserSegmentRepository' shared autowired service.
  17997.      *
  17998.      * @return \App\Repository\User\UserSegmentRepository
  17999.      */
  18000.     protected function getUserSegmentRepositoryService()
  18001.     {
  18002.         include_once \dirname(__DIR__4).'/src/App/Repository/User/UserSegmentRepository.php';
  18003.         return $this->privates['App\\Repository\\User\\UserSegmentRepository'] = new \App\Repository\User\UserSegmentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  18004.     }
  18005.     /**
  18006.      * Gets the private 'App\Repository\User\UserSubAccountRepository' shared autowired service.
  18007.      *
  18008.      * @return \App\Repository\User\UserSubAccountRepository
  18009.      */
  18010.     protected function getUserSubAccountRepositoryService()
  18011.     {
  18012.         include_once \dirname(__DIR__4).'/src/App/Repository/User/UserSubAccountRepository.php';
  18013.         return $this->privates['App\\Repository\\User\\UserSubAccountRepository'] = new \App\Repository\User\UserSubAccountRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  18014.     }
  18015.     /**
  18016.      * Gets the private 'App\Service\Banners\BannerService' shared autowired service.
  18017.      *
  18018.      * @return \App\Service\Banners\BannerService
  18019.      */
  18020.     protected function getBannerServiceService()
  18021.     {
  18022.         include_once \dirname(__DIR__4).'/src/App/Service/Banners/BannerService.php';
  18023.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  18024.         if (isset($this->privates['App\\Service\\Banners\\BannerService'])) {
  18025.             return $this->privates['App\\Service\\Banners\\BannerService'];
  18026.         }
  18027.         return $this->privates['App\\Service\\Banners\\BannerService'] = new \App\Service\Banners\BannerService($a);
  18028.     }
  18029.     /**
  18030.      * Gets the private 'App\Service\Lead\LeadContactRequestService' shared autowired service.
  18031.      *
  18032.      * @return \App\Service\Lead\LeadContactRequestService
  18033.      */
  18034.     protected function getLeadContactRequestServiceService()
  18035.     {
  18036.         $a = ($this->privates['Aqarmap\\Bundle\\MainBundle\\Adapter\\MailerService'] ?? $this->getMailerServiceService());
  18037.         if (isset($this->privates['App\\Service\\Lead\\LeadContactRequestService'])) {
  18038.             return $this->privates['App\\Service\\Lead\\LeadContactRequestService'];
  18039.         }
  18040.         return $this->privates['App\\Service\\Lead\\LeadContactRequestService'] = new \App\Service\Lead\LeadContactRequestService(($this->privates['App\\Repository\\Lead\\LeadContactRequestRepository'] ?? $this->getLeadContactRequestRepositoryService()), ($this->privates['App\\Service\\SMSManager'] ?? $this->getSMSManagerService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->privates['uri_signer'] ?? ($this->privates['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')))), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['Aqarmap\\Bundle\\MainBundle\\Helpers\\MailerHelper'] ?? $this->getMailerHelperService()), $a);
  18041.     }
  18042.     /**
  18043.      * Gets the private 'App\Service\Lead\LeadService' shared autowired service.
  18044.      *
  18045.      * @return \App\Service\Lead\LeadService
  18046.      */
  18047.     protected function getLeadServiceService()
  18048.     {
  18049.         include_once \dirname(__DIR__4).'/src/App/Service/Lead/LeadService.php';
  18050.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  18051.         if (isset($this->privates['App\\Service\\Lead\\LeadService'])) {
  18052.             return $this->privates['App\\Service\\Lead\\LeadService'];
  18053.         }
  18054.         $b = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  18055.         if (isset($this->privates['App\\Service\\Lead\\LeadService'])) {
  18056.             return $this->privates['App\\Service\\Lead\\LeadService'];
  18057.         }
  18058.         $c = ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\Setting'] ?? $this->getSettingService());
  18059.         if (isset($this->privates['App\\Service\\Lead\\LeadService'])) {
  18060.             return $this->privates['App\\Service\\Lead\\LeadService'];
  18061.         }
  18062.         $d = ($this->privates['Aqarmap\\Bundle\\MainBundle\\Adapter\\MailerService'] ?? $this->getMailerServiceService());
  18063.         if (isset($this->privates['App\\Service\\Lead\\LeadService'])) {
  18064.             return $this->privates['App\\Service\\Lead\\LeadService'];
  18065.         }
  18066.         $e = ($this->privates['App\\Repository\\Lead\\LeadRepository'] ?? $this->getLeadRepositoryService());
  18067.         if (isset($this->privates['App\\Service\\Lead\\LeadService'])) {
  18068.             return $this->privates['App\\Service\\Lead\\LeadService'];
  18069.         }
  18070.         $f = ($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'] ?? $this->getListingManagerService());
  18071.         if (isset($this->privates['App\\Service\\Lead\\LeadService'])) {
  18072.             return $this->privates['App\\Service\\Lead\\LeadService'];
  18073.         }
  18074.         $g = ($this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\ElasticListingSearch\\DefaultListingSearch'] ?? $this->getDefaultListingSearchService());
  18075.         if (isset($this->privates['App\\Service\\Lead\\LeadService'])) {
  18076.             return $this->privates['App\\Service\\Lead\\LeadService'];
  18077.         }
  18078.         return $this->privates['App\\Service\\Lead\\LeadService'] = new \App\Service\Lead\LeadService($a, ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\PhoneRepository'] ?? $this->getPhoneRepositoryService()), $b$c, ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['Aqarmap\\Bundle\\UserBundle\\Repository\\UserDeviceRepository'] ?? $this->getUserDeviceRepositoryService()), ($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\PushNotificationService'] ?? $this->getPushNotificationServiceService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $d, ($this->privates['Aqarmap\\Bundle\\MainBundle\\Helpers\\MailerHelper'] ?? $this->getMailerHelperService()), $e, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $f$g, ($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserIpInfoService'] ?? $this->getUserIpInfoServiceService()));
  18079.     }
  18080.     /**
  18081.      * Gets the private 'App\Service\Listing\ListingService' shared autowired service.
  18082.      *
  18083.      * @return \App\Service\Listing\ListingService
  18084.      */
  18085.     protected function getListingServiceService()
  18086.     {
  18087.         include_once \dirname(__DIR__4).'/src/App/Service/Listing/ListingService.php';
  18088.         $a = ($this->services['Aqarmap\\Bundle\\FeatureToggleBundle\\Service\\FeatureToggleManager'] ?? $this->getFeatureToggleManagerService());
  18089.         if (isset($this->privates['App\\Service\\Listing\\ListingService'])) {
  18090.             return $this->privates['App\\Service\\Listing\\ListingService'];
  18091.         }
  18092.         $b = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\Mortgage\\MortgageService'] ?? $this->getMortgageServiceService());
  18093.         if (isset($this->privates['App\\Service\\Listing\\ListingService'])) {
  18094.             return $this->privates['App\\Service\\Listing\\ListingService'];
  18095.         }
  18096.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18097.         if (isset($this->privates['App\\Service\\Listing\\ListingService'])) {
  18098.             return $this->privates['App\\Service\\Listing\\ListingService'];
  18099.         }
  18100.         $d = ($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'] ?? $this->getListingManagerService());
  18101.         if (isset($this->privates['App\\Service\\Listing\\ListingService'])) {
  18102.             return $this->privates['App\\Service\\Listing\\ListingService'];
  18103.         }
  18104.         $e = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  18105.         if (isset($this->privates['App\\Service\\Listing\\ListingService'])) {
  18106.             return $this->privates['App\\Service\\Listing\\ListingService'];
  18107.         }
  18108.         $f = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingRuleMatcher'] ?? $this->getListingRuleMatcherService());
  18109.         if (isset($this->privates['App\\Service\\Listing\\ListingService'])) {
  18110.             return $this->privates['App\\Service\\Listing\\ListingService'];
  18111.         }
  18112.         $g = ($this->privates['Aqarmap\\Bundle\\CreditBundle\\Services\\CreditManager'] ?? $this->getCreditManagerService());
  18113.         if (isset($this->privates['App\\Service\\Listing\\ListingService'])) {
  18114.             return $this->privates['App\\Service\\Listing\\ListingService'];
  18115.         }
  18116.         return $this->privates['App\\Service\\Listing\\ListingService'] = new \App\Service\Listing\ListingService($a$b$c$d$e$f, ($this->privates['Aqarmap\\Bundle\\UserBundle\\Repository\\UserPackagesRepository'] ?? $this->getUserPackagesRepositoryService()), $g);
  18117.     }
  18118.     /**
  18119.      * Gets the private 'App\Service\SMSManager' shared autowired service.
  18120.      *
  18121.      * @return \App\Service\SMSManager
  18122.      */
  18123.     protected function getSMSManagerService()
  18124.     {
  18125.         return $this->privates['App\\Service\\SMSManager'] = new \App\Service\SMSManager(($this->privates['.debug.sms.client'] ?? $this->get_Debug_Sms_ClientService()));
  18126.     }
  18127.     /**
  18128.      * Gets the private 'App\Service\Security\AuthServer' shared autowired service.
  18129.      *
  18130.      * @return \App\Service\Security\AuthServer
  18131.      */
  18132.     protected function getAuthServerService()
  18133.     {
  18134.         return $this->privates['App\\Service\\Security\\AuthServer'] = new \App\Service\Security\AuthServer(($this->privates['.debug.auth.client'] ?? $this->get_Debug_Auth_ClientService()), ($this->services['cache.app'] ?? $this->getCache_AppService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $this->getEnv('OAUTH_CLIENT_ID'), $this->getEnv('OAUTH_CLIENT_SECRET'), $this->getEnv('OAUTH_PUBLIC_SERVER_URL'));
  18135.     }
  18136.     /**
  18137.      * Gets the private 'App\Service\Subscriptions\SubscriptionEmailingService' shared autowired service.
  18138.      *
  18139.      * @return \App\Service\Subscriptions\SubscriptionEmailingService
  18140.      */
  18141.     protected function getSubscriptionEmailingServiceService()
  18142.     {
  18143.         include_once \dirname(__DIR__4).'/src/App/Service/Subscriptions/SubscriptionEmailingService.php';
  18144.         $a = ($this->privates['Aqarmap\\Bundle\\MainBundle\\Adapter\\MailerService'] ?? $this->getMailerServiceService());
  18145.         if (isset($this->privates['App\\Service\\Subscriptions\\SubscriptionEmailingService'])) {
  18146.             return $this->privates['App\\Service\\Subscriptions\\SubscriptionEmailingService'];
  18147.         }
  18148.         $b = ($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserManager'] ?? $this->getUserManagerService());
  18149.         if (isset($this->privates['App\\Service\\Subscriptions\\SubscriptionEmailingService'])) {
  18150.             return $this->privates['App\\Service\\Subscriptions\\SubscriptionEmailingService'];
  18151.         }
  18152.         return $this->privates['App\\Service\\Subscriptions\\SubscriptionEmailingService'] = new \App\Service\Subscriptions\SubscriptionEmailingService(($this->services['translator'] ?? $this->getTranslatorService()), $a, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->privates['Aqarmap\\Bundle\\MainBundle\\Helpers\\MailerHelper'] ?? $this->getMailerHelperService()), $b);
  18153.     }
  18154.     /**
  18155.      * Gets the private 'App\Service\Subscriptions\SubscriptionPlansManager' shared autowired service.
  18156.      *
  18157.      * @return \App\Service\Subscriptions\SubscriptionPlansManager
  18158.      */
  18159.     protected function getSubscriptionPlansManagerService()
  18160.     {
  18161.         include_once \dirname(__DIR__4).'/src/App/Service/Subscriptions/SubscriptionPlansManager.php';
  18162.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  18163.         if (isset($this->privates['App\\Service\\Subscriptions\\SubscriptionPlansManager'])) {
  18164.             return $this->privates['App\\Service\\Subscriptions\\SubscriptionPlansManager'];
  18165.         }
  18166.         return $this->privates['App\\Service\\Subscriptions\\SubscriptionPlansManager'] = new \App\Service\Subscriptions\SubscriptionPlansManager($a, ($this->privates['App\\Repository\\Subscriptions\\SubscriptionPlanServiceRepository'] ?? $this->getSubscriptionPlanServiceRepositoryService()), ($this->privates['App\\Repository\\Subscriptions\\SubscriptionPlanPackageRepository'] ?? $this->getSubscriptionPlanPackageRepositoryService()));
  18167.     }
  18168.     /**
  18169.      * Gets the private 'App\Service\User\CardIntegrationService' shared autowired service.
  18170.      *
  18171.      * @return \App\Service\User\CardIntegrationService
  18172.      */
  18173.     protected function getCardIntegrationServiceService()
  18174.     {
  18175.         include_once \dirname(__DIR__4).'/src/App/Service/User/CardIntegrationService.php';
  18176.         $a = ($this->privates['App\\Service\\User\\UserCardService'] ?? $this->getUserCardServiceService());
  18177.         if (isset($this->privates['App\\Service\\User\\CardIntegrationService'])) {
  18178.             return $this->privates['App\\Service\\User\\CardIntegrationService'];
  18179.         }
  18180.         $b = ($this->privates['App\\Service\\User\\SubscriptionManager'] ?? $this->getSubscriptionManagerService());
  18181.         if (isset($this->privates['App\\Service\\User\\CardIntegrationService'])) {
  18182.             return $this->privates['App\\Service\\User\\CardIntegrationService'];
  18183.         }
  18184.         return $this->privates['App\\Service\\User\\CardIntegrationService'] = new \App\Service\User\CardIntegrationService(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->privates['Aqarmap\\Bundle\\PaymentBundle\\Service\\SignatureManager'] ?? $this->getSignatureManagerService()), ($this->privates['Aqarmap\\Bundle\\UserBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), $a$b);
  18185.     }
  18186.     /**
  18187.      * Gets the private 'App\Service\User\SubAccountService' shared autowired service.
  18188.      *
  18189.      * @return \App\Service\User\SubAccountService
  18190.      */
  18191.     protected function getSubAccountServiceService()
  18192.     {
  18193.         include_once \dirname(__DIR__4).'/src/App/Service/User/SubAccountService.php';
  18194.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  18195.         if (isset($this->privates['App\\Service\\User\\SubAccountService'])) {
  18196.             return $this->privates['App\\Service\\User\\SubAccountService'];
  18197.         }
  18198.         $b = ($this->privates['Aqarmap\\Bundle\\MainBundle\\Adapter\\MailerService'] ?? $this->getMailerServiceService());
  18199.         if (isset($this->privates['App\\Service\\User\\SubAccountService'])) {
  18200.             return $this->privates['App\\Service\\User\\SubAccountService'];
  18201.         }
  18202.         return $this->privates['App\\Service\\User\\SubAccountService'] = new \App\Service\User\SubAccountService($a, ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $b, ($this->privates['Aqarmap\\Bundle\\MainBundle\\Helpers\\MailerHelper'] ?? $this->getMailerHelperService()), ($this->privates['uri_signer'] ?? ($this->privates['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')))), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['Aqarmap\\Bundle\\UserBundle\\Repository\\UserServicesRepository'] ?? $this->getUserServicesRepositoryService()), ($this->privates['App\\Repository\\User\\UserSubAccountRepository'] ?? $this->getUserSubAccountRepositoryService()));
  18203.     }
  18204.     /**
  18205.      * Gets the private 'App\Service\User\SubscriptionManager' shared autowired service.
  18206.      *
  18207.      * @return \App\Service\User\SubscriptionManager
  18208.      */
  18209.     protected function getSubscriptionManagerService()
  18210.     {
  18211.         include_once \dirname(__DIR__4).'/src/App/Service/User/SubscriptionManager.php';
  18212.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  18213.         if (isset($this->privates['App\\Service\\User\\SubscriptionManager'])) {
  18214.             return $this->privates['App\\Service\\User\\SubscriptionManager'];
  18215.         }
  18216.         $b = ($this->privates['Aqarmap\\Bundle\\CreditBundle\\Services\\CreditManager'] ?? $this->getCreditManagerService());
  18217.         if (isset($this->privates['App\\Service\\User\\SubscriptionManager'])) {
  18218.             return $this->privates['App\\Service\\User\\SubscriptionManager'];
  18219.         }
  18220.         $c = ($this->privates['Aqarmap\\Bundle\\PaymentBundle\\Service\\PaymentManager'] ?? $this->getPaymentManagerService());
  18221.         if (isset($this->privates['App\\Service\\User\\SubscriptionManager'])) {
  18222.             return $this->privates['App\\Service\\User\\SubscriptionManager'];
  18223.         }
  18224.         $d = ($this->privates['App\\Service\\Subscriptions\\SubscriptionEmailingService'] ?? $this->getSubscriptionEmailingServiceService());
  18225.         if (isset($this->privates['App\\Service\\User\\SubscriptionManager'])) {
  18226.             return $this->privates['App\\Service\\User\\SubscriptionManager'];
  18227.         }
  18228.         return $this->privates['App\\Service\\User\\SubscriptionManager'] = new \App\Service\User\SubscriptionManager($a$b$c, ($this->privates['App\\Repository\\Subscriptions\\UserSubscriptionRepository'] ?? $this->getUserSubscriptionRepositoryService()), $d);
  18229.     }
  18230.     /**
  18231.      * Gets the private 'App\Service\User\UserCardService' shared autowired service.
  18232.      *
  18233.      * @return \App\Service\User\UserCardService
  18234.      */
  18235.     protected function getUserCardServiceService()
  18236.     {
  18237.         include_once \dirname(__DIR__4).'/src/App/Service/User/UserCardService.php';
  18238.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  18239.         if (isset($this->privates['App\\Service\\User\\UserCardService'])) {
  18240.             return $this->privates['App\\Service\\User\\UserCardService'];
  18241.         }
  18242.         return $this->privates['App\\Service\\User\\UserCardService'] = new \App\Service\User\UserCardService($a);
  18243.     }
  18244.     /**
  18245.      * Gets the private 'Aqarmap\Bundle\AnnouncementBundle\Entity\Announcement' shared autowired service.
  18246.      *
  18247.      * @return \Aqarmap\Bundle\AnnouncementBundle\Entity\Announcement
  18248.      */
  18249.     protected function getAnnouncementService()
  18250.     {
  18251.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/AnnouncementBundle/Entity/Announcement.php';
  18252.         return $this->privates['Aqarmap\\Bundle\\AnnouncementBundle\\Entity\\Announcement'] = new \Aqarmap\Bundle\AnnouncementBundle\Entity\Announcement();
  18253.     }
  18254.     /**
  18255.      * Gets the private 'Aqarmap\Bundle\AnnouncementBundle\Form\AnnouncementType' shared autowired service.
  18256.      *
  18257.      * @return \Aqarmap\Bundle\AnnouncementBundle\Form\AnnouncementType
  18258.      */
  18259.     protected function getAnnouncementTypeService()
  18260.     {
  18261.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18262.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18263.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/AnnouncementBundle/Form/AnnouncementType.php';
  18264.         return $this->privates['Aqarmap\\Bundle\\AnnouncementBundle\\Form\\AnnouncementType'] = new \Aqarmap\Bundle\AnnouncementBundle\Form\AnnouncementType();
  18265.     }
  18266.     /**
  18267.      * Gets the private 'Aqarmap\Bundle\ApiBundle\EventListener\LocaleEventSubscriber' shared autowired service.
  18268.      *
  18269.      * @return \Aqarmap\Bundle\ApiBundle\EventListener\LocaleEventSubscriber
  18270.      */
  18271.     protected function getLocaleEventSubscriberService()
  18272.     {
  18273.         return $this->privates['Aqarmap\\Bundle\\ApiBundle\\EventListener\\LocaleEventSubscriber'] = new \Aqarmap\Bundle\ApiBundle\EventListener\LocaleEventSubscriber(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  18274.     }
  18275.     /**
  18276.      * Gets the private 'Aqarmap\Bundle\BrokerSalesBundle\Entity\Broker' shared autowired service.
  18277.      *
  18278.      * @return \Aqarmap\Bundle\BrokerSalesBundle\Entity\Broker
  18279.      */
  18280.     protected function getBrokerService()
  18281.     {
  18282.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/BrokerSalesBundle/Entity/Broker.php';
  18283.         return $this->privates['Aqarmap\\Bundle\\BrokerSalesBundle\\Entity\\Broker'] = new \Aqarmap\Bundle\BrokerSalesBundle\Entity\Broker();
  18284.     }
  18285.     /**
  18286.      * Gets the private 'Aqarmap\Bundle\BrokerSalesBundle\Entity\Seller' shared autowired service.
  18287.      *
  18288.      * @return \Aqarmap\Bundle\BrokerSalesBundle\Entity\Seller
  18289.      */
  18290.     protected function getSellerService()
  18291.     {
  18292.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/BrokerSalesBundle/Entity/Seller.php';
  18293.         return $this->privates['Aqarmap\\Bundle\\BrokerSalesBundle\\Entity\\Seller'] = new \Aqarmap\Bundle\BrokerSalesBundle\Entity\Seller();
  18294.     }
  18295.     /**
  18296.      * Gets the private 'Aqarmap\Bundle\BrokerSalesBundle\Form\AssignBrokerToSellerType' shared autowired service.
  18297.      *
  18298.      * @return \Aqarmap\Bundle\BrokerSalesBundle\Form\AssignBrokerToSellerType
  18299.      */
  18300.     protected function getAssignBrokerToSellerTypeService()
  18301.     {
  18302.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18303.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18304.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/BrokerSalesBundle/Form/AssignBrokerToSellerType.php';
  18305.         return $this->privates['Aqarmap\\Bundle\\BrokerSalesBundle\\Form\\AssignBrokerToSellerType'] = new \Aqarmap\Bundle\BrokerSalesBundle\Form\AssignBrokerToSellerType();
  18306.     }
  18307.     /**
  18308.      * Gets the private 'Aqarmap\Bundle\BrokerSalesBundle\Form\ExistingUserFormType' shared autowired service.
  18309.      *
  18310.      * @return \Aqarmap\Bundle\BrokerSalesBundle\Form\ExistingUserFormType
  18311.      */
  18312.     protected function getExistingUserFormTypeService()
  18313.     {
  18314.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18315.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18316.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/BrokerSalesBundle/Form/ExistingUserFormType.php';
  18317.         return $this->privates['Aqarmap\\Bundle\\BrokerSalesBundle\\Form\\ExistingUserFormType'] = new \Aqarmap\Bundle\BrokerSalesBundle\Form\ExistingUserFormType();
  18318.     }
  18319.     /**
  18320.      * Gets the private 'Aqarmap\Bundle\BrokerSalesBundle\Form\RegisterNewUserType' shared autowired service.
  18321.      *
  18322.      * @return \Aqarmap\Bundle\BrokerSalesBundle\Form\RegisterNewUserType
  18323.      */
  18324.     protected function getRegisterNewUserTypeService()
  18325.     {
  18326.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18327.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18328.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/BrokerSalesBundle/Form/RegisterNewUserType.php';
  18329.         return $this->privates['Aqarmap\\Bundle\\BrokerSalesBundle\\Form\\RegisterNewUserType'] = new \Aqarmap\Bundle\BrokerSalesBundle\Form\RegisterNewUserType();
  18330.     }
  18331.     /**
  18332.      * Gets the private 'Aqarmap\Bundle\BrokerSalesBundle\Repository\BrokerRepository' shared autowired service.
  18333.      *
  18334.      * @return \Aqarmap\Bundle\BrokerSalesBundle\Repository\BrokerRepository
  18335.      */
  18336.     protected function getBrokerRepositoryService()
  18337.     {
  18338.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/BrokerSalesBundle/Repository/BrokerRepository.php';
  18339.         return $this->privates['Aqarmap\\Bundle\\BrokerSalesBundle\\Repository\\BrokerRepository'] = new \Aqarmap\Bundle\BrokerSalesBundle\Repository\BrokerRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  18340.     }
  18341.     /**
  18342.      * Gets the private 'Aqarmap\Bundle\BrokerSalesBundle\Repository\SellerRepository' shared autowired service.
  18343.      *
  18344.      * @return \Aqarmap\Bundle\BrokerSalesBundle\Repository\SellerRepository
  18345.      */
  18346.     protected function getSellerRepositoryService()
  18347.     {
  18348.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/BrokerSalesBundle/Repository/SellerRepository.php';
  18349.         return $this->privates['Aqarmap\\Bundle\\BrokerSalesBundle\\Repository\\SellerRepository'] = new \Aqarmap\Bundle\BrokerSalesBundle\Repository\SellerRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  18350.     }
  18351.     /**
  18352.      * Gets the private 'Aqarmap\Bundle\BrokerSalesBundle\Services\SellerBrokerManager' shared autowired service.
  18353.      *
  18354.      * @return \Aqarmap\Bundle\BrokerSalesBundle\Services\SellerBrokerManager
  18355.      */
  18356.     protected function getSellerBrokerManagerService()
  18357.     {
  18358.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/BrokerSalesBundle/Services/SellerBrokerManager.php';
  18359.         return $this->privates['Aqarmap\\Bundle\\BrokerSalesBundle\\Services\\SellerBrokerManager'] = new \Aqarmap\Bundle\BrokerSalesBundle\Services\SellerBrokerManager($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  18360.     }
  18361.     /**
  18362.      * Gets the private 'Aqarmap\Bundle\BuyerAlertsBundle\Command\BuyerAlertsCommand' shared autowired service.
  18363.      *
  18364.      * @return \Aqarmap\Bundle\BuyerAlertsBundle\Command\BuyerAlertsCommand
  18365.      */
  18366.     protected function getBuyerAlertsCommandService()
  18367.     {
  18368.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18369.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/BuyerAlertsBundle/Command/BuyerAlertsCommand.php';
  18370.         $this->privates['Aqarmap\\Bundle\\BuyerAlertsBundle\\Command\\BuyerAlertsCommand'] = $instance = new \Aqarmap\Bundle\BuyerAlertsBundle\Command\BuyerAlertsCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Aqarmap\\Bundle\\BuyerAlertsBundle\\Service\\BuyerAlertsManager'] ?? $this->getBuyerAlertsManagerService()), ($this->privates['Aqarmap\\Bundle\\BuyerAlertsBundle\\Service\\BuyerAlertsEmailingService'] ?? $this->getBuyerAlertsEmailingServiceService()), ($this->privates['Aqarmap\\Bundle\\MainBundle\\Adapter\\MailerService'] ?? $this->getMailerServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['gedmo.listener.translatable'] ?? $this->getGedmo_Listener_TranslatableService()));
  18371.         $instance->setName('app:buyer-alerts:send');
  18372.         return $instance;
  18373.     }
  18374.     /**
  18375.      * Gets the private 'Aqarmap\Bundle\BuyerAlertsBundle\Command\SendRecentListingsEmailCommand' shared autowired service.
  18376.      *
  18377.      * @return \Aqarmap\Bundle\BuyerAlertsBundle\Command\SendRecentListingsEmailCommand
  18378.      */
  18379.     protected function getSendRecentListingsEmailCommandService()
  18380.     {
  18381.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18382.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/BuyerAlertsBundle/Command/SendRecentListingsEmailCommand.php';
  18383.         $this->privates['Aqarmap\\Bundle\\BuyerAlertsBundle\\Command\\SendRecentListingsEmailCommand'] = $instance = new \Aqarmap\Bundle\BuyerAlertsBundle\Command\SendRecentListingsEmailCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Aqarmap\\Bundle\\BuyerAlertsBundle\\Service\\BuyerAlertsManager'] ?? $this->getBuyerAlertsManagerService()), ($this->privates['Aqarmap\\Bundle\\BuyerAlertsBundle\\Service\\BuyerAlertsEmailingService'] ?? $this->getBuyerAlertsEmailingServiceService()), ($this->privates['Aqarmap\\Bundle\\UserBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['gedmo.listener.translatable'] ?? $this->getGedmo_Listener_TranslatableService()));
  18384.         $instance->setName('app:recent-listings:send');
  18385.         return $instance;
  18386.     }
  18387.     /**
  18388.      * Gets the private 'Aqarmap\Bundle\BuyerAlertsBundle\Form\BuyerAlertsApiType' shared autowired service.
  18389.      *
  18390.      * @return \Aqarmap\Bundle\BuyerAlertsBundle\Form\BuyerAlertsApiType
  18391.      */
  18392.     protected function getBuyerAlertsApiTypeService()
  18393.     {
  18394.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18395.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18396.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/BuyerAlertsBundle/Form/BuyerAlertsApiType.php';
  18397.         return $this->privates['Aqarmap\\Bundle\\BuyerAlertsBundle\\Form\\BuyerAlertsApiType'] = new \Aqarmap\Bundle\BuyerAlertsBundle\Form\BuyerAlertsApiType();
  18398.     }
  18399.     /**
  18400.      * Gets the private 'Aqarmap\Bundle\BuyerAlertsBundle\Form\BuyerAlertsType' shared autowired service.
  18401.      *
  18402.      * @return \Aqarmap\Bundle\BuyerAlertsBundle\Form\BuyerAlertsType
  18403.      */
  18404.     protected function getBuyerAlertsTypeService()
  18405.     {
  18406.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18407.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18408.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/BuyerAlertsBundle/Form/BuyerAlertsType.php';
  18409.         return $this->privates['Aqarmap\\Bundle\\BuyerAlertsBundle\\Form\\BuyerAlertsType'] = new \Aqarmap\Bundle\BuyerAlertsBundle\Form\BuyerAlertsType();
  18410.     }
  18411.     /**
  18412.      * Gets the private 'Aqarmap\Bundle\BuyerAlertsBundle\Repository\BuyerAlertsRepository' shared autowired service.
  18413.      *
  18414.      * @return \Aqarmap\Bundle\BuyerAlertsBundle\Repository\BuyerAlertsRepository
  18415.      */
  18416.     protected function getBuyerAlertsRepositoryService()
  18417.     {
  18418.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/BuyerAlertsBundle/Repository/BuyerAlertsRepository.php';
  18419.         return $this->privates['Aqarmap\\Bundle\\BuyerAlertsBundle\\Repository\\BuyerAlertsRepository'] = new \Aqarmap\Bundle\BuyerAlertsBundle\Repository\BuyerAlertsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  18420.     }
  18421.     /**
  18422.      * Gets the private 'Aqarmap\Bundle\BuyerAlertsBundle\Repository\RecentSearchesRepository' shared autowired service.
  18423.      *
  18424.      * @return \Aqarmap\Bundle\BuyerAlertsBundle\Repository\RecentSearchesRepository
  18425.      */
  18426.     protected function getRecentSearchesRepositoryService()
  18427.     {
  18428.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/BuyerAlertsBundle/Repository/RecentSearchesRepository.php';
  18429.         return $this->privates['Aqarmap\\Bundle\\BuyerAlertsBundle\\Repository\\RecentSearchesRepository'] = new \Aqarmap\Bundle\BuyerAlertsBundle\Repository\RecentSearchesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  18430.     }
  18431.     /**
  18432.      * Gets the private 'Aqarmap\Bundle\BuyerAlertsBundle\Service\BuyerAlertsEmailingService' shared autowired service.
  18433.      *
  18434.      * @return \Aqarmap\Bundle\BuyerAlertsBundle\Service\BuyerAlertsEmailingService
  18435.      */
  18436.     protected function getBuyerAlertsEmailingServiceService()
  18437.     {
  18438.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/BuyerAlertsBundle/Service/BuyerAlertsEmailingService.php';
  18439.         return $this->privates['Aqarmap\\Bundle\\BuyerAlertsBundle\\Service\\BuyerAlertsEmailingService'] = new \Aqarmap\Bundle\BuyerAlertsBundle\Service\BuyerAlertsEmailingService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['Aqarmap\\Bundle\\BuyerAlertsBundle\\Service\\BuyerAlertsManager'] ?? $this->getBuyerAlertsManagerService()), ($this->privates['Aqarmap\\Bundle\\MainBundle\\Adapter\\MailerService'] ?? $this->getMailerServiceService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->privates['Aqarmap\\Bundle\\MainBundle\\Helpers\\MailerHelper'] ?? $this->getMailerHelperService()), ($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserManager'] ?? $this->getUserManagerService()), ($this->services['router'] ?? $this->getRouterService()));
  18440.     }
  18441.     /**
  18442.      * Gets the private 'Aqarmap\Bundle\BuyerAlertsBundle\Service\BuyerAlertsManager' shared autowired service.
  18443.      *
  18444.      * @return \Aqarmap\Bundle\BuyerAlertsBundle\Service\BuyerAlertsManager
  18445.      */
  18446.     protected function getBuyerAlertsManagerService()
  18447.     {
  18448.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/BuyerAlertsBundle/Contracts/BuyerAlertsManagerInterface.php';
  18449.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/BuyerAlertsBundle/Service/BuyerAlertsManager.php';
  18450.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  18451.         if (isset($this->privates['Aqarmap\\Bundle\\BuyerAlertsBundle\\Service\\BuyerAlertsManager'])) {
  18452.             return $this->privates['Aqarmap\\Bundle\\BuyerAlertsBundle\\Service\\BuyerAlertsManager'];
  18453.         }
  18454.         $b = ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\PriceExtender'] ?? $this->getPriceExtenderService());
  18455.         if (isset($this->privates['Aqarmap\\Bundle\\BuyerAlertsBundle\\Service\\BuyerAlertsManager'])) {
  18456.             return $this->privates['Aqarmap\\Bundle\\BuyerAlertsBundle\\Service\\BuyerAlertsManager'];
  18457.         }
  18458.         $c = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  18459.         if (isset($this->privates['Aqarmap\\Bundle\\BuyerAlertsBundle\\Service\\BuyerAlertsManager'])) {
  18460.             return $this->privates['Aqarmap\\Bundle\\BuyerAlertsBundle\\Service\\BuyerAlertsManager'];
  18461.         }
  18462.         $d = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\LocationRepository'] ?? $this->getLocationRepositoryService());
  18463.         if (isset($this->privates['Aqarmap\\Bundle\\BuyerAlertsBundle\\Service\\BuyerAlertsManager'])) {
  18464.             return $this->privates['Aqarmap\\Bundle\\BuyerAlertsBundle\\Service\\BuyerAlertsManager'];
  18465.         }
  18466.         $e = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\PropertyTypeRepository'] ?? $this->getPropertyTypeRepositoryService());
  18467.         if (isset($this->privates['Aqarmap\\Bundle\\BuyerAlertsBundle\\Service\\BuyerAlertsManager'])) {
  18468.             return $this->privates['Aqarmap\\Bundle\\BuyerAlertsBundle\\Service\\BuyerAlertsManager'];
  18469.         }
  18470.         $f = ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\Setting'] ?? $this->getSettingService());
  18471.         if (isset($this->privates['Aqarmap\\Bundle\\BuyerAlertsBundle\\Service\\BuyerAlertsManager'])) {
  18472.             return $this->privates['Aqarmap\\Bundle\\BuyerAlertsBundle\\Service\\BuyerAlertsManager'];
  18473.         }
  18474.         return $this->privates['Aqarmap\\Bundle\\BuyerAlertsBundle\\Service\\BuyerAlertsManager'] = new \Aqarmap\Bundle\BuyerAlertsBundle\Service\BuyerAlertsManager($a$b$c$d$e, ($this->services['Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingRepository'] ?? $this->getListingRepositoryService()), $f, ($this->services['fos_elastica.manager.orm'] ?? $this->getFosElastica_Manager_OrmService()), ($this->privates['Aqarmap\\Bundle\\BuyerAlertsBundle\\Repository\\BuyerAlertsRepository'] ?? $this->getBuyerAlertsRepositoryService()), ($this->privates['Aqarmap\\Bundle\\BuyerAlertsBundle\\Repository\\RecentSearchesRepository'] ?? $this->getRecentSearchesRepositoryService()));
  18475.     }
  18476.     /**
  18477.      * Gets the private 'Aqarmap\Bundle\CRMBundle\Command\CRMUpdateCommand' shared autowired service.
  18478.      *
  18479.      * @return \Aqarmap\Bundle\CRMBundle\Command\CRMUpdateCommand
  18480.      */
  18481.     protected function getCRMUpdateCommandService()
  18482.     {
  18483.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18484.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CRMBundle/Command/CRMUpdateCommand.php';
  18485.         $this->privates['Aqarmap\\Bundle\\CRMBundle\\Command\\CRMUpdateCommand'] = $instance = new \Aqarmap\Bundle\CRMBundle\Command\CRMUpdateCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Aqarmap\\Bundle\\CRMBundle\\Services\\CRMManager'] ?? $this->getCRMManagerService()));
  18486.         $instance->setName('app:crm:update');
  18487.         return $instance;
  18488.     }
  18489.     /**
  18490.      * Gets the private 'Aqarmap\Bundle\CRMBundle\Command\PatchGenerateStaffHistoryCommand' shared autowired service.
  18491.      *
  18492.      * @return \Aqarmap\Bundle\CRMBundle\Command\PatchGenerateStaffHistoryCommand
  18493.      */
  18494.     protected function getPatchGenerateStaffHistoryCommandService()
  18495.     {
  18496.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18497.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CRMBundle/Command/PatchGenerateStaffHistoryCommand.php';
  18498.         $this->privates['Aqarmap\\Bundle\\CRMBundle\\Command\\PatchGenerateStaffHistoryCommand'] = $instance = new \Aqarmap\Bundle\CRMBundle\Command\PatchGenerateStaffHistoryCommand(($this->privates['Aqarmap\\Bundle\\CRMBundle\\Repository\\StaffRepository'] ?? $this->getStaffRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  18499.         $instance->setName('app:crm:generate-staff-history-patch');
  18500.         return $instance;
  18501.     }
  18502.     /**
  18503.      * Gets the private 'Aqarmap\Bundle\CRMBundle\Command\PatchUpdateCompanyCreateAtDateCommand' shared autowired service.
  18504.      *
  18505.      * @return \Aqarmap\Bundle\CRMBundle\Command\PatchUpdateCompanyCreateAtDateCommand
  18506.      */
  18507.     protected function getPatchUpdateCompanyCreateAtDateCommandService()
  18508.     {
  18509.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18510.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CRMBundle/Command/PatchUpdateCompanyCreateAtDateCommand.php';
  18511.         $this->privates['Aqarmap\\Bundle\\CRMBundle\\Command\\PatchUpdateCompanyCreateAtDateCommand'] = $instance = new \Aqarmap\Bundle\CRMBundle\Command\PatchUpdateCompanyCreateAtDateCommand(($this->privates['Aqarmap\\Bundle\\CRMBundle\\Services\\CRMManager'] ?? $this->getCRMManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  18512.         $instance->setName('app:patch:crm:update-companies-dates');
  18513.         return $instance;
  18514.     }
  18515.     /**
  18516.      * Gets the private 'Aqarmap\Bundle\CRMBundle\Entity\Company' shared autowired service.
  18517.      *
  18518.      * @return \Aqarmap\Bundle\CRMBundle\Entity\Company
  18519.      */
  18520.     protected function getCompanyService()
  18521.     {
  18522.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CRMBundle/Entity/Company.php';
  18523.         return $this->privates['Aqarmap\\Bundle\\CRMBundle\\Entity\\Company'] = new \Aqarmap\Bundle\CRMBundle\Entity\Company();
  18524.     }
  18525.     /**
  18526.      * Gets the private 'Aqarmap\Bundle\CRMBundle\Entity\Staff' shared autowired service.
  18527.      *
  18528.      * @return \Aqarmap\Bundle\CRMBundle\Entity\Staff
  18529.      */
  18530.     protected function getStaffService()
  18531.     {
  18532.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CRMBundle/Entity/Staff.php';
  18533.         return $this->privates['Aqarmap\\Bundle\\CRMBundle\\Entity\\Staff'] = new \Aqarmap\Bundle\CRMBundle\Entity\Staff();
  18534.     }
  18535.     /**
  18536.      * Gets the private 'Aqarmap\Bundle\CRMBundle\Entity\StaffCheckIn' shared autowired service.
  18537.      *
  18538.      * @return \Aqarmap\Bundle\CRMBundle\Entity\StaffCheckIn
  18539.      */
  18540.     protected function getStaffCheckInService()
  18541.     {
  18542.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CRMBundle/Entity/StaffCheckIn.php';
  18543.         return $this->privates['Aqarmap\\Bundle\\CRMBundle\\Entity\\StaffCheckIn'] = new \Aqarmap\Bundle\CRMBundle\Entity\StaffCheckIn();
  18544.     }
  18545.     /**
  18546.      * Gets the private 'Aqarmap\Bundle\CRMBundle\EventListener\CRMLeadListener' shared autowired service.
  18547.      *
  18548.      * @return \Aqarmap\Bundle\CRMBundle\EventListener\CRMLeadListener
  18549.      */
  18550.     protected function getCRMLeadListenerService()
  18551.     {
  18552.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CRMBundle/EventListener/CRMLeadListener.php';
  18553.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  18554.         if (isset($this->privates['Aqarmap\\Bundle\\CRMBundle\\EventListener\\CRMLeadListener'])) {
  18555.             return $this->privates['Aqarmap\\Bundle\\CRMBundle\\EventListener\\CRMLeadListener'];
  18556.         }
  18557.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18558.         if (isset($this->privates['Aqarmap\\Bundle\\CRMBundle\\EventListener\\CRMLeadListener'])) {
  18559.             return $this->privates['Aqarmap\\Bundle\\CRMBundle\\EventListener\\CRMLeadListener'];
  18560.         }
  18561.         $c = ($this->services['Aqarmap\\Bundle\\FeatureToggleBundle\\Service\\FeatureToggleManager'] ?? $this->getFeatureToggleManagerService());
  18562.         if (isset($this->privates['Aqarmap\\Bundle\\CRMBundle\\EventListener\\CRMLeadListener'])) {
  18563.             return $this->privates['Aqarmap\\Bundle\\CRMBundle\\EventListener\\CRMLeadListener'];
  18564.         }
  18565.         $d = ($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\LeadsCRMService'] ?? $this->getLeadsCRMServiceService());
  18566.         if (isset($this->privates['Aqarmap\\Bundle\\CRMBundle\\EventListener\\CRMLeadListener'])) {
  18567.             return $this->privates['Aqarmap\\Bundle\\CRMBundle\\EventListener\\CRMLeadListener'];
  18568.         }
  18569.         $e = ($this->privates['Aqarmap\\Bundle\\NotificationBundle\\Types\\LeadGenerated'] ?? $this->getLeadGeneratedService());
  18570.         if (isset($this->privates['Aqarmap\\Bundle\\CRMBundle\\EventListener\\CRMLeadListener'])) {
  18571.             return $this->privates['Aqarmap\\Bundle\\CRMBundle\\EventListener\\CRMLeadListener'];
  18572.         }
  18573.         return $this->privates['Aqarmap\\Bundle\\CRMBundle\\EventListener\\CRMLeadListener'] = new \Aqarmap\Bundle\CRMBundle\EventListener\CRMLeadListener($a$b$c$d, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $e);
  18574.     }
  18575.     /**
  18576.      * Gets the private 'Aqarmap\Bundle\CRMBundle\Form\AttachmentType' shared autowired service.
  18577.      *
  18578.      * @return \Aqarmap\Bundle\CRMBundle\Form\AttachmentType
  18579.      */
  18580.     protected function getAttachmentTypeService()
  18581.     {
  18582.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18583.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18584.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CRMBundle/Form/AttachmentType.php';
  18585.         return $this->privates['Aqarmap\\Bundle\\CRMBundle\\Form\\AttachmentType'] = new \Aqarmap\Bundle\CRMBundle\Form\AttachmentType();
  18586.     }
  18587.     /**
  18588.      * Gets the private 'Aqarmap\Bundle\CRMBundle\Form\CompanyAccountManagerType' shared autowired service.
  18589.      *
  18590.      * @return \Aqarmap\Bundle\CRMBundle\Form\CompanyAccountManagerType
  18591.      */
  18592.     protected function getCompanyAccountManagerTypeService()
  18593.     {
  18594.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18595.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18596.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CRMBundle/Form/CompanyAccountManagerType.php';
  18597.         return $this->privates['Aqarmap\\Bundle\\CRMBundle\\Form\\CompanyAccountManagerType'] = new \Aqarmap\Bundle\CRMBundle\Form\CompanyAccountManagerType();
  18598.     }
  18599.     /**
  18600.      * Gets the private 'Aqarmap\Bundle\CRMBundle\Form\CompanyType' shared autowired service.
  18601.      *
  18602.      * @return \Aqarmap\Bundle\CRMBundle\Form\CompanyType
  18603.      */
  18604.     protected function getCompanyTypeService()
  18605.     {
  18606.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18607.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18608.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CRMBundle/Form/CompanyType.php';
  18609.         return $this->privates['Aqarmap\\Bundle\\CRMBundle\\Form\\CompanyType'] = new \Aqarmap\Bundle\CRMBundle\Form\CompanyType();
  18610.     }
  18611.     /**
  18612.      * Gets the private 'Aqarmap\Bundle\CRMBundle\Form\ExistingUserFormType' shared autowired service.
  18613.      *
  18614.      * @return \Aqarmap\Bundle\CRMBundle\Form\ExistingUserFormType
  18615.      */
  18616.     protected function getExistingUserFormType2Service()
  18617.     {
  18618.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18619.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18620.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CRMBundle/Form/ExistingUserFormType.php';
  18621.         return $this->privates['Aqarmap\\Bundle\\CRMBundle\\Form\\ExistingUserFormType'] = new \Aqarmap\Bundle\CRMBundle\Form\ExistingUserFormType();
  18622.     }
  18623.     /**
  18624.      * Gets the private 'Aqarmap\Bundle\CRMBundle\Form\PhotoType' shared autowired service.
  18625.      *
  18626.      * @return \Aqarmap\Bundle\CRMBundle\Form\PhotoType
  18627.      */
  18628.     protected function getPhotoType2Service()
  18629.     {
  18630.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18631.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18632.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CRMBundle/Form/PhotoType.php';
  18633.         return $this->privates['Aqarmap\\Bundle\\CRMBundle\\Form\\PhotoType'] = new \Aqarmap\Bundle\CRMBundle\Form\PhotoType();
  18634.     }
  18635.     /**
  18636.      * Gets the private 'Aqarmap\Bundle\CRMBundle\Form\StaffCheckInType' shared autowired service.
  18637.      *
  18638.      * @return \Aqarmap\Bundle\CRMBundle\Form\StaffCheckInType
  18639.      */
  18640.     protected function getStaffCheckInTypeService()
  18641.     {
  18642.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18643.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18644.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CRMBundle/Form/StaffCheckInType.php';
  18645.         return $this->privates['Aqarmap\\Bundle\\CRMBundle\\Form\\StaffCheckInType'] = new \Aqarmap\Bundle\CRMBundle\Form\StaffCheckInType();
  18646.     }
  18647.     /**
  18648.      * Gets the private 'Aqarmap\Bundle\CRMBundle\Form\StaffType' shared autowired service.
  18649.      *
  18650.      * @return \Aqarmap\Bundle\CRMBundle\Form\StaffType
  18651.      */
  18652.     protected function getStaffTypeService()
  18653.     {
  18654.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18655.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18656.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CRMBundle/Form/StaffType.php';
  18657.         return $this->privates['Aqarmap\\Bundle\\CRMBundle\\Form\\StaffType'] = new \Aqarmap\Bundle\CRMBundle\Form\StaffType();
  18658.     }
  18659.     /**
  18660.      * Gets the private 'Aqarmap\Bundle\CRMBundle\Repository\CompanyRepository' shared autowired service.
  18661.      *
  18662.      * @return \Aqarmap\Bundle\CRMBundle\Repository\CompanyRepository
  18663.      */
  18664.     protected function getCompanyRepositoryService()
  18665.     {
  18666.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CRMBundle/Repository/CompanyRepository.php';
  18667.         return $this->privates['Aqarmap\\Bundle\\CRMBundle\\Repository\\CompanyRepository'] = new \Aqarmap\Bundle\CRMBundle\Repository\CompanyRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  18668.     }
  18669.     /**
  18670.      * Gets the private 'Aqarmap\Bundle\CRMBundle\Repository\CompanyStaffRepository' shared autowired service.
  18671.      *
  18672.      * @return \Aqarmap\Bundle\CRMBundle\Repository\CompanyStaffRepository
  18673.      */
  18674.     protected function getCompanyStaffRepositoryService()
  18675.     {
  18676.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CRMBundle/Repository/CompanyStaffRepository.php';
  18677.         return $this->privates['Aqarmap\\Bundle\\CRMBundle\\Repository\\CompanyStaffRepository'] = new \Aqarmap\Bundle\CRMBundle\Repository\CompanyStaffRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  18678.     }
  18679.     /**
  18680.      * Gets the private 'Aqarmap\Bundle\CRMBundle\Repository\StaffCheckInRepository' shared autowired service.
  18681.      *
  18682.      * @return \Aqarmap\Bundle\CRMBundle\Repository\StaffCheckInRepository
  18683.      */
  18684.     protected function getStaffCheckInRepositoryService()
  18685.     {
  18686.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CRMBundle/Repository/StaffCheckInRepository.php';
  18687.         return $this->privates['Aqarmap\\Bundle\\CRMBundle\\Repository\\StaffCheckInRepository'] = new \Aqarmap\Bundle\CRMBundle\Repository\StaffCheckInRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  18688.     }
  18689.     /**
  18690.      * Gets the private 'Aqarmap\Bundle\CRMBundle\Repository\StaffHistoryRepository' shared autowired service.
  18691.      *
  18692.      * @return \Aqarmap\Bundle\CRMBundle\Repository\StaffHistoryRepository
  18693.      */
  18694.     protected function getStaffHistoryRepositoryService()
  18695.     {
  18696.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CRMBundle/Repository/StaffHistoryRepository.php';
  18697.         return $this->privates['Aqarmap\\Bundle\\CRMBundle\\Repository\\StaffHistoryRepository'] = new \Aqarmap\Bundle\CRMBundle\Repository\StaffHistoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  18698.     }
  18699.     /**
  18700.      * Gets the private 'Aqarmap\Bundle\CRMBundle\Repository\StaffRepository' shared autowired service.
  18701.      *
  18702.      * @return \Aqarmap\Bundle\CRMBundle\Repository\StaffRepository
  18703.      */
  18704.     protected function getStaffRepositoryService()
  18705.     {
  18706.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CRMBundle/Repository/StaffRepository.php';
  18707.         return $this->privates['Aqarmap\\Bundle\\CRMBundle\\Repository\\StaffRepository'] = new \Aqarmap\Bundle\CRMBundle\Repository\StaffRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  18708.     }
  18709.     /**
  18710.      * Gets the private 'Aqarmap\Bundle\CRMBundle\Services\CRMManager' shared autowired service.
  18711.      *
  18712.      * @return \Aqarmap\Bundle\CRMBundle\Services\CRMManager
  18713.      */
  18714.     protected function getCRMManagerService()
  18715.     {
  18716.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CRMBundle/Services/CRMManager.php';
  18717.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/LeadsExpectationsService.php';
  18718.         return $this->privates['Aqarmap\\Bundle\\CRMBundle\\Services\\CRMManager'] = new \Aqarmap\Bundle\CRMBundle\Services\CRMManager($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\Setting'] ?? $this->getSettingService()), new \Aqarmap\Bundle\ListingBundle\Service\LeadsExpectationsService(($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\LeadsExpectationsRepository'] ?? $this->getLeadsExpectationsRepositoryService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingLeadRepository'] ?? $this->getListingLeadRepositoryService())), ($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserManager'] ?? $this->getUserManagerService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingRateService'] ?? $this->getListingRateServiceService()));
  18719.     }
  18720.     /**
  18721.      * Gets the private 'Aqarmap\Bundle\CRMBundle\Services\CompanyManager' shared autowired service.
  18722.      *
  18723.      * @return \Aqarmap\Bundle\CRMBundle\Services\CompanyManager
  18724.      */
  18725.     protected function getCompanyManagerService()
  18726.     {
  18727.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CRMBundle/Services/CompanyManager.php';
  18728.         return $this->privates['Aqarmap\\Bundle\\CRMBundle\\Services\\CompanyManager'] = new \Aqarmap\Bundle\CRMBundle\Services\CompanyManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  18729.     }
  18730.     /**
  18731.      * Gets the private 'Aqarmap\Bundle\CRMBundle\Services\StaffHistoryManager' shared autowired service.
  18732.      *
  18733.      * @return \Aqarmap\Bundle\CRMBundle\Services\StaffHistoryManager
  18734.      */
  18735.     protected function getStaffHistoryManagerService()
  18736.     {
  18737.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CRMBundle/Services/StaffHistoryManager.php';
  18738.         return $this->privates['Aqarmap\\Bundle\\CRMBundle\\Services\\StaffHistoryManager'] = new \Aqarmap\Bundle\CRMBundle\Services\StaffHistoryManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  18739.     }
  18740.     /**
  18741.      * Gets the private 'Aqarmap\Bundle\CRMBundle\Strategy\UpdateCompanyStrategy' shared autowired service.
  18742.      *
  18743.      * @return \Aqarmap\Bundle\CRMBundle\Strategy\UpdateCompanyStrategy
  18744.      */
  18745.     protected function getUpdateCompanyStrategyService()
  18746.     {
  18747.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Contract/Consumer/StrategyInterface.php';
  18748.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CRMBundle/Strategy/UpdateCompanyStrategy.php';
  18749.         return $this->privates['Aqarmap\\Bundle\\CRMBundle\\Strategy\\UpdateCompanyStrategy'] = new \Aqarmap\Bundle\CRMBundle\Strategy\UpdateCompanyStrategy(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Aqarmap\\Bundle\\CRMBundle\\Services\\CRMManager'] ?? $this->getCRMManagerService()));
  18750.     }
  18751.     /**
  18752.      * Gets the private 'Aqarmap\Bundle\CreditBundle\Command\BatchUpdatePackageTaxesCommand' shared autowired service.
  18753.      *
  18754.      * @return \Aqarmap\Bundle\CreditBundle\Command\BatchUpdatePackageTaxesCommand
  18755.      */
  18756.     protected function getBatchUpdatePackageTaxesCommandService()
  18757.     {
  18758.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18759.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Command/BatchUpdatePackageTaxesCommand.php';
  18760.         $this->privates['Aqarmap\\Bundle\\CreditBundle\\Command\\BatchUpdatePackageTaxesCommand'] = $instance = new \Aqarmap\Bundle\CreditBundle\Command\BatchUpdatePackageTaxesCommand();
  18761.         $instance->setName('app:batch:credit:update_packages_taxes');
  18762.         return $instance;
  18763.     }
  18764.     /**
  18765.      * Gets the private 'Aqarmap\Bundle\CreditBundle\Command\CreditAnalysisCommand' shared autowired service.
  18766.      *
  18767.      * @return \Aqarmap\Bundle\CreditBundle\Command\CreditAnalysisCommand
  18768.      */
  18769.     protected function getCreditAnalysisCommandService()
  18770.     {
  18771.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18772.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Command/CreditAnalysisCommand.php';
  18773.         $this->privates['Aqarmap\\Bundle\\CreditBundle\\Command\\CreditAnalysisCommand'] = $instance = new \Aqarmap\Bundle\CreditBundle\Command\CreditAnalysisCommand(($this->privates['Aqarmap\\Bundle\\CreditBundle\\Services\\CreditAnalysisManager'] ?? $this->getCreditAnalysisManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  18774.         $instance->setName('app:analyse:credit:patch');
  18775.         return $instance;
  18776.     }
  18777.     /**
  18778.      * Gets the private 'Aqarmap\Bundle\CreditBundle\Command\ExclusivePackagesCreditFundingCommand' shared autowired service.
  18779.      *
  18780.      * @return \Aqarmap\Bundle\CreditBundle\Command\ExclusivePackagesCreditFundingCommand
  18781.      */
  18782.     protected function getExclusivePackagesCreditFundingCommandService()
  18783.     {
  18784.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18785.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Command/ExclusivePackagesCreditFundingCommand.php';
  18786.         $this->privates['Aqarmap\\Bundle\\CreditBundle\\Command\\ExclusivePackagesCreditFundingCommand'] = $instance = new \Aqarmap\Bundle\CreditBundle\Command\ExclusivePackagesCreditFundingCommand(($this->privates['Aqarmap\\Bundle\\CreditBundle\\Services\\CreditManager'] ?? $this->getCreditManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  18787.         $instance->setName('app:packages:exclusive:funding');
  18788.         return $instance;
  18789.     }
  18790.     /**
  18791.      * Gets the private 'Aqarmap\Bundle\CreditBundle\Command\ExpireCreditCommand' shared autowired service.
  18792.      *
  18793.      * @return \Aqarmap\Bundle\CreditBundle\Command\ExpireCreditCommand
  18794.      */
  18795.     protected function getExpireCreditCommandService()
  18796.     {
  18797.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18798.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Command/ExpireCreditCommand.php';
  18799.         $this->privates['Aqarmap\\Bundle\\CreditBundle\\Command\\ExpireCreditCommand'] = $instance = new \Aqarmap\Bundle\CreditBundle\Command\ExpireCreditCommand(($this->privates['Aqarmap\\Bundle\\PaymentBundle\\Repository\\PaymentRepository'] ?? $this->getPaymentRepositoryService()), ($this->privates['Aqarmap\\Bundle\\CreditBundle\\Repository\\CreditRepository'] ?? $this->getCreditRepositoryService()), ($this->privates['Aqarmap\\Bundle\\CreditBundle\\Services\\CreditManager'] ?? $this->getCreditManagerService()), ($this->services['Aqarmap\\Bundle\\FeatureToggleBundle\\Service\\FeatureToggleManager'] ?? $this->getFeatureToggleManagerService()));
  18800.         $instance->setName('app:expire-credit-after-thirty-days');
  18801.         return $instance;
  18802.     }
  18803.     /**
  18804.      * Gets the private 'Aqarmap\Bundle\CreditBundle\Command\PackageUserTypePatchCommand' shared autowired service.
  18805.      *
  18806.      * @return \Aqarmap\Bundle\CreditBundle\Command\PackageUserTypePatchCommand
  18807.      */
  18808.     protected function getPackageUserTypePatchCommandService()
  18809.     {
  18810.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18811.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Command/PackageUserTypePatchCommand.php';
  18812.         $this->privates['Aqarmap\\Bundle\\CreditBundle\\Command\\PackageUserTypePatchCommand'] = $instance = new \Aqarmap\Bundle\CreditBundle\Command\PackageUserTypePatchCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  18813.         $instance->setName('app:packages:usertype:patch');
  18814.         return $instance;
  18815.     }
  18816.     /**
  18817.      * Gets the private 'Aqarmap\Bundle\CreditBundle\Command\PatchCreditServicesOrderCommand' shared autowired service.
  18818.      *
  18819.      * @return \Aqarmap\Bundle\CreditBundle\Command\PatchCreditServicesOrderCommand
  18820.      */
  18821.     protected function getPatchCreditServicesOrderCommandService()
  18822.     {
  18823.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18824.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Command/PatchCreditServicesOrderCommand.php';
  18825.         $this->privates['Aqarmap\\Bundle\\CreditBundle\\Command\\PatchCreditServicesOrderCommand'] = $instance = new \Aqarmap\Bundle\CreditBundle\Command\PatchCreditServicesOrderCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  18826.         $instance->setName('app:credit-services-order:patch');
  18827.         return $instance;
  18828.     }
  18829.     /**
  18830.      * Gets the private 'Aqarmap\Bundle\CreditBundle\Command\PatchExtendActiveCreditPackagesCommand' shared autowired service.
  18831.      *
  18832.      * @return \Aqarmap\Bundle\CreditBundle\Command\PatchExtendActiveCreditPackagesCommand
  18833.      */
  18834.     protected function getPatchExtendActiveCreditPackagesCommandService()
  18835.     {
  18836.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18837.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Command/PatchExtendActiveCreditPackagesCommand.php';
  18838.         $this->privates['Aqarmap\\Bundle\\CreditBundle\\Command\\PatchExtendActiveCreditPackagesCommand'] = $instance = new \Aqarmap\Bundle\CreditBundle\Command\PatchExtendActiveCreditPackagesCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  18839.         $instance->setName('app:patch:extend-active-packages');
  18840.         return $instance;
  18841.     }
  18842.     /**
  18843.      * Gets the private 'Aqarmap\Bundle\CreditBundle\Command\PatchGenerateChurnAndExpiryHistoryCommand' shared autowired service.
  18844.      *
  18845.      * @return \Aqarmap\Bundle\CreditBundle\Command\PatchGenerateChurnAndExpiryHistoryCommand
  18846.      */
  18847.     protected function getPatchGenerateChurnAndExpiryHistoryCommandService()
  18848.     {
  18849.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18850.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Command/PatchGenerateChurnAndExpiryHistoryCommand.php';
  18851.         $this->privates['Aqarmap\\Bundle\\CreditBundle\\Command\\PatchGenerateChurnAndExpiryHistoryCommand'] = $instance = new \Aqarmap\Bundle\CreditBundle\Command\PatchGenerateChurnAndExpiryHistoryCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  18852.         $instance->setName('app:patch:generate-churn-expiry-history');
  18853.         return $instance;
  18854.     }
  18855.     /**
  18856.      * Gets the private 'Aqarmap\Bundle\CreditBundle\Command\PatchRevertActiveCreditPackagesExtensionCommand' shared autowired service.
  18857.      *
  18858.      * @return \Aqarmap\Bundle\CreditBundle\Command\PatchRevertActiveCreditPackagesExtensionCommand
  18859.      */
  18860.     protected function getPatchRevertActiveCreditPackagesExtensionCommandService()
  18861.     {
  18862.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18863.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Command/PatchRevertActiveCreditPackagesExtensionCommand.php';
  18864.         $this->privates['Aqarmap\\Bundle\\CreditBundle\\Command\\PatchRevertActiveCreditPackagesExtensionCommand'] = $instance = new \Aqarmap\Bundle\CreditBundle\Command\PatchRevertActiveCreditPackagesExtensionCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  18865.         $instance->setName('app:patch:revert-active-packages-extension');
  18866.         return $instance;
  18867.     }
  18868.     /**
  18869.      * Gets the private 'Aqarmap\Bundle\CreditBundle\Command\PaymentTransactionsPatchCommand' shared autowired service.
  18870.      *
  18871.      * @return \Aqarmap\Bundle\CreditBundle\Command\PaymentTransactionsPatchCommand
  18872.      */
  18873.     protected function getPaymentTransactionsPatchCommandService()
  18874.     {
  18875.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18876.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Command/PaymentTransactionsPatchCommand.php';
  18877.         $this->privates['Aqarmap\\Bundle\\CreditBundle\\Command\\PaymentTransactionsPatchCommand'] = $instance = new \Aqarmap\Bundle\CreditBundle\Command\PaymentTransactionsPatchCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  18878.         $instance->setName('app:old-credits:patch');
  18879.         return $instance;
  18880.     }
  18881.     /**
  18882.      * Gets the private 'Aqarmap\Bundle\CreditBundle\Command\ResetCreditOnChurnExpiryCommand' shared autowired service.
  18883.      *
  18884.      * @return \Aqarmap\Bundle\CreditBundle\Command\ResetCreditOnChurnExpiryCommand
  18885.      */
  18886.     protected function getResetCreditOnChurnExpiryCommandService()
  18887.     {
  18888.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18889.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Command/ResetCreditOnChurnExpiryCommand.php';
  18890.         $this->privates['Aqarmap\\Bundle\\CreditBundle\\Command\\ResetCreditOnChurnExpiryCommand'] = $instance = new \Aqarmap\Bundle\CreditBundle\Command\ResetCreditOnChurnExpiryCommand(($this->privates['Aqarmap\\Bundle\\CreditBundle\\Services\\CreditManager'] ?? $this->getCreditManagerService()), ($this->privates['Aqarmap\\Bundle\\UserBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  18891.         $instance->setName('app:reset_credit_churn_expiry');
  18892.         return $instance;
  18893.     }
  18894.     /**
  18895.      * Gets the private 'Aqarmap\Bundle\CreditBundle\Command\UpdateChurnsAndExpiryDataCommand' shared autowired service.
  18896.      *
  18897.      * @return \Aqarmap\Bundle\CreditBundle\Command\UpdateChurnsAndExpiryDataCommand
  18898.      */
  18899.     protected function getUpdateChurnsAndExpiryDataCommandService()
  18900.     {
  18901.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18902.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Command/UpdateChurnsAndExpiryDataCommand.php';
  18903.         $this->privates['Aqarmap\\Bundle\\CreditBundle\\Command\\UpdateChurnsAndExpiryDataCommand'] = $instance = new \Aqarmap\Bundle\CreditBundle\Command\UpdateChurnsAndExpiryDataCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['Aqarmap\\Bundle\\FeatureToggleBundle\\Service\\FeatureToggleManager'] ?? $this->getFeatureToggleManagerService()), ($this->privates['Aqarmap\\Bundle\\CRMBundle\\Repository\\StaffRepository'] ?? $this->getStaffRepositoryService()));
  18904.         $instance->setName('app:update:churns:expiry');
  18905.         return $instance;
  18906.     }
  18907.     /**
  18908.      * Gets the private 'Aqarmap\Bundle\CreditBundle\EventListener\ChurnAndExpiryEventSubscriber' shared autowired service.
  18909.      *
  18910.      * @return \Aqarmap\Bundle\CreditBundle\EventListener\ChurnAndExpiryEventSubscriber
  18911.      */
  18912.     protected function getChurnAndExpiryEventSubscriberService()
  18913.     {
  18914.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/EventListener/ChurnAndExpiryEventSubscriber.php';
  18915.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  18916.         if (isset($this->privates['Aqarmap\\Bundle\\CreditBundle\\EventListener\\ChurnAndExpiryEventSubscriber'])) {
  18917.             return $this->privates['Aqarmap\\Bundle\\CreditBundle\\EventListener\\ChurnAndExpiryEventSubscriber'];
  18918.         }
  18919.         $b = ($this->privates['Aqarmap\\Bundle\\CreditBundle\\Services\\ChurnAndExpiryManager'] ?? $this->getChurnAndExpiryManagerService());
  18920.         if (isset($this->privates['Aqarmap\\Bundle\\CreditBundle\\EventListener\\ChurnAndExpiryEventSubscriber'])) {
  18921.             return $this->privates['Aqarmap\\Bundle\\CreditBundle\\EventListener\\ChurnAndExpiryEventSubscriber'];
  18922.         }
  18923.         return $this->privates['Aqarmap\\Bundle\\CreditBundle\\EventListener\\ChurnAndExpiryEventSubscriber'] = new \Aqarmap\Bundle\CreditBundle\EventListener\ChurnAndExpiryEventSubscriber($a$b);
  18924.     }
  18925.     /**
  18926.      * Gets the private 'Aqarmap\Bundle\CreditBundle\EventListener\ConfigureMenuEventSubscriber' shared autowired service.
  18927.      *
  18928.      * @return \Aqarmap\Bundle\CreditBundle\EventListener\ConfigureMenuEventSubscriber
  18929.      */
  18930.     protected function getConfigureMenuEventSubscriberService()
  18931.     {
  18932.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/EventListener/ConfigureMenuEventSubscriber.php';
  18933.         $a = ($this->services['Aqarmap\\Bundle\\FeatureToggleBundle\\Service\\FeatureToggleManager'] ?? $this->getFeatureToggleManagerService());
  18934.         if (isset($this->privates['Aqarmap\\Bundle\\CreditBundle\\EventListener\\ConfigureMenuEventSubscriber'])) {
  18935.             return $this->privates['Aqarmap\\Bundle\\CreditBundle\\EventListener\\ConfigureMenuEventSubscriber'];
  18936.         }
  18937.         $b = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  18938.         if (isset($this->privates['Aqarmap\\Bundle\\CreditBundle\\EventListener\\ConfigureMenuEventSubscriber'])) {
  18939.             return $this->privates['Aqarmap\\Bundle\\CreditBundle\\EventListener\\ConfigureMenuEventSubscriber'];
  18940.         }
  18941.         return $this->privates['Aqarmap\\Bundle\\CreditBundle\\EventListener\\ConfigureMenuEventSubscriber'] = new \Aqarmap\Bundle\CreditBundle\EventListener\ConfigureMenuEventSubscriber(($this->services['translator'] ?? $this->getTranslatorService()), $a$b);
  18942.     }
  18943.     /**
  18944.      * Gets the private 'Aqarmap\Bundle\CreditBundle\Form\AdminSubtractCreditsFormType' shared autowired service.
  18945.      *
  18946.      * @return \Aqarmap\Bundle\CreditBundle\Form\AdminSubtractCreditsFormType
  18947.      */
  18948.     protected function getAdminSubtractCreditsFormTypeService()
  18949.     {
  18950.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18951.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18952.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Form/AdminSubtractCreditsFormType.php';
  18953.         return $this->privates['Aqarmap\\Bundle\\CreditBundle\\Form\\AdminSubtractCreditsFormType'] = new \Aqarmap\Bundle\CreditBundle\Form\AdminSubtractCreditsFormType();
  18954.     }
  18955.     /**
  18956.      * Gets the private 'Aqarmap\Bundle\CreditBundle\Form\Admin\TransferPointsType' shared autowired service.
  18957.      *
  18958.      * @return \Aqarmap\Bundle\CreditBundle\Form\Admin\TransferPointsType
  18959.      */
  18960.     protected function getTransferPointsTypeService()
  18961.     {
  18962.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18963.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18964.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Form/Admin/TransferPointsType.php';
  18965.         return $this->privates['Aqarmap\\Bundle\\CreditBundle\\Form\\Admin\\TransferPointsType'] = new \Aqarmap\Bundle\CreditBundle\Form\Admin\TransferPointsType();
  18966.     }
  18967.     /**
  18968.      * Gets the private 'Aqarmap\Bundle\CreditBundle\Form\Admin\UserPointsType' shared autowired service.
  18969.      *
  18970.      * @return \Aqarmap\Bundle\CreditBundle\Form\Admin\UserPointsType
  18971.      */
  18972.     protected function getUserPointsTypeService()
  18973.     {
  18974.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18975.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18976.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Form/Admin/UserPointsType.php';
  18977.         return $this->privates['Aqarmap\\Bundle\\CreditBundle\\Form\\Admin\\UserPointsType'] = new \Aqarmap\Bundle\CreditBundle\Form\Admin\UserPointsType();
  18978.     }
  18979.     /**
  18980.      * Gets the private 'Aqarmap\Bundle\CreditBundle\Form\BuyCreditsFormType' shared autowired service.
  18981.      *
  18982.      * @return \Aqarmap\Bundle\CreditBundle\Form\BuyCreditsFormType
  18983.      */
  18984.     protected function getBuyCreditsFormTypeService()
  18985.     {
  18986.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18987.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18988.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Form/BuyCreditsFormType.php';
  18989.         return $this->privates['Aqarmap\\Bundle\\CreditBundle\\Form\\BuyCreditsFormType'] = new \Aqarmap\Bundle\CreditBundle\Form\BuyCreditsFormType();
  18990.     }
  18991.     /**
  18992.      * Gets the private 'Aqarmap\Bundle\CreditBundle\Form\ExportCreditTransactionType' shared autowired service.
  18993.      *
  18994.      * @return \Aqarmap\Bundle\CreditBundle\Form\ExportCreditTransactionType
  18995.      */
  18996.     protected function getExportCreditTransactionTypeService()
  18997.     {
  18998.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18999.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  19000.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Form/ExportCreditTransactionType.php';
  19001.         return $this->privates['Aqarmap\\Bundle\\CreditBundle\\Form\\ExportCreditTransactionType'] = new \Aqarmap\Bundle\CreditBundle\Form\ExportCreditTransactionType();
  19002.     }
  19003.     /**
  19004.      * Gets the private 'Aqarmap\Bundle\CreditBundle\Form\FaqType' shared autowired service.
  19005.      *
  19006.      * @return \Aqarmap\Bundle\CreditBundle\Form\FaqType
  19007.      */
  19008.     protected function getFaqTypeService()
  19009.     {
  19010.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  19011.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  19012.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Form/FaqType.php';
  19013.         return $this->privates['Aqarmap\\Bundle\\CreditBundle\\Form\\FaqType'] = new \Aqarmap\Bundle\CreditBundle\Form\FaqType();
  19014.     }
  19015.     /**
  19016.      * Gets the private 'Aqarmap\Bundle\CreditBundle\Form\PackageFiltersFormType' shared autowired service.
  19017.      *
  19018.      * @return \Aqarmap\Bundle\CreditBundle\Form\PackageFiltersFormType
  19019.      */
  19020.     protected function getPackageFiltersFormTypeService()
  19021.     {
  19022.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  19023.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  19024.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Form/PackageFiltersFormType.php';
  19025.         return $this->privates['Aqarmap\\Bundle\\CreditBundle\\Form\\PackageFiltersFormType'] = new \Aqarmap\Bundle\CreditBundle\Form\PackageFiltersFormType();
  19026.     }
  19027.     /**
  19028.      * Gets the private 'Aqarmap\Bundle\CreditBundle\Form\PackageType' shared autowired service.
  19029.      *
  19030.      * @return \Aqarmap\Bundle\CreditBundle\Form\PackageType
  19031.      */
  19032.     protected function getPackageTypeService()
  19033.     {
  19034.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  19035.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  19036.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Form/PackageType.php';
  19037.         $a = ($this->services['Aqarmap\\Bundle\\FeatureToggleBundle\\Service\\FeatureToggleManager'] ?? $this->getFeatureToggleManagerService());
  19038.         if (isset($this->privates['Aqarmap\\Bundle\\CreditBundle\\Form\\PackageType'])) {
  19039.             return $this->privates['Aqarmap\\Bundle\\CreditBundle\\Form\\PackageType'];
  19040.         }
  19041.         return $this->privates['Aqarmap\\Bundle\\CreditBundle\\Form\\PackageType'] = new \Aqarmap\Bundle\CreditBundle\Form\PackageType($a);
  19042.     }
  19043.     /**
  19044.      * Gets the private 'Aqarmap\Bundle\CreditBundle\Form\ServiceType' shared autowired service.
  19045.      *
  19046.      * @return \Aqarmap\Bundle\CreditBundle\Form\ServiceType
  19047.      */
  19048.     protected function getServiceTypeService()
  19049.     {
  19050.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  19051.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  19052.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Form/ServiceType.php';
  19053.         return $this->privates['Aqarmap\\Bundle\\CreditBundle\\Form\\ServiceType'] = new \Aqarmap\Bundle\CreditBundle\Form\ServiceType();
  19054.     }
  19055.     /**
  19056.      * Gets the private 'Aqarmap\Bundle\CreditBundle\Repository\ChurnsAndExpiryRepository' shared autowired service.
  19057.      *
  19058.      * @return \Aqarmap\Bundle\CreditBundle\Repository\ChurnsAndExpiryRepository
  19059.      */
  19060.     protected function getChurnsAndExpiryRepositoryService()
  19061.     {
  19062.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Repository/ChurnsAndExpiryRepository.php';
  19063.         return $this->privates['Aqarmap\\Bundle\\CreditBundle\\Repository\\ChurnsAndExpiryRepository'] = new \Aqarmap\Bundle\CreditBundle\Repository\ChurnsAndExpiryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  19064.     }
  19065.     /**
  19066.      * Gets the private 'Aqarmap\Bundle\CreditBundle\Repository\CreditAnalysisRepository' shared autowired service.
  19067.      *
  19068.      * @return \Aqarmap\Bundle\CreditBundle\Repository\CreditAnalysisRepository
  19069.      */
  19070.     protected function getCreditAnalysisRepositoryService()
  19071.     {
  19072.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Repository/CreditAnalysisRepository.php';
  19073.         return $this->privates['Aqarmap\\Bundle\\CreditBundle\\Repository\\CreditAnalysisRepository'] = new \Aqarmap\Bundle\CreditBundle\Repository\CreditAnalysisRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\CacheManager'] ?? $this->getCacheManagerService()));
  19074.     }
  19075.     /**
  19076.      * Gets the private 'Aqarmap\Bundle\CreditBundle\Repository\CreditPackageRepositroy' shared autowired service.
  19077.      *
  19078.      * @return \Aqarmap\Bundle\CreditBundle\Repository\CreditPackageRepositroy
  19079.      */
  19080.     protected function getCreditPackageRepositroyService()
  19081.     {
  19082.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Repository/CreditPackageRepositroy.php';
  19083.         return $this->privates['Aqarmap\\Bundle\\CreditBundle\\Repository\\CreditPackageRepositroy'] = new \Aqarmap\Bundle\CreditBundle\Repository\CreditPackageRepositroy(($this->services['doctrine'] ?? $this->getDoctrineService()));
  19084.     }
  19085.     /**
  19086.      * Gets the private 'Aqarmap\Bundle\CreditBundle\Repository\CreditRepository' shared autowired service.
  19087.      *
  19088.      * @return \Aqarmap\Bundle\CreditBundle\Repository\CreditRepository
  19089.      */
  19090.     protected function getCreditRepositoryService()
  19091.     {
  19092.         return $this->privates['Aqarmap\\Bundle\\CreditBundle\\Repository\\CreditRepository'] = new \Aqarmap\Bundle\CreditBundle\Repository\CreditRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  19093.     }
  19094.     /**
  19095.      * Gets the private 'Aqarmap\Bundle\CreditBundle\Repository\FaqRepository' shared autowired service.
  19096.      *
  19097.      * @return \Aqarmap\Bundle\CreditBundle\Repository\FaqRepository
  19098.      */
  19099.     protected function getFaqRepositoryService()
  19100.     {
  19101.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Repository/FaqRepository.php';
  19102.         return $this->privates['Aqarmap\\Bundle\\CreditBundle\\Repository\\FaqRepository'] = new \Aqarmap\Bundle\CreditBundle\Repository\FaqRepository(($this->services['doctrine_mongodb'] ?? $this->getDoctrineMongodbService()));
  19103.     }
  19104.     /**
  19105.      * Gets the private 'Aqarmap\Bundle\CreditBundle\Repository\PackageServiceRepository' shared autowired service.
  19106.      *
  19107.      * @return \Aqarmap\Bundle\CreditBundle\Repository\PackageServiceRepository
  19108.      */
  19109.     protected function getPackageServiceRepositoryService()
  19110.     {
  19111.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Repository/PackageServiceRepository.php';
  19112.         return $this->privates['Aqarmap\\Bundle\\CreditBundle\\Repository\\PackageServiceRepository'] = new \Aqarmap\Bundle\CreditBundle\Repository\PackageServiceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  19113.     }
  19114.     /**
  19115.      * Gets the private 'Aqarmap\Bundle\CreditBundle\Repository\ServiceRepository' shared autowired service.
  19116.      *
  19117.      * @return \Aqarmap\Bundle\CreditBundle\Repository\ServiceRepository
  19118.      */
  19119.     protected function getServiceRepositoryService()
  19120.     {
  19121.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Repository/ServiceRepository.php';
  19122.         return $this->privates['Aqarmap\\Bundle\\CreditBundle\\Repository\\ServiceRepository'] = new \Aqarmap\Bundle\CreditBundle\Repository\ServiceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  19123.     }
  19124.     /**
  19125.      * Gets the private 'Aqarmap\Bundle\CreditBundle\Services\ChurnAndExpiryManager' shared autowired service.
  19126.      *
  19127.      * @return \Aqarmap\Bundle\CreditBundle\Services\ChurnAndExpiryManager
  19128.      */
  19129.     protected function getChurnAndExpiryManagerService()
  19130.     {
  19131.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Services/ChurnAndExpiryManager.php';
  19132.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  19133.         if (isset($this->privates['Aqarmap\\Bundle\\CreditBundle\\Services\\ChurnAndExpiryManager'])) {
  19134.             return $this->privates['Aqarmap\\Bundle\\CreditBundle\\Services\\ChurnAndExpiryManager'];
  19135.         }
  19136.         $b = ($this->services['Aqarmap\\Bundle\\FeatureToggleBundle\\Service\\FeatureToggleManager'] ?? $this->getFeatureToggleManagerService());
  19137.         if (isset($this->privates['Aqarmap\\Bundle\\CreditBundle\\Services\\ChurnAndExpiryManager'])) {
  19138.             return $this->privates['Aqarmap\\Bundle\\CreditBundle\\Services\\ChurnAndExpiryManager'];
  19139.         }
  19140.         return $this->privates['Aqarmap\\Bundle\\CreditBundle\\Services\\ChurnAndExpiryManager'] = new \Aqarmap\Bundle\CreditBundle\Services\ChurnAndExpiryManager($a$b);
  19141.     }
  19142.     /**
  19143.      * Gets the private 'Aqarmap\Bundle\CreditBundle\Services\CreditAnalysisManager' shared autowired service.
  19144.      *
  19145.      * @return \Aqarmap\Bundle\CreditBundle\Services\CreditAnalysisManager
  19146.      */
  19147.     protected function getCreditAnalysisManagerService()
  19148.     {
  19149.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  19150.         if (isset($this->privates['Aqarmap\\Bundle\\CreditBundle\\Services\\CreditAnalysisManager'])) {
  19151.             return $this->privates['Aqarmap\\Bundle\\CreditBundle\\Services\\CreditAnalysisManager'];
  19152.         }
  19153.         $b = ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\Setting'] ?? $this->getSettingService());
  19154.         if (isset($this->privates['Aqarmap\\Bundle\\CreditBundle\\Services\\CreditAnalysisManager'])) {
  19155.             return $this->privates['Aqarmap\\Bundle\\CreditBundle\\Services\\CreditAnalysisManager'];
  19156.         }
  19157.         $c = ($this->services['Aqarmap\\Bundle\\FeatureToggleBundle\\Service\\FeatureToggleManager'] ?? $this->getFeatureToggleManagerService());
  19158.         if (isset($this->privates['Aqarmap\\Bundle\\CreditBundle\\Services\\CreditAnalysisManager'])) {
  19159.             return $this->privates['Aqarmap\\Bundle\\CreditBundle\\Services\\CreditAnalysisManager'];
  19160.         }
  19161.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  19162.         if (isset($this->privates['Aqarmap\\Bundle\\CreditBundle\\Services\\CreditAnalysisManager'])) {
  19163.             return $this->privates['Aqarmap\\Bundle\\CreditBundle\\Services\\CreditAnalysisManager'];
  19164.         }
  19165.         return $this->privates['Aqarmap\\Bundle\\CreditBundle\\Services\\CreditAnalysisManager'] = new \Aqarmap\Bundle\CreditBundle\Services\CreditAnalysisManager($a$b$c$d, ($this->services['cache.app'] ?? $this->getCache_AppService()), ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\CacheManager'] ?? $this->getCacheManagerService()));
  19166.     }
  19167.     /**
  19168.      * Gets the private 'Aqarmap\Bundle\CreditBundle\Services\CreditManager' shared autowired service.
  19169.      *
  19170.      * @return \Aqarmap\Bundle\CreditBundle\Services\CreditManager
  19171.      */
  19172.     protected function getCreditManagerService()
  19173.     {
  19174.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  19175.         if (isset($this->privates['Aqarmap\\Bundle\\CreditBundle\\Services\\CreditManager'])) {
  19176.             return $this->privates['Aqarmap\\Bundle\\CreditBundle\\Services\\CreditManager'];
  19177.         }
  19178.         $b = ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\Setting'] ?? $this->getSettingService());
  19179.         if (isset($this->privates['Aqarmap\\Bundle\\CreditBundle\\Services\\CreditManager'])) {
  19180.             return $this->privates['Aqarmap\\Bundle\\CreditBundle\\Services\\CreditManager'];
  19181.         }
  19182.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  19183.         if (isset($this->privates['Aqarmap\\Bundle\\CreditBundle\\Services\\CreditManager'])) {
  19184.             return $this->privates['Aqarmap\\Bundle\\CreditBundle\\Services\\CreditManager'];
  19185.         }
  19186.         $d = ($this->privates['Aqarmap\\Bundle\\UserBundle\\Repository\\UserPackagesRepository'] ?? $this->getUserPackagesRepositoryService());
  19187.         if (isset($this->privates['Aqarmap\\Bundle\\CreditBundle\\Services\\CreditManager'])) {
  19188.             return $this->privates['Aqarmap\\Bundle\\CreditBundle\\Services\\CreditManager'];
  19189.         }
  19190.         $e = ($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserPackagesService'] ?? $this->getUserPackagesServiceService());
  19191.         if (isset($this->privates['Aqarmap\\Bundle\\CreditBundle\\Services\\CreditManager'])) {
  19192.             return $this->privates['Aqarmap\\Bundle\\CreditBundle\\Services\\CreditManager'];
  19193.         }
  19194.         $f = ($this->services['translator'] ?? $this->getTranslatorService());
  19195.         return $this->privates['Aqarmap\\Bundle\\CreditBundle\\Services\\CreditManager'] = new \Aqarmap\Bundle\CreditBundle\Services\CreditManager($a$b$c, new \Aqarmap\Bundle\CreditBundle\Services\TransferValidator($f), $d$e, ($this->privates['Aqarmap\\Bundle\\CreditBundle\\Repository\\CreditRepository'] ?? $this->getCreditRepositoryService()), ($this->privates['Aqarmap\\Bundle\\PaymentBundle\\Repository\\PaymentRepository'] ?? $this->getPaymentRepositoryService()), $f, ($this->services['router'] ?? $this->getRouterService()));
  19196.     }
  19197.     /**
  19198.      * Gets the private 'Aqarmap\Bundle\CustomerProfilingBundle\Command\CustomerProfilingSurveyCommand' shared autowired service.
  19199.      *
  19200.      * @return \Aqarmap\Bundle\CustomerProfilingBundle\Command\CustomerProfilingSurveyCommand
  19201.      */
  19202.     protected function getCustomerProfilingSurveyCommandService()
  19203.     {
  19204.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19205.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CustomerProfilingBundle/Command/CustomerProfilingSurveyCommand.php';
  19206.         $this->privates['Aqarmap\\Bundle\\CustomerProfilingBundle\\Command\\CustomerProfilingSurveyCommand'] = $instance = new \Aqarmap\Bundle\CustomerProfilingBundle\Command\CustomerProfilingSurveyCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserManager'] ?? $this->getUserManagerService()), ($this->privates['Aqarmap\\Bundle\\CustomerProfilingBundle\\Services\\CustomerProfilingService'] ?? $this->getCustomerProfilingServiceService()));
  19207.         $instance->setName('app:customers:profiling');
  19208.         return $instance;
  19209.     }
  19210.     /**
  19211.      * Gets the private 'Aqarmap\Bundle\CustomerProfilingBundle\Command\MigrateAgesCommand' shared autowired service.
  19212.      *
  19213.      * @return \Aqarmap\Bundle\CustomerProfilingBundle\Command\MigrateAgesCommand
  19214.      */
  19215.     protected function getMigrateAgesCommandService()
  19216.     {
  19217.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19218.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CustomerProfilingBundle/Command/MigrateAgesCommand.php';
  19219.         $this->privates['Aqarmap\\Bundle\\CustomerProfilingBundle\\Command\\MigrateAgesCommand'] = $instance = new \Aqarmap\Bundle\CustomerProfilingBundle\Command\MigrateAgesCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  19220.         $instance->setName('app:patch:profiling:ages:change');
  19221.         return $instance;
  19222.     }
  19223.     /**
  19224.      * Gets the private 'Aqarmap\Bundle\CustomerProfilingBundle\EventListener\CustomerProfilingListener' shared autowired service.
  19225.      *
  19226.      * @return \Aqarmap\Bundle\CustomerProfilingBundle\EventListener\CustomerProfilingListener
  19227.      */
  19228.     protected function getCustomerProfilingListenerService()
  19229.     {
  19230.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CustomerProfilingBundle/EventListener/CustomerProfilingListener.php';
  19231.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  19232.         if (isset($this->privates['Aqarmap\\Bundle\\CustomerProfilingBundle\\EventListener\\CustomerProfilingListener'])) {
  19233.             return $this->privates['Aqarmap\\Bundle\\CustomerProfilingBundle\\EventListener\\CustomerProfilingListener'];
  19234.         }
  19235.         $b = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  19236.         if (isset($this->privates['Aqarmap\\Bundle\\CustomerProfilingBundle\\EventListener\\CustomerProfilingListener'])) {
  19237.             return $this->privates['Aqarmap\\Bundle\\CustomerProfilingBundle\\EventListener\\CustomerProfilingListener'];
  19238.         }
  19239.         $c = ($this->privates['Aqarmap\\Bundle\\CustomerProfilingBundle\\Services\\CustomerProfilingService'] ?? $this->getCustomerProfilingServiceService());
  19240.         if (isset($this->privates['Aqarmap\\Bundle\\CustomerProfilingBundle\\EventListener\\CustomerProfilingListener'])) {
  19241.             return $this->privates['Aqarmap\\Bundle\\CustomerProfilingBundle\\EventListener\\CustomerProfilingListener'];
  19242.         }
  19243.         return $this->privates['Aqarmap\\Bundle\\CustomerProfilingBundle\\EventListener\\CustomerProfilingListener'] = new \Aqarmap\Bundle\CustomerProfilingBundle\EventListener\CustomerProfilingListener($a$b, ($this->services['translator'] ?? $this->getTranslatorService()), $c, ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\CacheManager'] ?? $this->getCacheManagerService()));
  19244.     }
  19245.     /**
  19246.      * Gets the private 'Aqarmap\Bundle\CustomerProfilingBundle\Form\AnnualSurveyType' shared autowired service.
  19247.      *
  19248.      * @return \Aqarmap\Bundle\CustomerProfilingBundle\Form\AnnualSurveyType
  19249.      */
  19250.     protected function getAnnualSurveyTypeService()
  19251.     {
  19252.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  19253.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  19254.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CustomerProfilingBundle/Form/AnnualSurveyType.php';
  19255.         return $this->privates['Aqarmap\\Bundle\\CustomerProfilingBundle\\Form\\AnnualSurveyType'] = new \Aqarmap\Bundle\CustomerProfilingBundle\Form\AnnualSurveyType();
  19256.     }
  19257.     /**
  19258.      * Gets the private 'Aqarmap\Bundle\CustomerProfilingBundle\Form\DynamicQuestionChoiceType' shared autowired service.
  19259.      *
  19260.      * @return \Aqarmap\Bundle\CustomerProfilingBundle\Form\DynamicQuestionChoiceType
  19261.      */
  19262.     protected function getDynamicQuestionChoiceTypeService()
  19263.     {
  19264.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  19265.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  19266.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CustomerProfilingBundle/Form/DynamicQuestionChoiceType.php';
  19267.         return $this->privates['Aqarmap\\Bundle\\CustomerProfilingBundle\\Form\\DynamicQuestionChoiceType'] = new \Aqarmap\Bundle\CustomerProfilingBundle\Form\DynamicQuestionChoiceType();
  19268.     }
  19269.     /**
  19270.      * Gets the private 'Aqarmap\Bundle\CustomerProfilingBundle\Form\DynamicQuestionType' shared autowired service.
  19271.      *
  19272.      * @return \Aqarmap\Bundle\CustomerProfilingBundle\Form\DynamicQuestionType
  19273.      */
  19274.     protected function getDynamicQuestionTypeService()
  19275.     {
  19276.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  19277.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  19278.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CustomerProfilingBundle/Form/DynamicQuestionType.php';
  19279.         return $this->privates['Aqarmap\\Bundle\\CustomerProfilingBundle\\Form\\DynamicQuestionType'] = new \Aqarmap\Bundle\CustomerProfilingBundle\Form\DynamicQuestionType();
  19280.     }
  19281.     /**
  19282.      * Gets the private 'Aqarmap\Bundle\CustomerProfilingBundle\Form\QuestionSetType' shared autowired service.
  19283.      *
  19284.      * @return \Aqarmap\Bundle\CustomerProfilingBundle\Form\QuestionSetType
  19285.      */
  19286.     protected function getQuestionSetTypeService()
  19287.     {
  19288.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  19289.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  19290.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CustomerProfilingBundle/Form/QuestionSetType.php';
  19291.         return $this->privates['Aqarmap\\Bundle\\CustomerProfilingBundle\\Form\\QuestionSetType'] = new \Aqarmap\Bundle\CustomerProfilingBundle\Form\QuestionSetType();
  19292.     }
  19293.     /**
  19294.      * Gets the private 'Aqarmap\Bundle\CustomerProfilingBundle\Repository\QuestionQueueRepository' shared autowired service.
  19295.      *
  19296.      * @return \Aqarmap\Bundle\CustomerProfilingBundle\Repository\QuestionQueueRepository
  19297.      */
  19298.     protected function getQuestionQueueRepositoryService()
  19299.     {
  19300.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CustomerProfilingBundle/Repository/QuestionQueueRepository.php';
  19301.         return $this->privates['Aqarmap\\Bundle\\CustomerProfilingBundle\\Repository\\QuestionQueueRepository'] = new \Aqarmap\Bundle\CustomerProfilingBundle\Repository\QuestionQueueRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  19302.     }
  19303.     /**
  19304.      * Gets the private 'Aqarmap\Bundle\CustomerProfilingBundle\Repository\QuestionSetRepository' shared autowired service.
  19305.      *
  19306.      * @return \Aqarmap\Bundle\CustomerProfilingBundle\Repository\QuestionSetRepository
  19307.      */
  19308.     protected function getQuestionSetRepositoryService()
  19309.     {
  19310.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CustomerProfilingBundle/Repository/QuestionSetRepository.php';
  19311.         return $this->privates['Aqarmap\\Bundle\\CustomerProfilingBundle\\Repository\\QuestionSetRepository'] = new \Aqarmap\Bundle\CustomerProfilingBundle\Repository\QuestionSetRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  19312.     }
  19313.     /**
  19314.      * Gets the private 'Aqarmap\Bundle\CustomerProfilingBundle\Services\CustomerProfilingService' shared autowired service.
  19315.      *
  19316.      * @return \Aqarmap\Bundle\CustomerProfilingBundle\Services\CustomerProfilingService
  19317.      */
  19318.     protected function getCustomerProfilingServiceService()
  19319.     {
  19320.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CustomerProfilingBundle/Services/CustomerProfilingService.php';
  19321.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  19322.         if (isset($this->privates['Aqarmap\\Bundle\\CustomerProfilingBundle\\Services\\CustomerProfilingService'])) {
  19323.             return $this->privates['Aqarmap\\Bundle\\CustomerProfilingBundle\\Services\\CustomerProfilingService'];
  19324.         }
  19325.         return $this->privates['Aqarmap\\Bundle\\CustomerProfilingBundle\\Services\\CustomerProfilingService'] = new \Aqarmap\Bundle\CustomerProfilingBundle\Services\CustomerProfilingService($a, ($this->services['translator'] ?? $this->getTranslatorService()));
  19326.     }
  19327.     /**
  19328.      * Gets the private 'Aqarmap\Bundle\DiscussionBundle\Command\UpdateCommentsCounterCommand' shared autowired service.
  19329.      *
  19330.      * @return \Aqarmap\Bundle\DiscussionBundle\Command\UpdateCommentsCounterCommand
  19331.      */
  19332.     protected function getUpdateCommentsCounterCommandService()
  19333.     {
  19334.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19335.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/DiscussionBundle/Command/UpdateCommentsCounterCommand.php';
  19336.         $this->privates['Aqarmap\\Bundle\\DiscussionBundle\\Command\\UpdateCommentsCounterCommand'] = $instance = new \Aqarmap\Bundle\DiscussionBundle\Command\UpdateCommentsCounterCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Aqarmap\\Bundle\\DiscussionBundle\\Repository\\DiscussionRepository'] ?? $this->getDiscussionRepositoryService()));
  19337.         $instance->setName('app:discussion:comments_counter:update');
  19338.         return $instance;
  19339.     }
  19340.     /**
  19341.      * Gets the private 'Aqarmap\Bundle\DiscussionBundle\EventListener\DiscussionSubscriberListener' shared autowired service.
  19342.      *
  19343.      * @return \Aqarmap\Bundle\DiscussionBundle\EventListener\DiscussionSubscriberListener
  19344.      */
  19345.     protected function getDiscussionSubscriberListenerService()
  19346.     {
  19347.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/DiscussionBundle/EventListener/DiscussionSubscriberListener.php';
  19348.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  19349.         if (isset($this->privates['Aqarmap\\Bundle\\DiscussionBundle\\EventListener\\DiscussionSubscriberListener'])) {
  19350.             return $this->privates['Aqarmap\\Bundle\\DiscussionBundle\\EventListener\\DiscussionSubscriberListener'];
  19351.         }
  19352.         return $this->privates['Aqarmap\\Bundle\\DiscussionBundle\\EventListener\\DiscussionSubscriberListener'] = new \Aqarmap\Bundle\DiscussionBundle\EventListener\DiscussionSubscriberListener($a);
  19353.     }
  19354.     /**
  19355.      * Gets the private 'Aqarmap\Bundle\DiscussionBundle\EventListener\NotificationsBagListener' shared autowired service.
  19356.      *
  19357.      * @return \Aqarmap\Bundle\DiscussionBundle\EventListener\NotificationsBagListener
  19358.      */
  19359.     protected function getNotificationsBagListenerService()
  19360.     {
  19361.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/DiscussionBundle/EventListener/NotificationsBagListener.php';
  19362.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  19363.         if (isset($this->privates['Aqarmap\\Bundle\\DiscussionBundle\\EventListener\\NotificationsBagListener'])) {
  19364.             return $this->privates['Aqarmap\\Bundle\\DiscussionBundle\\EventListener\\NotificationsBagListener'];
  19365.         }
  19366.         return $this->privates['Aqarmap\\Bundle\\DiscussionBundle\\EventListener\\NotificationsBagListener'] = new \Aqarmap\Bundle\DiscussionBundle\EventListener\NotificationsBagListener($a);
  19367.     }
  19368.     /**
  19369.      * Gets the private 'Aqarmap\Bundle\DiscussionBundle\Form\CategoryType' shared autowired service.
  19370.      *
  19371.      * @return \Aqarmap\Bundle\DiscussionBundle\Form\CategoryType
  19372.      */
  19373.     protected function getCategoryTypeService()
  19374.     {
  19375.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  19376.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  19377.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/DiscussionBundle/Form/CategoryType.php';
  19378.         return $this->privates['Aqarmap\\Bundle\\DiscussionBundle\\Form\\CategoryType'] = new \Aqarmap\Bundle\DiscussionBundle\Form\CategoryType();
  19379.     }
  19380.     /**
  19381.      * Gets the private 'Aqarmap\Bundle\DiscussionBundle\Form\CommentType' shared autowired service.
  19382.      *
  19383.      * @return \Aqarmap\Bundle\DiscussionBundle\Form\CommentType
  19384.      */
  19385.     protected function getCommentTypeService()
  19386.     {
  19387.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  19388.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  19389.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/DiscussionBundle/Form/CommentType.php';
  19390.         return $this->privates['Aqarmap\\Bundle\\DiscussionBundle\\Form\\CommentType'] = new \Aqarmap\Bundle\DiscussionBundle\Form\CommentType();
  19391.     }
  19392.     /**
  19393.      * Gets the private 'Aqarmap\Bundle\DiscussionBundle\Form\DiscussionSearchType' shared autowired service.
  19394.      *
  19395.      * @return \Aqarmap\Bundle\DiscussionBundle\Form\DiscussionSearchType
  19396.      */
  19397.     protected function getDiscussionSearchTypeService()
  19398.     {
  19399.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  19400.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  19401.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/DiscussionBundle/Form/DiscussionSearchType.php';
  19402.         return $this->privates['Aqarmap\\Bundle\\DiscussionBundle\\Form\\DiscussionSearchType'] = new \Aqarmap\Bundle\DiscussionBundle\Form\DiscussionSearchType();
  19403.     }
  19404.     /**
  19405.      * Gets the private 'Aqarmap\Bundle\DiscussionBundle\Form\DiscussionType' shared autowired service.
  19406.      *
  19407.      * @return \Aqarmap\Bundle\DiscussionBundle\Form\DiscussionType
  19408.      */
  19409.     protected function getDiscussionTypeService()
  19410.     {
  19411.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  19412.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  19413.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/DiscussionBundle/Form/DiscussionType.php';
  19414.         return $this->privates['Aqarmap\\Bundle\\DiscussionBundle\\Form\\DiscussionType'] = new \Aqarmap\Bundle\DiscussionBundle\Form\DiscussionType(($this->services['translator'] ?? $this->getTranslatorService()));
  19415.     }
  19416.     /**
  19417.      * Gets the private 'Aqarmap\Bundle\DiscussionBundle\Repository\CategoryRepository' shared autowired service.
  19418.      *
  19419.      * @return \Aqarmap\Bundle\DiscussionBundle\Repository\CategoryRepository
  19420.      */
  19421.     protected function getCategoryRepositoryService()
  19422.     {
  19423.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/DiscussionBundle/Repository/CategoryRepository.php';
  19424.         return $this->privates['Aqarmap\\Bundle\\DiscussionBundle\\Repository\\CategoryRepository'] = new \Aqarmap\Bundle\DiscussionBundle\Repository\CategoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  19425.     }
  19426.     /**
  19427.      * Gets the private 'Aqarmap\Bundle\DiscussionBundle\Repository\CommentRepository' shared autowired service.
  19428.      *
  19429.      * @return \Aqarmap\Bundle\DiscussionBundle\Repository\CommentRepository
  19430.      */
  19431.     protected function getCommentRepositoryService()
  19432.     {
  19433.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/DiscussionBundle/Repository/CommentRepository.php';
  19434.         return $this->privates['Aqarmap\\Bundle\\DiscussionBundle\\Repository\\CommentRepository'] = new \Aqarmap\Bundle\DiscussionBundle\Repository\CommentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  19435.     }
  19436.     /**
  19437.      * Gets the private 'Aqarmap\Bundle\DiscussionBundle\Repository\DiscussionRepository' shared autowired service.
  19438.      *
  19439.      * @return \Aqarmap\Bundle\DiscussionBundle\Repository\DiscussionRepository
  19440.      */
  19441.     protected function getDiscussionRepositoryService()
  19442.     {
  19443.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/DiscussionBundle/Repository/DiscussionRepository.php';
  19444.         return $this->privates['Aqarmap\\Bundle\\DiscussionBundle\\Repository\\DiscussionRepository'] = new \Aqarmap\Bundle\DiscussionBundle\Repository\DiscussionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  19445.     }
  19446.     /**
  19447.      * Gets the private 'Aqarmap\Bundle\DiscussionBundle\Service\CommentManager' shared autowired service.
  19448.      *
  19449.      * @return \Aqarmap\Bundle\DiscussionBundle\Service\CommentManager
  19450.      */
  19451.     protected function getCommentManagerService()
  19452.     {
  19453.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/DiscussionBundle/Service/CommentManager.php';
  19454.         return $this->privates['Aqarmap\\Bundle\\DiscussionBundle\\Service\\CommentManager'] = new \Aqarmap\Bundle\DiscussionBundle\Service\CommentManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  19455.     }
  19456.     /**
  19457.      * Gets the private 'Aqarmap\Bundle\DiscussionBundle\Service\DiscussionManager' shared autowired service.
  19458.      *
  19459.      * @return \Aqarmap\Bundle\DiscussionBundle\Service\DiscussionManager
  19460.      */
  19461.     protected function getDiscussionManagerService()
  19462.     {
  19463.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/DiscussionBundle/Service/DiscussionManager.php';
  19464.         return $this->privates['Aqarmap\\Bundle\\DiscussionBundle\\Service\\DiscussionManager'] = new \Aqarmap\Bundle\DiscussionBundle\Service\DiscussionManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\ElasticListingSearch\\DefaultListingSearch'] ?? $this->getDefaultListingSearchService()), ($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserInterestManager'] ?? $this->getUserInterestManagerService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['Aqarmap\\Bundle\\MainBundle\\Adapter\\MailerService'] ?? $this->getMailerServiceService()), $this, ($this->privates['Aqarmap\\Bundle\\MainBundle\\Helpers\\MailerHelper'] ?? $this->getMailerHelperService()));
  19465.     }
  19466.     /**
  19467.      * Gets the private 'Aqarmap\Bundle\DiscussionBundle\Service\DiscussionService' shared autowired service.
  19468.      *
  19469.      * @return \Aqarmap\Bundle\DiscussionBundle\Service\DiscussionService
  19470.      */
  19471.     protected function getDiscussionServiceService()
  19472.     {
  19473.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/DiscussionBundle/Contract/Service/DiscussionServiceInterface.php';
  19474.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/DiscussionBundle/Service/DiscussionService.php';
  19475.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Contract/Serializer/Denormalizer/DenormalizerInterface.php';
  19476.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Serializer/Denormalizer/Denormalizer.php';
  19477.         return $this->privates['Aqarmap\\Bundle\\DiscussionBundle\\Service\\DiscussionService'] = new \Aqarmap\Bundle\DiscussionBundle\Service\DiscussionService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['snc_redis.default'] ?? $this->getSncRedis_DefaultService()), ($this->services['jms_serializer'] ?? $this->getJmsSerializerService()), ($this->privates['Aqarmap\\Bundle\\MainBundle\\Serializer\\Denormalizer\\Denormalizer'] ?? ($this->privates['Aqarmap\\Bundle\\MainBundle\\Serializer\\Denormalizer\\Denormalizer'] = new \Aqarmap\Bundle\MainBundle\Serializer\Denormalizer\Denormalizer())));
  19478.     }
  19479.     /**
  19480.      * Gets the private 'Aqarmap\Bundle\DiscussionBundle\Service\WordpressManager' shared autowired service.
  19481.      *
  19482.      * @return \Aqarmap\Bundle\DiscussionBundle\Service\WordpressManager
  19483.      */
  19484.     protected function getWordpressManagerService()
  19485.     {
  19486.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/DiscussionBundle/Service/WordpressManager.php';
  19487.         return $this->privates['Aqarmap\\Bundle\\DiscussionBundle\\Service\\WordpressManager'] = new \Aqarmap\Bundle\DiscussionBundle\Service\WordpressManager(($this->privates['snc_redis.default'] ?? $this->getSncRedis_DefaultService()), ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\Setting'] ?? $this->getSettingService()));
  19488.     }
  19489.     /**
  19490.      * Gets the private 'Aqarmap\Bundle\ExchangeBundle\EventListener\VerifyExchangeUnlocksSerializerListener' shared autowired service.
  19491.      *
  19492.      * @return \Aqarmap\Bundle\ExchangeBundle\EventListener\VerifyExchangeUnlocksSerializerListener
  19493.      */
  19494.     protected function getVerifyExchangeUnlocksSerializerListenerService()
  19495.     {
  19496.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventSubscriberInterface.php';
  19497.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ExchangeBundle/EventListener/VerifyExchangeUnlocksSerializerListener.php';
  19498.         $a = ($this->privates['Aqarmap\\Bundle\\ExchangeBundle\\Service\\ExchangeManager'] ?? $this->getExchangeManagerService());
  19499.         if (isset($this->privates['Aqarmap\\Bundle\\ExchangeBundle\\EventListener\\VerifyExchangeUnlocksSerializerListener'])) {
  19500.             return $this->privates['Aqarmap\\Bundle\\ExchangeBundle\\EventListener\\VerifyExchangeUnlocksSerializerListener'];
  19501.         }
  19502.         return $this->privates['Aqarmap\\Bundle\\ExchangeBundle\\EventListener\\VerifyExchangeUnlocksSerializerListener'] = new \Aqarmap\Bundle\ExchangeBundle\EventListener\VerifyExchangeUnlocksSerializerListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a);
  19503.     }
  19504.     /**
  19505.      * Gets the private 'Aqarmap\Bundle\ExchangeBundle\Form\ExchangeRequestType' shared autowired service.
  19506.      *
  19507.      * @return \Aqarmap\Bundle\ExchangeBundle\Form\ExchangeRequestType
  19508.      */
  19509.     protected function getExchangeRequestTypeService()
  19510.     {
  19511.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  19512.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  19513.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ExchangeBundle/Form/ExchangeRequestType.php';
  19514.         return $this->privates['Aqarmap\\Bundle\\ExchangeBundle\\Form\\ExchangeRequestType'] = new \Aqarmap\Bundle\ExchangeBundle\Form\ExchangeRequestType();
  19515.     }
  19516.     /**
  19517.      * Gets the private 'Aqarmap\Bundle\ExchangeBundle\Repository\ExchangeRequestRepository' shared autowired service.
  19518.      *
  19519.      * @return \Aqarmap\Bundle\ExchangeBundle\Repository\ExchangeRequestRepository
  19520.      */
  19521.     protected function getExchangeRequestRepositoryService()
  19522.     {
  19523.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ExchangeBundle/Repository/ExchangeRequestRepository.php';
  19524.         return $this->privates['Aqarmap\\Bundle\\ExchangeBundle\\Repository\\ExchangeRequestRepository'] = new \Aqarmap\Bundle\ExchangeBundle\Repository\ExchangeRequestRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  19525.     }
  19526.     /**
  19527.      * Gets the private 'Aqarmap\Bundle\ExchangeBundle\Repository\ExchangeRequestUnlockRepository' shared autowired service.
  19528.      *
  19529.      * @return \Aqarmap\Bundle\ExchangeBundle\Repository\ExchangeRequestUnlockRepository
  19530.      */
  19531.     protected function getExchangeRequestUnlockRepositoryService()
  19532.     {
  19533.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ExchangeBundle/Repository/ExchangeRequestUnlockRepository.php';
  19534.         return $this->privates['Aqarmap\\Bundle\\ExchangeBundle\\Repository\\ExchangeRequestUnlockRepository'] = new \Aqarmap\Bundle\ExchangeBundle\Repository\ExchangeRequestUnlockRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  19535.     }
  19536.     /**
  19537.      * Gets the private 'Aqarmap\Bundle\ExchangeBundle\Service\ExchangeManager' shared autowired service.
  19538.      *
  19539.      * @return \Aqarmap\Bundle\ExchangeBundle\Service\ExchangeManager
  19540.      */
  19541.     protected function getExchangeManagerService()
  19542.     {
  19543.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ExchangeBundle/Service/ExchangeManager.php';
  19544.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  19545.         if (isset($this->privates['Aqarmap\\Bundle\\ExchangeBundle\\Service\\ExchangeManager'])) {
  19546.             return $this->privates['Aqarmap\\Bundle\\ExchangeBundle\\Service\\ExchangeManager'];
  19547.         }
  19548.         $b = ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\Setting'] ?? $this->getSettingService());
  19549.         if (isset($this->privates['Aqarmap\\Bundle\\ExchangeBundle\\Service\\ExchangeManager'])) {
  19550.             return $this->privates['Aqarmap\\Bundle\\ExchangeBundle\\Service\\ExchangeManager'];
  19551.         }
  19552.         return $this->privates['Aqarmap\\Bundle\\ExchangeBundle\\Service\\ExchangeManager'] = new \Aqarmap\Bundle\ExchangeBundle\Service\ExchangeManager($a$b);
  19553.     }
  19554.     /**
  19555.      * Gets the private 'Aqarmap\Bundle\FeatureToggleBundle\Form\Admin\AddFeatureToggleFormType' shared autowired service.
  19556.      *
  19557.      * @return \Aqarmap\Bundle\FeatureToggleBundle\Form\Admin\AddFeatureToggleFormType
  19558.      */
  19559.     protected function getAddFeatureToggleFormTypeService()
  19560.     {
  19561.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  19562.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  19563.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/FeatureToggleBundle/Form/Admin/AddFeatureToggleFormType.php';
  19564.         return $this->privates['Aqarmap\\Bundle\\FeatureToggleBundle\\Form\\Admin\\AddFeatureToggleFormType'] = new \Aqarmap\Bundle\FeatureToggleBundle\Form\Admin\AddFeatureToggleFormType();
  19565.     }
  19566.     /**
  19567.      * Gets the private 'Aqarmap\Bundle\FeatureToggleBundle\Form\Admin\EditFeatureToggleFormType' shared autowired service.
  19568.      *
  19569.      * @return \Aqarmap\Bundle\FeatureToggleBundle\Form\Admin\EditFeatureToggleFormType
  19570.      */
  19571.     protected function getEditFeatureToggleFormTypeService()
  19572.     {
  19573.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  19574.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  19575.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/FeatureToggleBundle/Form/Admin/EditFeatureToggleFormType.php';
  19576.         return $this->privates['Aqarmap\\Bundle\\FeatureToggleBundle\\Form\\Admin\\EditFeatureToggleFormType'] = new \Aqarmap\Bundle\FeatureToggleBundle\Form\Admin\EditFeatureToggleFormType();
  19577.     }
  19578.     /**
  19579.      * Gets the private 'Aqarmap\Bundle\FeatureToggleBundle\Repository\FeatureToggleRepository' shared autowired service.
  19580.      *
  19581.      * @return \Aqarmap\Bundle\FeatureToggleBundle\Repository\FeatureToggleRepository
  19582.      */
  19583.     protected function getFeatureToggleRepositoryService()
  19584.     {
  19585.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/FeatureToggleBundle/Repository/FeatureToggleRepository.php';
  19586.         return $this->privates['Aqarmap\\Bundle\\FeatureToggleBundle\\Repository\\FeatureToggleRepository'] = new \Aqarmap\Bundle\FeatureToggleBundle\Repository\FeatureToggleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  19587.     }
  19588.     /**
  19589.      * Gets the private 'Aqarmap\Bundle\FeatureToggleBundle\Repository\FeatureToggleRuleRepository' shared autowired service.
  19590.      *
  19591.      * @return \Aqarmap\Bundle\FeatureToggleBundle\Repository\FeatureToggleRuleRepository
  19592.      */
  19593.     protected function getFeatureToggleRuleRepositoryService()
  19594.     {
  19595.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/FeatureToggleBundle/Repository/FeatureToggleRuleRepository.php';
  19596.         return $this->privates['Aqarmap\\Bundle\\FeatureToggleBundle\\Repository\\FeatureToggleRuleRepository'] = new \Aqarmap\Bundle\FeatureToggleBundle\Repository\FeatureToggleRuleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  19597.     }
  19598.     /**
  19599.      * Gets the private 'Aqarmap\Bundle\FinancialAidsBundle\Form\Admin\FinancialAidForm' shared autowired service.
  19600.      *
  19601.      * @return \Aqarmap\Bundle\FinancialAidsBundle\Form\Admin\FinancialAidForm
  19602.      */
  19603.     protected function getFinancialAidFormService()
  19604.     {
  19605.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  19606.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  19607.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/FinancialAidsBundle/Form/Admin/FinancialAidForm.php';
  19608.         return $this->privates['Aqarmap\\Bundle\\FinancialAidsBundle\\Form\\Admin\\FinancialAidForm'] = new \Aqarmap\Bundle\FinancialAidsBundle\Form\Admin\FinancialAidForm();
  19609.     }
  19610.     /**
  19611.      * Gets the private 'Aqarmap\Bundle\FinancialAidsBundle\Repository\FinancialAidRepository' shared autowired service.
  19612.      *
  19613.      * @return \Aqarmap\Bundle\FinancialAidsBundle\Repository\FinancialAidRepository
  19614.      */
  19615.     protected function getFinancialAidRepositoryService()
  19616.     {
  19617.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/FinancialAidsBundle/Repository/FinancialAidRepository.php';
  19618.         return $this->privates['Aqarmap\\Bundle\\FinancialAidsBundle\\Repository\\FinancialAidRepository'] = new \Aqarmap\Bundle\FinancialAidsBundle\Repository\FinancialAidRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  19619.     }
  19620.     /**
  19621.      * Gets the private 'Aqarmap\Bundle\FinancialAidsBundle\Service\FinancialAidService' shared autowired service.
  19622.      *
  19623.      * @return \Aqarmap\Bundle\FinancialAidsBundle\Service\FinancialAidService
  19624.      */
  19625.     protected function getFinancialAidServiceService()
  19626.     {
  19627.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  19628.         if (isset($this->privates['Aqarmap\\Bundle\\FinancialAidsBundle\\Service\\FinancialAidService'])) {
  19629.             return $this->privates['Aqarmap\\Bundle\\FinancialAidsBundle\\Service\\FinancialAidService'];
  19630.         }
  19631.         $b = ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService());
  19632.         if (isset($this->privates['Aqarmap\\Bundle\\FinancialAidsBundle\\Service\\FinancialAidService'])) {
  19633.             return $this->privates['Aqarmap\\Bundle\\FinancialAidsBundle\\Service\\FinancialAidService'];
  19634.         }
  19635.         $c = ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\Setting'] ?? $this->getSettingService());
  19636.         if (isset($this->privates['Aqarmap\\Bundle\\FinancialAidsBundle\\Service\\FinancialAidService'])) {
  19637.             return $this->privates['Aqarmap\\Bundle\\FinancialAidsBundle\\Service\\FinancialAidService'];
  19638.         }
  19639.         return $this->privates['Aqarmap\\Bundle\\FinancialAidsBundle\\Service\\FinancialAidService'] = new \Aqarmap\Bundle\FinancialAidsBundle\Service\FinancialAidService($a$b, ($this->services['router'] ?? $this->getRouterService()), $c);
  19640.     }
  19641.     /**
  19642.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Builder\MetaTagsBuilder' shared autowired service.
  19643.      *
  19644.      * @return \Aqarmap\Bundle\ListingBundle\Builder\MetaTagsBuilder
  19645.      */
  19646.     protected function getMetaTagsBuilderService()
  19647.     {
  19648.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  19649.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Builder\\MetaTagsBuilder'])) {
  19650.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Builder\\MetaTagsBuilder'];
  19651.         }
  19652.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Builder\\MetaTagsBuilder'] = new \Aqarmap\Bundle\ListingBundle\Builder\MetaTagsBuilder($a, ($this->services['translator'] ?? $this->getTranslatorService()));
  19653.     }
  19654.     /**
  19655.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Command\AutoBumpUpCreationCommand' shared autowired service.
  19656.      *
  19657.      * @return \Aqarmap\Bundle\ListingBundle\Command\AutoBumpUpCreationCommand
  19658.      */
  19659.     protected function getAutoBumpUpCreationCommandService()
  19660.     {
  19661.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19662.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Command/AutoBumpUpCreationCommand.php';
  19663.         $this->privates['Aqarmap\\Bundle\\ListingBundle\\Command\\AutoBumpUpCreationCommand'] = $instance = new \Aqarmap\Bundle\ListingBundle\Command\AutoBumpUpCreationCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingFeatureService'] ?? $this->getListingFeatureServiceService()), ($this->services['Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingRepository'] ?? $this->getListingRepositoryService()), ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\Setting'] ?? $this->getSettingService()));
  19664.         $instance->setName('app:units:create-auto-bump-up');
  19665.         return $instance;
  19666.     }
  19667.     /**
  19668.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Command\AutoBumpUpListingsCommand' shared autowired service.
  19669.      *
  19670.      * @return \Aqarmap\Bundle\ListingBundle\Command\AutoBumpUpListingsCommand
  19671.      */
  19672.     protected function getAutoBumpUpListingsCommandService()
  19673.     {
  19674.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19675.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Command/AutoBumpUpListingsCommand.php';
  19676.         $this->privates['Aqarmap\\Bundle\\ListingBundle\\Command\\AutoBumpUpListingsCommand'] = $instance = new \Aqarmap\Bundle\ListingBundle\Command\AutoBumpUpListingsCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingFeatureService'] ?? $this->getListingFeatureServiceService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\LocationRepository'] ?? $this->getLocationRepositoryService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['Aqarmap\\Bundle\\MainBundle\\Adapter\\MailerService'] ?? $this->getMailerServiceService()), ($this->privates['Aqarmap\\Bundle\\MainBundle\\Helpers\\MailerHelper'] ?? $this->getMailerHelperService()));
  19677.         $instance->setName('app:listings:bump-up');
  19678.         return $instance;
  19679.     }
  19680.     /**
  19681.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Command\AutoScrapedPublisherCommand' shared autowired service.
  19682.      *
  19683.      * @return \Aqarmap\Bundle\ListingBundle\Command\AutoScrapedPublisherCommand
  19684.      */
  19685.     protected function getAutoScrapedPublisherCommandService()
  19686.     {
  19687.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19688.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Command/AutoScrapedPublisherCommand.php';
  19689.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/AutoScrapping/Publisher/ScrapedListingPublisher.php';
  19690.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/AutoScrapping/Publisher/ListingPublisher.php';
  19691.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/AutoScrapping/Publisher/ScrapedUserPublisher.php';
  19692.         $this->privates['Aqarmap\\Bundle\\ListingBundle\\Command\\AutoScrapedPublisherCommand'] = $instance = new \Aqarmap\Bundle\ListingBundle\Command\AutoScrapedPublisherCommand(new \Aqarmap\Bundle\ListingBundle\Service\AutoScrapping\Publisher\ScrapedListingPublisher(($this->services['doctrine_mongodb.odm.default_document_manager'] ?? $this->getDoctrineMongodb_Odm_DefaultDocumentManagerService()), new \Aqarmap\Bundle\ListingBundle\Service\AutoScrapping\Publisher\ListingPublisher(new \Aqarmap\Bundle\ListingBundle\Service\AutoScrapping\Publisher\ScrapedUserPublisher(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\PhoneManager'] ?? $this->getPhoneManagerService())), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V4\\ListingService'] ?? $this->getListingService2Service()), ($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'] ?? $this->getListingManagerService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ScrapedListingService'] ?? $this->getScrapedListingServiceService())), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\AutoScrapping\\ProcessManager'] ?? $this->getProcessManagerService())));
  19693.         $instance->setName('app:scraped:listings:publisher');
  19694.         return $instance;
  19695.     }
  19696.     /**
  19697.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Command\AutoScrapedRefinerCommand' shared autowired service.
  19698.      *
  19699.      * @return \Aqarmap\Bundle\ListingBundle\Command\AutoScrapedRefinerCommand
  19700.      */
  19701.     protected function getAutoScrapedRefinerCommandService()
  19702.     {
  19703.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19704.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Command/AutoScrapedRefinerCommand.php';
  19705.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/AutoScrapping/Refiner/ScrapedListingRefiner.php';
  19706.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/Validators/ScrapedListing/ListingValidator.php';
  19707.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/AutoScrapping/Refiner/ScrapedListingMapper.php';
  19708.         $this->privates['Aqarmap\\Bundle\\ListingBundle\\Command\\AutoScrapedRefinerCommand'] = $instance = new \Aqarmap\Bundle\ListingBundle\Command\AutoScrapedRefinerCommand(new \Aqarmap\Bundle\ListingBundle\Service\AutoScrapping\Refiner\ScrapedListingRefiner(($this->services['doctrine_mongodb.odm.default_document_manager'] ?? $this->getDoctrineMongodb_Odm_DefaultDocumentManagerService()), new \Aqarmap\Bundle\ListingBundle\Service\Validators\ScrapedListing\ListingValidator(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\AutoScrapping\\Logger'] ?? $this->getLoggerService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\PhoneRepository'] ?? $this->getPhoneRepositoryService())), new \Aqarmap\Bundle\ListingBundle\Service\AutoScrapping\Refiner\ScrapedListingMapper(new RewindableGenerator(function () {
  19709.             yield => ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\AutoScrapping\\Refiner\\Mapper\\ImagesMapper'] ?? $this->getImagesMapperService());
  19710.             yield => ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\AutoScrapping\\Refiner\\Mapper\\LocationMapper'] ?? $this->getLocationMapperService());
  19711.             yield => ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\AutoScrapping\\Refiner\\Mapper\\PropertyTypeMapper'] ?? $this->getPropertyTypeMapperService());
  19712.             yield => ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\AutoScrapping\\Refiner\\Mapper\\ScrappedListingIdMapper'] ?? ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\AutoScrapping\\Refiner\\Mapper\\ScrappedListingIdMapper'] = new \Aqarmap\Bundle\ListingBundle\Service\AutoScrapping\Refiner\Mapper\ScrappedListingIdMapper()));
  19713.             yield => ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\AutoScrapping\\Refiner\\Mapper\\SectionMapper'] ?? $this->getSectionMapperService());
  19714.             yield => ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\AutoScrapping\\Refiner\\Mapper\\UsernameMapper'] ?? ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\AutoScrapping\\Refiner\\Mapper\\UsernameMapper'] = new \Aqarmap\Bundle\ListingBundle\Service\AutoScrapping\Refiner\Mapper\UsernameMapper()));
  19715.         }, 6)), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\AutoScrapping\\ProcessManager'] ?? $this->getProcessManagerService())));
  19716.         $instance->setName('app:scraped:listings:refiner');
  19717.         return $instance;
  19718.     }
  19719.     /**
  19720.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Command\BatchInsertListingFeaturesForOldFlf2ListingsCommand' shared autowired service.
  19721.      *
  19722.      * @return \Aqarmap\Bundle\ListingBundle\Command\BatchInsertListingFeaturesForOldFlf2ListingsCommand
  19723.      */
  19724.     protected function getBatchInsertListingFeaturesForOldFlf2ListingsCommandService()
  19725.     {
  19726.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19727.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Command/BatchInsertListingFeaturesForOldFlf2ListingsCommand.php';
  19728.         $this->privates['Aqarmap\\Bundle\\ListingBundle\\Command\\BatchInsertListingFeaturesForOldFlf2ListingsCommand'] = $instance = new \Aqarmap\Bundle\ListingBundle\Command\BatchInsertListingFeaturesForOldFlf2ListingsCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  19729.         $instance->setName('app:batch:flf2_listing_features');
  19730.         return $instance;
  19731.     }
  19732.     /**
  19733.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Command\BatchUpdateListingMainPhotosCommand' shared autowired service.
  19734.      *
  19735.      * @return \Aqarmap\Bundle\ListingBundle\Command\BatchUpdateListingMainPhotosCommand
  19736.      */
  19737.     protected function getBatchUpdateListingMainPhotosCommandService()
  19738.     {
  19739.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19740.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Command/BatchUpdateListingMainPhotosCommand.php';
  19741.         $this->privates['Aqarmap\\Bundle\\ListingBundle\\Command\\BatchUpdateListingMainPhotosCommand'] = $instance = new \Aqarmap\Bundle\ListingBundle\Command\BatchUpdateListingMainPhotosCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  19742.         $instance->setName('app:batch:listings:update_main_photo');
  19743.         return $instance;
  19744.     }
  19745.     /**
  19746.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Command\CTRCommand' shared autowired service.
  19747.      *
  19748.      * @return \Aqarmap\Bundle\ListingBundle\Command\CTRCommand
  19749.      */
  19750.     protected function getCTRCommandService()
  19751.     {
  19752.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19753.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Command/CTRCommand.php';
  19754.         $this->privates['Aqarmap\\Bundle\\ListingBundle\\Command\\CTRCommand'] = $instance = new \Aqarmap\Bundle\ListingBundle\Command\CTRCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  19755.         $instance->setName('app:listings:update-ctr');
  19756.         return $instance;
  19757.     }
  19758.     /**
  19759.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Command\CallRequestCommand' shared autowired service.
  19760.      *
  19761.      * @return \Aqarmap\Bundle\ListingBundle\Command\CallRequestCommand
  19762.      */
  19763.     protected function getCallRequestCommandService()
  19764.     {
  19765.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19766.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Command/CallRequestCommand.php';
  19767.         $this->privates['Aqarmap\\Bundle\\ListingBundle\\Command\\CallRequestCommand'] = $instance = new \Aqarmap\Bundle\ListingBundle\Command\CallRequestCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LeadsInsightsService'] ?? $this->getLeadsInsightsServiceService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LeadService'] ?? $this->getLeadService2Service()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\CallRequestManager'] ?? $this->getCallRequestManagerService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['Aqarmap\\Bundle\\MainBundle\\Adapter\\MailerService'] ?? $this->getMailerServiceService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->privates['Aqarmap\\Bundle\\MainBundle\\Helpers\\MailerHelper'] ?? $this->getMailerHelperService()));
  19768.         $instance->setName('app:call_request:deliver');
  19769.         return $instance;
  19770.     }
  19771.     /**
  19772.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Command\CleanUpPhonesAndContryCodeCommand' shared autowired service.
  19773.      *
  19774.      * @return \Aqarmap\Bundle\ListingBundle\Command\CleanUpPhonesAndContryCodeCommand
  19775.      */
  19776.     protected function getCleanUpPhonesAndContryCodeCommandService()
  19777.     {
  19778.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19779.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Command/CleanUpPhonesAndContryCodeCommand.php';
  19780.         $this->privates['Aqarmap\\Bundle\\ListingBundle\\Command\\CleanUpPhonesAndContryCodeCommand'] = $instance = new \Aqarmap\Bundle\ListingBundle\Command\CleanUpPhonesAndContryCodeCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\PhoneManager'] ?? $this->getPhoneManagerService()));
  19781.         $instance->setName('app:phones:clean-up');
  19782.         return $instance;
  19783.     }
  19784.     /**
  19785.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Command\CompoundAveragePriceCommand' shared autowired service.
  19786.      *
  19787.      * @return \Aqarmap\Bundle\ListingBundle\Command\CompoundAveragePriceCommand
  19788.      */
  19789.     protected function getCompoundAveragePriceCommandService()
  19790.     {
  19791.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19792.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Command/CompoundAveragePriceCommand.php';
  19793.         $this->privates['Aqarmap\\Bundle\\ListingBundle\\Command\\CompoundAveragePriceCommand'] = $instance = new \Aqarmap\Bundle\ListingBundle\Command\CompoundAveragePriceCommand(($this->services['Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingRepository'] ?? $this->getListingRepositoryService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V4\\CompoundAveragePriceService'] ?? $this->getCompoundAveragePriceServiceService()));
  19794.         $instance->setName('app:listing:average-price');
  19795.         return $instance;
  19796.     }
  19797.     /**
  19798.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Command\DeleteRejectedListingCommand' shared autowired service.
  19799.      *
  19800.      * @return \Aqarmap\Bundle\ListingBundle\Command\DeleteRejectedListingCommand
  19801.      */
  19802.     protected function getDeleteRejectedListingCommandService()
  19803.     {
  19804.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19805.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Command/DeleteRejectedListingCommand.php';
  19806.         $this->privates['Aqarmap\\Bundle\\ListingBundle\\Command\\DeleteRejectedListingCommand'] = $instance = new \Aqarmap\Bundle\ListingBundle\Command\DeleteRejectedListingCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingRepository'] ?? $this->getListingRepositoryService()), ($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'] ?? $this->getListingManagerService()));
  19807.         $instance->setName('app:listing:delete_rejected');
  19808.         return $instance;
  19809.     }
  19810.     /**
  19811.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Command\FreezeListingsCommand' shared autowired service.
  19812.      *
  19813.      * @return \Aqarmap\Bundle\ListingBundle\Command\FreezeListingsCommand
  19814.      */
  19815.     protected function getFreezeListingsCommandService()
  19816.     {
  19817.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19818.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Command/FreezeListingsCommand.php';
  19819.         $this->privates['Aqarmap\\Bundle\\ListingBundle\\Command\\FreezeListingsCommand'] = $instance = new \Aqarmap\Bundle\ListingBundle\Command\FreezeListingsCommand(($this->privates['Aqarmap\\Bundle\\UserBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V4\\FreezedListingService'] ?? $this->getFreezedListingServiceService()));
  19820.         $instance->setName('app:freeze:listings');
  19821.         return $instance;
  19822.     }
  19823.     /**
  19824.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Command\GenerateTopCustomersCommand' shared autowired service.
  19825.      *
  19826.      * @return \Aqarmap\Bundle\ListingBundle\Command\GenerateTopCustomersCommand
  19827.      */
  19828.     protected function getGenerateTopCustomersCommandService()
  19829.     {
  19830.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19831.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Command/GenerateTopCustomersCommand.php';
  19832.         $this->privates['Aqarmap\\Bundle\\ListingBundle\\Command\\GenerateTopCustomersCommand'] = $instance = new \Aqarmap\Bundle\ListingBundle\Command\GenerateTopCustomersCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\TopCustomerService'] ?? $this->getTopCustomerServiceService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\TopCustomerRepository'] ?? $this->getTopCustomerRepositoryService()), ($this->services['Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingRepository'] ?? $this->getListingRepositoryService()));
  19833.         $instance->setName('app:top_customers:generate');
  19834.         return $instance;
  19835.     }
  19836.     /**
  19837.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Command\IncrementListingImpressionsCommand' shared autowired service.
  19838.      *
  19839.      * @return \Aqarmap\Bundle\ListingBundle\Command\IncrementListingImpressionsCommand
  19840.      */
  19841.     protected function getIncrementListingImpressionsCommandService()
  19842.     {
  19843.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19844.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Command/IncrementListingImpressionsCommand.php';
  19845.         $this->privates['Aqarmap\\Bundle\\ListingBundle\\Command\\IncrementListingImpressionsCommand'] = $instance = new \Aqarmap\Bundle\ListingBundle\Command\IncrementListingImpressionsCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingRepository'] ?? $this->getListingRepositoryService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingImpressionAggregationRepository'] ?? $this->getListingImpressionAggregationRepositoryService()), ($this->services['doctrine_mongodb.odm.default_document_manager'] ?? $this->getDoctrineMongodb_Odm_DefaultDocumentManagerService()));
  19846.         $instance->setName('app:listing:increment_listing_impressions');
  19847.         return $instance;
  19848.     }
  19849.     /**
  19850.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Command\LeadsCRMCommand' shared autowired service.
  19851.      *
  19852.      * @return \Aqarmap\Bundle\ListingBundle\Command\LeadsCRMCommand
  19853.      */
  19854.     protected function getLeadsCRMCommandService()
  19855.     {
  19856.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19857.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Command/LeadsCRMCommand.php';
  19858.         $this->privates['Aqarmap\\Bundle\\ListingBundle\\Command\\LeadsCRMCommand'] = $instance = new \Aqarmap\Bundle\ListingBundle\Command\LeadsCRMCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, ($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\LeadsCRMService'] ?? $this->getLeadsCRMServiceService()));
  19859.         $instance->setName('crm:leads:sync');
  19860.         return $instance;
  19861.     }
  19862.     /**
  19863.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Command\LinkedLocationHistoryCountCommand' shared autowired service.
  19864.      *
  19865.      * @return \Aqarmap\Bundle\ListingBundle\Command\LinkedLocationHistoryCountCommand
  19866.      */
  19867.     protected function getLinkedLocationHistoryCountCommandService()
  19868.     {
  19869.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19870.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Command/LinkedLocationHistoryCountCommand.php';
  19871.         $this->privates['Aqarmap\\Bundle\\ListingBundle\\Command\\LinkedLocationHistoryCountCommand'] = $instance = new \Aqarmap\Bundle\ListingBundle\Command\LinkedLocationHistoryCountCommand(($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\LocationSearchHistoryRepository'] ?? $this->getLocationSearchHistoryRepositoryService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LocationHistoryService'] ?? $this->getLocationHistoryServiceService()), ($this->services['doctrine_mongodb.odm.default_document_manager'] ?? $this->getDoctrineMongodb_Odm_DefaultDocumentManagerService()));
  19872.         $instance->setName('app:locations:history:linked_locations_count:update');
  19873.         return $instance;
  19874.     }
  19875.     /**
  19876.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Command\ListingExpirationCommand' shared autowired service.
  19877.      *
  19878.      * @return \Aqarmap\Bundle\ListingBundle\Command\ListingExpirationCommand
  19879.      */
  19880.     protected function getListingExpirationCommandService()
  19881.     {
  19882.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19883.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Command/ListingExpirationCommand.php';
  19884.         $this->privates['Aqarmap\\Bundle\\ListingBundle\\Command\\ListingExpirationCommand'] = $instance = new \Aqarmap\Bundle\ListingBundle\Command\ListingExpirationCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingRepository'] ?? $this->getListingRepositoryService()), ($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'] ?? $this->getListingManagerService()));
  19885.         $instance->setName('app:listing:expiration');
  19886.         return $instance;
  19887.     }
  19888.     /**
  19889.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Command\ListingFeaturedExpirationCommand' shared autowired service.
  19890.      *
  19891.      * @return \Aqarmap\Bundle\ListingBundle\Command\ListingFeaturedExpirationCommand
  19892.      */
  19893.     protected function getListingFeaturedExpirationCommandService()
  19894.     {
  19895.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19896.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Command/ListingFeaturedExpirationCommand.php';
  19897.         $this->privates['Aqarmap\\Bundle\\ListingBundle\\Command\\ListingFeaturedExpirationCommand'] = $instance = new \Aqarmap\Bundle\ListingBundle\Command\ListingFeaturedExpirationCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingRepository'] ?? $this->getListingRepositoryService()), ($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'] ?? $this->getListingManagerService()));
  19898.         $instance->setName('app:listing:featured_expiration');
  19899.         return $instance;
  19900.     }
  19901.     /**
  19902.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Command\ListingNotificationCommand' shared autowired service.
  19903.      *
  19904.      * @return \Aqarmap\Bundle\ListingBundle\Command\ListingNotificationCommand
  19905.      */
  19906.     protected function getListingNotificationCommandService()
  19907.     {
  19908.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19909.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Command/ListingNotificationCommand.php';
  19910.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/ListingNotificationManager.php';
  19911.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  19912.         $this->privates['Aqarmap\\Bundle\\ListingBundle\\Command\\ListingNotificationCommand'] = $instance = new \Aqarmap\Bundle\ListingBundle\Command\ListingNotificationCommand($a, ($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingRepository'] ?? $this->getListingRepositoryService()), new \Aqarmap\Bundle\ListingBundle\Service\ListingNotificationManager($a), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['Aqarmap\\Bundle\\MainBundle\\Adapter\\MailerService'] ?? $this->getMailerServiceService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->privates['Aqarmap\\Bundle\\MainBundle\\Helpers\\MailerHelper'] ?? $this->getMailerHelperService()));
  19913.         $instance->setName('app:listing_notification:deliver');
  19914.         return $instance;
  19915.     }
  19916.     /**
  19917.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Command\ListingPendingPaymentCommand' shared autowired service.
  19918.      *
  19919.      * @return \Aqarmap\Bundle\ListingBundle\Command\ListingPendingPaymentCommand
  19920.      */
  19921.     protected function getListingPendingPaymentCommandService()
  19922.     {
  19923.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19924.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Command/ListingPendingPaymentCommand.php';
  19925.         $this->privates['Aqarmap\\Bundle\\ListingBundle\\Command\\ListingPendingPaymentCommand'] = $instance = new \Aqarmap\Bundle\ListingBundle\Command\ListingPendingPaymentCommand(($this->services['Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingRepository'] ?? $this->getListingRepositoryService()), ($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'] ?? $this->getListingManagerService()));
  19926.         $instance->setName('app:listing:pending:payment');
  19927.         return $instance;
  19928.     }
  19929.     /**
  19930.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Command\ListingPendingPhotoCommand' shared autowired service.
  19931.      *
  19932.      * @return \Aqarmap\Bundle\ListingBundle\Command\ListingPendingPhotoCommand
  19933.      */
  19934.     protected function getListingPendingPhotoCommandService()
  19935.     {
  19936.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19937.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Command/ListingPendingPhotoCommand.php';
  19938.         $this->privates['Aqarmap\\Bundle\\ListingBundle\\Command\\ListingPendingPhotoCommand'] = $instance = new \Aqarmap\Bundle\ListingBundle\Command\ListingPendingPhotoCommand(($this->services['Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingRepository'] ?? $this->getListingRepositoryService()), ($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'] ?? $this->getListingManagerService()));
  19939.         $instance->setName('app:listing:pending:photos');
  19940.         return $instance;
  19941.     }
  19942.     /**
  19943.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Command\ListingRelistExpiredCommand' shared autowired service.
  19944.      *
  19945.      * @return \Aqarmap\Bundle\ListingBundle\Command\ListingRelistExpiredCommand
  19946.      */
  19947.     protected function getListingRelistExpiredCommandService()
  19948.     {
  19949.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19950.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Command/ListingRelistExpiredCommand.php';
  19951.         $this->privates['Aqarmap\\Bundle\\ListingBundle\\Command\\ListingRelistExpiredCommand'] = $instance = new \Aqarmap\Bundle\ListingBundle\Command\ListingRelistExpiredCommand(($this->services['Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingRepository'] ?? $this->getListingRepositoryService()), ($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'] ?? $this->getListingManagerService()));
  19952.         $instance->setName('app:listing:relist');
  19953.         return $instance;
  19954.     }
  19955.     /**
  19956.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Command\ListingsPhotosOrderPatchCommand' shared autowired service.
  19957.      *
  19958.      * @return \Aqarmap\Bundle\ListingBundle\Command\ListingsPhotosOrderPatchCommand
  19959.      */
  19960.     protected function getListingsPhotosOrderPatchCommandService()
  19961.     {
  19962.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19963.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Command/ListingsPhotosOrderPatchCommand.php';
  19964.         $this->privates['Aqarmap\\Bundle\\ListingBundle\\Command\\ListingsPhotosOrderPatchCommand'] = $instance = new \Aqarmap\Bundle\ListingBundle\Command\ListingsPhotosOrderPatchCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingPhotoRepository'] ?? $this->getListingPhotoRepositoryService()), ($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'] ?? $this->getListingManagerService()));
  19965.         $instance->setName('app:patch:listing:photo:order');
  19966.         return $instance;
  19967.     }
  19968.     /**
  19969.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Command\LocationNearestByCalculateCommand' shared autowired service.
  19970.      *
  19971.      * @return \Aqarmap\Bundle\ListingBundle\Command\LocationNearestByCalculateCommand
  19972.      */
  19973.     protected function getLocationNearestByCalculateCommandService()
  19974.     {
  19975.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19976.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Command/LocationNearestByCalculateCommand.php';
  19977.         $this->privates['Aqarmap\\Bundle\\ListingBundle\\Command\\LocationNearestByCalculateCommand'] = $instance = new \Aqarmap\Bundle\ListingBundle\Command\LocationNearestByCalculateCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LocationManager'] ?? $this->getLocationManagerService()));
  19978.         $instance->setName('app:location:nearest_by');
  19979.         return $instance;
  19980.     }
  19981.     /**
  19982.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Command\LocationSupplyDemandGetCommand' shared autowired service.
  19983.      *
  19984.      * @return \Aqarmap\Bundle\ListingBundle\Command\LocationSupplyDemandGetCommand
  19985.      */
  19986.     protected function getLocationSupplyDemandGetCommandService()
  19987.     {
  19988.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19989.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Command/LocationSupplyDemandGetCommand.php';
  19990.         $this->privates['Aqarmap\\Bundle\\ListingBundle\\Command\\LocationSupplyDemandGetCommand'] = $instance = new \Aqarmap\Bundle\ListingBundle\Command\LocationSupplyDemandGetCommand(($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\SupplyDemandManager'] ?? $this->getSupplyDemandManagerService()));
  19991.         $instance->setName('app:supply_demand:get');
  19992.         return $instance;
  19993.     }
  19994.     /**
  19995.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Command\MoveListingPhoneCommand' shared autowired service.
  19996.      *
  19997.      * @return \Aqarmap\Bundle\ListingBundle\Command\MoveListingPhoneCommand
  19998.      */
  19999.     protected function getMoveListingPhoneCommandService()
  20000.     {
  20001.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20002.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Command/MoveListingPhoneCommand.php';
  20003.         $this->privates['Aqarmap\\Bundle\\ListingBundle\\Command\\MoveListingPhoneCommand'] = $instance = new \Aqarmap\Bundle\ListingBundle\Command\MoveListingPhoneCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingPhoneRepository'] ?? $this->getListingPhoneRepositoryService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\PhoneManager'] ?? $this->getPhoneManagerService()));
  20004.         $instance->setName('app:listings:phones:patch');
  20005.         return $instance;
  20006.     }
  20007.     /**
  20008.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Command\MoveUserPhoneNumbersCommand' shared autowired service.
  20009.      *
  20010.      * @return \Aqarmap\Bundle\ListingBundle\Command\MoveUserPhoneNumbersCommand
  20011.      */
  20012.     protected function getMoveUserPhoneNumbersCommandService()
  20013.     {
  20014.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20015.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Command/MoveUserPhoneNumbersCommand.php';
  20016.         $this->privates['Aqarmap\\Bundle\\ListingBundle\\Command\\MoveUserPhoneNumbersCommand'] = $instance = new \Aqarmap\Bundle\ListingBundle\Command\MoveUserPhoneNumbersCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Aqarmap\\Bundle\\UserBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\PhoneManager'] ?? $this->getPhoneManagerService()));
  20017.         $instance->setName('app:users:phones:patch');
  20018.         return $instance;
  20019.     }
  20020.     /**
  20021.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Command\PatchFixListingsSlugCommand' shared autowired service.
  20022.      *
  20023.      * @return \Aqarmap\Bundle\ListingBundle\Command\PatchFixListingsSlugCommand
  20024.      */
  20025.     protected function getPatchFixListingsSlugCommandService()
  20026.     {
  20027.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20028.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Command/PatchFixListingsSlugCommand.php';
  20029.         $this->privates['Aqarmap\\Bundle\\ListingBundle\\Command\\PatchFixListingsSlugCommand'] = $instance = new \Aqarmap\Bundle\ListingBundle\Command\PatchFixListingsSlugCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingRepository'] ?? $this->getListingRepositoryService()));
  20030.         $instance->setName('app:patch:fix_listings_slug');
  20031.         return $instance;
  20032.     }
  20033.     /**
  20034.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Command\PatchPublishListingsDataToSNSCommand' shared autowired service.
  20035.      *
  20036.      * @return \Aqarmap\Bundle\ListingBundle\Command\PatchPublishListingsDataToSNSCommand
  20037.      */
  20038.     protected function getPatchPublishListingsDataToSNSCommandService()
  20039.     {
  20040.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20041.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Command/PatchPublishListingsDataToSNSCommand.php';
  20042.         $this->privates['Aqarmap\\Bundle\\ListingBundle\\Command\\PatchPublishListingsDataToSNSCommand'] = $instance = new \Aqarmap\Bundle\ListingBundle\Command\PatchPublishListingsDataToSNSCommand(($this->privates['Aqarmap\\Bundle\\MainBundle\\EventStreaming\\EventStreamingClientFactory'] ?? $this->getEventStreamingClientFactoryService()), ($this->services['Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingRepository'] ?? $this->getListingRepositoryService()));
  20043.         $instance->setName('app:patch:publish_listing_sns');
  20044.         return $instance;
  20045.     }
  20046.     /**
  20047.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Command\PatchRepublishLeadsToQueueCommand' shared autowired service.
  20048.      *
  20049.      * @return \Aqarmap\Bundle\ListingBundle\Command\PatchRepublishLeadsToQueueCommand
  20050.      */
  20051.     protected function getPatchRepublishLeadsToQueueCommandService()
  20052.     {
  20053.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20054.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Command/PatchRepublishLeadsToQueueCommand.php';
  20055.         $this->privates['Aqarmap\\Bundle\\ListingBundle\\Command\\PatchRepublishLeadsToQueueCommand'] = $instance = new \Aqarmap\Bundle\ListingBundle\Command\PatchRepublishLeadsToQueueCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingLeadRepository'] ?? $this->getListingLeadRepositoryService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  20056.         $instance->setName('app:leads:send-emails-queue-republish');
  20057.         return $instance;
  20058.     }
  20059.     /**
  20060.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Command\PatchUpdateCompoundLocationCommand' shared autowired service.
  20061.      *
  20062.      * @return \Aqarmap\Bundle\ListingBundle\Command\PatchUpdateCompoundLocationCommand
  20063.      */
  20064.     protected function getPatchUpdateCompoundLocationCommandService()
  20065.     {
  20066.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20067.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Command/PatchUpdateCompoundLocationCommand.php';
  20068.         $this->privates['Aqarmap\\Bundle\\ListingBundle\\Command\\PatchUpdateCompoundLocationCommand'] = $instance = new \Aqarmap\Bundle\ListingBundle\Command\PatchUpdateCompoundLocationCommand(($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\LocationRepository'] ?? $this->getLocationRepositoryService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V4\\LocationService'] ?? $this->getLocationServiceService()));
  20069.         $instance->setName('app:location:update-compound-location');
  20070.         return $instance;
  20071.     }
  20072.     /**
  20073.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Command\PatchUpdateListingCoordinatesCommand' shared autowired service.
  20074.      *
  20075.      * @return \Aqarmap\Bundle\ListingBundle\Command\PatchUpdateListingCoordinatesCommand
  20076.      */
  20077.     protected function getPatchUpdateListingCoordinatesCommandService()
  20078.     {
  20079.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20080.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Command/PatchUpdateListingCoordinatesCommand.php';
  20081.         $this->privates['Aqarmap\\Bundle\\ListingBundle\\Command\\PatchUpdateListingCoordinatesCommand'] = $instance = new \Aqarmap\Bundle\ListingBundle\Command\PatchUpdateListingCoordinatesCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingRepository'] ?? $this->getListingRepositoryService()));
  20082.         $instance->setName('app:listing:update-coordinates');
  20083.         return $instance;
  20084.     }
  20085.     /**
  20086.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Command\PatchUpdateListingLeadsCountCommand' shared autowired service.
  20087.      *
  20088.      * @return \Aqarmap\Bundle\ListingBundle\Command\PatchUpdateListingLeadsCountCommand
  20089.      */
  20090.     protected function getPatchUpdateListingLeadsCountCommandService()
  20091.     {
  20092.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20093.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Command/PatchUpdateListingLeadsCountCommand.php';
  20094.         $this->privates['Aqarmap\\Bundle\\ListingBundle\\Command\\PatchUpdateListingLeadsCountCommand'] = $instance = new \Aqarmap\Bundle\ListingBundle\Command\PatchUpdateListingLeadsCountCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingRepository'] ?? $this->getListingRepositoryService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingLeadRepository'] ?? $this->getListingLeadRepositoryService()));
  20095.         $instance->setName('app:listing:leads-count');
  20096.         return $instance;
  20097.     }
  20098.     /**
  20099.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Command\ProjectReportCommand' shared autowired service.
  20100.      *
  20101.      * @return \Aqarmap\Bundle\ListingBundle\Command\ProjectReportCommand
  20102.      */
  20103.     protected function getProjectReportCommandService()
  20104.     {
  20105.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20106.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Command/ProjectReportCommand.php';
  20107.         $this->privates['Aqarmap\\Bundle\\ListingBundle\\Command\\ProjectReportCommand'] = $instance = new \Aqarmap\Bundle\ListingBundle\Command\ProjectReportCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\ProjectSettingRepository'] ?? $this->getProjectSettingRepositoryService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LeadService'] ?? $this->getLeadService2Service()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['Aqarmap\\Bundle\\MainBundle\\Adapter\\MailerService'] ?? $this->getMailerServiceService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->privates['Aqarmap\\Bundle\\MainBundle\\Helpers\\MailerHelper'] ?? $this->getMailerHelperService()));
  20108.         $instance->setName('app:project_report:deliver');
  20109.         return $instance;
  20110.     }
  20111.     /**
  20112.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Command\ResetFailedCallRequestCommand' shared autowired service.
  20113.      *
  20114.      * @return \Aqarmap\Bundle\ListingBundle\Command\ResetFailedCallRequestCommand
  20115.      */
  20116.     protected function getResetFailedCallRequestCommandService()
  20117.     {
  20118.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20119.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Command/ResetFailedCallRequestCommand.php';
  20120.         $this->privates['Aqarmap\\Bundle\\ListingBundle\\Command\\ResetFailedCallRequestCommand'] = $instance = new \Aqarmap\Bundle\ListingBundle\Command\ResetFailedCallRequestCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  20121.         $instance->setName('app:call_request:reset-failed');
  20122.         return $instance;
  20123.     }
  20124.     /**
  20125.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Command\ResetListingsRatesCommand' shared autowired service.
  20126.      *
  20127.      * @return \Aqarmap\Bundle\ListingBundle\Command\ResetListingsRatesCommand
  20128.      */
  20129.     protected function getResetListingsRatesCommandService()
  20130.     {
  20131.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20132.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Command/ResetListingsRatesCommand.php';
  20133.         $this->privates['Aqarmap\\Bundle\\ListingBundle\\Command\\ResetListingsRatesCommand'] = $instance = new \Aqarmap\Bundle\ListingBundle\Command\ResetListingsRatesCommand(($this->services['Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingRepository'] ?? $this->getListingRepositoryService()));
  20134.         $instance->setName('app:reset-listing-rates');
  20135.         return $instance;
  20136.     }
  20137.     /**
  20138.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Command\ScoringCommand' shared autowired service.
  20139.      *
  20140.      * @return \Aqarmap\Bundle\ListingBundle\Command\ScoringCommand
  20141.      */
  20142.     protected function getScoringCommandService()
  20143.     {
  20144.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20145.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Command/ScoringCommand.php';
  20146.         $this->privates['Aqarmap\\Bundle\\ListingBundle\\Command\\ScoringCommand'] = $instance = new \Aqarmap\Bundle\ListingBundle\Command\ScoringCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingRepository'] ?? $this->getListingRepositoryService()));
  20147.         $instance->setName('app:listing:scoring');
  20148.         return $instance;
  20149.     }
  20150.     /**
  20151.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Command\ScrapedBrokersDataCommand' shared autowired service.
  20152.      *
  20153.      * @return \Aqarmap\Bundle\ListingBundle\Command\ScrapedBrokersDataCommand
  20154.      */
  20155.     protected function getScrapedBrokersDataCommandService()
  20156.     {
  20157.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20158.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Command/ScrapedBrokersDataCommand.php';
  20159.         $this->privates['Aqarmap\\Bundle\\ListingBundle\\Command\\ScrapedBrokersDataCommand'] = $instance = new \Aqarmap\Bundle\ListingBundle\Command\ScrapedBrokersDataCommand(($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\ScrapedListingRepository'] ?? $this->getScrapedListingRepositoryService()), ($this->services['doctrine_mongodb.odm.default_document_manager'] ?? $this->getDoctrineMongodb_Odm_DefaultDocumentManagerService()));
  20160.         $instance->setName('app:get-brokers-data');
  20161.         return $instance;
  20162.     }
  20163.     /**
  20164.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Command\ScrapedListingProcessingCommand' shared autowired service.
  20165.      *
  20166.      * @return \Aqarmap\Bundle\ListingBundle\Command\ScrapedListingProcessingCommand
  20167.      */
  20168.     protected function getScrapedListingProcessingCommandService()
  20169.     {
  20170.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20171.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Command/ScrapedListingProcessingCommand.php';
  20172.         $this->privates['Aqarmap\\Bundle\\ListingBundle\\Command\\ScrapedListingProcessingCommand'] = $instance = new \Aqarmap\Bundle\ListingBundle\Command\ScrapedListingProcessingCommand(($this->services['doctrine_mongodb.odm.default_document_manager'] ?? $this->getDoctrineMongodb_Odm_DefaultDocumentManagerService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\ScrapedListingRepository'] ?? $this->getScrapedListingRepositoryService()), ($this->services['Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingRepository'] ?? $this->getListingRepositoryService()), ($this->privates['gedmo.listener.translatable'] ?? $this->getGedmo_Listener_TranslatableService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ScrapedListingService'] ?? $this->getScrapedListingServiceService()), ($this->services['Aqarmap\\Bundle\\FeatureToggleBundle\\Service\\FeatureToggleManager'] ?? $this->getFeatureToggleManagerService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  20173.         $instance->setName('app:scraped:listings');
  20174.         return $instance;
  20175.     }
  20176.     /**
  20177.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Command\UpdateClientServedCountCommand' shared autowired service.
  20178.      *
  20179.      * @return \Aqarmap\Bundle\ListingBundle\Command\UpdateClientServedCountCommand
  20180.      */
  20181.     protected function getUpdateClientServedCountCommandService()
  20182.     {
  20183.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20184.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Command/UpdateClientServedCountCommand.php';
  20185.         $this->privates['Aqarmap\\Bundle\\ListingBundle\\Command\\UpdateClientServedCountCommand'] = $instance = new \Aqarmap\Bundle\ListingBundle\Command\UpdateClientServedCountCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Aqarmap\\Bundle\\UserBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserManager'] ?? $this->getUserManagerService()));
  20186.         $instance->setName('app:user:client-served-count-patch');
  20187.         return $instance;
  20188.     }
  20189.     /**
  20190.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Command\UpdateCorruptedPhonesCommand' shared autowired service.
  20191.      *
  20192.      * @return \Aqarmap\Bundle\ListingBundle\Command\UpdateCorruptedPhonesCommand
  20193.      */
  20194.     protected function getUpdateCorruptedPhonesCommandService()
  20195.     {
  20196.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20197.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Command/UpdateCorruptedPhonesCommand.php';
  20198.         $this->privates['Aqarmap\\Bundle\\ListingBundle\\Command\\UpdateCorruptedPhonesCommand'] = $instance = new \Aqarmap\Bundle\ListingBundle\Command\UpdateCorruptedPhonesCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\PhoneRepository'] ?? $this->getPhoneRepositoryService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\UserPhoneRepository'] ?? $this->getUserPhoneRepositoryService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingPhoneRepository'] ?? $this->getListingPhoneRepositoryService()));
  20199.         $instance->setName('app:user:listing-phone-numbers-patch');
  20200.         return $instance;
  20201.     }
  20202.     /**
  20203.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Command\UpdateDisabledLocationsChildrenCommand' shared autowired service.
  20204.      *
  20205.      * @return \Aqarmap\Bundle\ListingBundle\Command\UpdateDisabledLocationsChildrenCommand
  20206.      */
  20207.     protected function getUpdateDisabledLocationsChildrenCommandService()
  20208.     {
  20209.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20210.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Command/UpdateDisabledLocationsChildrenCommand.php';
  20211.         $this->privates['Aqarmap\\Bundle\\ListingBundle\\Command\\UpdateDisabledLocationsChildrenCommand'] = $instance = new \Aqarmap\Bundle\ListingBundle\Command\UpdateDisabledLocationsChildrenCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\LocationRepository'] ?? $this->getLocationRepositoryService()));
  20212.         $instance->setName('app:locations:disabled_children:update');
  20213.         return $instance;
  20214.     }
  20215.     /**
  20216.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Command\UpdateListingsLabel' shared autowired service.
  20217.      *
  20218.      * @return \Aqarmap\Bundle\ListingBundle\Command\UpdateListingsLabel
  20219.      */
  20220.     protected function getUpdateListingsLabelService()
  20221.     {
  20222.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20223.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Command/UpdateListingsLabel.php';
  20224.         $this->privates['Aqarmap\\Bundle\\ListingBundle\\Command\\UpdateListingsLabel'] = $instance = new \Aqarmap\Bundle\ListingBundle\Command\UpdateListingsLabel(($this->services['Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingRepository'] ?? $this->getListingRepositoryService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V4\\ListingLabelService'] ?? $this->getListingLabelServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  20225.         $instance->setName('app:batch-update-listings-label');
  20226.         return $instance;
  20227.     }
  20228.     /**
  20229.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Command\UpdateLocationFullPathCommand' shared autowired service.
  20230.      *
  20231.      * @return \Aqarmap\Bundle\ListingBundle\Command\UpdateLocationFullPathCommand
  20232.      */
  20233.     protected function getUpdateLocationFullPathCommandService()
  20234.     {
  20235.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20236.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Command/UpdateLocationFullPathCommand.php';
  20237.         $this->privates['Aqarmap\\Bundle\\ListingBundle\\Command\\UpdateLocationFullPathCommand'] = $instance = new \Aqarmap\Bundle\ListingBundle\Command\UpdateLocationFullPathCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\LocationRepository'] ?? $this->getLocationRepositoryService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LocationManager'] ?? $this->getLocationManagerService()));
  20238.         $instance->setName('app:locations:full_path:update');
  20239.         return $instance;
  20240.     }
  20241.     /**
  20242.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Command\UpdateLocationsEstimatableCommand' shared autowired service.
  20243.      *
  20244.      * @return \Aqarmap\Bundle\ListingBundle\Command\UpdateLocationsEstimatableCommand
  20245.      */
  20246.     protected function getUpdateLocationsEstimatableCommandService()
  20247.     {
  20248.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20249.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Command/UpdateLocationsEstimatableCommand.php';
  20250.         $this->privates['Aqarmap\\Bundle\\ListingBundle\\Command\\UpdateLocationsEstimatableCommand'] = $instance = new \Aqarmap\Bundle\ListingBundle\Command\UpdateLocationsEstimatableCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\LocationRepository'] ?? $this->getLocationRepositoryService()));
  20251.         $instance->setName('app:locations:estimatable:update');
  20252.         return $instance;
  20253.     }
  20254.     /**
  20255.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Command\UpdateScrapedListingDataCommand' shared autowired service.
  20256.      *
  20257.      * @return \Aqarmap\Bundle\ListingBundle\Command\UpdateScrapedListingDataCommand
  20258.      */
  20259.     protected function getUpdateScrapedListingDataCommandService()
  20260.     {
  20261.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20262.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Command/UpdateScrapedListingDataCommand.php';
  20263.         $this->privates['Aqarmap\\Bundle\\ListingBundle\\Command\\UpdateScrapedListingDataCommand'] = $instance = new \Aqarmap\Bundle\ListingBundle\Command\UpdateScrapedListingDataCommand(($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\ScrapedListingRepository'] ?? $this->getScrapedListingRepositoryService()), ($this->services['doctrine_mongodb.odm.default_document_manager'] ?? $this->getDoctrineMongodb_Odm_DefaultDocumentManagerService()));
  20264.         $instance->setName('app:update-scrapped-listings');
  20265.         return $instance;
  20266.     }
  20267.     /**
  20268.      * Gets the private 'Aqarmap\Bundle\ListingBundle\EventListener\BuildListingAttributeFormListener' shared autowired service.
  20269.      *
  20270.      * @return \Aqarmap\Bundle\ListingBundle\EventListener\BuildListingAttributeFormListener
  20271.      */
  20272.     protected function getBuildListingAttributeFormListenerService()
  20273.     {
  20274.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/EventListener/BuildListingAttributeFormListener.php';
  20275.         $a = ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService());
  20276.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\BuildListingAttributeFormListener'])) {
  20277.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\BuildListingAttributeFormListener'];
  20278.         }
  20279.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\BuildListingAttributeFormListener'] = new \Aqarmap\Bundle\ListingBundle\EventListener\BuildListingAttributeFormListener($a);
  20280.     }
  20281.     /**
  20282.      * Gets the private 'Aqarmap\Bundle\ListingBundle\EventListener\CompoundAveragePricePerMeterListener' shared autowired service.
  20283.      *
  20284.      * @return \Aqarmap\Bundle\ListingBundle\EventListener\CompoundAveragePricePerMeterListener
  20285.      */
  20286.     protected function getCompoundAveragePricePerMeterListenerService()
  20287.     {
  20288.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/EventListener/CompoundAveragePricePerMeterListener.php';
  20289.         $a = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V4\\CompoundAveragePriceService'] ?? $this->getCompoundAveragePriceServiceService());
  20290.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\CompoundAveragePricePerMeterListener'])) {
  20291.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\CompoundAveragePricePerMeterListener'];
  20292.         }
  20293.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\CompoundAveragePricePerMeterListener'] = new \Aqarmap\Bundle\ListingBundle\EventListener\CompoundAveragePricePerMeterListener($a);
  20294.     }
  20295.     /**
  20296.      * Gets the private 'Aqarmap\Bundle\ListingBundle\EventListener\CompoundFieldListener' shared autowired service.
  20297.      *
  20298.      * @return \Aqarmap\Bundle\ListingBundle\EventListener\CompoundFieldListener
  20299.      */
  20300.     protected function getCompoundFieldListenerService()
  20301.     {
  20302.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/EventListener/CompoundFieldListener.php';
  20303.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  20304.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\CompoundFieldListener'])) {
  20305.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\CompoundFieldListener'];
  20306.         }
  20307.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\CompoundFieldListener'] = new \Aqarmap\Bundle\ListingBundle\EventListener\CompoundFieldListener($a);
  20308.     }
  20309.     /**
  20310.      * Gets the private 'Aqarmap\Bundle\ListingBundle\EventListener\CompoundLocationPreSerializer' shared autowired service.
  20311.      *
  20312.      * @return \Aqarmap\Bundle\ListingBundle\EventListener\CompoundLocationPreSerializer
  20313.      */
  20314.     protected function getCompoundLocationPreSerializerService()
  20315.     {
  20316.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventSubscriberInterface.php';
  20317.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/EventListener/CompoundLocationPreSerializer.php';
  20318.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  20319.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\CompoundLocationPreSerializer'])) {
  20320.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\CompoundLocationPreSerializer'];
  20321.         }
  20322.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\CompoundLocationPreSerializer'] = new \Aqarmap\Bundle\ListingBundle\EventListener\CompoundLocationPreSerializer($this->parameters['locales'], $a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  20323.     }
  20324.     /**
  20325.      * Gets the private 'Aqarmap\Bundle\ListingBundle\EventListener\ConfigureMenuEventSubscriber' shared autowired service.
  20326.      *
  20327.      * @return \Aqarmap\Bundle\ListingBundle\EventListener\ConfigureMenuEventSubscriber
  20328.      */
  20329.     protected function getConfigureMenuEventSubscriber2Service()
  20330.     {
  20331.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/EventListener/ConfigureMenuEventSubscriber.php';
  20332.         $a = ($this->services['Aqarmap\\Bundle\\FeatureToggleBundle\\Service\\FeatureToggleManager'] ?? $this->getFeatureToggleManagerService());
  20333.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ConfigureMenuEventSubscriber'])) {
  20334.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ConfigureMenuEventSubscriber'];
  20335.         }
  20336.         $b = ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\Setting'] ?? $this->getSettingService());
  20337.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ConfigureMenuEventSubscriber'])) {
  20338.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ConfigureMenuEventSubscriber'];
  20339.         }
  20340.         $c = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  20341.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ConfigureMenuEventSubscriber'])) {
  20342.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ConfigureMenuEventSubscriber'];
  20343.         }
  20344.         $d = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  20345.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ConfigureMenuEventSubscriber'])) {
  20346.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ConfigureMenuEventSubscriber'];
  20347.         }
  20348.         $e = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Twig\\ListingExtension'] ?? $this->getListingExtensionService());
  20349.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ConfigureMenuEventSubscriber'])) {
  20350.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ConfigureMenuEventSubscriber'];
  20351.         }
  20352.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ConfigureMenuEventSubscriber'] = new \Aqarmap\Bundle\ListingBundle\EventListener\ConfigureMenuEventSubscriber($this, ($this->services['translator'] ?? $this->getTranslatorService()), $a$b$c$d$e, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  20353.     }
  20354.     /**
  20355.      * Gets the private 'Aqarmap\Bundle\ListingBundle\EventListener\CreditStatusListener' shared autowired service.
  20356.      *
  20357.      * @return \Aqarmap\Bundle\ListingBundle\EventListener\CreditStatusListener
  20358.      */
  20359.     protected function getCreditStatusListenerService()
  20360.     {
  20361.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/EventListener/CreditStatusListener.php';
  20362.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  20363.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\CreditStatusListener'])) {
  20364.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\CreditStatusListener'];
  20365.         }
  20366.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\CreditStatusListener'] = new \Aqarmap\Bundle\ListingBundle\EventListener\CreditStatusListener($a);
  20367.     }
  20368.     /**
  20369.      * Gets the private 'Aqarmap\Bundle\ListingBundle\EventListener\LeadDuplicateSubscriber' shared autowired service.
  20370.      *
  20371.      * @return \Aqarmap\Bundle\ListingBundle\EventListener\LeadDuplicateSubscriber
  20372.      */
  20373.     protected function getLeadDuplicateSubscriberService()
  20374.     {
  20375.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/EventListener/LeadDuplicateSubscriber.php';
  20376.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  20377.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\LeadDuplicateSubscriber'])) {
  20378.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\LeadDuplicateSubscriber'];
  20379.         }
  20380.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\LeadDuplicateSubscriber'] = new \Aqarmap\Bundle\ListingBundle\EventListener\LeadDuplicateSubscriber(($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingLeadRepository'] ?? $this->getListingLeadRepositoryService()), $a);
  20381.     }
  20382.     /**
  20383.      * Gets the private 'Aqarmap\Bundle\ListingBundle\EventListener\LeadPreSerializerSubscriber' shared autowired service.
  20384.      *
  20385.      * @return \Aqarmap\Bundle\ListingBundle\EventListener\LeadPreSerializerSubscriber
  20386.      */
  20387.     protected function getLeadPreSerializerSubscriberService()
  20388.     {
  20389.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventSubscriberInterface.php';
  20390.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/EventListener/LeadPreSerializerSubscriber.php';
  20391.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\LeadPreSerializerSubscriber'] = new \Aqarmap\Bundle\ListingBundle\EventListener\LeadPreSerializerSubscriber(($this->services['translator'] ?? $this->getTranslatorService()));
  20392.     }
  20393.     /**
  20394.      * Gets the private 'Aqarmap\Bundle\ListingBundle\EventListener\LeadSubscribeListener' shared autowired service.
  20395.      *
  20396.      * @return \Aqarmap\Bundle\ListingBundle\EventListener\LeadSubscribeListener
  20397.      */
  20398.     protected function getLeadSubscribeListenerService()
  20399.     {
  20400.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/EventListener/LeadSubscribeListener.php';
  20401.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  20402.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\LeadSubscribeListener'])) {
  20403.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\LeadSubscribeListener'];
  20404.         }
  20405.         $b = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LeadService'] ?? $this->getLeadService2Service());
  20406.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\LeadSubscribeListener'])) {
  20407.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\LeadSubscribeListener'];
  20408.         }
  20409.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\LeadSubscribeListener'] = new \Aqarmap\Bundle\ListingBundle\EventListener\LeadSubscribeListener($a$b, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['Aqarmap\\Bundle\\MainBundle\\Contract\\ProducerFactoryInterface $producerFactory'] ?? $this->getProducerFactoryInterfaceproducerFactoryService()));
  20410.     }
  20411.     /**
  20412.      * Gets the private 'Aqarmap\Bundle\ListingBundle\EventListener\LeadSystemLabelSubscriber' shared autowired service.
  20413.      *
  20414.      * @return \Aqarmap\Bundle\ListingBundle\EventListener\LeadSystemLabelSubscriber
  20415.      */
  20416.     protected function getLeadSystemLabelSubscriberService()
  20417.     {
  20418.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/EventListener/LeadSystemLabelSubscriber.php';
  20419.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  20420.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\LeadSystemLabelSubscriber'])) {
  20421.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\LeadSystemLabelSubscriber'];
  20422.         }
  20423.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\LeadSystemLabelSubscriber'] = new \Aqarmap\Bundle\ListingBundle\EventListener\LeadSystemLabelSubscriber(($this->privates['Aqarmap\\Bundle\\UserBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), $a);
  20424.     }
  20425.     /**
  20426.      * Gets the private 'Aqarmap\Bundle\ListingBundle\EventListener\ListingActivityLogListener' shared autowired service.
  20427.      *
  20428.      * @return \Aqarmap\Bundle\ListingBundle\EventListener\ListingActivityLogListener
  20429.      */
  20430.     protected function getListingActivityLogListenerService()
  20431.     {
  20432.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/EventListener/ListingActivityLogListener.php';
  20433.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  20434.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingActivityLogListener'])) {
  20435.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingActivityLogListener'];
  20436.         }
  20437.         $b = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingActivityLogService'] ?? $this->getListingActivityLogServiceService());
  20438.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingActivityLogListener'])) {
  20439.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingActivityLogListener'];
  20440.         }
  20441.         $c = ($this->services['jms_serializer'] ?? $this->getJmsSerializerService());
  20442.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingActivityLogListener'])) {
  20443.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingActivityLogListener'];
  20444.         }
  20445.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingActivityLogListener'] = new \Aqarmap\Bundle\ListingBundle\EventListener\ListingActivityLogListener($a, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $b$c);
  20446.     }
  20447.     /**
  20448.      * Gets the private 'Aqarmap\Bundle\ListingBundle\EventListener\ListingBuildDataSubscriber' shared autowired service.
  20449.      *
  20450.      * @return \Aqarmap\Bundle\ListingBundle\EventListener\ListingBuildDataSubscriber
  20451.      */
  20452.     protected function getListingBuildDataSubscriberService()
  20453.     {
  20454.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventSubscriberInterface.php';
  20455.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/EventListener/ListingBuildDataSubscriber.php';
  20456.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingBuildDataSubscriber'] = new \Aqarmap\Bundle\ListingBundle\EventListener\ListingBuildDataSubscriber();
  20457.     }
  20458.     /**
  20459.      * Gets the private 'Aqarmap\Bundle\ListingBundle\EventListener\ListingCategorySubscriber' shared autowired service.
  20460.      *
  20461.      * @return \Aqarmap\Bundle\ListingBundle\EventListener\ListingCategorySubscriber
  20462.      */
  20463.     protected function getListingCategorySubscriberService()
  20464.     {
  20465.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/EventListener/ListingCategorySubscriber.php';
  20466.         $a = ($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'] ?? $this->getListingManagerService());
  20467.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingCategorySubscriber'])) {
  20468.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingCategorySubscriber'];
  20469.         }
  20470.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  20471.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingCategorySubscriber'])) {
  20472.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingCategorySubscriber'];
  20473.         }
  20474.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingCategorySubscriber'] = new \Aqarmap\Bundle\ListingBundle\EventListener\ListingCategorySubscriber(($this->privates['Aqarmap\\Bundle\\UserBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), $a$b);
  20475.     }
  20476.     /**
  20477.      * Gets the private 'Aqarmap\Bundle\ListingBundle\EventListener\ListingFeatureListener' shared autowired service.
  20478.      *
  20479.      * @return \Aqarmap\Bundle\ListingBundle\EventListener\ListingFeatureListener
  20480.      */
  20481.     protected function getListingFeatureListenerService()
  20482.     {
  20483.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/EventListener/ListingFeatureListener.php';
  20484.         $a = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingFeatureService'] ?? $this->getListingFeatureServiceService());
  20485.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingFeatureListener'])) {
  20486.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingFeatureListener'];
  20487.         }
  20488.         $b = ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\Setting'] ?? $this->getSettingService());
  20489.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingFeatureListener'])) {
  20490.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingFeatureListener'];
  20491.         }
  20492.         $c = ($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'] ?? $this->getListingManagerService());
  20493.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingFeatureListener'])) {
  20494.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingFeatureListener'];
  20495.         }
  20496.         $d = ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\ActivityLogger'] ?? $this->getActivityLoggerService());
  20497.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingFeatureListener'])) {
  20498.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingFeatureListener'];
  20499.         }
  20500.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingFeatureListener'] = new \Aqarmap\Bundle\ListingBundle\EventListener\ListingFeatureListener($a, ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Model\\BumpUpModel'] ?? ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Model\\BumpUpModel'] = new \Aqarmap\Bundle\ListingBundle\Model\BumpUpModel())), $b, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $c$d, ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\CallLog\\Logger'] ?? $this->getLogger2Service()));
  20501.     }
  20502.     /**
  20503.      * Gets the private 'Aqarmap\Bundle\ListingBundle\EventListener\ListingListener' shared autowired service.
  20504.      *
  20505.      * @return \Aqarmap\Bundle\ListingBundle\EventListener\ListingListener
  20506.      */
  20507.     protected function getListingListenerService()
  20508.     {
  20509.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/EventListener/ListingListener.php';
  20510.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/YoutubeHelper.php';
  20511.         $a = ($this->services['Aqarmap\\Bundle\\FeatureToggleBundle\\Service\\FeatureToggleManager'] ?? $this->getFeatureToggleManagerService());
  20512.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingListener'])) {
  20513.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingListener'];
  20514.         }
  20515.         $b = ($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'] ?? $this->getListingManagerService());
  20516.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingListener'])) {
  20517.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingListener'];
  20518.         }
  20519.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingListener'] = new \Aqarmap\Bundle\ListingBundle\EventListener\ListingListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Aqarmap\Bundle\ListingBundle\Service\YoutubeHelper(), $a$b, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  20520.     }
  20521.     /**
  20522.      * Gets the private 'Aqarmap\Bundle\ListingBundle\EventListener\ListingPreSerializerListener' shared autowired service.
  20523.      *
  20524.      * @return \Aqarmap\Bundle\ListingBundle\EventListener\ListingPreSerializerListener
  20525.      */
  20526.     protected function getListingPreSerializerListenerService()
  20527.     {
  20528.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventSubscriberInterface.php';
  20529.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/EventListener/ListingPreSerializerListener.php';
  20530.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  20531.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingPreSerializerListener'])) {
  20532.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingPreSerializerListener'];
  20533.         }
  20534.         $b = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V4\\CompoundDetailService'] ?? $this->getCompoundDetailServiceService());
  20535.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingPreSerializerListener'])) {
  20536.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingPreSerializerListener'];
  20537.         }
  20538.         $c = ($this->privates['Aqarmap\\Bundle\\FinancialAidsBundle\\Service\\FinancialAidService'] ?? $this->getFinancialAidServiceService());
  20539.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingPreSerializerListener'])) {
  20540.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingPreSerializerListener'];
  20541.         }
  20542.         $d = ($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'] ?? $this->getListingManagerService());
  20543.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingPreSerializerListener'])) {
  20544.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingPreSerializerListener'];
  20545.         }
  20546.         $e = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V4\\CostPerLeadService'] ?? $this->getCostPerLeadServiceService());
  20547.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingPreSerializerListener'])) {
  20548.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingPreSerializerListener'];
  20549.         }
  20550.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingPreSerializerListener'] = new \Aqarmap\Bundle\ListingBundle\EventListener\ListingPreSerializerListener(($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\ThumbURL'] ?? $this->getThumbURLService()), ($this->privates['Vich\\UploaderBundle\\Templating\\Helper\\UploaderHelper'] ?? $this->getUploaderHelperService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $this->parameters['locales'], $a, ($this->privates['gedmo.listener.translatable'] ?? $this->getGedmo_Listener_TranslatableService()), $b$c$d$e);
  20551.     }
  20552.     /**
  20553.      * Gets the private 'Aqarmap\Bundle\ListingBundle\EventListener\ListingRatedListener' shared autowired service.
  20554.      *
  20555.      * @return \Aqarmap\Bundle\ListingBundle\EventListener\ListingRatedListener
  20556.      */
  20557.     protected function getListingRatedListenerService()
  20558.     {
  20559.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/EventListener/ListingRatedListener.php';
  20560.         $a = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingRateService'] ?? $this->getListingRateServiceService());
  20561.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingRatedListener'])) {
  20562.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingRatedListener'];
  20563.         }
  20564.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingRatedListener'] = new \Aqarmap\Bundle\ListingBundle\EventListener\ListingRatedListener($a);
  20565.     }
  20566.     /**
  20567.      * Gets the private 'Aqarmap\Bundle\ListingBundle\EventListener\ListingRejectedListener' shared autowired service.
  20568.      *
  20569.      * @return \Aqarmap\Bundle\ListingBundle\EventListener\ListingRejectedListener
  20570.      */
  20571.     protected function getListingRejectedListenerService()
  20572.     {
  20573.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/EventListener/ListingRejectedListener.php';
  20574.         $a = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingRateService'] ?? $this->getListingRateServiceService());
  20575.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingRejectedListener'])) {
  20576.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingRejectedListener'];
  20577.         }
  20578.         $b = ($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'] ?? $this->getListingManagerService());
  20579.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingRejectedListener'])) {
  20580.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingRejectedListener'];
  20581.         }
  20582.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingRejectedListener'] = new \Aqarmap\Bundle\ListingBundle\EventListener\ListingRejectedListener($a$b);
  20583.     }
  20584.     /**
  20585.      * Gets the private 'Aqarmap\Bundle\ListingBundle\EventListener\ListingRuleListener' shared autowired service.
  20586.      *
  20587.      * @return \Aqarmap\Bundle\ListingBundle\EventListener\ListingRuleListener
  20588.      */
  20589.     protected function getListingRuleListenerService()
  20590.     {
  20591.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/EventListener/ListingRuleListener.php';
  20592.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/SpecialAddListingService.php';
  20593.         $a = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingRuleMatcher'] ?? $this->getListingRuleMatcherService());
  20594.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingRuleListener'])) {
  20595.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingRuleListener'];
  20596.         }
  20597.         $b = ($this->privates['Aqarmap\\Bundle\\CreditBundle\\Services\\CreditManager'] ?? $this->getCreditManagerService());
  20598.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingRuleListener'])) {
  20599.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingRuleListener'];
  20600.         }
  20601.         $c = ($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'] ?? $this->getListingManagerService());
  20602.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingRuleListener'])) {
  20603.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingRuleListener'];
  20604.         }
  20605.         $d = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  20606.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingRuleListener'])) {
  20607.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingRuleListener'];
  20608.         }
  20609.         $e = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingFeatureService'] ?? $this->getListingFeatureServiceService());
  20610.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingRuleListener'])) {
  20611.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingRuleListener'];
  20612.         }
  20613.         $f = ($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserServicesManager'] ?? $this->getUserServicesManagerService());
  20614.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingRuleListener'])) {
  20615.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingRuleListener'];
  20616.         }
  20617.         $g = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  20618.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingRuleListener'])) {
  20619.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingRuleListener'];
  20620.         }
  20621.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingRuleListener'] = new \Aqarmap\Bundle\ListingBundle\EventListener\ListingRuleListener($a$b$c$d$e, ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\SpecialAddListingService'] ?? ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\SpecialAddListingService'] = new \Aqarmap\Bundle\ListingBundle\Service\SpecialAddListingService())), $f$g);
  20622.     }
  20623.     /**
  20624.      * Gets the private 'Aqarmap\Bundle\ListingBundle\EventListener\ListingSearchTriggerListener' shared autowired service.
  20625.      *
  20626.      * @return \Aqarmap\Bundle\ListingBundle\EventListener\ListingSearchTriggerListener
  20627.      */
  20628.     protected function getListingSearchTriggerListenerService()
  20629.     {
  20630.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/EventListener/ListingSearchTriggerListener.php';
  20631.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  20632.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingSearchTriggerListener'])) {
  20633.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingSearchTriggerListener'];
  20634.         }
  20635.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingSearchTriggerListener'] = new \Aqarmap\Bundle\ListingBundle\EventListener\ListingSearchTriggerListener(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $a, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['Aqarmap\\Bundle\\MainBundle\\Contract\\ProducerFactoryInterface $producerFactory'] ?? $this->getProducerFactoryInterfaceproducerFactoryService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  20636.     }
  20637.     /**
  20638.      * Gets the private 'Aqarmap\Bundle\ListingBundle\EventListener\ListingSlugListener' shared autowired service.
  20639.      *
  20640.      * @return \Aqarmap\Bundle\ListingBundle\EventListener\ListingSlugListener
  20641.      */
  20642.     protected function getListingSlugListenerService()
  20643.     {
  20644.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/EventListener/ListingSlugListener.php';
  20645.         $a = ($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'] ?? $this->getListingManagerService());
  20646.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingSlugListener'])) {
  20647.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingSlugListener'];
  20648.         }
  20649.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  20650.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingSlugListener'])) {
  20651.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingSlugListener'];
  20652.         }
  20653.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingSlugListener'] = new \Aqarmap\Bundle\ListingBundle\EventListener\ListingSlugListener($a$b);
  20654.     }
  20655.     /**
  20656.      * Gets the private 'Aqarmap\Bundle\ListingBundle\EventListener\ListingStatusListener' shared autowired service.
  20657.      *
  20658.      * @return \Aqarmap\Bundle\ListingBundle\EventListener\ListingStatusListener
  20659.      */
  20660.     protected function getListingStatusListenerService()
  20661.     {
  20662.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/EventListener/ListingStatusListener.php';
  20663.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/SpecialAddListingService.php';
  20664.         $a = ($this->privates['Aqarmap\\Bundle\\MainBundle\\Adapter\\MailerService'] ?? $this->getMailerServiceService());
  20665.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingStatusListener'])) {
  20666.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingStatusListener'];
  20667.         }
  20668.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  20669.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingStatusListener'])) {
  20670.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingStatusListener'];
  20671.         }
  20672.         $c = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingRuleMatcher'] ?? $this->getListingRuleMatcherService());
  20673.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingStatusListener'])) {
  20674.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingStatusListener'];
  20675.         }
  20676.         $d = ($this->privates['Aqarmap\\Bundle\\CreditBundle\\Services\\CreditManager'] ?? $this->getCreditManagerService());
  20677.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingStatusListener'])) {
  20678.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingStatusListener'];
  20679.         }
  20680.         $e = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  20681.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingStatusListener'])) {
  20682.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingStatusListener'];
  20683.         }
  20684.         $f = ($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'] ?? $this->getListingManagerService());
  20685.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingStatusListener'])) {
  20686.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingStatusListener'];
  20687.         }
  20688.         $g = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  20689.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingStatusListener'])) {
  20690.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingStatusListener'];
  20691.         }
  20692.         $h = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  20693.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingStatusListener'])) {
  20694.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingStatusListener'];
  20695.         }
  20696.         $i = ($this->services['doctrine_mongodb.odm.default_document_manager'] ?? $this->getDoctrineMongodb_Odm_DefaultDocumentManagerService());
  20697.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingStatusListener'])) {
  20698.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingStatusListener'];
  20699.         }
  20700.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingStatusListener'] = new \Aqarmap\Bundle\ListingBundle\EventListener\ListingStatusListener(($this->privates['Aqarmap\\Bundle\\MainBundle\\Contract\\ProducerFactoryInterface $pokeProducerFactory'] ?? $this->getProducerFactoryInterfacepokeProducerFactoryService()), $a$b, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $c$d, ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\ActivityLogger'] ?? $this->getActivityLoggerService()), $e, ($this->services['translator'] ?? $this->getTranslatorService()), $f, ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['router'] ?? $this->getRouterService()), $g, ($this->privates['Aqarmap\\Bundle\\MainBundle\\Helpers\\MailerHelper'] ?? $this->getMailerHelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\SpecialAddListingService'] ?? ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\SpecialAddListingService'] = new \Aqarmap\Bundle\ListingBundle\Service\SpecialAddListingService())), $h$i);
  20701.     }
  20702.     /**
  20703.      * Gets the private 'Aqarmap\Bundle\ListingBundle\EventListener\ListingUpdatedListener' shared autowired service.
  20704.      *
  20705.      * @return \Aqarmap\Bundle\ListingBundle\EventListener\ListingUpdatedListener
  20706.      */
  20707.     protected function getListingUpdatedListenerService()
  20708.     {
  20709.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/EventListener/ListingUpdatedListener.php';
  20710.         $a = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingRateService'] ?? $this->getListingRateServiceService());
  20711.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingUpdatedListener'])) {
  20712.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingUpdatedListener'];
  20713.         }
  20714.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  20715.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingUpdatedListener'])) {
  20716.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingUpdatedListener'];
  20717.         }
  20718.         $c = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  20719.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingUpdatedListener'])) {
  20720.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingUpdatedListener'];
  20721.         }
  20722.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingUpdatedListener'] = new \Aqarmap\Bundle\ListingBundle\EventListener\ListingUpdatedListener($a$b, ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingLabelQueueProducer'] ?? $this->getListingLabelQueueProducerService()), $c);
  20723.     }
  20724.     /**
  20725.      * Gets the private 'Aqarmap\Bundle\ListingBundle\EventListener\LocationPreSerializerListener' shared autowired service.
  20726.      *
  20727.      * @return \Aqarmap\Bundle\ListingBundle\EventListener\LocationPreSerializerListener
  20728.      */
  20729.     protected function getLocationPreSerializerListenerService()
  20730.     {
  20731.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventSubscriberInterface.php';
  20732.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/EventListener/LocationPreSerializerListener.php';
  20733.         $a = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LocationManager'] ?? $this->getLocationManagerService());
  20734.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\LocationPreSerializerListener'])) {
  20735.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\LocationPreSerializerListener'];
  20736.         }
  20737.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  20738.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\LocationPreSerializerListener'])) {
  20739.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\LocationPreSerializerListener'];
  20740.         }
  20741.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\LocationPreSerializerListener'] = new \Aqarmap\Bundle\ListingBundle\EventListener\LocationPreSerializerListener($a$b);
  20742.     }
  20743.     /**
  20744.      * Gets the private 'Aqarmap\Bundle\ListingBundle\EventListener\LocationSubscriber' shared autowired service.
  20745.      *
  20746.      * @return \Aqarmap\Bundle\ListingBundle\EventListener\LocationSubscriber
  20747.      */
  20748.     protected function getLocationSubscriberService()
  20749.     {
  20750.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/EventListener/LocationSubscriber.php';
  20751.         $a = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LocationManager'] ?? $this->getLocationManagerService());
  20752.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\LocationSubscriber'])) {
  20753.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\LocationSubscriber'];
  20754.         }
  20755.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\LocationSubscriber'] = new \Aqarmap\Bundle\ListingBundle\EventListener\LocationSubscriber($a);
  20756.     }
  20757.     /**
  20758.      * Gets the private 'Aqarmap\Bundle\ListingBundle\EventListener\NotifierSubscribeListener' shared autowired service.
  20759.      *
  20760.      * @return \Aqarmap\Bundle\ListingBundle\EventListener\NotifierSubscribeListener
  20761.      */
  20762.     protected function getNotifierSubscribeListenerService()
  20763.     {
  20764.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/EventListener/NotifierSubscribeListener.php';
  20765.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  20766.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\NotifierSubscribeListener'])) {
  20767.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\NotifierSubscribeListener'];
  20768.         }
  20769.         $b = ($this->privates['Aqarmap\\Bundle\\NotifierBundle\\Service\\NotifierManager'] ?? $this->getNotifierManagerService());
  20770.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\NotifierSubscribeListener'])) {
  20771.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\NotifierSubscribeListener'];
  20772.         }
  20773.         $c = ($this->privates['Aqarmap\\Bundle\\BuyerAlertsBundle\\Service\\BuyerAlertsManager'] ?? $this->getBuyerAlertsManagerService());
  20774.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\NotifierSubscribeListener'])) {
  20775.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\NotifierSubscribeListener'];
  20776.         }
  20777.         $d = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\PropertyTypeRepository'] ?? $this->getPropertyTypeRepositoryService());
  20778.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\NotifierSubscribeListener'])) {
  20779.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\NotifierSubscribeListener'];
  20780.         }
  20781.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\NotifierSubscribeListener'] = new \Aqarmap\Bundle\ListingBundle\EventListener\NotifierSubscribeListener($a$b, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['Aqarmap\\Bundle\\MainBundle\\Contract\\ProducerFactoryInterface $producerFactory'] ?? $this->getProducerFactoryInterfaceproducerFactoryService()), $c$d);
  20782.     }
  20783.     /**
  20784.      * Gets the private 'Aqarmap\Bundle\ListingBundle\EventListener\PhotoThumbSerializerListener' shared autowired service.
  20785.      *
  20786.      * @return \Aqarmap\Bundle\ListingBundle\EventListener\PhotoThumbSerializerListener
  20787.      */
  20788.     protected function getPhotoThumbSerializerListenerService()
  20789.     {
  20790.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventSubscriberInterface.php';
  20791.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/EventListener/PhotoThumbSerializerListener.php';
  20792.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\PhotoThumbSerializerListener'] = new \Aqarmap\Bundle\ListingBundle\EventListener\PhotoThumbSerializerListener(($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\ThumbURL'] ?? $this->getThumbURLService()), ($this->privates['Vich\\UploaderBundle\\Templating\\Helper\\UploaderHelper'] ?? $this->getUploaderHelperService()));
  20793.     }
  20794.     /**
  20795.      * Gets the private 'Aqarmap\Bundle\ListingBundle\EventListener\PropertyTypePreSerializer' shared autowired service.
  20796.      *
  20797.      * @return \Aqarmap\Bundle\ListingBundle\EventListener\PropertyTypePreSerializer
  20798.      */
  20799.     protected function getPropertyTypePreSerializerService()
  20800.     {
  20801.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventSubscriberInterface.php';
  20802.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/EventListener/PropertyTypePreSerializer.php';
  20803.         $a = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LocationManager'] ?? $this->getLocationManagerService());
  20804.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\PropertyTypePreSerializer'])) {
  20805.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\PropertyTypePreSerializer'];
  20806.         }
  20807.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  20808.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\PropertyTypePreSerializer'])) {
  20809.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\PropertyTypePreSerializer'];
  20810.         }
  20811.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\PropertyTypePreSerializer'] = new \Aqarmap\Bundle\ListingBundle\EventListener\PropertyTypePreSerializer($a$b$this->parameters['locales'], ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  20812.     }
  20813.     /**
  20814.      * Gets the private 'Aqarmap\Bundle\ListingBundle\EventListener\SearchKeywordHistorySubscriber' shared autowired service.
  20815.      *
  20816.      * @return \Aqarmap\Bundle\ListingBundle\EventListener\SearchKeywordHistorySubscriber
  20817.      */
  20818.     protected function getSearchKeywordHistorySubscriberService()
  20819.     {
  20820.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/EventListener/SearchKeywordHistorySubscriber.php';
  20821.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\SearchKeywordHistorySubscriber'] = new \Aqarmap\Bundle\ListingBundle\EventListener\SearchKeywordHistorySubscriber(($this->privates['Aqarmap\\Bundle\\MainBundle\\Contract\\ProducerFactoryInterface $producerFactory'] ?? $this->getProducerFactoryInterfaceproducerFactoryService()), ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\MobileDetectionService'] ?? ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\MobileDetectionService'] = new \Aqarmap\Bundle\MainBundle\Service\MobileDetectionService())), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  20822.     }
  20823.     /**
  20824.      * Gets the private 'Aqarmap\Bundle\ListingBundle\EventListener\SectionPreSerializer' shared autowired service.
  20825.      *
  20826.      * @return \Aqarmap\Bundle\ListingBundle\EventListener\SectionPreSerializer
  20827.      */
  20828.     protected function getSectionPreSerializerService()
  20829.     {
  20830.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventSubscriberInterface.php';
  20831.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/EventListener/SectionPreSerializer.php';
  20832.         $a = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LocationManager'] ?? $this->getLocationManagerService());
  20833.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\SectionPreSerializer'])) {
  20834.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\SectionPreSerializer'];
  20835.         }
  20836.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  20837.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\SectionPreSerializer'])) {
  20838.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\SectionPreSerializer'];
  20839.         }
  20840.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\SectionPreSerializer'] = new \Aqarmap\Bundle\ListingBundle\EventListener\SectionPreSerializer($a$b$this->parameters['locales'], ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  20841.     }
  20842.     /**
  20843.      * Gets the private 'Aqarmap\Bundle\ListingBundle\EventListener\SoftDeleteEventSubscriber' shared autowired service.
  20844.      *
  20845.      * @return \Aqarmap\Bundle\ListingBundle\EventListener\SoftDeleteEventSubscriber
  20846.      */
  20847.     protected function getSoftDeleteEventSubscriberService()
  20848.     {
  20849.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  20850.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\SoftDeleteEventSubscriber'])) {
  20851.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\SoftDeleteEventSubscriber'];
  20852.         }
  20853.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\SoftDeleteEventSubscriber'] = new \Aqarmap\Bundle\ListingBundle\EventListener\SoftDeleteEventSubscriber($a);
  20854.     }
  20855.     /**
  20856.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\AdminListingRuleFilterType' shared autowired service.
  20857.      *
  20858.      * @return \Aqarmap\Bundle\ListingBundle\Form\AdminListingRuleFilterType
  20859.      */
  20860.     protected function getAdminListingRuleFilterTypeService()
  20861.     {
  20862.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  20863.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  20864.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/AdminListingRuleFilterType.php';
  20865.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\AdminListingRuleFilterType'] = new \Aqarmap\Bundle\ListingBundle\Form\AdminListingRuleFilterType();
  20866.     }
  20867.     /**
  20868.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\AdminListingRuleType' shared autowired service.
  20869.      *
  20870.      * @return \Aqarmap\Bundle\ListingBundle\Form\AdminListingRuleType
  20871.      */
  20872.     protected function getAdminListingRuleTypeService()
  20873.     {
  20874.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  20875.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  20876.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/AdminListingRuleType.php';
  20877.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\AdminListingRuleType'] = new \Aqarmap\Bundle\ListingBundle\Form\AdminListingRuleType();
  20878.     }
  20879.     /**
  20880.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\AdvancedFilterType' shared autowired service.
  20881.      *
  20882.      * @return \Aqarmap\Bundle\ListingBundle\Form\AdvancedFilterType
  20883.      */
  20884.     protected function getAdvancedFilterTypeService()
  20885.     {
  20886.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  20887.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  20888.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/AdvancedFilterType.php';
  20889.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\AdvancedFilterType'] = new \Aqarmap\Bundle\ListingBundle\Form\AdvancedFilterType();
  20890.     }
  20891.     /**
  20892.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\AdvancedSearchType' shared autowired service.
  20893.      *
  20894.      * @return \Aqarmap\Bundle\ListingBundle\Form\AdvancedSearchType
  20895.      */
  20896.     protected function getAdvancedSearchTypeService()
  20897.     {
  20898.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  20899.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  20900.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/AdvancedSearchType.php';
  20901.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\AdvancedSearchType'] = new \Aqarmap\Bundle\ListingBundle\Form\AdvancedSearchType();
  20902.     }
  20903.     /**
  20904.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\AutoBumpUpListingType' shared autowired service.
  20905.      *
  20906.      * @return \Aqarmap\Bundle\ListingBundle\Form\AutoBumpUpListingType
  20907.      */
  20908.     protected function getAutoBumpUpListingTypeService()
  20909.     {
  20910.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  20911.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  20912.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/AutoBumpUpListingType.php';
  20913.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\AutoBumpUpListingType'] = new \Aqarmap\Bundle\ListingBundle\Form\AutoBumpUpListingType();
  20914.     }
  20915.     /**
  20916.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\CallRequestFormType' shared autowired service.
  20917.      *
  20918.      * @return \Aqarmap\Bundle\ListingBundle\Form\CallRequestFormType
  20919.      */
  20920.     protected function getCallRequestFormTypeService()
  20921.     {
  20922.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  20923.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  20924.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/CallRequestFormType.php';
  20925.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\CallRequestFormType'] = new \Aqarmap\Bundle\ListingBundle\Form\CallRequestFormType();
  20926.     }
  20927.     /**
  20928.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\ChangeAreaType' shared autowired service.
  20929.      *
  20930.      * @return \Aqarmap\Bundle\ListingBundle\Form\ChangeAreaType
  20931.      */
  20932.     protected function getChangeAreaTypeService()
  20933.     {
  20934.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  20935.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  20936.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/ChangeAreaType.php';
  20937.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\ChangeAreaType'] = new \Aqarmap\Bundle\ListingBundle\Form\ChangeAreaType();
  20938.     }
  20939.     /**
  20940.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\ChangeLocationType' shared autowired service.
  20941.      *
  20942.      * @return \Aqarmap\Bundle\ListingBundle\Form\ChangeLocationType
  20943.      */
  20944.     protected function getChangeLocationTypeService()
  20945.     {
  20946.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  20947.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  20948.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/ChangeLocationType.php';
  20949.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\ChangeLocationType'] = new \Aqarmap\Bundle\ListingBundle\Form\ChangeLocationType();
  20950.     }
  20951.     /**
  20952.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\ChangePaymentMethodType' shared autowired service.
  20953.      *
  20954.      * @return \Aqarmap\Bundle\ListingBundle\Form\ChangePaymentMethodType
  20955.      */
  20956.     protected function getChangePaymentMethodTypeService()
  20957.     {
  20958.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  20959.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  20960.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/ChangePaymentMethodType.php';
  20961.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\ChangePaymentMethodType'] = new \Aqarmap\Bundle\ListingBundle\Form\ChangePaymentMethodType();
  20962.     }
  20963.     /**
  20964.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\ChangePropertyTypeType' shared autowired service.
  20965.      *
  20966.      * @return \Aqarmap\Bundle\ListingBundle\Form\ChangePropertyTypeType
  20967.      */
  20968.     protected function getChangePropertyTypeTypeService()
  20969.     {
  20970.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  20971.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  20972.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/ChangePropertyTypeType.php';
  20973.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\ChangePropertyTypeType'] = new \Aqarmap\Bundle\ListingBundle\Form\ChangePropertyTypeType();
  20974.     }
  20975.     /**
  20976.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\ChangeSectionType' shared autowired service.
  20977.      *
  20978.      * @return \Aqarmap\Bundle\ListingBundle\Form\ChangeSectionType
  20979.      */
  20980.     protected function getChangeSectionTypeService()
  20981.     {
  20982.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  20983.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  20984.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/ChangeSectionType.php';
  20985.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\ChangeSectionType'] = new \Aqarmap\Bundle\ListingBundle\Form\ChangeSectionType();
  20986.     }
  20987.     /**
  20988.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\CompoundLocationType' shared autowired service.
  20989.      *
  20990.      * @return \Aqarmap\Bundle\ListingBundle\Form\CompoundLocationType
  20991.      */
  20992.     protected function getCompoundLocationTypeService()
  20993.     {
  20994.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  20995.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  20996.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/CompoundLocationType.php';
  20997.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\CompoundLocationType'] = new \Aqarmap\Bundle\ListingBundle\Form\CompoundLocationType();
  20998.     }
  20999.     /**
  21000.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\CompoundSearchFormType' shared autowired service.
  21001.      *
  21002.      * @return \Aqarmap\Bundle\ListingBundle\Form\CompoundSearchFormType
  21003.      */
  21004.     protected function getCompoundSearchFormTypeService()
  21005.     {
  21006.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21007.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21008.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/CompoundSearchFormType.php';
  21009.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\CompoundSearchFormType'] = new \Aqarmap\Bundle\ListingBundle\Form\CompoundSearchFormType();
  21010.     }
  21011.     /**
  21012.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\ContactSellerFormType' shared autowired service.
  21013.      *
  21014.      * @return \Aqarmap\Bundle\ListingBundle\Form\ContactSellerFormType
  21015.      */
  21016.     protected function getContactSellerFormTypeService()
  21017.     {
  21018.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21019.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21020.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/ContactSellerFormType.php';
  21021.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\ContactSellerFormType'] = new \Aqarmap\Bundle\ListingBundle\Form\ContactSellerFormType();
  21022.     }
  21023.     /**
  21024.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\ContactSellerWideFormType' shared autowired service.
  21025.      *
  21026.      * @return \Aqarmap\Bundle\ListingBundle\Form\ContactSellerWideFormType
  21027.      */
  21028.     protected function getContactSellerWideFormTypeService()
  21029.     {
  21030.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21031.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21032.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/ContactSellerFormType.php';
  21033.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/ContactSellerWideFormType.php';
  21034.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\ContactSellerWideFormType'] = new \Aqarmap\Bundle\ListingBundle\Form\ContactSellerWideFormType();
  21035.     }
  21036.     /**
  21037.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\CustomFieldChoiceType' shared autowired service.
  21038.      *
  21039.      * @return \Aqarmap\Bundle\ListingBundle\Form\CustomFieldChoiceType
  21040.      */
  21041.     protected function getCustomFieldChoiceTypeService()
  21042.     {
  21043.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21044.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21045.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/CustomFieldChoiceType.php';
  21046.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\CustomFieldChoiceType'] = new \Aqarmap\Bundle\ListingBundle\Form\CustomFieldChoiceType();
  21047.     }
  21048.     /**
  21049.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\DeleteListingFormType' shared autowired service.
  21050.      *
  21051.      * @return \Aqarmap\Bundle\ListingBundle\Form\DeleteListingFormType
  21052.      */
  21053.     protected function getDeleteListingFormTypeService()
  21054.     {
  21055.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21056.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21057.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/DeleteListingFormType.php';
  21058.         $a = ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\Setting'] ?? $this->getSettingService());
  21059.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\DeleteListingFormType'])) {
  21060.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\DeleteListingFormType'];
  21061.         }
  21062.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\DeleteListingFormType'] = new \Aqarmap\Bundle\ListingBundle\Form\DeleteListingFormType($a);
  21063.     }
  21064.     /**
  21065.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\ExistingParticipantFormType' shared autowired service.
  21066.      *
  21067.      * @return \Aqarmap\Bundle\ListingBundle\Form\ExistingParticipantFormType
  21068.      */
  21069.     protected function getExistingParticipantFormTypeService()
  21070.     {
  21071.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21072.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21073.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/ExistingParticipantFormType.php';
  21074.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\ExistingParticipantFormType'] = new \Aqarmap\Bundle\ListingBundle\Form\ExistingParticipantFormType();
  21075.     }
  21076.     /**
  21077.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\ExportCustomerLeadsType' shared autowired service.
  21078.      *
  21079.      * @return \Aqarmap\Bundle\ListingBundle\Form\ExportCustomerLeadsType
  21080.      */
  21081.     protected function getExportCustomerLeadsTypeService()
  21082.     {
  21083.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21084.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21085.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/ExportCustomerLeadsType.php';
  21086.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\ExportCustomerLeadsType'] = new \Aqarmap\Bundle\ListingBundle\Form\ExportCustomerLeadsType();
  21087.     }
  21088.     /**
  21089.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\FetchLocationsType' shared autowired service.
  21090.      *
  21091.      * @return \Aqarmap\Bundle\ListingBundle\Form\FetchLocationsType
  21092.      */
  21093.     protected function getFetchLocationsTypeService()
  21094.     {
  21095.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21096.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21097.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/FetchLocationsType.php';
  21098.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\FetchLocationsType'] = new \Aqarmap\Bundle\ListingBundle\Form\FetchLocationsType();
  21099.     }
  21100.     /**
  21101.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\FullAdvancedFilterType' shared autowired service.
  21102.      *
  21103.      * @return \Aqarmap\Bundle\ListingBundle\Form\FullAdvancedFilterType
  21104.      */
  21105.     protected function getFullAdvancedFilterTypeService()
  21106.     {
  21107.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21108.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21109.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/FullAdvancedFilterType.php';
  21110.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\FullAdvancedFilterType'] = new \Aqarmap\Bundle\ListingBundle\Form\FullAdvancedFilterType();
  21111.     }
  21112.     /**
  21113.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\ImportLocationsType' shared autowired service.
  21114.      *
  21115.      * @return \Aqarmap\Bundle\ListingBundle\Form\ImportLocationsType
  21116.      */
  21117.     protected function getImportLocationsTypeService()
  21118.     {
  21119.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21120.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21121.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/ImportLocationsType.php';
  21122.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\ImportLocationsType'] = new \Aqarmap\Bundle\ListingBundle\Form\ImportLocationsType();
  21123.     }
  21124.     /**
  21125.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\LandingPageFormType' shared autowired service.
  21126.      *
  21127.      * @return \Aqarmap\Bundle\ListingBundle\Form\LandingPageFormType
  21128.      */
  21129.     protected function getLandingPageFormTypeService()
  21130.     {
  21131.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21132.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21133.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/LandingPageFormType.php';
  21134.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\LandingPageFormType'] = new \Aqarmap\Bundle\ListingBundle\Form\LandingPageFormType();
  21135.     }
  21136.     /**
  21137.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\LeadType' shared autowired service.
  21138.      *
  21139.      * @return \Aqarmap\Bundle\ListingBundle\Form\LeadType
  21140.      */
  21141.     protected function getLeadTypeService()
  21142.     {
  21143.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21144.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21145.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/LeadType.php';
  21146.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\LeadType'] = new \Aqarmap\Bundle\ListingBundle\Form\LeadType();
  21147.     }
  21148.     /**
  21149.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\ListingApiType' shared autowired service.
  21150.      *
  21151.      * @return \Aqarmap\Bundle\ListingBundle\Form\ListingApiType
  21152.      */
  21153.     protected function getListingApiTypeService()
  21154.     {
  21155.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21156.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21157.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/ListingApiType.php';
  21158.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\ListingApiType'] = new \Aqarmap\Bundle\ListingBundle\Form\ListingApiType();
  21159.     }
  21160.     /**
  21161.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\ListingAttributeType' shared autowired service.
  21162.      *
  21163.      * @return \Aqarmap\Bundle\ListingBundle\Form\ListingAttributeType
  21164.      */
  21165.     protected function getListingAttributeTypeService()
  21166.     {
  21167.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21168.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21169.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/ListingAttributeType.php';
  21170.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\ListingAttributeType'] = new \Aqarmap\Bundle\ListingBundle\Form\ListingAttributeType();
  21171.     }
  21172.     /**
  21173.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\ListingBasicsType' shared autowired service.
  21174.      *
  21175.      * @return \Aqarmap\Bundle\ListingBundle\Form\ListingBasicsType
  21176.      */
  21177.     protected function getListingBasicsTypeService()
  21178.     {
  21179.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21180.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21181.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/ListingBasicsType.php';
  21182.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\ListingBasicsType'] = new \Aqarmap\Bundle\ListingBundle\Form\ListingBasicsType();
  21183.     }
  21184.     /**
  21185.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\ListingBulkUpdateType' shared autowired service.
  21186.      *
  21187.      * @return \Aqarmap\Bundle\ListingBundle\Form\ListingBulkUpdateType
  21188.      */
  21189.     protected function getListingBulkUpdateTypeService()
  21190.     {
  21191.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21192.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21193.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/ListingBulkUpdateType.php';
  21194.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\ListingBulkUpdateType'] = new \Aqarmap\Bundle\ListingBundle\Form\ListingBulkUpdateType();
  21195.     }
  21196.     /**
  21197.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\ListingInitializeType' shared autowired service.
  21198.      *
  21199.      * @return \Aqarmap\Bundle\ListingBundle\Form\ListingInitializeType
  21200.      */
  21201.     protected function getListingInitializeType2Service()
  21202.     {
  21203.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21204.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21205.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/ListingInitializeType.php';
  21206.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\ListingInitializeType'] = new \Aqarmap\Bundle\ListingBundle\Form\ListingInitializeType();
  21207.     }
  21208.     /**
  21209.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\ListingLocationType' shared autowired service.
  21210.      *
  21211.      * @return \Aqarmap\Bundle\ListingBundle\Form\ListingLocationType
  21212.      */
  21213.     protected function getListingLocationTypeService()
  21214.     {
  21215.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21216.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21217.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/ListingLocationType.php';
  21218.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\ListingLocationType'] = new \Aqarmap\Bundle\ListingBundle\Form\ListingLocationType();
  21219.     }
  21220.     /**
  21221.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\ListingNoteType' shared autowired service.
  21222.      *
  21223.      * @return \Aqarmap\Bundle\ListingBundle\Form\ListingNoteType
  21224.      */
  21225.     protected function getListingNoteTypeService()
  21226.     {
  21227.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21228.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21229.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/ListingNoteType.php';
  21230.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\ListingNoteType'] = new \Aqarmap\Bundle\ListingBundle\Form\ListingNoteType();
  21231.     }
  21232.     /**
  21233.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\ListingOwnerType' shared autowired service.
  21234.      *
  21235.      * @return \Aqarmap\Bundle\ListingBundle\Form\ListingOwnerType
  21236.      */
  21237.     protected function getListingOwnerTypeService()
  21238.     {
  21239.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21240.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21241.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/ListingOwnerType.php';
  21242.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\ListingOwnerType'] = new \Aqarmap\Bundle\ListingBundle\Form\ListingOwnerType();
  21243.     }
  21244.     /**
  21245.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\ListingPhotoType' shared autowired service.
  21246.      *
  21247.      * @return \Aqarmap\Bundle\ListingBundle\Form\ListingPhotoType
  21248.      */
  21249.     protected function getListingPhotoTypeService()
  21250.     {
  21251.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21252.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21253.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/ListingPhotoType.php';
  21254.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\ListingPhotoType'] = new \Aqarmap\Bundle\ListingBundle\Form\ListingPhotoType();
  21255.     }
  21256.     /**
  21257.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\ListingRejectionType' shared autowired service.
  21258.      *
  21259.      * @return \Aqarmap\Bundle\ListingBundle\Form\ListingRejectionType
  21260.      */
  21261.     protected function getListingRejectionTypeService()
  21262.     {
  21263.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21264.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21265.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/ListingRejectionType.php';
  21266.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\ListingRejectionType'] = new \Aqarmap\Bundle\ListingBundle\Form\ListingRejectionType();
  21267.     }
  21268.     /**
  21269.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\ListingTranslationType' shared autowired service.
  21270.      *
  21271.      * @return \Aqarmap\Bundle\ListingBundle\Form\ListingTranslationType
  21272.      */
  21273.     protected function getListingTranslationTypeService()
  21274.     {
  21275.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21276.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21277.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/ListingTranslationType.php';
  21278.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\ListingTranslationType'] = new \Aqarmap\Bundle\ListingBundle\Form\ListingTranslationType();
  21279.     }
  21280.     /**
  21281.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\ListingType' shared autowired service.
  21282.      *
  21283.      * @return \Aqarmap\Bundle\ListingBundle\Form\ListingType
  21284.      */
  21285.     protected function getListingTypeService()
  21286.     {
  21287.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21288.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21289.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/ListingType.php';
  21290.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\ListingType'] = new \Aqarmap\Bundle\ListingBundle\Form\ListingType();
  21291.     }
  21292.     /**
  21293.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\LiteListingType' shared autowired service.
  21294.      *
  21295.      * @return \Aqarmap\Bundle\ListingBundle\Form\LiteListingType
  21296.      */
  21297.     protected function getLiteListingTypeService()
  21298.     {
  21299.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21300.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21301.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/LiteListingType.php';
  21302.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\LiteListingType'] = new \Aqarmap\Bundle\ListingBundle\Form\LiteListingType();
  21303.     }
  21304.     /**
  21305.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\LocationBulkUpdateType' shared autowired service.
  21306.      *
  21307.      * @return \Aqarmap\Bundle\ListingBundle\Form\LocationBulkUpdateType
  21308.      */
  21309.     protected function getLocationBulkUpdateTypeService()
  21310.     {
  21311.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21312.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21313.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/LocationBulkUpdateType.php';
  21314.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\LocationBulkUpdateType'] = new \Aqarmap\Bundle\ListingBundle\Form\LocationBulkUpdateType();
  21315.     }
  21316.     /**
  21317.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\LocationHistoryLinkType' shared autowired service.
  21318.      *
  21319.      * @return \Aqarmap\Bundle\ListingBundle\Form\LocationHistoryLinkType
  21320.      */
  21321.     protected function getLocationHistoryLinkTypeService()
  21322.     {
  21323.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21324.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21325.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/LocationHistoryLinkType.php';
  21326.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\LocationHistoryLinkType'] = new \Aqarmap\Bundle\ListingBundle\Form\LocationHistoryLinkType();
  21327.     }
  21328.     /**
  21329.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\LocationRatingType' shared autowired service.
  21330.      *
  21331.      * @return \Aqarmap\Bundle\ListingBundle\Form\LocationRatingType
  21332.      */
  21333.     protected function getLocationRatingTypeService()
  21334.     {
  21335.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21336.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21337.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/LocationRatingType.php';
  21338.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\LocationRatingType'] = new \Aqarmap\Bundle\ListingBundle\Form\LocationRatingType();
  21339.     }
  21340.     /**
  21341.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\LocationType' shared autowired service.
  21342.      *
  21343.      * @return \Aqarmap\Bundle\ListingBundle\Form\LocationType
  21344.      */
  21345.     protected function getLocationTypeService()
  21346.     {
  21347.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21348.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21349.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/LocationType.php';
  21350.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\LocationType'] = new \Aqarmap\Bundle\ListingBundle\Form\LocationType();
  21351.     }
  21352.     /**
  21353.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\MoveLocationListings' shared autowired service.
  21354.      *
  21355.      * @return \Aqarmap\Bundle\ListingBundle\Form\MoveLocationListings
  21356.      */
  21357.     protected function getMoveLocationListingsService()
  21358.     {
  21359.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21360.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21361.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/MoveLocationListings.php';
  21362.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\MoveLocationListings'] = new \Aqarmap\Bundle\ListingBundle\Form\MoveLocationListings();
  21363.     }
  21364.     /**
  21365.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\MultipleSearchFormType' shared autowired service.
  21366.      *
  21367.      * @return \Aqarmap\Bundle\ListingBundle\Form\MultipleSearchFormType
  21368.      */
  21369.     protected function getMultipleSearchFormTypeService()
  21370.     {
  21371.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21372.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21373.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/MultipleSearchFormType.php';
  21374.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\MultipleSearchFormType'] = new \Aqarmap\Bundle\ListingBundle\Form\MultipleSearchFormType();
  21375.     }
  21376.     /**
  21377.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\MyListingSearchType' shared autowired service.
  21378.      *
  21379.      * @return \Aqarmap\Bundle\ListingBundle\Form\MyListingSearchType
  21380.      */
  21381.     protected function getMyListingSearchTypeService()
  21382.     {
  21383.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21384.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21385.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/MyListingSearchType.php';
  21386.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\MyListingSearchType'] = new \Aqarmap\Bundle\ListingBundle\Form\MyListingSearchType();
  21387.     }
  21388.     /**
  21389.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\NearestLocationType' shared autowired service.
  21390.      *
  21391.      * @return \Aqarmap\Bundle\ListingBundle\Form\NearestLocationType
  21392.      */
  21393.     protected function getNearestLocationTypeService()
  21394.     {
  21395.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21396.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21397.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/NearestLocationType.php';
  21398.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\NearestLocationType'] = new \Aqarmap\Bundle\ListingBundle\Form\NearestLocationType();
  21399.     }
  21400.     /**
  21401.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\OnePhotoType' shared autowired service.
  21402.      *
  21403.      * @return \Aqarmap\Bundle\ListingBundle\Form\OnePhotoType
  21404.      */
  21405.     protected function getOnePhotoTypeService()
  21406.     {
  21407.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21408.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21409.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/OnePhotoType.php';
  21410.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\OnePhotoType'] = new \Aqarmap\Bundle\ListingBundle\Form\OnePhotoType();
  21411.     }
  21412.     /**
  21413.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\PhoneType' shared autowired service.
  21414.      *
  21415.      * @return \Aqarmap\Bundle\ListingBundle\Form\PhoneType
  21416.      */
  21417.     protected function getPhoneTypeService()
  21418.     {
  21419.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21420.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21421.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/PhoneType.php';
  21422.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\PhoneType'] = new \Aqarmap\Bundle\ListingBundle\Form\PhoneType();
  21423.     }
  21424.     /**
  21425.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\PhotoType' shared autowired service.
  21426.      *
  21427.      * @return \Aqarmap\Bundle\ListingBundle\Form\PhotoType
  21428.      */
  21429.     protected function getPhotoType3Service()
  21430.     {
  21431.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21432.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21433.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/PhotoType.php';
  21434.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\PhotoType'] = new \Aqarmap\Bundle\ListingBundle\Form\PhotoType();
  21435.     }
  21436.     /**
  21437.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\ProjectSettingFormType' shared autowired service.
  21438.      *
  21439.      * @return \Aqarmap\Bundle\ListingBundle\Form\ProjectSettingFormType
  21440.      */
  21441.     protected function getProjectSettingFormTypeService()
  21442.     {
  21443.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21444.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21445.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/ProjectSettingFormType.php';
  21446.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\ProjectSettingFormType'] = new \Aqarmap\Bundle\ListingBundle\Form\ProjectSettingFormType();
  21447.     }
  21448.     /**
  21449.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\PropertyTypeType' shared autowired service.
  21450.      *
  21451.      * @return \Aqarmap\Bundle\ListingBundle\Form\PropertyTypeType
  21452.      */
  21453.     protected function getPropertyTypeTypeService()
  21454.     {
  21455.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21456.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21457.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/PropertyTypeType.php';
  21458.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\PropertyTypeType'] = new \Aqarmap\Bundle\ListingBundle\Form\PropertyTypeType();
  21459.     }
  21460.     /**
  21461.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\QuickAddListingType' shared autowired service.
  21462.      *
  21463.      * @return \Aqarmap\Bundle\ListingBundle\Form\QuickAddListingType
  21464.      */
  21465.     protected function getQuickAddListingTypeService()
  21466.     {
  21467.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21468.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21469.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/QuickAddListingType.php';
  21470.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\QuickAddListingType'] = new \Aqarmap\Bundle\ListingBundle\Form\QuickAddListingType();
  21471.     }
  21472.     /**
  21473.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\QuickContactSellerType' shared autowired service.
  21474.      *
  21475.      * @return \Aqarmap\Bundle\ListingBundle\Form\QuickContactSellerType
  21476.      */
  21477.     protected function getQuickContactSellerTypeService()
  21478.     {
  21479.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21480.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21481.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/ContactSellerFormType.php';
  21482.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/QuickContactSellerType.php';
  21483.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\QuickContactSellerType'] = new \Aqarmap\Bundle\ListingBundle\Form\QuickContactSellerType();
  21484.     }
  21485.     /**
  21486.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\QuickCreateLeadFormType' shared autowired service.
  21487.      *
  21488.      * @return \Aqarmap\Bundle\ListingBundle\Form\QuickCreateLeadFormType
  21489.      */
  21490.     protected function getQuickCreateLeadFormTypeService()
  21491.     {
  21492.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21493.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21494.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/QuickCreateLeadFormType.php';
  21495.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\QuickCreateLeadFormType'] = new \Aqarmap\Bundle\ListingBundle\Form\QuickCreateLeadFormType();
  21496.     }
  21497.     /**
  21498.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\QuickLeadType' shared autowired service.
  21499.      *
  21500.      * @return \Aqarmap\Bundle\ListingBundle\Form\QuickLeadType
  21501.      */
  21502.     protected function getQuickLeadTypeService()
  21503.     {
  21504.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21505.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21506.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/QuickLeadType.php';
  21507.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\QuickLeadType'] = new \Aqarmap\Bundle\ListingBundle\Form\QuickLeadType();
  21508.     }
  21509.     /**
  21510.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\RatesNoteType' shared autowired service.
  21511.      *
  21512.      * @return \Aqarmap\Bundle\ListingBundle\Form\RatesNoteType
  21513.      */
  21514.     protected function getRatesNoteTypeService()
  21515.     {
  21516.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21517.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21518.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/RatesNoteType.php';
  21519.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\RatesNoteType'] = new \Aqarmap\Bundle\ListingBundle\Form\RatesNoteType();
  21520.     }
  21521.     /**
  21522.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\RejectionType' shared autowired service.
  21523.      *
  21524.      * @return \Aqarmap\Bundle\ListingBundle\Form\RejectionType
  21525.      */
  21526.     protected function getRejectionTypeService()
  21527.     {
  21528.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21529.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21530.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/RejectionType.php';
  21531.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\RejectionType'] = new \Aqarmap\Bundle\ListingBundle\Form\RejectionType();
  21532.     }
  21533.     /**
  21534.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\ScrapedListingStateType' shared autowired service.
  21535.      *
  21536.      * @return \Aqarmap\Bundle\ListingBundle\Form\ScrapedListingStateType
  21537.      */
  21538.     protected function getScrapedListingStateTypeService()
  21539.     {
  21540.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21541.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21542.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/ScrapedListingStateType.php';
  21543.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\ScrapedListingStateType'] = new \Aqarmap\Bundle\ListingBundle\Form\ScrapedListingStateType();
  21544.     }
  21545.     /**
  21546.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\SearchBoxType' shared autowired service.
  21547.      *
  21548.      * @return \Aqarmap\Bundle\ListingBundle\Form\SearchBoxType
  21549.      */
  21550.     protected function getSearchBoxTypeService()
  21551.     {
  21552.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21553.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21554.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/SearchBoxType.php';
  21555.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\SearchBoxType'] = new \Aqarmap\Bundle\ListingBundle\Form\SearchBoxType(($this->services['router'] ?? $this->getRouterService()));
  21556.     }
  21557.     /**
  21558.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\SearchByLocationType' shared autowired service.
  21559.      *
  21560.      * @return \Aqarmap\Bundle\ListingBundle\Form\SearchByLocationType
  21561.      */
  21562.     protected function getSearchByLocationTypeService()
  21563.     {
  21564.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21565.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21566.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/SearchByLocationType.php';
  21567.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\SearchByLocationType'] = new \Aqarmap\Bundle\ListingBundle\Form\SearchByLocationType();
  21568.     }
  21569.     /**
  21570.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\SearchTermAliasType' shared autowired service.
  21571.      *
  21572.      * @return \Aqarmap\Bundle\ListingBundle\Form\SearchTermAliasType
  21573.      */
  21574.     protected function getSearchTermAliasTypeService()
  21575.     {
  21576.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21577.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21578.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/SearchTermAliasType.php';
  21579.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\SearchTermAliasType'] = new \Aqarmap\Bundle\ListingBundle\Form\SearchTermAliasType();
  21580.     }
  21581.     /**
  21582.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\SearchType' shared autowired service.
  21583.      *
  21584.      * @return \Aqarmap\Bundle\ListingBundle\Form\SearchType
  21585.      */
  21586.     protected function getSearchTypeService()
  21587.     {
  21588.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21589.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21590.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/SearchType.php';
  21591.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\SearchType'] = new \Aqarmap\Bundle\ListingBundle\Form\SearchType();
  21592.     }
  21593.     /**
  21594.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\StatisticsType' shared autowired service.
  21595.      *
  21596.      * @return \Aqarmap\Bundle\ListingBundle\Form\StatisticsType
  21597.      */
  21598.     protected function getStatisticsTypeService()
  21599.     {
  21600.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21601.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21602.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/StatisticsType.php';
  21603.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\StatisticsType'] = new \Aqarmap\Bundle\ListingBundle\Form\StatisticsType();
  21604.     }
  21605.     /**
  21606.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\UserDeviceType' shared autowired service.
  21607.      *
  21608.      * @return \Aqarmap\Bundle\ListingBundle\Form\UserDeviceType
  21609.      */
  21610.     protected function getUserDeviceTypeService()
  21611.     {
  21612.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21613.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21614.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/UserDeviceType.php';
  21615.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\UserDeviceType'] = new \Aqarmap\Bundle\ListingBundle\Form\UserDeviceType();
  21616.     }
  21617.     /**
  21618.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\V3\AddListingType' shared autowired service.
  21619.      *
  21620.      * @return \Aqarmap\Bundle\ListingBundle\Form\V3\AddListingType
  21621.      */
  21622.     protected function getAddListingTypeService()
  21623.     {
  21624.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21625.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21626.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/V3/AddListingType.php';
  21627.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\V3\\AddListingType'] = new \Aqarmap\Bundle\ListingBundle\Form\V3\AddListingType();
  21628.     }
  21629.     /**
  21630.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\V3\ListingAttributeType' shared autowired service.
  21631.      *
  21632.      * @return \Aqarmap\Bundle\ListingBundle\Form\V3\ListingAttributeType
  21633.      */
  21634.     protected function getListingAttributeType2Service()
  21635.     {
  21636.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21637.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21638.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/V3/ListingAttributeType.php';
  21639.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\V3\\ListingAttributeType'] = new \Aqarmap\Bundle\ListingBundle\Form\V3\ListingAttributeType();
  21640.     }
  21641.     /**
  21642.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\V3\ListingType' shared autowired service.
  21643.      *
  21644.      * @return \Aqarmap\Bundle\ListingBundle\Form\V3\ListingType
  21645.      */
  21646.     protected function getListingType2Service()
  21647.     {
  21648.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21649.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21650.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/V3/ListingType.php';
  21651.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\V3\\ListingType'] = new \Aqarmap\Bundle\ListingBundle\Form\V3\ListingType();
  21652.     }
  21653.     /**
  21654.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\V3\ListingTypes\DescriptionTranslationType' shared autowired service.
  21655.      *
  21656.      * @return \Aqarmap\Bundle\ListingBundle\Form\V3\ListingTypes\DescriptionTranslationType
  21657.      */
  21658.     protected function getDescriptionTranslationTypeService()
  21659.     {
  21660.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21661.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21662.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/V3/ListingTypes/DescriptionTranslationType.php';
  21663.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\V3\\ListingTypes\\DescriptionTranslationType'] = new \Aqarmap\Bundle\ListingBundle\Form\V3\ListingTypes\DescriptionTranslationType();
  21664.     }
  21665.     /**
  21666.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\V3\ListingTypes\TitleTranslationType' shared autowired service.
  21667.      *
  21668.      * @return \Aqarmap\Bundle\ListingBundle\Form\V3\ListingTypes\TitleTranslationType
  21669.      */
  21670.     protected function getTitleTranslationTypeService()
  21671.     {
  21672.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21673.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21674.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/V3/ListingTypes/TitleTranslationType.php';
  21675.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\V3\\ListingTypes\\TitleTranslationType'] = new \Aqarmap\Bundle\ListingBundle\Form\V3\ListingTypes\TitleTranslationType();
  21676.     }
  21677.     /**
  21678.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\V4\ListingType' shared autowired service.
  21679.      *
  21680.      * @return \Aqarmap\Bundle\ListingBundle\Form\V4\ListingType
  21681.      */
  21682.     protected function getListingType3Service()
  21683.     {
  21684.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21685.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21686.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/V4/ListingType.php';
  21687.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\V4\\ListingType'] = new \Aqarmap\Bundle\ListingBundle\Form\V4\ListingType();
  21688.     }
  21689.     /**
  21690.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Model\ShowPhoneNumberEmailBodyBuilder' shared autowired service.
  21691.      *
  21692.      * @return \Aqarmap\Bundle\ListingBundle\Model\ShowPhoneNumberEmailBodyBuilder
  21693.      */
  21694.     protected function getShowPhoneNumberEmailBodyBuilderService()
  21695.     {
  21696.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Contract/EmailBodyBuilderInterface.php';
  21697.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Model/ShowPhoneNumberEmailBodyBuilder.php';
  21698.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Model\\ShowPhoneNumberEmailBodyBuilder'] = new \Aqarmap\Bundle\ListingBundle\Model\ShowPhoneNumberEmailBodyBuilder(($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LeadsInsightsService'] ?? $this->getLeadsInsightsServiceService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LeadService'] ?? $this->getLeadService2Service()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['Aqarmap\\Bundle\\MainBundle\\Adapter\\MailerService'] ?? $this->getMailerServiceService()), ($this->privates['Aqarmap\\Bundle\\MainBundle\\Helpers\\MailerHelper'] ?? $this->getMailerHelperService()));
  21699.     }
  21700.     /**
  21701.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Repository\CRMLeadRepository' shared autowired service.
  21702.      *
  21703.      * @return \Aqarmap\Bundle\ListingBundle\Repository\CRMLeadRepository
  21704.      */
  21705.     protected function getCRMLeadRepositoryService()
  21706.     {
  21707.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Repository/CRMLeadRepository.php';
  21708.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\CRMLeadRepository'] = new \Aqarmap\Bundle\ListingBundle\Repository\CRMLeadRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  21709.     }
  21710.     /**
  21711.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Repository\CallRequestLeadRepository' shared autowired service.
  21712.      *
  21713.      * @return \Aqarmap\Bundle\ListingBundle\Repository\CallRequestLeadRepository
  21714.      */
  21715.     protected function getCallRequestLeadRepositoryService()
  21716.     {
  21717.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\CallRequestLeadRepository'] = new \Aqarmap\Bundle\ListingBundle\Repository\CallRequestLeadRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  21718.     }
  21719.     /**
  21720.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Repository\CallRequestRepository' shared autowired service.
  21721.      *
  21722.      * @return \Aqarmap\Bundle\ListingBundle\Repository\CallRequestRepository
  21723.      */
  21724.     protected function getCallRequestRepositoryService()
  21725.     {
  21726.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\CallRequestRepository'] = new \Aqarmap\Bundle\ListingBundle\Repository\CallRequestRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  21727.     }
  21728.     /**
  21729.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Repository\CompoundAveragePriceRepository' shared autowired service.
  21730.      *
  21731.      * @return \Aqarmap\Bundle\ListingBundle\Repository\CompoundAveragePriceRepository
  21732.      */
  21733.     protected function getCompoundAveragePriceRepositoryService()
  21734.     {
  21735.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Repository/CompoundAveragePriceRepository.php';
  21736.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\CompoundAveragePriceRepository'] = new \Aqarmap\Bundle\ListingBundle\Repository\CompoundAveragePriceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  21737.     }
  21738.     /**
  21739.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Repository\CompoundLocationRepository' shared autowired service.
  21740.      *
  21741.      * @return \Aqarmap\Bundle\ListingBundle\Repository\CompoundLocationRepository
  21742.      */
  21743.     protected function getCompoundLocationRepositoryService()
  21744.     {
  21745.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  21746.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\CompoundLocationRepository'])) {
  21747.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\CompoundLocationRepository'];
  21748.         }
  21749.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\CompoundLocationRepository'] = new \Aqarmap\Bundle\ListingBundle\Repository\CompoundLocationRepository($a);
  21750.     }
  21751.     /**
  21752.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Repository\CustomFieldRepository' shared autowired service.
  21753.      *
  21754.      * @return \Aqarmap\Bundle\ListingBundle\Repository\CustomFieldRepository
  21755.      */
  21756.     protected function getCustomFieldRepositoryService()
  21757.     {
  21758.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\CustomFieldRepository'] = new \Aqarmap\Bundle\ListingBundle\Repository\CustomFieldRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  21759.     }
  21760.     /**
  21761.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Repository\FavouriteRepository' shared autowired service.
  21762.      *
  21763.      * @return \Aqarmap\Bundle\ListingBundle\Repository\FavouriteRepository
  21764.      */
  21765.     protected function getFavouriteRepositoryService()
  21766.     {
  21767.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\FavouriteRepository'] = new \Aqarmap\Bundle\ListingBundle\Repository\FavouriteRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  21768.     }
  21769.     /**
  21770.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Repository\FeaturedCompanyLeadRepository' shared autowired service.
  21771.      *
  21772.      * @return \Aqarmap\Bundle\ListingBundle\Repository\FeaturedCompanyLeadRepository
  21773.      */
  21774.     protected function getFeaturedCompanyLeadRepositoryService()
  21775.     {
  21776.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Repository/FeaturedCompanyLeadRepository.php';
  21777.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\FeaturedCompanyLeadRepository'] = new \Aqarmap\Bundle\ListingBundle\Repository\FeaturedCompanyLeadRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  21778.     }
  21779.     /**
  21780.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Repository\FreeListingRepository' shared autowired service.
  21781.      *
  21782.      * @return \Aqarmap\Bundle\ListingBundle\Repository\FreeListingRepository
  21783.      */
  21784.     protected function getFreeListingRepositoryService()
  21785.     {
  21786.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\FreeListingRepository'] = new \Aqarmap\Bundle\ListingBundle\Repository\FreeListingRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  21787.     }
  21788.     /**
  21789.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Repository\InteractionRepository' shared autowired service.
  21790.      *
  21791.      * @return \Aqarmap\Bundle\ListingBundle\Repository\InteractionRepository
  21792.      */
  21793.     protected function getInteractionRepositoryService()
  21794.     {
  21795.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\InteractionRepository'] = new \Aqarmap\Bundle\ListingBundle\Repository\InteractionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  21796.     }
  21797.     /**
  21798.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Repository\LeadRepository' shared autowired service.
  21799.      *
  21800.      * @return \Aqarmap\Bundle\ListingBundle\Repository\LeadRepository
  21801.      */
  21802.     protected function getLeadRepository2Service()
  21803.     {
  21804.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\LeadRepository'] = new \Aqarmap\Bundle\ListingBundle\Repository\LeadRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  21805.     }
  21806.     /**
  21807.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Repository\LeadsExpectationsRepository' shared autowired service.
  21808.      *
  21809.      * @return \Aqarmap\Bundle\ListingBundle\Repository\LeadsExpectationsRepository
  21810.      */
  21811.     protected function getLeadsExpectationsRepositoryService()
  21812.     {
  21813.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Repository/LeadsExpectationsRepository.php';
  21814.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\LeadsExpectationsRepository'] = new \Aqarmap\Bundle\ListingBundle\Repository\LeadsExpectationsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  21815.     }
  21816.     /**
  21817.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Repository\ListingActivityLogRepository' shared autowired service.
  21818.      *
  21819.      * @return \Aqarmap\Bundle\ListingBundle\Repository\ListingActivityLogRepository
  21820.      */
  21821.     protected function getListingActivityLogRepositoryService()
  21822.     {
  21823.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Repository/ListingActivityLogRepository.php';
  21824.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingActivityLogRepository'] = new \Aqarmap\Bundle\ListingBundle\Repository\ListingActivityLogRepository(($this->services['doctrine_mongodb'] ?? $this->getDoctrineMongodbService()));
  21825.     }
  21826.     /**
  21827.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Repository\ListingFeatureRepository' shared autowired service.
  21828.      *
  21829.      * @return \Aqarmap\Bundle\ListingBundle\Repository\ListingFeatureRepository
  21830.      */
  21831.     protected function getListingFeatureRepositoryService()
  21832.     {
  21833.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingFeatureRepository'] = new \Aqarmap\Bundle\ListingBundle\Repository\ListingFeatureRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  21834.     }
  21835.     /**
  21836.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Repository\ListingImpressionAggregationRepository' shared autowired service.
  21837.      *
  21838.      * @return \Aqarmap\Bundle\ListingBundle\Repository\ListingImpressionAggregationRepository
  21839.      */
  21840.     protected function getListingImpressionAggregationRepositoryService()
  21841.     {
  21842.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Repository/ListingImpressionAggregationRepository.php';
  21843.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingImpressionAggregationRepository'] = new \Aqarmap\Bundle\ListingBundle\Repository\ListingImpressionAggregationRepository(($this->services['doctrine_mongodb'] ?? $this->getDoctrineMongodbService()));
  21844.     }
  21845.     /**
  21846.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Repository\ListingImpressionRepository' shared autowired service.
  21847.      *
  21848.      * @return \Aqarmap\Bundle\ListingBundle\Repository\ListingImpressionRepository
  21849.      */
  21850.     protected function getListingImpressionRepositoryService()
  21851.     {
  21852.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingImpressionRepository'] = new \Aqarmap\Bundle\ListingBundle\Repository\ListingImpressionRepository(($this->services['doctrine_mongodb'] ?? $this->getDoctrineMongodbService()));
  21853.     }
  21854.     /**
  21855.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Repository\ListingLeadRepository' shared autowired service.
  21856.      *
  21857.      * @return \Aqarmap\Bundle\ListingBundle\Repository\ListingLeadRepository
  21858.      */
  21859.     protected function getListingLeadRepositoryService()
  21860.     {
  21861.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingLeadRepository'] = new \Aqarmap\Bundle\ListingBundle\Repository\ListingLeadRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  21862.     }
  21863.     /**
  21864.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Repository\ListingNoteRepository' shared autowired service.
  21865.      *
  21866.      * @return \Aqarmap\Bundle\ListingBundle\Repository\ListingNoteRepository
  21867.      */
  21868.     protected function getListingNoteRepositoryService()
  21869.     {
  21870.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Repository/ListingNoteRepository.php';
  21871.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingNoteRepository'] = new \Aqarmap\Bundle\ListingBundle\Repository\ListingNoteRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  21872.     }
  21873.     /**
  21874.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Repository\ListingPhoneRepository' shared autowired service.
  21875.      *
  21876.      * @return \Aqarmap\Bundle\ListingBundle\Repository\ListingPhoneRepository
  21877.      */
  21878.     protected function getListingPhoneRepositoryService()
  21879.     {
  21880.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingPhoneRepository'] = new \Aqarmap\Bundle\ListingBundle\Repository\ListingPhoneRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  21881.     }
  21882.     /**
  21883.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Repository\ListingRateReasonsRepository' shared autowired service.
  21884.      *
  21885.      * @return \Aqarmap\Bundle\ListingBundle\Repository\ListingRateReasonsRepository
  21886.      */
  21887.     protected function getListingRateReasonsRepositoryService()
  21888.     {
  21889.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Repository/ListingRateReasonsRepository.php';
  21890.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingRateReasonsRepository'] = new \Aqarmap\Bundle\ListingBundle\Repository\ListingRateReasonsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  21891.     }
  21892.     /**
  21893.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Repository\ListingRateRepository' shared autowired service.
  21894.      *
  21895.      * @return \Aqarmap\Bundle\ListingBundle\Repository\ListingRateRepository
  21896.      */
  21897.     protected function getListingRateRepositoryService()
  21898.     {
  21899.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Repository/ListingRateRepository.php';
  21900.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingRateRepository'] = new \Aqarmap\Bundle\ListingBundle\Repository\ListingRateRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  21901.     }
  21902.     /**
  21903.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Repository\LocationRepository' shared autowired service.
  21904.      *
  21905.      * @return \Aqarmap\Bundle\ListingBundle\Repository\LocationRepository
  21906.      */
  21907.     protected function getLocationRepositoryService()
  21908.     {
  21909.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  21910.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\LocationRepository'])) {
  21911.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\LocationRepository'];
  21912.         }
  21913.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\LocationRepository'] = new \Aqarmap\Bundle\ListingBundle\Repository\LocationRepository($a);
  21914.     }
  21915.     /**
  21916.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Repository\LocationSearchHistoryRepository' shared autowired service.
  21917.      *
  21918.      * @return \Aqarmap\Bundle\ListingBundle\Repository\LocationSearchHistoryRepository
  21919.      */
  21920.     protected function getLocationSearchHistoryRepositoryService()
  21921.     {
  21922.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Repository/LocationSearchHistoryRepository.php';
  21923.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\LocationSearchHistoryRepository'] = new \Aqarmap\Bundle\ListingBundle\Repository\LocationSearchHistoryRepository(($this->services['doctrine_mongodb'] ?? $this->getDoctrineMongodbService()));
  21924.     }
  21925.     /**
  21926.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Repository\LocationSupplyDemandRepository' shared autowired service.
  21927.      *
  21928.      * @return \Aqarmap\Bundle\ListingBundle\Repository\LocationSupplyDemandRepository
  21929.      */
  21930.     protected function getLocationSupplyDemandRepositoryService()
  21931.     {
  21932.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Repository/LocationSupplyDemandRepository.php';
  21933.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\LocationSupplyDemandRepository'] = new \Aqarmap\Bundle\ListingBundle\Repository\LocationSupplyDemandRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  21934.     }
  21935.     /**
  21936.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Repository\MessageLeadRepository' shared autowired service.
  21937.      *
  21938.      * @return \Aqarmap\Bundle\ListingBundle\Repository\MessageLeadRepository
  21939.      */
  21940.     protected function getMessageLeadRepositoryService()
  21941.     {
  21942.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\MessageLeadRepository'] = new \Aqarmap\Bundle\ListingBundle\Repository\MessageLeadRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  21943.     }
  21944.     /**
  21945.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Repository\PhoneLeadRepository' shared autowired service.
  21946.      *
  21947.      * @return \Aqarmap\Bundle\ListingBundle\Repository\PhoneLeadRepository
  21948.      */
  21949.     protected function getPhoneLeadRepositoryService()
  21950.     {
  21951.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\PhoneLeadRepository'] = new \Aqarmap\Bundle\ListingBundle\Repository\PhoneLeadRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  21952.     }
  21953.     /**
  21954.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Repository\PhoneRepository' shared autowired service.
  21955.      *
  21956.      * @return \Aqarmap\Bundle\ListingBundle\Repository\PhoneRepository
  21957.      */
  21958.     protected function getPhoneRepositoryService()
  21959.     {
  21960.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\PhoneRepository'] = new \Aqarmap\Bundle\ListingBundle\Repository\PhoneRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  21961.     }
  21962.     /**
  21963.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Repository\ProjectSettingRepository' shared autowired service.
  21964.      *
  21965.      * @return \Aqarmap\Bundle\ListingBundle\Repository\ProjectSettingRepository
  21966.      */
  21967.     protected function getProjectSettingRepositoryService()
  21968.     {
  21969.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Repository/ProjectSettingRepository.php';
  21970.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\ProjectSettingRepository'] = new \Aqarmap\Bundle\ListingBundle\Repository\ProjectSettingRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  21971.     }
  21972.     /**
  21973.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Repository\PropertyTypeRepository' shared autowired service.
  21974.      *
  21975.      * @return \Aqarmap\Bundle\ListingBundle\Repository\PropertyTypeRepository
  21976.      */
  21977.     protected function getPropertyTypeRepositoryService()
  21978.     {
  21979.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  21980.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\PropertyTypeRepository'])) {
  21981.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\PropertyTypeRepository'];
  21982.         }
  21983.         $this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\PropertyTypeRepository'] = $instance = new \Aqarmap\Bundle\ListingBundle\Repository\PropertyTypeRepository($a);
  21984.         $instance->setCacheManager(($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\CacheManager'] ?? $this->getCacheManagerService()));
  21985.         return $instance;
  21986.     }
  21987.     /**
  21988.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Repository\QuickRegistrationUnsubmitSurveyRepository' shared autowired service.
  21989.      *
  21990.      * @return \Aqarmap\Bundle\ListingBundle\Repository\QuickRegistrationUnsubmitSurveyRepository
  21991.      */
  21992.     protected function getQuickRegistrationUnsubmitSurveyRepositoryService()
  21993.     {
  21994.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Repository/QuickRegistrationUnsubmitSurveyRepository.php';
  21995.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\QuickRegistrationUnsubmitSurveyRepository'] = new \Aqarmap\Bundle\ListingBundle\Repository\QuickRegistrationUnsubmitSurveyRepository(($this->services['doctrine_mongodb'] ?? $this->getDoctrineMongodbService()));
  21996.     }
  21997.     /**
  21998.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Repository\RejectionRepository' shared autowired service.
  21999.      *
  22000.      * @return \Aqarmap\Bundle\ListingBundle\Repository\RejectionRepository
  22001.      */
  22002.     protected function getRejectionRepositoryService()
  22003.     {
  22004.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\RejectionRepository'] = new \Aqarmap\Bundle\ListingBundle\Repository\RejectionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22005.     }
  22006.     /**
  22007.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Repository\SavedSearchRepository' shared autowired service.
  22008.      *
  22009.      * @return \Aqarmap\Bundle\ListingBundle\Repository\SavedSearchRepository
  22010.      */
  22011.     protected function getSavedSearchRepositoryService()
  22012.     {
  22013.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Repository/SavedSearchRepository.php';
  22014.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\SavedSearchRepository'] = new \Aqarmap\Bundle\ListingBundle\Repository\SavedSearchRepository(($this->services['doctrine_mongodb'] ?? $this->getDoctrineMongodbService()));
  22015.     }
  22016.     /**
  22017.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Repository\ScrapedListingRepository' shared autowired service.
  22018.      *
  22019.      * @return \Aqarmap\Bundle\ListingBundle\Repository\ScrapedListingRepository
  22020.      */
  22021.     protected function getScrapedListingRepositoryService()
  22022.     {
  22023.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Repository/ScrapedListingRepository.php';
  22024.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\ScrapedListingRepository'] = new \Aqarmap\Bundle\ListingBundle\Repository\ScrapedListingRepository(($this->services['doctrine_mongodb'] ?? $this->getDoctrineMongodbService()));
  22025.     }
  22026.     /**
  22027.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Repository\ScrapedListingStatsRepository' shared autowired service.
  22028.      *
  22029.      * @return \Aqarmap\Bundle\ListingBundle\Repository\ScrapedListingStatsRepository
  22030.      */
  22031.     protected function getScrapedListingStatsRepositoryService()
  22032.     {
  22033.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Repository/ScrapedListingStatsRepository.php';
  22034.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\ScrapedListingStatsRepository'] = new \Aqarmap\Bundle\ListingBundle\Repository\ScrapedListingStatsRepository(($this->services['doctrine_mongodb'] ?? $this->getDoctrineMongodbService()));
  22035.     }
  22036.     /**
  22037.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Repository\SearchKeywordRepository' shared autowired service.
  22038.      *
  22039.      * @return \Aqarmap\Bundle\ListingBundle\Repository\SearchKeywordRepository
  22040.      */
  22041.     protected function getSearchKeywordRepositoryService()
  22042.     {
  22043.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Repository/SearchKeywordRepository.php';
  22044.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\SearchKeywordRepository'] = new \Aqarmap\Bundle\ListingBundle\Repository\SearchKeywordRepository(($this->services['doctrine_mongodb'] ?? $this->getDoctrineMongodbService()));
  22045.     }
  22046.     /**
  22047.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Repository\SearchRepository' shared autowired service.
  22048.      *
  22049.      * @return \Aqarmap\Bundle\ListingBundle\Repository\SearchRepository
  22050.      */
  22051.     protected function getSearchRepositoryService()
  22052.     {
  22053.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Repository/SearchRepository.php';
  22054.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\SearchRepository'] = new \Aqarmap\Bundle\ListingBundle\Repository\SearchRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22055.     }
  22056.     /**
  22057.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Repository\SectionRepository' shared autowired service.
  22058.      *
  22059.      * @return \Aqarmap\Bundle\ListingBundle\Repository\SectionRepository
  22060.      */
  22061.     protected function getSectionRepositoryService()
  22062.     {
  22063.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\SectionRepository'] = new \Aqarmap\Bundle\ListingBundle\Repository\SectionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22064.     }
  22065.     /**
  22066.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Repository\SimilarListingsLeadRepository' shared autowired service.
  22067.      *
  22068.      * @return \Aqarmap\Bundle\ListingBundle\Repository\SimilarListingsLeadRepository
  22069.      */
  22070.     protected function getSimilarListingsLeadRepositoryService()
  22071.     {
  22072.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\SimilarListingsLeadRepository'] = new \Aqarmap\Bundle\ListingBundle\Repository\SimilarListingsLeadRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22073.     }
  22074.     /**
  22075.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Repository\TargetUserLeadRepository' shared autowired service.
  22076.      *
  22077.      * @return \Aqarmap\Bundle\ListingBundle\Repository\TargetUserLeadRepository
  22078.      */
  22079.     protected function getTargetUserLeadRepositoryService()
  22080.     {
  22081.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\TargetUserLeadRepository'] = new \Aqarmap\Bundle\ListingBundle\Repository\TargetUserLeadRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22082.     }
  22083.     /**
  22084.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Repository\TargetUserMessageLeadRepository' shared autowired service.
  22085.      *
  22086.      * @return \Aqarmap\Bundle\ListingBundle\Repository\TargetUserMessageLeadRepository
  22087.      */
  22088.     protected function getTargetUserMessageLeadRepositoryService()
  22089.     {
  22090.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\TargetUserMessageLeadRepository'] = new \Aqarmap\Bundle\ListingBundle\Repository\TargetUserMessageLeadRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22091.     }
  22092.     /**
  22093.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Repository\TargetUserPhoneLeadRepository' shared autowired service.
  22094.      *
  22095.      * @return \Aqarmap\Bundle\ListingBundle\Repository\TargetUserPhoneLeadRepository
  22096.      */
  22097.     protected function getTargetUserPhoneLeadRepositoryService()
  22098.     {
  22099.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\TargetUserPhoneLeadRepository'] = new \Aqarmap\Bundle\ListingBundle\Repository\TargetUserPhoneLeadRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22100.     }
  22101.     /**
  22102.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Repository\TopCustomerRepository' shared autowired service.
  22103.      *
  22104.      * @return \Aqarmap\Bundle\ListingBundle\Repository\TopCustomerRepository
  22105.      */
  22106.     protected function getTopCustomerRepositoryService()
  22107.     {
  22108.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Repository/TopCustomerRepository.php';
  22109.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\TopCustomerRepository'] = new \Aqarmap\Bundle\ListingBundle\Repository\TopCustomerRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22110.     }
  22111.     /**
  22112.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Repository\TopSellerLeadRepository' shared autowired service.
  22113.      *
  22114.      * @return \Aqarmap\Bundle\ListingBundle\Repository\TopSellerLeadRepository
  22115.      */
  22116.     protected function getTopSellerLeadRepositoryService()
  22117.     {
  22118.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\TopSellerLeadRepository'] = new \Aqarmap\Bundle\ListingBundle\Repository\TopSellerLeadRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22119.     }
  22120.     /**
  22121.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Repository\UserDomainLeadRepository' shared autowired service.
  22122.      *
  22123.      * @return \Aqarmap\Bundle\ListingBundle\Repository\UserDomainLeadRepository
  22124.      */
  22125.     protected function getUserDomainLeadRepositoryService()
  22126.     {
  22127.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\UserDomainLeadRepository'] = new \Aqarmap\Bundle\ListingBundle\Repository\UserDomainLeadRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22128.     }
  22129.     /**
  22130.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Repository\UserDomainMessageLeadRepository' shared autowired service.
  22131.      *
  22132.      * @return \Aqarmap\Bundle\ListingBundle\Repository\UserDomainMessageLeadRepository
  22133.      */
  22134.     protected function getUserDomainMessageLeadRepositoryService()
  22135.     {
  22136.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\UserDomainMessageLeadRepository'] = new \Aqarmap\Bundle\ListingBundle\Repository\UserDomainMessageLeadRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22137.     }
  22138.     /**
  22139.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Repository\UserDomainPhoneLeadRepository' shared autowired service.
  22140.      *
  22141.      * @return \Aqarmap\Bundle\ListingBundle\Repository\UserDomainPhoneLeadRepository
  22142.      */
  22143.     protected function getUserDomainPhoneLeadRepositoryService()
  22144.     {
  22145.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\UserDomainPhoneLeadRepository'] = new \Aqarmap\Bundle\ListingBundle\Repository\UserDomainPhoneLeadRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22146.     }
  22147.     /**
  22148.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Repository\UserPhoneRepository' shared autowired service.
  22149.      *
  22150.      * @return \Aqarmap\Bundle\ListingBundle\Repository\UserPhoneRepository
  22151.      */
  22152.     protected function getUserPhoneRepositoryService()
  22153.     {
  22154.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\UserPhoneRepository'] = new \Aqarmap\Bundle\ListingBundle\Repository\UserPhoneRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22155.     }
  22156.     /**
  22157.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Repository\WhatsAppLeadRepository' shared autowired service.
  22158.      *
  22159.      * @return \Aqarmap\Bundle\ListingBundle\Repository\WhatsAppLeadRepository
  22160.      */
  22161.     protected function getWhatsAppLeadRepositoryService()
  22162.     {
  22163.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\WhatsAppLeadRepository'] = new \Aqarmap\Bundle\ListingBundle\Repository\WhatsAppLeadRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22164.     }
  22165.     /**
  22166.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Service\AdvancedFilterFormTypeManager' shared autowired service.
  22167.      *
  22168.      * @return \Aqarmap\Bundle\ListingBundle\Service\AdvancedFilterFormTypeManager
  22169.      */
  22170.     protected function getAdvancedFilterFormTypeManagerService()
  22171.     {
  22172.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/AdvancedFilterFormTypeManager.php';
  22173.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\AdvancedFilterFormTypeManager'] = new \Aqarmap\Bundle\ListingBundle\Service\AdvancedFilterFormTypeManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()));
  22174.     }
  22175.     /**
  22176.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Service\AdvancedSearchFormTypeManager' shared autowired service.
  22177.      *
  22178.      * @return \Aqarmap\Bundle\ListingBundle\Service\AdvancedSearchFormTypeManager
  22179.      */
  22180.     protected function getAdvancedSearchFormTypeManagerService()
  22181.     {
  22182.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/AdvancedSearchFormTypeManager.php';
  22183.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\AdvancedSearchFormTypeManager'] = new \Aqarmap\Bundle\ListingBundle\Service\AdvancedSearchFormTypeManager(($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()));
  22184.     }
  22185.     /**
  22186.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Service\AutoScrapping\Logger' shared autowired service.
  22187.      *
  22188.      * @return \Aqarmap\Bundle\ListingBundle\Service\AutoScrapping\Logger
  22189.      */
  22190.     protected function getLoggerService()
  22191.     {
  22192.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/AutoScrapping/Logger.php';
  22193.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\AutoScrapping\\Logger'] = new \Aqarmap\Bundle\ListingBundle\Service\AutoScrapping\Logger(($this->services['doctrine_mongodb.odm.default_document_manager'] ?? $this->getDoctrineMongodb_Odm_DefaultDocumentManagerService()));
  22194.     }
  22195.     /**
  22196.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Service\AutoScrapping\ProcessManager' shared autowired service.
  22197.      *
  22198.      * @return \Aqarmap\Bundle\ListingBundle\Service\AutoScrapping\ProcessManager
  22199.      */
  22200.     protected function getProcessManagerService()
  22201.     {
  22202.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/AutoScrapping/ProcessManager.php';
  22203.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/AutoScrapping/ScrapedListingStateManager.php';
  22204.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\AutoScrapping\\ProcessManager'] = new \Aqarmap\Bundle\ListingBundle\Service\AutoScrapping\ProcessManager(new \Aqarmap\Bundle\ListingBundle\Service\AutoScrapping\ScrapedListingStateManager(($this->services['doctrine_mongodb.odm.default_document_manager'] ?? $this->getDoctrineMongodb_Odm_DefaultDocumentManagerService())), ($this->privates['Aqarmap\\Bundle\\MainBundle\\Adapter\\MailerService'] ?? $this->getMailerServiceService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->privates['Aqarmap\\Bundle\\MainBundle\\Helpers\\MailerHelper'] ?? $this->getMailerHelperService()));
  22205.     }
  22206.     /**
  22207.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Service\AutoScrapping\Refiner\Mapper\ImagesMapper' shared autowired service.
  22208.      *
  22209.      * @return \Aqarmap\Bundle\ListingBundle\Service\AutoScrapping\Refiner\Mapper\ImagesMapper
  22210.      */
  22211.     protected function getImagesMapperService()
  22212.     {
  22213.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/AutoScrapping/Refiner/Mapper/MapperInterface.php';
  22214.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/AutoScrapping/Refiner/Mapper/ImagesMapper.php';
  22215.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\AutoScrapping\\Refiner\\Mapper\\ImagesMapper'] = new \Aqarmap\Bundle\ListingBundle\Service\AutoScrapping\Refiner\Mapper\ImagesMapper(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), \dirname(__DIR__4));
  22216.     }
  22217.     /**
  22218.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Service\AutoScrapping\Refiner\Mapper\LocationMapper' shared autowired service.
  22219.      *
  22220.      * @return \Aqarmap\Bundle\ListingBundle\Service\AutoScrapping\Refiner\Mapper\LocationMapper
  22221.      */
  22222.     protected function getLocationMapperService()
  22223.     {
  22224.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/AutoScrapping/Refiner/Mapper/MapperInterface.php';
  22225.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/AutoScrapping/Refiner/Mapper/LocationMapper.php';
  22226.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\AutoScrapping\\Refiner\\Mapper\\LocationMapper'] = new \Aqarmap\Bundle\ListingBundle\Service\AutoScrapping\Refiner\Mapper\LocationMapper(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\AutoScrapping\\Logger'] ?? $this->getLoggerService()));
  22227.     }
  22228.     /**
  22229.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Service\AutoScrapping\Refiner\Mapper\PropertyTypeMapper' shared autowired service.
  22230.      *
  22231.      * @return \Aqarmap\Bundle\ListingBundle\Service\AutoScrapping\Refiner\Mapper\PropertyTypeMapper
  22232.      */
  22233.     protected function getPropertyTypeMapperService()
  22234.     {
  22235.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/AutoScrapping/Refiner/Mapper/MapperInterface.php';
  22236.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/AutoScrapping/Refiner/Mapper/PropertyTypeMapper.php';
  22237.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\AutoScrapping\\Refiner\\Mapper\\PropertyTypeMapper'] = new \Aqarmap\Bundle\ListingBundle\Service\AutoScrapping\Refiner\Mapper\PropertyTypeMapper(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\AutoScrapping\\Logger'] ?? $this->getLoggerService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\PropertyTypeRepository'] ?? $this->getPropertyTypeRepositoryService()));
  22238.     }
  22239.     /**
  22240.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Service\AutoScrapping\Refiner\Mapper\SectionMapper' shared autowired service.
  22241.      *
  22242.      * @return \Aqarmap\Bundle\ListingBundle\Service\AutoScrapping\Refiner\Mapper\SectionMapper
  22243.      */
  22244.     protected function getSectionMapperService()
  22245.     {
  22246.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/AutoScrapping/Refiner/Mapper/MapperInterface.php';
  22247.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/AutoScrapping/Refiner/Mapper/SectionMapper.php';
  22248.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\AutoScrapping\\Refiner\\Mapper\\SectionMapper'] = new \Aqarmap\Bundle\ListingBundle\Service\AutoScrapping\Refiner\Mapper\SectionMapper(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\AutoScrapping\\Logger'] ?? $this->getLoggerService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\SectionRepository'] ?? $this->getSectionRepositoryService()));
  22249.     }
  22250.     /**
  22251.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Service\CallLog\Logger' shared autowired service.
  22252.      *
  22253.      * @return \Aqarmap\Bundle\ListingBundle\Service\CallLog\Logger
  22254.      */
  22255.     protected function getLogger2Service()
  22256.     {
  22257.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/CallLog/Logger.php';
  22258.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/CallLog/LoggerInterface.php';
  22259.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/CallLog/Drivers/Cookies.php';
  22260.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\CallLog\\Logger'] = new \Aqarmap\Bundle\ListingBundle\Service\CallLog\Logger(new \Aqarmap\Bundle\ListingBundle\Service\CallLog\Drivers\Cookies(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))));
  22261.     }
  22262.     /**
  22263.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Service\CallRequestManager' shared autowired service.
  22264.      *
  22265.      * @return \Aqarmap\Bundle\ListingBundle\Service\CallRequestManager
  22266.      */
  22267.     protected function getCallRequestManagerService()
  22268.     {
  22269.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  22270.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\CallRequestManager'])) {
  22271.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\CallRequestManager'];
  22272.         }
  22273.         $b = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LeadService'] ?? $this->getLeadService2Service());
  22274.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\CallRequestManager'])) {
  22275.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\CallRequestManager'];
  22276.         }
  22277.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  22278.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\CallRequestManager'])) {
  22279.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\CallRequestManager'];
  22280.         }
  22281.         $d = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\PhoneManager'] ?? $this->getPhoneManagerService());
  22282.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\CallRequestManager'])) {
  22283.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\CallRequestManager'];
  22284.         }
  22285.         $e = ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\Setting'] ?? $this->getSettingService());
  22286.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\CallRequestManager'])) {
  22287.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\CallRequestManager'];
  22288.         }
  22289.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\CallRequestManager'] = new \Aqarmap\Bundle\ListingBundle\Service\CallRequestManager($a$b$c$d$e, ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\CallRequestRepository'] ?? $this->getCallRequestRepositoryService()));
  22290.     }
  22291.     /**
  22292.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Service\CompoundService' shared autowired service.
  22293.      *
  22294.      * @return \Aqarmap\Bundle\ListingBundle\Service\CompoundService
  22295.      */
  22296.     protected function getCompoundServiceService()
  22297.     {
  22298.         $a = ($this->services['jms_serializer'] ?? $this->getJmsSerializerService());
  22299.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\CompoundService'])) {
  22300.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\CompoundService'];
  22301.         }
  22302.         $b = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\LocationRepository'] ?? $this->getLocationRepositoryService());
  22303.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\CompoundService'])) {
  22304.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\CompoundService'];
  22305.         }
  22306.         $c = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\PropertyTypeRepository'] ?? $this->getPropertyTypeRepositoryService());
  22307.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\CompoundService'])) {
  22308.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\CompoundService'];
  22309.         }
  22310.         $d = ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService());
  22311.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\CompoundService'])) {
  22312.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\CompoundService'];
  22313.         }
  22314.         $e = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  22315.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\CompoundService'])) {
  22316.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\CompoundService'];
  22317.         }
  22318.         $f = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\CompoundLocationRepository'] ?? $this->getCompoundLocationRepositoryService());
  22319.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\CompoundService'])) {
  22320.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\CompoundService'];
  22321.         }
  22322.         $g = ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\Setting'] ?? $this->getSettingService());
  22323.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\CompoundService'])) {
  22324.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\CompoundService'];
  22325.         }
  22326.         $h = ($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'] ?? $this->getListingManagerService());
  22327.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\CompoundService'])) {
  22328.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\CompoundService'];
  22329.         }
  22330.         $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\CompoundService'] = $instance = new \Aqarmap\Bundle\ListingBundle\Service\CompoundService(($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['snc_redis.default'] ?? $this->getSncRedis_DefaultService()), ($this->services['cache.app'] ?? $this->getCache_AppService()), $a$b$c, new \Aqarmap\Bundle\ListingBundle\Service\CompoundSearchFormTypeManager(($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), $d$e), $f, ($this->services['Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingRepository'] ?? $this->getListingRepositoryService()), ($this->services['router'] ?? $this->getRouterService()), $d, ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\SectionRepository'] ?? $this->getSectionRepositoryService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\SectionService'] ?? $this->getSectionServiceService()), $g, ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\MobileDetectionService'] ?? ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\MobileDetectionService'] = new \Aqarmap\Bundle\MainBundle\Service\MobileDetectionService())), $h$e);
  22331.         $instance->setCompoundSearchService(($this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\CompoundSearchService'] ?? $this->getCompoundSearchServiceService()));
  22332.         return $instance;
  22333.     }
  22334.     /**
  22335.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Service\CustomFieldService' shared autowired service.
  22336.      *
  22337.      * @return \Aqarmap\Bundle\ListingBundle\Service\CustomFieldService
  22338.      */
  22339.     protected function getCustomFieldServiceService()
  22340.     {
  22341.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/CustomFieldService.php';
  22342.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\CustomFieldService'] = new \Aqarmap\Bundle\ListingBundle\Service\CustomFieldService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\CacheManager'] ?? $this->getCacheManagerService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\CustomFieldRepository'] ?? $this->getCustomFieldRepositoryService()));
  22343.     }
  22344.     /**
  22345.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Service\FavouriteService' shared autowired service.
  22346.      *
  22347.      * @return \Aqarmap\Bundle\ListingBundle\Service\FavouriteService
  22348.      */
  22349.     protected function getFavouriteServiceService()
  22350.     {
  22351.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/FavouriteService.php';
  22352.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  22353.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\FavouriteService'])) {
  22354.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\FavouriteService'];
  22355.         }
  22356.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\FavouriteService'] = new \Aqarmap\Bundle\ListingBundle\Service\FavouriteService($a, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\FavouriteRepository'] ?? $this->getFavouriteRepositoryService()), ($this->services['Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingRepository'] ?? $this->getListingRepositoryService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingLabelQueueProducer'] ?? $this->getListingLabelQueueProducerService()));
  22357.     }
  22358.     /**
  22359.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Service\InteractionService' shared autowired service.
  22360.      *
  22361.      * @return \Aqarmap\Bundle\ListingBundle\Service\InteractionService
  22362.      */
  22363.     protected function getInteractionServiceService()
  22364.     {
  22365.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  22366.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\InteractionService'])) {
  22367.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\InteractionService'];
  22368.         }
  22369.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  22370.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\InteractionService'])) {
  22371.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\InteractionService'];
  22372.         }
  22373.         $c = ($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserInterestManager'] ?? $this->getUserInterestManagerService());
  22374.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\InteractionService'])) {
  22375.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\InteractionService'];
  22376.         }
  22377.         $d = ($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserManager'] ?? $this->getUserManagerService());
  22378.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\InteractionService'])) {
  22379.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\InteractionService'];
  22380.         }
  22381.         $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\InteractionService'] = $instance = new \Aqarmap\Bundle\ListingBundle\Service\InteractionService($this$a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $b, ($this->privates['Aqarmap\\Bundle\\MainBundle\\Contract\\ProducerFactoryInterface $pokeProducerFactory'] ?? $this->getProducerFactoryInterfacepokeProducerFactoryService()), $c$d, ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\InteractionRepository'] ?? $this->getInteractionRepositoryService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingContactRateService'] ?? $this->getListingContactRateServiceService()));
  22382.         $instance->setListingManager(($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'] ?? $this->getListingManagerService()));
  22383.         return $instance;
  22384.     }
  22385.     /**
  22386.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Service\LeadService' shared autowired service.
  22387.      *
  22388.      * @return \Aqarmap\Bundle\ListingBundle\Service\LeadService
  22389.      */
  22390.     protected function getLeadService2Service()
  22391.     {
  22392.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  22393.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LeadService'])) {
  22394.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LeadService'];
  22395.         }
  22396.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  22397.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LeadService'])) {
  22398.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LeadService'];
  22399.         }
  22400.         $c = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LeadServiceFactory'] ?? $this->getLeadServiceFactoryService());
  22401.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LeadService'])) {
  22402.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LeadService'];
  22403.         }
  22404.         $d = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\PhoneManager'] ?? $this->getPhoneManagerService());
  22405.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LeadService'])) {
  22406.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LeadService'];
  22407.         }
  22408.         $e = ($this->privates['Aqarmap\\Bundle\\MessageBundle\\Service\\Composer'] ?? $this->getComposerService());
  22409.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LeadService'])) {
  22410.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LeadService'];
  22411.         }
  22412.         $f = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\InteractionService'] ?? $this->getInteractionServiceService());
  22413.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LeadService'])) {
  22414.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LeadService'];
  22415.         }
  22416.         $g = ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\Setting'] ?? $this->getSettingService());
  22417.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LeadService'])) {
  22418.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LeadService'];
  22419.         }
  22420.         $h = ($this->services['Aqarmap\\Bundle\\FeatureToggleBundle\\Service\\FeatureToggleManager'] ?? $this->getFeatureToggleManagerService());
  22421.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LeadService'])) {
  22422.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LeadService'];
  22423.         }
  22424.         $i = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  22425.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LeadService'])) {
  22426.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LeadService'];
  22427.         }
  22428.         $j = ($this->privates['Aqarmap\\Bundle\\MainBundle\\Adapter\\MailerService'] ?? $this->getMailerServiceService());
  22429.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LeadService'])) {
  22430.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LeadService'];
  22431.         }
  22432.         $k = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LeadsInsightsService'] ?? $this->getLeadsInsightsServiceService());
  22433.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LeadService'])) {
  22434.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LeadService'];
  22435.         }
  22436.         $l = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  22437.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LeadService'])) {
  22438.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LeadService'];
  22439.         }
  22440.         $m = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  22441.         $n = ($this->services['translator'] ?? $this->getTranslatorService());
  22442.         $o = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\LeadRepository'] ?? $this->getLeadRepository2Service());
  22443.         $p = ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this)));
  22444.         $q = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingLeadRepository'] ?? $this->getListingLeadRepositoryService());
  22445.         $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LeadService'] = $instance = new \Aqarmap\Bundle\ListingBundle\Service\LeadService($this$a$m$b$c$n$d, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $e$f, ($this->privates['snc_redis.default'] ?? $this->getSncRedis_DefaultService()), ($this->privates['Aqarmap\\Bundle\\MainBundle\\Contract\\ProducerFactoryInterface $producerFactory'] ?? $this->getProducerFactoryInterfaceproducerFactoryService()), new \Aqarmap\Bundle\ListingBundle\Service\LeadValidationService($o$c$n$a$g), new \Aqarmap\Bundle\MainBundle\Producer\ProducerFactory(new \Aqarmap\Bundle\MainBundle\Service\SqsService(($this->privates['aqarmap.aws_sqs.client'] ?? $this->getAqarmap_AwsSqs_ClientService()), 'dev'$this->getEnv('APP_COUNTRY'), 'NOTIFICATION_CENTER', ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()))), $h, new \Aqarmap\Bundle\MainBundle\Service\NotificationCenter\NotificationCenterEnvelopeGenerator(), ($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserIpInfoService'] ?? $this->getUserIpInfoServiceService()), ($this->privates['Aqarmap\\Bundle\\MainBundle\\EventStreaming\\EventStreamingClientFactory'] ?? $this->getEventStreamingClientFactoryService()), $i, new \Aqarmap\Bundle\ListingBundle\Service\WhatsappEmailService($n$e$j$i$k$p$q, ($this->privates['Aqarmap\\Bundle\\MainBundle\\Helpers\\MailerHelper'] ?? $this->getMailerHelperService()), $m'ar'), $p$q, ($this->privates['Aqarmap\\Bundle\\MessageBundle\\Repository\\MessageRepository'] ?? $this->getMessageRepositoryService()), ($this->privates['Aqarmap\\Bundle\\MessageBundle\\Repository\\RecipientRepository'] ?? $this->getRecipientRepositoryService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\CallRequestRepository'] ?? $this->getCallRequestRepositoryService()), $o$a, ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\TargetUserLeadRepository'] ?? $this->getTargetUserLeadRepositoryService()), $l, ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingFeatureRepository'] ?? $this->getListingFeatureRepositoryService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\TopSellerLeadRepository'] ?? $this->getTopSellerLeadRepositoryService()), ($this->services['router'] ?? $this->getRouterService()));
  22446.         $instance->setListingManager(($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'] ?? $this->getListingManagerService()));
  22447.         return $instance;
  22448.     }
  22449.     /**
  22450.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Service\LeadServiceFactory' shared autowired service.
  22451.      *
  22452.      * @return \Aqarmap\Bundle\ListingBundle\Service\LeadServiceFactory
  22453.      */
  22454.     protected function getLeadServiceFactoryService()
  22455.     {
  22456.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  22457.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LeadServiceFactory'])) {
  22458.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LeadServiceFactory'];
  22459.         }
  22460.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LeadServiceFactory'] = new \Aqarmap\Bundle\ListingBundle\Service\LeadServiceFactory($a, ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\PhoneLeadRepository'] ?? $this->getPhoneLeadRepositoryService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\MessageLeadRepository'] ?? $this->getMessageLeadRepositoryService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\CallRequestLeadRepository'] ?? $this->getCallRequestLeadRepositoryService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\TargetUserPhoneLeadRepository'] ?? $this->getTargetUserPhoneLeadRepositoryService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\TargetUserMessageLeadRepository'] ?? $this->getTargetUserMessageLeadRepositoryService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\TargetUserLeadRepository'] ?? $this->getTargetUserLeadRepositoryService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\TopSellerLeadRepository'] ?? $this->getTopSellerLeadRepositoryService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\SimilarListingsLeadRepository'] ?? $this->getSimilarListingsLeadRepositoryService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\UserDomainPhoneLeadRepository'] ?? $this->getUserDomainPhoneLeadRepositoryService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\UserDomainMessageLeadRepository'] ?? $this->getUserDomainMessageLeadRepositoryService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\WhatsAppLeadRepository'] ?? $this->getWhatsAppLeadRepositoryService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingLeadRepository'] ?? $this->getListingLeadRepositoryService()));
  22461.     }
  22462.     /**
  22463.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Service\LeadsInsightsService' shared autowired service.
  22464.      *
  22465.      * @return \Aqarmap\Bundle\ListingBundle\Service\LeadsInsightsService
  22466.      */
  22467.     protected function getLeadsInsightsServiceService()
  22468.     {
  22469.         $a = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\LocationRepository'] ?? $this->getLocationRepositoryService());
  22470.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LeadsInsightsService'])) {
  22471.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LeadsInsightsService'];
  22472.         }
  22473.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  22474.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LeadsInsightsService'])) {
  22475.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LeadsInsightsService'];
  22476.         }
  22477.         $c = ($this->privates['App\\Repository\\Lead\\LeadRepository'] ?? $this->getLeadRepositoryService());
  22478.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LeadsInsightsService'])) {
  22479.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LeadsInsightsService'];
  22480.         }
  22481.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LeadsInsightsService'] = new \Aqarmap\Bundle\ListingBundle\Service\LeadsInsightsService(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['Aqarmap\\Bundle\\UserBundle\\Repository\\UserInterestRepository'] ?? $this->getUserInterestRepositoryService()), $a, ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingLeadRepository'] ?? $this->getListingLeadRepositoryService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\LeadRepository'] ?? $this->getLeadRepository2Service()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\TopSellerLeadRepository'] ?? $this->getTopSellerLeadRepositoryService()), $b, ($this->services['Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingRepository'] ?? $this->getListingRepositoryService()), $c);
  22482.     }
  22483.     /**
  22484.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Service\ListingActivityLogService' shared autowired service.
  22485.      *
  22486.      * @return \Aqarmap\Bundle\ListingBundle\Service\ListingActivityLogService
  22487.      */
  22488.     protected function getListingActivityLogServiceService()
  22489.     {
  22490.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/ListingActivityLogService.php';
  22491.         $a = ($this->services['doctrine_mongodb.odm.default_document_manager'] ?? $this->getDoctrineMongodb_Odm_DefaultDocumentManagerService());
  22492.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingActivityLogService'])) {
  22493.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingActivityLogService'];
  22494.         }
  22495.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingActivityLogService'] = new \Aqarmap\Bundle\ListingBundle\Service\ListingActivityLogService(($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingActivityLogRepository'] ?? $this->getListingActivityLogRepositoryService()), $a);
  22496.     }
  22497.     /**
  22498.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Service\ListingContactRateService' shared autowired service.
  22499.      *
  22500.      * @return \Aqarmap\Bundle\ListingBundle\Service\ListingContactRateService
  22501.      */
  22502.     protected function getListingContactRateServiceService()
  22503.     {
  22504.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingContactRateService'] = new \Aqarmap\Bundle\ListingBundle\Service\ListingContactRateService(($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingLeadRepository'] ?? $this->getListingLeadRepositoryService()));
  22505.     }
  22506.     /**
  22507.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Service\ListingFeatureService' shared autowired service.
  22508.      *
  22509.      * @return \Aqarmap\Bundle\ListingBundle\Service\ListingFeatureService
  22510.      */
  22511.     protected function getListingFeatureServiceService()
  22512.     {
  22513.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  22514.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingFeatureService'])) {
  22515.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingFeatureService'];
  22516.         }
  22517.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  22518.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingFeatureService'])) {
  22519.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingFeatureService'];
  22520.         }
  22521.         $c = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingRuleMatcher'] ?? $this->getListingRuleMatcherService());
  22522.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingFeatureService'])) {
  22523.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingFeatureService'];
  22524.         }
  22525.         $d = ($this->privates['Aqarmap\\Bundle\\CreditBundle\\Services\\CreditManager'] ?? $this->getCreditManagerService());
  22526.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingFeatureService'])) {
  22527.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingFeatureService'];
  22528.         }
  22529.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingFeatureService'] = new \Aqarmap\Bundle\ListingBundle\Service\ListingFeatureService($a$b$c$d, ($this->services['translator'] ?? $this->getTranslatorService()));
  22530.     }
  22531.     /**
  22532.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Service\ListingImpressionService' shared autowired service.
  22533.      *
  22534.      * @return \Aqarmap\Bundle\ListingBundle\Service\ListingImpressionService
  22535.      */
  22536.     protected function getListingImpressionServiceService()
  22537.     {
  22538.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/ListingImpressionService.php';
  22539.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  22540.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingImpressionService'])) {
  22541.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingImpressionService'];
  22542.         }
  22543.         $b = ($this->services['doctrine_mongodb.odm.default_document_manager'] ?? $this->getDoctrineMongodb_Odm_DefaultDocumentManagerService());
  22544.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingImpressionService'])) {
  22545.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingImpressionService'];
  22546.         }
  22547.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingImpressionService'] = new \Aqarmap\Bundle\ListingBundle\Service\ListingImpressionService($a$b, ($this->services['Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingRepository'] ?? $this->getListingRepositoryService()));
  22548.     }
  22549.     /**
  22550.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Service\ListingLabelQueueProducer' shared autowired service.
  22551.      *
  22552.      * @return \Aqarmap\Bundle\ListingBundle\Service\ListingLabelQueueProducer
  22553.      */
  22554.     protected function getListingLabelQueueProducerService()
  22555.     {
  22556.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/ListingLabelQueueProducer.php';
  22557.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingLabelQueueProducer'] = new \Aqarmap\Bundle\ListingBundle\Service\ListingLabelQueueProducer(($this->privates['Aqarmap\\Bundle\\MainBundle\\Contract\\ProducerFactoryInterface $producerFactory'] ?? $this->getProducerFactoryInterfaceproducerFactoryService()));
  22558.     }
  22559.     /**
  22560.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Service\ListingNoteService' shared autowired service.
  22561.      *
  22562.      * @return \Aqarmap\Bundle\ListingBundle\Service\ListingNoteService
  22563.      */
  22564.     protected function getListingNoteServiceService()
  22565.     {
  22566.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/ListingNoteService.php';
  22567.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingNoteService'] = new \Aqarmap\Bundle\ListingBundle\Service\ListingNoteService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingNoteRepository'] ?? $this->getListingNoteRepositoryService()), ($this->services['Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingRepository'] ?? $this->getListingRepositoryService()));
  22568.     }
  22569.     /**
  22570.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Service\ListingRateService' shared autowired service.
  22571.      *
  22572.      * @return \Aqarmap\Bundle\ListingBundle\Service\ListingRateService
  22573.      */
  22574.     protected function getListingRateServiceService()
  22575.     {
  22576.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/ListingRateService.php';
  22577.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  22578.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingRateService'])) {
  22579.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingRateService'];
  22580.         }
  22581.         $b = ($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'] ?? $this->getListingManagerService());
  22582.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingRateService'])) {
  22583.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingRateService'];
  22584.         }
  22585.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  22586.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingRateService'])) {
  22587.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingRateService'];
  22588.         }
  22589.         $d = ($this->privates['App\\Repository\\Lead\\LeadRepository'] ?? $this->getLeadRepositoryService());
  22590.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingRateService'])) {
  22591.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingRateService'];
  22592.         }
  22593.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingRateService'] = new \Aqarmap\Bundle\ListingBundle\Service\ListingRateService($a, ($this->services['translator'] ?? $this->getTranslatorService()), $b$c, ($this->privates['Aqarmap\\Bundle\\UserBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingRateRepository'] ?? $this->getListingRateRepositoryService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingRateReasonsRepository'] ?? $this->getListingRateReasonsRepositoryService()), $d);
  22594.     }
  22595.     /**
  22596.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Service\ListingRuleMatcher' shared autowired service.
  22597.      *
  22598.      * @return \Aqarmap\Bundle\ListingBundle\Service\ListingRuleMatcher
  22599.      */
  22600.     protected function getListingRuleMatcherService()
  22601.     {
  22602.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  22603.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingRuleMatcher'])) {
  22604.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingRuleMatcher'];
  22605.         }
  22606.         $b = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\LocationRepository'] ?? $this->getLocationRepositoryService());
  22607.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingRuleMatcher'])) {
  22608.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingRuleMatcher'];
  22609.         }
  22610.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingRuleMatcher'] = new \Aqarmap\Bundle\ListingBundle\Service\ListingRuleMatcher($a$b, new \Aqarmap\Bundle\ListingBundle\Repository\RuleRepository($a));
  22611.     }
  22612.     /**
  22613.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Service\LocationHistoryService' shared autowired service.
  22614.      *
  22615.      * @return \Aqarmap\Bundle\ListingBundle\Service\LocationHistoryService
  22616.      */
  22617.     protected function getLocationHistoryServiceService()
  22618.     {
  22619.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/LocationHistoryService.php';
  22620.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LocationHistoryService'] = new \Aqarmap\Bundle\ListingBundle\Service\LocationHistoryService(($this->services['doctrine_mongodb.odm.default_document_manager'] ?? $this->getDoctrineMongodb_Odm_DefaultDocumentManagerService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LocationManager'] ?? $this->getLocationManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\LocationSearchHistoryRepository'] ?? $this->getLocationSearchHistoryRepositoryService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\LocationRepository'] ?? $this->getLocationRepositoryService()));
  22621.     }
  22622.     /**
  22623.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Service\LocationManager' shared autowired service.
  22624.      *
  22625.      * @return \Aqarmap\Bundle\ListingBundle\Service\LocationManager
  22626.      */
  22627.     protected function getLocationManagerService()
  22628.     {
  22629.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  22630.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LocationManager'])) {
  22631.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LocationManager'];
  22632.         }
  22633.         $b = ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService());
  22634.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LocationManager'])) {
  22635.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LocationManager'];
  22636.         }
  22637.         $c = ($this->services['jms_serializer'] ?? $this->getJmsSerializerService());
  22638.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LocationManager'])) {
  22639.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LocationManager'];
  22640.         }
  22641.         $d = ($this->privates['Aqarmap\\Bundle\\SearchBundle\\CriteriaMediator\\CriteriaMediator'] ?? $this->getCriteriaMediator2Service());
  22642.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LocationManager'])) {
  22643.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LocationManager'];
  22644.         }
  22645.         $e = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\LocationRepository'] ?? $this->getLocationRepositoryService());
  22646.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LocationManager'])) {
  22647.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LocationManager'];
  22648.         }
  22649.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LocationManager'] = new \Aqarmap\Bundle\ListingBundle\Service\LocationManager($a$b, ($this->privates['snc_redis.default'] ?? $this->getSncRedis_DefaultService()), $c$d$e, ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingRepository'] ?? $this->getListingRepositoryService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->privates['Aqarmap\\Bundle\\MainBundle\\Contract\\ProducerFactoryInterface $producerFactory'] ?? $this->getProducerFactoryInterfaceproducerFactoryService()), ($this->services['cache.app'] ?? $this->getCache_AppService()));
  22650.     }
  22651.     /**
  22652.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Service\Mortgage\MortgageService' shared autowired service.
  22653.      *
  22654.      * @return \Aqarmap\Bundle\ListingBundle\Service\Mortgage\MortgageService
  22655.      */
  22656.     protected function getMortgageServiceService()
  22657.     {
  22658.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/Mortgage/MortgageService.php';
  22659.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  22660.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\Mortgage\\MortgageService'])) {
  22661.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\Mortgage\\MortgageService'];
  22662.         }
  22663.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\Mortgage\\MortgageService'] = new \Aqarmap\Bundle\ListingBundle\Service\Mortgage\MortgageService($a);
  22664.     }
  22665.     /**
  22666.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Service\PhoneManager' shared autowired service.
  22667.      *
  22668.      * @return \Aqarmap\Bundle\ListingBundle\Service\PhoneManager
  22669.      */
  22670.     protected function getPhoneManagerService()
  22671.     {
  22672.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  22673.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\PhoneManager'])) {
  22674.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\PhoneManager'];
  22675.         }
  22676.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\PhoneManager'] = new \Aqarmap\Bundle\ListingBundle\Service\PhoneManager($a, ($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserIpInfoService'] ?? $this->getUserIpInfoServiceService()), new \Aqarmap\Bundle\ListingBundle\Service\Validators\PhoneValidator\PhoneValidator(new \Aqarmap\Bundle\ListingBundle\Service\PhoneValidatorComponentFactory()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\PhoneRepository'] ?? $this->getPhoneRepositoryService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\UserPhoneRepository'] ?? $this->getUserPhoneRepositoryService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingPhoneRepository'] ?? $this->getListingPhoneRepositoryService()), ($this->privates['Aqarmap\\Bundle\\UserBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  22677.     }
  22678.     /**
  22679.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Service\QuickRegUnsubmittedSurveyService' shared autowired service.
  22680.      *
  22681.      * @return \Aqarmap\Bundle\ListingBundle\Service\QuickRegUnsubmittedSurveyService
  22682.      */
  22683.     protected function getQuickRegUnsubmittedSurveyServiceService()
  22684.     {
  22685.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/QuickRegUnsubmittedSurveyService.php';
  22686.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\QuickRegUnsubmittedSurveyService'] = new \Aqarmap\Bundle\ListingBundle\Service\QuickRegUnsubmittedSurveyService(($this->services['doctrine_mongodb.odm.default_document_manager'] ?? $this->getDoctrineMongodb_Odm_DefaultDocumentManagerService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\QuickRegistrationUnsubmitSurveyRepository'] ?? $this->getQuickRegistrationUnsubmitSurveyRepositoryService()));
  22687.     }
  22688.     /**
  22689.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Service\RelatedResultService' shared autowired service.
  22690.      *
  22691.      * @return \Aqarmap\Bundle\ListingBundle\Service\RelatedResultService
  22692.      */
  22693.     protected function getRelatedResultServiceService()
  22694.     {
  22695.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  22696.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\RelatedResultService'])) {
  22697.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\RelatedResultService'];
  22698.         }
  22699.         $b = ($this->privates['Aqarmap\\Bundle\\SearchBundle\\CriteriaMediator\\CriteriaMediator'] ?? $this->getCriteriaMediator2Service());
  22700.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\RelatedResultService'])) {
  22701.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\RelatedResultService'];
  22702.         }
  22703.         $c = ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService());
  22704.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\RelatedResultService'])) {
  22705.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\RelatedResultService'];
  22706.         }
  22707.         $d = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V4\\ListingService'] ?? $this->getListingService2Service());
  22708.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\RelatedResultService'])) {
  22709.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\RelatedResultService'];
  22710.         }
  22711.         $e = ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\Setting'] ?? $this->getSettingService());
  22712.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\RelatedResultService'])) {
  22713.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\RelatedResultService'];
  22714.         }
  22715.         $f = ($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'] ?? $this->getListingManagerService());
  22716.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\RelatedResultService'])) {
  22717.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\RelatedResultService'];
  22718.         }
  22719.         $g = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\LocationRepository'] ?? $this->getLocationRepositoryService());
  22720.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\RelatedResultService'])) {
  22721.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\RelatedResultService'];
  22722.         }
  22723.         $h = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  22724.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\RelatedResultService'] = new \Aqarmap\Bundle\ListingBundle\Service\RelatedResultService($a$b$c$d$e$h, ($this->privates['Aqarmap\\Bundle\\SearchBundle\\CriteriaBuilders\\BuilderDirector'] ?? $this->getBuilderDirectorService()), new \Aqarmap\Bundle\SearchBundle\Services\ElasticListingSearch\RelatedListingSearch(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), $a$c, ($this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\ElasticClientService'] ?? $this->getElasticClientServiceService()), ($this->services['fos_elastica.finder.app_listings.listings'] ?? $this->getFosElastica_Finder_AppListings_ListingsService()), $h, ($this->services['router'] ?? $this->getRouterService()), $e, ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()), $f, ($this->services['translator'] ?? $this->getTranslatorService())), $g);
  22725.     }
  22726.     /**
  22727.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Service\ReviewService' shared autowired service.
  22728.      *
  22729.      * @return \Aqarmap\Bundle\ListingBundle\Service\ReviewService
  22730.      */
  22731.     protected function getReviewServiceService()
  22732.     {
  22733.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/ReviewService.php';
  22734.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ReviewService'] = new \Aqarmap\Bundle\ListingBundle\Service\ReviewService(($this->privates['snc_redis.default'] ?? $this->getSncRedis_DefaultService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\PropertyTypeRepository'] ?? $this->getPropertyTypeRepositoryService()));
  22735.     }
  22736.     /**
  22737.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Service\SavedSearchService' shared autowired service.
  22738.      *
  22739.      * @return \Aqarmap\Bundle\ListingBundle\Service\SavedSearchService
  22740.      */
  22741.     protected function getSavedSearchServiceService()
  22742.     {
  22743.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Contracts/SavedSearchServiceInterface.php';
  22744.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/SavedSearchService.php';
  22745.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\SavedSearchService'] = new \Aqarmap\Bundle\ListingBundle\Service\SavedSearchService(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\SavedSearchRepository'] ?? $this->getSavedSearchRepositoryService()));
  22746.     }
  22747.     /**
  22748.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Service\ScrapedListingService' shared autowired service.
  22749.      *
  22750.      * @return \Aqarmap\Bundle\ListingBundle\Service\ScrapedListingService
  22751.      */
  22752.     protected function getScrapedListingServiceService()
  22753.     {
  22754.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/ScrapedListingService.php';
  22755.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Model/SMSManagerInterface.php';
  22756.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Service/SMS/InfobipManager.php';
  22757.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ScrapedListingService'] = new \Aqarmap\Bundle\ListingBundle\Service\ScrapedListingService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['doctrine_mongodb.odm.default_document_manager'] ?? $this->getDoctrineMongodb_Odm_DefaultDocumentManagerService()), ($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'] ?? $this->getListingManagerService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\PhoneManager'] ?? $this->getPhoneManagerService()), ($this->privates['aqarmap.sms.manager'] ?? ($this->privates['aqarmap.sms.manager'] = new \Aqarmap\Bundle\NotificationBundle\Service\SMS\InfobipManager(['base_url' => '''key' => '''from' => '']))), ($this->services['router'] ?? $this->getRouterService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\Setting'] ?? $this->getSettingService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\ScrapedListingRepository'] ?? $this->getScrapedListingRepositoryService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\LocationRepository'] ?? $this->getLocationRepositoryService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\PhoneRepository'] ?? $this->getPhoneRepositoryService()), ($this->privates['Aqarmap\\Bundle\\UserBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingPhoneRepository'] ?? $this->getListingPhoneRepositoryService()));
  22758.     }
  22759.     /**
  22760.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Service\SectionService' shared autowired service.
  22761.      *
  22762.      * @return \Aqarmap\Bundle\ListingBundle\Service\SectionService
  22763.      */
  22764.     protected function getSectionServiceService()
  22765.     {
  22766.         $a = ($this->services['jms_serializer'] ?? $this->getJmsSerializerService());
  22767.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\SectionService'])) {
  22768.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\SectionService'];
  22769.         }
  22770.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\SectionService'] = new \Aqarmap\Bundle\ListingBundle\Service\SectionService(($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\SectionRepository'] ?? $this->getSectionRepositoryService()), ($this->services['cache.app'] ?? $this->getCache_AppService()), $a);
  22771.     }
  22772.     /**
  22773.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Service\SpecialListingFeatureDecorator' shared autowired service.
  22774.      *
  22775.      * @return \Aqarmap\Bundle\ListingBundle\Service\SpecialListingFeatureDecorator
  22776.      */
  22777.     protected function getSpecialListingFeatureDecoratorService()
  22778.     {
  22779.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/SpecialListingFeatureDecorator.php';
  22780.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\SpecialListingFeatureDecorator'] = new \Aqarmap\Bundle\ListingBundle\Service\SpecialListingFeatureDecorator(($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingFeatureService'] ?? $this->getListingFeatureServiceService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingRuleMatcher'] ?? $this->getListingRuleMatcherService()));
  22781.     }
  22782.     /**
  22783.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Service\SupplyDemandManager' shared autowired service.
  22784.      *
  22785.      * @return \Aqarmap\Bundle\ListingBundle\Service\SupplyDemandManager
  22786.      */
  22787.     protected function getSupplyDemandManagerService()
  22788.     {
  22789.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/SupplyDemandManager.php';
  22790.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  22791.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\SupplyDemandManager'])) {
  22792.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\SupplyDemandManager'];
  22793.         }
  22794.         $b = ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\Setting'] ?? $this->getSettingService());
  22795.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\SupplyDemandManager'])) {
  22796.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\SupplyDemandManager'];
  22797.         }
  22798.         $c = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\LocationRepository'] ?? $this->getLocationRepositoryService());
  22799.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\SupplyDemandManager'])) {
  22800.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\SupplyDemandManager'];
  22801.         }
  22802.         $d = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\PropertyTypeRepository'] ?? $this->getPropertyTypeRepositoryService());
  22803.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\SupplyDemandManager'])) {
  22804.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\SupplyDemandManager'];
  22805.         }
  22806.         $e = ($this->privates['App\\Repository\\Lead\\LeadRepository'] ?? $this->getLeadRepositoryService());
  22807.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\SupplyDemandManager'])) {
  22808.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\SupplyDemandManager'];
  22809.         }
  22810.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\SupplyDemandManager'] = new \Aqarmap\Bundle\ListingBundle\Service\SupplyDemandManager($a$b, ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\LocationSupplyDemandRepository'] ?? $this->getLocationSupplyDemandRepositoryService()), $c$d, ($this->services['Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingRepository'] ?? $this->getListingRepositoryService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\InteractionRepository'] ?? $this->getInteractionRepositoryService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\SectionRepository'] ?? $this->getSectionRepositoryService()), $e);
  22811.     }
  22812.     /**
  22813.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Service\TopCustomerService' shared autowired service.
  22814.      *
  22815.      * @return \Aqarmap\Bundle\ListingBundle\Service\TopCustomerService
  22816.      */
  22817.     protected function getTopCustomerServiceService()
  22818.     {
  22819.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/TopCustomerService.php';
  22820.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/Validators/TopCustomerValidatorInterface.php';
  22821.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/Validators/TopCustomerValidator.php';
  22822.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\TopCustomerService'] = new \Aqarmap\Bundle\ListingBundle\Service\TopCustomerService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), new \Aqarmap\Bundle\ListingBundle\Service\Validators\TopCustomerValidator(), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LocationManager'] ?? $this->getLocationManagerService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\TopCustomerRepository'] ?? $this->getTopCustomerRepositoryService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\LocationRepository'] ?? $this->getLocationRepositoryService()), ($this->privates['Aqarmap\\Bundle\\UserBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->services['Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingRepository'] ?? $this->getListingRepositoryService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\PropertyTypeRepository'] ?? $this->getPropertyTypeRepositoryService()));
  22823.     }
  22824.     /**
  22825.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Service\V3\ListingAttributesMapper' shared autowired service.
  22826.      *
  22827.      * @return \Aqarmap\Bundle\ListingBundle\Service\V3\ListingAttributesMapper
  22828.      */
  22829.     protected function getListingAttributesMapperService()
  22830.     {
  22831.         $a = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V3\\ListingAttributesTransformer'] ?? $this->getListingAttributesTransformerService());
  22832.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V3\\ListingAttributesMapper'])) {
  22833.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V3\\ListingAttributesMapper'];
  22834.         }
  22835.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  22836.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V3\\ListingAttributesMapper'])) {
  22837.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V3\\ListingAttributesMapper'];
  22838.         }
  22839.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V3\\ListingAttributesMapper'] = new \Aqarmap\Bundle\ListingBundle\Service\V3\ListingAttributesMapper($a$b);
  22840.     }
  22841.     /**
  22842.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Service\V3\ListingAttributesTransformer' shared autowired service.
  22843.      *
  22844.      * @return \Aqarmap\Bundle\ListingBundle\Service\V3\ListingAttributesTransformer
  22845.      */
  22846.     protected function getListingAttributesTransformerService()
  22847.     {
  22848.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  22849.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V3\\ListingAttributesTransformer'])) {
  22850.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V3\\ListingAttributesTransformer'];
  22851.         }
  22852.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V3\\ListingAttributesTransformer'] = new \Aqarmap\Bundle\ListingBundle\Service\V3\ListingAttributesTransformer($a, ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\CustomFieldRepository'] ?? $this->getCustomFieldRepositoryService()));
  22853.     }
  22854.     /**
  22855.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Service\V3\ListingTranslationMapper' shared autowired service.
  22856.      *
  22857.      * @return \Aqarmap\Bundle\ListingBundle\Service\V3\ListingTranslationMapper
  22858.      */
  22859.     protected function getListingTranslationMapperService()
  22860.     {
  22861.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  22862.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V3\\ListingTranslationMapper'])) {
  22863.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V3\\ListingTranslationMapper'];
  22864.         }
  22865.         $b = ($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'] ?? $this->getListingManagerService());
  22866.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V3\\ListingTranslationMapper'])) {
  22867.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V3\\ListingTranslationMapper'];
  22868.         }
  22869.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V3\\ListingTranslationMapper'] = new \Aqarmap\Bundle\ListingBundle\Service\V3\ListingTranslationMapper($a$b, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  22870.     }
  22871.     /**
  22872.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Service\V4\CompoundAveragePriceService' shared autowired service.
  22873.      *
  22874.      * @return \Aqarmap\Bundle\ListingBundle\Service\V4\CompoundAveragePriceService
  22875.      */
  22876.     protected function getCompoundAveragePriceServiceService()
  22877.     {
  22878.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/V4/CompoundAveragePriceService.php';
  22879.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  22880.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V4\\CompoundAveragePriceService'])) {
  22881.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V4\\CompoundAveragePriceService'];
  22882.         }
  22883.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V4\\CompoundAveragePriceService'] = new \Aqarmap\Bundle\ListingBundle\Service\V4\CompoundAveragePriceService($a, ($this->privates['Aqarmap\\Bundle\\MainBundle\\Contract\\ProducerFactoryInterface $producerFactory'] ?? $this->getProducerFactoryInterfaceproducerFactoryService()));
  22884.     }
  22885.     /**
  22886.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Service\V4\CompoundDetailService' shared autowired service.
  22887.      *
  22888.      * @return \Aqarmap\Bundle\ListingBundle\Service\V4\CompoundDetailService
  22889.      */
  22890.     protected function getCompoundDetailServiceService()
  22891.     {
  22892.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/V4/CompoundDetailService.php';
  22893.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  22894.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V4\\CompoundDetailService'])) {
  22895.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V4\\CompoundDetailService'];
  22896.         }
  22897.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V4\\CompoundDetailService'] = new \Aqarmap\Bundle\ListingBundle\Service\V4\CompoundDetailService($a);
  22898.     }
  22899.     /**
  22900.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Service\V4\CostPerLeadService' shared autowired service.
  22901.      *
  22902.      * @return \Aqarmap\Bundle\ListingBundle\Service\V4\CostPerLeadService
  22903.      */
  22904.     protected function getCostPerLeadServiceService()
  22905.     {
  22906.         $a = ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\Setting'] ?? $this->getSettingService());
  22907.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V4\\CostPerLeadService'])) {
  22908.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V4\\CostPerLeadService'];
  22909.         }
  22910.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  22911.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V4\\CostPerLeadService'])) {
  22912.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V4\\CostPerLeadService'];
  22913.         }
  22914.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V4\\CostPerLeadService'] = new \Aqarmap\Bundle\ListingBundle\Service\V4\CostPerLeadService(($this->services['Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingRepository'] ?? $this->getListingRepositoryService()), ($this->privates['Aqarmap\\Bundle\\CreditBundle\\Repository\\CreditRepository'] ?? $this->getCreditRepositoryService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingLeadRepository'] ?? $this->getListingLeadRepositoryService()), $a, ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\TopSellerLeadRepository'] ?? $this->getTopSellerLeadRepositoryService()), $b);
  22915.     }
  22916.     /**
  22917.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Service\V4\FreezedListingService' shared autowired service.
  22918.      *
  22919.      * @return \Aqarmap\Bundle\ListingBundle\Service\V4\FreezedListingService
  22920.      */
  22921.     protected function getFreezedListingServiceService()
  22922.     {
  22923.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/V4/FreezedListingService.php';
  22924.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V4\\FreezedListingService'] = new \Aqarmap\Bundle\ListingBundle\Service\V4\FreezedListingService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  22925.     }
  22926.     /**
  22927.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Service\V4\ListingLabelService' shared autowired service.
  22928.      *
  22929.      * @return \Aqarmap\Bundle\ListingBundle\Service\V4\ListingLabelService
  22930.      */
  22931.     protected function getListingLabelServiceService()
  22932.     {
  22933.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/V4/ListingLabelService.php';
  22934.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V4\\ListingLabelService'] = new \Aqarmap\Bundle\ListingBundle\Service\V4\ListingLabelService(($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\FavouriteRepository'] ?? $this->getFavouriteRepositoryService()));
  22935.     }
  22936.     /**
  22937.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Service\V4\ListingService' shared autowired service.
  22938.      *
  22939.      * @return \Aqarmap\Bundle\ListingBundle\Service\V4\ListingService
  22940.      */
  22941.     protected function getListingService2Service()
  22942.     {
  22943.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  22944.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V4\\ListingService'])) {
  22945.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V4\\ListingService'];
  22946.         }
  22947.         $b = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingRuleMatcher'] ?? $this->getListingRuleMatcherService());
  22948.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V4\\ListingService'])) {
  22949.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V4\\ListingService'];
  22950.         }
  22951.         $c = ($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'] ?? $this->getListingManagerService());
  22952.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V4\\ListingService'])) {
  22953.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V4\\ListingService'];
  22954.         }
  22955.         $d = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V3\\ListingTranslationMapper'] ?? $this->getListingTranslationMapperService());
  22956.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V4\\ListingService'])) {
  22957.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V4\\ListingService'];
  22958.         }
  22959.         $e = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V3\\ListingAttributesMapper'] ?? $this->getListingAttributesMapperService());
  22960.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V4\\ListingService'])) {
  22961.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V4\\ListingService'];
  22962.         }
  22963.         $f = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  22964.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V4\\ListingService'])) {
  22965.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V4\\ListingService'];
  22966.         }
  22967.         $g = ($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserServicesManager'] ?? $this->getUserServicesManagerService());
  22968.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V4\\ListingService'])) {
  22969.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V4\\ListingService'];
  22970.         }
  22971.         $h = ($this->privates['Aqarmap\\Bundle\\CreditBundle\\Services\\CreditManager'] ?? $this->getCreditManagerService());
  22972.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V4\\ListingService'])) {
  22973.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V4\\ListingService'];
  22974.         }
  22975.         $i = ($this->services['Aqarmap\\Bundle\\FeatureToggleBundle\\Service\\FeatureToggleManager'] ?? $this->getFeatureToggleManagerService());
  22976.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V4\\ListingService'])) {
  22977.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V4\\ListingService'];
  22978.         }
  22979.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V4\\ListingService'] = new \Aqarmap\Bundle\ListingBundle\Service\V4\ListingService($a, new \Aqarmap\Bundle\ListingBundle\Service\V4\ListingRuleFacadeService($b), ($this->services['translator'] ?? $this->getTranslatorService()), $c, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $d$e$f$g$h$i, ($this->privates['Vich\\UploaderBundle\\Templating\\Helper\\UploaderHelper'] ?? $this->getUploaderHelperService()), ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\ThumbURL'] ?? $this->getThumbURLService()), ($this->services['Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingRepository'] ?? $this->getListingRepositoryService()), $this->parameters['locales']);
  22980.     }
  22981.     /**
  22982.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Service\V4\LocationService' shared autowired service.
  22983.      *
  22984.      * @return \Aqarmap\Bundle\ListingBundle\Service\V4\LocationService
  22985.      */
  22986.     protected function getLocationServiceService()
  22987.     {
  22988.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  22989.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V4\\LocationService'])) {
  22990.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V4\\LocationService'];
  22991.         }
  22992.         $b = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\LocationRepository'] ?? $this->getLocationRepositoryService());
  22993.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V4\\LocationService'])) {
  22994.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V4\\LocationService'];
  22995.         }
  22996.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V4\\LocationService'] = new \Aqarmap\Bundle\ListingBundle\Service\V4\LocationService($a, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $b, ($this->services['Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingRepository'] ?? $this->getListingRepositoryService()));
  22997.     }
  22998.     /**
  22999.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Strategy\BulkListingsApproveStrategy' shared autowired service.
  23000.      *
  23001.      * @return \Aqarmap\Bundle\ListingBundle\Strategy\BulkListingsApproveStrategy
  23002.      */
  23003.     protected function getBulkListingsApproveStrategyService()
  23004.     {
  23005.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Contract/Consumer/StrategyInterface.php';
  23006.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Strategy/BulkListingsApproveStrategy.php';
  23007.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Strategy\\BulkListingsApproveStrategy'] = new \Aqarmap\Bundle\ListingBundle\Strategy\BulkListingsApproveStrategy(($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'] ?? $this->getListingManagerService()), ($this->services['Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingRepository'] ?? $this->getListingRepositoryService()));
  23008.     }
  23009.     /**
  23010.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Strategy\CompoundAveragePriceStrategy' shared autowired service.
  23011.      *
  23012.      * @return \Aqarmap\Bundle\ListingBundle\Strategy\CompoundAveragePriceStrategy
  23013.      */
  23014.     protected function getCompoundAveragePriceStrategyService()
  23015.     {
  23016.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Contract/Consumer/StrategyInterface.php';
  23017.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Strategy/CompoundAveragePriceStrategy.php';
  23018.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Strategy\\CompoundAveragePriceStrategy'] = new \Aqarmap\Bundle\ListingBundle\Strategy\CompoundAveragePriceStrategy(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V4\\CompoundAveragePriceService'] ?? $this->getCompoundAveragePriceServiceService()));
  23019.     }
  23020.     /**
  23021.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Strategy\ImportLocationsStrategy' shared autowired service.
  23022.      *
  23023.      * @return \Aqarmap\Bundle\ListingBundle\Strategy\ImportLocationsStrategy
  23024.      */
  23025.     protected function getImportLocationsStrategyService()
  23026.     {
  23027.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Contract/Consumer/StrategyInterface.php';
  23028.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Strategy/ImportLocationsStrategy.php';
  23029.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Strategy\\ImportLocationsStrategy'] = new \Aqarmap\Bundle\ListingBundle\Strategy\ImportLocationsStrategy(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LocationManager'] ?? $this->getLocationManagerService()));
  23030.     }
  23031.     /**
  23032.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Strategy\RecordLocationSearchHistoryStrategy' shared autowired service.
  23033.      *
  23034.      * @return \Aqarmap\Bundle\ListingBundle\Strategy\RecordLocationSearchHistoryStrategy
  23035.      */
  23036.     protected function getRecordLocationSearchHistoryStrategyService()
  23037.     {
  23038.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Contract/Consumer/StrategyInterface.php';
  23039.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Strategy/RecordLocationSearchHistoryStrategy.php';
  23040.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Strategy\\RecordLocationSearchHistoryStrategy'] = new \Aqarmap\Bundle\ListingBundle\Strategy\RecordLocationSearchHistoryStrategy(($this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\LocationSearchHistoryService'] ?? $this->getLocationSearchHistoryServiceService()));
  23041.     }
  23042.     /**
  23043.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Strategy\RecordSearchKeywordHistoryStrategy' shared autowired service.
  23044.      *
  23045.      * @return \Aqarmap\Bundle\ListingBundle\Strategy\RecordSearchKeywordHistoryStrategy
  23046.      */
  23047.     protected function getRecordSearchKeywordHistoryStrategyService()
  23048.     {
  23049.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Contract/Consumer/StrategyInterface.php';
  23050.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Strategy/RecordSearchKeywordHistoryStrategy.php';
  23051.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Strategy\\RecordSearchKeywordHistoryStrategy'] = new \Aqarmap\Bundle\ListingBundle\Strategy\RecordSearchKeywordHistoryStrategy(($this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\SearchKeywordHistoryService'] ?? $this->getSearchKeywordHistoryServiceService()));
  23052.     }
  23053.     /**
  23054.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Strategy\UpdateListingImpressionsStrategy' shared autowired service.
  23055.      *
  23056.      * @return \Aqarmap\Bundle\ListingBundle\Strategy\UpdateListingImpressionsStrategy
  23057.      */
  23058.     protected function getUpdateListingImpressionsStrategyService()
  23059.     {
  23060.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Contract/Consumer/StrategyInterface.php';
  23061.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Strategy/UpdateListingImpressionsStrategy.php';
  23062.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Strategy\\UpdateListingImpressionsStrategy'] = new \Aqarmap\Bundle\ListingBundle\Strategy\UpdateListingImpressionsStrategy(($this->services['doctrine_mongodb.odm.default_document_manager'] ?? $this->getDoctrineMongodb_Odm_DefaultDocumentManagerService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingImpressionService'] ?? $this->getListingImpressionServiceService()));
  23063.     }
  23064.     /**
  23065.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Strategy\UpdateListingLabelStrategy' shared autowired service.
  23066.      *
  23067.      * @return \Aqarmap\Bundle\ListingBundle\Strategy\UpdateListingLabelStrategy
  23068.      */
  23069.     protected function getUpdateListingLabelStrategyService()
  23070.     {
  23071.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Contract/Consumer/StrategyInterface.php';
  23072.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Strategy/UpdateListingLabelStrategy.php';
  23073.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Strategy\\UpdateListingLabelStrategy'] = new \Aqarmap\Bundle\ListingBundle\Strategy\UpdateListingLabelStrategy(($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V4\\ListingLabelService'] ?? $this->getListingLabelServiceService()), ($this->services['Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingRepository'] ?? $this->getListingRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  23074.     }
  23075.     /**
  23076.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Twig\ListingExtension' shared autowired service.
  23077.      *
  23078.      * @return \Aqarmap\Bundle\ListingBundle\Twig\ListingExtension
  23079.      */
  23080.     protected function getListingExtensionService()
  23081.     {
  23082.         $a = ($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'] ?? $this->getListingManagerService());
  23083.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Twig\\ListingExtension'])) {
  23084.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Twig\\ListingExtension'];
  23085.         }
  23086.         $b = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingFeatureService'] ?? $this->getListingFeatureServiceService());
  23087.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Twig\\ListingExtension'])) {
  23088.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Twig\\ListingExtension'];
  23089.         }
  23090.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Twig\\ListingExtension'] = new \Aqarmap\Bundle\ListingBundle\Twig\ListingExtension($a$b, ($this->privates['Vich\\UploaderBundle\\Templating\\Helper\\UploaderHelper'] ?? $this->getUploaderHelperService()));
  23091.     }
  23092.     /**
  23093.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Twig\SearchDescriptionExtension' shared autowired service.
  23094.      *
  23095.      * @return \Aqarmap\Bundle\ListingBundle\Twig\SearchDescriptionExtension
  23096.      */
  23097.     protected function getSearchDescriptionExtensionService()
  23098.     {
  23099.         $a = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Builder\\MetaTagsBuilder'] ?? $this->getMetaTagsBuilderService());
  23100.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Twig\\SearchDescriptionExtension'])) {
  23101.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Twig\\SearchDescriptionExtension'];
  23102.         }
  23103.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Twig\\SearchDescriptionExtension'] = new \Aqarmap\Bundle\ListingBundle\Twig\SearchDescriptionExtension(($this->privates['Aqarmap\\Bundle\\ListingBundle\\Builder\\Director'] ?? ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Builder\\Director'] = new \Aqarmap\Bundle\ListingBundle\Builder\Director())), $a);
  23104.     }
  23105.     /**
  23106.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Validator\Constraints\IsYoutubeUrlOrNullValidator' shared autowired service.
  23107.      *
  23108.      * @return \Aqarmap\Bundle\ListingBundle\Validator\Constraints\IsYoutubeUrlOrNullValidator
  23109.      */
  23110.     protected function getIsYoutubeUrlOrNullValidatorService()
  23111.     {
  23112.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  23113.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  23114.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Validator/Constraints/IsYoutubeUrlOrNullValidator.php';
  23115.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Validator\\Constraints\\IsYoutubeUrlOrNullValidator'] = new \Aqarmap\Bundle\ListingBundle\Validator\Constraints\IsYoutubeUrlOrNullValidator();
  23116.     }
  23117.     /**
  23118.      * Gets the private 'Aqarmap\Bundle\MainBundle\Adapter\MailerService' shared autowired service.
  23119.      *
  23120.      * @return \Aqarmap\Bundle\MainBundle\Adapter\MailerService
  23121.      */
  23122.     protected function getMailerServiceService()
  23123.     {
  23124.         $a = ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService());
  23125.         if (isset($this->privates['Aqarmap\\Bundle\\MainBundle\\Adapter\\MailerService'])) {
  23126.             return $this->privates['Aqarmap\\Bundle\\MainBundle\\Adapter\\MailerService'];
  23127.         }
  23128.         $b = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  23129.         if (isset($this->privates['Aqarmap\\Bundle\\MainBundle\\Adapter\\MailerService'])) {
  23130.             return $this->privates['Aqarmap\\Bundle\\MainBundle\\Adapter\\MailerService'];
  23131.         }
  23132.         return $this->privates['Aqarmap\\Bundle\\MainBundle\\Adapter\\MailerService'] = new \Aqarmap\Bundle\MainBundle\Adapter\MailerService(($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a$b);
  23133.     }
  23134.     /**
  23135.      * Gets the private 'Aqarmap\Bundle\MainBundle\Command\EntityPersisterCommand' shared autowired service.
  23136.      *
  23137.      * @return \Aqarmap\Bundle\MainBundle\Command\EntityPersisterCommand
  23138.      */
  23139.     protected function getEntityPersisterCommandService()
  23140.     {
  23141.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23142.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Command/EntityPersisterCommand.php';
  23143.         $this->privates['Aqarmap\\Bundle\\MainBundle\\Command\\EntityPersisterCommand'] = $instance = new \Aqarmap\Bundle\MainBundle\Command\EntityPersisterCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  23144.         $instance->setName('app:entity:persist');
  23145.         return $instance;
  23146.     }
  23147.     /**
  23148.      * Gets the private 'Aqarmap\Bundle\MainBundle\Command\FixturesCommand' shared autowired service.
  23149.      *
  23150.      * @return \Aqarmap\Bundle\MainBundle\Command\FixturesCommand
  23151.      */
  23152.     protected function getFixturesCommandService()
  23153.     {
  23154.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23155.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Command/FixturesCommand.php';
  23156.         $this->privates['Aqarmap\\Bundle\\MainBundle\\Command\\FixturesCommand'] = $instance = new \Aqarmap\Bundle\MainBundle\Command\FixturesCommand();
  23157.         $instance->setName('app:fixtures:rebuild');
  23158.         return $instance;
  23159.     }
  23160.     /**
  23161.      * Gets the private 'Aqarmap\Bundle\MainBundle\Command\MoonshotCacheWarmerCommand' shared autowired service.
  23162.      *
  23163.      * @return \Aqarmap\Bundle\MainBundle\Command\MoonshotCacheWarmerCommand
  23164.      */
  23165.     protected function getMoonshotCacheWarmerCommandService()
  23166.     {
  23167.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23168.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Command/MoonshotCacheWarmerCommand.php';
  23169.         $this->privates['Aqarmap\\Bundle\\MainBundle\\Command\\MoonshotCacheWarmerCommand'] = $instance = new \Aqarmap\Bundle\MainBundle\Command\MoonshotCacheWarmerCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['jms_serializer'] ?? $this->getJmsSerializerService()), ($this->privates['gedmo.listener.translatable'] ?? $this->getGedmo_Listener_TranslatableService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LocationManager'] ?? $this->getLocationManagerService()), ($this->privates['Aqarmap\\Bundle\\MainBundle\\Menu\\MenuBuilder'] ?? $this->getMenuBuilderService()), ($this->privates['knp_menu.helper'] ?? $this->getKnpMenu_HelperService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['snc_redis.default'] ?? $this->getSncRedis_DefaultService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\CompoundService'] ?? $this->getCompoundServiceService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ReviewService'] ?? $this->getReviewServiceService()), ($this->privates['Aqarmap\\Bundle\\DiscussionBundle\\Service\\WordpressManager'] ?? $this->getWordpressManagerService()), ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\Admin\\DefaultTopCustomersManager'] ?? $this->getDefaultTopCustomersManagerService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  23170.         $instance->setName('app:cache:warmup');
  23171.         return $instance;
  23172.     }
  23173.     /**
  23174.      * Gets the private 'Aqarmap\Bundle\MainBundle\Command\PatchAddLegacyPropertyTypeCommand' shared autowired service.
  23175.      *
  23176.      * @return \Aqarmap\Bundle\MainBundle\Command\PatchAddLegacyPropertyTypeCommand
  23177.      */
  23178.     protected function getPatchAddLegacyPropertyTypeCommandService()
  23179.     {
  23180.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23181.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Command/PatchAddLegacyPropertyTypeCommand.php';
  23182.         $this->privates['Aqarmap\\Bundle\\MainBundle\\Command\\PatchAddLegacyPropertyTypeCommand'] = $instance = new \Aqarmap\Bundle\MainBundle\Command\PatchAddLegacyPropertyTypeCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  23183.         $instance->setName('app:patch:add-legacy-property-types');
  23184.         return $instance;
  23185.     }
  23186.     /**
  23187.      * Gets the private 'Aqarmap\Bundle\MainBundle\Command\PatchTreeRebuildCommand' shared autowired service.
  23188.      *
  23189.      * @return \Aqarmap\Bundle\MainBundle\Command\PatchTreeRebuildCommand
  23190.      */
  23191.     protected function getPatchTreeRebuildCommandService()
  23192.     {
  23193.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23194.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Command/PatchTreeRebuildCommand.php';
  23195.         $this->privates['Aqarmap\\Bundle\\MainBundle\\Command\\PatchTreeRebuildCommand'] = $instance = new \Aqarmap\Bundle\MainBundle\Command\PatchTreeRebuildCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  23196.         $instance->setName('app:entity:tree-rebuild');
  23197.         return $instance;
  23198.     }
  23199.     /**
  23200.      * Gets the private 'Aqarmap\Bundle\MainBundle\Command\UpdateCustomFieldCommand' shared autowired service.
  23201.      *
  23202.      * @return \Aqarmap\Bundle\MainBundle\Command\UpdateCustomFieldCommand
  23203.      */
  23204.     protected function getUpdateCustomFieldCommandService()
  23205.     {
  23206.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23207.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Command/UpdateCustomFieldCommand.php';
  23208.         $this->privates['Aqarmap\\Bundle\\MainBundle\\Command\\UpdateCustomFieldCommand'] = $instance = new \Aqarmap\Bundle\MainBundle\Command\UpdateCustomFieldCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  23209.         $instance->setName('app:custom-field:patch');
  23210.         return $instance;
  23211.     }
  23212.     /**
  23213.      * Gets the private 'Aqarmap\Bundle\MainBundle\Contract\ProducerFactoryInterface $pokeProducerFactory' shared autowired service.
  23214.      *
  23215.      * @return \Aqarmap\Bundle\MainBundle\Producer\ProducerFactory
  23216.      */
  23217.     protected function getProducerFactoryInterfacepokeProducerFactoryService()
  23218.     {
  23219.         return $this->privates['Aqarmap\\Bundle\\MainBundle\\Contract\\ProducerFactoryInterface $pokeProducerFactory'] = new \Aqarmap\Bundle\MainBundle\Producer\ProducerFactory(new \Aqarmap\Bundle\MainBundle\Service\SqsService(($this->privates['aqarmap.aws_sqs.client'] ?? $this->getAqarmap_AwsSqs_ClientService()), 'dev'$this->getEnv('APP_COUNTRY'), 'POKE', ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService())));
  23220.     }
  23221.     /**
  23222.      * Gets the private 'Aqarmap\Bundle\MainBundle\Contract\ProducerFactoryInterface $producerFactory' shared autowired service.
  23223.      *
  23224.      * @return \Aqarmap\Bundle\MainBundle\Producer\ProducerFactory
  23225.      */
  23226.     protected function getProducerFactoryInterfaceproducerFactoryService()
  23227.     {
  23228.         return $this->privates['Aqarmap\\Bundle\\MainBundle\\Contract\\ProducerFactoryInterface $producerFactory'] = new \Aqarmap\Bundle\MainBundle\Producer\ProducerFactory(($this->privates['aqarmap.sqs.service'] ?? $this->getAqarmap_Sqs_ServiceService()));
  23229.     }
  23230.     /**
  23231.      * Gets the private 'Aqarmap\Bundle\MainBundle\EventListener\BouncedEmailListener' shared autowired service.
  23232.      *
  23233.      * @return \Aqarmap\Bundle\MainBundle\EventListener\BouncedEmailListener
  23234.      */
  23235.     protected function getBouncedEmailListenerService()
  23236.     {
  23237.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/EventListener/BouncedEmailListener.php';
  23238.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  23239.         if (isset($this->privates['Aqarmap\\Bundle\\MainBundle\\EventListener\\BouncedEmailListener'])) {
  23240.             return $this->privates['Aqarmap\\Bundle\\MainBundle\\EventListener\\BouncedEmailListener'];
  23241.         }
  23242.         $b = ($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserManager'] ?? $this->getUserManagerService());
  23243.         if (isset($this->privates['Aqarmap\\Bundle\\MainBundle\\EventListener\\BouncedEmailListener'])) {
  23244.             return $this->privates['Aqarmap\\Bundle\\MainBundle\\EventListener\\BouncedEmailListener'];
  23245.         }
  23246.         return $this->privates['Aqarmap\\Bundle\\MainBundle\\EventListener\\BouncedEmailListener'] = new \Aqarmap\Bundle\MainBundle\EventListener\BouncedEmailListener($a$b);
  23247.     }
  23248.     /**
  23249.      * Gets the private 'Aqarmap\Bundle\MainBundle\EventListener\FeedbackListener' shared autowired service.
  23250.      *
  23251.      * @return \Aqarmap\Bundle\MainBundle\EventListener\FeedbackListener
  23252.      */
  23253.     protected function getFeedbackListenerService()
  23254.     {
  23255.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/EventListener/FeedbackListener.php';
  23256.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  23257.         if (isset($this->privates['Aqarmap\\Bundle\\MainBundle\\EventListener\\FeedbackListener'])) {
  23258.             return $this->privates['Aqarmap\\Bundle\\MainBundle\\EventListener\\FeedbackListener'];
  23259.         }
  23260.         $b = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  23261.         if (isset($this->privates['Aqarmap\\Bundle\\MainBundle\\EventListener\\FeedbackListener'])) {
  23262.             return $this->privates['Aqarmap\\Bundle\\MainBundle\\EventListener\\FeedbackListener'];
  23263.         }
  23264.         $c = ($this->privates['Aqarmap\\Bundle\\MainBundle\\Adapter\\MailerService'] ?? $this->getMailerServiceService());
  23265.         if (isset($this->privates['Aqarmap\\Bundle\\MainBundle\\EventListener\\FeedbackListener'])) {
  23266.             return $this->privates['Aqarmap\\Bundle\\MainBundle\\EventListener\\FeedbackListener'];
  23267.         }
  23268.         return $this->privates['Aqarmap\\Bundle\\MainBundle\\EventListener\\FeedbackListener'] = new \Aqarmap\Bundle\MainBundle\EventListener\FeedbackListener($this$a, ($this->services['translator'] ?? $this->getTranslatorService()), $b$c, ($this->privates['Aqarmap\\Bundle\\MainBundle\\Helpers\\MailerHelper'] ?? $this->getMailerHelperService()));
  23269.     }
  23270.     /**
  23271.      * Gets the private 'Aqarmap\Bundle\MainBundle\EventListener\IpTraceSubscriber' shared autowired service.
  23272.      *
  23273.      * @return \Aqarmap\Bundle\MainBundle\EventListener\IpTraceSubscriber
  23274.      */
  23275.     protected function getIpTraceSubscriberService()
  23276.     {
  23277.         return $this->privates['Aqarmap\\Bundle\\MainBundle\\EventListener\\IpTraceSubscriber'] = new \Aqarmap\Bundle\MainBundle\EventListener\IpTraceSubscriber(($this->privates['gedmo.listener.iptraceable'] ?? $this->getGedmo_Listener_IptraceableService()));
  23278.     }
  23279.     /**
  23280.      * Gets the private 'Aqarmap\Bundle\MainBundle\EventListener\SiteMapListener' shared autowired service.
  23281.      *
  23282.      * @return \Aqarmap\Bundle\MainBundle\EventListener\SiteMapListener
  23283.      */
  23284.     protected function getSiteMapListenerService()
  23285.     {
  23286.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/EventListener/SiteMapListener.php';
  23287.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  23288.         if (isset($this->privates['Aqarmap\\Bundle\\MainBundle\\EventListener\\SiteMapListener'])) {
  23289.             return $this->privates['Aqarmap\\Bundle\\MainBundle\\EventListener\\SiteMapListener'];
  23290.         }
  23291.         $b = ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\SiteMapService'] ?? $this->getSiteMapServiceService());
  23292.         if (isset($this->privates['Aqarmap\\Bundle\\MainBundle\\EventListener\\SiteMapListener'])) {
  23293.             return $this->privates['Aqarmap\\Bundle\\MainBundle\\EventListener\\SiteMapListener'];
  23294.         }
  23295.         $c = ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\Setting'] ?? $this->getSettingService());
  23296.         if (isset($this->privates['Aqarmap\\Bundle\\MainBundle\\EventListener\\SiteMapListener'])) {
  23297.             return $this->privates['Aqarmap\\Bundle\\MainBundle\\EventListener\\SiteMapListener'];
  23298.         }
  23299.         return $this->privates['Aqarmap\\Bundle\\MainBundle\\EventListener\\SiteMapListener'] = new \Aqarmap\Bundle\MainBundle\EventListener\SiteMapListener($a, ($this->services['router'] ?? $this->getRouterService()), ($this->services['translator'] ?? $this->getTranslatorService()), $b$c, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  23300.     }
  23301.     /**
  23302.      * Gets the private 'Aqarmap\Bundle\MainBundle\EventStreaming\EventStreamingClientFactory' shared autowired service.
  23303.      *
  23304.      * @return \Aqarmap\Bundle\MainBundle\EventStreaming\EventStreamingClientFactory
  23305.      */
  23306.     protected function getEventStreamingClientFactoryService()
  23307.     {
  23308.         return $this->privates['Aqarmap\\Bundle\\MainBundle\\EventStreaming\\EventStreamingClientFactory'] = new \Aqarmap\Bundle\MainBundle\EventStreaming\EventStreamingClientFactory(new \Aqarmap\Bundle\MainBundle\Service\SnsService(\Aws\Sns\SnsClient::factory(['region' => $this->getEnv('AWS_DEFAULT_REGION'), 'version' => 'latest''credentials' => ['key' => $this->getEnv('AWS_ACCESS_KEY'), 'secret' => $this->getEnv('AWS_SECRET_KEY')]])), $this->getEnv('AWS_DEFAULT_REGION'), $this->getEnv('AWS_ACCOUNT_ID'));
  23309.     }
  23310.     /**
  23311.      * Gets the private 'Aqarmap\Bundle\MainBundle\Form\Admin\AddSettingType' shared autowired service.
  23312.      *
  23313.      * @return \Aqarmap\Bundle\MainBundle\Form\Admin\AddSettingType
  23314.      */
  23315.     protected function getAddSettingTypeService()
  23316.     {
  23317.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  23318.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  23319.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Form/Admin/AddSettingType.php';
  23320.         return $this->privates['Aqarmap\\Bundle\\MainBundle\\Form\\Admin\\AddSettingType'] = new \Aqarmap\Bundle\MainBundle\Form\Admin\AddSettingType();
  23321.     }
  23322.     /**
  23323.      * Gets the private 'Aqarmap\Bundle\MainBundle\Form\Admin\UpdateSettingType' shared autowired service.
  23324.      *
  23325.      * @return \Aqarmap\Bundle\MainBundle\Form\Admin\UpdateSettingType
  23326.      */
  23327.     protected function getUpdateSettingTypeService()
  23328.     {
  23329.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  23330.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  23331.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Form/Admin/UpdateSettingType.php';
  23332.         return $this->privates['Aqarmap\\Bundle\\MainBundle\\Form\\Admin\\UpdateSettingType'] = new \Aqarmap\Bundle\MainBundle\Form\Admin\UpdateSettingType();
  23333.     }
  23334.     /**
  23335.      * Gets the private 'Aqarmap\Bundle\MainBundle\Form\ConfirmFeaturedFormType' shared autowired service.
  23336.      *
  23337.      * @return \Aqarmap\Bundle\MainBundle\Form\ConfirmFeaturedFormType
  23338.      */
  23339.     protected function getConfirmFeaturedFormTypeService()
  23340.     {
  23341.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  23342.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  23343.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Form/ConfirmFeaturedFormType.php';
  23344.         return $this->privates['Aqarmap\\Bundle\\MainBundle\\Form\\ConfirmFeaturedFormType'] = new \Aqarmap\Bundle\MainBundle\Form\ConfirmFeaturedFormType();
  23345.     }
  23346.     /**
  23347.      * Gets the private 'Aqarmap\Bundle\MainBundle\Form\ConfirmFormType' shared autowired service.
  23348.      *
  23349.      * @return \Aqarmap\Bundle\MainBundle\Form\ConfirmFormType
  23350.      */
  23351.     protected function getConfirmFormTypeService()
  23352.     {
  23353.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  23354.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  23355.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Form/ConfirmFormType.php';
  23356.         return $this->privates['Aqarmap\\Bundle\\MainBundle\\Form\\ConfirmFormType'] = new \Aqarmap\Bundle\MainBundle\Form\ConfirmFormType();
  23357.     }
  23358.     /**
  23359.      * Gets the private 'Aqarmap\Bundle\MainBundle\Form\CustomParagraphType' shared autowired service.
  23360.      *
  23361.      * @return \Aqarmap\Bundle\MainBundle\Form\CustomParagraphType
  23362.      */
  23363.     protected function getCustomParagraphTypeService()
  23364.     {
  23365.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  23366.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  23367.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Form/CustomParagraphType.php';
  23368.         return $this->privates['Aqarmap\\Bundle\\MainBundle\\Form\\CustomParagraphType'] = new \Aqarmap\Bundle\MainBundle\Form\CustomParagraphType();
  23369.     }
  23370.     /**
  23371.      * Gets the private 'Aqarmap\Bundle\MainBundle\Form\DefaultTopCustomerType' shared autowired service.
  23372.      *
  23373.      * @return \Aqarmap\Bundle\MainBundle\Form\DefaultTopCustomerType
  23374.      */
  23375.     protected function getDefaultTopCustomerTypeService()
  23376.     {
  23377.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  23378.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  23379.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Form/DefaultTopCustomerType.php';
  23380.         return $this->privates['Aqarmap\\Bundle\\MainBundle\\Form\\DefaultTopCustomerType'] = new \Aqarmap\Bundle\MainBundle\Form\DefaultTopCustomerType();
  23381.     }
  23382.     /**
  23383.      * Gets the private 'Aqarmap\Bundle\MainBundle\Form\FeedbackNoteType' shared autowired service.
  23384.      *
  23385.      * @return \Aqarmap\Bundle\MainBundle\Form\FeedbackNoteType
  23386.      */
  23387.     protected function getFeedbackNoteTypeService()
  23388.     {
  23389.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  23390.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  23391.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Form/FeedbackNoteType.php';
  23392.         return $this->privates['Aqarmap\\Bundle\\MainBundle\\Form\\FeedbackNoteType'] = new \Aqarmap\Bundle\MainBundle\Form\FeedbackNoteType();
  23393.     }
  23394.     /**
  23395.      * Gets the private 'Aqarmap\Bundle\MainBundle\Form\FeedbackType' shared autowired service.
  23396.      *
  23397.      * @return \Aqarmap\Bundle\MainBundle\Form\FeedbackType
  23398.      */
  23399.     protected function getFeedbackTypeService()
  23400.     {
  23401.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  23402.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  23403.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Form/FeedbackType.php';
  23404.         return $this->privates['Aqarmap\\Bundle\\MainBundle\\Form\\FeedbackType'] = new \Aqarmap\Bundle\MainBundle\Form\FeedbackType();
  23405.     }
  23406.     /**
  23407.      * Gets the private 'Aqarmap\Bundle\MainBundle\Form\FilterCustomParagraphType' shared autowired service.
  23408.      *
  23409.      * @return \Aqarmap\Bundle\MainBundle\Form\FilterCustomParagraphType
  23410.      */
  23411.     protected function getFilterCustomParagraphTypeService()
  23412.     {
  23413.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  23414.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  23415.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Form/FilterCustomParagraphType.php';
  23416.         return $this->privates['Aqarmap\\Bundle\\MainBundle\\Form\\FilterCustomParagraphType'] = new \Aqarmap\Bundle\MainBundle\Form\FilterCustomParagraphType();
  23417.     }
  23418.     /**
  23419.      * Gets the private 'Aqarmap\Bundle\MainBundle\Form\JoinUsType' shared autowired service.
  23420.      *
  23421.      * @return \Aqarmap\Bundle\MainBundle\Form\JoinUsType
  23422.      */
  23423.     protected function getJoinUsTypeService()
  23424.     {
  23425.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  23426.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  23427.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Form/JoinUsType.php';
  23428.         return $this->privates['Aqarmap\\Bundle\\MainBundle\\Form\\JoinUsType'] = new \Aqarmap\Bundle\MainBundle\Form\JoinUsType();
  23429.     }
  23430.     /**
  23431.      * Gets the private 'Aqarmap\Bundle\MainBundle\Form\LinkType' shared autowired service.
  23432.      *
  23433.      * @return \Aqarmap\Bundle\MainBundle\Form\LinkType
  23434.      */
  23435.     protected function getLinkTypeService()
  23436.     {
  23437.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  23438.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  23439.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Form/LinkType.php';
  23440.         return $this->privates['Aqarmap\\Bundle\\MainBundle\\Form\\LinkType'] = new \Aqarmap\Bundle\MainBundle\Form\LinkType();
  23441.     }
  23442.     /**
  23443.      * Gets the private 'Aqarmap\Bundle\MainBundle\Form\MenuType' shared autowired service.
  23444.      *
  23445.      * @return \Aqarmap\Bundle\MainBundle\Form\MenuType
  23446.      */
  23447.     protected function getMenuTypeService()
  23448.     {
  23449.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  23450.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  23451.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Form/MenuType.php';
  23452.         return $this->privates['Aqarmap\\Bundle\\MainBundle\\Form\\MenuType'] = new \Aqarmap\Bundle\MainBundle\Form\MenuType();
  23453.     }
  23454.     /**
  23455.      * Gets the private 'Aqarmap\Bundle\MainBundle\Form\PageType' shared autowired service.
  23456.      *
  23457.      * @return \Aqarmap\Bundle\MainBundle\Form\PageType
  23458.      */
  23459.     protected function getPageTypeService()
  23460.     {
  23461.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  23462.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  23463.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Form/PageType.php';
  23464.         return $this->privates['Aqarmap\\Bundle\\MainBundle\\Form\\PageType'] = new \Aqarmap\Bundle\MainBundle\Form\PageType();
  23465.     }
  23466.     /**
  23467.      * Gets the private 'Aqarmap\Bundle\MainBundle\Form\SinglePhotoType' shared autowired service.
  23468.      *
  23469.      * @return \Aqarmap\Bundle\MainBundle\Form\SinglePhotoType
  23470.      */
  23471.     protected function getSinglePhotoTypeService()
  23472.     {
  23473.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  23474.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  23475.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Form/SinglePhotoType.php';
  23476.         return $this->privates['Aqarmap\\Bundle\\MainBundle\\Form\\SinglePhotoType'] = new \Aqarmap\Bundle\MainBundle\Form\SinglePhotoType();
  23477.     }
  23478.     /**
  23479.      * Gets the private 'Aqarmap\Bundle\MainBundle\Form\TestimonialType' shared autowired service.
  23480.      *
  23481.      * @return \Aqarmap\Bundle\MainBundle\Form\TestimonialType
  23482.      */
  23483.     protected function getTestimonialTypeService()
  23484.     {
  23485.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  23486.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  23487.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Form/TestimonialType.php';
  23488.         return $this->privates['Aqarmap\\Bundle\\MainBundle\\Form\\TestimonialType'] = new \Aqarmap\Bundle\MainBundle\Form\TestimonialType();
  23489.     }
  23490.     /**
  23491.      * Gets the private 'Aqarmap\Bundle\MainBundle\Helpers\MailerHelper' shared autowired service.
  23492.      *
  23493.      * @return \Aqarmap\Bundle\MainBundle\Helpers\MailerHelper
  23494.      */
  23495.     protected function getMailerHelperService()
  23496.     {
  23497.         return $this->privates['Aqarmap\\Bundle\\MainBundle\\Helpers\\MailerHelper'] = new \Aqarmap\Bundle\MainBundle\Helpers\MailerHelper(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  23498.     }
  23499.     /**
  23500.      * Gets the private 'Aqarmap\Bundle\MainBundle\Listener\ConfigureMenuEventSubscriber' shared autowired service.
  23501.      *
  23502.      * @return \Aqarmap\Bundle\MainBundle\Listener\ConfigureMenuEventSubscriber
  23503.      */
  23504.     protected function getConfigureMenuEventSubscriber3Service()
  23505.     {
  23506.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Listener/ConfigureMenuEventSubscriber.php';
  23507.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  23508.         if (isset($this->privates['Aqarmap\\Bundle\\MainBundle\\Listener\\ConfigureMenuEventSubscriber'])) {
  23509.             return $this->privates['Aqarmap\\Bundle\\MainBundle\\Listener\\ConfigureMenuEventSubscriber'];
  23510.         }
  23511.         $b = ($this->services['Aqarmap\\Bundle\\FeatureToggleBundle\\Service\\FeatureToggleManager'] ?? $this->getFeatureToggleManagerService());
  23512.         if (isset($this->privates['Aqarmap\\Bundle\\MainBundle\\Listener\\ConfigureMenuEventSubscriber'])) {
  23513.             return $this->privates['Aqarmap\\Bundle\\MainBundle\\Listener\\ConfigureMenuEventSubscriber'];
  23514.         }
  23515.         return $this->privates['Aqarmap\\Bundle\\MainBundle\\Listener\\ConfigureMenuEventSubscriber'] = new \Aqarmap\Bundle\MainBundle\Listener\ConfigureMenuEventSubscriber($this, ($this->services['translator'] ?? $this->getTranslatorService()), $a$b);
  23516.     }
  23517.     /**
  23518.      * Gets the private 'Aqarmap\Bundle\MainBundle\Listener\DoctrineExtensionEventSubscriber' shared autowired service.
  23519.      *
  23520.      * @return \Aqarmap\Bundle\MainBundle\Listener\DoctrineExtensionEventSubscriber
  23521.      */
  23522.     protected function getDoctrineExtensionEventSubscriberService()
  23523.     {
  23524.         return $this->privates['Aqarmap\\Bundle\\MainBundle\\Listener\\DoctrineExtensionEventSubscriber'] = new \Aqarmap\Bundle\MainBundle\Listener\DoctrineExtensionEventSubscriber(($this->privates['gedmo.listener.translatable'] ?? $this->getGedmo_Listener_TranslatableService()));
  23525.     }
  23526.     /**
  23527.      * Gets the private 'Aqarmap\Bundle\MainBundle\Listener\RequestEventSubscriber' shared autowired service.
  23528.      *
  23529.      * @return \Aqarmap\Bundle\MainBundle\Listener\RequestEventSubscriber
  23530.      */
  23531.     protected function getRequestEventSubscriberService()
  23532.     {
  23533.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  23534.         if (isset($this->privates['Aqarmap\\Bundle\\MainBundle\\Listener\\RequestEventSubscriber'])) {
  23535.             return $this->privates['Aqarmap\\Bundle\\MainBundle\\Listener\\RequestEventSubscriber'];
  23536.         }
  23537.         $b = ($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserManager'] ?? $this->getUserManagerService());
  23538.         if (isset($this->privates['Aqarmap\\Bundle\\MainBundle\\Listener\\RequestEventSubscriber'])) {
  23539.             return $this->privates['Aqarmap\\Bundle\\MainBundle\\Listener\\RequestEventSubscriber'];
  23540.         }
  23541.         $c = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  23542.         if (isset($this->privates['Aqarmap\\Bundle\\MainBundle\\Listener\\RequestEventSubscriber'])) {
  23543.             return $this->privates['Aqarmap\\Bundle\\MainBundle\\Listener\\RequestEventSubscriber'];
  23544.         }
  23545.         $d = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  23546.         if (isset($this->privates['Aqarmap\\Bundle\\MainBundle\\Listener\\RequestEventSubscriber'])) {
  23547.             return $this->privates['Aqarmap\\Bundle\\MainBundle\\Listener\\RequestEventSubscriber'];
  23548.         }
  23549.         return $this->privates['Aqarmap\\Bundle\\MainBundle\\Listener\\RequestEventSubscriber'] = new \Aqarmap\Bundle\MainBundle\Listener\RequestEventSubscriber($this$a$b$c$a$d, ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  23550.     }
  23551.     /**
  23552.      * Gets the private 'Aqarmap\Bundle\MainBundle\Menu\MenuBuilder' shared autowired service.
  23553.      *
  23554.      * @return \Aqarmap\Bundle\MainBundle\Menu\MenuBuilder
  23555.      */
  23556.     protected function getMenuBuilderService()
  23557.     {
  23558.         $a = ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\Setting'] ?? $this->getSettingService());
  23559.         if (isset($this->privates['Aqarmap\\Bundle\\MainBundle\\Menu\\MenuBuilder'])) {
  23560.             return $this->privates['Aqarmap\\Bundle\\MainBundle\\Menu\\MenuBuilder'];
  23561.         }
  23562.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  23563.         if (isset($this->privates['Aqarmap\\Bundle\\MainBundle\\Menu\\MenuBuilder'])) {
  23564.             return $this->privates['Aqarmap\\Bundle\\MainBundle\\Menu\\MenuBuilder'];
  23565.         }
  23566.         $c = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  23567.         if (isset($this->privates['Aqarmap\\Bundle\\MainBundle\\Menu\\MenuBuilder'])) {
  23568.             return $this->privates['Aqarmap\\Bundle\\MainBundle\\Menu\\MenuBuilder'];
  23569.         }
  23570.         $d = ($this->privates['knp_menu.helper'] ?? $this->getKnpMenu_HelperService());
  23571.         if (isset($this->privates['Aqarmap\\Bundle\\MainBundle\\Menu\\MenuBuilder'])) {
  23572.             return $this->privates['Aqarmap\\Bundle\\MainBundle\\Menu\\MenuBuilder'];
  23573.         }
  23574.         return $this->privates['Aqarmap\\Bundle\\MainBundle\\Menu\\MenuBuilder'] = new \Aqarmap\Bundle\MainBundle\Menu\MenuBuilder(($this->services['translator'] ?? $this->getTranslatorService()), $a$b$c, ($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()), $d, ($this->services['cache.app'] ?? $this->getCache_AppService()));
  23575.     }
  23576.     /**
  23577.      * Gets the private 'Aqarmap\Bundle\MainBundle\Repository\ActivityRepository' shared autowired service.
  23578.      *
  23579.      * @return \Aqarmap\Bundle\MainBundle\Repository\ActivityRepository
  23580.      */
  23581.     protected function getActivityRepositoryService()
  23582.     {
  23583.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Repository/ActivityRepository.php';
  23584.         return $this->privates['Aqarmap\\Bundle\\MainBundle\\Repository\\ActivityRepository'] = new \Aqarmap\Bundle\MainBundle\Repository\ActivityRepository(($this->services['doctrine_mongodb'] ?? $this->getDoctrineMongodbService()));
  23585.     }
  23586.     /**
  23587.      * Gets the private 'Aqarmap\Bundle\MainBundle\Repository\CustomParagraphRepository' shared autowired service.
  23588.      *
  23589.      * @return \Aqarmap\Bundle\MainBundle\Repository\CustomParagraphRepository
  23590.      */
  23591.     protected function getCustomParagraphRepositoryService()
  23592.     {
  23593.         return $this->privates['Aqarmap\\Bundle\\MainBundle\\Repository\\CustomParagraphRepository'] = new \Aqarmap\Bundle\MainBundle\Repository\CustomParagraphRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23594.     }
  23595.     /**
  23596.      * Gets the private 'Aqarmap\Bundle\MainBundle\Repository\DefaultTopCustomersRepository' shared autowired service.
  23597.      *
  23598.      * @return \Aqarmap\Bundle\MainBundle\Repository\DefaultTopCustomersRepository
  23599.      */
  23600.     protected function getDefaultTopCustomersRepositoryService()
  23601.     {
  23602.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Repository/DefaultTopCustomersRepository.php';
  23603.         return $this->privates['Aqarmap\\Bundle\\MainBundle\\Repository\\DefaultTopCustomersRepository'] = new \Aqarmap\Bundle\MainBundle\Repository\DefaultTopCustomersRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23604.     }
  23605.     /**
  23606.      * Gets the private 'Aqarmap\Bundle\MainBundle\Repository\FeedbackRepository' shared autowired service.
  23607.      *
  23608.      * @return \Aqarmap\Bundle\MainBundle\Repository\FeedbackRepository
  23609.      */
  23610.     protected function getFeedbackRepositoryService()
  23611.     {
  23612.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Repository/FeedbackRepository.php';
  23613.         return $this->privates['Aqarmap\\Bundle\\MainBundle\\Repository\\FeedbackRepository'] = new \Aqarmap\Bundle\MainBundle\Repository\FeedbackRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23614.     }
  23615.     /**
  23616.      * Gets the private 'Aqarmap\Bundle\MainBundle\Repository\JoinUsRepository' shared autowired service.
  23617.      *
  23618.      * @return \Aqarmap\Bundle\MainBundle\Repository\JoinUsRepository
  23619.      */
  23620.     protected function getJoinUsRepositoryService()
  23621.     {
  23622.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Repository/JoinUsRepository.php';
  23623.         return $this->privates['Aqarmap\\Bundle\\MainBundle\\Repository\\JoinUsRepository'] = new \Aqarmap\Bundle\MainBundle\Repository\JoinUsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23624.     }
  23625.     /**
  23626.      * Gets the private 'Aqarmap\Bundle\MainBundle\Repository\MenuRepository' shared autowired service.
  23627.      *
  23628.      * @return \Aqarmap\Bundle\MainBundle\Repository\MenuRepository
  23629.      */
  23630.     protected function getMenuRepositoryService()
  23631.     {
  23632.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Repository/MenuRepository.php';
  23633.         return $this->privates['Aqarmap\\Bundle\\MainBundle\\Repository\\MenuRepository'] = new \Aqarmap\Bundle\MainBundle\Repository\MenuRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23634.     }
  23635.     /**
  23636.      * Gets the private 'Aqarmap\Bundle\MainBundle\Repository\MobileSectionsTogglesRepository' shared autowired service.
  23637.      *
  23638.      * @return \Aqarmap\Bundle\MainBundle\Repository\MobileSectionsTogglesRepository
  23639.      */
  23640.     protected function getMobileSectionsTogglesRepositoryService()
  23641.     {
  23642.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Repository/MobileSectionsTogglesRepository.php';
  23643.         return $this->privates['Aqarmap\\Bundle\\MainBundle\\Repository\\MobileSectionsTogglesRepository'] = new \Aqarmap\Bundle\MainBundle\Repository\MobileSectionsTogglesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23644.     }
  23645.     /**
  23646.      * Gets the private 'Aqarmap\Bundle\MainBundle\Repository\PerformanceLogRepository' shared autowired service.
  23647.      *
  23648.      * @return \Aqarmap\Bundle\MainBundle\Repository\PerformanceLogRepository
  23649.      */
  23650.     protected function getPerformanceLogRepositoryService()
  23651.     {
  23652.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Repository/PerformanceLogRepository.php';
  23653.         return $this->privates['Aqarmap\\Bundle\\MainBundle\\Repository\\PerformanceLogRepository'] = new \Aqarmap\Bundle\MainBundle\Repository\PerformanceLogRepository(($this->services['doctrine_mongodb'] ?? $this->getDoctrineMongodbService()));
  23654.     }
  23655.     /**
  23656.      * Gets the private 'Aqarmap\Bundle\MainBundle\Repository\SettingRepository' shared autowired service.
  23657.      *
  23658.      * @return \Aqarmap\Bundle\MainBundle\Repository\SettingRepository
  23659.      */
  23660.     protected function getSettingRepositoryService()
  23661.     {
  23662.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  23663.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Repository/SettingRepository.php';
  23664.         $this->privates['Aqarmap\\Bundle\\MainBundle\\Repository\\SettingRepository'] = $instance = new \Aqarmap\Bundle\MainBundle\Repository\SettingRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23665.         $instance->setCacheManager(($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\CacheManager'] ?? $this->getCacheManagerService()));
  23666.         return $instance;
  23667.     }
  23668.     /**
  23669.      * Gets the private 'Aqarmap\Bundle\MainBundle\Repository\TestimonialRepository' shared autowired service.
  23670.      *
  23671.      * @return \Aqarmap\Bundle\MainBundle\Repository\TestimonialRepository
  23672.      */
  23673.     protected function getTestimonialRepositoryService()
  23674.     {
  23675.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Repository/TestimonialRepository.php';
  23676.         return $this->privates['Aqarmap\\Bundle\\MainBundle\\Repository\\TestimonialRepository'] = new \Aqarmap\Bundle\MainBundle\Repository\TestimonialRepository(($this->services['doctrine_mongodb'] ?? $this->getDoctrineMongodbService()));
  23677.     }
  23678.     /**
  23679.      * Gets the private 'Aqarmap\Bundle\MainBundle\Service\ActivityLogger' shared autowired service.
  23680.      *
  23681.      * @return \Aqarmap\Bundle\MainBundle\Service\ActivityLogger
  23682.      */
  23683.     protected function getActivityLoggerService()
  23684.     {
  23685.         $a = ($this->services['doctrine_mongodb.odm.default_document_manager'] ?? $this->getDoctrineMongodb_Odm_DefaultDocumentManagerService());
  23686.         if (isset($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\ActivityLogger'])) {
  23687.             return $this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\ActivityLogger'];
  23688.         }
  23689.         return $this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\ActivityLogger'] = new \Aqarmap\Bundle\MainBundle\Service\ActivityLogger(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a, ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  23690.     }
  23691.     /**
  23692.      * Gets the private 'Aqarmap\Bundle\MainBundle\Service\Admin\CSVFileProccessing\CSVFileProccessorFactory' shared autowired service.
  23693.      *
  23694.      * @return \Aqarmap\Bundle\MainBundle\Service\Admin\CSVFileProccessing\CSVFileProccessorFactory
  23695.      */
  23696.     protected function getCSVFileProccessorFactoryService()
  23697.     {
  23698.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Service/Admin/CSVFileProccessing/CSVFileProccessorFactory.php';
  23699.         return $this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\Admin\\CSVFileProccessing\\CSVFileProccessorFactory'] = new \Aqarmap\Bundle\MainBundle\Service\Admin\CSVFileProccessing\CSVFileProccessorFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['Aqarmap\\Bundle\\MainBundle\\Contract\\ProducerFactoryInterface $producerFactory'] ?? $this->getProducerFactoryInterfaceproducerFactoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  23700.     }
  23701.     /**
  23702.      * Gets the private 'Aqarmap\Bundle\MainBundle\Service\Admin\DefaultTopCustomersManager' shared autowired service.
  23703.      *
  23704.      * @return \Aqarmap\Bundle\MainBundle\Service\Admin\DefaultTopCustomersManager
  23705.      */
  23706.     protected function getDefaultTopCustomersManagerService()
  23707.     {
  23708.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Contract/Admin/DefaultTopCustomersManagerInterface.php';
  23709.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Service/Admin/DefaultTopCustomersManager.php';
  23710.         return $this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\Admin\\DefaultTopCustomersManager'] = new \Aqarmap\Bundle\MainBundle\Service\Admin\DefaultTopCustomersManager(($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['snc_redis.default'] ?? $this->getSncRedis_DefaultService()), ($this->services['jms_serializer'] ?? $this->getJmsSerializerService()), ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\CacheManager'] ?? $this->getCacheManagerService()));
  23711.     }
  23712.     /**
  23713.      * Gets the private 'Aqarmap\Bundle\MainBundle\Service\CacheManager' shared autowired service.
  23714.      *
  23715.      * @return \Aqarmap\Bundle\MainBundle\Service\CacheManager
  23716.      */
  23717.     protected function getCacheManagerService()
  23718.     {
  23719.         return $this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\CacheManager'] = new \Aqarmap\Bundle\MainBundle\Service\CacheManager(($this->privates['snc_redis.default'] ?? $this->getSncRedis_DefaultService()));
  23720.     }
  23721.     /**
  23722.      * Gets the private 'Aqarmap\Bundle\MainBundle\Service\FormValidationService' shared autowired service.
  23723.      *
  23724.      * @return \Aqarmap\Bundle\MainBundle\Service\FormValidationService
  23725.      */
  23726.     protected function getFormValidationServiceService()
  23727.     {
  23728.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Service/FormValidationService.php';
  23729.         return $this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\FormValidationService'] = new \Aqarmap\Bundle\MainBundle\Service\FormValidationService();
  23730.     }
  23731.     /**
  23732.      * Gets the private 'Aqarmap\Bundle\MainBundle\Service\GraphQlClient' shared autowired service.
  23733.      *
  23734.      * @return \Aqarmap\Bundle\MainBundle\Service\GraphQlClient
  23735.      */
  23736.     protected function getGraphQlClientService()
  23737.     {
  23738.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Service/GraphQlClient.php';
  23739.         return $this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\GraphQlClient'] = new \Aqarmap\Bundle\MainBundle\Service\GraphQlClient($this, ($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\V4\\OauthClientBuilder'] ?? $this->getOauthClientBuilderService()));
  23740.     }
  23741.     /**
  23742.      * Gets the private 'Aqarmap\Bundle\MainBundle\Service\MenuBuilderService' shared autowired service.
  23743.      *
  23744.      * @return \Aqarmap\Bundle\MainBundle\Service\MenuBuilderService
  23745.      */
  23746.     protected function getMenuBuilderServiceService()
  23747.     {
  23748.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  23749.         if (isset($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\MenuBuilderService'])) {
  23750.             return $this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\MenuBuilderService'];
  23751.         }
  23752.         $b = ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\Setting'] ?? $this->getSettingService());
  23753.         if (isset($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\MenuBuilderService'])) {
  23754.             return $this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\MenuBuilderService'];
  23755.         }
  23756.         $c = ($this->services['Aqarmap\\Bundle\\FeatureToggleBundle\\Service\\FeatureToggleManager'] ?? $this->getFeatureToggleManagerService());
  23757.         if (isset($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\MenuBuilderService'])) {
  23758.             return $this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\MenuBuilderService'];
  23759.         }
  23760.         $d = ($this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\ListingSearchCombinationsService'] ?? $this->getListingSearchCombinationsServiceService());
  23761.         if (isset($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\MenuBuilderService'])) {
  23762.             return $this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\MenuBuilderService'];
  23763.         }
  23764.         $e = ($this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\ListingSearchService'] ?? $this->getListingSearchServiceService());
  23765.         if (isset($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\MenuBuilderService'])) {
  23766.             return $this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\MenuBuilderService'];
  23767.         }
  23768.         return $this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\MenuBuilderService'] = new \Aqarmap\Bundle\MainBundle\Service\MenuBuilderService($a, ($this->services['translator'] ?? $this->getTranslatorService()), $b$c$d$e, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['cache.app'] ?? $this->getCache_AppService()));
  23769.     }
  23770.     /**
  23771.      * Gets the private 'Aqarmap\Bundle\MainBundle\Service\PriceExtender' shared autowired service.
  23772.      *
  23773.      * @return \Aqarmap\Bundle\MainBundle\Service\PriceExtender
  23774.      */
  23775.     protected function getPriceExtenderService()
  23776.     {
  23777.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  23778.         if (isset($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\PriceExtender'])) {
  23779.             return $this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\PriceExtender'];
  23780.         }
  23781.         return $this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\PriceExtender'] = new \Aqarmap\Bundle\MainBundle\Service\PriceExtender($a);
  23782.     }
  23783.     /**
  23784.      * Gets the private 'Aqarmap\Bundle\MainBundle\Service\Setting' shared autowired service.
  23785.      *
  23786.      * @return \Aqarmap\Bundle\MainBundle\Service\Setting
  23787.      */
  23788.     protected function getSettingService()
  23789.     {
  23790.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  23791.         if (isset($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\Setting'])) {
  23792.             return $this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\Setting'];
  23793.         }
  23794.         return $this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\Setting'] = new \Aqarmap\Bundle\MainBundle\Service\Setting($a, ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\CacheManager'] ?? $this->getCacheManagerService()), ($this->services['cache.app'] ?? $this->getCache_AppService()));
  23795.     }
  23796.     /**
  23797.      * Gets the private 'Aqarmap\Bundle\MainBundle\Service\SiteMapService' shared autowired service.
  23798.      *
  23799.      * @return \Aqarmap\Bundle\MainBundle\Service\SiteMapService
  23800.      */
  23801.     protected function getSiteMapServiceService()
  23802.     {
  23803.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Service/Contracts/SiteMapServiceInterface.php';
  23804.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Service/SiteMapService.php';
  23805.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  23806.         if (isset($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\SiteMapService'])) {
  23807.             return $this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\SiteMapService'];
  23808.         }
  23809.         return $this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\SiteMapService'] = new \Aqarmap\Bundle\MainBundle\Service\SiteMapService($a, ($this->services['router'] ?? $this->getRouterService()));
  23810.     }
  23811.     /**
  23812.      * Gets the private 'Aqarmap\Bundle\MainBundle\Service\ThumbURL' shared autowired service.
  23813.      *
  23814.      * @return \Aqarmap\Bundle\MainBundle\Service\ThumbURL
  23815.      */
  23816.     protected function getThumbURLService()
  23817.     {
  23818.         return $this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\ThumbURL'] = new \Aqarmap\Bundle\MainBundle\Service\ThumbURL($this->getParameter('aqarmap.wompoo'));
  23819.     }
  23820.     /**
  23821.      * Gets the private 'Aqarmap\Bundle\MainBundle\Strategy\ProcessEmailBodyStrategy' shared autowired service.
  23822.      *
  23823.      * @return \Aqarmap\Bundle\MainBundle\Strategy\ProcessEmailBodyStrategy
  23824.      */
  23825.     protected function getProcessEmailBodyStrategyService()
  23826.     {
  23827.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Contract/Consumer/StrategyInterface.php';
  23828.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Strategy/ProcessEmailBodyStrategy.php';
  23829.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Contract/ProcessEmailBodyFactoryInterface.php';
  23830.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Factory/ProcessEmailBodyFactory.php';
  23831.         return $this->privates['Aqarmap\\Bundle\\MainBundle\\Strategy\\ProcessEmailBodyStrategy'] = new \Aqarmap\Bundle\MainBundle\Strategy\ProcessEmailBodyStrategy(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['Aqarmap\\Bundle\\MainBundle\\Adapter\\MailerService'] ?? $this->getMailerServiceService()), new \Aqarmap\Bundle\MainBundle\Factory\ProcessEmailBodyFactory(new RewindableGenerator(function () {
  23832.             yield => ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Model\\ShowPhoneNumberEmailBodyBuilder'] ?? $this->getShowPhoneNumberEmailBodyBuilderService());
  23833.         }, 1)));
  23834.     }
  23835.     /**
  23836.      * Gets the private 'Aqarmap\Bundle\MessageBundle\Command\MaskedEmailReadCommand' shared autowired service.
  23837.      *
  23838.      * @return \Aqarmap\Bundle\MessageBundle\Command\MaskedEmailReadCommand
  23839.      */
  23840.     protected function getMaskedEmailReadCommandService()
  23841.     {
  23842.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23843.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MessageBundle/Command/MaskedEmailReadCommand.php';
  23844.         $this->privates['Aqarmap\\Bundle\\MessageBundle\\Command\\MaskedEmailReadCommand'] = $instance = new \Aqarmap\Bundle\MessageBundle\Command\MaskedEmailReadCommand(($this->privates['Aqarmap\\Bundle\\MessageBundle\\Service\\Composer'] ?? $this->getComposerService()));
  23845.         $instance->setName('app:masked_email:read');
  23846.         return $instance;
  23847.     }
  23848.     /**
  23849.      * Gets the private 'Aqarmap\Bundle\MessageBundle\Command\MessageCommand' shared autowired service.
  23850.      *
  23851.      * @return \Aqarmap\Bundle\MessageBundle\Command\MessageCommand
  23852.      */
  23853.     protected function getMessageCommandService()
  23854.     {
  23855.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23856.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MessageBundle/Command/MessageCommand.php';
  23857.         $a = ($this->privates['Aqarmap\\Bundle\\MainBundle\\Adapter\\MailerService'] ?? $this->getMailerServiceService());
  23858.         $this->privates['Aqarmap\\Bundle\\MessageBundle\\Command\\MessageCommand'] = $instance = new \Aqarmap\Bundle\MessageBundle\Command\MessageCommand($a, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['Aqarmap\\Bundle\\MessageBundle\\Repository\\RecipientRepository'] ?? $this->getRecipientRepositoryService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LeadsInsightsService'] ?? $this->getLeadsInsightsServiceService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LeadService'] ?? $this->getLeadService2Service()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->privates['Aqarmap\\Bundle\\MainBundle\\Helpers\\MailerHelper'] ?? $this->getMailerHelperService()), $a);
  23859.         $instance->setName('app:message:send');
  23860.         return $instance;
  23861.     }
  23862.     /**
  23863.      * Gets the private 'Aqarmap\Bundle\MessageBundle\Command\PatchMaskedEmailMessageRecipientCommand' shared autowired service.
  23864.      *
  23865.      * @return \Aqarmap\Bundle\MessageBundle\Command\PatchMaskedEmailMessageRecipientCommand
  23866.      */
  23867.     protected function getPatchMaskedEmailMessageRecipientCommandService()
  23868.     {
  23869.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23870.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MessageBundle/Command/PatchMaskedEmailMessageRecipientCommand.php';
  23871.         $this->privates['Aqarmap\\Bundle\\MessageBundle\\Command\\PatchMaskedEmailMessageRecipientCommand'] = $instance = new \Aqarmap\Bundle\MessageBundle\Command\PatchMaskedEmailMessageRecipientCommand();
  23872.         $instance->setName('app:patch:missing-message-recipients');
  23873.         return $instance;
  23874.     }
  23875.     /**
  23876.      * Gets the private 'Aqarmap\Bundle\MessageBundle\Command\PatchMessageLeadCommand' shared autowired service.
  23877.      *
  23878.      * @return \Aqarmap\Bundle\MessageBundle\Command\PatchMessageLeadCommand
  23879.      */
  23880.     protected function getPatchMessageLeadCommandService()
  23881.     {
  23882.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23883.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MessageBundle/Command/PatchMessageLeadCommand.php';
  23884.         $this->privates['Aqarmap\\Bundle\\MessageBundle\\Command\\PatchMessageLeadCommand'] = $instance = new \Aqarmap\Bundle\MessageBundle\Command\PatchMessageLeadCommand();
  23885.         $instance->setName('app:patch:missing-message-leads');
  23886.         return $instance;
  23887.     }
  23888.     /**
  23889.      * Gets the private 'Aqarmap\Bundle\MessageBundle\Repository\ConversationRecipientRepository' shared autowired service.
  23890.      *
  23891.      * @return \Aqarmap\Bundle\MessageBundle\Repository\ConversationRecipientRepository
  23892.      */
  23893.     protected function getConversationRecipientRepositoryService()
  23894.     {
  23895.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MessageBundle/Repository/ConversationRecipientRepository.php';
  23896.         return $this->privates['Aqarmap\\Bundle\\MessageBundle\\Repository\\ConversationRecipientRepository'] = new \Aqarmap\Bundle\MessageBundle\Repository\ConversationRecipientRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23897.     }
  23898.     /**
  23899.      * Gets the private 'Aqarmap\Bundle\MessageBundle\Repository\ConversationRepository' shared autowired service.
  23900.      *
  23901.      * @return \Aqarmap\Bundle\MessageBundle\Repository\ConversationRepository
  23902.      */
  23903.     protected function getConversationRepositoryService()
  23904.     {
  23905.         return $this->privates['Aqarmap\\Bundle\\MessageBundle\\Repository\\ConversationRepository'] = new \Aqarmap\Bundle\MessageBundle\Repository\ConversationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23906.     }
  23907.     /**
  23908.      * Gets the private 'Aqarmap\Bundle\MessageBundle\Repository\MessageRepository' shared autowired service.
  23909.      *
  23910.      * @return \Aqarmap\Bundle\MessageBundle\Repository\MessageRepository
  23911.      */
  23912.     protected function getMessageRepositoryService()
  23913.     {
  23914.         return $this->privates['Aqarmap\\Bundle\\MessageBundle\\Repository\\MessageRepository'] = new \Aqarmap\Bundle\MessageBundle\Repository\MessageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23915.     }
  23916.     /**
  23917.      * Gets the private 'Aqarmap\Bundle\MessageBundle\Repository\RecipientRepository' shared autowired service.
  23918.      *
  23919.      * @return \Aqarmap\Bundle\MessageBundle\Repository\RecipientRepository
  23920.      */
  23921.     protected function getRecipientRepositoryService()
  23922.     {
  23923.         return $this->privates['Aqarmap\\Bundle\\MessageBundle\\Repository\\RecipientRepository'] = new \Aqarmap\Bundle\MessageBundle\Repository\RecipientRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23924.     }
  23925.     /**
  23926.      * Gets the private 'Aqarmap\Bundle\MessageBundle\Service\Composer' shared autowired service.
  23927.      *
  23928.      * @return \Aqarmap\Bundle\MessageBundle\Service\Composer
  23929.      */
  23930.     protected function getComposerService()
  23931.     {
  23932.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  23933.         if (isset($this->privates['Aqarmap\\Bundle\\MessageBundle\\Service\\Composer'])) {
  23934.             return $this->privates['Aqarmap\\Bundle\\MessageBundle\\Service\\Composer'];
  23935.         }
  23936.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  23937.         if (isset($this->privates['Aqarmap\\Bundle\\MessageBundle\\Service\\Composer'])) {
  23938.             return $this->privates['Aqarmap\\Bundle\\MessageBundle\\Service\\Composer'];
  23939.         }
  23940.         return $this->privates['Aqarmap\\Bundle\\MessageBundle\\Service\\Composer'] = new \Aqarmap\Bundle\MessageBundle\Service\Composer($a$b, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->privates['Aqarmap\\Bundle\\MessageBundle\\Repository\\MessageRepository'] ?? $this->getMessageRepositoryService()), ($this->privates['Aqarmap\\Bundle\\MessageBundle\\Repository\\ConversationRepository'] ?? $this->getConversationRepositoryService()));
  23941.     }
  23942.     /**
  23943.      * Gets the private 'Aqarmap\Bundle\MortgageBundle\EventListener\MortgageSubscribeListener' shared autowired service.
  23944.      *
  23945.      * @return \Aqarmap\Bundle\MortgageBundle\EventListener\MortgageSubscribeListener
  23946.      */
  23947.     protected function getMortgageSubscribeListenerService()
  23948.     {
  23949.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MortgageBundle/EventListener/MortgageSubscribeListener.php';
  23950.         $a = ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\Setting'] ?? $this->getSettingService());
  23951.         if (isset($this->privates['Aqarmap\\Bundle\\MortgageBundle\\EventListener\\MortgageSubscribeListener'])) {
  23952.             return $this->privates['Aqarmap\\Bundle\\MortgageBundle\\EventListener\\MortgageSubscribeListener'];
  23953.         }
  23954.         $b = ($this->privates['Aqarmap\\Bundle\\MainBundle\\Adapter\\MailerService'] ?? $this->getMailerServiceService());
  23955.         if (isset($this->privates['Aqarmap\\Bundle\\MortgageBundle\\EventListener\\MortgageSubscribeListener'])) {
  23956.             return $this->privates['Aqarmap\\Bundle\\MortgageBundle\\EventListener\\MortgageSubscribeListener'];
  23957.         }
  23958.         return $this->privates['Aqarmap\\Bundle\\MortgageBundle\\EventListener\\MortgageSubscribeListener'] = new \Aqarmap\Bundle\MortgageBundle\EventListener\MortgageSubscribeListener($this, ($this->services['translator'] ?? $this->getTranslatorService()), $a$b, ($this->privates['Aqarmap\\Bundle\\MainBundle\\Helpers\\MailerHelper'] ?? $this->getMailerHelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  23959.     }
  23960.     /**
  23961.      * Gets the private 'Aqarmap\Bundle\MortgageBundle\Repository\MortgageRequestRepository' shared autowired service.
  23962.      *
  23963.      * @return \Aqarmap\Bundle\MortgageBundle\Repository\MortgageRequestRepository
  23964.      */
  23965.     protected function getMortgageRequestRepositoryService()
  23966.     {
  23967.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MortgageBundle/Repository/MortgageRequestRepository.php';
  23968.         return $this->privates['Aqarmap\\Bundle\\MortgageBundle\\Repository\\MortgageRequestRepository'] = new \Aqarmap\Bundle\MortgageBundle\Repository\MortgageRequestRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23969.     }
  23970.     /**
  23971.      * Gets the private 'Aqarmap\Bundle\NeighborhoodBundle\Command\DiscussionInterestsNotificationCommand' shared autowired service.
  23972.      *
  23973.      * @return \Aqarmap\Bundle\NeighborhoodBundle\Command\DiscussionInterestsNotificationCommand
  23974.      */
  23975.     protected function getDiscussionInterestsNotificationCommandService()
  23976.     {
  23977.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23978.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NeighborhoodBundle/Command/DiscussionInterestsNotificationCommand.php';
  23979.         $this->privates['Aqarmap\\Bundle\\NeighborhoodBundle\\Command\\DiscussionInterestsNotificationCommand'] = $instance = new \Aqarmap\Bundle\NeighborhoodBundle\Command\DiscussionInterestsNotificationCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  23980.         $instance->setName('app:discussion:interests:add');
  23981.         return $instance;
  23982.     }
  23983.     /**
  23984.      * Gets the private 'Aqarmap\Bundle\NeighborhoodBundle\EventListener\ConfigureMenuEventSubscriber' shared autowired service.
  23985.      *
  23986.      * @return \Aqarmap\Bundle\NeighborhoodBundle\EventListener\ConfigureMenuEventSubscriber
  23987.      */
  23988.     protected function getConfigureMenuEventSubscriber4Service()
  23989.     {
  23990.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NeighborhoodBundle/EventListener/ConfigureMenuEventSubscriber.php';
  23991.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  23992.         if (isset($this->privates['Aqarmap\\Bundle\\NeighborhoodBundle\\EventListener\\ConfigureMenuEventSubscriber'])) {
  23993.             return $this->privates['Aqarmap\\Bundle\\NeighborhoodBundle\\EventListener\\ConfigureMenuEventSubscriber'];
  23994.         }
  23995.         return $this->privates['Aqarmap\\Bundle\\NeighborhoodBundle\\EventListener\\ConfigureMenuEventSubscriber'] = new \Aqarmap\Bundle\NeighborhoodBundle\EventListener\ConfigureMenuEventSubscriber($this, ($this->services['translator'] ?? $this->getTranslatorService()), $a);
  23996.     }
  23997.     /**
  23998.      * Gets the private 'Aqarmap\Bundle\NeighborhoodBundle\Form\CompoundSearchType' shared autowired service.
  23999.      *
  24000.      * @return \Aqarmap\Bundle\NeighborhoodBundle\Form\CompoundSearchType
  24001.      */
  24002.     protected function getCompoundSearchTypeService()
  24003.     {
  24004.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  24005.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  24006.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NeighborhoodBundle/Form/CompoundSearchType.php';
  24007.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  24008.         if (isset($this->privates['Aqarmap\\Bundle\\NeighborhoodBundle\\Form\\CompoundSearchType'])) {
  24009.             return $this->privates['Aqarmap\\Bundle\\NeighborhoodBundle\\Form\\CompoundSearchType'];
  24010.         }
  24011.         return $this->privates['Aqarmap\\Bundle\\NeighborhoodBundle\\Form\\CompoundSearchType'] = new \Aqarmap\Bundle\NeighborhoodBundle\Form\CompoundSearchType($a);
  24012.     }
  24013.     /**
  24014.      * Gets the private 'Aqarmap\Bundle\NeighborhoodBundle\Form\LocationCompoundSizeType' shared autowired service.
  24015.      *
  24016.      * @return \Aqarmap\Bundle\NeighborhoodBundle\Form\LocationCompoundSizeType
  24017.      */
  24018.     protected function getLocationCompoundSizeTypeService()
  24019.     {
  24020.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  24021.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  24022.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NeighborhoodBundle/Form/LocationCompoundSizeType.php';
  24023.         return $this->privates['Aqarmap\\Bundle\\NeighborhoodBundle\\Form\\LocationCompoundSizeType'] = new \Aqarmap\Bundle\NeighborhoodBundle\Form\LocationCompoundSizeType();
  24024.     }
  24025.     /**
  24026.      * Gets the private 'Aqarmap\Bundle\NeighborhoodBundle\Form\LocationCompoundType' shared autowired service.
  24027.      *
  24028.      * @return \Aqarmap\Bundle\NeighborhoodBundle\Form\LocationCompoundType
  24029.      */
  24030.     protected function getLocationCompoundTypeService()
  24031.     {
  24032.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  24033.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  24034.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NeighborhoodBundle/Form/LocationCompoundType.php';
  24035.         return $this->privates['Aqarmap\\Bundle\\NeighborhoodBundle\\Form\\LocationCompoundType'] = new \Aqarmap\Bundle\NeighborhoodBundle\Form\LocationCompoundType();
  24036.     }
  24037.     /**
  24038.      * Gets the private 'Aqarmap\Bundle\NeighborhoodBundle\Form\LocationStatisticsType' shared autowired service.
  24039.      *
  24040.      * @return \Aqarmap\Bundle\NeighborhoodBundle\Form\LocationStatisticsType
  24041.      */
  24042.     protected function getLocationStatisticsTypeService()
  24043.     {
  24044.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  24045.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  24046.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NeighborhoodBundle/Form/LocationStatisticsType.php';
  24047.         return $this->privates['Aqarmap\\Bundle\\NeighborhoodBundle\\Form\\LocationStatisticsType'] = new \Aqarmap\Bundle\NeighborhoodBundle\Form\LocationStatisticsType();
  24048.     }
  24049.     /**
  24050.      * Gets the private 'Aqarmap\Bundle\NeighborhoodBundle\Service\NeighborhoodManager' shared autowired service.
  24051.      *
  24052.      * @return \Aqarmap\Bundle\NeighborhoodBundle\Service\NeighborhoodManager
  24053.      */
  24054.     protected function getNeighborhoodManagerService()
  24055.     {
  24056.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NeighborhoodBundle/Service/NeighborhoodManager.php';
  24057.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Contract/Serializer/Denormalizer/DenormalizerInterface.php';
  24058.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Serializer/Denormalizer/Denormalizer.php';
  24059.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  24060.         if (isset($this->privates['Aqarmap\\Bundle\\NeighborhoodBundle\\Service\\NeighborhoodManager'])) {
  24061.             return $this->privates['Aqarmap\\Bundle\\NeighborhoodBundle\\Service\\NeighborhoodManager'];
  24062.         }
  24063.         $b = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\SupplyDemandManager'] ?? $this->getSupplyDemandManagerService());
  24064.         if (isset($this->privates['Aqarmap\\Bundle\\NeighborhoodBundle\\Service\\NeighborhoodManager'])) {
  24065.             return $this->privates['Aqarmap\\Bundle\\NeighborhoodBundle\\Service\\NeighborhoodManager'];
  24066.         }
  24067.         $c = ($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserInterestManager'] ?? $this->getUserInterestManagerService());
  24068.         if (isset($this->privates['Aqarmap\\Bundle\\NeighborhoodBundle\\Service\\NeighborhoodManager'])) {
  24069.             return $this->privates['Aqarmap\\Bundle\\NeighborhoodBundle\\Service\\NeighborhoodManager'];
  24070.         }
  24071.         $d = ($this->services['jms_serializer'] ?? $this->getJmsSerializerService());
  24072.         if (isset($this->privates['Aqarmap\\Bundle\\NeighborhoodBundle\\Service\\NeighborhoodManager'])) {
  24073.             return $this->privates['Aqarmap\\Bundle\\NeighborhoodBundle\\Service\\NeighborhoodManager'];
  24074.         }
  24075.         return $this->privates['Aqarmap\\Bundle\\NeighborhoodBundle\\Service\\NeighborhoodManager'] = new \Aqarmap\Bundle\NeighborhoodBundle\Service\NeighborhoodManager($a$b$c, ($this->privates['snc_redis.default'] ?? $this->getSncRedis_DefaultService()), $d, ($this->privates['Aqarmap\\Bundle\\MainBundle\\Serializer\\Denormalizer\\Denormalizer'] ?? ($this->privates['Aqarmap\\Bundle\\MainBundle\\Serializer\\Denormalizer\\Denormalizer'] = new \Aqarmap\Bundle\MainBundle\Serializer\Denormalizer\Denormalizer())), ($this->privates['Aqarmap\\Bundle\\MainBundle\\Contract\\ProducerFactoryInterface $producerFactory'] ?? $this->getProducerFactoryInterfaceproducerFactoryService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  24076.     }
  24077.     /**
  24078.      * Gets the private 'Aqarmap\Bundle\NeighborhoodBundle\Strategy\SubscribeToNeighborhoodLocationStrategy' shared autowired service.
  24079.      *
  24080.      * @return \Aqarmap\Bundle\NeighborhoodBundle\Strategy\SubscribeToNeighborhoodLocationStrategy
  24081.      */
  24082.     protected function getSubscribeToNeighborhoodLocationStrategyService()
  24083.     {
  24084.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Contract/Consumer/StrategyInterface.php';
  24085.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NeighborhoodBundle/Strategy/SubscribeToNeighborhoodLocationStrategy.php';
  24086.         return $this->privates['Aqarmap\\Bundle\\NeighborhoodBundle\\Strategy\\SubscribeToNeighborhoodLocationStrategy'] = new \Aqarmap\Bundle\NeighborhoodBundle\Strategy\SubscribeToNeighborhoodLocationStrategy(($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\PropertyTypeRepository'] ?? $this->getPropertyTypeRepositoryService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\SectionRepository'] ?? $this->getSectionRepositoryService()), ($this->privates['Aqarmap\\Bundle\\MainBundle\\Contract\\ProducerFactoryInterface $producerFactory'] ?? $this->getProducerFactoryInterfaceproducerFactoryService()));
  24087.     }
  24088.     /**
  24089.      * Gets the private 'Aqarmap\Bundle\NotificationBundle\Command\ConsumerCommand' shared autowired service.
  24090.      *
  24091.      * @return \Aqarmap\Bundle\NotificationBundle\Command\ConsumerCommand
  24092.      */
  24093.     protected function getConsumerCommandService()
  24094.     {
  24095.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  24096.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Command/ConsumerCommand.php';
  24097.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Contract/Consumer/ConsumerInterface.php';
  24098.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Consumer/SqsConsumer.php';
  24099.         $this->privates['Aqarmap\\Bundle\\NotificationBundle\\Command\\ConsumerCommand'] = $instance = new \Aqarmap\Bundle\NotificationBundle\Command\ConsumerCommand(new \Aqarmap\Bundle\MainBundle\Consumer\SqsConsumer(new RewindableGenerator(function () {
  24100.             yield => ($this->privates['Aqarmap\\Bundle\\UserBundle\\Strategy\\AddUserInterestStrategy'] ?? $this->getAddUserInterestStrategyService());
  24101.             yield => ($this->privates['Aqarmap\\Bundle\\UserBundle\\Strategy\\ImportUsersDevelopersStrategy'] ?? $this->getImportUsersDevelopersStrategyService());
  24102.             yield => ($this->privates['Aqarmap\\Bundle\\UserBundle\\Strategy\\ImportUsersStrategy'] ?? $this->getImportUsersStrategyService());
  24103.             yield => ($this->privates['Aqarmap\\Bundle\\UserBundle\\Strategy\\UpdateClientServedCountStrategy'] ?? $this->getUpdateClientServedCountStrategyService());
  24104.             yield => ($this->privates['Aqarmap\\Bundle\\UserBundle\\Strategy\\UpdateUserGroupsElasticSearchStrategy'] ?? $this->getUpdateUserGroupsElasticSearchStrategyService());
  24105.             yield => ($this->privates['Aqarmap\\Bundle\\MainBundle\\Strategy\\ProcessEmailBodyStrategy'] ?? $this->getProcessEmailBodyStrategyService());
  24106.             yield => ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Strategy\\BulkListingsApproveStrategy'] ?? $this->getBulkListingsApproveStrategyService());
  24107.             yield => ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Strategy\\CompoundAveragePriceStrategy'] ?? $this->getCompoundAveragePriceStrategyService());
  24108.             yield => ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Strategy\\ImportLocationsStrategy'] ?? $this->getImportLocationsStrategyService());
  24109.             yield => ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Strategy\\RecordLocationSearchHistoryStrategy'] ?? $this->getRecordLocationSearchHistoryStrategyService());
  24110.             yield 10 => ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Strategy\\RecordSearchKeywordHistoryStrategy'] ?? $this->getRecordSearchKeywordHistoryStrategyService());
  24111.             yield 11 => ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Strategy\\UpdateListingImpressionsStrategy'] ?? $this->getUpdateListingImpressionsStrategyService());
  24112.             yield 12 => ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Strategy\\UpdateListingLabelStrategy'] ?? $this->getUpdateListingLabelStrategyService());
  24113.             yield 13 => ($this->privates['Aqarmap\\Bundle\\NotifierBundle\\Strategy\\AddNewNotifierStrategy'] ?? $this->getAddNewNotifierStrategyService());
  24114.             yield 14 => ($this->privates['Aqarmap\\Bundle\\NotificationBundle\\Strategy\\SendNotificationStrategy'] ?? $this->getSendNotificationStrategyService());
  24115.             yield 15 => ($this->privates['Aqarmap\\Bundle\\NeighborhoodBundle\\Strategy\\SubscribeToNeighborhoodLocationStrategy'] ?? $this->getSubscribeToNeighborhoodLocationStrategyService());
  24116.             yield 16 => ($this->privates['Aqarmap\\Bundle\\CRMBundle\\Strategy\\UpdateCompanyStrategy'] ?? $this->getUpdateCompanyStrategyService());
  24117.             yield 17 => ($this->privates['Aqarmap\\Bundle\\SearchBundle\\Strategy\\SearchResultCombinationFilterPublisherStrategy'] ?? $this->getSearchResultCombinationFilterPublisherStrategyService());
  24118.             yield 18 => ($this->privates['Aqarmap\\Bundle\\SearchBundle\\Strategy\\SearchResultCombinationFilterStrategy'] ?? $this->getSearchResultCombinationFilterStrategyService());
  24119.             yield 19 => ($this->privates['Aqarmap\\Bundle\\SearchBundle\\Strategy\\SearchResultCombinationStrategy'] ?? $this->getSearchResultCombinationStrategyService());
  24120.         }, 20), ($this->privates['aqarmap.sqs.service'] ?? $this->getAqarmap_Sqs_ServiceService())), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  24121.         $instance->setName('app:queue:consumer');
  24122.         return $instance;
  24123.     }
  24124.     /**
  24125.      * Gets the private 'Aqarmap\Bundle\NotificationBundle\Command\DeviceCommand' shared autowired service.
  24126.      *
  24127.      * @return \Aqarmap\Bundle\NotificationBundle\Command\DeviceCommand
  24128.      */
  24129.     protected function getDeviceCommandService()
  24130.     {
  24131.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  24132.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Command/DeviceCommand.php';
  24133.         $this->privates['Aqarmap\\Bundle\\NotificationBundle\\Command\\DeviceCommand'] = $instance = new \Aqarmap\Bundle\NotificationBundle\Command\DeviceCommand();
  24134.         $instance->setName('app:device:check');
  24135.         return $instance;
  24136.     }
  24137.     /**
  24138.      * Gets the private 'Aqarmap\Bundle\NotificationBundle\Command\DispatcherNotificationCommand' shared autowired service.
  24139.      *
  24140.      * @return \Aqarmap\Bundle\NotificationBundle\Command\DispatcherNotificationCommand
  24141.      */
  24142.     protected function getDispatcherNotificationCommandService()
  24143.     {
  24144.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  24145.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Command/DispatcherNotificationCommand.php';
  24146.         $this->privates['Aqarmap\\Bundle\\NotificationBundle\\Command\\DispatcherNotificationCommand'] = $instance = new \Aqarmap\Bundle\NotificationBundle\Command\DispatcherNotificationCommand();
  24147.         $instance->setName('aqarmap:notification-dispatch');
  24148.         return $instance;
  24149.     }
  24150.     /**
  24151.      * Gets the private 'Aqarmap\Bundle\NotificationBundle\Command\GenerateNotificationCommand' shared autowired service.
  24152.      *
  24153.      * @return \Aqarmap\Bundle\NotificationBundle\Command\GenerateNotificationCommand
  24154.      */
  24155.     protected function getGenerateNotificationCommandService()
  24156.     {
  24157.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  24158.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Command/GenerateNotificationCommand.php';
  24159.         $this->privates['Aqarmap\\Bundle\\NotificationBundle\\Command\\GenerateNotificationCommand'] = $instance = new \Aqarmap\Bundle\NotificationBundle\Command\GenerateNotificationCommand();
  24160.         $instance->setName('aqarmap:notification-create');
  24161.         return $instance;
  24162.     }
  24163.     /**
  24164.      * Gets the private 'Aqarmap\Bundle\NotificationBundle\Command\NotificationGenerator' shared autowired service.
  24165.      *
  24166.      * @return \Aqarmap\Bundle\NotificationBundle\Command\NotificationGenerator
  24167.      */
  24168.     protected function getNotificationGeneratorService()
  24169.     {
  24170.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  24171.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Command/NotificationGenerator.php';
  24172.         $this->privates['Aqarmap\\Bundle\\NotificationBundle\\Command\\NotificationGenerator'] = $instance = new \Aqarmap\Bundle\NotificationBundle\Command\NotificationGenerator(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())));
  24173.         $instance->setName('aqarmap:notification-generator');
  24174.         return $instance;
  24175.     }
  24176.     /**
  24177.      * Gets the private 'Aqarmap\Bundle\NotificationBundle\Command\NotificationsBagsCommand' shared autowired service.
  24178.      *
  24179.      * @return \Aqarmap\Bundle\NotificationBundle\Command\NotificationsBagsCommand
  24180.      */
  24181.     protected function getNotificationsBagsCommandService()
  24182.     {
  24183.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  24184.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Command/NotificationsBagsCommand.php';
  24185.         $this->privates['Aqarmap\\Bundle\\NotificationBundle\\Command\\NotificationsBagsCommand'] = $instance = new \Aqarmap\Bundle\NotificationBundle\Command\NotificationsBagsCommand(($this->privates['Aqarmap\\Bundle\\NotificationBundle\\Service\\NotificationTypesSubscriber'] ?? $this->getNotificationTypesSubscriberService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Aqarmap\\Bundle\\DiscussionBundle\\Repository\\DiscussionRepository'] ?? $this->getDiscussionRepositoryService()), ($this->privates['Aqarmap\\Bundle\\UserBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['Aqarmap\\Bundle\\NotificationBundle\\Repository\\NotificationBagRepository'] ?? $this->getNotificationBagRepositoryService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  24186.         $instance->setName('notifications:bags:process');
  24187.         return $instance;
  24188.     }
  24189.     /**
  24190.      * Gets the private 'Aqarmap\Bundle\NotificationBundle\DatabaseNotification' shared autowired service.
  24191.      *
  24192.      * @return \Aqarmap\Bundle\NotificationBundle\DatabaseNotification
  24193.      */
  24194.     protected function getDatabaseNotificationService()
  24195.     {
  24196.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/DatabaseNotification.php';
  24197.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  24198.         if (isset($this->privates['Aqarmap\\Bundle\\NotificationBundle\\DatabaseNotification'])) {
  24199.             return $this->privates['Aqarmap\\Bundle\\NotificationBundle\\DatabaseNotification'];
  24200.         }
  24201.         return $this->privates['Aqarmap\\Bundle\\NotificationBundle\\DatabaseNotification'] = new \Aqarmap\Bundle\NotificationBundle\DatabaseNotification($this$a);
  24202.     }
  24203.     /**
  24204.      * Gets the private 'Aqarmap\Bundle\NotificationBundle\NotificationSubscriber' shared autowired service.
  24205.      *
  24206.      * @return \Aqarmap\Bundle\NotificationBundle\NotificationSubscriber
  24207.      */
  24208.     protected function getNotificationSubscriber2Service()
  24209.     {
  24210.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/NotificationSubscriber.php';
  24211.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/NotificationManager.php';
  24212.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Channels/ChannelInterface.php';
  24213.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Channels/DataBaseChannel.php';
  24214.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/NotificationLogger.php';
  24215.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Channels/MailChannel.php';
  24216.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Channels/SmsChannel.php';
  24217.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Contract/MobileInterface.php';
  24218.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Channels/MobileChannel.php';
  24219.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Model/SMSManagerInterface.php';
  24220.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Service/SMS/InfobipManager.php';
  24221.         $a = ($this->privates['Aqarmap\\Bundle\\MainBundle\\Adapter\\MailerService'] ?? $this->getMailerServiceService());
  24222.         if (isset($this->privates['Aqarmap\\Bundle\\NotificationBundle\\NotificationSubscriber'])) {
  24223.             return $this->privates['Aqarmap\\Bundle\\NotificationBundle\\NotificationSubscriber'];
  24224.         }
  24225.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  24226.         if (isset($this->privates['Aqarmap\\Bundle\\NotificationBundle\\NotificationSubscriber'])) {
  24227.             return $this->privates['Aqarmap\\Bundle\\NotificationBundle\\NotificationSubscriber'];
  24228.         }
  24229.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  24230.         if (isset($this->privates['Aqarmap\\Bundle\\NotificationBundle\\NotificationSubscriber'])) {
  24231.             return $this->privates['Aqarmap\\Bundle\\NotificationBundle\\NotificationSubscriber'];
  24232.         }
  24233.         $d = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  24234.         if (isset($this->privates['Aqarmap\\Bundle\\NotificationBundle\\NotificationSubscriber'])) {
  24235.             return $this->privates['Aqarmap\\Bundle\\NotificationBundle\\NotificationSubscriber'];
  24236.         }
  24237.         $e = new \Aqarmap\Bundle\NotificationBundle\NotificationLogger(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  24238.         return $this->privates['Aqarmap\\Bundle\\NotificationBundle\\NotificationSubscriber'] = new \Aqarmap\Bundle\NotificationBundle\NotificationSubscriber(new \Aqarmap\Bundle\NotificationBundle\NotificationManager($this$a, ($this->privates['Aqarmap\\Bundle\\MainBundle\\Contract\\ProducerFactoryInterface $producerFactory'] ?? $this->getProducerFactoryInterfaceproducerFactoryService()), new \Aqarmap\Bundle\NotificationBundle\Channels\DataBaseChannel($b$e), new \Aqarmap\Bundle\NotificationBundle\Channels\MailChannel($e$b$a, ($this->privates['Aqarmap\\Bundle\\MainBundle\\Helpers\\MailerHelper'] ?? $this->getMailerHelperService())), new \Aqarmap\Bundle\NotificationBundle\Channels\SmsChannel($e, ($this->privates['aqarmap.sms.manager'] ?? ($this->privates['aqarmap.sms.manager'] = new \Aqarmap\Bundle\NotificationBundle\Service\SMS\InfobipManager(['base_url' => '''key' => '''from' => '']))), ($this->privates['App\\Service\\SMSManager'] ?? $this->getSMSManagerService())), new \Aqarmap\Bundle\NotificationBundle\Channels\MobileChannel($e, ($this->services['redjan_ym_fcm.client'] ?? $this->getRedjanYmFcm_ClientService()), ($this->privates['Aqarmap\\Bundle\\UserBundle\\Repository\\UserDeviceRepository'] ?? $this->getUserDeviceRepositoryService())), $c), $e$d);
  24239.     }
  24240.     /**
  24241.      * Gets the private 'Aqarmap\Bundle\NotificationBundle\Repository\NotificationBagRepository' shared autowired service.
  24242.      *
  24243.      * @return \Aqarmap\Bundle\NotificationBundle\Repository\NotificationBagRepository
  24244.      */
  24245.     protected function getNotificationBagRepositoryService()
  24246.     {
  24247.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Repository/NotificationBagRepository.php';
  24248.         return $this->privates['Aqarmap\\Bundle\\NotificationBundle\\Repository\\NotificationBagRepository'] = new \Aqarmap\Bundle\NotificationBundle\Repository\NotificationBagRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24249.     }
  24250.     /**
  24251.      * Gets the private 'Aqarmap\Bundle\NotificationBundle\Repository\NotificationRepository' shared autowired service.
  24252.      *
  24253.      * @return \Aqarmap\Bundle\NotificationBundle\Repository\NotificationRepository
  24254.      */
  24255.     protected function getNotificationRepositoryService()
  24256.     {
  24257.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Repository/NotificationRepository.php';
  24258.         return $this->privates['Aqarmap\\Bundle\\NotificationBundle\\Repository\\NotificationRepository'] = new \Aqarmap\Bundle\NotificationBundle\Repository\NotificationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24259.     }
  24260.     /**
  24261.      * Gets the private 'Aqarmap\Bundle\NotificationBundle\Service\NotificationTypesSubscriber' shared autowired service.
  24262.      *
  24263.      * @return \Aqarmap\Bundle\NotificationBundle\Service\NotificationTypesSubscriber
  24264.      */
  24265.     protected function getNotificationTypesSubscriberService()
  24266.     {
  24267.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Service/NotificationTypesSubscriber.php';
  24268.         return $this->privates['Aqarmap\\Bundle\\NotificationBundle\\Service\\NotificationTypesSubscriber'] = new \Aqarmap\Bundle\NotificationBundle\Service\NotificationTypesSubscriber((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  24269.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\ArpaPaymentCancelled' => ['privates''Aqarmap\\Bundle\\NotificationBundle\\Types\\ArpaPaymentCancelled''getArpaPaymentCancelledService'false],
  24270.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\ArpaPaymentMissed' => ['privates''Aqarmap\\Bundle\\NotificationBundle\\Types\\ArpaPaymentMissed''getArpaPaymentMissedService'false],
  24271.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\ArpaPaymentSucceeded' => ['privates''Aqarmap\\Bundle\\NotificationBundle\\Types\\ArpaPaymentSucceeded''getArpaPaymentSucceededService'false],
  24272.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\ArpaRecurringPaymentSucceeded' => ['privates''Aqarmap\\Bundle\\NotificationBundle\\Types\\ArpaRecurringPaymentSucceeded''getArpaRecurringPaymentSucceededService'false],
  24273.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\CreditWasCharged' => ['privates''Aqarmap\\Bundle\\NotificationBundle\\Types\\CreditWasCharged''getCreditWasChargedService'false],
  24274.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\CreditWasDeducted' => ['privates''Aqarmap\\Bundle\\NotificationBundle\\Types\\CreditWasDeducted''getCreditWasDeductedService'false],
  24275.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\DiscussionCommentWasApproved' => ['privates''Aqarmap\\Bundle\\NotificationBundle\\Types\\DiscussionCommentWasApproved''getDiscussionCommentWasApprovedService'false],
  24276.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\DiscussionCommentWasPublished' => ['privates''Aqarmap\\Bundle\\NotificationBundle\\Types\\DiscussionCommentWasPublished''getDiscussionCommentWasPublishedService'false],
  24277.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\DiscussionHasNewComment' => ['privates''Aqarmap\\Bundle\\NotificationBundle\\Types\\DiscussionHasNewComment''getDiscussionHasNewCommentService'false],
  24278.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\DiscussionWasApproved' => ['privates''Aqarmap\\Bundle\\NotificationBundle\\Types\\DiscussionWasApproved''getDiscussionWasApprovedService'false],
  24279.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\DiscussionWasPublished' => ['privates''Aqarmap\\Bundle\\NotificationBundle\\Types\\DiscussionWasPublished''getDiscussionWasPublishedService'false],
  24280.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\DiscussionWasPublishedWithHandler' => ['privates''Aqarmap\\Bundle\\NotificationBundle\\Types\\DiscussionWasPublishedWithHandler''getDiscussionWasPublishedWithHandlerService'false],
  24281.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\DiscussionWasRejected' => ['privates''Aqarmap\\Bundle\\NotificationBundle\\Types\\DiscussionWasRejected''getDiscussionWasRejectedService'false],
  24282.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\ExchangeRequestWasCreated' => ['privates''Aqarmap\\Bundle\\NotificationBundle\\Types\\ExchangeRequestWasCreated''getExchangeRequestWasCreatedService'false],
  24283.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\LeadGenerated' => ['privates''Aqarmap\\Bundle\\NotificationBundle\\Types\\LeadGenerated''getLeadGeneratedService'false],
  24284.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\ListingHasExpired' => ['privates''Aqarmap\\Bundle\\NotificationBundle\\Types\\ListingHasExpired''getListingHasExpiredService'false],
  24285.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\ListingWasApprovedForFeaturing' => ['privates''Aqarmap\\Bundle\\NotificationBundle\\Types\\ListingWasApprovedForFeaturing''getListingWasApprovedForFeaturingService'false],
  24286.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\ListingWasPublished' => ['privates''Aqarmap\\Bundle\\NotificationBundle\\Types\\ListingWasPublished''getListingWasPublishedService'false],
  24287.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\ListingWasRejected' => ['privates''Aqarmap\\Bundle\\NotificationBundle\\Types\\ListingWasRejected''getListingWasRejectedService'false],
  24288.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\ListingWasRejectedForFeaturing' => ['privates''Aqarmap\\Bundle\\NotificationBundle\\Types\\ListingWasRejectedForFeaturing''getListingWasRejectedForFeaturingService'false],
  24289.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\ListingWasScraped' => ['privates''Aqarmap\\Bundle\\NotificationBundle\\Types\\ListingWasScraped''getListingWasScrapedService'false],
  24290.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\ListingWasSoldByOwner' => ['privates''Aqarmap\\Bundle\\NotificationBundle\\Types\\ListingWasSoldByOwner''getListingWasSoldByOwnerService'false],
  24291.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\NotificationChannelsApi' => ['privates''Aqarmap\\Bundle\\NotificationBundle\\Types\\NotificationChannelsApi''getNotificationChannelsApiService'false],
  24292.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\PaymentWasFailed' => ['privates''Aqarmap\\Bundle\\NotificationBundle\\Types\\PaymentWasFailed''getPaymentWasFailedService'false],
  24293.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\ReminderPackageExpiration' => ['privates''Aqarmap\\Bundle\\NotificationBundle\\Types\\ReminderPackageExpiration''getReminderPackageExpirationService'false],
  24294.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\SendNotificationChunk' => ['privates''Aqarmap\\Bundle\\NotificationBundle\\Types\\SendNotificationChunk''getSendNotificationChunkService'false],
  24295.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\SimilarListingsLeadNotification' => ['privates''Aqarmap\\Bundle\\NotificationBundle\\Types\\SimilarListingsLeadNotification''getSimilarListingsLeadNotificationService'false],
  24296.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\UserLogoWasRejected' => ['privates''Aqarmap\\Bundle\\NotificationBundle\\Types\\UserLogoWasRejected''getUserLogoWasRejectedService'false],
  24297.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\UserPasswordReset' => ['privates''Aqarmap\\Bundle\\NotificationBundle\\Types\\UserPasswordReset''getUserPasswordResetService'false],
  24298.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\UserPersonalPhotoWasRejected' => ['privates''Aqarmap\\Bundle\\NotificationBundle\\Types\\UserPersonalPhotoWasRejected''getUserPersonalPhotoWasRejectedService'false],
  24299.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\UserWasLogged' => ['privates''Aqarmap\\Bundle\\NotificationBundle\\Types\\UserWasLogged''getUserWasLoggedService'false],
  24300.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\UserWasSignup' => ['privates''Aqarmap\\Bundle\\NotificationBundle\\Types\\UserWasSignup''getUserWasSignupService'false],
  24301.         ], [
  24302.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\ArpaPaymentCancelled' => 'Aqarmap\\Bundle\\NotificationBundle\\Types\\ArpaPaymentCancelled',
  24303.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\ArpaPaymentMissed' => 'Aqarmap\\Bundle\\NotificationBundle\\Types\\ArpaPaymentMissed',
  24304.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\ArpaPaymentSucceeded' => 'Aqarmap\\Bundle\\NotificationBundle\\Types\\ArpaPaymentSucceeded',
  24305.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\ArpaRecurringPaymentSucceeded' => 'Aqarmap\\Bundle\\NotificationBundle\\Types\\ArpaRecurringPaymentSucceeded',
  24306.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\CreditWasCharged' => 'Aqarmap\\Bundle\\NotificationBundle\\Types\\CreditWasCharged',
  24307.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\CreditWasDeducted' => 'Aqarmap\\Bundle\\NotificationBundle\\Types\\CreditWasDeducted',
  24308.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\DiscussionCommentWasApproved' => 'Aqarmap\\Bundle\\NotificationBundle\\Types\\DiscussionCommentWasApproved',
  24309.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\DiscussionCommentWasPublished' => 'Aqarmap\\Bundle\\NotificationBundle\\Types\\DiscussionCommentWasPublished',
  24310.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\DiscussionHasNewComment' => 'Aqarmap\\Bundle\\NotificationBundle\\Types\\DiscussionHasNewComment',
  24311.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\DiscussionWasApproved' => 'Aqarmap\\Bundle\\NotificationBundle\\Types\\DiscussionWasApproved',
  24312.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\DiscussionWasPublished' => 'Aqarmap\\Bundle\\NotificationBundle\\Types\\DiscussionWasPublished',
  24313.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\DiscussionWasPublishedWithHandler' => 'Aqarmap\\Bundle\\NotificationBundle\\Types\\DiscussionWasPublishedWithHandler',
  24314.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\DiscussionWasRejected' => 'Aqarmap\\Bundle\\NotificationBundle\\Types\\DiscussionWasRejected',
  24315.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\ExchangeRequestWasCreated' => 'Aqarmap\\Bundle\\NotificationBundle\\Types\\ExchangeRequestWasCreated',
  24316.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\LeadGenerated' => 'Aqarmap\\Bundle\\NotificationBundle\\Types\\LeadGenerated',
  24317.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\ListingHasExpired' => 'Aqarmap\\Bundle\\NotificationBundle\\Types\\ListingHasExpired',
  24318.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\ListingWasApprovedForFeaturing' => 'Aqarmap\\Bundle\\NotificationBundle\\Types\\ListingWasApprovedForFeaturing',
  24319.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\ListingWasPublished' => 'Aqarmap\\Bundle\\NotificationBundle\\Types\\ListingWasPublished',
  24320.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\ListingWasRejected' => 'Aqarmap\\Bundle\\NotificationBundle\\Types\\ListingWasRejected',
  24321.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\ListingWasRejectedForFeaturing' => 'Aqarmap\\Bundle\\NotificationBundle\\Types\\ListingWasRejectedForFeaturing',
  24322.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\ListingWasScraped' => 'Aqarmap\\Bundle\\NotificationBundle\\Types\\ListingWasScraped',
  24323.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\ListingWasSoldByOwner' => 'Aqarmap\\Bundle\\NotificationBundle\\Types\\ListingWasSoldByOwner',
  24324.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\NotificationChannelsApi' => 'Aqarmap\\Bundle\\NotificationBundle\\Types\\NotificationChannelsApi',
  24325.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\PaymentWasFailed' => 'Aqarmap\\Bundle\\NotificationBundle\\Types\\PaymentWasFailed',
  24326.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\ReminderPackageExpiration' => 'Aqarmap\\Bundle\\NotificationBundle\\Types\\ReminderPackageExpiration',
  24327.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\SendNotificationChunk' => 'Aqarmap\\Bundle\\NotificationBundle\\Types\\SendNotificationChunk',
  24328.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\SimilarListingsLeadNotification' => 'Aqarmap\\Bundle\\NotificationBundle\\Types\\SimilarListingsLeadNotification',
  24329.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\UserLogoWasRejected' => 'Aqarmap\\Bundle\\NotificationBundle\\Types\\UserLogoWasRejected',
  24330.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\UserPasswordReset' => 'Aqarmap\\Bundle\\NotificationBundle\\Types\\UserPasswordReset',
  24331.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\UserPersonalPhotoWasRejected' => 'Aqarmap\\Bundle\\NotificationBundle\\Types\\UserPersonalPhotoWasRejected',
  24332.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\UserWasLogged' => 'Aqarmap\\Bundle\\NotificationBundle\\Types\\UserWasLogged',
  24333.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\UserWasSignup' => 'Aqarmap\\Bundle\\NotificationBundle\\Types\\UserWasSignup',
  24334.         ]))->withContext('Aqarmap\\Bundle\\NotificationBundle\\Service\\NotificationTypesSubscriber'$this));
  24335.     }
  24336.     /**
  24337.      * Gets the private 'Aqarmap\Bundle\NotificationBundle\Strategy\SendNotificationStrategy' shared autowired service.
  24338.      *
  24339.      * @return \Aqarmap\Bundle\NotificationBundle\Strategy\SendNotificationStrategy
  24340.      */
  24341.     protected function getSendNotificationStrategyService()
  24342.     {
  24343.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Contract/Consumer/StrategyInterface.php';
  24344.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Strategy/SendNotificationStrategy.php';
  24345.         return $this->privates['Aqarmap\\Bundle\\NotificationBundle\\Strategy\\SendNotificationStrategy'] = new \Aqarmap\Bundle\NotificationBundle\Strategy\SendNotificationStrategy(($this->privates['Aqarmap\\Bundle\\NotificationBundle\\Service\\NotificationTypesSubscriber'] ?? $this->getNotificationTypesSubscriberService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['doctrine_mongodb.odm.default_document_manager'] ?? $this->getDoctrineMongodb_Odm_DefaultDocumentManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  24346.     }
  24347.     /**
  24348.      * Gets the private 'Aqarmap\Bundle\NotificationBundle\Types\ArpaPaymentCancelled' shared autowired service.
  24349.      *
  24350.      * @return \Aqarmap\Bundle\NotificationBundle\Types\ArpaPaymentCancelled
  24351.      */
  24352.     protected function getArpaPaymentCancelledService()
  24353.     {
  24354.         include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/StoppableEventInterface.php';
  24355.         include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/Event.php';
  24356.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/NotificationInterface.php';
  24357.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Notification.php';
  24358.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Types/ArpaPaymentCancelled.php';
  24359.         $this->privates['Aqarmap\\Bundle\\NotificationBundle\\Types\\ArpaPaymentCancelled'] = $instance = new \Aqarmap\Bundle\NotificationBundle\Types\ArpaPaymentCancelled();
  24360.         $instance->autowireParameterBag(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  24361.         return $instance;
  24362.     }
  24363.     /**
  24364.      * Gets the private 'Aqarmap\Bundle\NotificationBundle\Types\ArpaPaymentMissed' shared autowired service.
  24365.      *
  24366.      * @return \Aqarmap\Bundle\NotificationBundle\Types\ArpaPaymentMissed
  24367.      */
  24368.     protected function getArpaPaymentMissedService()
  24369.     {
  24370.         include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/StoppableEventInterface.php';
  24371.         include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/Event.php';
  24372.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/NotificationInterface.php';
  24373.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Notification.php';
  24374.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Types/ArpaPaymentMissed.php';
  24375.         $this->privates['Aqarmap\\Bundle\\NotificationBundle\\Types\\ArpaPaymentMissed'] = $instance = new \Aqarmap\Bundle\NotificationBundle\Types\ArpaPaymentMissed();
  24376.         $instance->autowireParameterBag(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  24377.         return $instance;
  24378.     }
  24379.     /**
  24380.      * Gets the private 'Aqarmap\Bundle\NotificationBundle\Types\ArpaPaymentSucceeded' shared autowired service.
  24381.      *
  24382.      * @return \Aqarmap\Bundle\NotificationBundle\Types\ArpaPaymentSucceeded
  24383.      */
  24384.     protected function getArpaPaymentSucceededService()
  24385.     {
  24386.         include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/StoppableEventInterface.php';
  24387.         include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/Event.php';
  24388.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/NotificationInterface.php';
  24389.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Notification.php';
  24390.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Types/ArpaPaymentSucceeded.php';
  24391.         $this->privates['Aqarmap\\Bundle\\NotificationBundle\\Types\\ArpaPaymentSucceeded'] = $instance = new \Aqarmap\Bundle\NotificationBundle\Types\ArpaPaymentSucceeded();
  24392.         $instance->autowireParameterBag(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  24393.         return $instance;
  24394.     }
  24395.     /**
  24396.      * Gets the private 'Aqarmap\Bundle\NotificationBundle\Types\ArpaRecurringPaymentSucceeded' shared autowired service.
  24397.      *
  24398.      * @return \Aqarmap\Bundle\NotificationBundle\Types\ArpaRecurringPaymentSucceeded
  24399.      */
  24400.     protected function getArpaRecurringPaymentSucceededService()
  24401.     {
  24402.         include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/StoppableEventInterface.php';
  24403.         include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/Event.php';
  24404.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/NotificationInterface.php';
  24405.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Notification.php';
  24406.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Types/ArpaRecurringPaymentSucceeded.php';
  24407.         $this->privates['Aqarmap\\Bundle\\NotificationBundle\\Types\\ArpaRecurringPaymentSucceeded'] = $instance = new \Aqarmap\Bundle\NotificationBundle\Types\ArpaRecurringPaymentSucceeded();
  24408.         $instance->autowireParameterBag(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  24409.         return $instance;
  24410.     }
  24411.     /**
  24412.      * Gets the private 'Aqarmap\Bundle\NotificationBundle\Types\CreditWasCharged' shared autowired service.
  24413.      *
  24414.      * @return \Aqarmap\Bundle\NotificationBundle\Types\CreditWasCharged
  24415.      */
  24416.     protected function getCreditWasChargedService()
  24417.     {
  24418.         include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/StoppableEventInterface.php';
  24419.         include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/Event.php';
  24420.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/NotificationInterface.php';
  24421.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Notification.php';
  24422.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Types/CreditWasCharged.php';
  24423.         $this->privates['Aqarmap\\Bundle\\NotificationBundle\\Types\\CreditWasCharged'] = $instance = new \Aqarmap\Bundle\NotificationBundle\Types\CreditWasCharged();
  24424.         $instance->autowireParameterBag(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  24425.         return $instance;
  24426.     }
  24427.     /**
  24428.      * Gets the private 'Aqarmap\Bundle\NotificationBundle\Types\CreditWasDeducted' shared autowired service.
  24429.      *
  24430.      * @return \Aqarmap\Bundle\NotificationBundle\Types\CreditWasDeducted
  24431.      */
  24432.     protected function getCreditWasDeductedService()
  24433.     {
  24434.         include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/StoppableEventInterface.php';
  24435.         include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/Event.php';
  24436.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/NotificationInterface.php';
  24437.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Notification.php';
  24438.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Types/CreditWasDeducted.php';
  24439.         $this->privates['Aqarmap\\Bundle\\NotificationBundle\\Types\\CreditWasDeducted'] = $instance = new \Aqarmap\Bundle\NotificationBundle\Types\CreditWasDeducted();
  24440.         $instance->autowireParameterBag(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  24441.         return $instance;
  24442.     }
  24443.     /**
  24444.      * Gets the private 'Aqarmap\Bundle\NotificationBundle\Types\DiscussionCommentWasApproved' shared autowired service.
  24445.      *
  24446.      * @return \Aqarmap\Bundle\NotificationBundle\Types\DiscussionCommentWasApproved
  24447.      */
  24448.     protected function getDiscussionCommentWasApprovedService()
  24449.     {
  24450.         include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/StoppableEventInterface.php';
  24451.         include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/Event.php';
  24452.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/NotificationInterface.php';
  24453.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Notification.php';
  24454.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Types/DiscussionCommentWasApproved.php';
  24455.         $this->privates['Aqarmap\\Bundle\\NotificationBundle\\Types\\DiscussionCommentWasApproved'] = $instance = new \Aqarmap\Bundle\NotificationBundle\Types\DiscussionCommentWasApproved();
  24456.         $instance->autowireParameterBag(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  24457.         return $instance;
  24458.     }
  24459.     /**
  24460.      * Gets the private 'Aqarmap\Bundle\NotificationBundle\Types\DiscussionCommentWasPublished' shared autowired service.
  24461.      *
  24462.      * @return \Aqarmap\Bundle\NotificationBundle\Types\DiscussionCommentWasPublished
  24463.      */
  24464.     protected function getDiscussionCommentWasPublishedService()
  24465.     {
  24466.         include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/StoppableEventInterface.php';
  24467.         include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/Event.php';
  24468.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/NotificationInterface.php';
  24469.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Notification.php';
  24470.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Types/DiscussionCommentWasPublished.php';
  24471.         $this->privates['Aqarmap\\Bundle\\NotificationBundle\\Types\\DiscussionCommentWasPublished'] = $instance = new \Aqarmap\Bundle\NotificationBundle\Types\DiscussionCommentWasPublished();
  24472.         $instance->autowireParameterBag(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  24473.         return $instance;
  24474.     }
  24475.     /**
  24476.      * Gets the private 'Aqarmap\Bundle\NotificationBundle\Types\DiscussionHasNewComment' shared autowired service.
  24477.      *
  24478.      * @return \Aqarmap\Bundle\NotificationBundle\Types\DiscussionHasNewComment
  24479.      */
  24480.     protected function getDiscussionHasNewCommentService()
  24481.     {
  24482.         include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/StoppableEventInterface.php';
  24483.         include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/Event.php';
  24484.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/NotificationInterface.php';
  24485.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Notification.php';
  24486.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Types/DiscussionHasNewComment.php';
  24487.         $this->privates['Aqarmap\\Bundle\\NotificationBundle\\Types\\DiscussionHasNewComment'] = $instance = new \Aqarmap\Bundle\NotificationBundle\Types\DiscussionHasNewComment();
  24488.         $instance->autowireParameterBag(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  24489.         return $instance;
  24490.     }
  24491.     /**
  24492.      * Gets the private 'Aqarmap\Bundle\NotificationBundle\Types\DiscussionWasApproved' shared autowired service.
  24493.      *
  24494.      * @return \Aqarmap\Bundle\NotificationBundle\Types\DiscussionWasApproved
  24495.      */
  24496.     protected function getDiscussionWasApprovedService()
  24497.     {
  24498.         include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/StoppableEventInterface.php';
  24499.         include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/Event.php';
  24500.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/NotificationInterface.php';
  24501.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Notification.php';
  24502.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Types/DiscussionWasApproved.php';
  24503.         $this->privates['Aqarmap\\Bundle\\NotificationBundle\\Types\\DiscussionWasApproved'] = $instance = new \Aqarmap\Bundle\NotificationBundle\Types\DiscussionWasApproved();
  24504.         $instance->autowireParameterBag(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  24505.         return $instance;
  24506.     }
  24507.     /**
  24508.      * Gets the private 'Aqarmap\Bundle\NotificationBundle\Types\DiscussionWasPublished' shared autowired service.
  24509.      *
  24510.      * @return \Aqarmap\Bundle\NotificationBundle\Types\DiscussionWasPublished
  24511.      */
  24512.     protected function getDiscussionWasPublishedService()
  24513.     {
  24514.         include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/StoppableEventInterface.php';
  24515.         include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/Event.php';
  24516.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/NotificationInterface.php';
  24517.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Notification.php';
  24518.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Types/DiscussionWasPublished.php';
  24519.         $this->privates['Aqarmap\\Bundle\\NotificationBundle\\Types\\DiscussionWasPublished'] = $instance = new \Aqarmap\Bundle\NotificationBundle\Types\DiscussionWasPublished(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\Setting'] ?? $this->getSettingService()));
  24520.         $instance->autowireParameterBag(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  24521.         return $instance;
  24522.     }
  24523.     /**
  24524.      * Gets the private 'Aqarmap\Bundle\NotificationBundle\Types\DiscussionWasPublishedWithHandler' shared autowired service.
  24525.      *
  24526.      * @return \Aqarmap\Bundle\NotificationBundle\Types\DiscussionWasPublishedWithHandler
  24527.      */
  24528.     protected function getDiscussionWasPublishedWithHandlerService()
  24529.     {
  24530.         include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/StoppableEventInterface.php';
  24531.         include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/Event.php';
  24532.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/NotificationInterface.php';
  24533.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Notification.php';
  24534.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Types/DiscussionWasPublishedWithHandler.php';
  24535.         $this->privates['Aqarmap\\Bundle\\NotificationBundle\\Types\\DiscussionWasPublishedWithHandler'] = $instance = new \Aqarmap\Bundle\NotificationBundle\Types\DiscussionWasPublishedWithHandler(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Aqarmap\\Bundle\\DiscussionBundle\\Service\\DiscussionService'] ?? $this->getDiscussionServiceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserManager'] ?? $this->getUserManagerService()), ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\Setting'] ?? $this->getSettingService()));
  24536.         $instance->autowireParameterBag(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  24537.         return $instance;
  24538.     }
  24539.     /**
  24540.      * Gets the private 'Aqarmap\Bundle\NotificationBundle\Types\DiscussionWasRejected' shared autowired service.
  24541.      *
  24542.      * @return \Aqarmap\Bundle\NotificationBundle\Types\DiscussionWasRejected
  24543.      */
  24544.     protected function getDiscussionWasRejectedService()
  24545.     {
  24546.         include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/StoppableEventInterface.php';
  24547.         include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/Event.php';
  24548.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/NotificationInterface.php';
  24549.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Notification.php';
  24550.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Types/DiscussionWasRejected.php';
  24551.         $this->privates['Aqarmap\\Bundle\\NotificationBundle\\Types\\DiscussionWasRejected'] = $instance = new \Aqarmap\Bundle\NotificationBundle\Types\DiscussionWasRejected();
  24552.         $instance->autowireParameterBag(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  24553.         return $instance;
  24554.     }
  24555.     /**
  24556.      * Gets the private 'Aqarmap\Bundle\NotificationBundle\Types\ExchangeRequestWasCreated' shared autowired service.
  24557.      *
  24558.      * @return \Aqarmap\Bundle\NotificationBundle\Types\ExchangeRequestWasCreated
  24559.      */
  24560.     protected function getExchangeRequestWasCreatedService()
  24561.     {
  24562.         include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/StoppableEventInterface.php';
  24563.         include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/Event.php';
  24564.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/NotificationInterface.php';
  24565.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Notification.php';
  24566.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Types/ExchangeRequestWasCreated.php';
  24567.         $this->privates['Aqarmap\\Bundle\\NotificationBundle\\Types\\ExchangeRequestWasCreated'] = $instance = new \Aqarmap\Bundle\NotificationBundle\Types\ExchangeRequestWasCreated();
  24568.         $instance->autowireParameterBag(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  24569.         return $instance;
  24570.     }
  24571.     /**
  24572.      * Gets the private 'Aqarmap\Bundle\NotificationBundle\Types\LeadGenerated' shared autowired service.
  24573.      *
  24574.      * @return \Aqarmap\Bundle\NotificationBundle\Types\LeadGenerated
  24575.      */
  24576.     protected function getLeadGeneratedService()
  24577.     {
  24578.         include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/StoppableEventInterface.php';
  24579.         include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/Event.php';
  24580.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/NotificationInterface.php';
  24581.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Notification.php';
  24582.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Types/LeadGenerated.php';
  24583.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  24584.         if (isset($this->privates['Aqarmap\\Bundle\\NotificationBundle\\Types\\LeadGenerated'])) {
  24585.             return $this->privates['Aqarmap\\Bundle\\NotificationBundle\\Types\\LeadGenerated'];
  24586.         }
  24587.         $b = ($this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\ElasticListingSearch\\DefaultListingSearch'] ?? $this->getDefaultListingSearchService());
  24588.         if (isset($this->privates['Aqarmap\\Bundle\\NotificationBundle\\Types\\LeadGenerated'])) {
  24589.             return $this->privates['Aqarmap\\Bundle\\NotificationBundle\\Types\\LeadGenerated'];
  24590.         }
  24591.         $c = ($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'] ?? $this->getListingManagerService());
  24592.         if (isset($this->privates['Aqarmap\\Bundle\\NotificationBundle\\Types\\LeadGenerated'])) {
  24593.             return $this->privates['Aqarmap\\Bundle\\NotificationBundle\\Types\\LeadGenerated'];
  24594.         }
  24595.         $this->privates['Aqarmap\\Bundle\\NotificationBundle\\Types\\LeadGenerated'] = $instance = new \Aqarmap\Bundle\NotificationBundle\Types\LeadGenerated($a$b$c);
  24596.         $instance->autowireParameterBag(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  24597.         return $instance;
  24598.     }
  24599.     /**
  24600.      * Gets the private 'Aqarmap\Bundle\NotificationBundle\Types\ListingHasExpired' shared autowired service.
  24601.      *
  24602.      * @return \Aqarmap\Bundle\NotificationBundle\Types\ListingHasExpired
  24603.      */
  24604.     protected function getListingHasExpiredService()
  24605.     {
  24606.         include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/StoppableEventInterface.php';
  24607.         include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/Event.php';
  24608.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/NotificationInterface.php';
  24609.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Notification.php';
  24610.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Types/ListingHasExpired.php';
  24611.         $this->privates['Aqarmap\\Bundle\\NotificationBundle\\Types\\ListingHasExpired'] = $instance = new \Aqarmap\Bundle\NotificationBundle\Types\ListingHasExpired();
  24612.         $instance->autowireParameterBag(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  24613.         return $instance;
  24614.     }
  24615.     /**
  24616.      * Gets the private 'Aqarmap\Bundle\NotificationBundle\Types\ListingWasApprovedForFeaturing' shared autowired service.
  24617.      *
  24618.      * @return \Aqarmap\Bundle\NotificationBundle\Types\ListingWasApprovedForFeaturing
  24619.      */
  24620.     protected function getListingWasApprovedForFeaturingService()
  24621.     {
  24622.         include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/StoppableEventInterface.php';
  24623.         include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/Event.php';
  24624.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/NotificationInterface.php';
  24625.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Notification.php';
  24626.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Types/ListingWasApprovedForFeaturing.php';
  24627.         $this->privates['Aqarmap\\Bundle\\NotificationBundle\\Types\\ListingWasApprovedForFeaturing'] = $instance = new \Aqarmap\Bundle\NotificationBundle\Types\ListingWasApprovedForFeaturing();
  24628.         $instance->autowireParameterBag(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  24629.         return $instance;
  24630.     }
  24631.     /**
  24632.      * Gets the private 'Aqarmap\Bundle\NotificationBundle\Types\ListingWasPublished' shared autowired service.
  24633.      *
  24634.      * @return \Aqarmap\Bundle\NotificationBundle\Types\ListingWasPublished
  24635.      */
  24636.     protected function getListingWasPublishedService()
  24637.     {
  24638.         include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/StoppableEventInterface.php';
  24639.         include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/Event.php';
  24640.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/NotificationInterface.php';
  24641.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Notification.php';
  24642.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Types/ListingWasPublished.php';
  24643.         $this->privates['Aqarmap\\Bundle\\NotificationBundle\\Types\\ListingWasPublished'] = $instance = new \Aqarmap\Bundle\NotificationBundle\Types\ListingWasPublished();
  24644.         $instance->autowireParameterBag(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  24645.         return $instance;
  24646.     }
  24647.     /**
  24648.      * Gets the private 'Aqarmap\Bundle\NotificationBundle\Types\ListingWasRejected' shared autowired service.
  24649.      *
  24650.      * @return \Aqarmap\Bundle\NotificationBundle\Types\ListingWasRejected
  24651.      */
  24652.     protected function getListingWasRejectedService()
  24653.     {
  24654.         include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/StoppableEventInterface.php';
  24655.         include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/Event.php';
  24656.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/NotificationInterface.php';
  24657.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Notification.php';
  24658.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Types/ListingWasRejected.php';
  24659.         $this->privates['Aqarmap\\Bundle\\NotificationBundle\\Types\\ListingWasRejected'] = $instance = new \Aqarmap\Bundle\NotificationBundle\Types\ListingWasRejected();
  24660.         $instance->autowireParameterBag(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  24661.         return $instance;
  24662.     }
  24663.     /**
  24664.      * Gets the private 'Aqarmap\Bundle\NotificationBundle\Types\ListingWasRejectedForFeaturing' shared autowired service.
  24665.      *
  24666.      * @return \Aqarmap\Bundle\NotificationBundle\Types\ListingWasRejectedForFeaturing
  24667.      */
  24668.     protected function getListingWasRejectedForFeaturingService()
  24669.     {
  24670.         include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/StoppableEventInterface.php';
  24671.         include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/Event.php';
  24672.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/NotificationInterface.php';
  24673.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Notification.php';
  24674.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Types/ListingWasRejectedForFeaturing.php';
  24675.         $this->privates['Aqarmap\\Bundle\\NotificationBundle\\Types\\ListingWasRejectedForFeaturing'] = $instance = new \Aqarmap\Bundle\NotificationBundle\Types\ListingWasRejectedForFeaturing();
  24676.         $instance->autowireParameterBag(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  24677.         return $instance;
  24678.     }
  24679.     /**
  24680.      * Gets the private 'Aqarmap\Bundle\NotificationBundle\Types\ListingWasScraped' shared autowired service.
  24681.      *
  24682.      * @return \Aqarmap\Bundle\NotificationBundle\Types\ListingWasScraped
  24683.      */
  24684.     protected function getListingWasScrapedService()
  24685.     {
  24686.         include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/StoppableEventInterface.php';
  24687.         include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/Event.php';
  24688.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/NotificationInterface.php';
  24689.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Notification.php';
  24690.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Types/ListingWasScraped.php';
  24691.         $this->privates['Aqarmap\\Bundle\\NotificationBundle\\Types\\ListingWasScraped'] = $instance = new \Aqarmap\Bundle\NotificationBundle\Types\ListingWasScraped();
  24692.         $instance->autowireParameterBag(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  24693.         return $instance;
  24694.     }
  24695.     /**
  24696.      * Gets the private 'Aqarmap\Bundle\NotificationBundle\Types\ListingWasSoldByOwner' shared autowired service.
  24697.      *
  24698.      * @return \Aqarmap\Bundle\NotificationBundle\Types\ListingWasSoldByOwner
  24699.      */
  24700.     protected function getListingWasSoldByOwnerService()
  24701.     {
  24702.         include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/StoppableEventInterface.php';
  24703.         include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/Event.php';
  24704.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/NotificationInterface.php';
  24705.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Notification.php';
  24706.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Types/ListingWasSoldByOwner.php';
  24707.         $this->privates['Aqarmap\\Bundle\\NotificationBundle\\Types\\ListingWasSoldByOwner'] = $instance = new \Aqarmap\Bundle\NotificationBundle\Types\ListingWasSoldByOwner();
  24708.         $instance->autowireParameterBag(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  24709.         return $instance;
  24710.     }
  24711.     /**
  24712.      * Gets the private 'Aqarmap\Bundle\NotificationBundle\Types\NotificationChannelsApi' shared autowired service.
  24713.      *
  24714.      * @return \Aqarmap\Bundle\NotificationBundle\Types\NotificationChannelsApi
  24715.      */
  24716.     protected function getNotificationChannelsApiService()
  24717.     {
  24718.         include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/StoppableEventInterface.php';
  24719.         include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/Event.php';
  24720.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/NotificationInterface.php';
  24721.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Notification.php';
  24722.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Types/NotificationChannelsApi.php';
  24723.         $this->privates['Aqarmap\\Bundle\\NotificationBundle\\Types\\NotificationChannelsApi'] = $instance = new \Aqarmap\Bundle\NotificationBundle\Types\NotificationChannelsApi();
  24724.         $instance->autowireParameterBag(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  24725.         return $instance;
  24726.     }
  24727.     /**
  24728.      * Gets the private 'Aqarmap\Bundle\NotificationBundle\Types\PaymentWasFailed' shared autowired service.
  24729.      *
  24730.      * @return \Aqarmap\Bundle\NotificationBundle\Types\PaymentWasFailed
  24731.      */
  24732.     protected function getPaymentWasFailedService()
  24733.     {
  24734.         include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/StoppableEventInterface.php';
  24735.         include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/Event.php';
  24736.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/NotificationInterface.php';
  24737.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Notification.php';
  24738.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Types/PaymentWasFailed.php';
  24739.         $this->privates['Aqarmap\\Bundle\\NotificationBundle\\Types\\PaymentWasFailed'] = $instance = new \Aqarmap\Bundle\NotificationBundle\Types\PaymentWasFailed();
  24740.         $instance->autowireParameterBag(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  24741.         return $instance;
  24742.     }
  24743.     /**
  24744.      * Gets the private 'Aqarmap\Bundle\NotificationBundle\Types\ReminderPackageExpiration' shared autowired service.
  24745.      *
  24746.      * @return \Aqarmap\Bundle\NotificationBundle\Types\ReminderPackageExpiration
  24747.      */
  24748.     protected function getReminderPackageExpirationService()
  24749.     {
  24750.         include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/StoppableEventInterface.php';
  24751.         include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/Event.php';
  24752.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/NotificationInterface.php';
  24753.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Notification.php';
  24754.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Types/ReminderPackageExpiration.php';
  24755.         $this->privates['Aqarmap\\Bundle\\NotificationBundle\\Types\\ReminderPackageExpiration'] = $instance = new \Aqarmap\Bundle\NotificationBundle\Types\ReminderPackageExpiration(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Aqarmap\\Bundle\\CreditBundle\\Services\\CreditManager'] ?? $this->getCreditManagerService()));
  24756.         $instance->autowireParameterBag(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  24757.         return $instance;
  24758.     }
  24759.     /**
  24760.      * Gets the private 'Aqarmap\Bundle\NotificationBundle\Types\SendNotificationChunk' shared autowired service.
  24761.      *
  24762.      * @return \Aqarmap\Bundle\NotificationBundle\Types\SendNotificationChunk
  24763.      */
  24764.     protected function getSendNotificationChunkService()
  24765.     {
  24766.         include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/StoppableEventInterface.php';
  24767.         include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/Event.php';
  24768.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/NotificationInterface.php';
  24769.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Notification.php';
  24770.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Types/SendNotificationChunk.php';
  24771.         $this->privates['Aqarmap\\Bundle\\NotificationBundle\\Types\\SendNotificationChunk'] = $instance = new \Aqarmap\Bundle\NotificationBundle\Types\SendNotificationChunk();
  24772.         $instance->autowireParameterBag(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  24773.         return $instance;
  24774.     }
  24775.     /**
  24776.      * Gets the private 'Aqarmap\Bundle\NotificationBundle\Types\SimilarListingsLeadNotification' shared autowired service.
  24777.      *
  24778.      * @return \Aqarmap\Bundle\NotificationBundle\Types\SimilarListingsLeadNotification
  24779.      */
  24780.     protected function getSimilarListingsLeadNotificationService()
  24781.     {
  24782.         include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/StoppableEventInterface.php';
  24783.         include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/Event.php';
  24784.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/NotificationInterface.php';
  24785.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Notification.php';
  24786.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Types/SimilarListingsLeadNotification.php';
  24787.         $this->privates['Aqarmap\\Bundle\\NotificationBundle\\Types\\SimilarListingsLeadNotification'] = $instance = new \Aqarmap\Bundle\NotificationBundle\Types\SimilarListingsLeadNotification();
  24788.         $instance->autowireParameterBag(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  24789.         return $instance;
  24790.     }
  24791.     /**
  24792.      * Gets the private 'Aqarmap\Bundle\NotificationBundle\Types\UserLogoWasRejected' shared autowired service.
  24793.      *
  24794.      * @return \Aqarmap\Bundle\NotificationBundle\Types\UserLogoWasRejected
  24795.      */
  24796.     protected function getUserLogoWasRejectedService()
  24797.     {
  24798.         include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/StoppableEventInterface.php';
  24799.         include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/Event.php';
  24800.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/NotificationInterface.php';
  24801.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Notification.php';
  24802.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Types/UserLogoWasRejected.php';
  24803.         $this->privates['Aqarmap\\Bundle\\NotificationBundle\\Types\\UserLogoWasRejected'] = $instance = new \Aqarmap\Bundle\NotificationBundle\Types\UserLogoWasRejected();
  24804.         $instance->autowireParameterBag(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  24805.         return $instance;
  24806.     }
  24807.     /**
  24808.      * Gets the private 'Aqarmap\Bundle\NotificationBundle\Types\UserPasswordReset' shared autowired service.
  24809.      *
  24810.      * @return \Aqarmap\Bundle\NotificationBundle\Types\UserPasswordReset
  24811.      */
  24812.     protected function getUserPasswordResetService()
  24813.     {
  24814.         include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/StoppableEventInterface.php';
  24815.         include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/Event.php';
  24816.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/NotificationInterface.php';
  24817.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Notification.php';
  24818.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Types/UserPasswordReset.php';
  24819.         $this->privates['Aqarmap\\Bundle\\NotificationBundle\\Types\\UserPasswordReset'] = $instance = new \Aqarmap\Bundle\NotificationBundle\Types\UserPasswordReset();
  24820.         $instance->autowireParameterBag(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  24821.         return $instance;
  24822.     }
  24823.     /**
  24824.      * Gets the private 'Aqarmap\Bundle\NotificationBundle\Types\UserPersonalPhotoWasRejected' shared autowired service.
  24825.      *
  24826.      * @return \Aqarmap\Bundle\NotificationBundle\Types\UserPersonalPhotoWasRejected
  24827.      */
  24828.     protected function getUserPersonalPhotoWasRejectedService()
  24829.     {
  24830.         include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/StoppableEventInterface.php';
  24831.         include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/Event.php';
  24832.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/NotificationInterface.php';
  24833.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Notification.php';
  24834.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Types/UserPersonalPhotoWasRejected.php';
  24835.         $this->privates['Aqarmap\\Bundle\\NotificationBundle\\Types\\UserPersonalPhotoWasRejected'] = $instance = new \Aqarmap\Bundle\NotificationBundle\Types\UserPersonalPhotoWasRejected();
  24836.         $instance->autowireParameterBag(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  24837.         return $instance;
  24838.     }
  24839.     /**
  24840.      * Gets the private 'Aqarmap\Bundle\NotificationBundle\Types\UserWasLogged' shared autowired service.
  24841.      *
  24842.      * @return \Aqarmap\Bundle\NotificationBundle\Types\UserWasLogged
  24843.      */
  24844.     protected function getUserWasLoggedService()
  24845.     {
  24846.         include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/StoppableEventInterface.php';
  24847.         include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/Event.php';
  24848.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/NotificationInterface.php';
  24849.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Notification.php';
  24850.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Types/UserWasLogged.php';
  24851.         $this->privates['Aqarmap\\Bundle\\NotificationBundle\\Types\\UserWasLogged'] = $instance = new \Aqarmap\Bundle\NotificationBundle\Types\UserWasLogged();
  24852.         $instance->autowireParameterBag(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  24853.         return $instance;
  24854.     }
  24855.     /**
  24856.      * Gets the private 'Aqarmap\Bundle\NotificationBundle\Types\UserWasSignup' shared autowired service.
  24857.      *
  24858.      * @return \Aqarmap\Bundle\NotificationBundle\Types\UserWasSignup
  24859.      */
  24860.     protected function getUserWasSignupService()
  24861.     {
  24862.         include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/StoppableEventInterface.php';
  24863.         include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/Event.php';
  24864.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/NotificationInterface.php';
  24865.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Notification.php';
  24866.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Types/UserWasSignup.php';
  24867.         $this->privates['Aqarmap\\Bundle\\NotificationBundle\\Types\\UserWasSignup'] = $instance = new \Aqarmap\Bundle\NotificationBundle\Types\UserWasSignup();
  24868.         $instance->autowireParameterBag(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  24869.         return $instance;
  24870.     }
  24871.     /**
  24872.      * Gets the private 'Aqarmap\Bundle\NotificationBundle\UserSubscriber' shared autowired service.
  24873.      *
  24874.      * @return \Aqarmap\Bundle\NotificationBundle\UserSubscriber
  24875.      */
  24876.     protected function getUserSubscriberService()
  24877.     {
  24878.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/UserSubscriber.php';
  24879.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  24880.         if (isset($this->privates['Aqarmap\\Bundle\\NotificationBundle\\UserSubscriber'])) {
  24881.             return $this->privates['Aqarmap\\Bundle\\NotificationBundle\\UserSubscriber'];
  24882.         }
  24883.         return $this->privates['Aqarmap\\Bundle\\NotificationBundle\\UserSubscriber'] = new \Aqarmap\Bundle\NotificationBundle\UserSubscriber($a);
  24884.     }
  24885.     /**
  24886.      * Gets the private 'Aqarmap\Bundle\NotifierBundle\Command\CalculateStatisticsCommand' shared autowired service.
  24887.      *
  24888.      * @return \Aqarmap\Bundle\NotifierBundle\Command\CalculateStatisticsCommand
  24889.      */
  24890.     protected function getCalculateStatisticsCommandService()
  24891.     {
  24892.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  24893.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotifierBundle/Command/CalculateStatisticsCommand.php';
  24894.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotifierBundle/Service/NotifierStatisticsCalculatorService.php';
  24895.         $this->privates['Aqarmap\\Bundle\\NotifierBundle\\Command\\CalculateStatisticsCommand'] = $instance = new \Aqarmap\Bundle\NotifierBundle\Command\CalculateStatisticsCommand(new \Aqarmap\Bundle\NotifierBundle\Service\NotifierStatisticsCalculatorService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())));
  24896.         $instance->setName('app:notifier:statistics:calculate');
  24897.         return $instance;
  24898.     }
  24899.     /**
  24900.      * Gets the private 'Aqarmap\Bundle\NotifierBundle\EventListener\NotifierInteractionListener' shared autowired service.
  24901.      *
  24902.      * @return \Aqarmap\Bundle\NotifierBundle\EventListener\NotifierInteractionListener
  24903.      */
  24904.     protected function getNotifierInteractionListenerService()
  24905.     {
  24906.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotifierBundle/EventListener/NotifierInteractionListener.php';
  24907.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  24908.         if (isset($this->privates['Aqarmap\\Bundle\\NotifierBundle\\EventListener\\NotifierInteractionListener'])) {
  24909.             return $this->privates['Aqarmap\\Bundle\\NotifierBundle\\EventListener\\NotifierInteractionListener'];
  24910.         }
  24911.         return $this->privates['Aqarmap\\Bundle\\NotifierBundle\\EventListener\\NotifierInteractionListener'] = new \Aqarmap\Bundle\NotifierBundle\EventListener\NotifierInteractionListener($a);
  24912.     }
  24913.     /**
  24914.      * Gets the private 'Aqarmap\Bundle\NotifierBundle\EventListener\NotifierSubscribeListener' shared autowired service.
  24915.      *
  24916.      * @return \Aqarmap\Bundle\NotifierBundle\EventListener\NotifierSubscribeListener
  24917.      */
  24918.     protected function getNotifierSubscribeListener2Service()
  24919.     {
  24920.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotifierBundle/EventListener/NotifierSubscribeListener.php';
  24921.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  24922.         if (isset($this->privates['Aqarmap\\Bundle\\NotifierBundle\\EventListener\\NotifierSubscribeListener'])) {
  24923.             return $this->privates['Aqarmap\\Bundle\\NotifierBundle\\EventListener\\NotifierSubscribeListener'];
  24924.         }
  24925.         $b = ($this->privates['Aqarmap\\Bundle\\NotifierBundle\\Service\\NotifierManager'] ?? $this->getNotifierManagerService());
  24926.         if (isset($this->privates['Aqarmap\\Bundle\\NotifierBundle\\EventListener\\NotifierSubscribeListener'])) {
  24927.             return $this->privates['Aqarmap\\Bundle\\NotifierBundle\\EventListener\\NotifierSubscribeListener'];
  24928.         }
  24929.         return $this->privates['Aqarmap\\Bundle\\NotifierBundle\\EventListener\\NotifierSubscribeListener'] = new \Aqarmap\Bundle\NotifierBundle\EventListener\NotifierSubscribeListener($a$b);
  24930.     }
  24931.     /**
  24932.      * Gets the private 'Aqarmap\Bundle\NotifierBundle\Form\DashboardOptionsType' shared autowired service.
  24933.      *
  24934.      * @return \Aqarmap\Bundle\NotifierBundle\Form\DashboardOptionsType
  24935.      */
  24936.     protected function getDashboardOptionsTypeService()
  24937.     {
  24938.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  24939.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  24940.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotifierBundle/Form/DashboardOptionsType.php';
  24941.         return $this->privates['Aqarmap\\Bundle\\NotifierBundle\\Form\\DashboardOptionsType'] = new \Aqarmap\Bundle\NotifierBundle\Form\DashboardOptionsType();
  24942.     }
  24943.     /**
  24944.      * Gets the private 'Aqarmap\Bundle\NotifierBundle\Form\NotifierApiType' shared autowired service.
  24945.      *
  24946.      * @return \Aqarmap\Bundle\NotifierBundle\Form\NotifierApiType
  24947.      */
  24948.     protected function getNotifierApiTypeService()
  24949.     {
  24950.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  24951.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  24952.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotifierBundle/Form/NotifierApiType.php';
  24953.         return $this->privates['Aqarmap\\Bundle\\NotifierBundle\\Form\\NotifierApiType'] = new \Aqarmap\Bundle\NotifierBundle\Form\NotifierApiType();
  24954.     }
  24955.     /**
  24956.      * Gets the private 'Aqarmap\Bundle\NotifierBundle\Form\NotifierSettingsType' shared autowired service.
  24957.      *
  24958.      * @return \Aqarmap\Bundle\NotifierBundle\Form\NotifierSettingsType
  24959.      */
  24960.     protected function getNotifierSettingsTypeService()
  24961.     {
  24962.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  24963.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  24964.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotifierBundle/Form/NotifierSettingsType.php';
  24965.         return $this->privates['Aqarmap\\Bundle\\NotifierBundle\\Form\\NotifierSettingsType'] = new \Aqarmap\Bundle\NotifierBundle\Form\NotifierSettingsType();
  24966.     }
  24967.     /**
  24968.      * Gets the private 'Aqarmap\Bundle\NotifierBundle\Form\NotifierType' shared autowired service.
  24969.      *
  24970.      * @return \Aqarmap\Bundle\NotifierBundle\Form\NotifierType
  24971.      */
  24972.     protected function getNotifierTypeService()
  24973.     {
  24974.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  24975.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  24976.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotifierBundle/Form/NotifierType.php';
  24977.         return $this->privates['Aqarmap\\Bundle\\NotifierBundle\\Form\\NotifierType'] = new \Aqarmap\Bundle\NotifierBundle\Form\NotifierType();
  24978.     }
  24979.     /**
  24980.      * Gets the private 'Aqarmap\Bundle\NotifierBundle\Repository\NotifierRepository' shared autowired service.
  24981.      *
  24982.      * @return \Aqarmap\Bundle\NotifierBundle\Repository\NotifierRepository
  24983.      */
  24984.     protected function getNotifierRepositoryService()
  24985.     {
  24986.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotifierBundle/Repository/NotifierRepository.php';
  24987.         return $this->privates['Aqarmap\\Bundle\\NotifierBundle\\Repository\\NotifierRepository'] = new \Aqarmap\Bundle\NotifierBundle\Repository\NotifierRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24988.     }
  24989.     /**
  24990.      * Gets the private 'Aqarmap\Bundle\NotifierBundle\Repository\NotifierSettingRepository' shared autowired service.
  24991.      *
  24992.      * @return \Aqarmap\Bundle\NotifierBundle\Repository\NotifierSettingRepository
  24993.      */
  24994.     protected function getNotifierSettingRepositoryService()
  24995.     {
  24996.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotifierBundle/Repository/NotifierSettingRepository.php';
  24997.         return $this->privates['Aqarmap\\Bundle\\NotifierBundle\\Repository\\NotifierSettingRepository'] = new \Aqarmap\Bundle\NotifierBundle\Repository\NotifierSettingRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24998.     }
  24999.     /**
  25000.      * Gets the private 'Aqarmap\Bundle\NotifierBundle\Service\NotifierManager' shared autowired service.
  25001.      *
  25002.      * @return \Aqarmap\Bundle\NotifierBundle\Service\NotifierManager
  25003.      */
  25004.     protected function getNotifierManagerService()
  25005.     {
  25006.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  25007.         if (isset($this->privates['Aqarmap\\Bundle\\NotifierBundle\\Service\\NotifierManager'])) {
  25008.             return $this->privates['Aqarmap\\Bundle\\NotifierBundle\\Service\\NotifierManager'];
  25009.         }
  25010.         $b = ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\PriceExtender'] ?? $this->getPriceExtenderService());
  25011.         if (isset($this->privates['Aqarmap\\Bundle\\NotifierBundle\\Service\\NotifierManager'])) {
  25012.             return $this->privates['Aqarmap\\Bundle\\NotifierBundle\\Service\\NotifierManager'];
  25013.         }
  25014.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  25015.         if (isset($this->privates['Aqarmap\\Bundle\\NotifierBundle\\Service\\NotifierManager'])) {
  25016.             return $this->privates['Aqarmap\\Bundle\\NotifierBundle\\Service\\NotifierManager'];
  25017.         }
  25018.         $d = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  25019.         if (isset($this->privates['Aqarmap\\Bundle\\NotifierBundle\\Service\\NotifierManager'])) {
  25020.             return $this->privates['Aqarmap\\Bundle\\NotifierBundle\\Service\\NotifierManager'];
  25021.         }
  25022.         return $this->privates['Aqarmap\\Bundle\\NotifierBundle\\Service\\NotifierManager'] = new \Aqarmap\Bundle\NotifierBundle\Service\NotifierManager($a$b$c$d);
  25023.     }
  25024.     /**
  25025.      * Gets the private 'Aqarmap\Bundle\NotifierBundle\Strategy\AddNewNotifierStrategy' shared autowired service.
  25026.      *
  25027.      * @return \Aqarmap\Bundle\NotifierBundle\Strategy\AddNewNotifierStrategy
  25028.      */
  25029.     protected function getAddNewNotifierStrategyService()
  25030.     {
  25031.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Contract/Consumer/StrategyInterface.php';
  25032.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotifierBundle/Strategy/AddNewNotifierStrategy.php';
  25033.         return $this->privates['Aqarmap\\Bundle\\NotifierBundle\\Strategy\\AddNewNotifierStrategy'] = new \Aqarmap\Bundle\NotifierBundle\Strategy\AddNewNotifierStrategy(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Aqarmap\\Bundle\\NotifierBundle\\Service\\NotifierManager'] ?? $this->getNotifierManagerService()));
  25034.     }
  25035.     /**
  25036.      * Gets the private 'Aqarmap\Bundle\OTPBundle\Service\OtpService' shared autowired service.
  25037.      *
  25038.      * @return \Aqarmap\Bundle\OTPBundle\Service\OtpService
  25039.      */
  25040.     protected function getOtpServiceService()
  25041.     {
  25042.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  25043.         if (isset($this->privates['Aqarmap\\Bundle\\OTPBundle\\Service\\OtpService'])) {
  25044.             return $this->privates['Aqarmap\\Bundle\\OTPBundle\\Service\\OtpService'];
  25045.         }
  25046.         $b = ($this->services['Aqarmap\\Bundle\\FeatureToggleBundle\\Service\\FeatureToggleManager'] ?? $this->getFeatureToggleManagerService());
  25047.         if (isset($this->privates['Aqarmap\\Bundle\\OTPBundle\\Service\\OtpService'])) {
  25048.             return $this->privates['Aqarmap\\Bundle\\OTPBundle\\Service\\OtpService'];
  25049.         }
  25050.         return $this->privates['Aqarmap\\Bundle\\OTPBundle\\Service\\OtpService'] = new \Aqarmap\Bundle\OTPBundle\Service\OtpService(($this->privates['App\\Service\\SMSManager'] ?? $this->getSMSManagerService()), new \Aqarmap\Bundle\OTPBundle\Service\OtpGeneratorService(), $a$b, ($this->services['translator'] ?? $this->getTranslatorService()));
  25051.     }
  25052.     /**
  25053.      * Gets the private 'Aqarmap\Bundle\PaymentBundle\Command\CreditAnalysisWarmupCommand' shared autowired service.
  25054.      *
  25055.      * @return \Aqarmap\Bundle\PaymentBundle\Command\CreditAnalysisWarmupCommand
  25056.      */
  25057.     protected function getCreditAnalysisWarmupCommandService()
  25058.     {
  25059.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25060.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/PaymentBundle/Command/CreditAnalysisWarmupCommand.php';
  25061.         $this->privates['Aqarmap\\Bundle\\PaymentBundle\\Command\\CreditAnalysisWarmupCommand'] = $instance = new \Aqarmap\Bundle\PaymentBundle\Command\CreditAnalysisWarmupCommand(($this->privates['Aqarmap\\Bundle\\CreditBundle\\Services\\CreditAnalysisManager'] ?? $this->getCreditAnalysisManagerService()));
  25062.         $instance->setName('app:credit:analysis:warmup');
  25063.         return $instance;
  25064.     }
  25065.     /**
  25066.      * Gets the private 'Aqarmap\Bundle\PaymentBundle\Command\PatchUpdatePaymentTypeCommand' shared autowired service.
  25067.      *
  25068.      * @return \Aqarmap\Bundle\PaymentBundle\Command\PatchUpdatePaymentTypeCommand
  25069.      */
  25070.     protected function getPatchUpdatePaymentTypeCommandService()
  25071.     {
  25072.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25073.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/PaymentBundle/Command/PatchUpdatePaymentTypeCommand.php';
  25074.         $this->privates['Aqarmap\\Bundle\\PaymentBundle\\Command\\PatchUpdatePaymentTypeCommand'] = $instance = new \Aqarmap\Bundle\PaymentBundle\Command\PatchUpdatePaymentTypeCommand();
  25075.         $instance->setName('app:patch:payment-type');
  25076.         return $instance;
  25077.     }
  25078.     /**
  25079.      * Gets the private 'Aqarmap\Bundle\PaymentBundle\Command\PatchUpdateRemainingSubscriptionDaysCommand' shared autowired service.
  25080.      *
  25081.      * @return \Aqarmap\Bundle\PaymentBundle\Command\PatchUpdateRemainingSubscriptionDaysCommand
  25082.      */
  25083.     protected function getPatchUpdateRemainingSubscriptionDaysCommandService()
  25084.     {
  25085.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25086.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/PaymentBundle/Command/PatchUpdateRemainingSubscriptionDaysCommand.php';
  25087.         $this->privates['Aqarmap\\Bundle\\PaymentBundle\\Command\\PatchUpdateRemainingSubscriptionDaysCommand'] = $instance = new \Aqarmap\Bundle\PaymentBundle\Command\PatchUpdateRemainingSubscriptionDaysCommand(($this->privates['Aqarmap\\Bundle\\PaymentBundle\\Service\\PaymentManager'] ?? $this->getPaymentManagerService()), ($this->privates['Aqarmap\\Bundle\\CreditBundle\\Repository\\CreditRepository'] ?? $this->getCreditRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  25088.         $instance->setName('app:patch:update-remaining-subscription-days');
  25089.         return $instance;
  25090.     }
  25091.     /**
  25092.      * Gets the private 'Aqarmap\Bundle\PaymentBundle\Command\SalesAnalysisCommand' shared autowired service.
  25093.      *
  25094.      * @return \Aqarmap\Bundle\PaymentBundle\Command\SalesAnalysisCommand
  25095.      */
  25096.     protected function getSalesAnalysisCommandService()
  25097.     {
  25098.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25099.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/PaymentBundle/Command/SalesAnalysisCommand.php';
  25100.         $this->privates['Aqarmap\\Bundle\\PaymentBundle\\Command\\SalesAnalysisCommand'] = $instance = new \Aqarmap\Bundle\PaymentBundle\Command\SalesAnalysisCommand(($this->privates['Aqarmap\\Bundle\\PaymentBundle\\Service\\SalesAnalysisManager'] ?? $this->getSalesAnalysisManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Aqarmap\\Bundle\\CreditBundle\\Repository\\CreditRepository'] ?? $this->getCreditRepositoryService()));
  25101.         $instance->setName('app:analyse:sales:patch');
  25102.         return $instance;
  25103.     }
  25104.     /**
  25105.      * Gets the private 'Aqarmap\Bundle\PaymentBundle\Form\AdminAddPaymentTransactionFormType' shared autowired service.
  25106.      *
  25107.      * @return \Aqarmap\Bundle\PaymentBundle\Form\AdminAddPaymentTransactionFormType
  25108.      */
  25109.     protected function getAdminAddPaymentTransactionFormTypeService()
  25110.     {
  25111.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  25112.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  25113.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/PaymentBundle/Form/AdminAddPaymentTransactionFormType.php';
  25114.         return $this->privates['Aqarmap\\Bundle\\PaymentBundle\\Form\\AdminAddPaymentTransactionFormType'] = new \Aqarmap\Bundle\PaymentBundle\Form\AdminAddPaymentTransactionFormType();
  25115.     }
  25116.     /**
  25117.      * Gets the private 'Aqarmap\Bundle\PaymentBundle\Form\AdminAssignAgentType' shared autowired service.
  25118.      *
  25119.      * @return \Aqarmap\Bundle\PaymentBundle\Form\AdminAssignAgentType
  25120.      */
  25121.     protected function getAdminAssignAgentTypeService()
  25122.     {
  25123.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  25124.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  25125.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/PaymentBundle/Form/AdminAssignAgentType.php';
  25126.         return $this->privates['Aqarmap\\Bundle\\PaymentBundle\\Form\\AdminAssignAgentType'] = new \Aqarmap\Bundle\PaymentBundle\Form\AdminAssignAgentType();
  25127.     }
  25128.     /**
  25129.      * Gets the private 'Aqarmap\Bundle\PaymentBundle\Form\AdminEditPaymentTransactionFormType' shared autowired service.
  25130.      *
  25131.      * @return \Aqarmap\Bundle\PaymentBundle\Form\AdminEditPaymentTransactionFormType
  25132.      */
  25133.     protected function getAdminEditPaymentTransactionFormTypeService()
  25134.     {
  25135.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  25136.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  25137.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/PaymentBundle/Form/AdminEditPaymentTransactionFormType.php';
  25138.         return $this->privates['Aqarmap\\Bundle\\PaymentBundle\\Form\\AdminEditPaymentTransactionFormType'] = new \Aqarmap\Bundle\PaymentBundle\Form\AdminEditPaymentTransactionFormType();
  25139.     }
  25140.     /**
  25141.      * Gets the private 'Aqarmap\Bundle\PaymentBundle\Form\AdminGeneratePaymentCodeFormType' shared autowired service.
  25142.      *
  25143.      * @return \Aqarmap\Bundle\PaymentBundle\Form\AdminGeneratePaymentCodeFormType
  25144.      */
  25145.     protected function getAdminGeneratePaymentCodeFormTypeService()
  25146.     {
  25147.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  25148.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  25149.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/PaymentBundle/Form/AdminGeneratePaymentCodeFormType.php';
  25150.         return $this->privates['Aqarmap\\Bundle\\PaymentBundle\\Form\\AdminGeneratePaymentCodeFormType'] = new \Aqarmap\Bundle\PaymentBundle\Form\AdminGeneratePaymentCodeFormType();
  25151.     }
  25152.     /**
  25153.      * Gets the private 'Aqarmap\Bundle\PaymentBundle\Form\ManualFawryCodeFormType' shared autowired service.
  25154.      *
  25155.      * @return \Aqarmap\Bundle\PaymentBundle\Form\ManualFawryCodeFormType
  25156.      */
  25157.     protected function getManualFawryCodeFormTypeService()
  25158.     {
  25159.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  25160.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  25161.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/PaymentBundle/Form/ManualFawryCodeFormType.php';
  25162.         return $this->privates['Aqarmap\\Bundle\\PaymentBundle\\Form\\ManualFawryCodeFormType'] = new \Aqarmap\Bundle\PaymentBundle\Form\ManualFawryCodeFormType();
  25163.     }
  25164.     /**
  25165.      * Gets the private 'Aqarmap\Bundle\PaymentBundle\Form\PaymentFiltersFormType' shared autowired service.
  25166.      *
  25167.      * @return \Aqarmap\Bundle\PaymentBundle\Form\PaymentFiltersFormType
  25168.      */
  25169.     protected function getPaymentFiltersFormTypeService()
  25170.     {
  25171.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  25172.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  25173.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/PaymentBundle/Form/PaymentFiltersFormType.php';
  25174.         return $this->privates['Aqarmap\\Bundle\\PaymentBundle\\Form\\PaymentFiltersFormType'] = new \Aqarmap\Bundle\PaymentBundle\Form\PaymentFiltersFormType();
  25175.     }
  25176.     /**
  25177.      * Gets the private 'Aqarmap\Bundle\PaymentBundle\Repository\PaymentRepository' shared autowired service.
  25178.      *
  25179.      * @return \Aqarmap\Bundle\PaymentBundle\Repository\PaymentRepository
  25180.      */
  25181.     protected function getPaymentRepositoryService()
  25182.     {
  25183.         return $this->privates['Aqarmap\\Bundle\\PaymentBundle\\Repository\\PaymentRepository'] = new \Aqarmap\Bundle\PaymentBundle\Repository\PaymentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25184.     }
  25185.     /**
  25186.      * Gets the private 'Aqarmap\Bundle\PaymentBundle\Repository\PaymentTransactionServiceRepository' shared autowired service.
  25187.      *
  25188.      * @return \Aqarmap\Bundle\PaymentBundle\Repository\PaymentTransactionServiceRepository
  25189.      */
  25190.     protected function getPaymentTransactionServiceRepositoryService()
  25191.     {
  25192.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/PaymentBundle/Repository/PaymentTransactionServiceRepository.php';
  25193.         return $this->privates['Aqarmap\\Bundle\\PaymentBundle\\Repository\\PaymentTransactionServiceRepository'] = new \Aqarmap\Bundle\PaymentBundle\Repository\PaymentTransactionServiceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25194.     }
  25195.     /**
  25196.      * Gets the private 'Aqarmap\Bundle\PaymentBundle\Repository\SalesAnalysisRepository' shared autowired service.
  25197.      *
  25198.      * @return \Aqarmap\Bundle\PaymentBundle\Repository\SalesAnalysisRepository
  25199.      */
  25200.     protected function getSalesAnalysisRepositoryService()
  25201.     {
  25202.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/PaymentBundle/Repository/SalesAnalysisRepository.php';
  25203.         return $this->privates['Aqarmap\\Bundle\\PaymentBundle\\Repository\\SalesAnalysisRepository'] = new \Aqarmap\Bundle\PaymentBundle\Repository\SalesAnalysisRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25204.     }
  25205.     /**
  25206.      * Gets the private 'Aqarmap\Bundle\PaymentBundle\Service\PaymentManager' shared autowired service.
  25207.      *
  25208.      * @return \Aqarmap\Bundle\PaymentBundle\Service\PaymentManager
  25209.      */
  25210.     protected function getPaymentManagerService()
  25211.     {
  25212.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  25213.         if (isset($this->privates['Aqarmap\\Bundle\\PaymentBundle\\Service\\PaymentManager'])) {
  25214.             return $this->privates['Aqarmap\\Bundle\\PaymentBundle\\Service\\PaymentManager'];
  25215.         }
  25216.         $b = ($this->privates['Aqarmap\\Bundle\\CreditBundle\\Services\\CreditManager'] ?? $this->getCreditManagerService());
  25217.         if (isset($this->privates['Aqarmap\\Bundle\\PaymentBundle\\Service\\PaymentManager'])) {
  25218.             return $this->privates['Aqarmap\\Bundle\\PaymentBundle\\Service\\PaymentManager'];
  25219.         }
  25220.         $c = ($this->privates['Aqarmap\\Bundle\\PaymentBundle\\Service\\SignatureManager'] ?? $this->getSignatureManagerService());
  25221.         if (isset($this->privates['Aqarmap\\Bundle\\PaymentBundle\\Service\\PaymentManager'])) {
  25222.             return $this->privates['Aqarmap\\Bundle\\PaymentBundle\\Service\\PaymentManager'];
  25223.         }
  25224.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  25225.         if (isset($this->privates['Aqarmap\\Bundle\\PaymentBundle\\Service\\PaymentManager'])) {
  25226.             return $this->privates['Aqarmap\\Bundle\\PaymentBundle\\Service\\PaymentManager'];
  25227.         }
  25228.         $e = ($this->privates['Aqarmap\\Bundle\\CreditBundle\\Services\\CreditAnalysisManager'] ?? $this->getCreditAnalysisManagerService());
  25229.         if (isset($this->privates['Aqarmap\\Bundle\\PaymentBundle\\Service\\PaymentManager'])) {
  25230.             return $this->privates['Aqarmap\\Bundle\\PaymentBundle\\Service\\PaymentManager'];
  25231.         }
  25232.         $f = ($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'] ?? $this->getListingManagerService());
  25233.         if (isset($this->privates['Aqarmap\\Bundle\\PaymentBundle\\Service\\PaymentManager'])) {
  25234.             return $this->privates['Aqarmap\\Bundle\\PaymentBundle\\Service\\PaymentManager'];
  25235.         }
  25236.         $g = ($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserServicesManager'] ?? $this->getUserServicesManagerService());
  25237.         if (isset($this->privates['Aqarmap\\Bundle\\PaymentBundle\\Service\\PaymentManager'])) {
  25238.             return $this->privates['Aqarmap\\Bundle\\PaymentBundle\\Service\\PaymentManager'];
  25239.         }
  25240.         $h = ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\Setting'] ?? $this->getSettingService());
  25241.         if (isset($this->privates['Aqarmap\\Bundle\\PaymentBundle\\Service\\PaymentManager'])) {
  25242.             return $this->privates['Aqarmap\\Bundle\\PaymentBundle\\Service\\PaymentManager'];
  25243.         }
  25244.         $i = ($this->privates['Aqarmap\\Bundle\\PaymentBundle\\Service\\SalesAnalysisManager'] ?? $this->getSalesAnalysisManagerService());
  25245.         if (isset($this->privates['Aqarmap\\Bundle\\PaymentBundle\\Service\\PaymentManager'])) {
  25246.             return $this->privates['Aqarmap\\Bundle\\PaymentBundle\\Service\\PaymentManager'];
  25247.         }
  25248.         $j = ($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserManager'] ?? $this->getUserManagerService());
  25249.         if (isset($this->privates['Aqarmap\\Bundle\\PaymentBundle\\Service\\PaymentManager'])) {
  25250.             return $this->privates['Aqarmap\\Bundle\\PaymentBundle\\Service\\PaymentManager'];
  25251.         }
  25252.         $k = ($this->services['Aqarmap\\Bundle\\FeatureToggleBundle\\Service\\FeatureToggleManager'] ?? $this->getFeatureToggleManagerService());
  25253.         if (isset($this->privates['Aqarmap\\Bundle\\PaymentBundle\\Service\\PaymentManager'])) {
  25254.             return $this->privates['Aqarmap\\Bundle\\PaymentBundle\\Service\\PaymentManager'];
  25255.         }
  25256.         $l = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingFeatureService'] ?? $this->getListingFeatureServiceService());
  25257.         if (isset($this->privates['Aqarmap\\Bundle\\PaymentBundle\\Service\\PaymentManager'])) {
  25258.             return $this->privates['Aqarmap\\Bundle\\PaymentBundle\\Service\\PaymentManager'];
  25259.         }
  25260.         $m = ($this->privates['Aqarmap\\Bundle\\RecurringTransactionBundle\\Services\\RecurringTransactionService'] ?? $this->getRecurringTransactionServiceService());
  25261.         if (isset($this->privates['Aqarmap\\Bundle\\PaymentBundle\\Service\\PaymentManager'])) {
  25262.             return $this->privates['Aqarmap\\Bundle\\PaymentBundle\\Service\\PaymentManager'];
  25263.         }
  25264.         $n = ($this->privates['Aqarmap\\Bundle\\RecurringTransactionBundle\\Services\\RecurringTransactionStateService'] ?? $this->getRecurringTransactionStateServiceService());
  25265.         if (isset($this->privates['Aqarmap\\Bundle\\PaymentBundle\\Service\\PaymentManager'])) {
  25266.             return $this->privates['Aqarmap\\Bundle\\PaymentBundle\\Service\\PaymentManager'];
  25267.         }
  25268.         $o = ($this->services['doctrine_mongodb.odm.default_document_manager'] ?? $this->getDoctrineMongodb_Odm_DefaultDocumentManagerService());
  25269.         if (isset($this->privates['Aqarmap\\Bundle\\PaymentBundle\\Service\\PaymentManager'])) {
  25270.             return $this->privates['Aqarmap\\Bundle\\PaymentBundle\\Service\\PaymentManager'];
  25271.         }
  25272.         $p = ($this->privates['App\\Service\\Lead\\LeadContactRequestService'] ?? $this->getLeadContactRequestServiceService());
  25273.         if (isset($this->privates['Aqarmap\\Bundle\\PaymentBundle\\Service\\PaymentManager'])) {
  25274.             return $this->privates['Aqarmap\\Bundle\\PaymentBundle\\Service\\PaymentManager'];
  25275.         }
  25276.         return $this->privates['Aqarmap\\Bundle\\PaymentBundle\\Service\\PaymentManager'] = new \Aqarmap\Bundle\PaymentBundle\Service\PaymentManager($a$b$c$d, ($this->services['translator'] ?? $this->getTranslatorService()), $e$f$g, new \Aqarmap\Bundle\UserBundle\Services\UserServiceTypesFactory($a$g, ($this->privates['Aqarmap\\Bundle\\UserBundle\\Repository\\GroupRepository'] ?? $this->getGroupRepositoryService())), $h$this$i$j$k$l, ($this->privates['Aqarmap\\Bundle\\PaymentBundle\\Service\\PaymentDestinationService'] ?? ($this->privates['Aqarmap\\Bundle\\PaymentBundle\\Service\\PaymentDestinationService'] = new \Aqarmap\Bundle\PaymentBundle\Service\PaymentDestinationService($this->getEnv('COMPOUNDS_RATING_PAYMENT_CALLBACK_ENDPOINT')))), $m$n, new \Aqarmap\Bundle\RecurringTransactionBundle\Services\RecurringTransactionLogService($o), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $p);
  25277.     }
  25278.     /**
  25279.      * Gets the private 'Aqarmap\Bundle\PaymentBundle\Service\SalesAnalysisManager' shared autowired service.
  25280.      *
  25281.      * @return \Aqarmap\Bundle\PaymentBundle\Service\SalesAnalysisManager
  25282.      */
  25283.     protected function getSalesAnalysisManagerService()
  25284.     {
  25285.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  25286.         if (isset($this->privates['Aqarmap\\Bundle\\PaymentBundle\\Service\\SalesAnalysisManager'])) {
  25287.             return $this->privates['Aqarmap\\Bundle\\PaymentBundle\\Service\\SalesAnalysisManager'];
  25288.         }
  25289.         return $this->privates['Aqarmap\\Bundle\\PaymentBundle\\Service\\SalesAnalysisManager'] = new \Aqarmap\Bundle\PaymentBundle\Service\SalesAnalysisManager($a);
  25290.     }
  25291.     /**
  25292.      * Gets the private 'Aqarmap\Bundle\PaymentBundle\Service\SignatureManager' shared autowired service.
  25293.      *
  25294.      * @return \Aqarmap\Bundle\PaymentBundle\Service\SignatureManager
  25295.      */
  25296.     protected function getSignatureManagerService()
  25297.     {
  25298.         $a = ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\Setting'] ?? $this->getSettingService());
  25299.         if (isset($this->privates['Aqarmap\\Bundle\\PaymentBundle\\Service\\SignatureManager'])) {
  25300.             return $this->privates['Aqarmap\\Bundle\\PaymentBundle\\Service\\SignatureManager'];
  25301.         }
  25302.         return $this->privates['Aqarmap\\Bundle\\PaymentBundle\\Service\\SignatureManager'] = new \Aqarmap\Bundle\PaymentBundle\Service\SignatureManager($a, ($this->privates['Aqarmap\\Bundle\\PaymentBundle\\Service\\PaymentDestinationService'] ?? ($this->privates['Aqarmap\\Bundle\\PaymentBundle\\Service\\PaymentDestinationService'] = new \Aqarmap\Bundle\PaymentBundle\Service\PaymentDestinationService($this->getEnv('COMPOUNDS_RATING_PAYMENT_CALLBACK_ENDPOINT')))));
  25303.     }
  25304.     /**
  25305.      * Gets the private 'Aqarmap\Bundle\RecurringTransactionBundle\Command\ActiveRecurringTransactionCommand' shared autowired service.
  25306.      *
  25307.      * @return \Aqarmap\Bundle\RecurringTransactionBundle\Command\ActiveRecurringTransactionCommand
  25308.      */
  25309.     protected function getActiveRecurringTransactionCommandService()
  25310.     {
  25311.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25312.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/RecurringTransactionBundle/Command/ActiveRecurringTransactionCommand.php';
  25313.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/RecurringTransactionBundle/Contract/PaymentGatewaysFactoryInterface.php';
  25314.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/RecurringTransactionBundle/Factory/PaymentGatewaysFactory.php';
  25315.         $a = ($this->privates['Aqarmap\\Bundle\\RecurringTransactionBundle\\Services\\RecurringTransactionService'] ?? $this->getRecurringTransactionServiceService());
  25316.         $b = ($this->privates['Aqarmap\\Bundle\\PaymentBundle\\Service\\PaymentManager'] ?? $this->getPaymentManagerService());
  25317.         $this->privates['Aqarmap\\Bundle\\RecurringTransactionBundle\\Command\\ActiveRecurringTransactionCommand'] = $instance = new \Aqarmap\Bundle\RecurringTransactionBundle\Command\ActiveRecurringTransactionCommand(($this->services['Aqarmap\\Bundle\\FeatureToggleBundle\\Service\\FeatureToggleManager'] ?? $this->getFeatureToggleManagerService()), ($this->privates['Aqarmap\\Bundle\\RecurringTransactionBundle\\Repository\\RecurringTransactionRepository'] ?? $this->getRecurringTransactionRepositoryService()), $a$b, new \Aqarmap\Bundle\RecurringTransactionBundle\Factory\PaymentGatewaysFactory($a$b));
  25318.         $instance->setName('app:activate-recurring-package:payment');
  25319.         return $instance;
  25320.     }
  25321.     /**
  25322.      * Gets the private 'Aqarmap\Bundle\RecurringTransactionBundle\Repository\RecurringTransactionRepository' shared autowired service.
  25323.      *
  25324.      * @return \Aqarmap\Bundle\RecurringTransactionBundle\Repository\RecurringTransactionRepository
  25325.      */
  25326.     protected function getRecurringTransactionRepositoryService()
  25327.     {
  25328.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/RecurringTransactionBundle/Repository/RecurringTransactionRepository.php';
  25329.         return $this->privates['Aqarmap\\Bundle\\RecurringTransactionBundle\\Repository\\RecurringTransactionRepository'] = new \Aqarmap\Bundle\RecurringTransactionBundle\Repository\RecurringTransactionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25330.     }
  25331.     /**
  25332.      * Gets the private 'Aqarmap\Bundle\RecurringTransactionBundle\Services\RecurringTransactionService' shared autowired service.
  25333.      *
  25334.      * @return \Aqarmap\Bundle\RecurringTransactionBundle\Services\RecurringTransactionService
  25335.      */
  25336.     protected function getRecurringTransactionServiceService()
  25337.     {
  25338.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  25339.         if (isset($this->privates['Aqarmap\\Bundle\\RecurringTransactionBundle\\Services\\RecurringTransactionService'])) {
  25340.             return $this->privates['Aqarmap\\Bundle\\RecurringTransactionBundle\\Services\\RecurringTransactionService'];
  25341.         }
  25342.         $b = ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\Setting'] ?? $this->getSettingService());
  25343.         if (isset($this->privates['Aqarmap\\Bundle\\RecurringTransactionBundle\\Services\\RecurringTransactionService'])) {
  25344.             return $this->privates['Aqarmap\\Bundle\\RecurringTransactionBundle\\Services\\RecurringTransactionService'];
  25345.         }
  25346.         return $this->privates['Aqarmap\\Bundle\\RecurringTransactionBundle\\Services\\RecurringTransactionService'] = new \Aqarmap\Bundle\RecurringTransactionBundle\Services\RecurringTransactionService($a, ($this->privates['Aqarmap\\Bundle\\PaymentBundle\\Service\\SignatureManager'] ?? $this->getSignatureManagerService()), $b, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  25347.     }
  25348.     /**
  25349.      * Gets the private 'Aqarmap\Bundle\RecurringTransactionBundle\Services\RecurringTransactionStateService' shared autowired service.
  25350.      *
  25351.      * @return \Aqarmap\Bundle\RecurringTransactionBundle\Services\RecurringTransactionStateService
  25352.      */
  25353.     protected function getRecurringTransactionStateServiceService()
  25354.     {
  25355.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  25356.         if (isset($this->privates['Aqarmap\\Bundle\\RecurringTransactionBundle\\Services\\RecurringTransactionStateService'])) {
  25357.             return $this->privates['Aqarmap\\Bundle\\RecurringTransactionBundle\\Services\\RecurringTransactionStateService'];
  25358.         }
  25359.         return $this->privates['Aqarmap\\Bundle\\RecurringTransactionBundle\\Services\\RecurringTransactionStateService'] = new \Aqarmap\Bundle\RecurringTransactionBundle\Services\RecurringTransactionStateService($a);
  25360.     }
  25361.     /**
  25362.      * Gets the private 'Aqarmap\Bundle\SearchBundle\Command\CorrectLocationsSlugsCommand' shared autowired service.
  25363.      *
  25364.      * @return \Aqarmap\Bundle\SearchBundle\Command\CorrectLocationsSlugsCommand
  25365.      */
  25366.     protected function getCorrectLocationsSlugsCommandService()
  25367.     {
  25368.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25369.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/SearchBundle/Command/CorrectLocationsSlugsCommand.php';
  25370.         $this->privates['Aqarmap\\Bundle\\SearchBundle\\Command\\CorrectLocationsSlugsCommand'] = $instance = new \Aqarmap\Bundle\SearchBundle\Command\CorrectLocationsSlugsCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LocationManager'] ?? $this->getLocationManagerService()));
  25371.         $instance->setName('app:locations:slugs:correct');
  25372.         return $instance;
  25373.     }
  25374.     /**
  25375.      * Gets the private 'Aqarmap\Bundle\SearchBundle\CriteriaBuilders\BuilderDirector' shared autowired service.
  25376.      *
  25377.      * @return \Aqarmap\Bundle\SearchBundle\CriteriaBuilders\BuilderDirector
  25378.      */
  25379.     protected function getBuilderDirectorService()
  25380.     {
  25381.         return $this->privates['Aqarmap\\Bundle\\SearchBundle\\CriteriaBuilders\\BuilderDirector'] = new \Aqarmap\Bundle\SearchBundle\CriteriaBuilders\BuilderDirector(new \Aqarmap\Bundle\SearchBundle\CriteriaBuilders\SearchCriteriaBuilder());
  25382.     }
  25383.     /**
  25384.      * Gets the private 'Aqarmap\Bundle\SearchBundle\CriteriaMediator\CriteriaMediator' shared autowired service.
  25385.      *
  25386.      * @return \Aqarmap\Bundle\SearchBundle\CriteriaMediator\CriteriaMediator
  25387.      */
  25388.     protected function getCriteriaMediator2Service()
  25389.     {
  25390.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  25391.         if (isset($this->privates['Aqarmap\\Bundle\\SearchBundle\\CriteriaMediator\\CriteriaMediator'])) {
  25392.             return $this->privates['Aqarmap\\Bundle\\SearchBundle\\CriteriaMediator\\CriteriaMediator'];
  25393.         }
  25394.         $b = ($this->services['Aqarmap\\Bundle\\FeatureToggleBundle\\Service\\FeatureToggleManager'] ?? $this->getFeatureToggleManagerService());
  25395.         if (isset($this->privates['Aqarmap\\Bundle\\SearchBundle\\CriteriaMediator\\CriteriaMediator'])) {
  25396.             return $this->privates['Aqarmap\\Bundle\\SearchBundle\\CriteriaMediator\\CriteriaMediator'];
  25397.         }
  25398.         $c = ($this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\ElasticListingSearch\\DefaultListingSearch'] ?? $this->getDefaultListingSearchService());
  25399.         if (isset($this->privates['Aqarmap\\Bundle\\SearchBundle\\CriteriaMediator\\CriteriaMediator'])) {
  25400.             return $this->privates['Aqarmap\\Bundle\\SearchBundle\\CriteriaMediator\\CriteriaMediator'];
  25401.         }
  25402.         return $this->privates['Aqarmap\\Bundle\\SearchBundle\\CriteriaMediator\\CriteriaMediator'] = new \Aqarmap\Bundle\SearchBundle\CriteriaMediator\CriteriaMediator($this$a$b$c);
  25403.     }
  25404.     /**
  25405.      * Gets the private 'Aqarmap\Bundle\SearchBundle\Factory\LongTailFactory' shared autowired service.
  25406.      *
  25407.      * @return \Aqarmap\Bundle\SearchBundle\Factory\LongTailFactory
  25408.      */
  25409.     protected function getLongTailFactoryService()
  25410.     {
  25411.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/SearchBundle/Factory/LongTailFactory.php';
  25412.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  25413.         if (isset($this->privates['Aqarmap\\Bundle\\SearchBundle\\Factory\\LongTailFactory'])) {
  25414.             return $this->privates['Aqarmap\\Bundle\\SearchBundle\\Factory\\LongTailFactory'];
  25415.         }
  25416.         return $this->privates['Aqarmap\\Bundle\\SearchBundle\\Factory\\LongTailFactory'] = new \Aqarmap\Bundle\SearchBundle\Factory\LongTailFactory(($this->services['translator'] ?? $this->getTranslatorService()), $a, ($this->services['router'] ?? $this->getRouterService()));
  25417.     }
  25418.     /**
  25419.      * Gets the private 'Aqarmap\Bundle\SearchBundle\Form\SearchCombinationFilterType' shared autowired service.
  25420.      *
  25421.      * @return \Aqarmap\Bundle\SearchBundle\Form\SearchCombinationFilterType
  25422.      */
  25423.     protected function getSearchCombinationFilterTypeService()
  25424.     {
  25425.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  25426.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  25427.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/SearchBundle/Form/SearchCombinationFilterType.php';
  25428.         return $this->privates['Aqarmap\\Bundle\\SearchBundle\\Form\\SearchCombinationFilterType'] = new \Aqarmap\Bundle\SearchBundle\Form\SearchCombinationFilterType();
  25429.     }
  25430.     /**
  25431.      * Gets the private 'Aqarmap\Bundle\SearchBundle\Repositories\ListingSearchRepository' shared autowired service.
  25432.      *
  25433.      * @return \Aqarmap\Bundle\SearchBundle\Repositories\ListingSearchRepository
  25434.      */
  25435.     protected function getListingSearchRepositoryService()
  25436.     {
  25437.         include_once \dirname(__DIR__4).'/vendor/aqarmap/elastic/src/Repositories/BaseRepository.php';
  25438.         include_once \dirname(__DIR__4).'/vendor/aqarmap/elastic/src/Contracts/RepositoryContract.php';
  25439.         include_once \dirname(__DIR__4).'/vendor/aqarmap/elastic/src/Repositories/ElasticRepository.php';
  25440.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/SearchBundle/Repositories/ListingSearchRepository.php';
  25441.         $a = ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\Setting'] ?? $this->getSettingService());
  25442.         if (isset($this->privates['Aqarmap\\Bundle\\SearchBundle\\Repositories\\ListingSearchRepository'])) {
  25443.             return $this->privates['Aqarmap\\Bundle\\SearchBundle\\Repositories\\ListingSearchRepository'];
  25444.         }
  25445.         return $this->privates['Aqarmap\\Bundle\\SearchBundle\\Repositories\\ListingSearchRepository'] = new \Aqarmap\Bundle\SearchBundle\Repositories\ListingSearchRepository(($this->services['fos_elastica.client.default'] ?? $this->getFosElastica_Client_DefaultService()), $a);
  25446.     }
  25447.     /**
  25448.      * Gets the private 'Aqarmap\Bundle\SearchBundle\Repositories\LocationSearchRepository' shared autowired service.
  25449.      *
  25450.      * @return \Aqarmap\Bundle\SearchBundle\Repositories\LocationSearchRepository
  25451.      */
  25452.     protected function getLocationSearchRepositoryService()
  25453.     {
  25454.         include_once \dirname(__DIR__4).'/vendor/aqarmap/elastic/src/Repositories/BaseRepository.php';
  25455.         include_once \dirname(__DIR__4).'/vendor/aqarmap/elastic/src/Contracts/RepositoryContract.php';
  25456.         include_once \dirname(__DIR__4).'/vendor/aqarmap/elastic/src/Repositories/ElasticRepository.php';
  25457.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/SearchBundle/Repositories/LocationSearchRepository.php';
  25458.         $a = ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\Setting'] ?? $this->getSettingService());
  25459.         if (isset($this->privates['Aqarmap\\Bundle\\SearchBundle\\Repositories\\LocationSearchRepository'])) {
  25460.             return $this->privates['Aqarmap\\Bundle\\SearchBundle\\Repositories\\LocationSearchRepository'];
  25461.         }
  25462.         return $this->privates['Aqarmap\\Bundle\\SearchBundle\\Repositories\\LocationSearchRepository'] = new \Aqarmap\Bundle\SearchBundle\Repositories\LocationSearchRepository(($this->services['fos_elastica.client.default'] ?? $this->getFosElastica_Client_DefaultService()), $a);
  25463.     }
  25464.     /**
  25465.      * Gets the private 'Aqarmap\Bundle\SearchBundle\Repositories\SearchResultCombinationsRepository' shared autowired service.
  25466.      *
  25467.      * @return \Aqarmap\Bundle\SearchBundle\Repositories\SearchResultCombinationsRepository
  25468.      */
  25469.     protected function getSearchResultCombinationsRepositoryService()
  25470.     {
  25471.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/SearchBundle/Repositories/SearchResultCombinationsRepository.php';
  25472.         return $this->privates['Aqarmap\\Bundle\\SearchBundle\\Repositories\\SearchResultCombinationsRepository'] = new \Aqarmap\Bundle\SearchBundle\Repositories\SearchResultCombinationsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25473.     }
  25474.     /**
  25475.      * Gets the private 'Aqarmap\Bundle\SearchBundle\Repositories\SearchResultRepository' shared autowired service.
  25476.      *
  25477.      * @return \Aqarmap\Bundle\SearchBundle\Repositories\SearchResultRepository
  25478.      */
  25479.     protected function getSearchResultRepositoryService()
  25480.     {
  25481.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/SearchBundle/Repositories/SearchResultRepository.php';
  25482.         return $this->privates['Aqarmap\\Bundle\\SearchBundle\\Repositories\\SearchResultRepository'] = new \Aqarmap\Bundle\SearchBundle\Repositories\SearchResultRepository(($this->services['doctrine_mongodb'] ?? $this->getDoctrineMongodbService()));
  25483.     }
  25484.     /**
  25485.      * Gets the private 'Aqarmap\Bundle\SearchBundle\Repositories\V4\LocationSearchElasticRepository' shared autowired service.
  25486.      *
  25487.      * @return \Aqarmap\Bundle\SearchBundle\Repositories\V4\LocationSearchElasticRepository
  25488.      */
  25489.     protected function getLocationSearchElasticRepositoryService()
  25490.     {
  25491.         include_once \dirname(__DIR__4).'/vendor/aqarmap/elastic/src/Repositories/BaseRepository.php';
  25492.         include_once \dirname(__DIR__4).'/vendor/aqarmap/elastic/src/Contracts/RepositoryContract.php';
  25493.         include_once \dirname(__DIR__4).'/vendor/aqarmap/elastic/src/Repositories/ElasticRepository.php';
  25494.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/SearchBundle/Repositories/V4/Contracts/LocationSearchElasticRepositoryInterface.php';
  25495.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/SearchBundle/Repositories/V4/LocationSearchElasticRepository.php';
  25496.         return $this->privates['Aqarmap\\Bundle\\SearchBundle\\Repositories\\V4\\LocationSearchElasticRepository'] = new \Aqarmap\Bundle\SearchBundle\Repositories\V4\LocationSearchElasticRepository(($this->services['fos_elastica.client.default'] ?? $this->getFosElastica_Client_DefaultService()));
  25497.     }
  25498.     /**
  25499.      * Gets the private 'Aqarmap\Bundle\SearchBundle\Services\CompoundSearchService' shared autowired service.
  25500.      *
  25501.      * @return \Aqarmap\Bundle\SearchBundle\Services\CompoundSearchService
  25502.      */
  25503.     protected function getCompoundSearchServiceService()
  25504.     {
  25505.         $a = ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService());
  25506.         if (isset($this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\CompoundSearchService'])) {
  25507.             return $this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\CompoundSearchService'];
  25508.         }
  25509.         $b = ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\Setting'] ?? $this->getSettingService());
  25510.         if (isset($this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\CompoundSearchService'])) {
  25511.             return $this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\CompoundSearchService'];
  25512.         }
  25513.         $c = ($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'] ?? $this->getListingManagerService());
  25514.         if (isset($this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\CompoundSearchService'])) {
  25515.             return $this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\CompoundSearchService'];
  25516.         }
  25517.         $d = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  25518.         if (isset($this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\CompoundSearchService'])) {
  25519.             return $this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\CompoundSearchService'];
  25520.         }
  25521.         $e = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\CompoundService'] ?? $this->getCompoundServiceService());
  25522.         if (isset($this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\CompoundSearchService'])) {
  25523.             return $this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\CompoundSearchService'];
  25524.         }
  25525.         return $this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\CompoundSearchService'] = new \Aqarmap\Bundle\SearchBundle\Services\CompoundSearchService($this$a, ($this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\ElasticClientService'] ?? $this->getElasticClientServiceService()), ($this->services['fos_elastica.finder.app_listings.listings'] ?? $this->getFosElastica_Finder_AppListings_ListingsService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), $b, ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()), $c$d$e, ($this->privates['gedmo.listener.translatable'] ?? $this->getGedmo_Listener_TranslatableService()));
  25526.     }
  25527.     /**
  25528.      * Gets the private 'Aqarmap\Bundle\SearchBundle\Services\ElasticClientService' shared autowired service.
  25529.      *
  25530.      * @return \Aqarmap\Bundle\SearchBundle\Services\ElasticClientService
  25531.      */
  25532.     protected function getElasticClientServiceService()
  25533.     {
  25534.         return $this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\ElasticClientService'] = new \Aqarmap\Bundle\SearchBundle\Services\ElasticClientService(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  25535.     }
  25536.     /**
  25537.      * Gets the private 'Aqarmap\Bundle\SearchBundle\Services\ElasticListingSearch\CountListingSearch' shared autowired service.
  25538.      *
  25539.      * @return \Aqarmap\Bundle\SearchBundle\Services\ElasticListingSearch\CountListingSearch
  25540.      */
  25541.     protected function getCountListingSearchService()
  25542.     {
  25543.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/SearchBundle/Services/ElasticListingSearch/CountListingSearch.php';
  25544.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  25545.         if (isset($this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\ElasticListingSearch\\CountListingSearch'])) {
  25546.             return $this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\ElasticListingSearch\\CountListingSearch'];
  25547.         }
  25548.         $b = ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService());
  25549.         if (isset($this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\ElasticListingSearch\\CountListingSearch'])) {
  25550.             return $this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\ElasticListingSearch\\CountListingSearch'];
  25551.         }
  25552.         $c = ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\Setting'] ?? $this->getSettingService());
  25553.         if (isset($this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\ElasticListingSearch\\CountListingSearch'])) {
  25554.             return $this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\ElasticListingSearch\\CountListingSearch'];
  25555.         }
  25556.         $d = ($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'] ?? $this->getListingManagerService());
  25557.         if (isset($this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\ElasticListingSearch\\CountListingSearch'])) {
  25558.             return $this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\ElasticListingSearch\\CountListingSearch'];
  25559.         }
  25560.         return $this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\ElasticListingSearch\\CountListingSearch'] = new \Aqarmap\Bundle\SearchBundle\Services\ElasticListingSearch\CountListingSearch(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), $a$b, ($this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\ElasticClientService'] ?? $this->getElasticClientServiceService()), ($this->services['fos_elastica.finder.app_listings.listings'] ?? $this->getFosElastica_Finder_AppListings_ListingsService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), $c, ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()), $d, ($this->services['translator'] ?? $this->getTranslatorService()));
  25561.     }
  25562.     /**
  25563.      * Gets the private 'Aqarmap\Bundle\SearchBundle\Services\ElasticListingSearch\DefaultListingSearch' shared autowired service.
  25564.      *
  25565.      * @return \Aqarmap\Bundle\SearchBundle\Services\ElasticListingSearch\DefaultListingSearch
  25566.      */
  25567.     protected function getDefaultListingSearchService()
  25568.     {
  25569.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  25570.         if (isset($this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\ElasticListingSearch\\DefaultListingSearch'])) {
  25571.             return $this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\ElasticListingSearch\\DefaultListingSearch'];
  25572.         }
  25573.         $b = ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService());
  25574.         if (isset($this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\ElasticListingSearch\\DefaultListingSearch'])) {
  25575.             return $this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\ElasticListingSearch\\DefaultListingSearch'];
  25576.         }
  25577.         $c = ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\Setting'] ?? $this->getSettingService());
  25578.         if (isset($this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\ElasticListingSearch\\DefaultListingSearch'])) {
  25579.             return $this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\ElasticListingSearch\\DefaultListingSearch'];
  25580.         }
  25581.         $d = ($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'] ?? $this->getListingManagerService());
  25582.         if (isset($this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\ElasticListingSearch\\DefaultListingSearch'])) {
  25583.             return $this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\ElasticListingSearch\\DefaultListingSearch'];
  25584.         }
  25585.         return $this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\ElasticListingSearch\\DefaultListingSearch'] = new \Aqarmap\Bundle\SearchBundle\Services\ElasticListingSearch\DefaultListingSearch(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), $a$b, ($this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\ElasticClientService'] ?? $this->getElasticClientServiceService()), ($this->services['fos_elastica.finder.app_listings.listings'] ?? $this->getFosElastica_Finder_AppListings_ListingsService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), $c, ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()), $d, ($this->services['translator'] ?? $this->getTranslatorService()));
  25586.     }
  25587.     /**
  25588.      * Gets the private 'Aqarmap\Bundle\SearchBundle\Services\ListingFaqService' shared autowired service.
  25589.      *
  25590.      * @return \Aqarmap\Bundle\SearchBundle\Services\ListingFaqService
  25591.      */
  25592.     protected function getListingFaqServiceService()
  25593.     {
  25594.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  25595.         if (isset($this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\ListingFaqService'])) {
  25596.             return $this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\ListingFaqService'];
  25597.         }
  25598.         return $this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\ListingFaqService'] = new \Aqarmap\Bundle\SearchBundle\Services\ListingFaqService($a);
  25599.     }
  25600.     /**
  25601.      * Gets the private 'Aqarmap\Bundle\SearchBundle\Services\ListingSearchCombinationFiltersService' shared autowired service.
  25602.      *
  25603.      * @return \Aqarmap\Bundle\SearchBundle\Services\ListingSearchCombinationFiltersService
  25604.      */
  25605.     protected function getListingSearchCombinationFiltersServiceService()
  25606.     {
  25607.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/SearchBundle/Services/ListingSearchCombinationFiltersService.php';
  25608.         return $this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\ListingSearchCombinationFiltersService'] = new \Aqarmap\Bundle\SearchBundle\Services\ListingSearchCombinationFiltersService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Aqarmap\\Bundle\\MainBundle\\Contract\\ProducerFactoryInterface $producerFactory'] ?? $this->getProducerFactoryInterfaceproducerFactoryService()), ($this->privates['Aqarmap\\Bundle\\SearchBundle\\CriteriaMediator\\CriteriaMediator'] ?? $this->getCriteriaMediator2Service()), ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\CacheManager'] ?? $this->getCacheManagerService()), ($this->privates['Aqarmap\\Bundle\\MainBundle\\EventStreaming\\EventStreamingClientFactory'] ?? $this->getEventStreamingClientFactoryService()));
  25609.     }
  25610.     /**
  25611.      * Gets the private 'Aqarmap\Bundle\SearchBundle\Services\ListingSearchCombinationsService' shared autowired service.
  25612.      *
  25613.      * @return \Aqarmap\Bundle\SearchBundle\Services\ListingSearchCombinationsService
  25614.      */
  25615.     protected function getListingSearchCombinationsServiceService()
  25616.     {
  25617.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  25618.         if (isset($this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\ListingSearchCombinationsService'])) {
  25619.             return $this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\ListingSearchCombinationsService'];
  25620.         }
  25621.         $b = ($this->privates['Aqarmap\\Bundle\\SearchBundle\\CriteriaMediator\\CriteriaMediator'] ?? $this->getCriteriaMediator2Service());
  25622.         if (isset($this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\ListingSearchCombinationsService'])) {
  25623.             return $this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\ListingSearchCombinationsService'];
  25624.         }
  25625.         $c = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\RelatedResultService'] ?? $this->getRelatedResultServiceService());
  25626.         if (isset($this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\ListingSearchCombinationsService'])) {
  25627.             return $this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\ListingSearchCombinationsService'];
  25628.         }
  25629.         return $this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\ListingSearchCombinationsService'] = new \Aqarmap\Bundle\SearchBundle\Services\ListingSearchCombinationsService($a$b$c);
  25630.     }
  25631.     /**
  25632.      * Gets the private 'Aqarmap\Bundle\SearchBundle\Services\ListingSearchService' shared autowired service.
  25633.      *
  25634.      * @return \Aqarmap\Bundle\SearchBundle\Services\ListingSearchService
  25635.      */
  25636.     protected function getListingSearchServiceService()
  25637.     {
  25638.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  25639.         if (isset($this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\ListingSearchService'])) {
  25640.             return $this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\ListingSearchService'];
  25641.         }
  25642.         return $this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\ListingSearchService'] = new \Aqarmap\Bundle\SearchBundle\Services\ListingSearchService($a, ($this->services['router'] ?? $this->getRouterService()));
  25643.     }
  25644.     /**
  25645.      * Gets the private 'Aqarmap\Bundle\SearchBundle\Services\LocationSearchHistoryService' shared autowired service.
  25646.      *
  25647.      * @return \Aqarmap\Bundle\SearchBundle\Services\LocationSearchHistoryService
  25648.      */
  25649.     protected function getLocationSearchHistoryServiceService()
  25650.     {
  25651.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/SearchBundle/Services/LocationSearchHistoryService.php';
  25652.         $a = ($this->services['doctrine_mongodb.odm.default_document_manager'] ?? $this->getDoctrineMongodb_Odm_DefaultDocumentManagerService());
  25653.         if (isset($this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\LocationSearchHistoryService'])) {
  25654.             return $this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\LocationSearchHistoryService'];
  25655.         }
  25656.         $b = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  25657.         if (isset($this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\LocationSearchHistoryService'])) {
  25658.             return $this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\LocationSearchHistoryService'];
  25659.         }
  25660.         return $this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\LocationSearchHistoryService'] = new \Aqarmap\Bundle\SearchBundle\Services\LocationSearchHistoryService($a, ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\LocationSearchHistoryRepository'] ?? $this->getLocationSearchHistoryRepositoryService()), $b);
  25661.     }
  25662.     /**
  25663.      * Gets the private 'Aqarmap\Bundle\SearchBundle\Services\LocationSearchService' shared autowired service.
  25664.      *
  25665.      * @return \Aqarmap\Bundle\SearchBundle\Services\LocationSearchService
  25666.      */
  25667.     protected function getLocationSearchServiceService()
  25668.     {
  25669.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/SearchBundle/Services/LocationSearchService.php';
  25670.         return $this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\LocationSearchService'] = new \Aqarmap\Bundle\SearchBundle\Services\LocationSearchService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\ElasticClientService'] ?? $this->getElasticClientServiceService()), ($this->services['fos_elastica.finder.app_locations.locations'] ?? $this->getFosElastica_Finder_AppLocations_LocationsService()), ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\Setting'] ?? $this->getSettingService()), ($this->privates['Aqarmap\\Bundle\\SearchBundle\\Repositories\\LocationSearchRepository'] ?? $this->getLocationSearchRepositoryService()));
  25671.     }
  25672.     /**
  25673.      * Gets the private 'Aqarmap\Bundle\SearchBundle\Services\SEOListingSearchService' shared autowired service.
  25674.      *
  25675.      * @return \Aqarmap\Bundle\SearchBundle\Services\SEOListingSearchService
  25676.      */
  25677.     protected function getSEOListingSearchServiceService()
  25678.     {
  25679.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/SearchBundle/Services/SEOListingSearchService.php';
  25680.         $a = ($this->services['Aqarmap\\Bundle\\FeatureToggleBundle\\Service\\FeatureToggleManager'] ?? $this->getFeatureToggleManagerService());
  25681.         if (isset($this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\SEOListingSearchService'])) {
  25682.             return $this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\SEOListingSearchService'];
  25683.         }
  25684.         $b = ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\Setting'] ?? $this->getSettingService());
  25685.         if (isset($this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\SEOListingSearchService'])) {
  25686.             return $this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\SEOListingSearchService'];
  25687.         }
  25688.         $c = ($this->privates['Aqarmap\\Bundle\\SearchBundle\\Factory\\LongTailFactory'] ?? $this->getLongTailFactoryService());
  25689.         if (isset($this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\SEOListingSearchService'])) {
  25690.             return $this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\SEOListingSearchService'];
  25691.         }
  25692.         $d = ($this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\ElasticListingSearch\\CountListingSearch'] ?? $this->getCountListingSearchService());
  25693.         if (isset($this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\SEOListingSearchService'])) {
  25694.             return $this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\SEOListingSearchService'];
  25695.         }
  25696.         $e = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LocationManager'] ?? $this->getLocationManagerService());
  25697.         if (isset($this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\SEOListingSearchService'])) {
  25698.             return $this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\SEOListingSearchService'];
  25699.         }
  25700.         $f = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Twig\\SearchDescriptionExtension'] ?? $this->getSearchDescriptionExtensionService());
  25701.         if (isset($this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\SEOListingSearchService'])) {
  25702.             return $this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\SEOListingSearchService'];
  25703.         }
  25704.         $g = ($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'] ?? $this->getListingManagerService());
  25705.         if (isset($this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\SEOListingSearchService'])) {
  25706.             return $this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\SEOListingSearchService'];
  25707.         }
  25708.         $h = ($this->services['jms_serializer'] ?? $this->getJmsSerializerService());
  25709.         if (isset($this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\SEOListingSearchService'])) {
  25710.             return $this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\SEOListingSearchService'];
  25711.         }
  25712.         return $this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\SEOListingSearchService'] = new \Aqarmap\Bundle\SearchBundle\Services\SEOListingSearchService($a$b, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $c$d$e$f$g$h);
  25713.     }
  25714.     /**
  25715.      * Gets the private 'Aqarmap\Bundle\SearchBundle\Services\SearchKeywordHistoryService' shared autowired service.
  25716.      *
  25717.      * @return \Aqarmap\Bundle\SearchBundle\Services\SearchKeywordHistoryService
  25718.      */
  25719.     protected function getSearchKeywordHistoryServiceService()
  25720.     {
  25721.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/SearchBundle/Services/SearchKeywordHistoryService.php';
  25722.         return $this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\SearchKeywordHistoryService'] = new \Aqarmap\Bundle\SearchBundle\Services\SearchKeywordHistoryService(($this->services['doctrine_mongodb.odm.default_document_manager'] ?? $this->getDoctrineMongodb_Odm_DefaultDocumentManagerService()));
  25723.     }
  25724.     /**
  25725.      * Gets the private 'Aqarmap\Bundle\SearchBundle\Strategy\SearchResultCombinationFilterPublisherStrategy' shared autowired service.
  25726.      *
  25727.      * @return \Aqarmap\Bundle\SearchBundle\Strategy\SearchResultCombinationFilterPublisherStrategy
  25728.      */
  25729.     protected function getSearchResultCombinationFilterPublisherStrategyService()
  25730.     {
  25731.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Contract/Consumer/StrategyInterface.php';
  25732.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/SearchBundle/Strategy/SearchResultCombinationFilterPublisherStrategy.php';
  25733.         return $this->privates['Aqarmap\\Bundle\\SearchBundle\\Strategy\\SearchResultCombinationFilterPublisherStrategy'] = new \Aqarmap\Bundle\SearchBundle\Strategy\SearchResultCombinationFilterPublisherStrategy(($this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\ListingSearchCombinationFiltersService'] ?? $this->getListingSearchCombinationFiltersServiceService()));
  25734.     }
  25735.     /**
  25736.      * Gets the private 'Aqarmap\Bundle\SearchBundle\Strategy\SearchResultCombinationFilterStrategy' shared autowired service.
  25737.      *
  25738.      * @return \Aqarmap\Bundle\SearchBundle\Strategy\SearchResultCombinationFilterStrategy
  25739.      */
  25740.     protected function getSearchResultCombinationFilterStrategyService()
  25741.     {
  25742.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Contract/Consumer/StrategyInterface.php';
  25743.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/SearchBundle/Strategy/SearchResultCombinationFilterStrategy.php';
  25744.         return $this->privates['Aqarmap\\Bundle\\SearchBundle\\Strategy\\SearchResultCombinationFilterStrategy'] = new \Aqarmap\Bundle\SearchBundle\Strategy\SearchResultCombinationFilterStrategy(($this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\ListingSearchCombinationFiltersService'] ?? $this->getListingSearchCombinationFiltersServiceService()));
  25745.     }
  25746.     /**
  25747.      * Gets the private 'Aqarmap\Bundle\SearchBundle\Strategy\SearchResultCombinationStrategy' shared autowired service.
  25748.      *
  25749.      * @return \Aqarmap\Bundle\SearchBundle\Strategy\SearchResultCombinationStrategy
  25750.      */
  25751.     protected function getSearchResultCombinationStrategyService()
  25752.     {
  25753.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Contract/Consumer/StrategyInterface.php';
  25754.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/SearchBundle/Strategy/SearchResultCombinationStrategy.php';
  25755.         return $this->privates['Aqarmap\\Bundle\\SearchBundle\\Strategy\\SearchResultCombinationStrategy'] = new \Aqarmap\Bundle\SearchBundle\Strategy\SearchResultCombinationStrategy(($this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\ListingSearchCombinationsService'] ?? $this->getListingSearchCombinationsServiceService()));
  25756.     }
  25757.     /**
  25758.      * Gets the private 'Aqarmap\Bundle\TopSellerBundle\Form\BulkTopSellerLeadType' shared autowired service.
  25759.      *
  25760.      * @return \Aqarmap\Bundle\TopSellerBundle\Form\BulkTopSellerLeadType
  25761.      */
  25762.     protected function getBulkTopSellerLeadTypeService()
  25763.     {
  25764.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  25765.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  25766.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/TopSellerBundle/Form/BulkTopSellerLeadType.php';
  25767.         return $this->privates['Aqarmap\\Bundle\\TopSellerBundle\\Form\\BulkTopSellerLeadType'] = new \Aqarmap\Bundle\TopSellerBundle\Form\BulkTopSellerLeadType();
  25768.     }
  25769.     /**
  25770.      * Gets the private 'Aqarmap\Bundle\TopSellerBundle\Service\TopSellerRetrievalService' shared autowired service.
  25771.      *
  25772.      * @return \Aqarmap\Bundle\TopSellerBundle\Service\TopSellerRetrievalService
  25773.      */
  25774.     protected function getTopSellerRetrievalServiceService()
  25775.     {
  25776.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  25777.         if (isset($this->privates['Aqarmap\\Bundle\\TopSellerBundle\\Service\\TopSellerRetrievalService'])) {
  25778.             return $this->privates['Aqarmap\\Bundle\\TopSellerBundle\\Service\\TopSellerRetrievalService'];
  25779.         }
  25780.         $b = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LocationManager'] ?? $this->getLocationManagerService());
  25781.         if (isset($this->privates['Aqarmap\\Bundle\\TopSellerBundle\\Service\\TopSellerRetrievalService'])) {
  25782.             return $this->privates['Aqarmap\\Bundle\\TopSellerBundle\\Service\\TopSellerRetrievalService'];
  25783.         }
  25784.         $c = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V4\\LocationService'] ?? $this->getLocationServiceService());
  25785.         if (isset($this->privates['Aqarmap\\Bundle\\TopSellerBundle\\Service\\TopSellerRetrievalService'])) {
  25786.             return $this->privates['Aqarmap\\Bundle\\TopSellerBundle\\Service\\TopSellerRetrievalService'];
  25787.         }
  25788.         $d = ($this->services['Aqarmap\\Bundle\\FeatureToggleBundle\\Service\\FeatureToggleManager'] ?? $this->getFeatureToggleManagerService());
  25789.         if (isset($this->privates['Aqarmap\\Bundle\\TopSellerBundle\\Service\\TopSellerRetrievalService'])) {
  25790.             return $this->privates['Aqarmap\\Bundle\\TopSellerBundle\\Service\\TopSellerRetrievalService'];
  25791.         }
  25792.         return $this->privates['Aqarmap\\Bundle\\TopSellerBundle\\Service\\TopSellerRetrievalService'] = new \Aqarmap\Bundle\TopSellerBundle\Service\TopSellerRetrievalService($a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $b$c, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->privates['Aqarmap\\Bundle\\UserBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), $d, ($this->privates['.debug.search.client'] ?? $this->get_Debug_Search_ClientService()));
  25793.     }
  25794.     /**
  25795.      * Gets the private 'Aqarmap\Bundle\UserBundle\Command\GetNotifierDataToInterestsCommand' shared autowired service.
  25796.      *
  25797.      * @return \Aqarmap\Bundle\UserBundle\Command\GetNotifierDataToInterestsCommand
  25798.      */
  25799.     protected function getGetNotifierDataToInterestsCommandService()
  25800.     {
  25801.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25802.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Command/GetNotifierDataToInterestsCommand.php';
  25803.         $this->privates['Aqarmap\\Bundle\\UserBundle\\Command\\GetNotifierDataToInterestsCommand'] = $instance = new \Aqarmap\Bundle\UserBundle\Command\GetNotifierDataToInterestsCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserInterestManager'] ?? $this->getUserInterestManagerService()));
  25804.         $instance->setName('app:notifiers:copy_data');
  25805.         return $instance;
  25806.     }
  25807.     /**
  25808.      * Gets the private 'Aqarmap\Bundle\UserBundle\Command\PatchGenerateUserServicesCommand' shared autowired service.
  25809.      *
  25810.      * @return \Aqarmap\Bundle\UserBundle\Command\PatchGenerateUserServicesCommand
  25811.      */
  25812.     protected function getPatchGenerateUserServicesCommandService()
  25813.     {
  25814.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25815.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Command/PatchGenerateUserServicesCommand.php';
  25816.         $this->privates['Aqarmap\\Bundle\\UserBundle\\Command\\PatchGenerateUserServicesCommand'] = $instance = new \Aqarmap\Bundle\UserBundle\Command\PatchGenerateUserServicesCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  25817.         $instance->setName('app:users:patch_generate_user_services');
  25818.         return $instance;
  25819.     }
  25820.     /**
  25821.      * Gets the private 'Aqarmap\Bundle\UserBundle\Command\PatchUpdateUserInterestCountryCodeCommand' shared autowired service.
  25822.      *
  25823.      * @return \Aqarmap\Bundle\UserBundle\Command\PatchUpdateUserInterestCountryCodeCommand
  25824.      */
  25825.     protected function getPatchUpdateUserInterestCountryCodeCommandService()
  25826.     {
  25827.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25828.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Command/PatchUpdateUserInterestCountryCodeCommand.php';
  25829.         $this->privates['Aqarmap\\Bundle\\UserBundle\\Command\\PatchUpdateUserInterestCountryCodeCommand'] = $instance = new \Aqarmap\Bundle\UserBundle\Command\PatchUpdateUserInterestCountryCodeCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  25830.         $instance->setName('app:users:patch_update_user_interest_country_code');
  25831.         return $instance;
  25832.     }
  25833.     /**
  25834.      * Gets the private 'Aqarmap\Bundle\UserBundle\Command\ReminderPackageExpirationCommand' shared autowired service.
  25835.      *
  25836.      * @return \Aqarmap\Bundle\UserBundle\Command\ReminderPackageExpirationCommand
  25837.      */
  25838.     protected function getReminderPackageExpirationCommandService()
  25839.     {
  25840.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25841.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Command/ReminderPackageExpirationCommand.php';
  25842.         $this->privates['Aqarmap\\Bundle\\UserBundle\\Command\\ReminderPackageExpirationCommand'] = $instance = new \Aqarmap\Bundle\UserBundle\Command\ReminderPackageExpirationCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  25843.         $instance->setName('app:user:credit-exipiration-reminder');
  25844.         return $instance;
  25845.     }
  25846.     /**
  25847.      * Gets the private 'Aqarmap\Bundle\UserBundle\Command\StopAqarmapLiveServiceCommand' shared autowired service.
  25848.      *
  25849.      * @return \Aqarmap\Bundle\UserBundle\Command\StopAqarmapLiveServiceCommand
  25850.      */
  25851.     protected function getStopAqarmapLiveServiceCommandService()
  25852.     {
  25853.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25854.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Command/StopAqarmapLiveServiceCommand.php';
  25855.         $this->privates['Aqarmap\\Bundle\\UserBundle\\Command\\StopAqarmapLiveServiceCommand'] = $instance = new \Aqarmap\Bundle\UserBundle\Command\StopAqarmapLiveServiceCommand(($this->privates['Aqarmap\\Bundle\\UserBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserServicesManager'] ?? $this->getUserServicesManagerService()), ($this->services['Aqarmap\\Bundle\\FeatureToggleBundle\\Service\\FeatureToggleManager'] ?? $this->getFeatureToggleManagerService()));
  25856.         $instance->setName('app:stop-aqarmap-live-service');
  25857.         return $instance;
  25858.     }
  25859.     /**
  25860.      * Gets the private 'Aqarmap\Bundle\UserBundle\Command\SyncCustomersToZohoCRM' shared autowired service.
  25861.      *
  25862.      * @return \Aqarmap\Bundle\UserBundle\Command\SyncCustomersToZohoCRM
  25863.      */
  25864.     protected function getSyncCustomersToZohoCRMService()
  25865.     {
  25866.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25867.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Command/SyncCustomersToZohoCRM.php';
  25868.         $this->privates['Aqarmap\\Bundle\\UserBundle\\Command\\SyncCustomersToZohoCRM'] = $instance = new \Aqarmap\Bundle\UserBundle\Command\SyncCustomersToZohoCRM(($this->privates['Aqarmap\\Bundle\\UserBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\ZohoCRMService'] ?? $this->getZohoCRMServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['doctrine_mongodb.odm.default_document_manager'] ?? $this->getDoctrineMongodb_Odm_DefaultDocumentManagerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  25869.         $instance->setName('app:sync-customers-to-zoho');
  25870.         return $instance;
  25871.     }
  25872.     /**
  25873.      * Gets the private 'Aqarmap\Bundle\UserBundle\Command\UpdateBrokersUserTypeCommand' shared autowired service.
  25874.      *
  25875.      * @return \Aqarmap\Bundle\UserBundle\Command\UpdateBrokersUserTypeCommand
  25876.      */
  25877.     protected function getUpdateBrokersUserTypeCommandService()
  25878.     {
  25879.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25880.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Command/UpdateBrokersUserTypeCommand.php';
  25881.         $this->privates['Aqarmap\\Bundle\\UserBundle\\Command\\UpdateBrokersUserTypeCommand'] = $instance = new \Aqarmap\Bundle\UserBundle\Command\UpdateBrokersUserTypeCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserManager'] ?? $this->getUserManagerService()));
  25882.         $instance->setName('app:users:update-brokers-user-type');
  25883.         return $instance;
  25884.     }
  25885.     /**
  25886.      * Gets the private 'Aqarmap\Bundle\UserBundle\Command\UserPackageCommand' shared autowired service.
  25887.      *
  25888.      * @return \Aqarmap\Bundle\UserBundle\Command\UserPackageCommand
  25889.      */
  25890.     protected function getUserPackageCommandService()
  25891.     {
  25892.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25893.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Command/UserPackageCommand.php';
  25894.         $this->privates['Aqarmap\\Bundle\\UserBundle\\Command\\UserPackageCommand'] = $instance = new \Aqarmap\Bundle\UserBundle\Command\UserPackageCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Aqarmap\\Bundle\\CreditBundle\\Repository\\CreditRepository'] ?? $this->getCreditRepositoryService()));
  25895.         $instance->setName('app:patch:user:package');
  25896.         return $instance;
  25897.     }
  25898.     /**
  25899.      * Gets the private 'Aqarmap\Bundle\UserBundle\Command\UserTypeCommand' shared autowired service.
  25900.      *
  25901.      * @return \Aqarmap\Bundle\UserBundle\Command\UserTypeCommand
  25902.      */
  25903.     protected function getUserTypeCommandService()
  25904.     {
  25905.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25906.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Command/UserTypeCommand.php';
  25907.         $this->privates['Aqarmap\\Bundle\\UserBundle\\Command\\UserTypeCommand'] = $instance = new \Aqarmap\Bundle\UserBundle\Command\UserTypeCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  25908.         $instance->setName('app:users:fix_user_type');
  25909.         return $instance;
  25910.     }
  25911.     /**
  25912.      * Gets the private 'Aqarmap\Bundle\UserBundle\EventListener\AdminLoginListener' shared autowired service.
  25913.      *
  25914.      * @return \Aqarmap\Bundle\UserBundle\EventListener\AdminLoginListener
  25915.      */
  25916.     protected function getAdminLoginListenerService()
  25917.     {
  25918.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/EventListener/AdminLoginListener.php';
  25919.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  25920.         if (isset($this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\AdminLoginListener'])) {
  25921.             return $this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\AdminLoginListener'];
  25922.         }
  25923.         $b = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  25924.         if (isset($this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\AdminLoginListener'])) {
  25925.             return $this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\AdminLoginListener'];
  25926.         }
  25927.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\AdminLoginListener'] = new \Aqarmap\Bundle\UserBundle\EventListener\AdminLoginListener($a$b, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  25928.     }
  25929.     /**
  25930.      * Gets the private 'Aqarmap\Bundle\UserBundle\EventListener\ChangeUserPasswordSubscriber' shared autowired service.
  25931.      *
  25932.      * @return \Aqarmap\Bundle\UserBundle\EventListener\ChangeUserPasswordSubscriber
  25933.      */
  25934.     protected function getChangeUserPasswordSubscriberService()
  25935.     {
  25936.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/EventListener/ChangeUserPasswordSubscriber.php';
  25937.         $a = ($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserManager'] ?? $this->getUserManagerService());
  25938.         if (isset($this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\ChangeUserPasswordSubscriber'])) {
  25939.             return $this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\ChangeUserPasswordSubscriber'];
  25940.         }
  25941.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  25942.         if (isset($this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\ChangeUserPasswordSubscriber'])) {
  25943.             return $this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\ChangeUserPasswordSubscriber'];
  25944.         }
  25945.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\ChangeUserPasswordSubscriber'] = new \Aqarmap\Bundle\UserBundle\EventListener\ChangeUserPasswordSubscriber($a, ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()), $b);
  25946.     }
  25947.     /**
  25948.      * Gets the private 'Aqarmap\Bundle\UserBundle\EventListener\ConfigureMenuEventSubscriber' shared autowired service.
  25949.      *
  25950.      * @return \Aqarmap\Bundle\UserBundle\EventListener\ConfigureMenuEventSubscriber
  25951.      */
  25952.     protected function getConfigureMenuEventSubscriber5Service()
  25953.     {
  25954.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/EventListener/ConfigureMenuEventSubscriber.php';
  25955.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  25956.         if (isset($this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\ConfigureMenuEventSubscriber'])) {
  25957.             return $this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\ConfigureMenuEventSubscriber'];
  25958.         }
  25959.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\ConfigureMenuEventSubscriber'] = new \Aqarmap\Bundle\UserBundle\EventListener\ConfigureMenuEventSubscriber(($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a);
  25960.     }
  25961.     /**
  25962.      * Gets the private 'Aqarmap\Bundle\UserBundle\EventListener\LocaleEventSubscriber' shared autowired service.
  25963.      *
  25964.      * @return \Aqarmap\Bundle\UserBundle\EventListener\LocaleEventSubscriber
  25965.      */
  25966.     protected function getLocaleEventSubscriber2Service()
  25967.     {
  25968.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  25969.         if (isset($this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\LocaleEventSubscriber'])) {
  25970.             return $this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\LocaleEventSubscriber'];
  25971.         }
  25972.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\LocaleEventSubscriber'] = new \Aqarmap\Bundle\UserBundle\EventListener\LocaleEventSubscriber(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a);
  25973.     }
  25974.     /**
  25975.      * Gets the private 'Aqarmap\Bundle\UserBundle\EventListener\NewUserPhoneListener' shared autowired service.
  25976.      *
  25977.      * @return \Aqarmap\Bundle\UserBundle\EventListener\NewUserPhoneListener
  25978.      */
  25979.     protected function getNewUserPhoneListenerService()
  25980.     {
  25981.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/EventListener/NewUserPhoneListener.php';
  25982.         $a = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\PhoneManager'] ?? $this->getPhoneManagerService());
  25983.         if (isset($this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\NewUserPhoneListener'])) {
  25984.             return $this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\NewUserPhoneListener'];
  25985.         }
  25986.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\NewUserPhoneListener'] = new \Aqarmap\Bundle\UserBundle\EventListener\NewUserPhoneListener($a);
  25987.     }
  25988.     /**
  25989.      * Gets the private 'Aqarmap\Bundle\UserBundle\EventListener\ParentLogoApprovedEventSubscriber' shared autowired service.
  25990.      *
  25991.      * @return \Aqarmap\Bundle\UserBundle\EventListener\ParentLogoApprovedEventSubscriber
  25992.      */
  25993.     protected function getParentLogoApprovedEventSubscriberService()
  25994.     {
  25995.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/EventListener/ParentLogoApprovedEventSubscriber.php';
  25996.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  25997.         if (isset($this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\ParentLogoApprovedEventSubscriber'])) {
  25998.             return $this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\ParentLogoApprovedEventSubscriber'];
  25999.         }
  26000.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\ParentLogoApprovedEventSubscriber'] = new \Aqarmap\Bundle\UserBundle\EventListener\ParentLogoApprovedEventSubscriber($a);
  26001.     }
  26002.     /**
  26003.      * Gets the private 'Aqarmap\Bundle\UserBundle\EventListener\ProfileEditedListener' shared autowired service.
  26004.      *
  26005.      * @return \Aqarmap\Bundle\UserBundle\EventListener\ProfileEditedListener
  26006.      */
  26007.     protected function getProfileEditedListenerService()
  26008.     {
  26009.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/EventListener/ProfileEditedListener.php';
  26010.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\ProfileEditedListener'] = new \Aqarmap\Bundle\UserBundle\EventListener\ProfileEditedListener(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  26011.     }
  26012.     /**
  26013.      * Gets the private 'Aqarmap\Bundle\UserBundle\EventListener\RegistrationSuccessListener' shared autowired service.
  26014.      *
  26015.      * @return \Aqarmap\Bundle\UserBundle\EventListener\RegistrationSuccessListener
  26016.      */
  26017.     protected function getRegistrationSuccessListenerService()
  26018.     {
  26019.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/EventListener/RegistrationSuccessListener.php';
  26020.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\RegistrationSuccessListener'] = new \Aqarmap\Bundle\UserBundle\EventListener\RegistrationSuccessListener(($this->services['router'] ?? $this->getRouterService()), ($this->privates['App\\Service\\Security\\AuthServer'] ?? $this->getAuthServerService()));
  26021.     }
  26022.     /**
  26023.      * Gets the private 'Aqarmap\Bundle\UserBundle\EventListener\ResetPasswordListener' shared autowired service.
  26024.      *
  26025.      * @return \Aqarmap\Bundle\UserBundle\EventListener\ResetPasswordListener
  26026.      */
  26027.     protected function getResetPasswordListenerService()
  26028.     {
  26029.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/EventListener/ResetPasswordListener.php';
  26030.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  26031.         if (isset($this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\ResetPasswordListener'])) {
  26032.             return $this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\ResetPasswordListener'];
  26033.         }
  26034.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\ResetPasswordListener'] = new \Aqarmap\Bundle\UserBundle\EventListener\ResetPasswordListener($a);
  26035.     }
  26036.     /**
  26037.      * Gets the private 'Aqarmap\Bundle\UserBundle\EventListener\SwitchUserSubscriber' shared autowired service.
  26038.      *
  26039.      * @return \Aqarmap\Bundle\UserBundle\EventListener\SwitchUserSubscriber
  26040.      */
  26041.     protected function getSwitchUserSubscriberService()
  26042.     {
  26043.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/EventListener/SwitchUserSubscriber.php';
  26044.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  26045.         if (isset($this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\SwitchUserSubscriber'])) {
  26046.             return $this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\SwitchUserSubscriber'];
  26047.         }
  26048.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\SwitchUserSubscriber'] = new \Aqarmap\Bundle\UserBundle\EventListener\SwitchUserSubscriber(($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['translator'] ?? $this->getTranslatorService()), $a);
  26049.     }
  26050.     /**
  26051.      * Gets the private 'Aqarmap\Bundle\UserBundle\EventListener\UserInterestSubscribeListener' shared autowired service.
  26052.      *
  26053.      * @return \Aqarmap\Bundle\UserBundle\EventListener\UserInterestSubscribeListener
  26054.      */
  26055.     protected function getUserInterestSubscribeListenerService()
  26056.     {
  26057.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/EventListener/UserInterestSubscribeListener.php';
  26058.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  26059.         if (isset($this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\UserInterestSubscribeListener'])) {
  26060.             return $this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\UserInterestSubscribeListener'];
  26061.         }
  26062.         $b = ($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserInterestManager'] ?? $this->getUserInterestManagerService());
  26063.         if (isset($this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\UserInterestSubscribeListener'])) {
  26064.             return $this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\UserInterestSubscribeListener'];
  26065.         }
  26066.         $c = ($this->services['Aqarmap\\Bundle\\FeatureToggleBundle\\Service\\FeatureToggleManager'] ?? $this->getFeatureToggleManagerService());
  26067.         if (isset($this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\UserInterestSubscribeListener'])) {
  26068.             return $this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\UserInterestSubscribeListener'];
  26069.         }
  26070.         $d = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LeadService'] ?? $this->getLeadService2Service());
  26071.         if (isset($this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\UserInterestSubscribeListener'])) {
  26072.             return $this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\UserInterestSubscribeListener'];
  26073.         }
  26074.         $e = ($this->privates['Aqarmap\\Bundle\\BuyerAlertsBundle\\Service\\BuyerAlertsManager'] ?? $this->getBuyerAlertsManagerService());
  26075.         if (isset($this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\UserInterestSubscribeListener'])) {
  26076.             return $this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\UserInterestSubscribeListener'];
  26077.         }
  26078.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\UserInterestSubscribeListener'] = new \Aqarmap\Bundle\UserBundle\EventListener\UserInterestSubscribeListener($a$b$c$d, ($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserInterestBuilder'] ?? ($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserInterestBuilder'] = new \Aqarmap\Bundle\UserBundle\Services\UserInterestBuilder())), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $e);
  26079.     }
  26080.     /**
  26081.      * Gets the private 'Aqarmap\Bundle\UserBundle\EventListener\UserLoginListener' shared autowired service.
  26082.      *
  26083.      * @return \Aqarmap\Bundle\UserBundle\EventListener\UserLoginListener
  26084.      */
  26085.     protected function getUserLoginListenerService()
  26086.     {
  26087.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/EventListener/UserLoginListener.php';
  26088.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  26089.         if (isset($this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\UserLoginListener'])) {
  26090.             return $this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\UserLoginListener'];
  26091.         }
  26092.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\UserLoginListener'] = new \Aqarmap\Bundle\UserBundle\EventListener\UserLoginListener(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()), $a, ($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserActivityService'] ?? $this->getUserActivityServiceService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  26093.     }
  26094.     /**
  26095.      * Gets the private 'Aqarmap\Bundle\UserBundle\EventListener\UserPackageSubscriber' shared autowired service.
  26096.      *
  26097.      * @return \Aqarmap\Bundle\UserBundle\EventListener\UserPackageSubscriber
  26098.      */
  26099.     protected function getUserPackageSubscriberService()
  26100.     {
  26101.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/EventListener/UserPackageSubscriber.php';
  26102.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  26103.         if (isset($this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\UserPackageSubscriber'])) {
  26104.             return $this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\UserPackageSubscriber'];
  26105.         }
  26106.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\UserPackageSubscriber'] = new \Aqarmap\Bundle\UserBundle\EventListener\UserPackageSubscriber($a);
  26107.     }
  26108.     /**
  26109.      * Gets the private 'Aqarmap\Bundle\UserBundle\EventListener\UserPreSerializer' shared autowired service.
  26110.      *
  26111.      * @return \Aqarmap\Bundle\UserBundle\EventListener\UserPreSerializer
  26112.      */
  26113.     protected function getUserPreSerializerService()
  26114.     {
  26115.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventSubscriberInterface.php';
  26116.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/EventListener/UserPreSerializer.php';
  26117.         $a = ($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserServicesManager'] ?? $this->getUserServicesManagerService());
  26118.         if (isset($this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\UserPreSerializer'])) {
  26119.             return $this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\UserPreSerializer'];
  26120.         }
  26121.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\UserPreSerializer'] = new \Aqarmap\Bundle\UserBundle\EventListener\UserPreSerializer($a);
  26122.     }
  26123.     /**
  26124.      * Gets the private 'Aqarmap\Bundle\UserBundle\EventListener\UserUpdateListener' shared autowired service.
  26125.      *
  26126.      * @return \Aqarmap\Bundle\UserBundle\EventListener\UserUpdateListener
  26127.      */
  26128.     protected function getUserUpdateListenerService()
  26129.     {
  26130.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/EventListener/UserUpdateListener.php';
  26131.         $a = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\PhoneManager'] ?? $this->getPhoneManagerService());
  26132.         if (isset($this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\UserUpdateListener'])) {
  26133.             return $this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\UserUpdateListener'];
  26134.         }
  26135.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  26136.         if (isset($this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\UserUpdateListener'])) {
  26137.             return $this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\UserUpdateListener'];
  26138.         }
  26139.         $c = ($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserPhoneManager'] ?? $this->getUserPhoneManagerService());
  26140.         if (isset($this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\UserUpdateListener'])) {
  26141.             return $this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\UserUpdateListener'];
  26142.         }
  26143.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\UserUpdateListener'] = new \Aqarmap\Bundle\UserBundle\EventListener\UserUpdateListener($a$b$c);
  26144.     }
  26145.     /**
  26146.      * Gets the private 'Aqarmap\Bundle\UserBundle\Form\AddUserPhoneFormType' shared autowired service.
  26147.      *
  26148.      * @return \Aqarmap\Bundle\UserBundle\Form\AddUserPhoneFormType
  26149.      */
  26150.     protected function getAddUserPhoneFormTypeService()
  26151.     {
  26152.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  26153.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  26154.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Form/AddUserPhoneFormType.php';
  26155.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\Form\\AddUserPhoneFormType'] = new \Aqarmap\Bundle\UserBundle\Form\AddUserPhoneFormType();
  26156.     }
  26157.     /**
  26158.      * Gets the private 'Aqarmap\Bundle\UserBundle\Form\Admin\AddUserServiceType' shared autowired service.
  26159.      *
  26160.      * @return \Aqarmap\Bundle\UserBundle\Form\Admin\AddUserServiceType
  26161.      */
  26162.     protected function getAddUserServiceTypeService()
  26163.     {
  26164.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  26165.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  26166.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Form/Admin/AddUserServiceType.php';
  26167.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\Form\\Admin\\AddUserServiceType'] = new \Aqarmap\Bundle\UserBundle\Form\Admin\AddUserServiceType();
  26168.     }
  26169.     /**
  26170.      * Gets the private 'Aqarmap\Bundle\UserBundle\Form\Admin\UpdateUserPackageType' shared autowired service.
  26171.      *
  26172.      * @return \Aqarmap\Bundle\UserBundle\Form\Admin\UpdateUserPackageType
  26173.      */
  26174.     protected function getUpdateUserPackageTypeService()
  26175.     {
  26176.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  26177.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  26178.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Form/Admin/UpdateUserPackageType.php';
  26179.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\Form\\Admin\\UpdateUserPackageType'] = new \Aqarmap\Bundle\UserBundle\Form\Admin\UpdateUserPackageType();
  26180.     }
  26181.     /**
  26182.      * Gets the private 'Aqarmap\Bundle\UserBundle\Form\Admin\UpdateUserServiceType' shared autowired service.
  26183.      *
  26184.      * @return \Aqarmap\Bundle\UserBundle\Form\Admin\UpdateUserServiceType
  26185.      */
  26186.     protected function getUpdateUserServiceTypeService()
  26187.     {
  26188.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  26189.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  26190.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Form/Admin/UpdateUserServiceType.php';
  26191.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\Form\\Admin\\UpdateUserServiceType'] = new \Aqarmap\Bundle\UserBundle\Form\Admin\UpdateUserServiceType();
  26192.     }
  26193.     /**
  26194.      * Gets the private 'Aqarmap\Bundle\UserBundle\Form\Admin\UserInfoType' shared autowired service.
  26195.      *
  26196.      * @return \Aqarmap\Bundle\UserBundle\Form\Admin\UserInfoType
  26197.      */
  26198.     protected function getUserInfoTypeService()
  26199.     {
  26200.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  26201.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  26202.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Form/Admin/UserInfoType.php';
  26203.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\Form\\Admin\\UserInfoType'] = new \Aqarmap\Bundle\UserBundle\Form\Admin\UserInfoType();
  26204.     }
  26205.     /**
  26206.      * Gets the private 'Aqarmap\Bundle\UserBundle\Form\Admin\UserTypeChangeType' shared autowired service.
  26207.      *
  26208.      * @return \Aqarmap\Bundle\UserBundle\Form\Admin\UserTypeChangeType
  26209.      */
  26210.     protected function getUserTypeChangeTypeService()
  26211.     {
  26212.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  26213.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  26214.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Form/Admin/UserTypeChangeType.php';
  26215.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\Form\\Admin\\UserTypeChangeType'] = new \Aqarmap\Bundle\UserBundle\Form\Admin\UserTypeChangeType();
  26216.     }
  26217.     /**
  26218.      * Gets the private 'Aqarmap\Bundle\UserBundle\Form\BoostLevelType' shared autowired service.
  26219.      *
  26220.      * @return \Aqarmap\Bundle\UserBundle\Form\BoostLevelType
  26221.      */
  26222.     protected function getBoostLevelTypeService()
  26223.     {
  26224.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  26225.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  26226.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Form/BoostLevelType.php';
  26227.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\Form\\BoostLevelType'] = new \Aqarmap\Bundle\UserBundle\Form\BoostLevelType(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  26228.     }
  26229.     /**
  26230.      * Gets the private 'Aqarmap\Bundle\UserBundle\Form\BrokerType' shared autowired service.
  26231.      *
  26232.      * @return \Aqarmap\Bundle\UserBundle\Form\BrokerType
  26233.      */
  26234.     protected function getBrokerTypeService()
  26235.     {
  26236.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  26237.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  26238.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Form/BrokerType.php';
  26239.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\Form\\BrokerType'] = new \Aqarmap\Bundle\UserBundle\Form\BrokerType();
  26240.     }
  26241.     /**
  26242.      * Gets the private 'Aqarmap\Bundle\UserBundle\Form\ChangeGroupType' shared autowired service.
  26243.      *
  26244.      * @return \Aqarmap\Bundle\UserBundle\Form\ChangeGroupType
  26245.      */
  26246.     protected function getChangeGroupTypeService()
  26247.     {
  26248.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  26249.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  26250.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Form/ChangeGroupType.php';
  26251.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\Form\\ChangeGroupType'] = new \Aqarmap\Bundle\UserBundle\Form\ChangeGroupType();
  26252.     }
  26253.     /**
  26254.      * Gets the private 'Aqarmap\Bundle\UserBundle\Form\ChangePasswordFormType' shared autowired service.
  26255.      *
  26256.      * @return \Aqarmap\Bundle\UserBundle\Form\ChangePasswordFormType
  26257.      */
  26258.     protected function getChangePasswordFormTypeService()
  26259.     {
  26260.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  26261.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  26262.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Form/ChangePasswordFormType.php';
  26263.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\Form\\ChangePasswordFormType'] = new \Aqarmap\Bundle\UserBundle\Form\ChangePasswordFormType();
  26264.     }
  26265.     /**
  26266.      * Gets the private 'Aqarmap\Bundle\UserBundle\Form\CustomerSearchForm' shared autowired service.
  26267.      *
  26268.      * @return \Aqarmap\Bundle\UserBundle\Form\CustomerSearchForm
  26269.      */
  26270.     protected function getCustomerSearchFormService()
  26271.     {
  26272.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  26273.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  26274.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Form/CustomerSearchForm.php';
  26275.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\Form\\CustomerSearchForm'] = new \Aqarmap\Bundle\UserBundle\Form\CustomerSearchForm();
  26276.     }
  26277.     /**
  26278.      * Gets the private 'Aqarmap\Bundle\UserBundle\Form\DeviceType' shared autowired service.
  26279.      *
  26280.      * @return \Aqarmap\Bundle\UserBundle\Form\DeviceType
  26281.      */
  26282.     protected function getDeviceTypeService()
  26283.     {
  26284.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  26285.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  26286.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Form/DeviceType.php';
  26287.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\Form\\DeviceType'] = new \Aqarmap\Bundle\UserBundle\Form\DeviceType();
  26288.     }
  26289.     /**
  26290.      * Gets the private 'Aqarmap\Bundle\UserBundle\Form\EditPhoneNumberType' shared autowired service.
  26291.      *
  26292.      * @return \Aqarmap\Bundle\UserBundle\Form\EditPhoneNumberType
  26293.      */
  26294.     protected function getEditPhoneNumberTypeService()
  26295.     {
  26296.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  26297.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  26298.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Form/EditPhoneNumberType.php';
  26299.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\Form\\EditPhoneNumberType'] = new \Aqarmap\Bundle\UserBundle\Form\EditPhoneNumberType();
  26300.     }
  26301.     /**
  26302.      * Gets the private 'Aqarmap\Bundle\UserBundle\Form\GroupFormType' shared autowired service.
  26303.      *
  26304.      * @return \Aqarmap\Bundle\UserBundle\Form\GroupFormType
  26305.      */
  26306.     protected function getGroupFormTypeService()
  26307.     {
  26308.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  26309.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  26310.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Form/GroupFormType.php';
  26311.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\Form\\GroupFormType'] = new \Aqarmap\Bundle\UserBundle\Form\GroupFormType(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  26312.     }
  26313.     /**
  26314.      * Gets the private 'Aqarmap\Bundle\UserBundle\Form\ImportDeveloperUserType' shared autowired service.
  26315.      *
  26316.      * @return \Aqarmap\Bundle\UserBundle\Form\ImportDeveloperUserType
  26317.      */
  26318.     protected function getImportDeveloperUserTypeService()
  26319.     {
  26320.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  26321.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  26322.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Form/ImportDeveloperUserType.php';
  26323.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\Form\\ImportDeveloperUserType'] = new \Aqarmap\Bundle\UserBundle\Form\ImportDeveloperUserType();
  26324.     }
  26325.     /**
  26326.      * Gets the private 'Aqarmap\Bundle\UserBundle\Form\ImportUserGroupType' shared autowired service.
  26327.      *
  26328.      * @return \Aqarmap\Bundle\UserBundle\Form\ImportUserGroupType
  26329.      */
  26330.     protected function getImportUserGroupTypeService()
  26331.     {
  26332.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  26333.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  26334.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Form/ImportUserGroupType.php';
  26335.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\Form\\ImportUserGroupType'] = new \Aqarmap\Bundle\UserBundle\Form\ImportUserGroupType();
  26336.     }
  26337.     /**
  26338.      * Gets the private 'Aqarmap\Bundle\UserBundle\Form\ImportUserType' shared autowired service.
  26339.      *
  26340.      * @return \Aqarmap\Bundle\UserBundle\Form\ImportUserType
  26341.      */
  26342.     protected function getImportUserTypeService()
  26343.     {
  26344.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  26345.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  26346.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Form/ImportUserType.php';
  26347.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\Form\\ImportUserType'] = new \Aqarmap\Bundle\UserBundle\Form\ImportUserType();
  26348.     }
  26349.     /**
  26350.      * Gets the private 'Aqarmap\Bundle\UserBundle\Form\PersonalInfoType' shared autowired service.
  26351.      *
  26352.      * @return \Aqarmap\Bundle\UserBundle\Form\PersonalInfoType
  26353.      */
  26354.     protected function getPersonalInfoTypeService()
  26355.     {
  26356.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  26357.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  26358.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Form/PersonalInfoType.php';
  26359.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\Form\\PersonalInfoType'] = new \Aqarmap\Bundle\UserBundle\Form\PersonalInfoType();
  26360.     }
  26361.     /**
  26362.      * Gets the private 'Aqarmap\Bundle\UserBundle\Form\QuickRegistrationFormType' shared autowired service.
  26363.      *
  26364.      * @return \Aqarmap\Bundle\UserBundle\Form\QuickRegistrationFormType
  26365.      */
  26366.     protected function getQuickRegistrationFormTypeService()
  26367.     {
  26368.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  26369.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  26370.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Form/QuickRegistrationFormType.php';
  26371.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\Form\\QuickRegistrationFormType'] = new \Aqarmap\Bundle\UserBundle\Form\QuickRegistrationFormType();
  26372.     }
  26373.     /**
  26374.      * Gets the private 'Aqarmap\Bundle\UserBundle\Form\SubAccountFormType' shared autowired service.
  26375.      *
  26376.      * @return \Aqarmap\Bundle\UserBundle\Form\SubAccountFormType
  26377.      */
  26378.     protected function getSubAccountFormType2Service()
  26379.     {
  26380.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  26381.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  26382.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Form/SubAccountFormType.php';
  26383.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\Form\\SubAccountFormType'] = new \Aqarmap\Bundle\UserBundle\Form\SubAccountFormType();
  26384.     }
  26385.     /**
  26386.      * Gets the private 'Aqarmap\Bundle\UserBundle\Form\TargetAudienceHistoryType' shared autowired service.
  26387.      *
  26388.      * @return \Aqarmap\Bundle\UserBundle\Form\TargetAudienceHistoryType
  26389.      */
  26390.     protected function getTargetAudienceHistoryTypeService()
  26391.     {
  26392.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  26393.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  26394.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Form/TargetAudienceHistoryType.php';
  26395.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\Form\\TargetAudienceHistoryType'] = new \Aqarmap\Bundle\UserBundle\Form\TargetAudienceHistoryType();
  26396.     }
  26397.     /**
  26398.      * Gets the private 'Aqarmap\Bundle\UserBundle\Form\TeamType' shared autowired service.
  26399.      *
  26400.      * @return \Aqarmap\Bundle\UserBundle\Form\TeamType
  26401.      */
  26402.     protected function getTeamTypeService()
  26403.     {
  26404.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  26405.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  26406.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Form/TeamType.php';
  26407.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\Form\\TeamType'] = new \Aqarmap\Bundle\UserBundle\Form\TeamType();
  26408.     }
  26409.     /**
  26410.      * Gets the private 'Aqarmap\Bundle\UserBundle\Form\UpdateCompanyInfoFormType' shared autowired service.
  26411.      *
  26412.      * @return \Aqarmap\Bundle\UserBundle\Form\UpdateCompanyInfoFormType
  26413.      */
  26414.     protected function getUpdateCompanyInfoFormTypeService()
  26415.     {
  26416.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  26417.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  26418.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Form/UpdateCompanyInfoFormType.php';
  26419.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\Form\\UpdateCompanyInfoFormType'] = new \Aqarmap\Bundle\UserBundle\Form\UpdateCompanyInfoFormType();
  26420.     }
  26421.     /**
  26422.      * Gets the private 'Aqarmap\Bundle\UserBundle\Form\UpdateProfileBasicInfoFormType' shared autowired service.
  26423.      *
  26424.      * @return \Aqarmap\Bundle\UserBundle\Form\UpdateProfileBasicInfoFormType
  26425.      */
  26426.     protected function getUpdateProfileBasicInfoFormTypeService()
  26427.     {
  26428.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  26429.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  26430.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Form/UpdateProfileBasicInfoFormType.php';
  26431.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\Form\\UpdateProfileBasicInfoFormType'] = new \Aqarmap\Bundle\UserBundle\Form\UpdateProfileBasicInfoFormType();
  26432.     }
  26433.     /**
  26434.      * Gets the private 'Aqarmap\Bundle\UserBundle\Form\UpdateProfileFormType' shared autowired service.
  26435.      *
  26436.      * @return \Aqarmap\Bundle\UserBundle\Form\UpdateProfileFormType
  26437.      */
  26438.     protected function getUpdateProfileFormTypeService()
  26439.     {
  26440.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  26441.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  26442.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Form/UpdateProfileFormType.php';
  26443.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\Form\\UpdateProfileFormType'] = new \Aqarmap\Bundle\UserBundle\Form\UpdateProfileFormType();
  26444.     }
  26445.     /**
  26446.      * Gets the private 'Aqarmap\Bundle\UserBundle\Form\UserDomainType' shared autowired service.
  26447.      *
  26448.      * @return \Aqarmap\Bundle\UserBundle\Form\UserDomainType
  26449.      */
  26450.     protected function getUserDomainTypeService()
  26451.     {
  26452.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  26453.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  26454.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Form/UserDomainType.php';
  26455.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\Form\\UserDomainType'] = new \Aqarmap\Bundle\UserBundle\Form\UserDomainType();
  26456.     }
  26457.     /**
  26458.      * Gets the private 'Aqarmap\Bundle\UserBundle\Form\UserExtendCreditDateType' shared autowired service.
  26459.      *
  26460.      * @return \Aqarmap\Bundle\UserBundle\Form\UserExtendCreditDateType
  26461.      */
  26462.     protected function getUserExtendCreditDateTypeService()
  26463.     {
  26464.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  26465.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  26466.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Form/UserExtendCreditDateType.php';
  26467.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\Form\\UserExtendCreditDateType'] = new \Aqarmap\Bundle\UserBundle\Form\UserExtendCreditDateType();
  26468.     }
  26469.     /**
  26470.      * Gets the private 'Aqarmap\Bundle\UserBundle\Form\UserKeywordType' shared autowired service.
  26471.      *
  26472.      * @return \Aqarmap\Bundle\UserBundle\Form\UserKeywordType
  26473.      */
  26474.     protected function getUserKeywordTypeService()
  26475.     {
  26476.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  26477.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  26478.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Form/UserKeywordType.php';
  26479.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\Form\\UserKeywordType'] = new \Aqarmap\Bundle\UserBundle\Form\UserKeywordType();
  26480.     }
  26481.     /**
  26482.      * Gets the private 'Aqarmap\Bundle\UserBundle\Form\UserPhoneType' shared autowired service.
  26483.      *
  26484.      * @return \Aqarmap\Bundle\UserBundle\Form\UserPhoneType
  26485.      */
  26486.     protected function getUserPhoneTypeService()
  26487.     {
  26488.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  26489.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  26490.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Form/UserPhoneType.php';
  26491.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\Form\\UserPhoneType'] = new \Aqarmap\Bundle\UserBundle\Form\UserPhoneType();
  26492.     }
  26493.     /**
  26494.      * Gets the private 'Aqarmap\Bundle\UserBundle\Form\V3\LoginFormType' shared autowired service.
  26495.      *
  26496.      * @return \Aqarmap\Bundle\UserBundle\Form\V3\LoginFormType
  26497.      */
  26498.     protected function getLoginFormTypeService()
  26499.     {
  26500.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  26501.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  26502.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Form/V3/LoginFormType.php';
  26503.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\Form\\V3\\LoginFormType'] = new \Aqarmap\Bundle\UserBundle\Form\V3\LoginFormType();
  26504.     }
  26505.     /**
  26506.      * Gets the private 'Aqarmap\Bundle\UserBundle\Form\V3\RegistrationFormType' shared autowired service.
  26507.      *
  26508.      * @return \Aqarmap\Bundle\UserBundle\Form\V3\RegistrationFormType
  26509.      */
  26510.     protected function getRegistrationFormTypeService()
  26511.     {
  26512.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  26513.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  26514.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Form/V3/RegistrationFormType.php';
  26515.         $a = ($this->services['Aqarmap\\Bundle\\FeatureToggleBundle\\Service\\FeatureToggleManager'] ?? $this->getFeatureToggleManagerService());
  26516.         if (isset($this->privates['Aqarmap\\Bundle\\UserBundle\\Form\\V3\\RegistrationFormType'])) {
  26517.             return $this->privates['Aqarmap\\Bundle\\UserBundle\\Form\\V3\\RegistrationFormType'];
  26518.         }
  26519.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\Form\\V3\\RegistrationFormType'] = new \Aqarmap\Bundle\UserBundle\Form\V3\RegistrationFormType($a);
  26520.     }
  26521.     /**
  26522.      * Gets the private 'Aqarmap\Bundle\UserBundle\Repository\GroupRepository' shared autowired service.
  26523.      *
  26524.      * @return \Aqarmap\Bundle\UserBundle\Repository\GroupRepository
  26525.      */
  26526.     protected function getGroupRepositoryService()
  26527.     {
  26528.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\Repository\\GroupRepository'] = new \Aqarmap\Bundle\UserBundle\Repository\GroupRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26529.     }
  26530.     /**
  26531.      * Gets the private 'Aqarmap\Bundle\UserBundle\Repository\SavedSearchRepository' shared autowired service.
  26532.      *
  26533.      * @return \Aqarmap\Bundle\UserBundle\Repository\SavedSearchRepository
  26534.      */
  26535.     protected function getSavedSearchRepository2Service()
  26536.     {
  26537.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Repository/SavedSearchRepository.php';
  26538.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\Repository\\SavedSearchRepository'] = new \Aqarmap\Bundle\UserBundle\Repository\SavedSearchRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26539.     }
  26540.     /**
  26541.      * Gets the private 'Aqarmap\Bundle\UserBundle\Repository\TeamHistoryRepository' shared autowired service.
  26542.      *
  26543.      * @return \Aqarmap\Bundle\UserBundle\Repository\TeamHistoryRepository
  26544.      */
  26545.     protected function getTeamHistoryRepositoryService()
  26546.     {
  26547.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Repository/TeamHistoryRepository.php';
  26548.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\Repository\\TeamHistoryRepository'] = new \Aqarmap\Bundle\UserBundle\Repository\TeamHistoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26549.     }
  26550.     /**
  26551.      * Gets the private 'Aqarmap\Bundle\UserBundle\Repository\TeamRepository' shared autowired service.
  26552.      *
  26553.      * @return \Aqarmap\Bundle\UserBundle\Repository\TeamRepository
  26554.      */
  26555.     protected function getTeamRepositoryService()
  26556.     {
  26557.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Repository/TeamRepository.php';
  26558.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\Repository\\TeamRepository'] = new \Aqarmap\Bundle\UserBundle\Repository\TeamRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26559.     }
  26560.     /**
  26561.      * Gets the private 'Aqarmap\Bundle\UserBundle\Repository\UserCheckInRepository' shared autowired service.
  26562.      *
  26563.      * @return \Aqarmap\Bundle\UserBundle\Repository\UserCheckInRepository
  26564.      */
  26565.     protected function getUserCheckInRepositoryService()
  26566.     {
  26567.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Repository/UserCheckInRepository.php';
  26568.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\Repository\\UserCheckInRepository'] = new \Aqarmap\Bundle\UserBundle\Repository\UserCheckInRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26569.     }
  26570.     /**
  26571.      * Gets the private 'Aqarmap\Bundle\UserBundle\Repository\UserCheckinHistoryRepository' shared autowired service.
  26572.      *
  26573.      * @return \Aqarmap\Bundle\UserBundle\Repository\UserCheckinHistoryRepository
  26574.      */
  26575.     protected function getUserCheckinHistoryRepositoryService()
  26576.     {
  26577.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Repository/UserCheckinHistoryRepository.php';
  26578.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\Repository\\UserCheckinHistoryRepository'] = new \Aqarmap\Bundle\UserBundle\Repository\UserCheckinHistoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26579.     }
  26580.     /**
  26581.      * Gets the private 'Aqarmap\Bundle\UserBundle\Repository\UserDeviceCategoryRepository' shared autowired service.
  26582.      *
  26583.      * @return \Aqarmap\Bundle\UserBundle\Repository\UserDeviceCategoryRepository
  26584.      */
  26585.     protected function getUserDeviceCategoryRepositoryService()
  26586.     {
  26587.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Repository/UserDeviceCategoryRepository.php';
  26588.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\Repository\\UserDeviceCategoryRepository'] = new \Aqarmap\Bundle\UserBundle\Repository\UserDeviceCategoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26589.     }
  26590.     /**
  26591.      * Gets the private 'Aqarmap\Bundle\UserBundle\Repository\UserDeviceRepository' shared autowired service.
  26592.      *
  26593.      * @return \Aqarmap\Bundle\UserBundle\Repository\UserDeviceRepository
  26594.      */
  26595.     protected function getUserDeviceRepositoryService()
  26596.     {
  26597.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Repository/UserDeviceRepository.php';
  26598.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\Repository\\UserDeviceRepository'] = new \Aqarmap\Bundle\UserBundle\Repository\UserDeviceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26599.     }
  26600.     /**
  26601.      * Gets the private 'Aqarmap\Bundle\UserBundle\Repository\UserDomainRepository' shared autowired service.
  26602.      *
  26603.      * @return \Aqarmap\Bundle\UserBundle\Repository\UserDomainRepository
  26604.      */
  26605.     protected function getUserDomainRepositoryService()
  26606.     {
  26607.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Repository/UserDomainRepository.php';
  26608.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\Repository\\UserDomainRepository'] = new \Aqarmap\Bundle\UserBundle\Repository\UserDomainRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26609.     }
  26610.     /**
  26611.      * Gets the private 'Aqarmap\Bundle\UserBundle\Repository\UserInterestElasticRepository' shared autowired service.
  26612.      *
  26613.      * @return \Aqarmap\Bundle\UserBundle\Repository\UserInterestElasticRepository
  26614.      */
  26615.     protected function getUserInterestElasticRepositoryService()
  26616.     {
  26617.         include_once \dirname(__DIR__4).'/vendor/aqarmap/elastic/src/Repositories/BaseRepository.php';
  26618.         include_once \dirname(__DIR__4).'/vendor/aqarmap/elastic/src/Contracts/RepositoryContract.php';
  26619.         include_once \dirname(__DIR__4).'/vendor/aqarmap/elastic/src/Repositories/ElasticRepository.php';
  26620.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Model/Contract/UserInterestElasticRepositoryInterface.php';
  26621.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Repository/UserInterestElasticRepository.php';
  26622.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\Repository\\UserInterestElasticRepository'] = new \Aqarmap\Bundle\UserBundle\Repository\UserInterestElasticRepository(($this->services['fos_elastica.client.default'] ?? $this->getFosElastica_Client_DefaultService()));
  26623.     }
  26624.     /**
  26625.      * Gets the private 'Aqarmap\Bundle\UserBundle\Repository\UserInterestRepository' shared autowired service.
  26626.      *
  26627.      * @return \Aqarmap\Bundle\UserBundle\Repository\UserInterestRepository
  26628.      */
  26629.     protected function getUserInterestRepositoryService()
  26630.     {
  26631.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\Repository\\UserInterestRepository'] = new \Aqarmap\Bundle\UserBundle\Repository\UserInterestRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26632.     }
  26633.     /**
  26634.      * Gets the private 'Aqarmap\Bundle\UserBundle\Repository\UserPackagesRepository' shared autowired service.
  26635.      *
  26636.      * @return \Aqarmap\Bundle\UserBundle\Repository\UserPackagesRepository
  26637.      */
  26638.     protected function getUserPackagesRepositoryService()
  26639.     {
  26640.         $a = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\LocationRepository'] ?? $this->getLocationRepositoryService());
  26641.         if (isset($this->privates['Aqarmap\\Bundle\\UserBundle\\Repository\\UserPackagesRepository'])) {
  26642.             return $this->privates['Aqarmap\\Bundle\\UserBundle\\Repository\\UserPackagesRepository'];
  26643.         }
  26644.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\Repository\\UserPackagesRepository'] = new \Aqarmap\Bundle\UserBundle\Repository\UserPackagesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
  26645.     }
  26646.     /**
  26647.      * Gets the private 'Aqarmap\Bundle\UserBundle\Repository\UserRepository' shared autowired service.
  26648.      *
  26649.      * @return \Aqarmap\Bundle\UserBundle\Repository\UserRepository
  26650.      */
  26651.     protected function getUserRepositoryService()
  26652.     {
  26653.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\Repository\\UserRepository'] = new \Aqarmap\Bundle\UserBundle\Repository\UserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['Aqarmap\\Bundle\\UserBundle\\Repository\\UserServicesRepository'] ?? $this->getUserServicesRepositoryService()));
  26654.     }
  26655.     /**
  26656.      * Gets the private 'Aqarmap\Bundle\UserBundle\Repository\UserServicesRepository' shared autowired service.
  26657.      *
  26658.      * @return \Aqarmap\Bundle\UserBundle\Repository\UserServicesRepository
  26659.      */
  26660.     protected function getUserServicesRepositoryService()
  26661.     {
  26662.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\Repository\\UserServicesRepository'] = new \Aqarmap\Bundle\UserBundle\Repository\UserServicesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26663.     }
  26664.     /**
  26665.      * Gets the private 'Aqarmap\Bundle\UserBundle\Services\PushNotificationService' shared autowired service.
  26666.      *
  26667.      * @return \Aqarmap\Bundle\UserBundle\Services\PushNotificationService
  26668.      */
  26669.     protected function getPushNotificationServiceService()
  26670.     {
  26671.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Services/PushNotificationService.php';
  26672.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\PushNotificationService'] = new \Aqarmap\Bundle\UserBundle\Services\PushNotificationService(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['cache.app'] ?? $this->getCache_AppService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  26673.     }
  26674.     /**
  26675.      * Gets the private 'Aqarmap\Bundle\UserBundle\Services\UserActivityService' shared autowired service.
  26676.      *
  26677.      * @return \Aqarmap\Bundle\UserBundle\Services\UserActivityService
  26678.      */
  26679.     protected function getUserActivityServiceService()
  26680.     {
  26681.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Services/UserActivityService.php';
  26682.         $a = ($this->services['Aqarmap\\Bundle\\FeatureToggleBundle\\Service\\FeatureToggleManager'] ?? $this->getFeatureToggleManagerService());
  26683.         if (isset($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserActivityService'])) {
  26684.             return $this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserActivityService'];
  26685.         }
  26686.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserActivityService'] = new \Aqarmap\Bundle\UserBundle\Services\UserActivityService($a);
  26687.     }
  26688.     /**
  26689.      * Gets the private 'Aqarmap\Bundle\UserBundle\Services\UserAuthenticationService' shared autowired service.
  26690.      *
  26691.      * @return \Aqarmap\Bundle\UserBundle\Services\UserAuthenticationService
  26692.      */
  26693.     protected function getUserAuthenticationService2Service()
  26694.     {
  26695.         $this->throw('Cannot autowire service "Aqarmap\\Bundle\\UserBundle\\Services\\UserAuthenticationService": argument "$oauthServer" of method "__construct()" has type "Aqarmap\\Bundle\\UserBundle\\Services\\IOAuth2" but this class was not found.');
  26696.     }
  26697.     /**
  26698.      * Gets the private 'Aqarmap\Bundle\UserBundle\Services\UserDeviceManager' shared autowired service.
  26699.      *
  26700.      * @return \Aqarmap\Bundle\UserBundle\Services\UserDeviceManager
  26701.      */
  26702.     protected function getUserDeviceManagerService()
  26703.     {
  26704.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Services/UserDeviceManager.php';
  26705.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  26706.         if (isset($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserDeviceManager'])) {
  26707.             return $this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserDeviceManager'];
  26708.         }
  26709.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserDeviceManager'] = new \Aqarmap\Bundle\UserBundle\Services\UserDeviceManager(($this->privates['Aqarmap\\Bundle\\UserBundle\\Repository\\UserDeviceRepository'] ?? $this->getUserDeviceRepositoryService()), $a);
  26710.     }
  26711.     /**
  26712.      * Gets the private 'Aqarmap\Bundle\UserBundle\Services\UserInterestManager' shared autowired service.
  26713.      *
  26714.      * @return \Aqarmap\Bundle\UserBundle\Services\UserInterestManager
  26715.      */
  26716.     protected function getUserInterestManagerService()
  26717.     {
  26718.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  26719.         if (isset($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserInterestManager'])) {
  26720.             return $this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserInterestManager'];
  26721.         }
  26722.         $b = ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\PriceExtender'] ?? $this->getPriceExtenderService());
  26723.         if (isset($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserInterestManager'])) {
  26724.             return $this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserInterestManager'];
  26725.         }
  26726.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  26727.         if (isset($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserInterestManager'])) {
  26728.             return $this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserInterestManager'];
  26729.         }
  26730.         $d = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\LocationRepository'] ?? $this->getLocationRepositoryService());
  26731.         if (isset($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserInterestManager'])) {
  26732.             return $this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserInterestManager'];
  26733.         }
  26734.         $e = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\PropertyTypeRepository'] ?? $this->getPropertyTypeRepositoryService());
  26735.         if (isset($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserInterestManager'])) {
  26736.             return $this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserInterestManager'];
  26737.         }
  26738.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserInterestManager'] = new \Aqarmap\Bundle\UserBundle\Services\UserInterestManager($a$b$c, ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()), ($this->privates['Aqarmap\\Bundle\\MainBundle\\Contract\\ProducerFactoryInterface $pokeProducerFactory'] ?? $this->getProducerFactoryInterfacepokeProducerFactoryService()), ($this->privates['Aqarmap\\Bundle\\MainBundle\\Contract\\ProducerFactoryInterface $producerFactory'] ?? $this->getProducerFactoryInterfaceproducerFactoryService()), ($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserInterestBuilder'] ?? ($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserInterestBuilder'] = new \Aqarmap\Bundle\UserBundle\Services\UserInterestBuilder())), $d, ($this->privates['Aqarmap\\Bundle\\UserBundle\\Repository\\UserInterestRepository'] ?? $this->getUserInterestRepositoryService()), $e, ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\SectionRepository'] ?? $this->getSectionRepositoryService()));
  26739.     }
  26740.     /**
  26741.      * Gets the private 'Aqarmap\Bundle\UserBundle\Services\UserIpInfoService' shared autowired service.
  26742.      *
  26743.      * @return \Aqarmap\Bundle\UserBundle\Services\UserIpInfoService
  26744.      */
  26745.     protected function getUserIpInfoServiceService()
  26746.     {
  26747.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserIpInfoService'] = new \Aqarmap\Bundle\UserBundle\Services\UserIpInfoService(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['.debug.geoip.client'] ?? $this->get_Debug_Geoip_ClientService()));
  26748.     }
  26749.     /**
  26750.      * Gets the private 'Aqarmap\Bundle\UserBundle\Services\UserManager' shared autowired service.
  26751.      *
  26752.      * @return \Aqarmap\Bundle\UserBundle\Services\UserManager
  26753.      */
  26754.     protected function getUserManagerService()
  26755.     {
  26756.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  26757.         if (isset($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserManager'])) {
  26758.             return $this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserManager'];
  26759.         }
  26760.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  26761.         if (isset($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserManager'])) {
  26762.             return $this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserManager'];
  26763.         }
  26764.         $c = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LocationManager'] ?? $this->getLocationManagerService());
  26765.         if (isset($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserManager'])) {
  26766.             return $this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserManager'];
  26767.         }
  26768.         $d = ($this->privates['Aqarmap\\Bundle\\CreditBundle\\Services\\CreditManager'] ?? $this->getCreditManagerService());
  26769.         if (isset($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserManager'])) {
  26770.             return $this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserManager'];
  26771.         }
  26772.         $e = ($this->services['Aqarmap\\Bundle\\FeatureToggleBundle\\Service\\FeatureToggleManager'] ?? $this->getFeatureToggleManagerService());
  26773.         if (isset($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserManager'])) {
  26774.             return $this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserManager'];
  26775.         }
  26776.         $f = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\PhoneManager'] ?? $this->getPhoneManagerService());
  26777.         if (isset($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserManager'])) {
  26778.             return $this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserManager'];
  26779.         }
  26780.         $g = ($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserInterestManager'] ?? $this->getUserInterestManagerService());
  26781.         if (isset($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserManager'])) {
  26782.             return $this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserManager'];
  26783.         }
  26784.         $h = ($this->privates['Aqarmap\\Bundle\\NotifierBundle\\Service\\NotifierManager'] ?? $this->getNotifierManagerService());
  26785.         if (isset($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserManager'])) {
  26786.             return $this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserManager'];
  26787.         }
  26788.         $i = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  26789.         if (isset($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserManager'])) {
  26790.             return $this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserManager'];
  26791.         }
  26792.         $j = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\LocationRepository'] ?? $this->getLocationRepositoryService());
  26793.         if (isset($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserManager'])) {
  26794.             return $this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserManager'];
  26795.         }
  26796.         $k = ($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'] ?? $this->getListingManagerService());
  26797.         if (isset($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserManager'])) {
  26798.             return $this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserManager'];
  26799.         }
  26800.         $l = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  26801.         if (isset($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserManager'])) {
  26802.             return $this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserManager'];
  26803.         }
  26804.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserManager'] = new \Aqarmap\Bundle\UserBundle\Services\UserManager($this$a, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $b, ($this->services['translator'] ?? $this->getTranslatorService()), $c$d$e$f, ($this->privates['fos_user.util.token_generator.default'] ?? ($this->privates['fos_user.util.token_generator.default'] = new \FOS\UserBundle\Util\TokenGenerator())), ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['Aqarmap\\Bundle\\UserBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $b$g$h, ($this->privates['Aqarmap\\Bundle\\MainBundle\\Contract\\ProducerFactoryInterface $producerFactory'] ?? $this->getProducerFactoryInterfaceproducerFactoryService()), $i, ($this->services['Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingRepository'] ?? $this->getListingRepositoryService()), $j, ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingLeadRepository'] ?? $this->getListingLeadRepositoryService()), ($this->privates['Aqarmap\\Bundle\\PaymentBundle\\Repository\\PaymentRepository'] ?? $this->getPaymentRepositoryService()), ($this->privates['Aqarmap\\Bundle\\UserBundle\\Repository\\UserServicesRepository'] ?? $this->getUserServicesRepositoryService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\LeadRepository'] ?? $this->getLeadRepository2Service()), $k, ($this->privates['App\\Service\\Security\\AuthServer'] ?? $this->getAuthServerService()), $l);
  26805.     }
  26806.     /**
  26807.      * Gets the private 'Aqarmap\Bundle\UserBundle\Services\UserPackagesService' shared autowired service.
  26808.      *
  26809.      * @return \Aqarmap\Bundle\UserBundle\Services\UserPackagesService
  26810.      */
  26811.     protected function getUserPackagesServiceService()
  26812.     {
  26813.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  26814.         if (isset($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserPackagesService'])) {
  26815.             return $this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserPackagesService'];
  26816.         }
  26817.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  26818.         if (isset($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserPackagesService'])) {
  26819.             return $this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserPackagesService'];
  26820.         }
  26821.         $c = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\LocationRepository'] ?? $this->getLocationRepositoryService());
  26822.         if (isset($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserPackagesService'])) {
  26823.             return $this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserPackagesService'];
  26824.         }
  26825.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserPackagesService'] = new \Aqarmap\Bundle\UserBundle\Services\UserPackagesService($a$b$c, ($this->privates['Aqarmap\\Bundle\\UserBundle\\Repository\\UserPackagesRepository'] ?? $this->getUserPackagesRepositoryService()));
  26826.     }
  26827.     /**
  26828.      * Gets the private 'Aqarmap\Bundle\UserBundle\Services\UserPhoneManager' shared autowired service.
  26829.      *
  26830.      * @return \Aqarmap\Bundle\UserBundle\Services\UserPhoneManager
  26831.      */
  26832.     protected function getUserPhoneManagerService()
  26833.     {
  26834.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Services/Contracts/UserPhoneManagerInterface.php';
  26835.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Services/UserPhoneManager.php';
  26836.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  26837.         if (isset($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserPhoneManager'])) {
  26838.             return $this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserPhoneManager'];
  26839.         }
  26840.         $b = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\PhoneManager'] ?? $this->getPhoneManagerService());
  26841.         if (isset($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserPhoneManager'])) {
  26842.             return $this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserPhoneManager'];
  26843.         }
  26844.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserPhoneManager'] = new \Aqarmap\Bundle\UserBundle\Services\UserPhoneManager($a$b, ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\UserPhoneRepository'] ?? $this->getUserPhoneRepositoryService()));
  26845.     }
  26846.     /**
  26847.      * Gets the private 'Aqarmap\Bundle\UserBundle\Services\UserServicesManager' shared autowired service.
  26848.      *
  26849.      * @return \Aqarmap\Bundle\UserBundle\Services\UserServicesManager
  26850.      */
  26851.     protected function getUserServicesManagerService()
  26852.     {
  26853.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  26854.         if (isset($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserServicesManager'])) {
  26855.             return $this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserServicesManager'];
  26856.         }
  26857.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserServicesManager'] = new \Aqarmap\Bundle\UserBundle\Services\UserServicesManager($a, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->privates['Aqarmap\\Bundle\\UserBundle\\Repository\\UserServicesRepository'] ?? $this->getUserServicesRepositoryService()), ($this->services['Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingRepository'] ?? $this->getListingRepositoryService()), ($this->privates['Aqarmap\\Bundle\\UserBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  26858.     }
  26859.     /**
  26860.      * Gets the private 'Aqarmap\Bundle\UserBundle\Services\V3\UserAuthenticationService' shared autowired service.
  26861.      *
  26862.      * @return \Aqarmap\Bundle\UserBundle\Services\V3\UserAuthenticationService
  26863.      */
  26864.     protected function getUserAuthenticationServiceService()
  26865.     {
  26866.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Services/V3/UserAuthenticationService.php';
  26867.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\V3\\UserAuthenticationService'] = new \Aqarmap\Bundle\UserBundle\Services\V3\UserAuthenticationService(($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['Aqarmap\\Bundle\\UserBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()));
  26868.     }
  26869.     /**
  26870.      * Gets the private 'Aqarmap\Bundle\UserBundle\Services\V3\UserInfoService' shared autowired service.
  26871.      *
  26872.      * @return \Aqarmap\Bundle\UserBundle\Services\V3\UserInfoService
  26873.      */
  26874.     protected function getUserInfoServiceService()
  26875.     {
  26876.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Services/Contracts/V3/UserInfoServiceInterface.php';
  26877.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Services/V3/UserInfoService.php';
  26878.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\V3\\UserInfoService'] = new \Aqarmap\Bundle\UserBundle\Services\V3\UserInfoService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Aqarmap\\Bundle\\UserBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingLeadRepository'] ?? $this->getListingLeadRepositoryService()));
  26879.     }
  26880.     /**
  26881.      * Gets the private 'Aqarmap\Bundle\UserBundle\Services\V4\OauthClientBuilder' shared autowired service.
  26882.      *
  26883.      * @return \Aqarmap\Bundle\UserBundle\Services\V4\OauthClientBuilder
  26884.      */
  26885.     protected function getOauthClientBuilderService()
  26886.     {
  26887.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Services/V4/OauthClientBuilder.php';
  26888.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\V4\\OauthClientBuilder'] = new \Aqarmap\Bundle\UserBundle\Services\V4\OauthClientBuilder(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  26889.     }
  26890.     /**
  26891.      * Gets the private 'Aqarmap\Bundle\UserBundle\Services\ZohoCRMService' shared autowired service.
  26892.      *
  26893.      * @return \Aqarmap\Bundle\UserBundle\Services\ZohoCRMService
  26894.      */
  26895.     protected function getZohoCRMServiceService()
  26896.     {
  26897.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Services/ZohoCRMService.php';
  26898.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\ZohoCRMService'] = new \Aqarmap\Bundle\UserBundle\Services\ZohoCRMService(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->services['Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingRepository'] ?? $this->getListingRepositoryService()), ($this->privates['Aqarmap\\Bundle\\PaymentBundle\\Repository\\PaymentRepository'] ?? $this->getPaymentRepositoryService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingFeatureRepository'] ?? $this->getListingFeatureRepositoryService()), ($this->privates['Aqarmap\\Bundle\\CreditBundle\\Services\\CreditManager'] ?? $this->getCreditManagerService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\LocationRepository'] ?? $this->getLocationRepositoryService()), ($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'] ?? $this->getListingManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this->getEnv('DATABASE_PRIMARY_URL'), ($this->privates['Aqarmap\\Bundle\\UserBundle\\Repository\\UserPackagesRepository'] ?? $this->getUserPackagesRepositoryService()), ($this->privates['App\\Repository\\Lead\\LeadRepository'] ?? $this->getLeadRepositoryService()));
  26899.     }
  26900.     /**
  26901.      * Gets the private 'Aqarmap\Bundle\UserBundle\Strategy\AddUserInterestStrategy' shared autowired service.
  26902.      *
  26903.      * @return \Aqarmap\Bundle\UserBundle\Strategy\AddUserInterestStrategy
  26904.      */
  26905.     protected function getAddUserInterestStrategyService()
  26906.     {
  26907.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Contract/Consumer/StrategyInterface.php';
  26908.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Strategy/AddUserInterestStrategy.php';
  26909.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\Strategy\\AddUserInterestStrategy'] = new \Aqarmap\Bundle\UserBundle\Strategy\AddUserInterestStrategy(($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserInterestManager'] ?? $this->getUserInterestManagerService()));
  26910.     }
  26911.     /**
  26912.      * Gets the private 'Aqarmap\Bundle\UserBundle\Strategy\ImportUsersDevelopersStrategy' shared autowired service.
  26913.      *
  26914.      * @return \Aqarmap\Bundle\UserBundle\Strategy\ImportUsersDevelopersStrategy
  26915.      */
  26916.     protected function getImportUsersDevelopersStrategyService()
  26917.     {
  26918.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Contract/Consumer/StrategyInterface.php';
  26919.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Strategy/ImportUsersDevelopersStrategy.php';
  26920.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\Strategy\\ImportUsersDevelopersStrategy'] = new \Aqarmap\Bundle\UserBundle\Strategy\ImportUsersDevelopersStrategy(($this->privates['snc_redis.default'] ?? $this->getSncRedis_DefaultService()), ($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserManager'] ?? $this->getUserManagerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  26921.     }
  26922.     /**
  26923.      * Gets the private 'Aqarmap\Bundle\UserBundle\Strategy\ImportUsersStrategy' shared autowired service.
  26924.      *
  26925.      * @return \Aqarmap\Bundle\UserBundle\Strategy\ImportUsersStrategy
  26926.      */
  26927.     protected function getImportUsersStrategyService()
  26928.     {
  26929.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Contract/Consumer/StrategyInterface.php';
  26930.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Strategy/ImportUsersStrategy.php';
  26931.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\Strategy\\ImportUsersStrategy'] = new \Aqarmap\Bundle\UserBundle\Strategy\ImportUsersStrategy(($this->privates['snc_redis.default'] ?? $this->getSncRedis_DefaultService()), ($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserManager'] ?? $this->getUserManagerService()));
  26932.     }
  26933.     /**
  26934.      * Gets the private 'Aqarmap\Bundle\UserBundle\Strategy\UpdateClientServedCountStrategy' shared autowired service.
  26935.      *
  26936.      * @return \Aqarmap\Bundle\UserBundle\Strategy\UpdateClientServedCountStrategy
  26937.      */
  26938.     protected function getUpdateClientServedCountStrategyService()
  26939.     {
  26940.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Contract/Consumer/StrategyInterface.php';
  26941.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Strategy/UpdateClientServedCountStrategy.php';
  26942.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\Strategy\\UpdateClientServedCountStrategy'] = new \Aqarmap\Bundle\UserBundle\Strategy\UpdateClientServedCountStrategy(($this->privates['snc_redis.default'] ?? $this->getSncRedis_DefaultService()), ($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserManager'] ?? $this->getUserManagerService()));
  26943.     }
  26944.     /**
  26945.      * Gets the private 'Aqarmap\Bundle\UserBundle\Strategy\UpdateUserGroupsElasticSearchStrategy' shared autowired service.
  26946.      *
  26947.      * @return \Aqarmap\Bundle\UserBundle\Strategy\UpdateUserGroupsElasticSearchStrategy
  26948.      */
  26949.     protected function getUpdateUserGroupsElasticSearchStrategyService()
  26950.     {
  26951.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Contract/Consumer/StrategyInterface.php';
  26952.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Strategy/UpdateUserGroupsElasticSearchStrategy.php';
  26953.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\Strategy\\UpdateUserGroupsElasticSearchStrategy'] = new \Aqarmap\Bundle\UserBundle\Strategy\UpdateUserGroupsElasticSearchStrategy(($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserManager'] ?? $this->getUserManagerService()));
  26954.     }
  26955.     /**
  26956.      * Gets the private 'Aqarmap\Bundle\UserBundle\Validator\Constraints\EmailValidator' shared autowired service.
  26957.      *
  26958.      * @return \Aqarmap\Bundle\UserBundle\Validator\Constraints\EmailValidator
  26959.      */
  26960.     protected function getEmailValidatorService()
  26961.     {
  26962.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  26963.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  26964.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  26965.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Validator/Constraints/EmailValidator.php';
  26966.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\Validator\\Constraints\\EmailValidator'] = new \Aqarmap\Bundle\UserBundle\Validator\Constraints\EmailValidator();
  26967.     }
  26968.     /**
  26969.      * Gets the private 'Aqarmap\Bundle\UserBundle\Validator\Constraints\NonRepeatedValidator' shared autowired service.
  26970.      *
  26971.      * @return \Aqarmap\Bundle\UserBundle\Validator\Constraints\NonRepeatedValidator
  26972.      */
  26973.     protected function getNonRepeatedValidatorService()
  26974.     {
  26975.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  26976.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  26977.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Validator/Constraints/NonRepeatedValidator.php';
  26978.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Contracts/PhoneValidatorComponentInterface.php';
  26979.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/Validators/PhoneValidator/Components/NonRepeated.php';
  26980.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\Validator\\Constraints\\NonRepeatedValidator'] = new \Aqarmap\Bundle\UserBundle\Validator\Constraints\NonRepeatedValidator(new \Aqarmap\Bundle\ListingBundle\Service\Validators\PhoneValidator\Components\NonRepeated());
  26981.     }
  26982.     /**
  26983.      * Gets the private 'Aqarmap\Bundle\UserBundle\Validator\Constraints\NonSequenceValidator' shared autowired service.
  26984.      *
  26985.      * @return \Aqarmap\Bundle\UserBundle\Validator\Constraints\NonSequenceValidator
  26986.      */
  26987.     protected function getNonSequenceValidatorService()
  26988.     {
  26989.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  26990.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  26991.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Validator/Constraints/NonSequenceValidator.php';
  26992.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Contracts/PhoneValidatorComponentInterface.php';
  26993.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/Validators/PhoneValidator/Components/NonSequence.php';
  26994.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\Validator\\Constraints\\NonSequenceValidator'] = new \Aqarmap\Bundle\UserBundle\Validator\Constraints\NonSequenceValidator(new \Aqarmap\Bundle\ListingBundle\Service\Validators\PhoneValidator\Components\NonSequence());
  26995.     }
  26996.     /**
  26997.      * Gets the private 'Aqarmap\Bundle\UserBundle\Validator\Constraints\NumericValidator' shared autowired service.
  26998.      *
  26999.      * @return \Aqarmap\Bundle\UserBundle\Validator\Constraints\NumericValidator
  27000.      */
  27001.     protected function getNumericValidatorService()
  27002.     {
  27003.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  27004.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  27005.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Validator/Constraints/NumericValidator.php';
  27006.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\Validator\\Constraints\\NumericValidator'] = new \Aqarmap\Bundle\UserBundle\Validator\Constraints\NumericValidator();
  27007.     }
  27008.     /**
  27009.      * Gets the private 'Aqarmap\Bundle\UserBundle\Validator\Constraints\ValidCountryCodeValidator' shared autowired service.
  27010.      *
  27011.      * @return \Aqarmap\Bundle\UserBundle\Validator\Constraints\ValidCountryCodeValidator
  27012.      */
  27013.     protected function getValidCountryCodeValidatorService()
  27014.     {
  27015.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  27016.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  27017.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Validator/Constraints/ValidCountryCodeValidator.php';
  27018.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Contracts/PhoneValidatorComponentInterface.php';
  27019.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/Validators/PhoneValidator/Components/ValidCountryCode.php';
  27020.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\Validator\\Constraints\\ValidCountryCodeValidator'] = new \Aqarmap\Bundle\UserBundle\Validator\Constraints\ValidCountryCodeValidator(new \Aqarmap\Bundle\ListingBundle\Service\Validators\PhoneValidator\Components\ValidCountryCode());
  27021.     }
  27022.     /**
  27023.      * Gets the private 'Aqarmap\Bundle\ValueEngineBundle\Command\ValueEngineAnalyserCommand' shared autowired service.
  27024.      *
  27025.      * @return \Aqarmap\Bundle\ValueEngineBundle\Command\ValueEngineAnalyserCommand
  27026.      */
  27027.     protected function getValueEngineAnalyserCommandService()
  27028.     {
  27029.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27030.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ValueEngineBundle/Command/ValueEngineAnalyserCommand.php';
  27031.         $this->privates['Aqarmap\\Bundle\\ValueEngineBundle\\Command\\ValueEngineAnalyserCommand'] = $instance = new \Aqarmap\Bundle\ValueEngineBundle\Command\ValueEngineAnalyserCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingRepository'] ?? $this->getListingRepositoryService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\LocationRepository'] ?? $this->getLocationRepositoryService()), ($this->privates['Aqarmap\\Bundle\\ValueEngineBundle\\Repository\\LocationInsightRepository'] ?? $this->getLocationInsightRepositoryService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\SectionRepository'] ?? $this->getSectionRepositoryService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\PropertyTypeRepository'] ?? $this->getPropertyTypeRepositoryService()), ($this->privates['Aqarmap\\Bundle\\ValueEngineBundle\\Repository\\ListingInsightRepository'] ?? $this->getListingInsightRepositoryService()), ($this->privates['Aqarmap\\Bundle\\ValueEngineBundle\\Service\\ValueEngineService'] ?? $this->getValueEngineServiceService()));
  27032.         $instance->setName('app:value-engine:analyse');
  27033.         return $instance;
  27034.     }
  27035.     /**
  27036.      * Gets the private 'Aqarmap\Bundle\ValueEngineBundle\Command\ValueEngineDepthProductsCommand' shared autowired service.
  27037.      *
  27038.      * @return \Aqarmap\Bundle\ValueEngineBundle\Command\ValueEngineDepthProductsCommand
  27039.      */
  27040.     protected function getValueEngineDepthProductsCommandService()
  27041.     {
  27042.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27043.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ValueEngineBundle/Command/ValueEngineDepthProductsCommand.php';
  27044.         $this->privates['Aqarmap\\Bundle\\ValueEngineBundle\\Command\\ValueEngineDepthProductsCommand'] = $instance = new \Aqarmap\Bundle\ValueEngineBundle\Command\ValueEngineDepthProductsCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Aqarmap\\Bundle\\ValueEngineBundle\\Repository\\ListingInsightRepository'] ?? $this->getListingInsightRepositoryService()), ($this->privates['Aqarmap\\Bundle\\ValueEngineBundle\\Service\\ValueEngineService'] ?? $this->getValueEngineServiceService()));
  27045.         $instance->setName('app:value-engine:depth-products');
  27046.         return $instance;
  27047.     }
  27048.     /**
  27049.      * Gets the private 'Aqarmap\Bundle\ValueEngineBundle\Repository\DepthProductInsightRepository' shared autowired service.
  27050.      *
  27051.      * @return \Aqarmap\Bundle\ValueEngineBundle\Repository\DepthProductInsightRepository
  27052.      */
  27053.     protected function getDepthProductInsightRepositoryService()
  27054.     {
  27055.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ValueEngineBundle/Repository/DepthProductInsightRepository.php';
  27056.         return $this->privates['Aqarmap\\Bundle\\ValueEngineBundle\\Repository\\DepthProductInsightRepository'] = new \Aqarmap\Bundle\ValueEngineBundle\Repository\DepthProductInsightRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  27057.     }
  27058.     /**
  27059.      * Gets the private 'Aqarmap\Bundle\ValueEngineBundle\Repository\ListingInsightRepository' shared autowired service.
  27060.      *
  27061.      * @return \Aqarmap\Bundle\ValueEngineBundle\Repository\ListingInsightRepository
  27062.      */
  27063.     protected function getListingInsightRepositoryService()
  27064.     {
  27065.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ValueEngineBundle/Repository/ListingInsightRepository.php';
  27066.         return $this->privates['Aqarmap\\Bundle\\ValueEngineBundle\\Repository\\ListingInsightRepository'] = new \Aqarmap\Bundle\ValueEngineBundle\Repository\ListingInsightRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  27067.     }
  27068.     /**
  27069.      * Gets the private 'Aqarmap\Bundle\ValueEngineBundle\Repository\LocationInsightRepository' shared autowired service.
  27070.      *
  27071.      * @return \Aqarmap\Bundle\ValueEngineBundle\Repository\LocationInsightRepository
  27072.      */
  27073.     protected function getLocationInsightRepositoryService()
  27074.     {
  27075.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ValueEngineBundle/Repository/LocationInsightRepository.php';
  27076.         return $this->privates['Aqarmap\\Bundle\\ValueEngineBundle\\Repository\\LocationInsightRepository'] = new \Aqarmap\Bundle\ValueEngineBundle\Repository\LocationInsightRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  27077.     }
  27078.     /**
  27079.      * Gets the private 'Aqarmap\Bundle\ValueEngineBundle\Repository\ValueEngineListingsLocationsRepository' shared autowired service.
  27080.      *
  27081.      * @return \Aqarmap\Bundle\ValueEngineBundle\Repository\ValueEngineListingsLocationsRepository
  27082.      */
  27083.     protected function getValueEngineListingsLocationsRepositoryService()
  27084.     {
  27085.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ValueEngineBundle/Repository/ValueEngineListingsLocationsRepository.php';
  27086.         return $this->privates['Aqarmap\\Bundle\\ValueEngineBundle\\Repository\\ValueEngineListingsLocationsRepository'] = new \Aqarmap\Bundle\ValueEngineBundle\Repository\ValueEngineListingsLocationsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  27087.     }
  27088.     /**
  27089.      * Gets the private 'Aqarmap\Bundle\ValueEngineBundle\Repository\ValueEngineSettingRepository' shared autowired service.
  27090.      *
  27091.      * @return \Aqarmap\Bundle\ValueEngineBundle\Repository\ValueEngineSettingRepository
  27092.      */
  27093.     protected function getValueEngineSettingRepositoryService()
  27094.     {
  27095.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ValueEngineBundle/Repository/ValueEngineSettingRepository.php';
  27096.         return $this->privates['Aqarmap\\Bundle\\ValueEngineBundle\\Repository\\ValueEngineSettingRepository'] = new \Aqarmap\Bundle\ValueEngineBundle\Repository\ValueEngineSettingRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  27097.     }
  27098.     /**
  27099.      * Gets the private 'Aqarmap\Bundle\ValueEngineBundle\Service\ValueEngineService' shared autowired service.
  27100.      *
  27101.      * @return \Aqarmap\Bundle\ValueEngineBundle\Service\ValueEngineService
  27102.      */
  27103.     protected function getValueEngineServiceService()
  27104.     {
  27105.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ValueEngineBundle/Service/ValueEngineService.php';
  27106.         return $this->privates['Aqarmap\\Bundle\\ValueEngineBundle\\Service\\ValueEngineService'] = new \Aqarmap\Bundle\ValueEngineBundle\Service\ValueEngineService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['translator'] ?? $this->getTranslatorService()), $this, ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingFeatureService'] ?? $this->getListingFeatureServiceService()), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingRuleMatcher'] ?? $this->getListingRuleMatcherService()), ($this->privates['Aqarmap\\Bundle\\ValueEngineBundle\\Repository\\DepthProductInsightRepository'] ?? $this->getDepthProductInsightRepositoryService()), ($this->privates['Aqarmap\\Bundle\\ValueEngineBundle\\Repository\\LocationInsightRepository'] ?? $this->getLocationInsightRepositoryService()), ($this->privates['Aqarmap\\Bundle\\ValueEngineBundle\\Repository\\ListingInsightRepository'] ?? $this->getListingInsightRepositoryService()), ($this->privates['Aqarmap\\Bundle\\ValueEngineBundle\\Repository\\ValueEngineSettingRepository'] ?? $this->getValueEngineSettingRepositoryService()));
  27107.     }
  27108.     /**
  27109.      * Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
  27110.      *
  27111.      * @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
  27112.      */
  27113.     protected function getManagerRegistryAwareConnectionProviderService()
  27114.     {
  27115.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/ConnectionProvider.php';
  27116.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/ManagerRegistryAwareConnectionProvider.php';
  27117.         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'));
  27118.     }
  27119.     /**
  27120.      * Gets the private 'Doctrine\Bundle\MongoDBBundle\Command\ClearMetadataCacheDoctrineODMCommand' shared service.
  27121.      *
  27122.      * @return \Doctrine\Bundle\MongoDBBundle\Command\ClearMetadataCacheDoctrineODMCommand
  27123.      */
  27124.     protected function getClearMetadataCacheDoctrineODMCommandService()
  27125.     {
  27126.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27127.         include_once \dirname(__DIR__4).'/vendor/doctrine/mongodb-odm/lib/Doctrine/ODM/MongoDB/Tools/Console/Command/ClearCache/MetadataCommand.php';
  27128.         include_once \dirname(__DIR__4).'/vendor/doctrine/mongodb-odm-bundle/Command/ClearMetadataCacheDoctrineODMCommand.php';
  27129.         $this->privates['Doctrine\\Bundle\\MongoDBBundle\\Command\\ClearMetadataCacheDoctrineODMCommand'] = $instance = new \Doctrine\Bundle\MongoDBBundle\Command\ClearMetadataCacheDoctrineODMCommand();
  27130.         $instance->setName('doctrine:mongodb:cache:clear-metadata');
  27131.         return $instance;
  27132.     }
  27133.     /**
  27134.      * Gets the private 'Doctrine\Bundle\MongoDBBundle\Command\CreateSchemaDoctrineODMCommand' shared service.
  27135.      *
  27136.      * @return \Doctrine\Bundle\MongoDBBundle\Command\CreateSchemaDoctrineODMCommand
  27137.      */
  27138.     protected function getCreateSchemaDoctrineODMCommandService()
  27139.     {
  27140.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27141.         include_once \dirname(__DIR__4).'/vendor/doctrine/mongodb-odm/lib/Doctrine/ODM/MongoDB/Tools/Console/Command/Schema/AbstractCommand.php';
  27142.         include_once \dirname(__DIR__4).'/vendor/doctrine/mongodb-odm/lib/Doctrine/ODM/MongoDB/Tools/Console/Command/Schema/CreateCommand.php';
  27143.         include_once \dirname(__DIR__4).'/vendor/doctrine/mongodb-odm-bundle/Command/CreateSchemaDoctrineODMCommand.php';
  27144.         $this->privates['Doctrine\\Bundle\\MongoDBBundle\\Command\\CreateSchemaDoctrineODMCommand'] = $instance = new \Doctrine\Bundle\MongoDBBundle\Command\CreateSchemaDoctrineODMCommand();
  27145.         $instance->setName('doctrine:mongodb:schema:create');
  27146.         return $instance;
  27147.     }
  27148.     /**
  27149.      * Gets the private 'Doctrine\Bundle\MongoDBBundle\Command\DropSchemaDoctrineODMCommand' shared service.
  27150.      *
  27151.      * @return \Doctrine\Bundle\MongoDBBundle\Command\DropSchemaDoctrineODMCommand
  27152.      */
  27153.     protected function getDropSchemaDoctrineODMCommandService()
  27154.     {
  27155.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27156.         include_once \dirname(__DIR__4).'/vendor/doctrine/mongodb-odm/lib/Doctrine/ODM/MongoDB/Tools/Console/Command/Schema/AbstractCommand.php';
  27157.         include_once \dirname(__DIR__4).'/vendor/doctrine/mongodb-odm/lib/Doctrine/ODM/MongoDB/Tools/Console/Command/Schema/DropCommand.php';
  27158.         include_once \dirname(__DIR__4).'/vendor/doctrine/mongodb-odm-bundle/Command/DropSchemaDoctrineODMCommand.php';
  27159.         $this->privates['Doctrine\\Bundle\\MongoDBBundle\\Command\\DropSchemaDoctrineODMCommand'] = $instance = new \Doctrine\Bundle\MongoDBBundle\Command\DropSchemaDoctrineODMCommand();
  27160.         $instance->setName('doctrine:mongodb:schema:drop');
  27161.         return $instance;
  27162.     }
  27163.     /**
  27164.      * Gets the private 'Doctrine\Bundle\MongoDBBundle\Command\GenerateHydratorsDoctrineODMCommand' shared service.
  27165.      *
  27166.      * @return \Doctrine\Bundle\MongoDBBundle\Command\GenerateHydratorsDoctrineODMCommand
  27167.      */
  27168.     protected function getGenerateHydratorsDoctrineODMCommandService()
  27169.     {
  27170.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27171.         include_once \dirname(__DIR__4).'/vendor/doctrine/mongodb-odm/lib/Doctrine/ODM/MongoDB/Tools/Console/Command/GenerateHydratorsCommand.php';
  27172.         include_once \dirname(__DIR__4).'/vendor/doctrine/mongodb-odm-bundle/Command/GenerateHydratorsDoctrineODMCommand.php';
  27173.         $this->privates['Doctrine\\Bundle\\MongoDBBundle\\Command\\GenerateHydratorsDoctrineODMCommand'] = $instance = new \Doctrine\Bundle\MongoDBBundle\Command\GenerateHydratorsDoctrineODMCommand();
  27174.         $instance->setName('doctrine:mongodb:generate:hydrators');
  27175.         return $instance;
  27176.     }
  27177.     /**
  27178.      * Gets the private 'Doctrine\Bundle\MongoDBBundle\Command\GenerateProxiesDoctrineODMCommand' shared service.
  27179.      *
  27180.      * @return \Doctrine\Bundle\MongoDBBundle\Command\GenerateProxiesDoctrineODMCommand
  27181.      */
  27182.     protected function getGenerateProxiesDoctrineODMCommandService()
  27183.     {
  27184.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27185.         include_once \dirname(__DIR__4).'/vendor/doctrine/mongodb-odm/lib/Doctrine/ODM/MongoDB/Tools/Console/Command/GenerateProxiesCommand.php';
  27186.         include_once \dirname(__DIR__4).'/vendor/doctrine/mongodb-odm-bundle/Command/GenerateProxiesDoctrineODMCommand.php';
  27187.         $this->privates['Doctrine\\Bundle\\MongoDBBundle\\Command\\GenerateProxiesDoctrineODMCommand'] = $instance = new \Doctrine\Bundle\MongoDBBundle\Command\GenerateProxiesDoctrineODMCommand();
  27188.         $instance->setName('doctrine:mongodb:generate:proxies');
  27189.         return $instance;
  27190.     }
  27191.     /**
  27192.      * Gets the private 'Doctrine\Bundle\MongoDBBundle\Command\InfoDoctrineODMCommand' shared service.
  27193.      *
  27194.      * @return \Doctrine\Bundle\MongoDBBundle\Command\InfoDoctrineODMCommand
  27195.      */
  27196.     protected function getInfoDoctrineODMCommandService()
  27197.     {
  27198.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27199.         include_once \dirname(__DIR__4).'/vendor/doctrine/mongodb-odm-bundle/Command/DoctrineODMCommand.php';
  27200.         include_once \dirname(__DIR__4).'/vendor/doctrine/mongodb-odm-bundle/Command/InfoDoctrineODMCommand.php';
  27201.         $this->privates['Doctrine\\Bundle\\MongoDBBundle\\Command\\InfoDoctrineODMCommand'] = $instance = new \Doctrine\Bundle\MongoDBBundle\Command\InfoDoctrineODMCommand(($this->services['doctrine_mongodb'] ?? $this->getDoctrineMongodbService()));
  27202.         $instance->setName('doctrine:mongodb:mapping:info');
  27203.         return $instance;
  27204.     }
  27205.     /**
  27206.      * Gets the private 'Doctrine\Bundle\MongoDBBundle\Command\LoadDataFixturesDoctrineODMCommand' shared service.
  27207.      *
  27208.      * @return \Doctrine\Bundle\MongoDBBundle\Command\LoadDataFixturesDoctrineODMCommand
  27209.      */
  27210.     protected function getLoadDataFixturesDoctrineODMCommandService()
  27211.     {
  27212.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27213.         include_once \dirname(__DIR__4).'/vendor/doctrine/mongodb-odm-bundle/Command/DoctrineODMCommand.php';
  27214.         include_once \dirname(__DIR__4).'/vendor/doctrine/mongodb-odm-bundle/Command/LoadDataFixturesDoctrineODMCommand.php';
  27215.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/src/Loader.php';
  27216.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataFixtures/ContainerAwareLoader.php';
  27217.         include_once \dirname(__DIR__4).'/vendor/doctrine/mongodb-odm-bundle/Loader/SymfonyFixturesLoaderInterface.php';
  27218.         include_once \dirname(__DIR__4).'/vendor/doctrine/mongodb-odm-bundle/Loader/SymfonyFixturesLoader.php';
  27219.         $a = new \Doctrine\Bundle\MongoDBBundle\Loader\SymfonyFixturesLoader($this);
  27220.         $a->addFixtures([]);
  27221.         $this->privates['Doctrine\\Bundle\\MongoDBBundle\\Command\\LoadDataFixturesDoctrineODMCommand'] = $instance = new \Doctrine\Bundle\MongoDBBundle\Command\LoadDataFixturesDoctrineODMCommand(($this->services['doctrine_mongodb'] ?? $this->getDoctrineMongodbService()), ($this->services['kernel'] ?? $this->get('kernel'2)), $a);
  27222.         $instance->setName('doctrine:mongodb:fixtures:load');
  27223.         return $instance;
  27224.     }
  27225.     /**
  27226.      * Gets the private 'Doctrine\Bundle\MongoDBBundle\Command\QueryDoctrineODMCommand' shared service.
  27227.      *
  27228.      * @return \Doctrine\Bundle\MongoDBBundle\Command\QueryDoctrineODMCommand
  27229.      */
  27230.     protected function getQueryDoctrineODMCommandService()
  27231.     {
  27232.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27233.         include_once \dirname(__DIR__4).'/vendor/doctrine/mongodb-odm/lib/Doctrine/ODM/MongoDB/Tools/Console/Command/QueryCommand.php';
  27234.         include_once \dirname(__DIR__4).'/vendor/doctrine/mongodb-odm-bundle/Command/QueryDoctrineODMCommand.php';
  27235.         $this->privates['Doctrine\\Bundle\\MongoDBBundle\\Command\\QueryDoctrineODMCommand'] = $instance = new \Doctrine\Bundle\MongoDBBundle\Command\QueryDoctrineODMCommand();
  27236.         $instance->setName('doctrine:mongodb:query');
  27237.         return $instance;
  27238.     }
  27239.     /**
  27240.      * Gets the private 'Doctrine\Bundle\MongoDBBundle\Command\ShardDoctrineODMCommand' shared service.
  27241.      *
  27242.      * @return \Doctrine\Bundle\MongoDBBundle\Command\ShardDoctrineODMCommand
  27243.      */
  27244.     protected function getShardDoctrineODMCommandService()
  27245.     {
  27246.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27247.         include_once \dirname(__DIR__4).'/vendor/doctrine/mongodb-odm/lib/Doctrine/ODM/MongoDB/Tools/Console/Command/Schema/AbstractCommand.php';
  27248.         include_once \dirname(__DIR__4).'/vendor/doctrine/mongodb-odm/lib/Doctrine/ODM/MongoDB/Tools/Console/Command/Schema/ShardCommand.php';
  27249.         include_once \dirname(__DIR__4).'/vendor/doctrine/mongodb-odm-bundle/Command/ShardDoctrineODMCommand.php';
  27250.         $this->privates['Doctrine\\Bundle\\MongoDBBundle\\Command\\ShardDoctrineODMCommand'] = $instance = new \Doctrine\Bundle\MongoDBBundle\Command\ShardDoctrineODMCommand();
  27251.         $instance->setName('doctrine:mongodb:schema:shard');
  27252.         return $instance;
  27253.     }
  27254.     /**
  27255.      * Gets the private 'Doctrine\Bundle\MongoDBBundle\Command\TailCursorDoctrineODMCommand' shared service.
  27256.      *
  27257.      * @return \Doctrine\Bundle\MongoDBBundle\Command\TailCursorDoctrineODMCommand
  27258.      */
  27259.     protected function getTailCursorDoctrineODMCommandService()
  27260.     {
  27261.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27262.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  27263.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  27264.         include_once \dirname(__DIR__4).'/vendor/doctrine/mongodb-odm-bundle/Command/TailCursorDoctrineODMCommand.php';
  27265.         $this->privates['Doctrine\\Bundle\\MongoDBBundle\\Command\\TailCursorDoctrineODMCommand'] = $instance = new \Doctrine\Bundle\MongoDBBundle\Command\TailCursorDoctrineODMCommand();
  27266.         $instance->setName('doctrine:mongodb:tail-cursor');
  27267.         return $instance;
  27268.     }
  27269.     /**
  27270.      * Gets the private 'Doctrine\Bundle\MongoDBBundle\Command\UpdateSchemaDoctrineODMCommand' shared service.
  27271.      *
  27272.      * @return \Doctrine\Bundle\MongoDBBundle\Command\UpdateSchemaDoctrineODMCommand
  27273.      */
  27274.     protected function getUpdateSchemaDoctrineODMCommandService()
  27275.     {
  27276.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27277.         include_once \dirname(__DIR__4).'/vendor/doctrine/mongodb-odm/lib/Doctrine/ODM/MongoDB/Tools/Console/Command/Schema/AbstractCommand.php';
  27278.         include_once \dirname(__DIR__4).'/vendor/doctrine/mongodb-odm/lib/Doctrine/ODM/MongoDB/Tools/Console/Command/Schema/UpdateCommand.php';
  27279.         include_once \dirname(__DIR__4).'/vendor/doctrine/mongodb-odm-bundle/Command/UpdateSchemaDoctrineODMCommand.php';
  27280.         $this->privates['Doctrine\\Bundle\\MongoDBBundle\\Command\\UpdateSchemaDoctrineODMCommand'] = $instance = new \Doctrine\Bundle\MongoDBBundle\Command\UpdateSchemaDoctrineODMCommand();
  27281.         $instance->setName('doctrine:mongodb:schema:update');
  27282.         return $instance;
  27283.     }
  27284.     /**
  27285.      * Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
  27286.      *
  27287.      * @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
  27288.      */
  27289.     protected function getRunSqlCommandService()
  27290.     {
  27291.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27292.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  27293.         $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()));
  27294.         $instance->setName('dbal:run-sql');
  27295.         return $instance;
  27296.     }
  27297.     /**
  27298.      * Gets the private 'Http\Client\Common\PluginClientFactory' shared service.
  27299.      *
  27300.      * @return \Http\HttplugBundle\Collector\PluginClientFactory
  27301.      */
  27302.     protected function getPluginClientFactoryService()
  27303.     {
  27304.         return $this->privates['Http\\Client\\Common\\PluginClientFactory'] = new \Http\HttplugBundle\Collector\PluginClientFactory(($this->privates['httplug.collector.collector'] ?? ($this->privates['httplug.collector.collector'] = new \Http\HttplugBundle\Collector\Collector(0))), ($this->privates['httplug.collector.formatter'] ?? $this->getHttplug_Collector_FormatterService()), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  27305.     }
  27306.     /**
  27307.      * Gets the private 'Http\HttplugBundle\Collector\PluginClientFactoryListener' shared service.
  27308.      *
  27309.      * @return \Http\HttplugBundle\Collector\PluginClientFactoryListener
  27310.      */
  27311.     protected function getPluginClientFactoryListenerService()
  27312.     {
  27313.         return $this->privates['Http\\HttplugBundle\\Collector\\PluginClientFactoryListener'] = new \Http\HttplugBundle\Collector\PluginClientFactoryListener(($this->privates['Http\\Client\\Common\\PluginClientFactory'] ?? $this->getPluginClientFactoryService()));
  27314.     }
  27315.     /**
  27316.      * Gets the private 'Snc\RedisBundle\Command\RedisQueryCommand' shared service.
  27317.      *
  27318.      * @return \Snc\RedisBundle\Command\RedisQueryCommand
  27319.      */
  27320.     protected function getRedisQueryCommandService()
  27321.     {
  27322.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27323.         include_once \dirname(__DIR__4).'/vendor/snc/redis-bundle/src/Command/RedisQueryCommand.php';
  27324.         $this->privates['Snc\\RedisBundle\\Command\\RedisQueryCommand'] = $instance = new \Snc\RedisBundle\Command\RedisQueryCommand(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  27325.             'default' => ['privates''snc_redis.default''getSncRedis_DefaultService'false],
  27326.         ], [
  27327.             'default' => 'Predis\\Client',
  27328.         ]), ($this->privates['var_dumper.contextualized_cli_dumper'] ?? $this->getVarDumper_ContextualizedCliDumperService()), ($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()));
  27329.         $instance->setName('redis:query');
  27330.         return $instance;
  27331.     }
  27332.     /**
  27333.      * Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
  27334.      *
  27335.      * @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
  27336.      */
  27337.     protected function getResetAssetsEventListenerService()
  27338.     {
  27339.         return $this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] = new \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  27340.     }
  27341.     /**
  27342.      * Gets the private 'Vich\UploaderBundle\Metadata\CacheWarmer' shared service.
  27343.      *
  27344.      * @return \Vich\UploaderBundle\Metadata\CacheWarmer
  27345.      */
  27346.     protected function getCacheWarmer2Service()
  27347.     {
  27348.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  27349.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/CacheWarmer.php';
  27350.         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()));
  27351.     }
  27352.     /**
  27353.      * Gets the private 'Vich\UploaderBundle\Templating\Helper\UploaderHelper' shared service.
  27354.      *
  27355.      * @return \Vich\UploaderBundle\Templating\Helper\UploaderHelper
  27356.      */
  27357.     protected function getUploaderHelperService()
  27358.     {
  27359.         return $this->privates['Vich\\UploaderBundle\\Templating\\Helper\\UploaderHelper'] = new \Vich\UploaderBundle\Templating\Helper\UploaderHelper(($this->privates['vich_uploader.storage.gaufrette'] ?? $this->getVichUploader_Storage_GaufretteService()));
  27360.     }
  27361.     /**
  27362.      * Gets the private 'Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime' shared service.
  27363.      *
  27364.      * @return \Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime
  27365.      */
  27366.     protected function getUploaderExtensionRuntimeService()
  27367.     {
  27368.         return $this->privates['Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime'] = new \Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime(($this->privates['Vich\\UploaderBundle\\Templating\\Helper\\UploaderHelper'] ?? $this->getUploaderHelperService()));
  27369.     }
  27370.     /**
  27371.      * Gets the private 'Vich\UploaderBundle\Util\Transliterator' shared service.
  27372.      *
  27373.      * @return \Vich\UploaderBundle\Util\Transliterator
  27374.      */
  27375.     protected function getTransliteratorService()
  27376.     {
  27377.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Util/Transliterator.php';
  27378.         include_once \dirname(__DIR__4).'/vendor/symfony/string/Slugger/SluggerInterface.php';
  27379.         include_once \dirname(__DIR__4).'/vendor/symfony/string/Slugger/AsciiSlugger.php';
  27380.         return $this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] = new \Vich\UploaderBundle\Util\Transliterator(($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('ar'))));
  27381.     }
  27382.     /**
  27383.      * Gets the private 'annotations.cache_adapter' shared service.
  27384.      *
  27385.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  27386.      */
  27387.     protected function getAnnotations_CacheAdapterService()
  27388.     {
  27389.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  27390.     }
  27391.     /**
  27392.      * Gets the private 'annotations.cache_warmer' shared service.
  27393.      *
  27394.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  27395.      */
  27396.     protected function getAnnotations_CacheWarmerService()
  27397.     {
  27398.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  27399.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  27400.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  27401.         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);
  27402.     }
  27403.     /**
  27404.      * Gets the private 'annotations.cached_reader' shared service.
  27405.      *
  27406.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  27407.      */
  27408.     protected function getAnnotations_CachedReaderService()
  27409.     {
  27410.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  27411.     }
  27412.     /**
  27413.      * Gets the private 'annotations.reader' shared service.
  27414.      *
  27415.      * @return \Doctrine\Common\Annotations\AnnotationReader
  27416.      */
  27417.     protected function getAnnotations_ReaderService()
  27418.     {
  27419.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  27420.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  27421.         $a->registerUniqueLoader('class_exists');
  27422.         $instance->addGlobalIgnoredName('required'$a);
  27423.         return $instance;
  27424.     }
  27425.     /**
  27426.      * Gets the private 'app.sitemap.sections_subscriber' shared autowired service.
  27427.      *
  27428.      * @return \Aqarmap\Bundle\MainBundle\EventListener\SiteMapListener
  27429.      */
  27430.     protected function getApp_Sitemap_SectionsSubscriberService()
  27431.     {
  27432.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/EventListener/SiteMapListener.php';
  27433.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  27434.         if (isset($this->privates['app.sitemap.sections_subscriber'])) {
  27435.             return $this->privates['app.sitemap.sections_subscriber'];
  27436.         }
  27437.         $b = ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\SiteMapService'] ?? $this->getSiteMapServiceService());
  27438.         if (isset($this->privates['app.sitemap.sections_subscriber'])) {
  27439.             return $this->privates['app.sitemap.sections_subscriber'];
  27440.         }
  27441.         $c = ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\Setting'] ?? $this->getSettingService());
  27442.         if (isset($this->privates['app.sitemap.sections_subscriber'])) {
  27443.             return $this->privates['app.sitemap.sections_subscriber'];
  27444.         }
  27445.         return $this->privates['app.sitemap.sections_subscriber'] = new \Aqarmap\Bundle\MainBundle\EventListener\SiteMapListener($a, ($this->services['router'] ?? $this->getRouterService()), ($this->services['translator'] ?? $this->getTranslatorService()), $b$c, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  27446.     }
  27447.     /**
  27448.      * Gets the private 'aqarmap.aws_ses.client' shared autowired service.
  27449.      *
  27450.      * @return \Aws\SesV2\SesV2Client
  27451.      */
  27452.     protected function getAqarmap_AwsSes_ClientService()
  27453.     {
  27454.         include_once \dirname(__DIR__4).'/vendor/aws/aws-sdk-php/src/SesV2/SesV2Client.php';
  27455.         return $this->privates['aqarmap.aws_ses.client'] = \Aws\SesV2\SesV2Client::factory(['region' => $this->getEnv('AWS_DEFAULT_REGION'), 'version' => 'latest''credentials' => ['key' => $this->getEnv('AWS_ACCESS_KEY'), 'secret' => $this->getEnv('AWS_SECRET_KEY')]]);
  27456.     }
  27457.     /**
  27458.      * Gets the private 'aqarmap.aws_sqs.client' shared autowired service.
  27459.      *
  27460.      * @return \Aws\Sqs\SqsClient
  27461.      */
  27462.     protected function getAqarmap_AwsSqs_ClientService()
  27463.     {
  27464.         return $this->privates['aqarmap.aws_sqs.client'] = \Aws\Sqs\SqsClient::factory(['region' => $this->getEnv('AWS_DEFAULT_REGION'), 'version' => 'latest''credentials' => ['key' => $this->getEnv('AWS_ACCESS_KEY'), 'secret' => $this->getEnv('AWS_SECRET_KEY')]]);
  27465.     }
  27466.     /**
  27467.      * Gets the private 'aqarmap.listing.menu_builder' shared service.
  27468.      *
  27469.      * @return \Aqarmap\Bundle\ListingBundle\Menu\Builder
  27470.      */
  27471.     protected function getAqarmap_Listing_MenuBuilderService()
  27472.     {
  27473.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Menu/Builder.php';
  27474.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  27475.         if (isset($this->privates['aqarmap.listing.menu_builder'])) {
  27476.             return $this->privates['aqarmap.listing.menu_builder'];
  27477.         }
  27478.         $b = ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\Setting'] ?? $this->getSettingService());
  27479.         if (isset($this->privates['aqarmap.listing.menu_builder'])) {
  27480.             return $this->privates['aqarmap.listing.menu_builder'];
  27481.         }
  27482.         $c = ($this->services['Aqarmap\\Bundle\\FeatureToggleBundle\\Service\\FeatureToggleManager'] ?? $this->getFeatureToggleManagerService());
  27483.         if (isset($this->privates['aqarmap.listing.menu_builder'])) {
  27484.             return $this->privates['aqarmap.listing.menu_builder'];
  27485.         }
  27486.         $d = ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\MenuBuilderService'] ?? $this->getMenuBuilderServiceService());
  27487.         if (isset($this->privates['aqarmap.listing.menu_builder'])) {
  27488.             return $this->privates['aqarmap.listing.menu_builder'];
  27489.         }
  27490.         $e = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LocationManager'] ?? $this->getLocationManagerService());
  27491.         if (isset($this->privates['aqarmap.listing.menu_builder'])) {
  27492.             return $this->privates['aqarmap.listing.menu_builder'];
  27493.         }
  27494.         return $this->privates['aqarmap.listing.menu_builder'] = new \Aqarmap\Bundle\ListingBundle\Menu\Builder($a$b, ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $c$d$e, ($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()), $this);
  27495.     }
  27496.     /**
  27497.      * Gets the private 'aqarmap.main.menu.admin' shared autowired service.
  27498.      *
  27499.      * @return \Knp\Menu\MenuItem
  27500.      */
  27501.     protected function getAqarmap_Main_Menu_AdminService()
  27502.     {
  27503.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/ItemInterface.php';
  27504.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/MenuItem.php';
  27505.         $a = ($this->privates['aqarmap.main.menu_builder'] ?? $this->getAqarmap_Main_MenuBuilderService());
  27506.         if (isset($this->privates['aqarmap.main.menu.admin'])) {
  27507.             return $this->privates['aqarmap.main.menu.admin'];
  27508.         }
  27509.         return $this->privates['aqarmap.main.menu.admin'] = $a->buildAdminSidebarMenu();
  27510.     }
  27511.     /**
  27512.      * Gets the private 'aqarmap.main.menu.breadcrumb' shared autowired service.
  27513.      *
  27514.      * @return \Knp\Menu\MenuItem
  27515.      */
  27516.     protected function getAqarmap_Main_Menu_BreadcrumbService()
  27517.     {
  27518.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/ItemInterface.php';
  27519.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/MenuItem.php';
  27520.         $a = ($this->privates['aqarmap.main.menu_builder'] ?? $this->getAqarmap_Main_MenuBuilderService());
  27521.         if (isset($this->privates['aqarmap.main.menu.breadcrumb'])) {
  27522.             return $this->privates['aqarmap.main.menu.breadcrumb'];
  27523.         }
  27524.         return $this->privates['aqarmap.main.menu.breadcrumb'] = $a->BreadcrumbMenu();
  27525.     }
  27526.     /**
  27527.      * Gets the private 'aqarmap.main.menu_builder' shared autowired service.
  27528.      *
  27529.      * @return \Aqarmap\Bundle\MainBundle\Menu\MenuBuilder
  27530.      */
  27531.     protected function getAqarmap_Main_MenuBuilderService()
  27532.     {
  27533.         $a = ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\Setting'] ?? $this->getSettingService());
  27534.         if (isset($this->privates['aqarmap.main.menu_builder'])) {
  27535.             return $this->privates['aqarmap.main.menu_builder'];
  27536.         }
  27537.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  27538.         if (isset($this->privates['aqarmap.main.menu_builder'])) {
  27539.             return $this->privates['aqarmap.main.menu_builder'];
  27540.         }
  27541.         $c = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  27542.         if (isset($this->privates['aqarmap.main.menu_builder'])) {
  27543.             return $this->privates['aqarmap.main.menu_builder'];
  27544.         }
  27545.         $d = ($this->privates['knp_menu.helper'] ?? $this->getKnpMenu_HelperService());
  27546.         if (isset($this->privates['aqarmap.main.menu_builder'])) {
  27547.             return $this->privates['aqarmap.main.menu_builder'];
  27548.         }
  27549.         return $this->privates['aqarmap.main.menu_builder'] = new \Aqarmap\Bundle\MainBundle\Menu\MenuBuilder(($this->services['translator'] ?? $this->getTranslatorService()), $a$b$c, ($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()), $d, ($this->services['cache.app'] ?? $this->getCache_AppService()));
  27550.     }
  27551.     /**
  27552.      * Gets the private 'aqarmap.neighborhood.menu_builder' shared service.
  27553.      *
  27554.      * @return \Aqarmap\Bundle\NeighborhoodBundle\Menu\MenuBuilder
  27555.      */
  27556.     protected function getAqarmap_Neighborhood_MenuBuilderService()
  27557.     {
  27558.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  27559.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  27560.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NeighborhoodBundle/Menu/MenuBuilder.php';
  27561.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  27562.         if (isset($this->privates['aqarmap.neighborhood.menu_builder'])) {
  27563.             return $this->privates['aqarmap.neighborhood.menu_builder'];
  27564.         }
  27565.         $b = ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\Setting'] ?? $this->getSettingService());
  27566.         if (isset($this->privates['aqarmap.neighborhood.menu_builder'])) {
  27567.             return $this->privates['aqarmap.neighborhood.menu_builder'];
  27568.         }
  27569.         return $this->privates['aqarmap.neighborhood.menu_builder'] = new \Aqarmap\Bundle\NeighborhoodBundle\Menu\MenuBuilder($a, ($this->services['translator'] ?? $this->getTranslatorService()), $b, ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\MobileDetectionService'] ?? ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\MobileDetectionService'] = new \Aqarmap\Bundle\MainBundle\Service\MobileDetectionService())), ($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  27570.     }
  27571.     /**
  27572.      * Gets the private 'aqarmap.sqs.service' shared autowired service.
  27573.      *
  27574.      * @return \Aqarmap\Bundle\MainBundle\Service\SqsService
  27575.      */
  27576.     protected function getAqarmap_Sqs_ServiceService()
  27577.     {
  27578.         return $this->privates['aqarmap.sqs.service'] = new \Aqarmap\Bundle\MainBundle\Service\SqsService(($this->privates['aqarmap.aws_sqs.client'] ?? $this->getAqarmap_AwsSqs_ClientService()), 'dev'$this->getEnv('APP_COUNTRY'), 'MOONSHOT', ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  27579.     }
  27580.     /**
  27581.      * Gets the private 'aqarmap.user_listener' shared autowired service.
  27582.      *
  27583.      * @return \Aqarmap\Bundle\UserBundle\EventListener\UserListener
  27584.      */
  27585.     protected function getAqarmap_UserListenerService()
  27586.     {
  27587.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/EventListener/UserListener.php';
  27588.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  27589.         if (isset($this->privates['aqarmap.user_listener'])) {
  27590.             return $this->privates['aqarmap.user_listener'];
  27591.         }
  27592.         return $this->privates['aqarmap.user_listener'] = new \Aqarmap\Bundle\UserBundle\EventListener\UserListener($a);
  27593.     }
  27594.     /**
  27595.      * Gets the private 'aqarmap_user.profile.form.type' shared autowired service.
  27596.      *
  27597.      * @return \Aqarmap\Bundle\UserBundle\Form\ProfileFormType
  27598.      */
  27599.     protected function getAqarmapUser_Profile_Form_TypeService()
  27600.     {
  27601.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  27602.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  27603.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Form/ProfileFormType.php';
  27604.         return $this->privates['aqarmap_user.profile.form.type'] = new \Aqarmap\Bundle\UserBundle\Form\ProfileFormType();
  27605.     }
  27606.     /**
  27607.      * Gets the private 'aqarmap_user.registration.form.type' shared autowired service.
  27608.      *
  27609.      * @return \Aqarmap\Bundle\UserBundle\Form\RegistrationFormType
  27610.      */
  27611.     protected function getAqarmapUser_Registration_Form_TypeService()
  27612.     {
  27613.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  27614.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  27615.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Form/RegistrationFormType.php';
  27616.         $a = ($this->services['Aqarmap\\Bundle\\FeatureToggleBundle\\Service\\FeatureToggleManager'] ?? $this->getFeatureToggleManagerService());
  27617.         if (isset($this->privates['aqarmap_user.registration.form.type'])) {
  27618.             return $this->privates['aqarmap_user.registration.form.type'];
  27619.         }
  27620.         return $this->privates['aqarmap_user.registration.form.type'] = new \Aqarmap\Bundle\UserBundle\Form\RegistrationFormType($a);
  27621.     }
  27622.     /**
  27623.      * Gets the private 'assets.packages' shared service.
  27624.      *
  27625.      * @return \Symfony\Component\Asset\Packages
  27626.      */
  27627.     protected function getAssets_PackagesService()
  27628.     {
  27629.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  27630.         return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\UrlPackage([=> $this->getEnv('ASSETS_CDN_URL')], new \Symfony\Component\Asset\VersionStrategy\StaticVersionStrategy($this->getEnv('APP_VERSION'), '%s?%s'), new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a->getBaseUrl(), $a->isSecure())), new RewindableGenerator(function () {
  27631.             return new \EmptyIterator();
  27632.         }, 0));
  27633.     }
  27634.     /**
  27635.      * Gets the private 'cache.annotations' shared service.
  27636.      *
  27637.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  27638.      */
  27639.     protected function getCache_AnnotationsService()
  27640.     {
  27641.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('2S1N1Srlyv'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  27642.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  27643.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  27644.     }
  27645.     /**
  27646.      * Gets the private 'cache.doctrine.orm.default.second_level.region.append_only_driver' shared service.
  27647.      *
  27648.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  27649.      */
  27650.     protected function getCache_Doctrine_Orm_Default_SecondLevel_Region_AppendOnlyDriverService()
  27651.     {
  27652.         return $this->privates['cache.doctrine.orm.default.second_level.region.append_only_driver'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  27653.     }
  27654.     /**
  27655.      * Gets the private 'cache.doctrine.orm.default.second_level.region.write_rare_driver' shared service.
  27656.      *
  27657.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  27658.      */
  27659.     protected function getCache_Doctrine_Orm_Default_SecondLevel_Region_WriteRareDriverService()
  27660.     {
  27661.         return $this->privates['cache.doctrine.orm.default.second_level.region.write_rare_driver'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  27662.     }
  27663.     /**
  27664.      * Gets the private 'cache.messenger.restart_workers_signal' shared service.
  27665.      *
  27666.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  27667.      */
  27668.     protected function getCache_Messenger_RestartWorkersSignalService()
  27669.     {
  27670.         $a = new \Symfony\Component\Cache\Adapter\RedisAdapter(($this->privates['.cache_connection.FANDyXX'] ?? $this->get_CacheConnection_FANDyXXService()), 'tPQ-8uvA3g'0, ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  27671.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  27672.         return $this->privates['cache.messenger.restart_workers_signal'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  27673.     }
  27674.     /**
  27675.      * Gets the private 'cache.property_info' shared service.
  27676.      *
  27677.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  27678.      */
  27679.     protected function getCache_PropertyInfoService()
  27680.     {
  27681.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('qsapHUJ9U4'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  27682.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  27683.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  27684.     }
  27685.     /**
  27686.      * Gets the private 'cache.security_expression_language' shared service.
  27687.      *
  27688.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  27689.      */
  27690.     protected function getCache_SecurityExpressionLanguageService()
  27691.     {
  27692.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('exrqwSTaWB'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  27693.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  27694.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  27695.     }
  27696.     /**
  27697.      * Gets the private 'cache.serializer' shared service.
  27698.      *
  27699.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  27700.      */
  27701.     protected function getCache_SerializerService()
  27702.     {
  27703.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('4LaozHgU+r'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  27704.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  27705.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  27706.     }
  27707.     /**
  27708.      * Gets the private 'cache.validator' shared service.
  27709.      *
  27710.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  27711.      */
  27712.     protected function getCache_ValidatorService()
  27713.     {
  27714.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('+7JxNaaJZ7'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  27715.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  27716.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  27717.     }
  27718.     /**
  27719.      * Gets the private 'cache.webpack_encore' shared service.
  27720.      *
  27721.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  27722.      */
  27723.     protected function getCache_WebpackEncoreService()
  27724.     {
  27725.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('8g-6WiMp5b'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  27726.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  27727.         return $this->privates['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  27728.     }
  27729.     /**
  27730.      * Gets the private 'cache_pool_clearer.cache_warmer' shared service.
  27731.      *
  27732.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer
  27733.      */
  27734.     protected function getCachePoolClearer_CacheWarmerService()
  27735.     {
  27736.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  27737.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/CachePoolClearerCacheWarmer.php';
  27738.         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']);
  27739.     }
  27740.     /**
  27741.      * Gets the private 'config_builder.warmer' shared service.
  27742.      *
  27743.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer
  27744.      */
  27745.     protected function getConfigBuilder_WarmerService()
  27746.     {
  27747.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  27748.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ConfigBuilderCacheWarmer.php';
  27749.         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()));
  27750.     }
  27751.     /**
  27752.      * Gets the private 'config_cache_factory' shared service.
  27753.      *
  27754.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  27755.      */
  27756.     protected function getConfigCacheFactoryService()
  27757.     {
  27758.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  27759.             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)));
  27760.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  27761.         }, 2));
  27762.     }
  27763.     /**
  27764.      * Gets the private 'console.command.about' shared service.
  27765.      *
  27766.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  27767.      */
  27768.     protected function getConsole_Command_AboutService()
  27769.     {
  27770.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27771.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  27772.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  27773.         $instance->setName('about');
  27774.         $instance->setDescription('Display information about the current project');
  27775.         return $instance;
  27776.     }
  27777.     /**
  27778.      * Gets the private 'console.command.assets_install' shared service.
  27779.      *
  27780.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  27781.      */
  27782.     protected function getConsole_Command_AssetsInstallService()
  27783.     {
  27784.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27785.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  27786.         $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));
  27787.         $instance->setName('assets:install');
  27788.         $instance->setDescription('Install bundle\'s web assets under a public directory');
  27789.         return $instance;
  27790.     }
  27791.     /**
  27792.      * Gets the private 'console.command.cache_clear' shared service.
  27793.      *
  27794.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  27795.      */
  27796.     protected function getConsole_Command_CacheClearService()
  27797.     {
  27798.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27799.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  27800.         $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())));
  27801.         $instance->setName('cache:clear');
  27802.         $instance->setDescription('Clear the cache');
  27803.         return $instance;
  27804.     }
  27805.     /**
  27806.      * Gets the private 'console.command.cache_pool_clear' shared service.
  27807.      *
  27808.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  27809.      */
  27810.     protected function getConsole_Command_CachePoolClearService()
  27811.     {
  27812.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27813.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  27814.         $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'=> 'cache.rate_limiter'=> 'doctrine.result_cache_pool'=> 'doctrine.system_cache_pool'10 => 'rate_limiter_storage_pool'11 => 'cache.validator_expression_language'12 => 'cache.doctrine.orm.default.second_level.region.write_rare_driver'13 => 'cache.doctrine.orm.default.second_level.region.append_only_driver'14 => 'cache.security_expression_language'15 => 'cache.webpack_encore']);
  27815.         $instance->setName('cache:pool:clear');
  27816.         $instance->setDescription('Clear cache pools');
  27817.         return $instance;
  27818.     }
  27819.     /**
  27820.      * Gets the private 'console.command.cache_pool_delete' shared service.
  27821.      *
  27822.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  27823.      */
  27824.     protected function getConsole_Command_CachePoolDeleteService()
  27825.     {
  27826.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27827.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  27828.         $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'=> 'cache.rate_limiter'=> 'doctrine.result_cache_pool'=> 'doctrine.system_cache_pool'10 => 'rate_limiter_storage_pool'11 => 'cache.validator_expression_language'12 => 'cache.doctrine.orm.default.second_level.region.write_rare_driver'13 => 'cache.doctrine.orm.default.second_level.region.append_only_driver'14 => 'cache.security_expression_language'15 => 'cache.webpack_encore']);
  27829.         $instance->setName('cache:pool:delete');
  27830.         $instance->setDescription('Delete an item from a cache pool');
  27831.         return $instance;
  27832.     }
  27833.     /**
  27834.      * Gets the private 'console.command.cache_pool_list' shared service.
  27835.      *
  27836.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  27837.      */
  27838.     protected function getConsole_Command_CachePoolListService()
  27839.     {
  27840.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27841.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  27842.         $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'=> 'cache.rate_limiter'=> 'doctrine.result_cache_pool'=> 'doctrine.system_cache_pool'10 => 'rate_limiter_storage_pool'11 => 'cache.validator_expression_language'12 => 'cache.doctrine.orm.default.second_level.region.write_rare_driver'13 => 'cache.doctrine.orm.default.second_level.region.append_only_driver'14 => 'cache.security_expression_language'15 => 'cache.webpack_encore']);
  27843.         $instance->setName('cache:pool:list');
  27844.         $instance->setDescription('List available cache pools');
  27845.         return $instance;
  27846.     }
  27847.     /**
  27848.      * Gets the private 'console.command.cache_pool_prune' shared service.
  27849.      *
  27850.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  27851.      */
  27852.     protected function getConsole_Command_CachePoolPruneService()
  27853.     {
  27854.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27855.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  27856.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  27857.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  27858.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  27859.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  27860.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  27861.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  27862.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  27863.             yield 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService());
  27864.             yield 'cache.rate_limiter' => ($this->services['cache.rate_limiter'] ?? $this->getCache_RateLimiterService());
  27865.             yield 'doctrine.result_cache_pool' => ($this->privates['doctrine.result_cache_pool'] ?? $this->getDoctrine_ResultCachePoolService());
  27866.             yield 'doctrine.system_cache_pool' => ($this->privates['doctrine.system_cache_pool'] ?? $this->getDoctrine_SystemCachePoolService());
  27867.             yield 'rate_limiter_storage_pool' => ($this->privates['rate_limiter_storage_pool'] ?? $this->getRateLimiterStoragePoolService());
  27868.             yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService());
  27869.             yield 'cache.doctrine.orm.default.second_level.region.write_rare_driver' => ($this->privates['cache.doctrine.orm.default.second_level.region.write_rare_driver'] ?? $this->getCache_Doctrine_Orm_Default_SecondLevel_Region_WriteRareDriverService());
  27870.             yield 'cache.doctrine.orm.default.second_level.region.append_only_driver' => ($this->privates['cache.doctrine.orm.default.second_level.region.append_only_driver'] ?? $this->getCache_Doctrine_Orm_Default_SecondLevel_Region_AppendOnlyDriverService());
  27871.             yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  27872.             yield 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService());
  27873.         }, 16));
  27874.         $instance->setName('cache:pool:prune');
  27875.         $instance->setDescription('Prune cache pools');
  27876.         return $instance;
  27877.     }
  27878.     /**
  27879.      * Gets the private 'console.command.cache_warmup' shared service.
  27880.      *
  27881.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  27882.      */
  27883.     protected function getConsole_Command_CacheWarmupService()
  27884.     {
  27885.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27886.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  27887.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  27888.         $instance->setName('cache:warmup');
  27889.         $instance->setDescription('Warm up an empty cache');
  27890.         return $instance;
  27891.     }
  27892.     /**
  27893.      * Gets the private 'console.command.config_debug' shared service.
  27894.      *
  27895.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  27896.      */
  27897.     protected function getConsole_Command_ConfigDebugService()
  27898.     {
  27899.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27900.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  27901.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  27902.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  27903.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  27904.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  27905.         $instance->setName('debug:config');
  27906.         $instance->setDescription('Dump the current configuration for an extension');
  27907.         return $instance;
  27908.     }
  27909.     /**
  27910.      * Gets the private 'console.command.config_dump_reference' shared service.
  27911.      *
  27912.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  27913.      */
  27914.     protected function getConsole_Command_ConfigDumpReferenceService()
  27915.     {
  27916.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27917.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  27918.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  27919.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  27920.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  27921.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  27922.         $instance->setName('config:dump-reference');
  27923.         $instance->setDescription('Dump the default configuration for an extension');
  27924.         return $instance;
  27925.     }
  27926.     /**
  27927.      * Gets the private 'console.command.container_debug' shared service.
  27928.      *
  27929.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  27930.      */
  27931.     protected function getConsole_Command_ContainerDebugService()
  27932.     {
  27933.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27934.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  27935.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  27936.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  27937.         $instance->setName('debug:container');
  27938.         $instance->setDescription('Display current services for an application');
  27939.         return $instance;
  27940.     }
  27941.     /**
  27942.      * Gets the private 'console.command.container_lint' shared service.
  27943.      *
  27944.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  27945.      */
  27946.     protected function getConsole_Command_ContainerLintService()
  27947.     {
  27948.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27949.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  27950.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  27951.         $instance->setName('lint:container');
  27952.         $instance->setDescription('Ensure that arguments injected into services match type declarations');
  27953.         return $instance;
  27954.     }
  27955.     /**
  27956.      * Gets the private 'console.command.debug_autowiring' shared service.
  27957.      *
  27958.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  27959.      */
  27960.     protected function getConsole_Command_DebugAutowiringService()
  27961.     {
  27962.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27963.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  27964.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  27965.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  27966.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  27967.         $instance->setName('debug:autowiring');
  27968.         $instance->setDescription('List classes/interfaces you can use for autowiring');
  27969.         return $instance;
  27970.     }
  27971.     /**
  27972.      * Gets the private 'console.command.dotenv_debug' shared service.
  27973.      *
  27974.      * @return \Symfony\Component\Dotenv\Command\DebugCommand
  27975.      */
  27976.     protected function getConsole_Command_DotenvDebugService()
  27977.     {
  27978.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27979.         include_once \dirname(__DIR__4).'/vendor/symfony/dotenv/Command/DebugCommand.php';
  27980.         $this->privates['console.command.dotenv_debug'] = $instance = new \Symfony\Component\Dotenv\Command\DebugCommand('dev', \dirname(__DIR__4));
  27981.         $instance->setName('debug:dotenv');
  27982.         $instance->setDescription('Lists all dotenv files with variables and values');
  27983.         return $instance;
  27984.     }
  27985.     /**
  27986.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  27987.      *
  27988.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  27989.      */
  27990.     protected function getConsole_Command_EventDispatcherDebugService()
  27991.     {
  27992.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27993.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  27994.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->privates['.service_locator.6p_SLSM'] ?? $this->get_ServiceLocator_6pSLSMService()));
  27995.         $instance->setName('debug:event-dispatcher');
  27996.         $instance->setDescription('Display configured listeners for an application');
  27997.         return $instance;
  27998.     }
  27999.     /**
  28000.      * Gets the private 'console.command.form_debug' shared service.
  28001.      *
  28002.      * @return \Symfony\Component\Form\Command\DebugCommand
  28003.      */
  28004.     protected function getConsole_Command_FormDebugService()
  28005.     {
  28006.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28007.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Command/DebugCommand.php';
  28008.         $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\\Type\\Banners'=> 'App\\Form\\Type\\EmailList'=> 'App\\Form\\Type\\Lead'=> 'App\\Form\\Type\\Listing'=> 'App\\Form\\Type\\Security'=> 'App\\Form\\Type\\Subscriptions'=> 'App\\Form\\Type\\User'=> 'Aqarmap\\Bundle\\UserBundle\\Form'=> 'Aqarmap\\Bundle\\UserBundle\\Form\\Admin'10 => 'Aqarmap\\Bundle\\UserBundle\\Form\\V3'11 => 'Aqarmap\\Bundle\\MainBundle\\Form\\Admin'12 => 'Aqarmap\\Bundle\\MainBundle\\Form'13 => 'Aqarmap\\Bundle\\ListingBundle\\Form'14 => 'Aqarmap\\Bundle\\ListingBundle\\Form\\V3'15 => 'Aqarmap\\Bundle\\ListingBundle\\Form\\V3\\ListingTypes'16 => 'Aqarmap\\Bundle\\ListingBundle\\Form\\V4'17 => 'Aqarmap\\Bundle\\CreditBundle\\Form\\Admin'18 => 'Aqarmap\\Bundle\\CreditBundle\\Form'19 => 'Aqarmap\\Bundle\\NotifierBundle\\Form'20 => 'Aqarmap\\Bundle\\BuyerAlertsBundle\\Form'21 => 'Aqarmap\\Bundle\\BrokerSalesBundle\\Form'22 => 'Aqarmap\\Bundle\\NeighborhoodBundle\\Form'23 => 'Aqarmap\\Bundle\\DiscussionBundle\\Form'24 => 'Aqarmap\\Bundle\\CRMBundle\\Form'25 => 'Aqarmap\\Bundle\\CustomerProfilingBundle\\Form'26 => 'Aqarmap\\Bundle\\ExchangeBundle\\Form'27 => 'Aqarmap\\Bundle\\PaymentBundle\\Form'28 => 'Aqarmap\\Bundle\\AnnouncementBundle\\Form'29 => 'Aqarmap\\Bundle\\SearchBundle\\Form'30 => 'Aqarmap\\Bundle\\FeatureToggleBundle\\Form\\Admin'31 => 'Aqarmap\\Bundle\\TopSellerBundle\\Form'32 => 'Aqarmap\\Bundle\\FinancialAidsBundle\\Form\\Admin'33 => 'Symfony\\Bridge\\Doctrine\\Form\\Type'34 => 'Doctrine\\Bundle\\MongoDBBundle\\Form\\Type'35 => 'FOS\\CKEditorBundle\\Form\\Type'36 => 'FOS\\UserBundle\\Form\\Type'37 => 'Liip\\ImagineBundle\\Form\\Type'38 => 'Vich\\UploaderBundle\\Form\\Type'], [=> 'App\\Form\\Type\\Banners\\BannersType'=> 'App\\Form\\Type\\EmailList\\EmailListType'=> 'App\\Form\\Type\\Lead\\LeadFormType'=> 'App\\Form\\Type\\Lead\\PhoneFormType'=> 'App\\Form\\Type\\Listing\\ListingDescriptionType'=> 'App\\Form\\Type\\Listing\\ListingDetailsType'=> 'App\\Form\\Type\\Listing\\ListingInitializeType'=> 'App\\Form\\Type\\Listing\\ListingPhotosType'=> 'App\\Form\\Type\\Listing\\PhotoType'=> 'App\\Form\\Type\\Security\\ChangePasswordType'10 => 'App\\Form\\Type\\Subscriptions\\SubscriptionPlanType'11 => 'App\\Form\\Type\\User\\SubAccountFormType'12 => 'Aqarmap\\Bundle\\UserBundle\\Form\\AddUserPhoneFormType'13 => 'Aqarmap\\Bundle\\UserBundle\\Form\\Admin\\AddUserServiceType'14 => 'Aqarmap\\Bundle\\UserBundle\\Form\\Admin\\UpdateUserPackageType'15 => 'Aqarmap\\Bundle\\UserBundle\\Form\\Admin\\UpdateUserServiceType'16 => 'Aqarmap\\Bundle\\UserBundle\\Form\\Admin\\UserInfoType'17 => 'Aqarmap\\Bundle\\UserBundle\\Form\\Admin\\UserTypeChangeType'18 => 'Aqarmap\\Bundle\\UserBundle\\Form\\BoostLevelType'19 => 'Aqarmap\\Bundle\\UserBundle\\Form\\BrokerType'20 => 'Aqarmap\\Bundle\\UserBundle\\Form\\ChangeGroupType'21 => 'Aqarmap\\Bundle\\UserBundle\\Form\\ChangePasswordFormType'22 => 'Aqarmap\\Bundle\\UserBundle\\Form\\CustomerSearchForm'23 => 'Aqarmap\\Bundle\\UserBundle\\Form\\DeviceType'24 => 'Aqarmap\\Bundle\\UserBundle\\Form\\EditPhoneNumberType'25 => 'Aqarmap\\Bundle\\UserBundle\\Form\\GroupFormType'26 => 'Aqarmap\\Bundle\\UserBundle\\Form\\ImportDeveloperUserType'27 => 'Aqarmap\\Bundle\\UserBundle\\Form\\ImportUserGroupType'28 => 'Aqarmap\\Bundle\\UserBundle\\Form\\ImportUserType'29 => 'Aqarmap\\Bundle\\UserBundle\\Form\\PersonalInfoType'30 => 'Aqarmap\\Bundle\\UserBundle\\Form\\ProfileFormType'31 => 'Aqarmap\\Bundle\\UserBundle\\Form\\QuickRegistrationFormType'32 => 'Aqarmap\\Bundle\\UserBundle\\Form\\RegistrationFormType'33 => 'Aqarmap\\Bundle\\UserBundle\\Form\\SubAccountFormType'34 => 'Aqarmap\\Bundle\\UserBundle\\Form\\TargetAudienceHistoryType'35 => 'Aqarmap\\Bundle\\UserBundle\\Form\\TeamType'36 => 'Aqarmap\\Bundle\\UserBundle\\Form\\UpdateCompanyInfoFormType'37 => 'Aqarmap\\Bundle\\UserBundle\\Form\\UpdateProfileBasicInfoFormType'38 => 'Aqarmap\\Bundle\\UserBundle\\Form\\UpdateProfileFormType'39 => 'Aqarmap\\Bundle\\UserBundle\\Form\\UserDomainType'40 => 'Aqarmap\\Bundle\\UserBundle\\Form\\UserExtendCreditDateType'41 => 'Aqarmap\\Bundle\\UserBundle\\Form\\UserKeywordType'42 => 'Aqarmap\\Bundle\\UserBundle\\Form\\UserPhoneType'43 => 'Aqarmap\\Bundle\\UserBundle\\Form\\V3\\LoginFormType'44 => 'Aqarmap\\Bundle\\UserBundle\\Form\\V3\\RegistrationFormType'45 => 'Aqarmap\\Bundle\\MainBundle\\Form\\Admin\\AddSettingType'46 => 'Aqarmap\\Bundle\\MainBundle\\Form\\Admin\\UpdateSettingType'47 => 'Aqarmap\\Bundle\\MainBundle\\Form\\ConfirmFeaturedFormType'48 => 'Aqarmap\\Bundle\\MainBundle\\Form\\ConfirmFormType'49 => 'Aqarmap\\Bundle\\MainBundle\\Form\\CustomParagraphType'50 => 'Aqarmap\\Bundle\\MainBundle\\Form\\DefaultTopCustomerType'51 => 'Aqarmap\\Bundle\\MainBundle\\Form\\FeedbackNoteType'52 => 'Aqarmap\\Bundle\\MainBundle\\Form\\FeedbackType'53 => 'Aqarmap\\Bundle\\MainBundle\\Form\\FilterCustomParagraphType'54 => 'Aqarmap\\Bundle\\MainBundle\\Form\\JoinUsType'55 => 'Aqarmap\\Bundle\\MainBundle\\Form\\LinkType'56 => 'Aqarmap\\Bundle\\MainBundle\\Form\\MenuType'57 => 'Aqarmap\\Bundle\\MainBundle\\Form\\PageType'58 => 'Aqarmap\\Bundle\\MainBundle\\Form\\SinglePhotoType'59 => 'Aqarmap\\Bundle\\MainBundle\\Form\\TestimonialType'60 => 'Aqarmap\\Bundle\\ListingBundle\\Form\\AdminListingRuleFilterType'61 => 'Aqarmap\\Bundle\\ListingBundle\\Form\\AdminListingRuleType'62 => 'Aqarmap\\Bundle\\ListingBundle\\Form\\AdvancedFilterType'63 => 'Aqarmap\\Bundle\\ListingBundle\\Form\\AdvancedSearchType'64 => 'Aqarmap\\Bundle\\ListingBundle\\Form\\AutoBumpUpListingType'65 => 'Aqarmap\\Bundle\\ListingBundle\\Form\\CallRequestFormType'66 => 'Aqarmap\\Bundle\\ListingBundle\\Form\\ChangeAreaType'67 => 'Aqarmap\\Bundle\\ListingBundle\\Form\\ChangeLocationType'68 => 'Aqarmap\\Bundle\\ListingBundle\\Form\\ChangePaymentMethodType'69 => 'Aqarmap\\Bundle\\ListingBundle\\Form\\ChangePropertyTypeType'70 => 'Aqarmap\\Bundle\\ListingBundle\\Form\\ChangeSectionType'71 => 'Aqarmap\\Bundle\\ListingBundle\\Form\\CompoundLocationType'72 => 'Aqarmap\\Bundle\\ListingBundle\\Form\\CompoundSearchFormType'73 => 'Aqarmap\\Bundle\\ListingBundle\\Form\\ContactSellerFormType'74 => 'Aqarmap\\Bundle\\ListingBundle\\Form\\ContactSellerWideFormType'75 => 'Aqarmap\\Bundle\\ListingBundle\\Form\\CustomFieldChoiceType'76 => 'Aqarmap\\Bundle\\ListingBundle\\Form\\DeleteListingFormType'77 => 'Aqarmap\\Bundle\\ListingBundle\\Form\\ExistingParticipantFormType'78 => 'Aqarmap\\Bundle\\ListingBundle\\Form\\ExportCustomerLeadsType'79 => 'Aqarmap\\Bundle\\ListingBundle\\Form\\FetchLocationsType'80 => 'Aqarmap\\Bundle\\ListingBundle\\Form\\FullAdvancedFilterType'81 => 'Aqarmap\\Bundle\\ListingBundle\\Form\\ImportLocationsType'82 => 'Aqarmap\\Bundle\\ListingBundle\\Form\\LandingPageFormType'83 => 'Aqarmap\\Bundle\\ListingBundle\\Form\\LeadType'84 => 'Aqarmap\\Bundle\\ListingBundle\\Form\\ListingApiType'85 => 'Aqarmap\\Bundle\\ListingBundle\\Form\\ListingAttributeType'86 => 'Aqarmap\\Bundle\\ListingBundle\\Form\\ListingBasicsType'87 => 'Aqarmap\\Bundle\\ListingBundle\\Form\\ListingBulkUpdateType'88 => 'Aqarmap\\Bundle\\ListingBundle\\Form\\ListingInitializeType'89 => 'Aqarmap\\Bundle\\ListingBundle\\Form\\ListingLocationType'90 => 'Aqarmap\\Bundle\\ListingBundle\\Form\\ListingNoteType'91 => 'Aqarmap\\Bundle\\ListingBundle\\Form\\ListingOwnerType'92 => 'Aqarmap\\Bundle\\ListingBundle\\Form\\ListingPhotoType'93 => 'Aqarmap\\Bundle\\ListingBundle\\Form\\ListingRejectionType'94 => 'Aqarmap\\Bundle\\ListingBundle\\Form\\ListingTranslationType'95 => 'Aqarmap\\Bundle\\ListingBundle\\Form\\ListingType'96 => 'Aqarmap\\Bundle\\ListingBundle\\Form\\LiteListingType'97 => 'Aqarmap\\Bundle\\ListingBundle\\Form\\LocationBulkUpdateType'98 => 'Aqarmap\\Bundle\\ListingBundle\\Form\\LocationHistoryLinkType'99 => 'Aqarmap\\Bundle\\ListingBundle\\Form\\LocationRatingType'100 => 'Aqarmap\\Bundle\\ListingBundle\\Form\\LocationType'101 => 'Aqarmap\\Bundle\\ListingBundle\\Form\\MoveLocationListings'102 => 'Aqarmap\\Bundle\\ListingBundle\\Form\\MultipleSearchFormType'103 => 'Aqarmap\\Bundle\\ListingBundle\\Form\\MyListingSearchType'104 => 'Aqarmap\\Bundle\\ListingBundle\\Form\\NearestLocationType'105 => 'Aqarmap\\Bundle\\ListingBundle\\Form\\OnePhotoType'106 => 'Aqarmap\\Bundle\\ListingBundle\\Form\\PhoneType'107 => 'Aqarmap\\Bundle\\ListingBundle\\Form\\PhotoType'108 => 'Aqarmap\\Bundle\\ListingBundle\\Form\\ProjectSettingFormType'109 => 'Aqarmap\\Bundle\\ListingBundle\\Form\\PropertyTypeType'110 => 'Aqarmap\\Bundle\\ListingBundle\\Form\\QuickAddListingType'111 => 'Aqarmap\\Bundle\\ListingBundle\\Form\\QuickContactSellerType'112 => 'Aqarmap\\Bundle\\ListingBundle\\Form\\QuickCreateLeadFormType'113 => 'Aqarmap\\Bundle\\ListingBundle\\Form\\QuickLeadType'114 => 'Aqarmap\\Bundle\\ListingBundle\\Form\\RatesNoteType'115 => 'Aqarmap\\Bundle\\ListingBundle\\Form\\RejectionType'116 => 'Aqarmap\\Bundle\\ListingBundle\\Form\\ScrapedListingStateType'117 => 'Aqarmap\\Bundle\\ListingBundle\\Form\\SearchBoxType'118 => 'Aqarmap\\Bundle\\ListingBundle\\Form\\SearchByLocationType'119 => 'Aqarmap\\Bundle\\ListingBundle\\Form\\SearchTermAliasType'120 => 'Aqarmap\\Bundle\\ListingBundle\\Form\\SearchType'121 => 'Aqarmap\\Bundle\\ListingBundle\\Form\\StatisticsType'122 => 'Aqarmap\\Bundle\\ListingBundle\\Form\\UserDeviceType'123 => 'Aqarmap\\Bundle\\ListingBundle\\Form\\V3\\AddListingType'124 => 'Aqarmap\\Bundle\\ListingBundle\\Form\\V3\\ListingAttributeType'125 => 'Aqarmap\\Bundle\\ListingBundle\\Form\\V3\\ListingType'126 => 'Aqarmap\\Bundle\\ListingBundle\\Form\\V3\\ListingTypes\\DescriptionTranslationType'127 => 'Aqarmap\\Bundle\\ListingBundle\\Form\\V3\\ListingTypes\\TitleTranslationType'128 => 'Aqarmap\\Bundle\\ListingBundle\\Form\\V4\\ListingType'129 => 'Aqarmap\\Bundle\\CreditBundle\\Form\\Admin\\TransferPointsType'130 => 'Aqarmap\\Bundle\\CreditBundle\\Form\\Admin\\UserPointsType'131 => 'Aqarmap\\Bundle\\CreditBundle\\Form\\AdminSubtractCreditsFormType'132 => 'Aqarmap\\Bundle\\CreditBundle\\Form\\BuyCreditsFormType'133 => 'Aqarmap\\Bundle\\CreditBundle\\Form\\ExportCreditTransactionType'134 => 'Aqarmap\\Bundle\\CreditBundle\\Form\\FaqType'135 => 'Aqarmap\\Bundle\\CreditBundle\\Form\\PackageFiltersFormType'136 => 'Aqarmap\\Bundle\\CreditBundle\\Form\\PackageType'137 => 'Aqarmap\\Bundle\\CreditBundle\\Form\\ServiceType'138 => 'Aqarmap\\Bundle\\NotifierBundle\\Form\\DashboardOptionsType'139 => 'Aqarmap\\Bundle\\NotifierBundle\\Form\\NotifierApiType'140 => 'Aqarmap\\Bundle\\NotifierBundle\\Form\\NotifierSettingsType'141 => 'Aqarmap\\Bundle\\NotifierBundle\\Form\\NotifierType'142 => 'Aqarmap\\Bundle\\BuyerAlertsBundle\\Form\\BuyerAlertsApiType'143 => 'Aqarmap\\Bundle\\BuyerAlertsBundle\\Form\\BuyerAlertsType'144 => 'Aqarmap\\Bundle\\BrokerSalesBundle\\Form\\AssignBrokerToSellerType'145 => 'Aqarmap\\Bundle\\BrokerSalesBundle\\Form\\ExistingUserFormType'146 => 'Aqarmap\\Bundle\\BrokerSalesBundle\\Form\\RegisterNewUserType'147 => 'Aqarmap\\Bundle\\NeighborhoodBundle\\Form\\CompoundSearchType'148 => 'Aqarmap\\Bundle\\NeighborhoodBundle\\Form\\LocationCompoundSizeType'149 => 'Aqarmap\\Bundle\\NeighborhoodBundle\\Form\\LocationCompoundType'150 => 'Aqarmap\\Bundle\\NeighborhoodBundle\\Form\\LocationStatisticsType'151 => 'Aqarmap\\Bundle\\DiscussionBundle\\Form\\CategoryType'152 => 'Aqarmap\\Bundle\\DiscussionBundle\\Form\\CommentType'153 => 'Aqarmap\\Bundle\\DiscussionBundle\\Form\\DiscussionSearchType'154 => 'Aqarmap\\Bundle\\DiscussionBundle\\Form\\DiscussionType'155 => 'Aqarmap\\Bundle\\CRMBundle\\Form\\AttachmentType'156 => 'Aqarmap\\Bundle\\CRMBundle\\Form\\CompanyAccountManagerType'157 => 'Aqarmap\\Bundle\\CRMBundle\\Form\\CompanyType'158 => 'Aqarmap\\Bundle\\CRMBundle\\Form\\ExistingUserFormType'159 => 'Aqarmap\\Bundle\\CRMBundle\\Form\\PhotoType'160 => 'Aqarmap\\Bundle\\CRMBundle\\Form\\StaffCheckInType'161 => 'Aqarmap\\Bundle\\CRMBundle\\Form\\StaffType'162 => 'Aqarmap\\Bundle\\CustomerProfilingBundle\\Form\\AnnualSurveyType'163 => 'Aqarmap\\Bundle\\CustomerProfilingBundle\\Form\\DynamicQuestionChoiceType'164 => 'Aqarmap\\Bundle\\CustomerProfilingBundle\\Form\\DynamicQuestionType'165 => 'Aqarmap\\Bundle\\CustomerProfilingBundle\\Form\\QuestionSetType'166 => 'Aqarmap\\Bundle\\ExchangeBundle\\Form\\ExchangeRequestType'167 => 'Aqarmap\\Bundle\\PaymentBundle\\Form\\AdminAddPaymentTransactionFormType'168 => 'Aqarmap\\Bundle\\PaymentBundle\\Form\\AdminAssignAgentType'169 => 'Aqarmap\\Bundle\\PaymentBundle\\Form\\AdminEditPaymentTransactionFormType'170 => 'Aqarmap\\Bundle\\PaymentBundle\\Form\\AdminGeneratePaymentCodeFormType'171 => 'Aqarmap\\Bundle\\PaymentBundle\\Form\\ManualFawryCodeFormType'172 => 'Aqarmap\\Bundle\\PaymentBundle\\Form\\PaymentFiltersFormType'173 => 'Aqarmap\\Bundle\\AnnouncementBundle\\Form\\AnnouncementType'174 => 'Aqarmap\\Bundle\\SearchBundle\\Form\\SearchCombinationFilterType'175 => 'Aqarmap\\Bundle\\FeatureToggleBundle\\Form\\Admin\\AddFeatureToggleFormType'176 => 'Aqarmap\\Bundle\\FeatureToggleBundle\\Form\\Admin\\EditFeatureToggleFormType'177 => 'Aqarmap\\Bundle\\TopSellerBundle\\Form\\BulkTopSellerLeadType'178 => 'Aqarmap\\Bundle\\FinancialAidsBundle\\Form\\Admin\\FinancialAidForm'179 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType'180 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType'181 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType'182 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType'183 => 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType'184 => 'Doctrine\\Bundle\\MongoDBBundle\\Form\\Type\\DocumentType'185 => 'FOS\\CKEditorBundle\\Form\\Type\\CKEditorType'186 => 'FOS\\UserBundle\\Form\\Type\\UsernameFormType'187 => 'FOS\\UserBundle\\Form\\Type\\ProfileFormType'188 => 'FOS\\UserBundle\\Form\\Type\\RegistrationFormType'189 => 'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType'190 => 'FOS\\UserBundle\\Form\\Type\\ResettingFormType'191 => 'Liip\\ImagineBundle\\Form\\Type\\ImageType'192 => 'Vich\\UploaderBundle\\Form\\Type\\VichFileType'193 => 'Vich\\UploaderBundle\\Form\\Type\\VichImageType'], [=> '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'=> 'Nelmio\\ApiDocBundle\\Form\\Extension\\DocumentationExtension'], [=> 'Symfony\\Component\\Form\\Extension\\Validator\\ValidatorTypeGuesser'=> 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser'=> 'Doctrine\\Bundle\\MongoDBBundle\\Form\\DoctrineMongoDBTypeGuesser'], ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  28009.         $instance->setName('debug:form');
  28010.         $instance->setDescription('Display form type information');
  28011.         return $instance;
  28012.     }
  28013.     /**
  28014.      * Gets the private 'console.command.messenger_consume_messages' shared service.
  28015.      *
  28016.      * @return \Symfony\Component\Messenger\Command\ConsumeMessagesCommand
  28017.      */
  28018.     protected function getConsole_Command_MessengerConsumeMessagesService()
  28019.     {
  28020.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28021.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/ConsumeMessagesCommand.php';
  28022.         $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()), [=> 'default'=> 'mailer'=> 'interactions'=> 'fasttrack'=> 'external'=> 'failed'=> 'failed_mailer'], NULL, [=> 'messenger.bus.default']);
  28023.         $instance->setName('messenger:consume');
  28024.         $instance->setDescription('Consume messages');
  28025.         return $instance;
  28026.     }
  28027.     /**
  28028.      * Gets the private 'console.command.messenger_debug' shared service.
  28029.      *
  28030.      * @return \Symfony\Component\Messenger\Command\DebugCommand
  28031.      */
  28032.     protected function getConsole_Command_MessengerDebugService()
  28033.     {
  28034.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28035.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/DebugCommand.php';
  28036.         $this->privates['console.command.messenger_debug'] = $instance = new \Symfony\Component\Messenger\Command\DebugCommand(['messenger.bus.default' => ['App\\Message\\Lead\\NewLeadMessage' => [=> [=> 'App\\MessageHandler\\Lead\\NewLeadMessageHandler'=> []]], 'App\\Message\\Listing\\AfterChangeStatusMessage' => [=> [=> 'App\\MessageHandler\\Listing\\AfterChangeStatusHandler'=> []]], 'App\\Message\\Listing\\BulkListingApproveMessage' => [=> [=> 'App\\MessageHandler\\Listing\\BulkListingApproveMessageHandler'=> []]], 'App\\Message\\Listing\\SyncListingProjectMessage' => [=> [=> 'App\\MessageHandler\\Listing\\SyncListingProjectHandler'=> []]], 'App\\Message\\ListingUpdatedMessage' => [=> [=> 'App\\MessageHandler\\ListingUpdatedHandler'=> []]], 'App\\Message\\Location\\AdminImportLocationsMessage' => [=> [=> 'App\\MessageHandler\\Location\\AdminImportLocationsHandler'=> []]], 'App\\Message\\Location\\RecordLocationSearchHistoryMessage' => [=> [=> 'App\\MessageHandler\\Location\\RecordLocationSearchHistoryHandler'=> []]], 'App\\Message\\LocationStatisticsMessage' => [=> [=> 'App\\MessageHandler\\LocationStatisticsAddedHandler'=> []]], 'App\\Message\\LocationUpdatedMessage' => [=> [=> 'App\\MessageHandler\\LocationUpdatedHandler'=> []]], 'App\\Message\\LoginCredentialsUpdatedMessage' => [=> [=> 'App\\MessageHandler\\LoginCredentialsUpdatedMessageHandler'=> []]], 'App\\Message\\User\\ImportUsersDevelopersMessage' => [=> [=> 'App\\MessageHandler\\User\\ImportUsersDevelopersMessageHandler'=> []]], 'App\\Message\\User\\NewAccountMessage' => [=> [=> 'App\\MessageHandler\\User\\NewAccountMessageHandler'=> []]], 'App\\Message\\User\\UpdateClientServedCountForUserMessage' => [=> [=> 'App\\MessageHandler\\User\\UpdateClientServedCountForUserMessageHandler'=> []]], 'App\\Message\\User\\UserSegmentMessage' => [=> [=> 'App\\MessageHandler\\User\\UserSegmentHandler'=> []]], 'App\\Message\\UserGroupUpdatedMessage' => [=> [=> 'App\\MessageHandler\\UserGroupUpdatedHandler'=> []]], 'Aqarmap\\Bundle\\UserBundle\\Message\\CreateLead' => [=> [=> 'Aqarmap\\Bundle\\UserBundle\\MessageHandler\\NewLeadPushNotificationHandler'=> []]], 'Aqarmap\\Bundle\\ListingBundle\\Message\\Search' => [=> [=> 'Aqarmap\\Bundle\\ListingBundle\\MessageHandler\\BuyerAlertsSubscribeHandler'=> []]], 'Aqarmap\\Bundle\\ListingBundle\\Message\\ParentListingUpdated' => [=> [=> 'Aqarmap\\Bundle\\ListingBundle\\MessageHandler\\ListingChildrenUpdateHandler'=> []]], 'Aqarmap\\Bundle\\ListingBundle\\Message\\ListingDeleted' => [=> [=> 'Aqarmap\\Bundle\\ListingBundle\\MessageHandler\\ListingFeaturingExpirationHandler'=> []]], 'Aqarmap\\Bundle\\ListingBundle\\Message\\ListingInteractions' => [=> [=> 'Aqarmap\\Bundle\\ListingBundle\\MessageHandler\\ListingInteractionsHandler'=> []]], 'Symfony\\Component\\Mailer\\Messenger\\SendEmailMessage' => [=> [=> 'mailer.messenger.message_handler'=> []]], 'Presta\\SitemapBundle\\Messenger\\DumpSitemapMessage' => [=> [=> 'presta_sitemap.messenger.message_handler'=> []]]]]);
  28037.         $instance->setName('debug:messenger');
  28038.         $instance->setDescription('List messages you can dispatch using the message buses');
  28039.         return $instance;
  28040.     }
  28041.     /**
  28042.      * Gets the private 'console.command.messenger_failed_messages_remove' shared service.
  28043.      *
  28044.      * @return \Symfony\Component\Messenger\Command\FailedMessagesRemoveCommand
  28045.      */
  28046.     protected function getConsole_Command_MessengerFailedMessagesRemoveService()
  28047.     {
  28048.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28049.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/AbstractFailedMessagesCommand.php';
  28050.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/FailedMessagesRemoveCommand.php';
  28051.         $this->privates['console.command.messenger_failed_messages_remove'] = $instance = new \Symfony\Component\Messenger\Command\FailedMessagesRemoveCommand('failed', ($this->privates['.service_locator.gy5S5Qw'] ?? $this->get_ServiceLocator_Gy5S5QwService()));
  28052.         $instance->setName('messenger:failed:remove');
  28053.         $instance->setDescription('Remove given messages from the failure transport');
  28054.         return $instance;
  28055.     }
  28056.     /**
  28057.      * Gets the private 'console.command.messenger_failed_messages_retry' shared service.
  28058.      *
  28059.      * @return \Symfony\Component\Messenger\Command\FailedMessagesRetryCommand
  28060.      */
  28061.     protected function getConsole_Command_MessengerFailedMessagesRetryService()
  28062.     {
  28063.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28064.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/AbstractFailedMessagesCommand.php';
  28065.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/FailedMessagesRetryCommand.php';
  28066.         $this->privates['console.command.messenger_failed_messages_retry'] = $instance = new \Symfony\Component\Messenger\Command\FailedMessagesRetryCommand('failed', ($this->privates['.service_locator.gy5S5Qw'] ?? $this->get_ServiceLocator_Gy5S5QwService()), ($this->privates['messenger.routable_message_bus'] ?? $this->getMessenger_RoutableMessageBusService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  28067.         $instance->setName('messenger:failed:retry');
  28068.         $instance->setDescription('Retry one or more messages from the failure transport');
  28069.         return $instance;
  28070.     }
  28071.     /**
  28072.      * Gets the private 'console.command.messenger_failed_messages_show' shared service.
  28073.      *
  28074.      * @return \Symfony\Component\Messenger\Command\FailedMessagesShowCommand
  28075.      */
  28076.     protected function getConsole_Command_MessengerFailedMessagesShowService()
  28077.     {
  28078.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28079.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/AbstractFailedMessagesCommand.php';
  28080.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/FailedMessagesShowCommand.php';
  28081.         $this->privates['console.command.messenger_failed_messages_show'] = $instance = new \Symfony\Component\Messenger\Command\FailedMessagesShowCommand('failed', ($this->privates['.service_locator.gy5S5Qw'] ?? $this->get_ServiceLocator_Gy5S5QwService()));
  28082.         $instance->setName('messenger:failed:show');
  28083.         $instance->setDescription('Show one or more messages from the failure transport');
  28084.         return $instance;
  28085.     }
  28086.     /**
  28087.      * Gets the private 'console.command.messenger_setup_transports' shared service.
  28088.      *
  28089.      * @return \Symfony\Component\Messenger\Command\SetupTransportsCommand
  28090.      */
  28091.     protected function getConsole_Command_MessengerSetupTransportsService()
  28092.     {
  28093.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28094.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/SetupTransportsCommand.php';
  28095.         $this->privates['console.command.messenger_setup_transports'] = $instance = new \Symfony\Component\Messenger\Command\SetupTransportsCommand(($this->privates['messenger.receiver_locator'] ?? $this->getMessenger_ReceiverLocatorService()), [=> 'default'=> 'mailer'=> 'interactions'=> 'fasttrack'=> 'external'=> 'failed'=> 'failed_mailer']);
  28096.         $instance->setName('messenger:setup-transports');
  28097.         $instance->setDescription('Prepare the required infrastructure for the transport');
  28098.         return $instance;
  28099.     }
  28100.     /**
  28101.      * Gets the private 'console.command.messenger_stop_workers' shared service.
  28102.      *
  28103.      * @return \Symfony\Component\Messenger\Command\StopWorkersCommand
  28104.      */
  28105.     protected function getConsole_Command_MessengerStopWorkersService()
  28106.     {
  28107.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28108.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/StopWorkersCommand.php';
  28109.         $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()));
  28110.         $instance->setName('messenger:stop-workers');
  28111.         $instance->setDescription('Stop workers after their current message');
  28112.         return $instance;
  28113.     }
  28114.     /**
  28115.      * Gets the private 'console.command.router_debug' shared service.
  28116.      *
  28117.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  28118.      */
  28119.     protected function getConsole_Command_RouterDebugService()
  28120.     {
  28121.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28122.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  28123.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  28124.         $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()));
  28125.         $instance->setName('debug:router');
  28126.         $instance->setDescription('Display current routes for an application');
  28127.         return $instance;
  28128.     }
  28129.     /**
  28130.      * Gets the private 'console.command.router_match' shared service.
  28131.      *
  28132.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  28133.      */
  28134.     protected function getConsole_Command_RouterMatchService()
  28135.     {
  28136.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28137.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  28138.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()), new RewindableGenerator(function () {
  28139.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  28140.         }, 1));
  28141.         $instance->setName('router:match');
  28142.         $instance->setDescription('Help debug routes by simulating a path info match');
  28143.         return $instance;
  28144.     }
  28145.     /**
  28146.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  28147.      *
  28148.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  28149.      */
  28150.     protected function getConsole_Command_SecretsDecryptToLocalService()
  28151.     {
  28152.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28153.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  28154.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  28155.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  28156.         $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')))));
  28157.         $instance->setName('secrets:decrypt-to-local');
  28158.         $instance->setDescription('Decrypt all secrets and stores them in the local vault');
  28159.         return $instance;
  28160.     }
  28161.     /**
  28162.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  28163.      *
  28164.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  28165.      */
  28166.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  28167.     {
  28168.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28169.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  28170.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  28171.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  28172.         $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')))));
  28173.         $instance->setName('secrets:encrypt-from-local');
  28174.         $instance->setDescription('Encrypt all local secrets to the vault');
  28175.         return $instance;
  28176.     }
  28177.     /**
  28178.      * Gets the private 'console.command.secrets_generate_key' shared service.
  28179.      *
  28180.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  28181.      */
  28182.     protected function getConsole_Command_SecretsGenerateKeyService()
  28183.     {
  28184.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28185.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  28186.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  28187.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  28188.         $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')))));
  28189.         $instance->setName('secrets:generate-keys');
  28190.         $instance->setDescription('Generate new encryption keys');
  28191.         return $instance;
  28192.     }
  28193.     /**
  28194.      * Gets the private 'console.command.secrets_list' shared service.
  28195.      *
  28196.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  28197.      */
  28198.     protected function getConsole_Command_SecretsListService()
  28199.     {
  28200.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28201.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  28202.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  28203.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  28204.         $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')))));
  28205.         $instance->setName('secrets:list');
  28206.         $instance->setDescription('List all secrets');
  28207.         return $instance;
  28208.     }
  28209.     /**
  28210.      * Gets the private 'console.command.secrets_remove' shared service.
  28211.      *
  28212.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  28213.      */
  28214.     protected function getConsole_Command_SecretsRemoveService()
  28215.     {
  28216.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28217.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  28218.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  28219.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  28220.         $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')))));
  28221.         $instance->setName('secrets:remove');
  28222.         $instance->setDescription('Remove a secret from the vault');
  28223.         return $instance;
  28224.     }
  28225.     /**
  28226.      * Gets the private 'console.command.secrets_set' shared service.
  28227.      *
  28228.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  28229.      */
  28230.     protected function getConsole_Command_SecretsSetService()
  28231.     {
  28232.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28233.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  28234.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  28235.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  28236.         $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')))));
  28237.         $instance->setName('secrets:set');
  28238.         $instance->setDescription('Set a secret in the vault');
  28239.         return $instance;
  28240.     }
  28241.     /**
  28242.      * Gets the private 'console.command.translation_debug' shared service.
  28243.      *
  28244.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  28245.      */
  28246.     protected function getConsole_Command_TranslationDebugService()
  28247.     {
  28248.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28249.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  28250.         $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/friendsofsymfony/user-bundle/Resources/translations'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations')], [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'), => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Resources/views'), => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Resources/views'), => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Resources/views'), => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/NeighborhoodBundle/Resources/views'), => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/DiscussionBundle/Resources/views'), => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/SearchBundle/Resources/views'), => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/CRMBundle/Resources/views'), => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/BuyerAlertsBundle/Resources/views'), => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Resources/views'), 10 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Resources/views'), 11 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 12 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'), 13 => (\dirname(__DIR__4).'/src/App/Command/Listing/SendListingAvailabilityReminderEmailCommand.php'), 14 => (\dirname(__DIR__4).'/src/App/Service/Listing/ListingAvailabilityEmailingService.php'), 15 => (\dirname(__DIR__4).'/src/App/Command/Subscriptions/renewUserSubscriptionsCommand.php'), 16 => (\dirname(__DIR__4).'/src/App/Service/Lead/LeadContactRequestService.php'), 17 => (\dirname(__DIR__4).'/src/App/Service/Lead/LeadService.php'), 18 => (\dirname(__DIR__4).'/src/App/Service/Subscriptions/SubscriptionEmailingService.php'), 19 => (\dirname(__DIR__4).'/src/App/Service/User/SubAccountService.php'), 20 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Controller/Admin/TeamController.php'), 21 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Controller/Admin/UserController.php'), 22 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Controller/Admin/UserSubAccountController.php'), 23 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Controller/Api/UserController.php'), 24 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Controller/Api/V3/UserController.php'), 25 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Controller/Api/V4/UserController.php'), 26 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Controller/ExternalProfileController.php'), 27 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Controller/PersonalInfoController.php'), 28 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Controller/QuickRegistrationController.php'), 29 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Controller/UserController.php'), 30 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/EventListener/ConfigureMenuEventSubscriber.php'), 31 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/EventListener/SwitchUserSubscriber.php'), 32 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Services/UserManager.php'), 33 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Adapter/MailerService.php'), 34 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Command/MoonshotCacheWarmerCommand.php'), 35 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Service/JoinUsService.php'), 36 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Admin/TestimonialController.php'), 37 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Service/HomeSubMenuService.php'), 38 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/DefaultController.php'), 39 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/FeedbackController.php'), 40 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/JoinUsController.php'), 41 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/EventListener/FeedbackListener.php'), 42 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/EventListener/SiteMapListener.php'), 43 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Listener/ConfigureMenuEventSubscriber.php'), 44 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Menu/MenuBuilder.php'), 45 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Service/MenuBuilderService.php'), 46 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Service/Setting.php'), 47 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Builder/MetaTagsBuilder.php'), 48 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Command/AutoBumpUpListingsCommand.php'), 49 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Command/CallRequestCommand.php'), 50 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Command/ListingNotificationCommand.php'), 51 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Command/ProjectReportCommand.php'), 52 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Admin/LeadsController.php'), 53 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Admin/ListingController.php'), 54 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/ListBuilder.php'), 55 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Admin/ListingPendingFeaturingController.php'), 56 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Admin/LocationController.php'), 57 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Api/CustomFieldController.php'), 58 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Api/LeadController.php'), 59 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Api/ListingController.php'), 60 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/NewsFeed/ListingNewsFeed.php'), 61 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Api/RateController.php'), 62 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Api/V3/ListingController.php'), 63 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/V3/ListingDepthProductsService.php'), 64 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Traits/EntityManagerAwareTrait.php'), 65 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Api/V3/RateController.php'), 66 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/V4/ConditionalFieldService.php'), 67 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/V4/ListingFilters.php'), 68 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Traits/Filterable.php'), 69 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Api/V4/ListingController.php'), 70 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/V4/ListingStatisticService.php'), 71 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/DefaultController.php'), 72 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/LeadController.php'), 73 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/ListingController.php'), 74 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/SearchBundle/Services/CompoundFaqsService.php'), 75 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/TransactionController.php'), 76 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/EventListener/ConfigureMenuEventSubscriber.php'), 77 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/EventListener/LeadPreSerializerSubscriber.php'), 78 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/EventListener/LeadSubscribeListener.php'), 79 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/EventListener/ListingPreSerializerListener.php'), 80 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/EventListener/ListingRuleListener.php'), 81 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/EventListener/ListingStatusListener.php'), 82 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Model/ShowPhoneNumberEmailBodyBuilder.php'), 83 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/CallRequestManager.php'), 84 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/CompoundService.php'), 85 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/LeadService.php'), 86 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/LeadValidationService.php'), 87 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/WhatsappEmailService.php'), 88 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/LeadsCRMService.php'), 89 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/LeadsInsightsService.php'), 90 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/ListingFeatureService.php'), 91 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/ListingManager.php'), 92 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Service/NumberToWord.php'), 93 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/ListingRateService.php'), 94 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/LocationManager.php'), 95 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/SearchBundle/Services/ElasticListingSearch/RelatedListingSearch.php'), 96 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/ReviewService.php'), 97 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/ScrapedListingService.php'), 98 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/TopCustomerService.php'), 99 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/V4/ListingService.php'), 100 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Menu/Builder.php'), 101 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/MessageBundle/Command/MessageCommand.php'), 102 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Controller/Admin/CreditPackageController.php'), 103 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Controller/Admin/FaqController.php'), 104 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/EventListener/ConfigureMenuEventSubscriber.php'), 105 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Services/TransferValidator.php'), 106 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Services/CreditManager.php'), 107 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/PaymentBundle/Service/PaymentManager.php'), 108 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/NotifierBundle/Controller/DefaultController.php'), 109 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/BuyerAlertsBundle/Command/BuyerAlertsCommand.php'), 110 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/BuyerAlertsBundle/Command/SendRecentListingsEmailCommand.php'), 111 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/BuyerAlertsBundle/Controller/BuyerAlertsController.php'), 112 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/BuyerAlertsBundle/Service/BuyerAlertsEmailingService.php'), 113 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/MortgageBundle/Controller/DefaultController.php'), 114 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/MortgageBundle/EventListener/MortgageSubscribeListener.php'), 115 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/NeighborhoodBundle/Command/DiscussionInterestsNotificationCommand.php'), 116 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/NeighborhoodBundle/Controller/DefaultController.php'), 117 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/NeighborhoodBundle/EventListener/ConfigureMenuEventSubscriber.php'), 118 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/NeighborhoodBundle/Menu/MenuBuilder.php'), 119 => (\dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php'), 120 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/DiscussionBundle/Controller/CommentController.php'), 121 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/DiscussionBundle/Controller/DiscussionController.php'), 122 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/DiscussionBundle/Form/DiscussionType.php'), 123 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/DiscussionBundle/Service/DiscussionManager.php'), 124 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/CRMBundle/Controller/Admin/CompanyController.php'), 125 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/CustomerProfilingBundle/Controller/Admin/DynamicQuestionController.php'), 126 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/CustomerProfilingBundle/Controller/AnnualSurveyController.php'), 127 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/CustomerProfilingBundle/EventListener/CustomerProfilingListener.php'), 128 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/CustomerProfilingBundle/Services/CustomerProfilingService.php'), 129 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ExchangeBundle/Controller/Api/ExchangeRequestController.php'), 130 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/PaymentBundle/Controller/Admin/PaymentController.php'), 131 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/PaymentBundle/Controller/Api/PaymentController.php'), 132 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/SearchBundle/Factory/LongTailFactory.php'), 133 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/SearchBundle/Services/ElasticListingSearch/CountListingSearch.php'), 134 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/SearchBundle/Services/ElasticListingSearch/DefaultListingSearch.php'), 135 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ValueEngineBundle/Service/ValueEngineService.php'), 136 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/OTPBundle/Controller/Api/V4/OtpController.php'), 137 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/OTPBundle/Service/OtpService.php'), 138 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), 139 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 140 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), 141 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), 142 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), 143 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php'), 144 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 145 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 146 => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), 147 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/EventListener/FlashListener.php'), 148 => (\dirname(__DIR__4).'/vendor/jms/i18n-routing-bundle/JMS/I18nRoutingBundle/Router/DefaultPatternGenerationStrategy.php'), 149 => (\dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle/Controller/Controller.php'), 150 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/MessageHandler/NewLeadPushNotificationHandler.php'), 151 => (\dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/FormErrorHandler.php'), 152 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Controller/RegistrationController.php'), 153 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 154 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 155 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 156 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php'), 157 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Twig/UserServiceExtension.php'), 158 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Twig/ParseSearchCriteria.php'), 159 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/V4/CompoundlocationLinksBuilderService.php'), 160 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Twig/CreditExtension.php'), 161 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/CustomerProfilingBundle/Twig/CustomerProfilingExtension.php'), 162 => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php')], []);
  28251.         $instance->setName('debug:translation');
  28252.         $instance->setDescription('Display translation messages information');
  28253.         return $instance;
  28254.     }
  28255.     /**
  28256.      * Gets the private 'console.command.translation_extract' shared service.
  28257.      *
  28258.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  28259.      */
  28260.     protected function getConsole_Command_TranslationExtractService()
  28261.     {
  28262.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28263.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  28264.         $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()), 'ar', (\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/friendsofsymfony/user-bundle/Resources/translations'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations')], [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'), => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Resources/views'), => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Resources/views'), => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Resources/views'), => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/NeighborhoodBundle/Resources/views'), => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/DiscussionBundle/Resources/views'), => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/SearchBundle/Resources/views'), => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/CRMBundle/Resources/views'), => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/BuyerAlertsBundle/Resources/views'), => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Resources/views'), 10 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Resources/views'), 11 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 12 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'), 13 => (\dirname(__DIR__4).'/src/App/Command/Listing/SendListingAvailabilityReminderEmailCommand.php'), 14 => (\dirname(__DIR__4).'/src/App/Service/Listing/ListingAvailabilityEmailingService.php'), 15 => (\dirname(__DIR__4).'/src/App/Command/Subscriptions/renewUserSubscriptionsCommand.php'), 16 => (\dirname(__DIR__4).'/src/App/Service/Lead/LeadContactRequestService.php'), 17 => (\dirname(__DIR__4).'/src/App/Service/Lead/LeadService.php'), 18 => (\dirname(__DIR__4).'/src/App/Service/Subscriptions/SubscriptionEmailingService.php'), 19 => (\dirname(__DIR__4).'/src/App/Service/User/SubAccountService.php'), 20 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Controller/Admin/TeamController.php'), 21 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Controller/Admin/UserController.php'), 22 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Controller/Admin/UserSubAccountController.php'), 23 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Controller/Api/UserController.php'), 24 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Controller/Api/V3/UserController.php'), 25 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Controller/Api/V4/UserController.php'), 26 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Controller/ExternalProfileController.php'), 27 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Controller/PersonalInfoController.php'), 28 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Controller/QuickRegistrationController.php'), 29 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Controller/UserController.php'), 30 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/EventListener/ConfigureMenuEventSubscriber.php'), 31 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/EventListener/SwitchUserSubscriber.php'), 32 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Services/UserManager.php'), 33 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Adapter/MailerService.php'), 34 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Command/MoonshotCacheWarmerCommand.php'), 35 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Service/JoinUsService.php'), 36 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Admin/TestimonialController.php'), 37 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Service/HomeSubMenuService.php'), 38 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/DefaultController.php'), 39 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/FeedbackController.php'), 40 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/JoinUsController.php'), 41 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/EventListener/FeedbackListener.php'), 42 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/EventListener/SiteMapListener.php'), 43 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Listener/ConfigureMenuEventSubscriber.php'), 44 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Menu/MenuBuilder.php'), 45 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Service/MenuBuilderService.php'), 46 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Service/Setting.php'), 47 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Builder/MetaTagsBuilder.php'), 48 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Command/AutoBumpUpListingsCommand.php'), 49 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Command/CallRequestCommand.php'), 50 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Command/ListingNotificationCommand.php'), 51 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Command/ProjectReportCommand.php'), 52 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Admin/LeadsController.php'), 53 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Admin/ListingController.php'), 54 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/ListBuilder.php'), 55 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Admin/ListingPendingFeaturingController.php'), 56 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Admin/LocationController.php'), 57 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Api/CustomFieldController.php'), 58 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Api/LeadController.php'), 59 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Api/ListingController.php'), 60 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/NewsFeed/ListingNewsFeed.php'), 61 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Api/RateController.php'), 62 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Api/V3/ListingController.php'), 63 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/V3/ListingDepthProductsService.php'), 64 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Traits/EntityManagerAwareTrait.php'), 65 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Api/V3/RateController.php'), 66 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/V4/ConditionalFieldService.php'), 67 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/V4/ListingFilters.php'), 68 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Traits/Filterable.php'), 69 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Api/V4/ListingController.php'), 70 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/V4/ListingStatisticService.php'), 71 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/DefaultController.php'), 72 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/LeadController.php'), 73 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/ListingController.php'), 74 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/SearchBundle/Services/CompoundFaqsService.php'), 75 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/TransactionController.php'), 76 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/EventListener/ConfigureMenuEventSubscriber.php'), 77 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/EventListener/LeadPreSerializerSubscriber.php'), 78 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/EventListener/LeadSubscribeListener.php'), 79 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/EventListener/ListingPreSerializerListener.php'), 80 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/EventListener/ListingRuleListener.php'), 81 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/EventListener/ListingStatusListener.php'), 82 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Model/ShowPhoneNumberEmailBodyBuilder.php'), 83 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/CallRequestManager.php'), 84 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/CompoundService.php'), 85 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/LeadService.php'), 86 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/LeadValidationService.php'), 87 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/WhatsappEmailService.php'), 88 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/LeadsCRMService.php'), 89 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/LeadsInsightsService.php'), 90 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/ListingFeatureService.php'), 91 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/ListingManager.php'), 92 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Service/NumberToWord.php'), 93 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/ListingRateService.php'), 94 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/LocationManager.php'), 95 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/SearchBundle/Services/ElasticListingSearch/RelatedListingSearch.php'), 96 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/ReviewService.php'), 97 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/ScrapedListingService.php'), 98 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/TopCustomerService.php'), 99 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/V4/ListingService.php'), 100 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Menu/Builder.php'), 101 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/MessageBundle/Command/MessageCommand.php'), 102 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Controller/Admin/CreditPackageController.php'), 103 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Controller/Admin/FaqController.php'), 104 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/EventListener/ConfigureMenuEventSubscriber.php'), 105 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Services/TransferValidator.php'), 106 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Services/CreditManager.php'), 107 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/PaymentBundle/Service/PaymentManager.php'), 108 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/NotifierBundle/Controller/DefaultController.php'), 109 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/BuyerAlertsBundle/Command/BuyerAlertsCommand.php'), 110 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/BuyerAlertsBundle/Command/SendRecentListingsEmailCommand.php'), 111 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/BuyerAlertsBundle/Controller/BuyerAlertsController.php'), 112 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/BuyerAlertsBundle/Service/BuyerAlertsEmailingService.php'), 113 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/MortgageBundle/Controller/DefaultController.php'), 114 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/MortgageBundle/EventListener/MortgageSubscribeListener.php'), 115 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/NeighborhoodBundle/Command/DiscussionInterestsNotificationCommand.php'), 116 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/NeighborhoodBundle/Controller/DefaultController.php'), 117 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/NeighborhoodBundle/EventListener/ConfigureMenuEventSubscriber.php'), 118 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/NeighborhoodBundle/Menu/MenuBuilder.php'), 119 => (\dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php'), 120 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/DiscussionBundle/Controller/CommentController.php'), 121 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/DiscussionBundle/Controller/DiscussionController.php'), 122 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/DiscussionBundle/Form/DiscussionType.php'), 123 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/DiscussionBundle/Service/DiscussionManager.php'), 124 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/CRMBundle/Controller/Admin/CompanyController.php'), 125 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/CustomerProfilingBundle/Controller/Admin/DynamicQuestionController.php'), 126 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/CustomerProfilingBundle/Controller/AnnualSurveyController.php'), 127 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/CustomerProfilingBundle/EventListener/CustomerProfilingListener.php'), 128 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/CustomerProfilingBundle/Services/CustomerProfilingService.php'), 129 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ExchangeBundle/Controller/Api/ExchangeRequestController.php'), 130 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/PaymentBundle/Controller/Admin/PaymentController.php'), 131 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/PaymentBundle/Controller/Api/PaymentController.php'), 132 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/SearchBundle/Factory/LongTailFactory.php'), 133 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/SearchBundle/Services/ElasticListingSearch/CountListingSearch.php'), 134 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/SearchBundle/Services/ElasticListingSearch/DefaultListingSearch.php'), 135 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ValueEngineBundle/Service/ValueEngineService.php'), 136 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/OTPBundle/Controller/Api/V4/OtpController.php'), 137 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/OTPBundle/Service/OtpService.php'), 138 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), 139 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 140 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), 141 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), 142 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), 143 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php'), 144 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 145 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 146 => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), 147 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/EventListener/FlashListener.php'), 148 => (\dirname(__DIR__4).'/vendor/jms/i18n-routing-bundle/JMS/I18nRoutingBundle/Router/DefaultPatternGenerationStrategy.php'), 149 => (\dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle/Controller/Controller.php'), 150 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/MessageHandler/NewLeadPushNotificationHandler.php'), 151 => (\dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/FormErrorHandler.php'), 152 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Controller/RegistrationController.php'), 153 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 154 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 155 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 156 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php'), 157 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Twig/UserServiceExtension.php'), 158 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Twig/ParseSearchCriteria.php'), 159 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/V4/CompoundlocationLinksBuilderService.php'), 160 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Twig/CreditExtension.php'), 161 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/CustomerProfilingBundle/Twig/CustomerProfilingExtension.php'), 162 => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php')], []);
  28265.         $instance->setName('translation:extract');
  28266.         $instance->setAliases([=> 'translation:update']);
  28267.         $instance->setDescription('Extract missing translations keys from code to translation files.');
  28268.         return $instance;
  28269.     }
  28270.     /**
  28271.      * Gets the private 'console.command.translation_pull' shared service.
  28272.      *
  28273.      * @return \Symfony\Component\Translation\Command\TranslationPullCommand
  28274.      */
  28275.     protected function getConsole_Command_TranslationPullService()
  28276.     {
  28277.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28278.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  28279.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPullCommand.php';
  28280.         $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()), 'ar', [], []);
  28281.         $instance->setName('translation:pull');
  28282.         $instance->setDescription('Pull translations from a given provider.');
  28283.         return $instance;
  28284.     }
  28285.     /**
  28286.      * Gets the private 'console.command.translation_push' shared service.
  28287.      *
  28288.      * @return \Symfony\Component\Translation\Command\TranslationPushCommand
  28289.      */
  28290.     protected function getConsole_Command_TranslationPushService()
  28291.     {
  28292.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28293.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  28294.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPushCommand.php';
  28295.         $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()), [], []);
  28296.         $instance->setName('translation:push');
  28297.         $instance->setDescription('Push translations to a given provider.');
  28298.         return $instance;
  28299.     }
  28300.     /**
  28301.      * Gets the private 'console.command.validator_debug' shared service.
  28302.      *
  28303.      * @return \Symfony\Component\Validator\Command\DebugCommand
  28304.      */
  28305.     protected function getConsole_Command_ValidatorDebugService()
  28306.     {
  28307.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28308.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Command/DebugCommand.php';
  28309.         $this->privates['console.command.validator_debug'] = $instance = new \Symfony\Component\Validator\Command\DebugCommand(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  28310.         $instance->setName('debug:validator');
  28311.         $instance->setDescription('Display validation constraints for classes');
  28312.         return $instance;
  28313.     }
  28314.     /**
  28315.      * Gets the private 'console.command.xliff_lint' shared service.
  28316.      *
  28317.      * @return \Symfony\Component\Translation\Command\XliffLintCommand
  28318.      */
  28319.     protected function getConsole_Command_XliffLintService()
  28320.     {
  28321.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28322.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  28323.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Component\Translation\Command\XliffLintCommand();
  28324.         $instance->setName('lint:xliff');
  28325.         $instance->setDescription('Lint an XLIFF file and outputs encountered errors');
  28326.         return $instance;
  28327.     }
  28328.     /**
  28329.      * Gets the private 'console.command.yaml_lint' shared service.
  28330.      *
  28331.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  28332.      */
  28333.     protected function getConsole_Command_YamlLintService()
  28334.     {
  28335.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28336.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  28337.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  28338.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  28339.         $instance->setName('lint:yaml');
  28340.         $instance->setDescription('Lint a YAML file and outputs encountered errors');
  28341.         return $instance;
  28342.     }
  28343.     /**
  28344.      * Gets the private 'console.error_listener' shared service.
  28345.      *
  28346.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  28347.      */
  28348.     protected function getConsole_ErrorListenerService()
  28349.     {
  28350.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  28351.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  28352.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  28353.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  28354.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  28355.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  28356.     }
  28357.     /**
  28358.      * Gets the private 'container.env_var_processor' shared service.
  28359.      *
  28360.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  28361.      */
  28362.     protected function getContainer_EnvVarProcessorService()
  28363.     {
  28364.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  28365.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  28366.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  28367.             yield => ($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService());
  28368.         }, 1));
  28369.     }
  28370.     /**
  28371.      * Gets the private 'container.getenv' shared service.
  28372.      *
  28373.      * @return \Closure
  28374.      */
  28375.     protected function getContainer_GetenvService()
  28376.     {
  28377.         return $this->privates['container.getenv'] = \Closure::fromCallable([=> $this=> 'getEnv']);
  28378.     }
  28379.     /**
  28380.      * Gets the private 'data_collector.form' shared service.
  28381.      *
  28382.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  28383.      */
  28384.     protected function getDataCollector_FormService()
  28385.     {
  28386.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  28387.     }
  28388.     /**
  28389.      * Gets the private 'data_collector.request' shared service.
  28390.      *
  28391.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  28392.      */
  28393.     protected function getDataCollector_RequestService()
  28394.     {
  28395.         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())));
  28396.     }
  28397.     /**
  28398.      * Gets the private 'data_collector.request.session_collector' shared service.
  28399.      *
  28400.      * @return \Closure
  28401.      */
  28402.     protected function getDataCollector_Request_SessionCollectorService()
  28403.     {
  28404.         return $this->privates['data_collector.request.session_collector'] = \Closure::fromCallable([=> ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()), => 'collectSessionUsage']);
  28405.     }
  28406.     /**
  28407.      * Gets the private 'debug.argument_resolver.default' shared service.
  28408.      *
  28409.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  28410.      */
  28411.     protected function getDebug_ArgumentResolver_DefaultService()
  28412.     {
  28413.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  28414.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  28415.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  28416.         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))));
  28417.     }
  28418.     /**
  28419.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  28420.      *
  28421.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  28422.      */
  28423.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  28424.     {
  28425.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  28426.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  28427.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  28428.         $a = ($this->privates['.service_locator.RPD33j5'] ?? $this->get_ServiceLocator_RPD33j5Service());
  28429.         if (isset($this->privates['debug.argument_resolver.not_tagged_controller'])) {
  28430.             return $this->privates['debug.argument_resolver.not_tagged_controller'];
  28431.         }
  28432.         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))));
  28433.     }
  28434.     /**
  28435.      * Gets the private 'debug.argument_resolver.request' shared service.
  28436.      *
  28437.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  28438.      */
  28439.     protected function getDebug_ArgumentResolver_RequestService()
  28440.     {
  28441.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  28442.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  28443.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  28444.         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))));
  28445.     }
  28446.     /**
  28447.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  28448.      *
  28449.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  28450.      */
  28451.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  28452.     {
  28453.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  28454.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  28455.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  28456.         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))));
  28457.     }
  28458.     /**
  28459.      * Gets the private 'debug.argument_resolver.service' shared service.
  28460.      *
  28461.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  28462.      */
  28463.     protected function getDebug_ArgumentResolver_ServiceService()
  28464.     {
  28465.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  28466.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  28467.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  28468.         $a = ($this->privates['.service_locator.RPD33j5'] ?? $this->get_ServiceLocator_RPD33j5Service());
  28469.         if (isset($this->privates['debug.argument_resolver.service'])) {
  28470.             return $this->privates['debug.argument_resolver.service'];
  28471.         }
  28472.         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))));
  28473.     }
  28474.     /**
  28475.      * Gets the private 'debug.argument_resolver.session' shared service.
  28476.      *
  28477.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  28478.      */
  28479.     protected function getDebug_ArgumentResolver_SessionService()
  28480.     {
  28481.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  28482.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  28483.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  28484.         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))));
  28485.     }
  28486.     /**
  28487.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  28488.      *
  28489.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  28490.      */
  28491.     protected function getDebug_ArgumentResolver_VariadicService()
  28492.     {
  28493.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  28494.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  28495.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  28496.         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))));
  28497.     }
  28498.     /**
  28499.      * Gets the private 'debug.debug_handlers_listener' shared service.
  28500.      *
  28501.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  28502.      */
  28503.     protected function getDebug_DebugHandlersListenerService()
  28504.     {
  28505.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  28506.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  28507.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  28508.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  28509.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  28510.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrue, ($this->services['monolog.logger.deprecation'] ?? $this->getMonolog_Logger_DeprecationService()));
  28511.     }
  28512.     /**
  28513.      * Gets the private 'debug.dump_listener' shared service.
  28514.      *
  28515.      * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  28516.      */
  28517.     protected function getDebug_DumpListenerService()
  28518.     {
  28519.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
  28520.         return $this->privates['debug.dump_listener'] = new \Symfony\Component\HttpKernel\EventListener\DumpListener(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), ($this->privates['var_dumper.contextualized_cli_dumper'] ?? $this->getVarDumper_ContextualizedCliDumperService()), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
  28521.     }
  28522.     /**
  28523.      * Gets the private 'debug.file_link_formatter' shared service.
  28524.      *
  28525.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  28526.      */
  28527.     protected function getDebug_FileLinkFormatterService()
  28528.     {
  28529.         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 () {
  28530.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  28531.         });
  28532.     }
  28533.     /**
  28534.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  28535.      *
  28536.      * @return \string
  28537.      */
  28538.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  28539.     {
  28540.         return $this->privates['debug.file_link_formatter.url_format'] = \Symfony\Component\HttpKernel\Debug\FileLinkFormatter::generateUrlFormat(($this->services['router'] ?? $this->getRouterService()), '_profiler_open_file''?file=%f&line=%l#line%l');
  28541.     }
  28542.     /**
  28543.      * Gets the private 'debug.log_processor' shared service.
  28544.      *
  28545.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  28546.      */
  28547.     protected function getDebug_LogProcessorService()
  28548.     {
  28549.         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())));
  28550.     }
  28551.     /**
  28552.      * Gets the private 'debug.security.access.decision_manager' shared service.
  28553.      *
  28554.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  28555.      */
  28556.     protected function getDebug_Security_Access_DecisionManagerService()
  28557.     {
  28558.         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 () {
  28559.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  28560.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService());
  28561.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  28562.             yield => ($this->privates['debug.security.voter.App\\Security\\ListingOwnerVoter'] ?? $this->getListingOwnerVoterService());
  28563.             yield => ($this->privates['debug.security.voter.Aqarmap\\Bundle\\UserBundle\\Security\\Authorization\\Voter\\NonIndividualVoter'] ?? $this->getNonIndividualVoterService());
  28564.             yield => ($this->privates['debug.security.voter.Aqarmap\\Bundle\\ListingBundle\\Security\\Authorization\\Voter\\OwnerVoter'] ?? $this->getOwnerVoterService());
  28565.         }, 6), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  28566.     }
  28567.     /**
  28568.      * Gets the private 'debug.security.firewall' shared service.
  28569.      *
  28570.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  28571.      */
  28572.     protected function getDebug_Security_FirewallService()
  28573.     {
  28574.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  28575.         if (isset($this->privates['debug.security.firewall'])) {
  28576.             return $this->privates['debug.security.firewall'];
  28577.         }
  28578.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  28579.         if (isset($this->privates['debug.security.firewall'])) {
  28580.             return $this->privates['debug.security.firewall'];
  28581.         }
  28582.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  28583.     }
  28584.     /**
  28585.      * Gets the private 'debug.security.user_value_resolver' shared service.
  28586.      *
  28587.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  28588.      */
  28589.     protected function getDebug_Security_UserValueResolverService()
  28590.     {
  28591.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  28592.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  28593.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  28594.         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))));
  28595.     }
  28596.     /**
  28597.      * Gets the private 'debug.security.voter.App\Security\ListingOwnerVoter' shared service.
  28598.      *
  28599.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  28600.      */
  28601.     protected function getListingOwnerVoterService()
  28602.     {
  28603.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  28604.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  28605.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  28606.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  28607.         include_once \dirname(__DIR__4).'/src/App/Security/ListingOwnerVoter.php';
  28608.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  28609.         if (isset($this->privates['debug.security.voter.App\\Security\\ListingOwnerVoter'])) {
  28610.             return $this->privates['debug.security.voter.App\\Security\\ListingOwnerVoter'];
  28611.         }
  28612.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  28613.         if (isset($this->privates['debug.security.voter.App\\Security\\ListingOwnerVoter'])) {
  28614.             return $this->privates['debug.security.voter.App\\Security\\ListingOwnerVoter'];
  28615.         }
  28616.         return $this->privates['debug.security.voter.App\\Security\\ListingOwnerVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\ListingOwnerVoter($a), $b);
  28617.     }
  28618.     /**
  28619.      * Gets the private 'debug.security.voter.Aqarmap\Bundle\ListingBundle\Security\Authorization\Voter\OwnerVoter' shared service.
  28620.      *
  28621.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  28622.      */
  28623.     protected function getOwnerVoterService()
  28624.     {
  28625.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  28626.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  28627.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  28628.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  28629.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Security/Authorization/Voter/OwnerVoter.php';
  28630.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  28631.         if (isset($this->privates['debug.security.voter.Aqarmap\\Bundle\\ListingBundle\\Security\\Authorization\\Voter\\OwnerVoter'])) {
  28632.             return $this->privates['debug.security.voter.Aqarmap\\Bundle\\ListingBundle\\Security\\Authorization\\Voter\\OwnerVoter'];
  28633.         }
  28634.         return $this->privates['debug.security.voter.Aqarmap\\Bundle\\ListingBundle\\Security\\Authorization\\Voter\\OwnerVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Aqarmap\Bundle\ListingBundle\Security\Authorization\Voter\OwnerVoter(), $a);
  28635.     }
  28636.     /**
  28637.      * Gets the private 'debug.security.voter.Aqarmap\Bundle\UserBundle\Security\Authorization\Voter\NonIndividualVoter' shared service.
  28638.      *
  28639.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  28640.      */
  28641.     protected function getNonIndividualVoterService()
  28642.     {
  28643.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  28644.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  28645.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  28646.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  28647.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Security/Authorization/Voter/NonIndividualVoter.php';
  28648.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  28649.         if (isset($this->privates['debug.security.voter.Aqarmap\\Bundle\\UserBundle\\Security\\Authorization\\Voter\\NonIndividualVoter'])) {
  28650.             return $this->privates['debug.security.voter.Aqarmap\\Bundle\\UserBundle\\Security\\Authorization\\Voter\\NonIndividualVoter'];
  28651.         }
  28652.         return $this->privates['debug.security.voter.Aqarmap\\Bundle\\UserBundle\\Security\\Authorization\\Voter\\NonIndividualVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Aqarmap\Bundle\UserBundle\Security\Authorization\Voter\NonIndividualVoter(), $a);
  28653.     }
  28654.     /**
  28655.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  28656.      *
  28657.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  28658.      */
  28659.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  28660.     {
  28661.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  28662.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  28663.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  28664.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  28665.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  28666.         if (isset($this->privates['debug.security.voter.security.access.authenticated_voter'])) {
  28667.             return $this->privates['debug.security.voter.security.access.authenticated_voter'];
  28668.         }
  28669.         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);
  28670.     }
  28671.     /**
  28672.      * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  28673.      *
  28674.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  28675.      */
  28676.     protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  28677.     {
  28678.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  28679.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  28680.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  28681.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  28682.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  28683.         if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  28684.             return $this->privates['debug.security.voter.security.access.expression_voter'];
  28685.         }
  28686.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  28687.         if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  28688.             return $this->privates['debug.security.voter.security.access.expression_voter'];
  28689.         }
  28690.         return $this->privates['debug.security.voter.security.access.expression_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter(new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService())), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $a, ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService())), $b);
  28691.     }
  28692.     /**
  28693.      * Gets the private 'debug.security.voter.security.access.role_hierarchy_voter' shared service.
  28694.      *
  28695.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  28696.      */
  28697.     protected function getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService()
  28698.     {
  28699.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  28700.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  28701.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  28702.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  28703.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleHierarchyVoter.php';
  28704.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  28705.         if (isset($this->privates['debug.security.voter.security.access.role_hierarchy_voter'])) {
  28706.             return $this->privates['debug.security.voter.security.access.role_hierarchy_voter'];
  28707.         }
  28708.         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);
  28709.     }
  28710.     /**
  28711.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  28712.      *
  28713.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  28714.      */
  28715.     protected function getDebug_Security_Voter_VoteListenerService()
  28716.     {
  28717.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  28718.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  28719.         if (isset($this->privates['debug.security.voter.vote_listener'])) {
  28720.             return $this->privates['debug.security.voter.vote_listener'];
  28721.         }
  28722.         return $this->privates['debug.security.voter.vote_listener'] = new \Symfony\Bundle\SecurityBundle\EventListener\VoteListener($a);
  28723.     }
  28724.     /**
  28725.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  28726.      *
  28727.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand
  28728.      */
  28729.     protected function getDoctrine_CacheClearMetadataCommandService()
  28730.     {
  28731.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28732.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  28733.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/MetadataCommand.php';
  28734.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  28735.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearMetadataCacheDoctrineCommand.php';
  28736.         $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()));
  28737.         $instance->setName('doctrine:cache:clear-metadata');
  28738.         return $instance;
  28739.     }
  28740.     /**
  28741.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  28742.      *
  28743.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand
  28744.      */
  28745.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  28746.     {
  28747.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28748.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  28749.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php';
  28750.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  28751.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearQueryCacheDoctrineCommand.php';
  28752.         $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()));
  28753.         $instance->setName('doctrine:cache:clear-query');
  28754.         return $instance;
  28755.     }
  28756.     /**
  28757.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  28758.      *
  28759.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand
  28760.      */
  28761.     protected function getDoctrine_CacheClearResultCommandService()
  28762.     {
  28763.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28764.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  28765.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php';
  28766.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  28767.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearResultCacheDoctrineCommand.php';
  28768.         $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()));
  28769.         $instance->setName('doctrine:cache:clear-result');
  28770.         return $instance;
  28771.     }
  28772.     /**
  28773.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  28774.      *
  28775.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand
  28776.      */
  28777.     protected function getDoctrine_CacheCollectionRegionCommandService()
  28778.     {
  28779.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28780.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  28781.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  28782.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  28783.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CollectionRegionDoctrineCommand.php';
  28784.         $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()));
  28785.         $instance->setName('doctrine:cache:clear-collection-region');
  28786.         return $instance;
  28787.     }
  28788.     /**
  28789.      * Gets the private 'doctrine.clear_entity_region_command' shared service.
  28790.      *
  28791.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand
  28792.      */
  28793.     protected function getDoctrine_ClearEntityRegionCommandService()
  28794.     {
  28795.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28796.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  28797.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  28798.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  28799.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EntityRegionCacheDoctrineCommand.php';
  28800.         $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()));
  28801.         $instance->setName('doctrine:cache:clear-entity-region');
  28802.         return $instance;
  28803.     }
  28804.     /**
  28805.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  28806.      *
  28807.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand
  28808.      */
  28809.     protected function getDoctrine_ClearQueryRegionCommandService()
  28810.     {
  28811.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28812.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  28813.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  28814.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  28815.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/QueryRegionCacheDoctrineCommand.php';
  28816.         $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()));
  28817.         $instance->setName('doctrine:cache:clear-query-region');
  28818.         return $instance;
  28819.     }
  28820.     /**
  28821.      * Gets the private 'doctrine.database_create_command' shared service.
  28822.      *
  28823.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  28824.      */
  28825.     protected function getDoctrine_DatabaseCreateCommandService()
  28826.     {
  28827.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28828.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  28829.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
  28830.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  28831.         $instance->setName('doctrine:database:create');
  28832.         return $instance;
  28833.     }
  28834.     /**
  28835.      * Gets the private 'doctrine.database_drop_command' shared service.
  28836.      *
  28837.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  28838.      */
  28839.     protected function getDoctrine_DatabaseDropCommandService()
  28840.     {
  28841.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28842.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  28843.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
  28844.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  28845.         $instance->setName('doctrine:database:drop');
  28846.         return $instance;
  28847.     }
  28848.     /**
  28849.      * Gets the private 'doctrine.database_import_command' shared service.
  28850.      *
  28851.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand
  28852.      */
  28853.     protected function getDoctrine_DatabaseImportCommandService()
  28854.     {
  28855.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28856.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php';
  28857.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ImportDoctrineCommand.php';
  28858.         $this->privates['doctrine.database_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand();
  28859.         $instance->setName('doctrine:database:import');
  28860.         return $instance;
  28861.     }
  28862.     /**
  28863.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  28864.      *
  28865.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand
  28866.      */
  28867.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  28868.     {
  28869.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28870.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  28871.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  28872.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  28873.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EnsureProductionSettingsDoctrineCommand.php';
  28874.         $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()));
  28875.         $instance->setName('doctrine:ensure-production-settings');
  28876.         return $instance;
  28877.     }
  28878.     /**
  28879.      * Gets the private 'doctrine.fixtures_load_command' shared service.
  28880.      *
  28881.      * @return \Doctrine\Bundle\FixturesBundle\Command\LoadDataFixturesDoctrineCommand
  28882.      */
  28883.     protected function getDoctrine_FixturesLoadCommandService()
  28884.     {
  28885.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28886.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  28887.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Command/LoadDataFixturesDoctrineCommand.php';
  28888.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/src/Loader.php';
  28889.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataFixtures/ContainerAwareLoader.php';
  28890.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Loader/SymfonyFixturesLoader.php';
  28891.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/src/FixtureInterface.php';
  28892.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/src/SharedFixtureInterface.php';
  28893.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/src/AbstractFixture.php';
  28894.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/src/OrderedFixtureInterface.php';
  28895.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  28896.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/BrokerSalesBundle/DataFixtures/ORM/LoadBrokerData.php';
  28897.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/BrokerSalesBundle/DataFixtures/ORM/LoadSellerData.php';
  28898.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CRMBundle/DataFixtures/ORM/LoadCompanyData.php';
  28899.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CRMBundle/DataFixtures/ORM/LoadStaffCheckInData.php';
  28900.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CRMBundle/DataFixtures/ORM/LoadStaffData.php';
  28901.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/DataFixtures/ORM/LoadCreditData.php';
  28902.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/DataFixtures/ORM/LoadPackageData.php';
  28903.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/DataFixtures/ORM/LoadPackageServicesData.php';
  28904.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/DataFixtures/ORM/LoadPaymentData.php';
  28905.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/DataFixtures/ORM/LoadPaymentPackageData.php';
  28906.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/DataFixtures/ORM/LoadPaymentTokenData.php';
  28907.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CustomerProfilingBundle/DataFixtures/ORM/LoadCustomerProfilingQuestionQueueData.php';
  28908.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CustomerProfilingBundle/DataFixtures/ORM/LoadDynamicQuestionChoiceData.php';
  28909.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CustomerProfilingBundle/DataFixtures/ORM/LoadDynamicQuestionChoiceTranslationData.php';
  28910.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CustomerProfilingBundle/DataFixtures/ORM/LoadDynamicQuestionData.php';
  28911.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CustomerProfilingBundle/DataFixtures/ORM/LoadDynamicQuestionTranslationData.php';
  28912.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CustomerProfilingBundle/DataFixtures/ORM/LoadQuestionSetAnswerData.php';
  28913.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CustomerProfilingBundle/DataFixtures/ORM/LoadQuestionSetData.php';
  28914.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/DiscussionBundle/DataFixtures/ORM/LoadCommentData.php';
  28915.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/DiscussionBundle/DataFixtures/ORM/LoadDiscussionData.php';
  28916.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ExchangeBundle/DataFixtures/ORM/LoadExchangeRequestData.php';
  28917.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ExchangeBundle/DataFixtures/ORM/LoadExchangeRequestUnlockData.php';
  28918.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/FeatureToggleBundle/DataFixtures/ORM/LoadFeaturesData.php';
  28919.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/DataFixtures/ORM/LoadCallRequestData.php';
  28920.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/DataFixtures/ORM/LoadCallRequestLeadData.php';
  28921.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/DataFixtures/ORM/LoadCompoundLocationData.php';
  28922.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/DataFixtures/ORM/LoadCustomFieldData.php';
  28923.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/DataFixtures/ORM/LoadFeaturedCompanyData.php';
  28924.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/DataFixtures/ORM/LoadFeaturedCompanyLeadData.php';
  28925.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/DataFixtures/ORM/LoadInteractionData.php';
  28926.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/DataFixtures/ORM/LoadLeadData.php';
  28927.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/DataFixtures/ORM/LoadListingAttributeData.php';
  28928.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/DataFixtures/ORM/LoadListingData.php';
  28929.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/DataFixtures/ORM/LoadListingFeatureData.php';
  28930.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/DataFixtures/ORM/LoadListingFeedbackData.php';
  28931.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/DataFixtures/ORM/LoadListingLeadData.php';
  28932.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/DataFixtures/ORM/LoadListingNoteData.php';
  28933.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/DataFixtures/ORM/LoadListingNotificationData.php';
  28934.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/DataFixtures/ORM/LoadListingPhotoData.php';
  28935.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/DataFixtures/ORM/LoadListingScoreData.php';
  28936.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/DataFixtures/ORM/LoadListingTranslationData.php';
  28937.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/DataFixtures/ORM/LoadLocationData.php';
  28938.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/DataFixtures/ORM/LoadLocationPhotoData.php';
  28939.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/DataFixtures/ORM/LoadLocationRatingData.php';
  28940.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/DataFixtures/ORM/LoadLocationSupplyDemandData.php';
  28941.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/DataFixtures/ORM/LoadLocationTranslationData.php';
  28942.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/DataFixtures/ORM/LoadMessageLeadData.php';
  28943.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/DataFixtures/ORM/LoadPhoneData.php';
  28944.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/DataFixtures/ORM/LoadPhoneLeadData.php';
  28945.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/DataFixtures/ORM/LoadPhotoData.php';
  28946.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/DataFixtures/ORM/LoadPriceFilterData.php';
  28947.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/DataFixtures/ORM/LoadPropertTypeData.php';
  28948.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/DataFixtures/ORM/LoadPropertyTypeData.php';
  28949.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/DataFixtures/ORM/LoadPropertyTypeTranslationData.php';
  28950.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/DataFixtures/ORM/LoadRejectionData.php';
  28951.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/DataFixtures/ORM/LoadRejectionTranslationData.php';
  28952.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/DataFixtures/ORM/LoadRuleData.php';
  28953.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/DataFixtures/ORM/LoadSearchData.php';
  28954.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/DataFixtures/ORM/LoadSectionData.php';
  28955.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/DataFixtures/ORM/LoadSectionTranslationData.php';
  28956.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/DataFixtures/ORM/LoadCustomParagraphsData.php';
  28957.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/DataFixtures/ORM/LoadFeedbackData.php';
  28958.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/DataFixtures/ORM/LoadLinkData.php';
  28959.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/DataFixtures/ORM/LoadLinkTranslationData.php';
  28960.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/DataFixtures/ORM/LoadMenuData.php';
  28961.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/DataFixtures/ORM/LoadMenuTranslationData.php';
  28962.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/DataFixtures/ORM/LoadPageData.php';
  28963.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/DataFixtures/ORM/LoadPageTranslationData.php';
  28964.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/DataFixtures/ORM/LoadSettingData.php';
  28965.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/DataFixtures/ORM/LoadSponsorsData.php';
  28966.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MortgageBundle/DataFixtures/ORM/LoadMortgageRequestData.php';
  28967.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NeighborhoodBundle/DataFixtures/ORM/LoadLocationCompoundData.php';
  28968.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NeighborhoodBundle/DataFixtures/ORM/LoadLocationCompoundSizeData.php';
  28969.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NeighborhoodBundle/DataFixtures/ORM/LoadLocationStatisticsData.php';
  28970.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NeighborhoodBundle/DataFixtures/ORM/LoadStatisticsHistoryData.php';
  28971.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/DataFixtures/ORM/LoadDiscussionData.php';
  28972.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotifierBundle/DataFixtures/ORM/LoadNotifierData.php';
  28973.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotifierBundle/DataFixtures/ORM/LoadNotifierSettingData.php';
  28974.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotifierBundle/DataFixtures/ORM/LoadNotifierSettingValueData.php';
  28975.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotifierBundle/DataFixtures/ORM/LoadNotifierStatisticData.php';
  28976.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/DataFixtures/ORM/LoadDeviceData.php';
  28977.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/DataFixtures/ORM/LoadGroupData.php';
  28978.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/DataFixtures/ORM/LoadPersonalInfoData.php';
  28979.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/DataFixtures/ORM/LoadUserData.php';
  28980.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/DataFixtures/ORM/LoadUserInterestData.php';
  28981.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/DataFixtures/ORM/LoadUserNoteData.php';
  28982.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ValueEngineBundle/DataFixtures/ORM/LoadValueEngineSettingsData.php';
  28983.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Purger/PurgerFactory.php';
  28984.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Purger/ORMPurgerFactory.php';
  28985.         $a = new \Doctrine\Bundle\FixturesBundle\Loader\SymfonyFixturesLoader($this);
  28986.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  28987.         $a->addFixtures([=> ['fixture' => new \Aqarmap\Bundle\BrokerSalesBundle\DataFixtures\ORM\LoadBrokerData(), 'groups' => []], => ['fixture' => new \Aqarmap\Bundle\BrokerSalesBundle\DataFixtures\ORM\LoadSellerData(), 'groups' => []], => ['fixture' => new \Aqarmap\Bundle\CRMBundle\DataFixtures\ORM\LoadCompanyData(), 'groups' => []], => ['fixture' => new \Aqarmap\Bundle\CRMBundle\DataFixtures\ORM\LoadStaffCheckInData(), 'groups' => []], => ['fixture' => new \Aqarmap\Bundle\CRMBundle\DataFixtures\ORM\LoadStaffData(), 'groups' => []], => ['fixture' => new \Aqarmap\Bundle\CreditBundle\DataFixtures\ORM\LoadCreditData(), 'groups' => []], => ['fixture' => new \Aqarmap\Bundle\CreditBundle\DataFixtures\ORM\LoadPackageData(), 'groups' => []], => ['fixture' => new \Aqarmap\Bundle\CreditBundle\DataFixtures\ORM\LoadPackageServicesData(), 'groups' => []], => ['fixture' => new \Aqarmap\Bundle\CreditBundle\DataFixtures\ORM\LoadPaymentData(($this->services['Aqarmap\\Bundle\\FeatureToggleBundle\\Service\\FeatureToggleManager'] ?? $this->getFeatureToggleManagerService()), ($this->privates['Aqarmap\\Bundle\\PaymentBundle\\Service\\PaymentManager'] ?? $this->getPaymentManagerService())), 'groups' => []], => ['fixture' => new \Aqarmap\Bundle\CreditBundle\DataFixtures\ORM\LoadPaymentPackageData(), 'groups' => []], 10 => ['fixture' => new \Aqarmap\Bundle\CreditBundle\DataFixtures\ORM\LoadPaymentTokenData(), 'groups' => []], 11 => ['fixture' => new \Aqarmap\Bundle\CustomerProfilingBundle\DataFixtures\ORM\LoadCustomerProfilingQuestionQueueData(), 'groups' => []], 12 => ['fixture' => new \Aqarmap\Bundle\CustomerProfilingBundle\DataFixtures\ORM\LoadDynamicQuestionChoiceData(), 'groups' => []], 13 => ['fixture' => new \Aqarmap\Bundle\CustomerProfilingBundle\DataFixtures\ORM\LoadDynamicQuestionChoiceTranslationData(), 'groups' => []], 14 => ['fixture' => new \Aqarmap\Bundle\CustomerProfilingBundle\DataFixtures\ORM\LoadDynamicQuestionData(), 'groups' => []], 15 => ['fixture' => new \Aqarmap\Bundle\CustomerProfilingBundle\DataFixtures\ORM\LoadDynamicQuestionTranslationData(), 'groups' => []], 16 => ['fixture' => new \Aqarmap\Bundle\CustomerProfilingBundle\DataFixtures\ORM\LoadQuestionSetAnswerData(), 'groups' => []], 17 => ['fixture' => new \Aqarmap\Bundle\CustomerProfilingBundle\DataFixtures\ORM\LoadQuestionSetData(), 'groups' => []], 18 => ['fixture' => new \Aqarmap\Bundle\DiscussionBundle\DataFixtures\ORM\LoadCommentData(), 'groups' => []], 19 => ['fixture' => new \Aqarmap\Bundle\DiscussionBundle\DataFixtures\ORM\LoadDiscussionData(), 'groups' => []], 20 => ['fixture' => new \Aqarmap\Bundle\ExchangeBundle\DataFixtures\ORM\LoadExchangeRequestData(), 'groups' => []], 21 => ['fixture' => new \Aqarmap\Bundle\ExchangeBundle\DataFixtures\ORM\LoadExchangeRequestUnlockData(), 'groups' => []], 22 => ['fixture' => new \Aqarmap\Bundle\FeatureToggleBundle\DataFixtures\ORM\LoadFeaturesData(), 'groups' => []], 23 => ['fixture' => new \Aqarmap\Bundle\ListingBundle\DataFixtures\ORM\LoadCallRequestData(), 'groups' => []], 24 => ['fixture' => new \Aqarmap\Bundle\ListingBundle\DataFixtures\ORM\LoadCallRequestLeadData(), 'groups' => []], 25 => ['fixture' => new \Aqarmap\Bundle\ListingBundle\DataFixtures\ORM\LoadCompoundLocationData(), 'groups' => []], 26 => ['fixture' => new \Aqarmap\Bundle\ListingBundle\DataFixtures\ORM\LoadCustomFieldData(), 'groups' => []], 27 => ['fixture' => new \Aqarmap\Bundle\ListingBundle\DataFixtures\ORM\LoadFeaturedCompanyData(), 'groups' => []], 28 => ['fixture' => new \Aqarmap\Bundle\ListingBundle\DataFixtures\ORM\LoadFeaturedCompanyLeadData(), 'groups' => []], 29 => ['fixture' => new \Aqarmap\Bundle\ListingBundle\DataFixtures\ORM\LoadInteractionData(), 'groups' => []], 30 => ['fixture' => new \Aqarmap\Bundle\ListingBundle\DataFixtures\ORM\LoadLeadData(), 'groups' => []], 31 => ['fixture' => new \Aqarmap\Bundle\ListingBundle\DataFixtures\ORM\LoadListingAttributeData(), 'groups' => []], 32 => ['fixture' => new \Aqarmap\Bundle\ListingBundle\DataFixtures\ORM\LoadListingData(($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'] ?? $this->getListingManagerService())), 'groups' => []], 33 => ['fixture' => new \Aqarmap\Bundle\ListingBundle\DataFixtures\ORM\LoadListingFeatureData(), 'groups' => []], 34 => ['fixture' => new \Aqarmap\Bundle\ListingBundle\DataFixtures\ORM\LoadListingFeedbackData(), 'groups' => []], 35 => ['fixture' => new \Aqarmap\Bundle\ListingBundle\DataFixtures\ORM\LoadListingLeadData(), 'groups' => []], 36 => ['fixture' => new \Aqarmap\Bundle\ListingBundle\DataFixtures\ORM\LoadListingNoteData(), 'groups' => []], 37 => ['fixture' => new \Aqarmap\Bundle\ListingBundle\DataFixtures\ORM\LoadListingNotificationData(), 'groups' => []], 38 => ['fixture' => new \Aqarmap\Bundle\ListingBundle\DataFixtures\ORM\LoadListingPhotoData(), 'groups' => []], 39 => ['fixture' => new \Aqarmap\Bundle\ListingBundle\DataFixtures\ORM\LoadListingScoreData(), 'groups' => []], 40 => ['fixture' => new \Aqarmap\Bundle\ListingBundle\DataFixtures\ORM\LoadListingTranslationData(), 'groups' => []], 41 => ['fixture' => new \Aqarmap\Bundle\ListingBundle\DataFixtures\ORM\LoadLocationData(), 'groups' => []], 42 => ['fixture' => new \Aqarmap\Bundle\ListingBundle\DataFixtures\ORM\LoadLocationPhotoData(), 'groups' => []], 43 => ['fixture' => new \Aqarmap\Bundle\ListingBundle\DataFixtures\ORM\LoadLocationRatingData(), 'groups' => []], 44 => ['fixture' => new \Aqarmap\Bundle\ListingBundle\DataFixtures\ORM\LoadLocationSupplyDemandData(), 'groups' => []], 45 => ['fixture' => new \Aqarmap\Bundle\ListingBundle\DataFixtures\ORM\LoadLocationTranslationData(), 'groups' => []], 46 => ['fixture' => new \Aqarmap\Bundle\ListingBundle\DataFixtures\ORM\LoadMessageLeadData(), 'groups' => []], 47 => ['fixture' => new \Aqarmap\Bundle\ListingBundle\DataFixtures\ORM\LoadPhoneData(), 'groups' => []], 48 => ['fixture' => new \Aqarmap\Bundle\ListingBundle\DataFixtures\ORM\LoadPhoneLeadData(), 'groups' => []], 49 => ['fixture' => new \Aqarmap\Bundle\ListingBundle\DataFixtures\ORM\LoadPhotoData($b), 'groups' => []], 50 => ['fixture' => new \Aqarmap\Bundle\ListingBundle\DataFixtures\ORM\LoadPriceFilterData(), 'groups' => []], 51 => ['fixture' => new \Aqarmap\Bundle\ListingBundle\DataFixtures\ORM\LoadPropertTypeData(), 'groups' => []], 52 => ['fixture' => new \Aqarmap\Bundle\ListingBundle\DataFixtures\ORM\LoadPropertyTypeData(), 'groups' => []], 53 => ['fixture' => new \Aqarmap\Bundle\ListingBundle\DataFixtures\ORM\LoadPropertyTypeTranslationData(), 'groups' => []], 54 => ['fixture' => new \Aqarmap\Bundle\ListingBundle\DataFixtures\ORM\LoadRejectionData(), 'groups' => []], 55 => ['fixture' => new \Aqarmap\Bundle\ListingBundle\DataFixtures\ORM\LoadRejectionTranslationData(), 'groups' => []], 56 => ['fixture' => new \Aqarmap\Bundle\ListingBundle\DataFixtures\ORM\LoadRuleData(), 'groups' => []], 57 => ['fixture' => new \Aqarmap\Bundle\ListingBundle\DataFixtures\ORM\LoadSearchData(), 'groups' => []], 58 => ['fixture' => new \Aqarmap\Bundle\ListingBundle\DataFixtures\ORM\LoadSectionData(), 'groups' => []], 59 => ['fixture' => new \Aqarmap\Bundle\ListingBundle\DataFixtures\ORM\LoadSectionTranslationData(), 'groups' => []], 60 => ['fixture' => new \Aqarmap\Bundle\MainBundle\DataFixtures\ORM\LoadCustomParagraphsData(), 'groups' => []], 61 => ['fixture' => new \Aqarmap\Bundle\MainBundle\DataFixtures\ORM\LoadFeedbackData(), 'groups' => []], 62 => ['fixture' => new \Aqarmap\Bundle\MainBundle\DataFixtures\ORM\LoadLinkData(), 'groups' => []], 63 => ['fixture' => new \Aqarmap\Bundle\MainBundle\DataFixtures\ORM\LoadLinkTranslationData(), 'groups' => []], 64 => ['fixture' => new \Aqarmap\Bundle\MainBundle\DataFixtures\ORM\LoadMenuData(), 'groups' => []], 65 => ['fixture' => new \Aqarmap\Bundle\MainBundle\DataFixtures\ORM\LoadMenuTranslationData(), 'groups' => []], 66 => ['fixture' => new \Aqarmap\Bundle\MainBundle\DataFixtures\ORM\LoadPageData(), 'groups' => []], 67 => ['fixture' => new \Aqarmap\Bundle\MainBundle\DataFixtures\ORM\LoadPageTranslationData(), 'groups' => []], 68 => ['fixture' => new \Aqarmap\Bundle\MainBundle\DataFixtures\ORM\LoadSettingData(), 'groups' => []], 69 => ['fixture' => new \Aqarmap\Bundle\MainBundle\DataFixtures\ORM\LoadSponsorsData(), 'groups' => []], 70 => ['fixture' => new \Aqarmap\Bundle\MortgageBundle\DataFixtures\ORM\LoadMortgageRequestData(), 'groups' => []], 71 => ['fixture' => new \Aqarmap\Bundle\NeighborhoodBundle\DataFixtures\ORM\LoadLocationCompoundData(), 'groups' => []], 72 => ['fixture' => new \Aqarmap\Bundle\NeighborhoodBundle\DataFixtures\ORM\LoadLocationCompoundSizeData(), 'groups' => []], 73 => ['fixture' => new \Aqarmap\Bundle\NeighborhoodBundle\DataFixtures\ORM\LoadLocationStatisticsData(), 'groups' => []], 74 => ['fixture' => new \Aqarmap\Bundle\NeighborhoodBundle\DataFixtures\ORM\LoadStatisticsHistoryData(), 'groups' => []], 75 => ['fixture' => new \Aqarmap\Bundle\NotificationBundle\DataFixtures\ORM\LoadDiscussionData(($this->services['kernel'] ?? $this->get('kernel'1))), 'groups' => []], 76 => ['fixture' => new \Aqarmap\Bundle\NotifierBundle\DataFixtures\ORM\LoadNotifierData(), 'groups' => []], 77 => ['fixture' => new \Aqarmap\Bundle\NotifierBundle\DataFixtures\ORM\LoadNotifierSettingData(), 'groups' => []], 78 => ['fixture' => new \Aqarmap\Bundle\NotifierBundle\DataFixtures\ORM\LoadNotifierSettingValueData(), 'groups' => []], 79 => ['fixture' => new \Aqarmap\Bundle\NotifierBundle\DataFixtures\ORM\LoadNotifierStatisticData(), 'groups' => []], 80 => ['fixture' => new \Aqarmap\Bundle\UserBundle\DataFixtures\ORM\LoadDeviceData(), 'groups' => []], 81 => ['fixture' => new \Aqarmap\Bundle\UserBundle\DataFixtures\ORM\LoadGroupData(), 'groups' => []], 82 => ['fixture' => new \Aqarmap\Bundle\UserBundle\DataFixtures\ORM\LoadPersonalInfoData(), 'groups' => []], 83 => ['fixture' => new \Aqarmap\Bundle\UserBundle\DataFixtures\ORM\LoadUserData(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()), $b), 'groups' => []], 84 => ['fixture' => new \Aqarmap\Bundle\UserBundle\DataFixtures\ORM\LoadUserInterestData(), 'groups' => []], 85 => ['fixture' => new \Aqarmap\Bundle\UserBundle\DataFixtures\ORM\LoadUserNoteData(), 'groups' => []], 86 => ['fixture' => new \Aqarmap\Bundle\ValueEngineBundle\DataFixtures\ORM\LoadValueEngineSettingsData(), 'groups' => []]]);
  28988.         $this->privates['doctrine.fixtures_load_command'] = $instance = new \Doctrine\Bundle\FixturesBundle\Command\LoadDataFixturesDoctrineCommand($a, ($this->services['doctrine'] ?? $this->getDoctrineService()), ['default' => new \Doctrine\Bundle\FixturesBundle\Purger\ORMPurgerFactory()]);
  28989.         $instance->setName('doctrine:fixtures:load');
  28990.         return $instance;
  28991.     }
  28992.     /**
  28993.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  28994.      *
  28995.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand
  28996.      */
  28997.     protected function getDoctrine_MappingConvertCommandService()
  28998.     {
  28999.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29000.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  29001.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php';
  29002.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  29003.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ConvertMappingDoctrineCommand.php';
  29004.         $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()));
  29005.         $instance->setName('doctrine:mapping:convert');
  29006.         return $instance;
  29007.     }
  29008.     /**
  29009.      * Gets the private 'doctrine.mapping_import_command' shared service.
  29010.      *
  29011.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  29012.      */
  29013.     protected function getDoctrine_MappingImportCommandService()
  29014.     {
  29015.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29016.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  29017.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
  29018.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  29019.         $instance->setName('doctrine:mapping:import');
  29020.         return $instance;
  29021.     }
  29022.     /**
  29023.      * Gets the private 'doctrine.mapping_info_command' shared service.
  29024.      *
  29025.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand
  29026.      */
  29027.     protected function getDoctrine_MappingInfoCommandService()
  29028.     {
  29029.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29030.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  29031.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/InfoCommand.php';
  29032.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  29033.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/InfoDoctrineCommand.php';
  29034.         $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()));
  29035.         $instance->setName('doctrine:mapping:info');
  29036.         return $instance;
  29037.     }
  29038.     /**
  29039.      * Gets the private 'doctrine.migrations.container_aware_migrations_factory' shared service.
  29040.      *
  29041.      * @return \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory
  29042.      */
  29043.     protected function getDoctrine_Migrations_ContainerAwareMigrationsFactoryService()
  29044.     {
  29045.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Version/MigrationFactory.php';
  29046.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/MigrationsFactory/ContainerAwareMigrationFactory.php';
  29047.         $a = ($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService());
  29048.         if (isset($this->privates['doctrine.migrations.container_aware_migrations_factory'])) {
  29049.             return $this->privates['doctrine.migrations.container_aware_migrations_factory'];
  29050.         }
  29051.         return $this->privates['doctrine.migrations.container_aware_migrations_factory'] = new \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory($a->getMigrationFactory(), $this);
  29052.     }
  29053.     /**
  29054.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  29055.      *
  29056.      * @return \Doctrine\Migrations\DependencyFactory
  29057.      */
  29058.     protected function getDoctrine_Migrations_DependencyFactoryService()
  29059.     {
  29060.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  29061.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  29062.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  29063.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  29064.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  29065.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  29066.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  29067.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  29068.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  29069.         $b = new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration();
  29070.         $b->setTableName('db_migrations');
  29071.         $a->addMigrationsDirectory('Aqarmap\\Migrations', (\dirname(__DIR__4).'/app/migrations'));
  29072.         $a->setAllOrNothing(false);
  29073.         $a->setCheckDatabasePlatform(true);
  29074.         $a->setTransactional(true);
  29075.         $a->setMetadataStorageConfiguration($b);
  29076.         $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()));
  29077.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  29078.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->getDoctrine_Migrations_ContainerAwareMigrationsFactoryService());
  29079.         });
  29080.         return $instance;
  29081.     }
  29082.     /**
  29083.      * Gets the private 'doctrine.orm.command.entity_manager_provider' shared service.
  29084.      *
  29085.      * @return \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider
  29086.      */
  29087.     protected function getDoctrine_Orm_Command_EntityManagerProviderService()
  29088.     {
  29089.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/EntityManagerProvider.php';
  29090.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Orm/ManagerRegistryAwareEntityManagerProvider.php';
  29091.         return $this->privates['doctrine.orm.command.entity_manager_provider'] = new \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider(($this->services['doctrine'] ?? $this->getDoctrineService()));
  29092.     }
  29093.     /**
  29094.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  29095.      *
  29096.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  29097.      */
  29098.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  29099.     {
  29100.         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).'/vendor/gedmo/doctrine-extensions/src/Tree/Entity'), => (\dirname(__DIR__4).'/src/App/Entity'), => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Entity'), => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Entity'), => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Entity'), => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/MessageBundle/Entity'), => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Entity'), => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/NotifierBundle/Entity'), => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/BuyerAlertsBundle/Entity'), => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/MortgageBundle/Entity'), 10 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/BrokerSalesBundle/Entity'), 11 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/NeighborhoodBundle/Entity'), 12 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/DiscussionBundle/Entity'), 13 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/CRMBundle/Entity'), 14 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/CustomerProfilingBundle/Entity'), 15 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ExchangeBundle/Entity'), 16 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Entity'), 17 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/PaymentBundle/Entity'), 18 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/AnnouncementBundle/Entity'), 19 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/SearchBundle/Entity'), 20 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/FeatureToggleBundle/Entity'), 21 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ValueEngineBundle/Entity'), 22 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/SurveyBundle/Entity'), 23 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/OTPBundle/Entity'), 24 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/FinancialAidsBundle/Entity'), 25 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/RecurringTransactionBundle/Entity'), 26 => (\dirname(__DIR__4).'/vendor/redjanym/fcm-bundle/Entity')]);
  29101.     }
  29102.     /**
  29103.      * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  29104.      *
  29105.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  29106.      */
  29107.     protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  29108.     {
  29109.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  29110.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  29111.         if (isset($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'])) {
  29112.             return $this->privates['doctrine.orm.default_entity_manager.property_info_extractor'];
  29113.         }
  29114.         return $this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] = new \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor($a);
  29115.     }
  29116.     /**
  29117.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  29118.      *
  29119.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  29120.      */
  29121.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  29122.     {
  29123.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php';
  29124.         $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = $instance = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  29125.         $instance->addEntityListener('Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing''Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingUpdatedListener''postUpdate');
  29126.         return $instance;
  29127.     }
  29128.     /**
  29129.      * Gets the private 'doctrine.orm.default_xml_metadata_driver' shared service.
  29130.      *
  29131.      * @return \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver
  29132.      */
  29133.     protected function getDoctrine_Orm_DefaultXmlMetadataDriverService()
  29134.     {
  29135.         $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']);
  29136.         $instance->setGlobalBasename('mapping');
  29137.         return $instance;
  29138.     }
  29139.     /**
  29140.      * Gets the private 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' shared service.
  29141.      *
  29142.      * @return \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber
  29143.      */
  29144.     protected function getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService()
  29145.     {
  29146.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/DoctrineDbalCacheAdapterSchemaSubscriber.php';
  29147.         return $this->privates['doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber([]);
  29148.     }
  29149.     /**
  29150.      * Gets the private 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' shared service.
  29151.      *
  29152.      * @return \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber
  29153.      */
  29154.     protected function getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService()
  29155.     {
  29156.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/RememberMeTokenProviderDoctrineSchemaSubscriber.php';
  29157.         return $this->privates['doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber(new RewindableGenerator(function () {
  29158.             return new \EmptyIterator();
  29159.         }, 0));
  29160.     }
  29161.     /**
  29162.      * Gets the private 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' shared service.
  29163.      *
  29164.      * @return \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber
  29165.      */
  29166.     protected function getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService()
  29167.     {
  29168.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/PdoCacheAdapterDoctrineSchemaSubscriber.php';
  29169.         return $this->privates['doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber([]);
  29170.     }
  29171.     /**
  29172.      * Gets the private 'doctrine.orm.messenger.doctrine_schema_subscriber' shared service.
  29173.      *
  29174.      * @return \Symfony\Bridge\Doctrine\SchemaListener\MessengerTransportDoctrineSchemaSubscriber
  29175.      */
  29176.     protected function getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService()
  29177.     {
  29178.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/MessengerTransportDoctrineSchemaSubscriber.php';
  29179.         return $this->privates['doctrine.orm.messenger.doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\MessengerTransportDoctrineSchemaSubscriber(new RewindableGenerator(function () {
  29180.             yield => ($this->privates['messenger.transport.default'] ?? $this->getMessenger_Transport_DefaultService());
  29181.             yield => ($this->privates['messenger.transport.mailer'] ?? $this->getMessenger_Transport_MailerService());
  29182.             yield => ($this->privates['messenger.transport.interactions'] ?? $this->getMessenger_Transport_InteractionsService());
  29183.             yield => ($this->privates['messenger.transport.fasttrack'] ?? $this->getMessenger_Transport_FasttrackService());
  29184.             yield => ($this->privates['messenger.transport.external'] ?? $this->getMessenger_Transport_ExternalService());
  29185.             yield => ($this->privates['messenger.transport.failed'] ?? $this->getMessenger_Transport_FailedService());
  29186.             yield => ($this->privates['messenger.transport.failed_mailer'] ?? $this->getMessenger_Transport_FailedMailerService());
  29187.         }, 7));
  29188.     }
  29189.     /**
  29190.      * Gets the private 'doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager' shared service.
  29191.      *
  29192.      * @return \Symfony\Bridge\Doctrine\Messenger\DoctrineClearEntityManagerWorkerSubscriber
  29193.      */
  29194.     protected function getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService()
  29195.     {
  29196.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Messenger/DoctrineClearEntityManagerWorkerSubscriber.php';
  29197.         return $this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] = new \Symfony\Bridge\Doctrine\Messenger\DoctrineClearEntityManagerWorkerSubscriber(($this->services['doctrine'] ?? $this->getDoctrineService()));
  29198.     }
  29199.     /**
  29200.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  29201.      *
  29202.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  29203.      */
  29204.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  29205.     {
  29206.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  29207.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  29208.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  29209.     }
  29210.     /**
  29211.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  29212.      *
  29213.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  29214.      */
  29215.     protected function getDoctrine_Orm_Validator_UniqueService()
  29216.     {
  29217.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  29218.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  29219.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  29220.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  29221.     }
  29222.     /**
  29223.      * Gets the private 'doctrine.query_dql_command' shared service.
  29224.      *
  29225.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand
  29226.      */
  29227.     protected function getDoctrine_QueryDqlCommandService()
  29228.     {
  29229.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29230.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  29231.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php';
  29232.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  29233.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunDqlDoctrineCommand.php';
  29234.         $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()));
  29235.         $instance->setName('doctrine:query:dql');
  29236.         return $instance;
  29237.     }
  29238.     /**
  29239.      * Gets the private 'doctrine.query_sql_command' shared service.
  29240.      *
  29241.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  29242.      */
  29243.     protected function getDoctrine_QuerySqlCommandService()
  29244.     {
  29245.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29246.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  29247.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
  29248.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  29249.         $instance->setName('doctrine:query:sql');
  29250.         return $instance;
  29251.     }
  29252.     /**
  29253.      * Gets the private 'doctrine.result_cache_pool' shared service.
  29254.      *
  29255.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  29256.      */
  29257.     protected function getDoctrine_ResultCachePoolService()
  29258.     {
  29259.         $a = new \Symfony\Component\Cache\Adapter\RedisAdapter(($this->privates['.cache_connection.FANDyXX'] ?? $this->get_CacheConnection_FANDyXXService()), 'ZdeOdENIry'0, ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  29260.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  29261.         return $this->privates['doctrine.result_cache_pool'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  29262.     }
  29263.     /**
  29264.      * Gets the private 'doctrine.schema_create_command' shared service.
  29265.      *
  29266.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand
  29267.      */
  29268.     protected function getDoctrine_SchemaCreateCommandService()
  29269.     {
  29270.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29271.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  29272.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  29273.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php';
  29274.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  29275.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CreateSchemaDoctrineCommand.php';
  29276.         $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()));
  29277.         $instance->setName('doctrine:schema:create');
  29278.         return $instance;
  29279.     }
  29280.     /**
  29281.      * Gets the private 'doctrine.schema_drop_command' shared service.
  29282.      *
  29283.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand
  29284.      */
  29285.     protected function getDoctrine_SchemaDropCommandService()
  29286.     {
  29287.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29288.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  29289.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  29290.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/DropCommand.php';
  29291.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  29292.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/DropSchemaDoctrineCommand.php';
  29293.         $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()));
  29294.         $instance->setName('doctrine:schema:drop');
  29295.         return $instance;
  29296.     }
  29297.     /**
  29298.      * Gets the private 'doctrine.schema_update_command' shared service.
  29299.      *
  29300.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand
  29301.      */
  29302.     protected function getDoctrine_SchemaUpdateCommandService()
  29303.     {
  29304.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29305.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  29306.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  29307.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  29308.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  29309.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/UpdateSchemaDoctrineCommand.php';
  29310.         $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()));
  29311.         $instance->setName('doctrine:schema:update');
  29312.         return $instance;
  29313.     }
  29314.     /**
  29315.      * Gets the private 'doctrine.schema_validate_command' shared service.
  29316.      *
  29317.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand
  29318.      */
  29319.     protected function getDoctrine_SchemaValidateCommandService()
  29320.     {
  29321.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29322.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  29323.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ValidateSchemaCommand.php';
  29324.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  29325.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ValidateSchemaCommand.php';
  29326.         $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()));
  29327.         $instance->setName('doctrine:schema:validate');
  29328.         return $instance;
  29329.     }
  29330.     /**
  29331.      * Gets the private 'doctrine.system_cache_pool' shared service.
  29332.      *
  29333.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  29334.      */
  29335.     protected function getDoctrine_SystemCachePoolService()
  29336.     {
  29337.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('N51mlqMgcW'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  29338.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  29339.         return $this->privates['doctrine.system_cache_pool'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  29340.     }
  29341.     /**
  29342.      * Gets the private 'doctrine.ulid_generator' shared service.
  29343.      *
  29344.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator
  29345.      */
  29346.     protected function getDoctrine_UlidGeneratorService()
  29347.     {
  29348.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php';
  29349.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UlidGenerator.php';
  29350.         return $this->privates['doctrine.ulid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator(NULL);
  29351.     }
  29352.     /**
  29353.      * Gets the private 'doctrine.uuid_generator' shared service.
  29354.      *
  29355.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator
  29356.      */
  29357.     protected function getDoctrine_UuidGeneratorService()
  29358.     {
  29359.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php';
  29360.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UuidGenerator.php';
  29361.         return $this->privates['doctrine.uuid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator(NULL);
  29362.     }
  29363.     /**
  29364.      * Gets the private 'doctrine_migrations.current_command' shared service.
  29365.      *
  29366.      * @return \Doctrine\Migrations\Tools\Console\Command\CurrentCommand
  29367.      */
  29368.     protected function getDoctrineMigrations_CurrentCommandService()
  29369.     {
  29370.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29371.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  29372.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/CurrentCommand.php';
  29373.         $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');
  29374.         $instance->setName('doctrine:migrations:current');
  29375.         return $instance;
  29376.     }
  29377.     /**
  29378.      * Gets the private 'doctrine_migrations.diff_command' shared service.
  29379.      *
  29380.      * @return \Doctrine\Migrations\Tools\Console\Command\DiffCommand
  29381.      */
  29382.     protected function getDoctrineMigrations_DiffCommandService()
  29383.     {
  29384.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29385.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  29386.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
  29387.         $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');
  29388.         $instance->setName('doctrine:migrations:diff');
  29389.         return $instance;
  29390.     }
  29391.     /**
  29392.      * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  29393.      *
  29394.      * @return \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand
  29395.      */
  29396.     protected function getDoctrineMigrations_DumpSchemaCommandService()
  29397.     {
  29398.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29399.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  29400.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
  29401.         $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');
  29402.         $instance->setName('doctrine:migrations:dump-schema');
  29403.         return $instance;
  29404.     }
  29405.     /**
  29406.      * Gets the private 'doctrine_migrations.execute_command' shared service.
  29407.      *
  29408.      * @return \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand
  29409.      */
  29410.     protected function getDoctrineMigrations_ExecuteCommandService()
  29411.     {
  29412.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29413.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  29414.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
  29415.         $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');
  29416.         $instance->setName('doctrine:migrations:execute');
  29417.         return $instance;
  29418.     }
  29419.     /**
  29420.      * Gets the private 'doctrine_migrations.generate_command' shared service.
  29421.      *
  29422.      * @return \Doctrine\Migrations\Tools\Console\Command\GenerateCommand
  29423.      */
  29424.     protected function getDoctrineMigrations_GenerateCommandService()
  29425.     {
  29426.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29427.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  29428.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
  29429.         $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');
  29430.         $instance->setName('doctrine:migrations:generate');
  29431.         return $instance;
  29432.     }
  29433.     /**
  29434.      * Gets the private 'doctrine_migrations.latest_command' shared service.
  29435.      *
  29436.      * @return \Doctrine\Migrations\Tools\Console\Command\LatestCommand
  29437.      */
  29438.     protected function getDoctrineMigrations_LatestCommandService()
  29439.     {
  29440.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29441.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  29442.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
  29443.         $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');
  29444.         $instance->setName('doctrine:migrations:latest');
  29445.         return $instance;
  29446.     }
  29447.     /**
  29448.      * Gets the private 'doctrine_migrations.migrate_command' shared service.
  29449.      *
  29450.      * @return \Doctrine\Migrations\Tools\Console\Command\MigrateCommand
  29451.      */
  29452.     protected function getDoctrineMigrations_MigrateCommandService()
  29453.     {
  29454.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29455.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  29456.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
  29457.         $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');
  29458.         $instance->setName('doctrine:migrations:migrate');
  29459.         return $instance;
  29460.     }
  29461.     /**
  29462.      * Gets the private 'doctrine_migrations.rollup_command' shared service.
  29463.      *
  29464.      * @return \Doctrine\Migrations\Tools\Console\Command\RollupCommand
  29465.      */
  29466.     protected function getDoctrineMigrations_RollupCommandService()
  29467.     {
  29468.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29469.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  29470.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
  29471.         $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');
  29472.         $instance->setName('doctrine:migrations:rollup');
  29473.         return $instance;
  29474.     }
  29475.     /**
  29476.      * Gets the private 'doctrine_migrations.status_command' shared service.
  29477.      *
  29478.      * @return \Doctrine\Migrations\Tools\Console\Command\StatusCommand
  29479.      */
  29480.     protected function getDoctrineMigrations_StatusCommandService()
  29481.     {
  29482.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29483.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  29484.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
  29485.         $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');
  29486.         $instance->setName('doctrine:migrations:status');
  29487.         return $instance;
  29488.     }
  29489.     /**
  29490.      * Gets the private 'doctrine_migrations.sync_metadata_command' shared service.
  29491.      *
  29492.      * @return \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand
  29493.      */
  29494.     protected function getDoctrineMigrations_SyncMetadataCommandService()
  29495.     {
  29496.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29497.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  29498.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/SyncMetadataCommand.php';
  29499.         $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');
  29500.         $instance->setName('doctrine:migrations:sync-metadata-storage');
  29501.         return $instance;
  29502.     }
  29503.     /**
  29504.      * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  29505.      *
  29506.      * @return \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand
  29507.      */
  29508.     protected function getDoctrineMigrations_UpToDateCommandService()
  29509.     {
  29510.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29511.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  29512.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
  29513.         $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');
  29514.         $instance->setName('doctrine:migrations:up-to-date');
  29515.         return $instance;
  29516.     }
  29517.     /**
  29518.      * Gets the private 'doctrine_migrations.version_command' shared service.
  29519.      *
  29520.      * @return \Doctrine\Migrations\Tools\Console\Command\VersionCommand
  29521.      */
  29522.     protected function getDoctrineMigrations_VersionCommandService()
  29523.     {
  29524.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29525.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  29526.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
  29527.         $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');
  29528.         $instance->setName('doctrine:migrations:version');
  29529.         return $instance;
  29530.     }
  29531.     /**
  29532.      * Gets the private 'doctrine_migrations.versions_command' shared service.
  29533.      *
  29534.      * @return \Doctrine\Migrations\Tools\Console\Command\ListCommand
  29535.      */
  29536.     protected function getDoctrineMigrations_VersionsCommandService()
  29537.     {
  29538.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29539.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  29540.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ListCommand.php';
  29541.         $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');
  29542.         $instance->setName('doctrine:migrations:list');
  29543.         return $instance;
  29544.     }
  29545.     /**
  29546.      * Gets the private 'doctrine_mongodb.messenger.event_subscriber.doctrine_clear_document_manager' shared service.
  29547.      *
  29548.      * @return \Symfony\Bridge\Doctrine\Messenger\DoctrineClearEntityManagerWorkerSubscriber
  29549.      */
  29550.     protected function getDoctrineMongodb_Messenger_EventSubscriber_DoctrineClearDocumentManagerService()
  29551.     {
  29552.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Messenger/DoctrineClearEntityManagerWorkerSubscriber.php';
  29553.         return $this->privates['doctrine_mongodb.messenger.event_subscriber.doctrine_clear_document_manager'] = new \Symfony\Bridge\Doctrine\Messenger\DoctrineClearEntityManagerWorkerSubscriber(($this->services['doctrine_mongodb'] ?? $this->getDoctrineMongodbService()));
  29554.     }
  29555.     /**
  29556.      * Gets the private 'doctrine_mongodb.odm.psr_command_logger' shared service.
  29557.      *
  29558.      * @return \Doctrine\Bundle\MongoDBBundle\APM\PSRCommandLogger
  29559.      */
  29560.     protected function getDoctrineMongodb_Odm_PsrCommandLoggerService()
  29561.     {
  29562.         include_once \dirname(__DIR__4).'/vendor/doctrine/mongodb-odm-bundle/APM/PSRCommandLogger.php';
  29563.         return $this->privates['doctrine_mongodb.odm.psr_command_logger'] = new \Doctrine\Bundle\MongoDBBundle\APM\PSRCommandLogger(($this->privates['monolog.logger.doctrine'] ?? $this->getMonolog_Logger_DoctrineService()));
  29564.     }
  29565.     /**
  29566.      * Gets the private 'doctrine_mongodb.odm.stopwatch_command_logger' shared service.
  29567.      *
  29568.      * @return \Doctrine\Bundle\MongoDBBundle\APM\StopwatchCommandLogger
  29569.      */
  29570.     protected function getDoctrineMongodb_Odm_StopwatchCommandLoggerService()
  29571.     {
  29572.         include_once \dirname(__DIR__4).'/vendor/doctrine/mongodb-odm-bundle/APM/StopwatchCommandLogger.php';
  29573.         return $this->privates['doctrine_mongodb.odm.stopwatch_command_logger'] = new \Doctrine\Bundle\MongoDBBundle\APM\StopwatchCommandLogger(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  29574.     }
  29575.     /**
  29576.      * Gets the private 'doctrine_odm.mongodb.validator.unique' shared service.
  29577.      *
  29578.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  29579.      */
  29580.     protected function getDoctrineOdm_Mongodb_Validator_UniqueService()
  29581.     {
  29582.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  29583.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  29584.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  29585.         return $this->privates['doctrine_odm.mongodb.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine_mongodb'] ?? $this->getDoctrineMongodbService()));
  29586.     }
  29587.     /**
  29588.      * Gets the private 'enqueue.client.consume_command' shared service.
  29589.      *
  29590.      * @return \Enqueue\Symfony\Client\ConsumeCommand
  29591.      */
  29592.     protected function getEnqueue_Client_ConsumeCommandService()
  29593.     {
  29594.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29595.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Consumption/ChooseLoggerCommandTrait.php';
  29596.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Consumption/LimitsExtensionsCommandTrait.php';
  29597.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Consumption/QueueConsumerOptionsCommandTrait.php';
  29598.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Client/SetupBrokerExtensionCommandTrait.php';
  29599.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Client/ConsumeCommand.php';
  29600.         $this->privates['enqueue.client.consume_command'] = $instance = new \Enqueue\Symfony\Client\ConsumeCommand(($this->privates['enqueue.locator'] ?? $this->getEnqueue_LocatorService()), 'default''enqueue.client.%s.queue_consumer''enqueue.client.%s.driver''enqueue.client.%s.delegate_processor');
  29601.         $instance->setName('enqueue:consume');
  29602.         return $instance;
  29603.     }
  29604.     /**
  29605.      * Gets the private 'enqueue.client.default.context' shared service.
  29606.      *
  29607.      * @return \Interop\Queue\Context
  29608.      */
  29609.     protected function getEnqueue_Client_Default_ContextService()
  29610.     {
  29611.         return $this->privates['enqueue.client.default.context'] = ($this->privates['enqueue.client.default.driver'] ?? $this->getEnqueue_Client_Default_DriverService())->getContext();
  29612.     }
  29613.     /**
  29614.      * Gets the private 'enqueue.client.default.delegate_processor' shared service.
  29615.      *
  29616.      * @return \Enqueue\Client\DelegateProcessor
  29617.      */
  29618.     protected function getEnqueue_Client_Default_DelegateProcessorService()
  29619.     {
  29620.         include_once \dirname(__DIR__4).'/vendor/queue-interop/queue-interop/src/Processor.php';
  29621.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/DelegateProcessor.php';
  29622.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/ProcessorRegistryInterface.php';
  29623.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/ContainerProcessorRegistry.php';
  29624.         return $this->privates['enqueue.client.default.delegate_processor'] = new \Enqueue\Client\DelegateProcessor(new \Enqueue\Symfony\ContainerProcessorRegistry((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  29625.             'enqueue.client.default.router_processor' => ['privates''enqueue.client.default.router_processor''getEnqueue_Client_Default_RouterProcessorService'false],
  29626.             'enqueue_elastica.populate_processor' => ['privates''enqueue_elastica.populate_processor''getEnqueueElastica_PopulateProcessorService'false],
  29627.         ], [
  29628.             'enqueue.client.default.router_processor' => '?',
  29629.             'enqueue_elastica.populate_processor' => '?',
  29630.         ]))->withContext('enqueue.client.default.processor_registry'$this)));
  29631.     }
  29632.     /**
  29633.      * Gets the private 'enqueue.client.default.driver' shared service.
  29634.      *
  29635.      * @return \Enqueue\Client\DriverInterface
  29636.      */
  29637.     protected function getEnqueue_Client_Default_DriverService()
  29638.     {
  29639.         return $this->privates['enqueue.client.default.driver'] = (new \Enqueue\Doctrine\DoctrineDriverFactory(new \Enqueue\Client\DriverFactory()))->create(($this->privates['enqueue.transport.default.connection_factory'] ?? $this->getEnqueue_Transport_Default_ConnectionFactoryService()), new \Enqueue\Client\Config('enqueue''.''app''default''default''default''enqueue.client.default.router_processor', ['dsn' => $this->getEnv('resolve:ENQUEUE_AMQP_DSN')], []), \Enqueue\Client\RouteCollection::fromArray([=> ['queue' => 'fos_elastica_populate''prefix_queue' => false'exclusive' => true'processor_service_id' => 'enqueue_elastica.populate_processor''source' => 'fos_elastica_populate''source_type' => 'enqueue.client.command_route''processor' => 'enqueue_elastica.populate_processor']]));
  29640.     }
  29641.     /**
  29642.      * Gets the private 'enqueue.client.default.flush_spool_producer_listener' shared service.
  29643.      *
  29644.      * @return \Enqueue\Symfony\Client\FlushSpoolProducerListener
  29645.      */
  29646.     protected function getEnqueue_Client_Default_FlushSpoolProducerListenerService()
  29647.     {
  29648.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Client/FlushSpoolProducerListener.php';
  29649.         return $this->privates['enqueue.client.default.flush_spool_producer_listener'] = new \Enqueue\Symfony\Client\FlushSpoolProducerListener(($this->privates['enqueue.client.default.spool_producer'] ?? $this->getEnqueue_Client_Default_SpoolProducerService()));
  29650.     }
  29651.     /**
  29652.      * Gets the private 'enqueue.client.default.lazy_producer' shared service.
  29653.      *
  29654.      * @return \Enqueue\Symfony\Client\LazyProducer
  29655.      */
  29656.     protected function getEnqueue_Client_Default_LazyProducerService()
  29657.     {
  29658.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Client/LazyProducer.php';
  29659.         return $this->privates['enqueue.client.default.lazy_producer'] = new \Enqueue\Symfony\Client\LazyProducer(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  29660.             'enqueue.client.default.producer' => ['services''enqueue.client.default.producer''getEnqueue_Client_Default_ProducerService'false],
  29661.         ], [
  29662.             'enqueue.client.default.producer' => '?',
  29663.         ]), 'enqueue.client.default.producer');
  29664.     }
  29665.     /**
  29666.      * Gets the private 'enqueue.client.default.queue_consumer' shared service.
  29667.      *
  29668.      * @return \Enqueue\Consumption\QueueConsumer
  29669.      */
  29670.     protected function getEnqueue_Client_Default_QueueConsumerService()
  29671.     {
  29672.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/QueueConsumerInterface.php';
  29673.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/QueueConsumer.php';
  29674.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/StartExtensionInterface.php';
  29675.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/PreSubscribeExtensionInterface.php';
  29676.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/PreConsumeExtensionInterface.php';
  29677.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/MessageReceivedExtensionInterface.php';
  29678.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/PostMessageReceivedExtensionInterface.php';
  29679.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/MessageResultExtensionInterface.php';
  29680.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/ProcessorExceptionExtensionInterface.php';
  29681.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/PostConsumeExtensionInterface.php';
  29682.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/EndExtensionInterface.php';
  29683.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/InitLoggerExtensionInterface.php';
  29684.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/ExtensionInterface.php';
  29685.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/ChainExtension.php';
  29686.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/ConsumptionExtension/SetRouterPropertiesExtension.php';
  29687.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/ConsumptionExtension/ExclusiveCommandExtension.php';
  29688.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/ConsumptionExtension/FlushSpoolProducerExtension.php';
  29689.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/Extension/ReplyExtension.php';
  29690.         $a = ($this->privates['enqueue.client.default.driver'] ?? $this->getEnqueue_Client_Default_DriverService());
  29691.         return $this->privates['enqueue.client.default.queue_consumer'] = new \Enqueue\Consumption\QueueConsumer(($this->privates['enqueue.client.default.context'] ?? $this->getEnqueue_Client_Default_ContextService()), new \Enqueue\Consumption\ChainExtension([=> new \Enqueue\Client\ConsumptionExtension\SetRouterPropertiesExtension($a), => new \Enqueue\Client\ConsumptionExtension\ExclusiveCommandExtension($a), => ($this->privates['enqueue.consumption.reply_extension'] ?? ($this->privates['enqueue.consumption.reply_extension'] = new \Enqueue\Consumption\Extension\ReplyExtension())), => new \Enqueue\Client\ConsumptionExtension\FlushSpoolProducerExtension(($this->privates['enqueue.client.default.spool_producer'] ?? $this->getEnqueue_Client_Default_SpoolProducerService()))]), [], ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), 10000);
  29692.     }
  29693.     /**
  29694.      * Gets the private 'enqueue.client.default.router_processor' shared service.
  29695.      *
  29696.      * @return \Enqueue\Client\RouterProcessor
  29697.      */
  29698.     protected function getEnqueue_Client_Default_RouterProcessorService()
  29699.     {
  29700.         include_once \dirname(__DIR__4).'/vendor/queue-interop/queue-interop/src/Processor.php';
  29701.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/RouterProcessor.php';
  29702.         return $this->privates['enqueue.client.default.router_processor'] = new \Enqueue\Client\RouterProcessor(($this->privates['enqueue.client.default.driver'] ?? $this->getEnqueue_Client_Default_DriverService()));
  29703.     }
  29704.     /**
  29705.      * Gets the private 'enqueue.client.default.spool_producer' shared service.
  29706.      *
  29707.      * @return \Enqueue\Client\SpoolProducer
  29708.      */
  29709.     protected function getEnqueue_Client_Default_SpoolProducerService()
  29710.     {
  29711.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/SpoolProducer.php';
  29712.         return $this->privates['enqueue.client.default.spool_producer'] = new \Enqueue\Client\SpoolProducer(($this->privates['enqueue.client.default.lazy_producer'] ?? $this->getEnqueue_Client_Default_LazyProducerService()));
  29713.     }
  29714.     /**
  29715.      * Gets the private 'enqueue.client.produce_command' shared service.
  29716.      *
  29717.      * @return \Enqueue\Symfony\Client\ProduceCommand
  29718.      */
  29719.     protected function getEnqueue_Client_ProduceCommandService()
  29720.     {
  29721.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29722.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Client/ProduceCommand.php';
  29723.         $this->privates['enqueue.client.produce_command'] = $instance = new \Enqueue\Symfony\Client\ProduceCommand(($this->privates['enqueue.locator'] ?? $this->getEnqueue_LocatorService()), 'default''enqueue.client.%s.producer');
  29724.         $instance->setName('enqueue:produce');
  29725.         return $instance;
  29726.     }
  29727.     /**
  29728.      * Gets the private 'enqueue.client.routes_command' shared service.
  29729.      *
  29730.      * @return \Enqueue\Symfony\Client\RoutesCommand
  29731.      */
  29732.     protected function getEnqueue_Client_RoutesCommandService()
  29733.     {
  29734.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29735.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Client/RoutesCommand.php';
  29736.         $this->privates['enqueue.client.routes_command'] = $instance = new \Enqueue\Symfony\Client\RoutesCommand(($this->privates['enqueue.locator'] ?? $this->getEnqueue_LocatorService()), 'default''enqueue.client.%s.driver');
  29737.         $instance->setName('enqueue:routes');
  29738.         return $instance;
  29739.     }
  29740.     /**
  29741.      * Gets the private 'enqueue.client.setup_broker_command' shared service.
  29742.      *
  29743.      * @return \Enqueue\Symfony\Client\SetupBrokerCommand
  29744.      */
  29745.     protected function getEnqueue_Client_SetupBrokerCommandService()
  29746.     {
  29747.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29748.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Client/SetupBrokerCommand.php';
  29749.         $this->privates['enqueue.client.setup_broker_command'] = $instance = new \Enqueue\Symfony\Client\SetupBrokerCommand(($this->privates['enqueue.locator'] ?? $this->getEnqueue_LocatorService()), 'default''enqueue.client.%s.driver');
  29750.         $instance->setName('enqueue:setup-broker');
  29751.         return $instance;
  29752.     }
  29753.     /**
  29754.      * Gets the private 'enqueue.locator' shared service.
  29755.      *
  29756.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  29757.      */
  29758.     protected function getEnqueue_LocatorService()
  29759.     {
  29760.         return $this->privates['enqueue.locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  29761.             'enqueue.client.default.delegate_processor' => ['privates''enqueue.client.default.delegate_processor''getEnqueue_Client_Default_DelegateProcessorService'false],
  29762.             'enqueue.client.default.driver' => ['privates''enqueue.client.default.driver''getEnqueue_Client_Default_DriverService'false],
  29763.             'enqueue.client.default.producer' => ['privates''enqueue.client.default.lazy_producer''getEnqueue_Client_Default_LazyProducerService'false],
  29764.             'enqueue.client.default.queue_consumer' => ['privates''enqueue.client.default.queue_consumer''getEnqueue_Client_Default_QueueConsumerService'false],
  29765.             'enqueue.transport.default.context' => ['privates''enqueue.transport.default.context''getEnqueue_Transport_Default_ContextService'false],
  29766.             'enqueue.transport.default.processor_registry' => ['privates''enqueue.transport.default.processor_registry''getEnqueue_Transport_Default_ProcessorRegistryService'false],
  29767.             'enqueue.transport.default.queue_consumer' => ['privates''enqueue.transport.default.queue_consumer''getEnqueue_Transport_Default_QueueConsumerService'false],
  29768.         ], [
  29769.             'enqueue.client.default.delegate_processor' => '?',
  29770.             'enqueue.client.default.driver' => '?',
  29771.             'enqueue.client.default.producer' => '?',
  29772.             'enqueue.client.default.queue_consumer' => '?',
  29773.             'enqueue.transport.default.context' => '?',
  29774.             'enqueue.transport.default.processor_registry' => '?',
  29775.             'enqueue.transport.default.queue_consumer' => '?',
  29776.         ]);
  29777.     }
  29778.     /**
  29779.      * Gets the private 'enqueue.transport.consume_command' shared service.
  29780.      *
  29781.      * @return \Enqueue\Symfony\Consumption\ConfigurableConsumeCommand
  29782.      */
  29783.     protected function getEnqueue_Transport_ConsumeCommandService()
  29784.     {
  29785.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29786.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Consumption/ChooseLoggerCommandTrait.php';
  29787.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Consumption/LimitsExtensionsCommandTrait.php';
  29788.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Consumption/QueueConsumerOptionsCommandTrait.php';
  29789.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Consumption/ConfigurableConsumeCommand.php';
  29790.         $this->privates['enqueue.transport.consume_command'] = $instance = new \Enqueue\Symfony\Consumption\ConfigurableConsumeCommand(($this->privates['enqueue.locator'] ?? $this->getEnqueue_LocatorService()), 'default''enqueue.transport.%s.queue_consumer''enqueue.transport.%s.processor_registry');
  29791.         $instance->setName('enqueue:transport:consume');
  29792.         return $instance;
  29793.     }
  29794.     /**
  29795.      * Gets the private 'enqueue.transport.default.connection_factory' shared service.
  29796.      *
  29797.      * @return \Interop\Queue\ConnectionFactory
  29798.      */
  29799.     protected function getEnqueue_Transport_Default_ConnectionFactoryService()
  29800.     {
  29801.         return $this->privates['enqueue.transport.default.connection_factory'] = (new \Enqueue\Doctrine\DoctrineConnectionFactoryFactory(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Enqueue\ConnectionFactoryFactory()))->create(['dsn' => $this->getEnv('resolve:ENQUEUE_AMQP_DSN')]);
  29802.     }
  29803.     /**
  29804.      * Gets the private 'enqueue.transport.default.context' shared service.
  29805.      *
  29806.      * @return \Interop\Queue\Context
  29807.      */
  29808.     protected function getEnqueue_Transport_Default_ContextService()
  29809.     {
  29810.         return $this->privates['enqueue.transport.default.context'] = ($this->privates['enqueue.transport.default.connection_factory'] ?? $this->getEnqueue_Transport_Default_ConnectionFactoryService())->createContext();
  29811.     }
  29812.     /**
  29813.      * Gets the private 'enqueue.transport.default.processor_registry' shared service.
  29814.      *
  29815.      * @return \Enqueue\Symfony\ContainerProcessorRegistry
  29816.      */
  29817.     protected function getEnqueue_Transport_Default_ProcessorRegistryService()
  29818.     {
  29819.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/ProcessorRegistryInterface.php';
  29820.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/ContainerProcessorRegistry.php';
  29821.         return $this->privates['enqueue.transport.default.processor_registry'] = new \Enqueue\Symfony\ContainerProcessorRegistry((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  29822.             'enqueue_elastica.populate_processor' => ['privates''enqueue_elastica.populate_processor''getEnqueueElastica_PopulateProcessorService'false],
  29823.         ], [
  29824.             'enqueue_elastica.populate_processor' => '?',
  29825.         ]))->withContext('enqueue.transport.default.processor_registry'$this));
  29826.     }
  29827.     /**
  29828.      * Gets the private 'enqueue.transport.default.queue_consumer' shared service.
  29829.      *
  29830.      * @return \Enqueue\Consumption\QueueConsumer
  29831.      */
  29832.     protected function getEnqueue_Transport_Default_QueueConsumerService()
  29833.     {
  29834.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/QueueConsumerInterface.php';
  29835.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/QueueConsumer.php';
  29836.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/StartExtensionInterface.php';
  29837.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/PreSubscribeExtensionInterface.php';
  29838.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/PreConsumeExtensionInterface.php';
  29839.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/MessageReceivedExtensionInterface.php';
  29840.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/PostMessageReceivedExtensionInterface.php';
  29841.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/MessageResultExtensionInterface.php';
  29842.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/ProcessorExceptionExtensionInterface.php';
  29843.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/PostConsumeExtensionInterface.php';
  29844.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/EndExtensionInterface.php';
  29845.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/InitLoggerExtensionInterface.php';
  29846.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/ExtensionInterface.php';
  29847.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/ChainExtension.php';
  29848.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/Extension/LogExtension.php';
  29849.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/Extension/ReplyExtension.php';
  29850.         return $this->privates['enqueue.transport.default.queue_consumer'] = new \Enqueue\Consumption\QueueConsumer(($this->privates['enqueue.transport.default.context'] ?? $this->getEnqueue_Transport_Default_ContextService()), new \Enqueue\Consumption\ChainExtension([=> ($this->privates['enqueue.consumption.reply_extension'] ?? ($this->privates['enqueue.consumption.reply_extension'] = new \Enqueue\Consumption\Extension\ReplyExtension())), => new \Enqueue\Consumption\Extension\LogExtension()]), [], ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), 10000);
  29851.     }
  29852.     /**
  29853.      * Gets the private 'enqueue_elastica.populate_processor' shared service.
  29854.      *
  29855.      * @return \Enqueue\ElasticaBundle\Queue\PopulateProcessor
  29856.      */
  29857.     protected function getEnqueueElastica_PopulateProcessorService()
  29858.     {
  29859.         include_once \dirname(__DIR__4).'/vendor/queue-interop/queue-interop/src/Processor.php';
  29860.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/CommandSubscriberInterface.php';
  29861.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/QueueSubscriberInterface.php';
  29862.         include_once \dirname(__DIR__4).'/vendor/enqueue/elastica-bundle/Queue/PopulateProcessor.php';
  29863.         return $this->privates['enqueue_elastica.populate_processor'] = new \Enqueue\ElasticaBundle\Queue\PopulateProcessor(($this->services['fos_elastica.pager_provider_registry'] ?? $this->getFosElastica_PagerProviderRegistryService()), ($this->services['fos_elastica.pager_persister_registry'] ?? $this->getFosElastica_PagerPersisterRegistryService()));
  29864.     }
  29865.     /**
  29866.      * Gets the private 'enqueue_elastica.purge_populate_queue_listener' shared service.
  29867.      *
  29868.      * @return \Enqueue\ElasticaBundle\Persister\Listener\PurgePopulateQueueListener
  29869.      */
  29870.     protected function getEnqueueElastica_PurgePopulateQueueListenerService()
  29871.     {
  29872.         include_once \dirname(__DIR__4).'/vendor/enqueue/elastica-bundle/Persister/Listener/PurgePopulateQueueListener.php';
  29873.         return $this->privates['enqueue_elastica.purge_populate_queue_listener'] = new \Enqueue\ElasticaBundle\Persister\Listener\PurgePopulateQueueListener(($this->privates['enqueue.transport.default.context'] ?? $this->getEnqueue_Transport_Default_ContextService()));
  29874.     }
  29875.     /**
  29876.      * Gets the private 'error_handler.error_renderer.html' shared service.
  29877.      *
  29878.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  29879.      */
  29880.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  29881.     {
  29882.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  29883.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  29884.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  29885.         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()));
  29886.     }
  29887.     /**
  29888.      * Gets the private 'exception_listener' shared service.
  29889.      *
  29890.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  29891.      */
  29892.     protected function getExceptionListenerService()
  29893.     {
  29894.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  29895.     }
  29896.     /**
  29897.      * Gets the private 'form.choice_list_factory.cached' shared service.
  29898.      *
  29899.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  29900.      */
  29901.     protected function getForm_ChoiceListFactory_CachedService()
  29902.     {
  29903.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  29904.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  29905.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  29906.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  29907.         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())));
  29908.     }
  29909.     /**
  29910.      * Gets the private 'form.registry' shared service.
  29911.      *
  29912.      * @return \Symfony\Component\Form\FormRegistry
  29913.      */
  29914.     protected function getForm_RegistryService()
  29915.     {
  29916.         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, [
  29917.             'App\\Form\\Type\\Banners\\BannersType' => ['privates''App\\Form\\Type\\Banners\\BannersType''getBannersTypeService'false],
  29918.             'App\\Form\\Type\\EmailList\\EmailListType' => ['privates''App\\Form\\Type\\EmailList\\EmailListType''getEmailListTypeService'false],
  29919.             'App\\Form\\Type\\Lead\\LeadFormType' => ['privates''App\\Form\\Type\\Lead\\LeadFormType''getLeadFormTypeService'false],
  29920.             'App\\Form\\Type\\Lead\\PhoneFormType' => ['privates''App\\Form\\Type\\Lead\\PhoneFormType''getPhoneFormTypeService'false],
  29921.             'App\\Form\\Type\\Listing\\ListingDescriptionType' => ['privates''App\\Form\\Type\\Listing\\ListingDescriptionType''getListingDescriptionTypeService'false],
  29922.             'App\\Form\\Type\\Listing\\ListingDetailsType' => ['privates''App\\Form\\Type\\Listing\\ListingDetailsType''getListingDetailsTypeService'false],
  29923.             'App\\Form\\Type\\Listing\\ListingInitializeType' => ['privates''App\\Form\\Type\\Listing\\ListingInitializeType''getListingInitializeTypeService'false],
  29924.             'App\\Form\\Type\\Listing\\ListingPhotosType' => ['privates''App\\Form\\Type\\Listing\\ListingPhotosType''getListingPhotosTypeService'false],
  29925.             'App\\Form\\Type\\Listing\\PhotoType' => ['privates''App\\Form\\Type\\Listing\\PhotoType''getPhotoTypeService'false],
  29926.             'App\\Form\\Type\\Security\\ChangePasswordType' => ['privates''App\\Form\\Type\\Security\\ChangePasswordType''getChangePasswordTypeService'false],
  29927.             'App\\Form\\Type\\Subscriptions\\SubscriptionPlanType' => ['privates''App\\Form\\Type\\Subscriptions\\SubscriptionPlanType''getSubscriptionPlanTypeService'false],
  29928.             'App\\Form\\Type\\User\\SubAccountFormType' => ['privates''App\\Form\\Type\\User\\SubAccountFormType''getSubAccountFormTypeService'false],
  29929.             'Aqarmap\\Bundle\\AnnouncementBundle\\Form\\AnnouncementType' => ['privates''Aqarmap\\Bundle\\AnnouncementBundle\\Form\\AnnouncementType''getAnnouncementTypeService'false],
  29930.             'Aqarmap\\Bundle\\BrokerSalesBundle\\Form\\AssignBrokerToSellerType' => ['privates''Aqarmap\\Bundle\\BrokerSalesBundle\\Form\\AssignBrokerToSellerType''getAssignBrokerToSellerTypeService'false],
  29931.             'Aqarmap\\Bundle\\BrokerSalesBundle\\Form\\ExistingUserFormType' => ['privates''Aqarmap\\Bundle\\BrokerSalesBundle\\Form\\ExistingUserFormType''getExistingUserFormTypeService'false],
  29932.             'Aqarmap\\Bundle\\BrokerSalesBundle\\Form\\RegisterNewUserType' => ['privates''Aqarmap\\Bundle\\BrokerSalesBundle\\Form\\RegisterNewUserType''getRegisterNewUserTypeService'false],
  29933.             'Aqarmap\\Bundle\\BuyerAlertsBundle\\Form\\BuyerAlertsApiType' => ['privates''Aqarmap\\Bundle\\BuyerAlertsBundle\\Form\\BuyerAlertsApiType''getBuyerAlertsApiTypeService'false],
  29934.             'Aqarmap\\Bundle\\BuyerAlertsBundle\\Form\\BuyerAlertsType' => ['privates''Aqarmap\\Bundle\\BuyerAlertsBundle\\Form\\BuyerAlertsType''getBuyerAlertsTypeService'false],
  29935.             'Aqarmap\\Bundle\\CRMBundle\\Form\\AttachmentType' => ['privates''Aqarmap\\Bundle\\CRMBundle\\Form\\AttachmentType''getAttachmentTypeService'false],
  29936.             'Aqarmap\\Bundle\\CRMBundle\\Form\\CompanyAccountManagerType' => ['privates''Aqarmap\\Bundle\\CRMBundle\\Form\\CompanyAccountManagerType''getCompanyAccountManagerTypeService'false],
  29937.             'Aqarmap\\Bundle\\CRMBundle\\Form\\CompanyType' => ['privates''Aqarmap\\Bundle\\CRMBundle\\Form\\CompanyType''getCompanyTypeService'false],
  29938.             'Aqarmap\\Bundle\\CRMBundle\\Form\\ExistingUserFormType' => ['privates''Aqarmap\\Bundle\\CRMBundle\\Form\\ExistingUserFormType''getExistingUserFormType2Service'false],
  29939.             'Aqarmap\\Bundle\\CRMBundle\\Form\\PhotoType' => ['privates''Aqarmap\\Bundle\\CRMBundle\\Form\\PhotoType''getPhotoType2Service'false],
  29940.             'Aqarmap\\Bundle\\CRMBundle\\Form\\StaffCheckInType' => ['privates''Aqarmap\\Bundle\\CRMBundle\\Form\\StaffCheckInType''getStaffCheckInTypeService'false],
  29941.             'Aqarmap\\Bundle\\CRMBundle\\Form\\StaffType' => ['privates''Aqarmap\\Bundle\\CRMBundle\\Form\\StaffType''getStaffTypeService'false],
  29942.             'Aqarmap\\Bundle\\CreditBundle\\Form\\AdminSubtractCreditsFormType' => ['privates''Aqarmap\\Bundle\\CreditBundle\\Form\\AdminSubtractCreditsFormType''getAdminSubtractCreditsFormTypeService'false],
  29943.             'Aqarmap\\Bundle\\CreditBundle\\Form\\Admin\\TransferPointsType' => ['privates''Aqarmap\\Bundle\\CreditBundle\\Form\\Admin\\TransferPointsType''getTransferPointsTypeService'false],
  29944.             'Aqarmap\\Bundle\\CreditBundle\\Form\\Admin\\UserPointsType' => ['privates''Aqarmap\\Bundle\\CreditBundle\\Form\\Admin\\UserPointsType''getUserPointsTypeService'false],
  29945.             'Aqarmap\\Bundle\\CreditBundle\\Form\\BuyCreditsFormType' => ['privates''Aqarmap\\Bundle\\CreditBundle\\Form\\BuyCreditsFormType''getBuyCreditsFormTypeService'false],
  29946.             'Aqarmap\\Bundle\\CreditBundle\\Form\\ExportCreditTransactionType' => ['privates''Aqarmap\\Bundle\\CreditBundle\\Form\\ExportCreditTransactionType''getExportCreditTransactionTypeService'false],
  29947.             'Aqarmap\\Bundle\\CreditBundle\\Form\\FaqType' => ['privates''Aqarmap\\Bundle\\CreditBundle\\Form\\FaqType''getFaqTypeService'false],
  29948.             'Aqarmap\\Bundle\\CreditBundle\\Form\\PackageFiltersFormType' => ['privates''Aqarmap\\Bundle\\CreditBundle\\Form\\PackageFiltersFormType''getPackageFiltersFormTypeService'false],
  29949.             'Aqarmap\\Bundle\\CreditBundle\\Form\\PackageType' => ['privates''Aqarmap\\Bundle\\CreditBundle\\Form\\PackageType''getPackageTypeService'false],
  29950.             'Aqarmap\\Bundle\\CreditBundle\\Form\\ServiceType' => ['privates''Aqarmap\\Bundle\\CreditBundle\\Form\\ServiceType''getServiceTypeService'false],
  29951.             'Aqarmap\\Bundle\\CustomerProfilingBundle\\Form\\AnnualSurveyType' => ['privates''Aqarmap\\Bundle\\CustomerProfilingBundle\\Form\\AnnualSurveyType''getAnnualSurveyTypeService'false],
  29952.             'Aqarmap\\Bundle\\CustomerProfilingBundle\\Form\\DynamicQuestionChoiceType' => ['privates''Aqarmap\\Bundle\\CustomerProfilingBundle\\Form\\DynamicQuestionChoiceType''getDynamicQuestionChoiceTypeService'false],
  29953.             'Aqarmap\\Bundle\\CustomerProfilingBundle\\Form\\DynamicQuestionType' => ['privates''Aqarmap\\Bundle\\CustomerProfilingBundle\\Form\\DynamicQuestionType''getDynamicQuestionTypeService'false],
  29954.             'Aqarmap\\Bundle\\CustomerProfilingBundle\\Form\\QuestionSetType' => ['privates''Aqarmap\\Bundle\\CustomerProfilingBundle\\Form\\QuestionSetType''getQuestionSetTypeService'false],
  29955.             'Aqarmap\\Bundle\\DiscussionBundle\\Form\\CategoryType' => ['privates''Aqarmap\\Bundle\\DiscussionBundle\\Form\\CategoryType''getCategoryTypeService'false],
  29956.             'Aqarmap\\Bundle\\DiscussionBundle\\Form\\CommentType' => ['privates''Aqarmap\\Bundle\\DiscussionBundle\\Form\\CommentType''getCommentTypeService'false],
  29957.             'Aqarmap\\Bundle\\DiscussionBundle\\Form\\DiscussionSearchType' => ['privates''Aqarmap\\Bundle\\DiscussionBundle\\Form\\DiscussionSearchType''getDiscussionSearchTypeService'false],
  29958.             'Aqarmap\\Bundle\\DiscussionBundle\\Form\\DiscussionType' => ['privates''Aqarmap\\Bundle\\DiscussionBundle\\Form\\DiscussionType''getDiscussionTypeService'false],
  29959.             'Aqarmap\\Bundle\\ExchangeBundle\\Form\\ExchangeRequestType' => ['privates''Aqarmap\\Bundle\\ExchangeBundle\\Form\\ExchangeRequestType''getExchangeRequestTypeService'false],
  29960.             'Aqarmap\\Bundle\\FeatureToggleBundle\\Form\\Admin\\AddFeatureToggleFormType' => ['privates''Aqarmap\\Bundle\\FeatureToggleBundle\\Form\\Admin\\AddFeatureToggleFormType''getAddFeatureToggleFormTypeService'false],
  29961.             'Aqarmap\\Bundle\\FeatureToggleBundle\\Form\\Admin\\EditFeatureToggleFormType' => ['privates''Aqarmap\\Bundle\\FeatureToggleBundle\\Form\\Admin\\EditFeatureToggleFormType''getEditFeatureToggleFormTypeService'false],
  29962.             'Aqarmap\\Bundle\\FinancialAidsBundle\\Form\\Admin\\FinancialAidForm' => ['privates''Aqarmap\\Bundle\\FinancialAidsBundle\\Form\\Admin\\FinancialAidForm''getFinancialAidFormService'false],
  29963.             'Aqarmap\\Bundle\\ListingBundle\\Form\\AdminListingRuleFilterType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\AdminListingRuleFilterType''getAdminListingRuleFilterTypeService'false],
  29964.             'Aqarmap\\Bundle\\ListingBundle\\Form\\AdminListingRuleType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\AdminListingRuleType''getAdminListingRuleTypeService'false],
  29965.             'Aqarmap\\Bundle\\ListingBundle\\Form\\AdvancedFilterType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\AdvancedFilterType''getAdvancedFilterTypeService'false],
  29966.             'Aqarmap\\Bundle\\ListingBundle\\Form\\AdvancedSearchType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\AdvancedSearchType''getAdvancedSearchTypeService'false],
  29967.             'Aqarmap\\Bundle\\ListingBundle\\Form\\AutoBumpUpListingType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\AutoBumpUpListingType''getAutoBumpUpListingTypeService'false],
  29968.             'Aqarmap\\Bundle\\ListingBundle\\Form\\CallRequestFormType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\CallRequestFormType''getCallRequestFormTypeService'false],
  29969.             'Aqarmap\\Bundle\\ListingBundle\\Form\\ChangeAreaType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\ChangeAreaType''getChangeAreaTypeService'false],
  29970.             'Aqarmap\\Bundle\\ListingBundle\\Form\\ChangeLocationType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\ChangeLocationType''getChangeLocationTypeService'false],
  29971.             'Aqarmap\\Bundle\\ListingBundle\\Form\\ChangePaymentMethodType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\ChangePaymentMethodType''getChangePaymentMethodTypeService'false],
  29972.             'Aqarmap\\Bundle\\ListingBundle\\Form\\ChangePropertyTypeType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\ChangePropertyTypeType''getChangePropertyTypeTypeService'false],
  29973.             'Aqarmap\\Bundle\\ListingBundle\\Form\\ChangeSectionType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\ChangeSectionType''getChangeSectionTypeService'false],
  29974.             'Aqarmap\\Bundle\\ListingBundle\\Form\\CompoundLocationType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\CompoundLocationType''getCompoundLocationTypeService'false],
  29975.             'Aqarmap\\Bundle\\ListingBundle\\Form\\CompoundSearchFormType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\CompoundSearchFormType''getCompoundSearchFormTypeService'false],
  29976.             'Aqarmap\\Bundle\\ListingBundle\\Form\\ContactSellerFormType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\ContactSellerFormType''getContactSellerFormTypeService'false],
  29977.             'Aqarmap\\Bundle\\ListingBundle\\Form\\ContactSellerWideFormType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\ContactSellerWideFormType''getContactSellerWideFormTypeService'false],
  29978.             'Aqarmap\\Bundle\\ListingBundle\\Form\\CustomFieldChoiceType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\CustomFieldChoiceType''getCustomFieldChoiceTypeService'false],
  29979.             'Aqarmap\\Bundle\\ListingBundle\\Form\\DeleteListingFormType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\DeleteListingFormType''getDeleteListingFormTypeService'false],
  29980.             'Aqarmap\\Bundle\\ListingBundle\\Form\\ExistingParticipantFormType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\ExistingParticipantFormType''getExistingParticipantFormTypeService'false],
  29981.             'Aqarmap\\Bundle\\ListingBundle\\Form\\ExportCustomerLeadsType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\ExportCustomerLeadsType''getExportCustomerLeadsTypeService'false],
  29982.             'Aqarmap\\Bundle\\ListingBundle\\Form\\FetchLocationsType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\FetchLocationsType''getFetchLocationsTypeService'false],
  29983.             'Aqarmap\\Bundle\\ListingBundle\\Form\\FullAdvancedFilterType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\FullAdvancedFilterType''getFullAdvancedFilterTypeService'false],
  29984.             'Aqarmap\\Bundle\\ListingBundle\\Form\\ImportLocationsType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\ImportLocationsType''getImportLocationsTypeService'false],
  29985.             'Aqarmap\\Bundle\\ListingBundle\\Form\\LandingPageFormType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\LandingPageFormType''getLandingPageFormTypeService'false],
  29986.             'Aqarmap\\Bundle\\ListingBundle\\Form\\LeadType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\LeadType''getLeadTypeService'false],
  29987.             'Aqarmap\\Bundle\\ListingBundle\\Form\\ListingApiType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\ListingApiType''getListingApiTypeService'false],
  29988.             'Aqarmap\\Bundle\\ListingBundle\\Form\\ListingAttributeType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\ListingAttributeType''getListingAttributeTypeService'false],
  29989.             'Aqarmap\\Bundle\\ListingBundle\\Form\\ListingBasicsType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\ListingBasicsType''getListingBasicsTypeService'false],
  29990.             'Aqarmap\\Bundle\\ListingBundle\\Form\\ListingBulkUpdateType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\ListingBulkUpdateType''getListingBulkUpdateTypeService'false],
  29991.             'Aqarmap\\Bundle\\ListingBundle\\Form\\ListingInitializeType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\ListingInitializeType''getListingInitializeType2Service'false],
  29992.             'Aqarmap\\Bundle\\ListingBundle\\Form\\ListingLocationType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\ListingLocationType''getListingLocationTypeService'false],
  29993.             'Aqarmap\\Bundle\\ListingBundle\\Form\\ListingNoteType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\ListingNoteType''getListingNoteTypeService'false],
  29994.             'Aqarmap\\Bundle\\ListingBundle\\Form\\ListingOwnerType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\ListingOwnerType''getListingOwnerTypeService'false],
  29995.             'Aqarmap\\Bundle\\ListingBundle\\Form\\ListingPhotoType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\ListingPhotoType''getListingPhotoTypeService'false],
  29996.             'Aqarmap\\Bundle\\ListingBundle\\Form\\ListingRejectionType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\ListingRejectionType''getListingRejectionTypeService'false],
  29997.             'Aqarmap\\Bundle\\ListingBundle\\Form\\ListingTranslationType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\ListingTranslationType''getListingTranslationTypeService'false],
  29998.             'Aqarmap\\Bundle\\ListingBundle\\Form\\ListingType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\ListingType''getListingTypeService'false],
  29999.             'Aqarmap\\Bundle\\ListingBundle\\Form\\LiteListingType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\LiteListingType''getLiteListingTypeService'false],
  30000.             'Aqarmap\\Bundle\\ListingBundle\\Form\\LocationBulkUpdateType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\LocationBulkUpdateType''getLocationBulkUpdateTypeService'false],
  30001.             'Aqarmap\\Bundle\\ListingBundle\\Form\\LocationHistoryLinkType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\LocationHistoryLinkType''getLocationHistoryLinkTypeService'false],
  30002.             'Aqarmap\\Bundle\\ListingBundle\\Form\\LocationRatingType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\LocationRatingType''getLocationRatingTypeService'false],
  30003.             'Aqarmap\\Bundle\\ListingBundle\\Form\\LocationType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\LocationType''getLocationTypeService'false],
  30004.             'Aqarmap\\Bundle\\ListingBundle\\Form\\MoveLocationListings' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\MoveLocationListings''getMoveLocationListingsService'false],
  30005.             'Aqarmap\\Bundle\\ListingBundle\\Form\\MultipleSearchFormType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\MultipleSearchFormType''getMultipleSearchFormTypeService'false],
  30006.             'Aqarmap\\Bundle\\ListingBundle\\Form\\MyListingSearchType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\MyListingSearchType''getMyListingSearchTypeService'false],
  30007.             'Aqarmap\\Bundle\\ListingBundle\\Form\\NearestLocationType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\NearestLocationType''getNearestLocationTypeService'false],
  30008.             'Aqarmap\\Bundle\\ListingBundle\\Form\\OnePhotoType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\OnePhotoType''getOnePhotoTypeService'false],
  30009.             'Aqarmap\\Bundle\\ListingBundle\\Form\\PhoneType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\PhoneType''getPhoneTypeService'false],
  30010.             'Aqarmap\\Bundle\\ListingBundle\\Form\\PhotoType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\PhotoType''getPhotoType3Service'false],
  30011.             'Aqarmap\\Bundle\\ListingBundle\\Form\\ProjectSettingFormType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\ProjectSettingFormType''getProjectSettingFormTypeService'false],
  30012.             'Aqarmap\\Bundle\\ListingBundle\\Form\\PropertyTypeType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\PropertyTypeType''getPropertyTypeTypeService'false],
  30013.             'Aqarmap\\Bundle\\ListingBundle\\Form\\QuickAddListingType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\QuickAddListingType''getQuickAddListingTypeService'false],
  30014.             'Aqarmap\\Bundle\\ListingBundle\\Form\\QuickContactSellerType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\QuickContactSellerType''getQuickContactSellerTypeService'false],
  30015.             'Aqarmap\\Bundle\\ListingBundle\\Form\\QuickCreateLeadFormType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\QuickCreateLeadFormType''getQuickCreateLeadFormTypeService'false],
  30016.             'Aqarmap\\Bundle\\ListingBundle\\Form\\QuickLeadType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\QuickLeadType''getQuickLeadTypeService'false],
  30017.             'Aqarmap\\Bundle\\ListingBundle\\Form\\RatesNoteType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\RatesNoteType''getRatesNoteTypeService'false],
  30018.             'Aqarmap\\Bundle\\ListingBundle\\Form\\RejectionType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\RejectionType''getRejectionTypeService'false],
  30019.             'Aqarmap\\Bundle\\ListingBundle\\Form\\ScrapedListingStateType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\ScrapedListingStateType''getScrapedListingStateTypeService'false],
  30020.             'Aqarmap\\Bundle\\ListingBundle\\Form\\SearchBoxType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\SearchBoxType''getSearchBoxTypeService'false],
  30021.             'Aqarmap\\Bundle\\ListingBundle\\Form\\SearchByLocationType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\SearchByLocationType''getSearchByLocationTypeService'false],
  30022.             'Aqarmap\\Bundle\\ListingBundle\\Form\\SearchTermAliasType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\SearchTermAliasType''getSearchTermAliasTypeService'false],
  30023.             'Aqarmap\\Bundle\\ListingBundle\\Form\\SearchType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\SearchType''getSearchTypeService'false],
  30024.             'Aqarmap\\Bundle\\ListingBundle\\Form\\StatisticsType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\StatisticsType''getStatisticsTypeService'false],
  30025.             'Aqarmap\\Bundle\\ListingBundle\\Form\\UserDeviceType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\UserDeviceType''getUserDeviceTypeService'false],
  30026.             'Aqarmap\\Bundle\\ListingBundle\\Form\\V3\\AddListingType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\V3\\AddListingType''getAddListingTypeService'false],
  30027.             'Aqarmap\\Bundle\\ListingBundle\\Form\\V3\\ListingAttributeType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\V3\\ListingAttributeType''getListingAttributeType2Service'false],
  30028.             'Aqarmap\\Bundle\\ListingBundle\\Form\\V3\\ListingType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\V3\\ListingType''getListingType2Service'false],
  30029.             'Aqarmap\\Bundle\\ListingBundle\\Form\\V3\\ListingTypes\\DescriptionTranslationType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\V3\\ListingTypes\\DescriptionTranslationType''getDescriptionTranslationTypeService'false],
  30030.             'Aqarmap\\Bundle\\ListingBundle\\Form\\V3\\ListingTypes\\TitleTranslationType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\V3\\ListingTypes\\TitleTranslationType''getTitleTranslationTypeService'false],
  30031.             'Aqarmap\\Bundle\\ListingBundle\\Form\\V4\\ListingType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\V4\\ListingType''getListingType3Service'false],
  30032.             'Aqarmap\\Bundle\\MainBundle\\Form\\Admin\\AddSettingType' => ['privates''Aqarmap\\Bundle\\MainBundle\\Form\\Admin\\AddSettingType''getAddSettingTypeService'false],
  30033.             'Aqarmap\\Bundle\\MainBundle\\Form\\Admin\\UpdateSettingType' => ['privates''Aqarmap\\Bundle\\MainBundle\\Form\\Admin\\UpdateSettingType''getUpdateSettingTypeService'false],
  30034.             'Aqarmap\\Bundle\\MainBundle\\Form\\ConfirmFeaturedFormType' => ['privates''Aqarmap\\Bundle\\MainBundle\\Form\\ConfirmFeaturedFormType''getConfirmFeaturedFormTypeService'false],
  30035.             'Aqarmap\\Bundle\\MainBundle\\Form\\ConfirmFormType' => ['privates''Aqarmap\\Bundle\\MainBundle\\Form\\ConfirmFormType''getConfirmFormTypeService'false],
  30036.             'Aqarmap\\Bundle\\MainBundle\\Form\\CustomParagraphType' => ['privates''Aqarmap\\Bundle\\MainBundle\\Form\\CustomParagraphType''getCustomParagraphTypeService'false],
  30037.             'Aqarmap\\Bundle\\MainBundle\\Form\\DefaultTopCustomerType' => ['privates''Aqarmap\\Bundle\\MainBundle\\Form\\DefaultTopCustomerType''getDefaultTopCustomerTypeService'false],
  30038.             'Aqarmap\\Bundle\\MainBundle\\Form\\FeedbackNoteType' => ['privates''Aqarmap\\Bundle\\MainBundle\\Form\\FeedbackNoteType''getFeedbackNoteTypeService'false],
  30039.             'Aqarmap\\Bundle\\MainBundle\\Form\\FeedbackType' => ['privates''Aqarmap\\Bundle\\MainBundle\\Form\\FeedbackType''getFeedbackTypeService'false],
  30040.             'Aqarmap\\Bundle\\MainBundle\\Form\\FilterCustomParagraphType' => ['privates''Aqarmap\\Bundle\\MainBundle\\Form\\FilterCustomParagraphType''getFilterCustomParagraphTypeService'false],
  30041.             'Aqarmap\\Bundle\\MainBundle\\Form\\JoinUsType' => ['privates''Aqarmap\\Bundle\\MainBundle\\Form\\JoinUsType''getJoinUsTypeService'false],
  30042.             'Aqarmap\\Bundle\\MainBundle\\Form\\LinkType' => ['privates''Aqarmap\\Bundle\\MainBundle\\Form\\LinkType''getLinkTypeService'false],
  30043.             'Aqarmap\\Bundle\\MainBundle\\Form\\MenuType' => ['privates''Aqarmap\\Bundle\\MainBundle\\Form\\MenuType''getMenuTypeService'false],
  30044.             'Aqarmap\\Bundle\\MainBundle\\Form\\PageType' => ['privates''Aqarmap\\Bundle\\MainBundle\\Form\\PageType''getPageTypeService'false],
  30045.             'Aqarmap\\Bundle\\MainBundle\\Form\\SinglePhotoType' => ['privates''Aqarmap\\Bundle\\MainBundle\\Form\\SinglePhotoType''getSinglePhotoTypeService'false],
  30046.             'Aqarmap\\Bundle\\MainBundle\\Form\\TestimonialType' => ['privates''Aqarmap\\Bundle\\MainBundle\\Form\\TestimonialType''getTestimonialTypeService'false],
  30047.             'Aqarmap\\Bundle\\NeighborhoodBundle\\Form\\CompoundSearchType' => ['privates''Aqarmap\\Bundle\\NeighborhoodBundle\\Form\\CompoundSearchType''getCompoundSearchTypeService'false],
  30048.             'Aqarmap\\Bundle\\NeighborhoodBundle\\Form\\LocationCompoundSizeType' => ['privates''Aqarmap\\Bundle\\NeighborhoodBundle\\Form\\LocationCompoundSizeType''getLocationCompoundSizeTypeService'false],
  30049.             'Aqarmap\\Bundle\\NeighborhoodBundle\\Form\\LocationCompoundType' => ['privates''Aqarmap\\Bundle\\NeighborhoodBundle\\Form\\LocationCompoundType''getLocationCompoundTypeService'false],
  30050.             'Aqarmap\\Bundle\\NeighborhoodBundle\\Form\\LocationStatisticsType' => ['privates''Aqarmap\\Bundle\\NeighborhoodBundle\\Form\\LocationStatisticsType''getLocationStatisticsTypeService'false],
  30051.             'Aqarmap\\Bundle\\NotifierBundle\\Form\\DashboardOptionsType' => ['privates''Aqarmap\\Bundle\\NotifierBundle\\Form\\DashboardOptionsType''getDashboardOptionsTypeService'false],
  30052.             'Aqarmap\\Bundle\\NotifierBundle\\Form\\NotifierApiType' => ['privates''Aqarmap\\Bundle\\NotifierBundle\\Form\\NotifierApiType''getNotifierApiTypeService'false],
  30053.             'Aqarmap\\Bundle\\NotifierBundle\\Form\\NotifierSettingsType' => ['privates''Aqarmap\\Bundle\\NotifierBundle\\Form\\NotifierSettingsType''getNotifierSettingsTypeService'false],
  30054.             'Aqarmap\\Bundle\\NotifierBundle\\Form\\NotifierType' => ['privates''Aqarmap\\Bundle\\NotifierBundle\\Form\\NotifierType''getNotifierTypeService'false],
  30055.             'Aqarmap\\Bundle\\PaymentBundle\\Form\\AdminAddPaymentTransactionFormType' => ['privates''Aqarmap\\Bundle\\PaymentBundle\\Form\\AdminAddPaymentTransactionFormType''getAdminAddPaymentTransactionFormTypeService'false],
  30056.             'Aqarmap\\Bundle\\PaymentBundle\\Form\\AdminAssignAgentType' => ['privates''Aqarmap\\Bundle\\PaymentBundle\\Form\\AdminAssignAgentType''getAdminAssignAgentTypeService'false],
  30057.             'Aqarmap\\Bundle\\PaymentBundle\\Form\\AdminEditPaymentTransactionFormType' => ['privates''Aqarmap\\Bundle\\PaymentBundle\\Form\\AdminEditPaymentTransactionFormType''getAdminEditPaymentTransactionFormTypeService'false],
  30058.             'Aqarmap\\Bundle\\PaymentBundle\\Form\\AdminGeneratePaymentCodeFormType' => ['privates''Aqarmap\\Bundle\\PaymentBundle\\Form\\AdminGeneratePaymentCodeFormType''getAdminGeneratePaymentCodeFormTypeService'false],
  30059.             'Aqarmap\\Bundle\\PaymentBundle\\Form\\ManualFawryCodeFormType' => ['privates''Aqarmap\\Bundle\\PaymentBundle\\Form\\ManualFawryCodeFormType''getManualFawryCodeFormTypeService'false],
  30060.             'Aqarmap\\Bundle\\PaymentBundle\\Form\\PaymentFiltersFormType' => ['privates''Aqarmap\\Bundle\\PaymentBundle\\Form\\PaymentFiltersFormType''getPaymentFiltersFormTypeService'false],
  30061.             'Aqarmap\\Bundle\\SearchBundle\\Form\\SearchCombinationFilterType' => ['privates''Aqarmap\\Bundle\\SearchBundle\\Form\\SearchCombinationFilterType''getSearchCombinationFilterTypeService'false],
  30062.             'Aqarmap\\Bundle\\TopSellerBundle\\Form\\BulkTopSellerLeadType' => ['privates''Aqarmap\\Bundle\\TopSellerBundle\\Form\\BulkTopSellerLeadType''getBulkTopSellerLeadTypeService'false],
  30063.             'Aqarmap\\Bundle\\UserBundle\\Form\\AddUserPhoneFormType' => ['privates''Aqarmap\\Bundle\\UserBundle\\Form\\AddUserPhoneFormType''getAddUserPhoneFormTypeService'false],
  30064.             'Aqarmap\\Bundle\\UserBundle\\Form\\Admin\\AddUserServiceType' => ['privates''Aqarmap\\Bundle\\UserBundle\\Form\\Admin\\AddUserServiceType''getAddUserServiceTypeService'false],
  30065.             'Aqarmap\\Bundle\\UserBundle\\Form\\Admin\\UpdateUserPackageType' => ['privates''Aqarmap\\Bundle\\UserBundle\\Form\\Admin\\UpdateUserPackageType''getUpdateUserPackageTypeService'false],
  30066.             'Aqarmap\\Bundle\\UserBundle\\Form\\Admin\\UpdateUserServiceType' => ['privates''Aqarmap\\Bundle\\UserBundle\\Form\\Admin\\UpdateUserServiceType''getUpdateUserServiceTypeService'false],
  30067.             'Aqarmap\\Bundle\\UserBundle\\Form\\Admin\\UserInfoType' => ['privates''Aqarmap\\Bundle\\UserBundle\\Form\\Admin\\UserInfoType''getUserInfoTypeService'false],
  30068.             'Aqarmap\\Bundle\\UserBundle\\Form\\Admin\\UserTypeChangeType' => ['privates''Aqarmap\\Bundle\\UserBundle\\Form\\Admin\\UserTypeChangeType''getUserTypeChangeTypeService'false],
  30069.             'Aqarmap\\Bundle\\UserBundle\\Form\\BoostLevelType' => ['privates''Aqarmap\\Bundle\\UserBundle\\Form\\BoostLevelType''getBoostLevelTypeService'false],
  30070.             'Aqarmap\\Bundle\\UserBundle\\Form\\BrokerType' => ['privates''Aqarmap\\Bundle\\UserBundle\\Form\\BrokerType''getBrokerTypeService'false],
  30071.             'Aqarmap\\Bundle\\UserBundle\\Form\\ChangeGroupType' => ['privates''Aqarmap\\Bundle\\UserBundle\\Form\\ChangeGroupType''getChangeGroupTypeService'false],
  30072.             'Aqarmap\\Bundle\\UserBundle\\Form\\ChangePasswordFormType' => ['privates''Aqarmap\\Bundle\\UserBundle\\Form\\ChangePasswordFormType''getChangePasswordFormTypeService'false],
  30073.             'Aqarmap\\Bundle\\UserBundle\\Form\\CustomerSearchForm' => ['privates''Aqarmap\\Bundle\\UserBundle\\Form\\CustomerSearchForm''getCustomerSearchFormService'false],
  30074.             'Aqarmap\\Bundle\\UserBundle\\Form\\DeviceType' => ['privates''Aqarmap\\Bundle\\UserBundle\\Form\\DeviceType''getDeviceTypeService'false],
  30075.             'Aqarmap\\Bundle\\UserBundle\\Form\\EditPhoneNumberType' => ['privates''Aqarmap\\Bundle\\UserBundle\\Form\\EditPhoneNumberType''getEditPhoneNumberTypeService'false],
  30076.             'Aqarmap\\Bundle\\UserBundle\\Form\\GroupFormType' => ['privates''Aqarmap\\Bundle\\UserBundle\\Form\\GroupFormType''getGroupFormTypeService'false],
  30077.             'Aqarmap\\Bundle\\UserBundle\\Form\\ImportDeveloperUserType' => ['privates''Aqarmap\\Bundle\\UserBundle\\Form\\ImportDeveloperUserType''getImportDeveloperUserTypeService'false],
  30078.             'Aqarmap\\Bundle\\UserBundle\\Form\\ImportUserGroupType' => ['privates''Aqarmap\\Bundle\\UserBundle\\Form\\ImportUserGroupType''getImportUserGroupTypeService'false],
  30079.             'Aqarmap\\Bundle\\UserBundle\\Form\\ImportUserType' => ['privates''Aqarmap\\Bundle\\UserBundle\\Form\\ImportUserType''getImportUserTypeService'false],
  30080.             'Aqarmap\\Bundle\\UserBundle\\Form\\PersonalInfoType' => ['privates''Aqarmap\\Bundle\\UserBundle\\Form\\PersonalInfoType''getPersonalInfoTypeService'false],
  30081.             'Aqarmap\\Bundle\\UserBundle\\Form\\ProfileFormType' => ['privates''aqarmap_user.profile.form.type''getAqarmapUser_Profile_Form_TypeService'false],
  30082.             'Aqarmap\\Bundle\\UserBundle\\Form\\QuickRegistrationFormType' => ['privates''Aqarmap\\Bundle\\UserBundle\\Form\\QuickRegistrationFormType''getQuickRegistrationFormTypeService'false],
  30083.             'Aqarmap\\Bundle\\UserBundle\\Form\\RegistrationFormType' => ['privates''aqarmap_user.registration.form.type''getAqarmapUser_Registration_Form_TypeService'false],
  30084.             'Aqarmap\\Bundle\\UserBundle\\Form\\SubAccountFormType' => ['privates''Aqarmap\\Bundle\\UserBundle\\Form\\SubAccountFormType''getSubAccountFormType2Service'false],
  30085.             'Aqarmap\\Bundle\\UserBundle\\Form\\TargetAudienceHistoryType' => ['privates''Aqarmap\\Bundle\\UserBundle\\Form\\TargetAudienceHistoryType''getTargetAudienceHistoryTypeService'false],
  30086.             'Aqarmap\\Bundle\\UserBundle\\Form\\TeamType' => ['privates''Aqarmap\\Bundle\\UserBundle\\Form\\TeamType''getTeamTypeService'false],
  30087.             'Aqarmap\\Bundle\\UserBundle\\Form\\UpdateCompanyInfoFormType' => ['privates''Aqarmap\\Bundle\\UserBundle\\Form\\UpdateCompanyInfoFormType''getUpdateCompanyInfoFormTypeService'false],
  30088.             'Aqarmap\\Bundle\\UserBundle\\Form\\UpdateProfileBasicInfoFormType' => ['privates''Aqarmap\\Bundle\\UserBundle\\Form\\UpdateProfileBasicInfoFormType''getUpdateProfileBasicInfoFormTypeService'false],
  30089.             'Aqarmap\\Bundle\\UserBundle\\Form\\UpdateProfileFormType' => ['privates''Aqarmap\\Bundle\\UserBundle\\Form\\UpdateProfileFormType''getUpdateProfileFormTypeService'false],
  30090.             'Aqarmap\\Bundle\\UserBundle\\Form\\UserDomainType' => ['privates''Aqarmap\\Bundle\\UserBundle\\Form\\UserDomainType''getUserDomainTypeService'false],
  30091.             'Aqarmap\\Bundle\\UserBundle\\Form\\UserExtendCreditDateType' => ['privates''Aqarmap\\Bundle\\UserBundle\\Form\\UserExtendCreditDateType''getUserExtendCreditDateTypeService'false],
  30092.             'Aqarmap\\Bundle\\UserBundle\\Form\\UserKeywordType' => ['privates''Aqarmap\\Bundle\\UserBundle\\Form\\UserKeywordType''getUserKeywordTypeService'false],
  30093.             'Aqarmap\\Bundle\\UserBundle\\Form\\UserPhoneType' => ['privates''Aqarmap\\Bundle\\UserBundle\\Form\\UserPhoneType''getUserPhoneTypeService'false],
  30094.             'Aqarmap\\Bundle\\UserBundle\\Form\\V3\\LoginFormType' => ['privates''Aqarmap\\Bundle\\UserBundle\\Form\\V3\\LoginFormType''getLoginFormTypeService'false],
  30095.             'Aqarmap\\Bundle\\UserBundle\\Form\\V3\\RegistrationFormType' => ['privates''Aqarmap\\Bundle\\UserBundle\\Form\\V3\\RegistrationFormType''getRegistrationFormTypeService'false],
  30096.             'Doctrine\\Bundle\\MongoDBBundle\\Form\\Type\\DocumentType' => ['privates''form.type.mongodb_document''getForm_Type_MongodbDocumentService'false],
  30097.             'FOS\\CKEditorBundle\\Form\\Type\\CKEditorType' => ['privates''fos_ck_editor.form.type''getFosCkEditor_Form_TypeService'false],
  30098.             'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType' => ['privates''fos_user.change_password.form.type''getFosUser_ChangePassword_Form_TypeService'false],
  30099.             'FOS\\UserBundle\\Form\\Type\\ProfileFormType' => ['privates''fos_user.profile.form.type''getFosUser_Profile_Form_TypeService'false],
  30100.             'FOS\\UserBundle\\Form\\Type\\RegistrationFormType' => ['privates''fos_user.registration.form.type''getFosUser_Registration_Form_TypeService'false],
  30101.             'FOS\\UserBundle\\Form\\Type\\ResettingFormType' => ['privates''fos_user.resetting.form.type''getFosUser_Resetting_Form_TypeService'false],
  30102.             'FOS\\UserBundle\\Form\\Type\\UsernameFormType' => ['privates''fos_user.username_form_type''getFosUser_UsernameFormTypeService'false],
  30103.             'Liip\\ImagineBundle\\Form\\Type\\ImageType' => ['privates''liip_imagine.form.type.image''getLiipImagine_Form_Type_ImageService'false],
  30104.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  30105.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  30106.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates''form.type.color''getForm_Type_ColorService'false],
  30107.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''.container.private.form.type.file''get_Container_Private_Form_Type_FileService'false],
  30108.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  30109.             'Vich\\UploaderBundle\\Form\\Type\\VichFileType' => ['services''vich_uploader.form.type.file''getVichUploader_Form_Type_FileService'false],
  30110.             'Vich\\UploaderBundle\\Form\\Type\\VichImageType' => ['services''vich_uploader.form.type.image''getVichUploader_Form_Type_ImageService'false],
  30111.         ], [
  30112.             'App\\Form\\Type\\Banners\\BannersType' => '?',
  30113.             'App\\Form\\Type\\EmailList\\EmailListType' => '?',
  30114.             'App\\Form\\Type\\Lead\\LeadFormType' => '?',
  30115.             'App\\Form\\Type\\Lead\\PhoneFormType' => '?',
  30116.             'App\\Form\\Type\\Listing\\ListingDescriptionType' => '?',
  30117.             'App\\Form\\Type\\Listing\\ListingDetailsType' => '?',
  30118.             'App\\Form\\Type\\Listing\\ListingInitializeType' => '?',
  30119.             'App\\Form\\Type\\Listing\\ListingPhotosType' => '?',
  30120.             'App\\Form\\Type\\Listing\\PhotoType' => '?',
  30121.             'App\\Form\\Type\\Security\\ChangePasswordType' => '?',
  30122.             'App\\Form\\Type\\Subscriptions\\SubscriptionPlanType' => '?',
  30123.             'App\\Form\\Type\\User\\SubAccountFormType' => '?',
  30124.             'Aqarmap\\Bundle\\AnnouncementBundle\\Form\\AnnouncementType' => '?',
  30125.             'Aqarmap\\Bundle\\BrokerSalesBundle\\Form\\AssignBrokerToSellerType' => '?',
  30126.             'Aqarmap\\Bundle\\BrokerSalesBundle\\Form\\ExistingUserFormType' => '?',
  30127.             'Aqarmap\\Bundle\\BrokerSalesBundle\\Form\\RegisterNewUserType' => '?',
  30128.             'Aqarmap\\Bundle\\BuyerAlertsBundle\\Form\\BuyerAlertsApiType' => '?',
  30129.             'Aqarmap\\Bundle\\BuyerAlertsBundle\\Form\\BuyerAlertsType' => '?',
  30130.             'Aqarmap\\Bundle\\CRMBundle\\Form\\AttachmentType' => '?',
  30131.             'Aqarmap\\Bundle\\CRMBundle\\Form\\CompanyAccountManagerType' => '?',
  30132.             'Aqarmap\\Bundle\\CRMBundle\\Form\\CompanyType' => '?',
  30133.             'Aqarmap\\Bundle\\CRMBundle\\Form\\ExistingUserFormType' => '?',
  30134.             'Aqarmap\\Bundle\\CRMBundle\\Form\\PhotoType' => '?',
  30135.             'Aqarmap\\Bundle\\CRMBundle\\Form\\StaffCheckInType' => '?',
  30136.             'Aqarmap\\Bundle\\CRMBundle\\Form\\StaffType' => '?',
  30137.             'Aqarmap\\Bundle\\CreditBundle\\Form\\AdminSubtractCreditsFormType' => '?',
  30138.             'Aqarmap\\Bundle\\CreditBundle\\Form\\Admin\\TransferPointsType' => '?',
  30139.             'Aqarmap\\Bundle\\CreditBundle\\Form\\Admin\\UserPointsType' => '?',
  30140.             'Aqarmap\\Bundle\\CreditBundle\\Form\\BuyCreditsFormType' => '?',
  30141.             'Aqarmap\\Bundle\\CreditBundle\\Form\\ExportCreditTransactionType' => '?',
  30142.             'Aqarmap\\Bundle\\CreditBundle\\Form\\FaqType' => '?',
  30143.             'Aqarmap\\Bundle\\CreditBundle\\Form\\PackageFiltersFormType' => '?',
  30144.             'Aqarmap\\Bundle\\CreditBundle\\Form\\PackageType' => '?',
  30145.             'Aqarmap\\Bundle\\CreditBundle\\Form\\ServiceType' => '?',
  30146.             'Aqarmap\\Bundle\\CustomerProfilingBundle\\Form\\AnnualSurveyType' => '?',
  30147.             'Aqarmap\\Bundle\\CustomerProfilingBundle\\Form\\DynamicQuestionChoiceType' => '?',
  30148.             'Aqarmap\\Bundle\\CustomerProfilingBundle\\Form\\DynamicQuestionType' => '?',
  30149.             'Aqarmap\\Bundle\\CustomerProfilingBundle\\Form\\QuestionSetType' => '?',
  30150.             'Aqarmap\\Bundle\\DiscussionBundle\\Form\\CategoryType' => '?',
  30151.             'Aqarmap\\Bundle\\DiscussionBundle\\Form\\CommentType' => '?',
  30152.             'Aqarmap\\Bundle\\DiscussionBundle\\Form\\DiscussionSearchType' => '?',
  30153.             'Aqarmap\\Bundle\\DiscussionBundle\\Form\\DiscussionType' => '?',
  30154.             'Aqarmap\\Bundle\\ExchangeBundle\\Form\\ExchangeRequestType' => '?',
  30155.             'Aqarmap\\Bundle\\FeatureToggleBundle\\Form\\Admin\\AddFeatureToggleFormType' => '?',
  30156.             'Aqarmap\\Bundle\\FeatureToggleBundle\\Form\\Admin\\EditFeatureToggleFormType' => '?',
  30157.             'Aqarmap\\Bundle\\FinancialAidsBundle\\Form\\Admin\\FinancialAidForm' => '?',
  30158.             'Aqarmap\\Bundle\\ListingBundle\\Form\\AdminListingRuleFilterType' => '?',
  30159.             'Aqarmap\\Bundle\\ListingBundle\\Form\\AdminListingRuleType' => '?',
  30160.             'Aqarmap\\Bundle\\ListingBundle\\Form\\AdvancedFilterType' => '?',
  30161.             'Aqarmap\\Bundle\\ListingBundle\\Form\\AdvancedSearchType' => '?',
  30162.             'Aqarmap\\Bundle\\ListingBundle\\Form\\AutoBumpUpListingType' => '?',
  30163.             'Aqarmap\\Bundle\\ListingBundle\\Form\\CallRequestFormType' => '?',
  30164.             'Aqarmap\\Bundle\\ListingBundle\\Form\\ChangeAreaType' => '?',
  30165.             'Aqarmap\\Bundle\\ListingBundle\\Form\\ChangeLocationType' => '?',
  30166.             'Aqarmap\\Bundle\\ListingBundle\\Form\\ChangePaymentMethodType' => '?',
  30167.             'Aqarmap\\Bundle\\ListingBundle\\Form\\ChangePropertyTypeType' => '?',
  30168.             'Aqarmap\\Bundle\\ListingBundle\\Form\\ChangeSectionType' => '?',
  30169.             'Aqarmap\\Bundle\\ListingBundle\\Form\\CompoundLocationType' => '?',
  30170.             'Aqarmap\\Bundle\\ListingBundle\\Form\\CompoundSearchFormType' => '?',
  30171.             'Aqarmap\\Bundle\\ListingBundle\\Form\\ContactSellerFormType' => '?',
  30172.             'Aqarmap\\Bundle\\ListingBundle\\Form\\ContactSellerWideFormType' => '?',
  30173.             'Aqarmap\\Bundle\\ListingBundle\\Form\\CustomFieldChoiceType' => '?',
  30174.             'Aqarmap\\Bundle\\ListingBundle\\Form\\DeleteListingFormType' => '?',
  30175.             'Aqarmap\\Bundle\\ListingBundle\\Form\\ExistingParticipantFormType' => '?',
  30176.             'Aqarmap\\Bundle\\ListingBundle\\Form\\ExportCustomerLeadsType' => '?',
  30177.             'Aqarmap\\Bundle\\ListingBundle\\Form\\FetchLocationsType' => '?',
  30178.             'Aqarmap\\Bundle\\ListingBundle\\Form\\FullAdvancedFilterType' => '?',
  30179.             'Aqarmap\\Bundle\\ListingBundle\\Form\\ImportLocationsType' => '?',
  30180.             'Aqarmap\\Bundle\\ListingBundle\\Form\\LandingPageFormType' => '?',
  30181.             'Aqarmap\\Bundle\\ListingBundle\\Form\\LeadType' => '?',
  30182.             'Aqarmap\\Bundle\\ListingBundle\\Form\\ListingApiType' => '?',
  30183.             'Aqarmap\\Bundle\\ListingBundle\\Form\\ListingAttributeType' => '?',
  30184.             'Aqarmap\\Bundle\\ListingBundle\\Form\\ListingBasicsType' => '?',
  30185.             'Aqarmap\\Bundle\\ListingBundle\\Form\\ListingBulkUpdateType' => '?',
  30186.             'Aqarmap\\Bundle\\ListingBundle\\Form\\ListingInitializeType' => '?',
  30187.             'Aqarmap\\Bundle\\ListingBundle\\Form\\ListingLocationType' => '?',
  30188.             'Aqarmap\\Bundle\\ListingBundle\\Form\\ListingNoteType' => '?',
  30189.             'Aqarmap\\Bundle\\ListingBundle\\Form\\ListingOwnerType' => '?',
  30190.             'Aqarmap\\Bundle\\ListingBundle\\Form\\ListingPhotoType' => '?',
  30191.             'Aqarmap\\Bundle\\ListingBundle\\Form\\ListingRejectionType' => '?',
  30192.             'Aqarmap\\Bundle\\ListingBundle\\Form\\ListingTranslationType' => '?',
  30193.             'Aqarmap\\Bundle\\ListingBundle\\Form\\ListingType' => '?',
  30194.             'Aqarmap\\Bundle\\ListingBundle\\Form\\LiteListingType' => '?',
  30195.             'Aqarmap\\Bundle\\ListingBundle\\Form\\LocationBulkUpdateType' => '?',
  30196.             'Aqarmap\\Bundle\\ListingBundle\\Form\\LocationHistoryLinkType' => '?',
  30197.             'Aqarmap\\Bundle\\ListingBundle\\Form\\LocationRatingType' => '?',
  30198.             'Aqarmap\\Bundle\\ListingBundle\\Form\\LocationType' => '?',
  30199.             'Aqarmap\\Bundle\\ListingBundle\\Form\\MoveLocationListings' => '?',
  30200.             'Aqarmap\\Bundle\\ListingBundle\\Form\\MultipleSearchFormType' => '?',
  30201.             'Aqarmap\\Bundle\\ListingBundle\\Form\\MyListingSearchType' => '?',
  30202.             'Aqarmap\\Bundle\\ListingBundle\\Form\\NearestLocationType' => '?',
  30203.             'Aqarmap\\Bundle\\ListingBundle\\Form\\OnePhotoType' => '?',
  30204.             'Aqarmap\\Bundle\\ListingBundle\\Form\\PhoneType' => '?',
  30205.             'Aqarmap\\Bundle\\ListingBundle\\Form\\PhotoType' => '?',
  30206.             'Aqarmap\\Bundle\\ListingBundle\\Form\\ProjectSettingFormType' => '?',
  30207.             'Aqarmap\\Bundle\\ListingBundle\\Form\\PropertyTypeType' => '?',
  30208.             'Aqarmap\\Bundle\\ListingBundle\\Form\\QuickAddListingType' => '?',
  30209.             'Aqarmap\\Bundle\\ListingBundle\\Form\\QuickContactSellerType' => '?',
  30210.             'Aqarmap\\Bundle\\ListingBundle\\Form\\QuickCreateLeadFormType' => '?',
  30211.             'Aqarmap\\Bundle\\ListingBundle\\Form\\QuickLeadType' => '?',
  30212.             'Aqarmap\\Bundle\\ListingBundle\\Form\\RatesNoteType' => '?',
  30213.             'Aqarmap\\Bundle\\ListingBundle\\Form\\RejectionType' => '?',
  30214.             'Aqarmap\\Bundle\\ListingBundle\\Form\\ScrapedListingStateType' => '?',
  30215.             'Aqarmap\\Bundle\\ListingBundle\\Form\\SearchBoxType' => '?',
  30216.             'Aqarmap\\Bundle\\ListingBundle\\Form\\SearchByLocationType' => '?',
  30217.             'Aqarmap\\Bundle\\ListingBundle\\Form\\SearchTermAliasType' => '?',
  30218.             'Aqarmap\\Bundle\\ListingBundle\\Form\\SearchType' => '?',
  30219.             'Aqarmap\\Bundle\\ListingBundle\\Form\\StatisticsType' => '?',
  30220.             'Aqarmap\\Bundle\\ListingBundle\\Form\\UserDeviceType' => '?',
  30221.             'Aqarmap\\Bundle\\ListingBundle\\Form\\V3\\AddListingType' => '?',
  30222.             'Aqarmap\\Bundle\\ListingBundle\\Form\\V3\\ListingAttributeType' => '?',
  30223.             'Aqarmap\\Bundle\\ListingBundle\\Form\\V3\\ListingType' => '?',
  30224.             'Aqarmap\\Bundle\\ListingBundle\\Form\\V3\\ListingTypes\\DescriptionTranslationType' => '?',
  30225.             'Aqarmap\\Bundle\\ListingBundle\\Form\\V3\\ListingTypes\\TitleTranslationType' => '?',
  30226.             'Aqarmap\\Bundle\\ListingBundle\\Form\\V4\\ListingType' => '?',
  30227.             'Aqarmap\\Bundle\\MainBundle\\Form\\Admin\\AddSettingType' => '?',
  30228.             'Aqarmap\\Bundle\\MainBundle\\Form\\Admin\\UpdateSettingType' => '?',
  30229.             'Aqarmap\\Bundle\\MainBundle\\Form\\ConfirmFeaturedFormType' => '?',
  30230.             'Aqarmap\\Bundle\\MainBundle\\Form\\ConfirmFormType' => '?',
  30231.             'Aqarmap\\Bundle\\MainBundle\\Form\\CustomParagraphType' => '?',
  30232.             'Aqarmap\\Bundle\\MainBundle\\Form\\DefaultTopCustomerType' => '?',
  30233.             'Aqarmap\\Bundle\\MainBundle\\Form\\FeedbackNoteType' => '?',
  30234.             'Aqarmap\\Bundle\\MainBundle\\Form\\FeedbackType' => '?',
  30235.             'Aqarmap\\Bundle\\MainBundle\\Form\\FilterCustomParagraphType' => '?',
  30236.             'Aqarmap\\Bundle\\MainBundle\\Form\\JoinUsType' => '?',
  30237.             'Aqarmap\\Bundle\\MainBundle\\Form\\LinkType' => '?',
  30238.             'Aqarmap\\Bundle\\MainBundle\\Form\\MenuType' => '?',
  30239.             'Aqarmap\\Bundle\\MainBundle\\Form\\PageType' => '?',
  30240.             'Aqarmap\\Bundle\\MainBundle\\Form\\SinglePhotoType' => '?',
  30241.             'Aqarmap\\Bundle\\MainBundle\\Form\\TestimonialType' => '?',
  30242.             'Aqarmap\\Bundle\\NeighborhoodBundle\\Form\\CompoundSearchType' => '?',
  30243.             'Aqarmap\\Bundle\\NeighborhoodBundle\\Form\\LocationCompoundSizeType' => '?',
  30244.             'Aqarmap\\Bundle\\NeighborhoodBundle\\Form\\LocationCompoundType' => '?',
  30245.             'Aqarmap\\Bundle\\NeighborhoodBundle\\Form\\LocationStatisticsType' => '?',
  30246.             'Aqarmap\\Bundle\\NotifierBundle\\Form\\DashboardOptionsType' => '?',
  30247.             'Aqarmap\\Bundle\\NotifierBundle\\Form\\NotifierApiType' => '?',
  30248.             'Aqarmap\\Bundle\\NotifierBundle\\Form\\NotifierSettingsType' => '?',
  30249.             'Aqarmap\\Bundle\\NotifierBundle\\Form\\NotifierType' => '?',
  30250.             'Aqarmap\\Bundle\\PaymentBundle\\Form\\AdminAddPaymentTransactionFormType' => '?',
  30251.             'Aqarmap\\Bundle\\PaymentBundle\\Form\\AdminAssignAgentType' => '?',
  30252.             'Aqarmap\\Bundle\\PaymentBundle\\Form\\AdminEditPaymentTransactionFormType' => '?',
  30253.             'Aqarmap\\Bundle\\PaymentBundle\\Form\\AdminGeneratePaymentCodeFormType' => '?',
  30254.             'Aqarmap\\Bundle\\PaymentBundle\\Form\\ManualFawryCodeFormType' => '?',
  30255.             'Aqarmap\\Bundle\\PaymentBundle\\Form\\PaymentFiltersFormType' => '?',
  30256.             'Aqarmap\\Bundle\\SearchBundle\\Form\\SearchCombinationFilterType' => '?',
  30257.             'Aqarmap\\Bundle\\TopSellerBundle\\Form\\BulkTopSellerLeadType' => '?',
  30258.             'Aqarmap\\Bundle\\UserBundle\\Form\\AddUserPhoneFormType' => '?',
  30259.             'Aqarmap\\Bundle\\UserBundle\\Form\\Admin\\AddUserServiceType' => '?',
  30260.             'Aqarmap\\Bundle\\UserBundle\\Form\\Admin\\UpdateUserPackageType' => '?',
  30261.             'Aqarmap\\Bundle\\UserBundle\\Form\\Admin\\UpdateUserServiceType' => '?',
  30262.             'Aqarmap\\Bundle\\UserBundle\\Form\\Admin\\UserInfoType' => '?',
  30263.             'Aqarmap\\Bundle\\UserBundle\\Form\\Admin\\UserTypeChangeType' => '?',
  30264.             'Aqarmap\\Bundle\\UserBundle\\Form\\BoostLevelType' => '?',
  30265.             'Aqarmap\\Bundle\\UserBundle\\Form\\BrokerType' => '?',
  30266.             'Aqarmap\\Bundle\\UserBundle\\Form\\ChangeGroupType' => '?',
  30267.             'Aqarmap\\Bundle\\UserBundle\\Form\\ChangePasswordFormType' => '?',
  30268.             'Aqarmap\\Bundle\\UserBundle\\Form\\CustomerSearchForm' => '?',
  30269.             'Aqarmap\\Bundle\\UserBundle\\Form\\DeviceType' => '?',
  30270.             'Aqarmap\\Bundle\\UserBundle\\Form\\EditPhoneNumberType' => '?',
  30271.             'Aqarmap\\Bundle\\UserBundle\\Form\\GroupFormType' => '?',
  30272.             'Aqarmap\\Bundle\\UserBundle\\Form\\ImportDeveloperUserType' => '?',
  30273.             'Aqarmap\\Bundle\\UserBundle\\Form\\ImportUserGroupType' => '?',
  30274.             'Aqarmap\\Bundle\\UserBundle\\Form\\ImportUserType' => '?',
  30275.             'Aqarmap\\Bundle\\UserBundle\\Form\\PersonalInfoType' => '?',
  30276.             'Aqarmap\\Bundle\\UserBundle\\Form\\ProfileFormType' => '?',
  30277.             'Aqarmap\\Bundle\\UserBundle\\Form\\QuickRegistrationFormType' => '?',
  30278.             'Aqarmap\\Bundle\\UserBundle\\Form\\RegistrationFormType' => '?',
  30279.             'Aqarmap\\Bundle\\UserBundle\\Form\\SubAccountFormType' => '?',
  30280.             'Aqarmap\\Bundle\\UserBundle\\Form\\TargetAudienceHistoryType' => '?',
  30281.             'Aqarmap\\Bundle\\UserBundle\\Form\\TeamType' => '?',
  30282.             'Aqarmap\\Bundle\\UserBundle\\Form\\UpdateCompanyInfoFormType' => '?',
  30283.             'Aqarmap\\Bundle\\UserBundle\\Form\\UpdateProfileBasicInfoFormType' => '?',
  30284.             'Aqarmap\\Bundle\\UserBundle\\Form\\UpdateProfileFormType' => '?',
  30285.             'Aqarmap\\Bundle\\UserBundle\\Form\\UserDomainType' => '?',
  30286.             'Aqarmap\\Bundle\\UserBundle\\Form\\UserExtendCreditDateType' => '?',
  30287.             'Aqarmap\\Bundle\\UserBundle\\Form\\UserKeywordType' => '?',
  30288.             'Aqarmap\\Bundle\\UserBundle\\Form\\UserPhoneType' => '?',
  30289.             'Aqarmap\\Bundle\\UserBundle\\Form\\V3\\LoginFormType' => '?',
  30290.             'Aqarmap\\Bundle\\UserBundle\\Form\\V3\\RegistrationFormType' => '?',
  30291.             'Doctrine\\Bundle\\MongoDBBundle\\Form\\Type\\DocumentType' => '?',
  30292.             'FOS\\CKEditorBundle\\Form\\Type\\CKEditorType' => '?',
  30293.             'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType' => '?',
  30294.             'FOS\\UserBundle\\Form\\Type\\ProfileFormType' => '?',
  30295.             'FOS\\UserBundle\\Form\\Type\\RegistrationFormType' => '?',
  30296.             'FOS\\UserBundle\\Form\\Type\\ResettingFormType' => '?',
  30297.             'FOS\\UserBundle\\Form\\Type\\UsernameFormType' => '?',
  30298.             'Liip\\ImagineBundle\\Form\\Type\\ImageType' => '?',
  30299.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  30300.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  30301.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  30302.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  30303.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  30304.             'Vich\\UploaderBundle\\Form\\Type\\VichFileType' => '?',
  30305.             'Vich\\UploaderBundle\\Form\\Type\\VichImageType' => '?',
  30306.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  30307.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  30308.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  30309.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  30310.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  30311.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  30312.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  30313.             yield => ($this->privates['nelmio_api_doc.form.documentation_extension'] ?? ($this->privates['nelmio_api_doc.form.documentation_extension'] = new \Nelmio\ApiDocBundle\Form\Extension\DocumentationExtension()));
  30314.         }, 7), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  30315.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  30316.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  30317.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  30318.         }, 1)], new RewindableGenerator(function () {
  30319.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  30320.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  30321.             yield => ($this->privates['form.type_guesser.doctrine.mongodb'] ?? $this->getForm_TypeGuesser_Doctrine_MongodbService());
  30322.         }, 3))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  30323.     }
  30324.     /**
  30325.      * Gets the private 'form.server_params' shared service.
  30326.      *
  30327.      * @return \Symfony\Component\Form\Util\ServerParams
  30328.      */
  30329.     protected function getForm_ServerParamsService()
  30330.     {
  30331.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Util/ServerParams.php';
  30332.         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())));
  30333.     }
  30334.     /**
  30335.      * Gets the private 'form.type.choice' shared service.
  30336.      *
  30337.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  30338.      */
  30339.     protected function getForm_Type_ChoiceService()
  30340.     {
  30341.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  30342.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  30343.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  30344.         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()));
  30345.     }
  30346.     /**
  30347.      * Gets the private 'form.type.color' shared service.
  30348.      *
  30349.      * @return \Symfony\Component\Form\Extension\Core\Type\ColorType
  30350.      */
  30351.     protected function getForm_Type_ColorService()
  30352.     {
  30353.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  30354.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  30355.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php';
  30356.         return $this->privates['form.type.color'] = new \Symfony\Component\Form\Extension\Core\Type\ColorType(($this->services['translator'] ?? $this->getTranslatorService()));
  30357.     }
  30358.     /**
  30359.      * Gets the private 'form.type.entity' shared service.
  30360.      *
  30361.      * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  30362.      */
  30363.     protected function getForm_Type_EntityService()
  30364.     {
  30365.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  30366.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  30367.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  30368.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  30369.         return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  30370.     }
  30371.     /**
  30372.      * Gets the private 'form.type.form' shared service.
  30373.      *
  30374.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  30375.      */
  30376.     protected function getForm_Type_FormService()
  30377.     {
  30378.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  30379.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  30380.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  30381.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  30382.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  30383.     }
  30384.     /**
  30385.      * Gets the private 'form.type.mongodb_document' shared service.
  30386.      *
  30387.      * @return \Doctrine\Bundle\MongoDBBundle\Form\Type\DocumentType
  30388.      */
  30389.     protected function getForm_Type_MongodbDocumentService()
  30390.     {
  30391.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  30392.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  30393.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  30394.         include_once \dirname(__DIR__4).'/vendor/doctrine/mongodb-odm-bundle/Form/Type/DocumentType.php';
  30395.         return $this->privates['form.type.mongodb_document'] = new \Doctrine\Bundle\MongoDBBundle\Form\Type\DocumentType(($this->services['doctrine_mongodb'] ?? $this->getDoctrineMongodbService()));
  30396.     }
  30397.     /**
  30398.      * Gets the private 'form.type_extension.csrf' shared service.
  30399.      *
  30400.      * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  30401.      */
  30402.     protected function getForm_TypeExtension_CsrfService()
  30403.     {
  30404.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  30405.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  30406.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  30407.         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()));
  30408.     }
  30409.     /**
  30410.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  30411.      *
  30412.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  30413.      */
  30414.     protected function getForm_TypeExtension_Form_DataCollectorService()
  30415.     {
  30416.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  30417.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  30418.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  30419.         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()));
  30420.     }
  30421.     /**
  30422.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  30423.      *
  30424.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  30425.      */
  30426.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  30427.     {
  30428.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  30429.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  30430.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  30431.         include_once \dirname(__DIR__4).'/vendor/symfony/form/RequestHandlerInterface.php';
  30432.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  30433.         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())));
  30434.     }
  30435.     /**
  30436.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  30437.      *
  30438.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  30439.      */
  30440.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  30441.     {
  30442.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  30443.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  30444.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  30445.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  30446.     }
  30447.     /**
  30448.      * Gets the private 'form.type_extension.form.validator' shared service.
  30449.      *
  30450.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  30451.      */
  30452.     protected function getForm_TypeExtension_Form_ValidatorService()
  30453.     {
  30454.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  30455.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  30456.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  30457.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  30458.         $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  30459.         if (isset($this->privates['form.type_extension.form.validator'])) {
  30460.             return $this->privates['form.type_extension.form.validator'];
  30461.         }
  30462.         $b = ($this->privates['twig.form.renderer'] ?? $this->getTwig_Form_RendererService());
  30463.         if (isset($this->privates['form.type_extension.form.validator'])) {
  30464.             return $this->privates['form.type_extension.form.validator'];
  30465.         }
  30466.         return $this->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension($atrue$b, ($this->services['translator'] ?? $this->getTranslatorService()));
  30467.     }
  30468.     /**
  30469.      * Gets the private 'form.type_extension.upload.validator' shared service.
  30470.      *
  30471.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  30472.      */
  30473.     protected function getForm_TypeExtension_Upload_ValidatorService()
  30474.     {
  30475.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  30476.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  30477.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  30478.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  30479.     }
  30480.     /**
  30481.      * Gets the private 'form.type_guesser.doctrine' shared service.
  30482.      *
  30483.      * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  30484.      */
  30485.     protected function getForm_TypeGuesser_DoctrineService()
  30486.     {
  30487.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  30488.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  30489.         return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  30490.     }
  30491.     /**
  30492.      * Gets the private 'form.type_guesser.doctrine.mongodb' shared service.
  30493.      *
  30494.      * @return \Doctrine\Bundle\MongoDBBundle\Form\DoctrineMongoDBTypeGuesser
  30495.      */
  30496.     protected function getForm_TypeGuesser_Doctrine_MongodbService()
  30497.     {
  30498.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  30499.         include_once \dirname(__DIR__4).'/vendor/doctrine/mongodb-odm-bundle/Form/DoctrineMongoDBTypeGuesser.php';
  30500.         return $this->privates['form.type_guesser.doctrine.mongodb'] = new \Doctrine\Bundle\MongoDBBundle\Form\DoctrineMongoDBTypeGuesser(($this->services['doctrine_mongodb'] ?? $this->getDoctrineMongodbService()));
  30501.     }
  30502.     /**
  30503.      * Gets the private 'form.type_guesser.validator' shared service.
  30504.      *
  30505.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  30506.      */
  30507.     protected function getForm_TypeGuesser_ValidatorService()
  30508.     {
  30509.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  30510.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  30511.         $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  30512.         if (isset($this->privates['form.type_guesser.validator'])) {
  30513.             return $this->privates['form.type_guesser.validator'];
  30514.         }
  30515.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser($a);
  30516.     }
  30517.     /**
  30518.      * Gets the private 'fos_ck_editor.command.installer' shared service.
  30519.      *
  30520.      * @return \FOS\CKEditorBundle\Command\CKEditorInstallerCommand
  30521.      */
  30522.     protected function getFosCkEditor_Command_InstallerService()
  30523.     {
  30524.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  30525.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Command/CKEditorInstallerCommand.php';
  30526.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Installer/CKEditorInstaller.php';
  30527.         $this->privates['fos_ck_editor.command.installer'] = $instance = new \FOS\CKEditorBundle\Command\CKEditorInstallerCommand(new \FOS\CKEditorBundle\Installer\CKEditorInstaller());
  30528.         $instance->setName('ckeditor:install');
  30529.         return $instance;
  30530.     }
  30531.     /**
  30532.      * Gets the private 'fos_ck_editor.form.type' shared service.
  30533.      *
  30534.      * @return \FOS\CKEditorBundle\Form\Type\CKEditorType
  30535.      */
  30536.     protected function getFosCkEditor_Form_TypeService()
  30537.     {
  30538.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  30539.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  30540.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Form/Type/CKEditorType.php';
  30541.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Config/CKEditorConfigurationInterface.php';
  30542.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Config/CKEditorConfiguration.php';
  30543.         return $this->privates['fos_ck_editor.form.type'] = new \FOS\CKEditorBundle\Form\Type\CKEditorType(new \FOS\CKEditorBundle\Config\CKEditorConfiguration(['configs' => ['my_config' => ['toolbar' => [=> [=> 'Bold'=> 'Italic'=> 'Underline'=> 'Strike'=> 'Format'=> '-'=> 'NumberedList'=> 'BulletedList'=> '-'=> 'Link'10 => 'Unlink'11 => '-'12 => 'RemoveFormat'13 => '-'14 => 'Maximize']], 'uiColor' => '#000000']], 'enable' => true'async' => false'auto_inline' => true'inline' => false'autoload' => true'jquery' => false'require_js' => false'input_sync' => false'base_path' => 'bundles/fosckeditor/''js_path' => 'bundles/fosckeditor/ckeditor.js''jquery_path' => 'bundles/fosckeditor/adapters/jquery.js''default_config' => NULL'plugins' => [], 'styles' => [], 'templates' => [], 'filebrowsers' => [], 'toolbars' => ['configs' => [], 'items' => []]]));
  30544.     }
  30545.     /**
  30546.      * Gets the private 'fos_elastica.command.create' shared service.
  30547.      *
  30548.      * @return \FOS\ElasticaBundle\Command\CreateCommand
  30549.      */
  30550.     protected function getFosElastica_Command_CreateService()
  30551.     {
  30552.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  30553.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Command/CreateCommand.php';
  30554.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Index/MappingBuilder.php';
  30555.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Index/AliasProcessor.php';
  30556.         $this->privates['fos_elastica.command.create'] = $instance = new \FOS\ElasticaBundle\Command\CreateCommand(($this->services['fos_elastica.index_manager'] ?? $this->getFosElastica_IndexManagerService()), ($this->privates['fos_elastica.mapping_builder'] ?? ($this->privates['fos_elastica.mapping_builder'] = new \FOS\ElasticaBundle\Index\MappingBuilder())), ($this->services['fos_elastica.config_manager'] ?? $this->getFosElastica_ConfigManagerService()), ($this->privates['fos_elastica.alias_processor'] ?? ($this->privates['fos_elastica.alias_processor'] = new \FOS\ElasticaBundle\Index\AliasProcessor())));
  30557.         $instance->setName('fos:elastica:create');
  30558.         return $instance;
  30559.     }
  30560.     /**
  30561.      * Gets the private 'fos_elastica.command.populate' shared service.
  30562.      *
  30563.      * @return \FOS\ElasticaBundle\Command\PopulateCommand
  30564.      */
  30565.     protected function getFosElastica_Command_PopulateService()
  30566.     {
  30567.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  30568.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Command/PopulateCommand.php';
  30569.         $this->privates['fos_elastica.command.populate'] = $instance = new \FOS\ElasticaBundle\Command\PopulateCommand(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['fos_elastica.index_manager'] ?? $this->getFosElastica_IndexManagerService()), ($this->services['fos_elastica.pager_provider_registry'] ?? $this->getFosElastica_PagerProviderRegistryService()), ($this->services['fos_elastica.pager_persister_registry'] ?? $this->getFosElastica_PagerPersisterRegistryService()), ($this->services['fos_elastica.resetter'] ?? $this->getFosElastica_ResetterService()));
  30570.         $instance->setName('fos:elastica:populate');
  30571.         return $instance;
  30572.     }
  30573.     /**
  30574.      * Gets the private 'fos_elastica.command.reset' shared service.
  30575.      *
  30576.      * @return \FOS\ElasticaBundle\Command\ResetCommand
  30577.      */
  30578.     protected function getFosElastica_Command_ResetService()
  30579.     {
  30580.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  30581.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Command/ResetCommand.php';
  30582.         $this->privates['fos_elastica.command.reset'] = $instance = new \FOS\ElasticaBundle\Command\ResetCommand(($this->services['fos_elastica.index_manager'] ?? $this->getFosElastica_IndexManagerService()), ($this->services['fos_elastica.resetter'] ?? $this->getFosElastica_ResetterService()));
  30583.         $instance->setName('fos:elastica:reset');
  30584.         return $instance;
  30585.     }
  30586.     /**
  30587.      * Gets the private 'fos_elastica.command.search' shared service.
  30588.      *
  30589.      * @return \FOS\ElasticaBundle\Command\SearchCommand
  30590.      */
  30591.     protected function getFosElastica_Command_SearchService()
  30592.     {
  30593.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  30594.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Command/SearchCommand.php';
  30595.         $this->privates['fos_elastica.command.search'] = $instance = new \FOS\ElasticaBundle\Command\SearchCommand(($this->services['fos_elastica.index_manager'] ?? $this->getFosElastica_IndexManagerService()));
  30596.         $instance->setName('fos:elastica:search');
  30597.         return $instance;
  30598.     }
  30599.     /**
  30600.      * Gets the private 'fos_elastica.command.templates_reset' shared service.
  30601.      *
  30602.      * @return \FOS\ElasticaBundle\Command\ResetTemplatesCommand
  30603.      */
  30604.     protected function getFosElastica_Command_TemplatesResetService()
  30605.     {
  30606.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  30607.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Command/ResetTemplatesCommand.php';
  30608.         $this->privates['fos_elastica.command.templates_reset'] = $instance = new \FOS\ElasticaBundle\Command\ResetTemplatesCommand(($this->services['fos_elastica.template_resetter'] ?? $this->getFosElastica_TemplateResetterService()));
  30609.         $instance->setName('fos:elastica:reset-templates');
  30610.         return $instance;
  30611.     }
  30612.     /**
  30613.      * Gets the private 'fos_elastica.doctrine.register_listeners' shared service.
  30614.      *
  30615.      * @return \FOS\ElasticaBundle\Doctrine\RegisterListenersService
  30616.      */
  30617.     protected function getFosElastica_Doctrine_RegisterListenersService()
  30618.     {
  30619.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Doctrine/RegisterListenersService.php';
  30620.         return $this->privates['fos_elastica.doctrine.register_listeners'] = new \FOS\ElasticaBundle\Doctrine\RegisterListenersService(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  30621.     }
  30622.     /**
  30623.      * Gets the private 'fos_elastica.listener.app_listings.listings' shared service.
  30624.      *
  30625.      * @return \FOS\ElasticaBundle\Doctrine\Listener
  30626.      */
  30627.     protected function getFosElastica_Listener_AppListings_ListingsService()
  30628.     {
  30629.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Doctrine/Listener.php';
  30630.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Provider/IndexableInterface.php';
  30631.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Provider/Indexable.php';
  30632.         return $this->privates['fos_elastica.listener.app_listings.listings'] = new \FOS\ElasticaBundle\Doctrine\Listener(($this->services['fos_elastica.object_persister.app_listings.listings'] ?? $this->getFosElastica_ObjectPersister_AppListings_ListingsService()), ($this->privates['fos_elastica.indexable'] ?? ($this->privates['fos_elastica.indexable'] = new \FOS\ElasticaBundle\Provider\Indexable([]))), ['identifier' => 'id''indexName' => 'app_listings''typeName' => 'listings'], NULL);
  30633.     }
  30634.     /**
  30635.      * Gets the private 'fos_elastica.listener.app_locations.locations' shared service.
  30636.      *
  30637.      * @return \FOS\ElasticaBundle\Doctrine\Listener
  30638.      */
  30639.     protected function getFosElastica_Listener_AppLocations_LocationsService()
  30640.     {
  30641.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Doctrine/Listener.php';
  30642.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Provider/IndexableInterface.php';
  30643.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Provider/Indexable.php';
  30644.         return $this->privates['fos_elastica.listener.app_locations.locations'] = new \FOS\ElasticaBundle\Doctrine\Listener(($this->services['fos_elastica.object_persister.app_locations.locations'] ?? $this->getFosElastica_ObjectPersister_AppLocations_LocationsService()), ($this->privates['fos_elastica.indexable'] ?? ($this->privates['fos_elastica.indexable'] = new \FOS\ElasticaBundle\Provider\Indexable([]))), ['identifier' => 'id''indexName' => 'app_locations''typeName' => 'locations'], NULL);
  30645.     }
  30646.     /**
  30647.      * Gets the private 'fos_elastica.logger' shared service.
  30648.      *
  30649.      * @return \FOS\ElasticaBundle\Logger\ElasticaLogger
  30650.      */
  30651.     protected function getFosElastica_LoggerService()
  30652.     {
  30653.         $a = new \Symfony\Bridge\Monolog\Logger('elastica');
  30654.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  30655.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  30656.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  30657.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  30658.         return $this->privates['fos_elastica.logger'] = new \FOS\ElasticaBundle\Logger\ElasticaLogger($atrue);
  30659.     }
  30660.     /**
  30661.      * Gets the private 'fos_elastica.populate_listener' shared service.
  30662.      *
  30663.      * @return \FOS\ElasticaBundle\EventListener\PopulateListener
  30664.      */
  30665.     protected function getFosElastica_PopulateListenerService()
  30666.     {
  30667.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/EventListener/PopulateListener.php';
  30668.         $a = ($this->services['fos_elastica.resetter'] ?? $this->getFosElastica_ResetterService());
  30669.         if (isset($this->privates['fos_elastica.populate_listener'])) {
  30670.             return $this->privates['fos_elastica.populate_listener'];
  30671.         }
  30672.         return $this->privates['fos_elastica.populate_listener'] = new \FOS\ElasticaBundle\EventListener\PopulateListener($a);
  30673.     }
  30674.     /**
  30675.      * Gets the private 'fos_js_routing.dump_command' shared service.
  30676.      *
  30677.      * @return \FOS\JsRoutingBundle\Command\DumpCommand
  30678.      */
  30679.     protected function getFosJsRouting_DumpCommandService()
  30680.     {
  30681.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  30682.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Command/DumpCommand.php';
  30683.         $this->privates['fos_js_routing.dump_command'] = $instance = new \FOS\JsRoutingBundle\Command\DumpCommand(($this->services['fos_js_routing.extractor'] ?? $this->getFosJsRouting_ExtractorService()), ($this->services['fos_js_routing.serializer'] ?? $this->getFosJsRouting_SerializerService()), \dirname(__DIR__4), NULL);
  30684.         $instance->setName('fos:js-routing:dump');
  30685.         return $instance;
  30686.     }
  30687.     /**
  30688.      * Gets the private 'fos_js_routing.router_debug_exposed_command' shared service.
  30689.      *
  30690.      * @return \FOS\JsRoutingBundle\Command\RouterDebugExposedCommand
  30691.      */
  30692.     protected function getFosJsRouting_RouterDebugExposedCommandService()
  30693.     {
  30694.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  30695.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Command/RouterDebugExposedCommand.php';
  30696.         $this->privates['fos_js_routing.router_debug_exposed_command'] = $instance = new \FOS\JsRoutingBundle\Command\RouterDebugExposedCommand(($this->services['fos_js_routing.extractor'] ?? $this->getFosJsRouting_ExtractorService()), ($this->services['router'] ?? $this->getRouterService()));
  30697.         $instance->setName('fos:js-routing:debug');
  30698.         return $instance;
  30699.     }
  30700.     /**
  30701.      * Gets the private 'fos_rest.body_listener' shared service.
  30702.      *
  30703.      * @return \FOS\RestBundle\EventListener\BodyListener
  30704.      */
  30705.     protected function getFosRest_BodyListenerService()
  30706.     {
  30707.         $this->privates['fos_rest.body_listener'] = $instance = new \FOS\RestBundle\EventListener\BodyListener(new \FOS\RestBundle\Decoder\ContainerDecoderProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  30708.             'fos_rest.decoder.json' => ['privates''fos_rest.decoder.json''getFosRest_Decoder_JsonService'false],
  30709.             'fos_rest.decoder.xml' => ['privates''fos_rest.decoder.xml''getFosRest_Decoder_XmlService'false],
  30710.         ], [
  30711.             'fos_rest.decoder.json' => '?',
  30712.             'fos_rest.decoder.xml' => '?',
  30713.         ]), ['json' => 'fos_rest.decoder.json''xml' => 'fos_rest.decoder.xml']), false);
  30714.         $instance->setDefaultFormat(NULL);
  30715.         return $instance;
  30716.     }
  30717.     /**
  30718.      * Gets the private 'fos_rest.decoder.json' shared service.
  30719.      *
  30720.      * @return \FOS\RestBundle\Decoder\JsonDecoder
  30721.      */
  30722.     protected function getFosRest_Decoder_JsonService()
  30723.     {
  30724.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Decoder/DecoderInterface.php';
  30725.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Decoder/JsonDecoder.php';
  30726.         return $this->privates['fos_rest.decoder.json'] = new \FOS\RestBundle\Decoder\JsonDecoder();
  30727.     }
  30728.     /**
  30729.      * Gets the private 'fos_rest.decoder.xml' shared service.
  30730.      *
  30731.      * @return \FOS\RestBundle\Decoder\XmlDecoder
  30732.      */
  30733.     protected function getFosRest_Decoder_XmlService()
  30734.     {
  30735.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Decoder/DecoderInterface.php';
  30736.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Decoder/XmlDecoder.php';
  30737.         return $this->privates['fos_rest.decoder.xml'] = new \FOS\RestBundle\Decoder\XmlDecoder();
  30738.     }
  30739.     /**
  30740.      * Gets the private 'fos_rest.format_listener' shared service.
  30741.      *
  30742.      * @return \FOS\RestBundle\EventListener\FormatListener
  30743.      */
  30744.     protected function getFosRest_FormatListenerService()
  30745.     {
  30746.         $a = new \FOS\RestBundle\Negotiation\FormatNegotiator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  30747.         $a->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/_profiler|_wdt/'NULLNULLNULL, []), ['methods' => NULL'priorities' => [=> 'html'=> 'json'], 'fallback_format' => 'html''attributes' => [], 'prefer_extension' => '2.0']);
  30748.         $a->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/'NULLNULLNULL, []), ['priorities' => [=> 'json'=> 'xml'], 'fallback_format' => 'json''prefer_extension' => false'methods' => NULL'attributes' => [], 'stop' => false]);
  30749.         $a->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/payments/callbacks/'NULLNULLNULL, []), ['priorities' => [=> 'json'=> 'xml'], 'fallback_format' => 'json''prefer_extension' => false'methods' => NULL'attributes' => [], 'stop' => false]);
  30750.         $a->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/sns-receiver'NULLNULLNULL, []), ['priorities' => [=> 'json'=> 'xml'], 'fallback_format' => 'json''prefer_extension' => false'methods' => NULL'attributes' => [], 'stop' => false]);
  30751.         $a->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/media/'NULLNULLNULL, []), ['stop' => true'methods' => NULL'attributes' => [], 'prefer_extension' => '2.0''fallback_format' => 'html''priorities' => []]);
  30752.         $a->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/'NULLNULLNULL, []), ['priorities' => [=> 'html'=> 'json'=> '*/*'], 'fallback_format' => 'html''prefer_extension' => false'methods' => NULL'attributes' => [], 'stop' => false]);
  30753.         return $this->privates['fos_rest.format_listener'] = new \FOS\RestBundle\EventListener\FormatListener($a);
  30754.     }
  30755.     /**
  30756.      * Gets the private 'fos_rest.param_fetcher_listener' shared service.
  30757.      *
  30758.      * @return \FOS\RestBundle\EventListener\ParamFetcherListener
  30759.      */
  30760.     protected function getFosRest_ParamFetcherListenerService()
  30761.     {
  30762.         $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  30763.         if (isset($this->privates['fos_rest.param_fetcher_listener'])) {
  30764.             return $this->privates['fos_rest.param_fetcher_listener'];
  30765.         }
  30766.         return $this->privates['fos_rest.param_fetcher_listener'] = new \FOS\RestBundle\EventListener\ParamFetcherListener(new \FOS\RestBundle\Request\ParamFetcher($this, new \FOS\RestBundle\Request\ParamReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService())), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a), false);
  30767.     }
  30768.     /**
  30769.      * Gets the private 'fos_rest.serializer.flatten_exception_handler' shared service.
  30770.      *
  30771.      * @return \FOS\RestBundle\Serializer\Normalizer\FlattenExceptionHandler
  30772.      */
  30773.     protected function getFosRest_Serializer_FlattenExceptionHandlerService()
  30774.     {
  30775.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  30776.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/Normalizer/FlattenExceptionHandler.php';
  30777.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Util/ExceptionValueMap.php';
  30778.         return $this->privates['fos_rest.serializer.flatten_exception_handler'] = new \FOS\RestBundle\Serializer\Normalizer\FlattenExceptionHandler(($this->privates['fos_rest.exception.codes_map'] ?? ($this->privates['fos_rest.exception.codes_map'] = new \FOS\RestBundle\Util\ExceptionValueMap([]))), ($this->privates['fos_rest.exception.messages_map'] ?? ($this->privates['fos_rest.exception.messages_map'] = new \FOS\RestBundle\Util\ExceptionValueMap(['App\\Exception\\LogicHttpException' => true'App\\Exception\\BadRequestHttpException' => true'App\\Exception\\UnauthorizedHttpException' => true]))), truefalse);
  30779.     }
  30780.     /**
  30781.      * Gets the private 'fos_rest.serializer.form_error_handler' shared service.
  30782.      *
  30783.      * @return \FOS\RestBundle\Serializer\Normalizer\FormErrorHandler
  30784.      */
  30785.     protected function getFosRest_Serializer_FormErrorHandlerService()
  30786.     {
  30787.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  30788.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/Normalizer/FormErrorHandler.php';
  30789.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/FormErrorHandler.php';
  30790.         return $this->privates['fos_rest.serializer.form_error_handler'] = new \FOS\RestBundle\Serializer\Normalizer\FormErrorHandler(new \JMS\Serializer\Handler\FormErrorHandler(($this->services['translator'] ?? $this->getTranslatorService()), 'validators'));
  30791.     }
  30792.     /**
  30793.      * Gets the private 'fos_rest.serializer.jms_handler_registry.inner' shared service.
  30794.      *
  30795.      * @return \JMS\Serializer\Handler\LazyHandlerRegistry
  30796.      */
  30797.     protected function getFosRest_Serializer_JmsHandlerRegistry_InnerService()
  30798.     {
  30799.         return $this->privates['fos_rest.serializer.jms_handler_registry.inner'] = new \JMS\Serializer\Handler\LazyHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  30800.             'fos_rest.serializer.flatten_exception_handler' => ['privates''fos_rest.serializer.flatten_exception_handler''getFosRest_Serializer_FlattenExceptionHandlerService'false],
  30801.             'jms_serializer.array_collection_handler' => ['privates''jms_serializer.array_collection_handler''getJmsSerializer_ArrayCollectionHandlerService'false],
  30802.             'jms_serializer.constraint_violation_handler' => ['privates''jms_serializer.constraint_violation_handler''getJmsSerializer_ConstraintViolationHandlerService'false],
  30803.             'jms_serializer.datetime_handler' => ['privates''jms_serializer.datetime_handler''getJmsSerializer_DatetimeHandlerService'false],
  30804.             'jms_serializer.iterator_handler' => ['privates''jms_serializer.iterator_handler''getJmsSerializer_IteratorHandlerService'false],
  30805.             'fos_rest.serializer.form_error_handler' => ['privates''fos_rest.serializer.form_error_handler''getFosRest_Serializer_FormErrorHandlerService'false],
  30806.         ], [
  30807.             'fos_rest.serializer.flatten_exception_handler' => '?',
  30808.             'jms_serializer.array_collection_handler' => '?',
  30809.             'jms_serializer.constraint_violation_handler' => '?',
  30810.             'jms_serializer.datetime_handler' => '?',
  30811.             'jms_serializer.iterator_handler' => '?',
  30812.             'fos_rest.serializer.form_error_handler' => '?',
  30813.         ]), [=> ['Symfony\\Component\\ErrorHandler\\Exception\\FlattenException' => ['json' => [=> 'fos_rest.serializer.flatten_exception_handler'=> 'serializeToJson'], 'xml' => [=> 'fos_rest.serializer.flatten_exception_handler'=> 'serializeToXml']], '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']], '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']], 'Symfony\\Component\\Form\\Form' => ['xml' => [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormToxml'], 'json' => [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormTojson']], 'Symfony\\Component\\Form\\FormInterface' => ['xml' => [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormToXml'], 'json' => [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormToJson']], 'Symfony\\Component\\Form\\FormError' => ['xml' => [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormErrorToxml'], 'json' => [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormErrorTojson']]], => ['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']]]]);
  30814.     }
  30815.     /**
  30816.      * Gets the private 'fos_rest.versioning.exclusion_listener' shared service.
  30817.      *
  30818.      * @return \FOS\RestBundle\EventListener\VersionExclusionListener
  30819.      */
  30820.     protected function getFosRest_Versioning_ExclusionListenerService()
  30821.     {
  30822.         $a = ($this->services['fos_rest.view_handler'] ?? $this->getFosRest_ViewHandlerService());
  30823.         if (isset($this->privates['fos_rest.versioning.exclusion_listener'])) {
  30824.             return $this->privates['fos_rest.versioning.exclusion_listener'];
  30825.         }
  30826.         return $this->privates['fos_rest.versioning.exclusion_listener'] = new \FOS\RestBundle\EventListener\VersionExclusionListener($a);
  30827.     }
  30828.     /**
  30829.      * Gets the private 'fos_rest.versioning.listener' shared service.
  30830.      *
  30831.      * @return \FOS\RestBundle\EventListener\VersionListener
  30832.      */
  30833.     protected function getFosRest_Versioning_ListenerService()
  30834.     {
  30835.         $a = new \FOS\RestBundle\Version\ChainVersionResolver([]);
  30836.         $a->addResolver(new \FOS\RestBundle\Version\Resolver\HeaderVersionResolver('X-Accept-Version'));
  30837.         $a->addResolver(new \FOS\RestBundle\Version\Resolver\QueryParameterVersionResolver('version'));
  30838.         $a->addResolver(new \FOS\RestBundle\Version\Resolver\MediaTypeVersionResolver('/(v|version)=(?P<version>[0-9\\.]+)/'));
  30839.         return $this->privates['fos_rest.versioning.listener'] = new \FOS\RestBundle\EventListener\VersionListener($a'v2.0');
  30840.     }
  30841.     /**
  30842.      * Gets the private 'fos_rest.view_response_listener' shared service.
  30843.      *
  30844.      * @return \FOS\RestBundle\EventListener\ViewResponseListener
  30845.      */
  30846.     protected function getFosRest_ViewResponseListenerService()
  30847.     {
  30848.         $a = ($this->services['fos_rest.view_handler'] ?? $this->getFosRest_ViewHandlerService());
  30849.         if (isset($this->privates['fos_rest.view_response_listener'])) {
  30850.             return $this->privates['fos_rest.view_response_listener'];
  30851.         }
  30852.         return $this->privates['fos_rest.view_response_listener'] = new \FOS\RestBundle\EventListener\ViewResponseListener($afalse, ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  30853.     }
  30854.     /**
  30855.      * Gets the private 'fos_user.change_password.form.type' shared service.
  30856.      *
  30857.      * @return \FOS\UserBundle\Form\Type\ChangePasswordFormType
  30858.      */
  30859.     protected function getFosUser_ChangePassword_Form_TypeService()
  30860.     {
  30861.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  30862.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  30863.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Type/ChangePasswordFormType.php';
  30864.         return $this->privates['fos_user.change_password.form.type'] = new \FOS\UserBundle\Form\Type\ChangePasswordFormType('Aqarmap\\Bundle\\UserBundle\\Entity\\User');
  30865.     }
  30866.     /**
  30867.      * Gets the private 'fos_user.command.activate_user' shared service.
  30868.      *
  30869.      * @return \FOS\UserBundle\Command\ActivateUserCommand
  30870.      */
  30871.     protected function getFosUser_Command_ActivateUserService()
  30872.     {
  30873.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  30874.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/ActivateUserCommand.php';
  30875.         $this->privates['fos_user.command.activate_user'] = $instance = new \FOS\UserBundle\Command\ActivateUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  30876.         $instance->setName('fos:user:activate');
  30877.         return $instance;
  30878.     }
  30879.     /**
  30880.      * Gets the private 'fos_user.command.change_password' shared service.
  30881.      *
  30882.      * @return \FOS\UserBundle\Command\ChangePasswordCommand
  30883.      */
  30884.     protected function getFosUser_Command_ChangePasswordService()
  30885.     {
  30886.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  30887.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/ChangePasswordCommand.php';
  30888.         $this->privates['fos_user.command.change_password'] = $instance = new \FOS\UserBundle\Command\ChangePasswordCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  30889.         $instance->setName('fos:user:change-password');
  30890.         return $instance;
  30891.     }
  30892.     /**
  30893.      * Gets the private 'fos_user.command.create_user' shared service.
  30894.      *
  30895.      * @return \FOS\UserBundle\Command\CreateUserCommand
  30896.      */
  30897.     protected function getFosUser_Command_CreateUserService()
  30898.     {
  30899.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  30900.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/CreateUserCommand.php';
  30901.         $this->privates['fos_user.command.create_user'] = $instance = new \FOS\UserBundle\Command\CreateUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  30902.         $instance->setName('fos:user:create');
  30903.         return $instance;
  30904.     }
  30905.     /**
  30906.      * Gets the private 'fos_user.command.deactivate_user' shared service.
  30907.      *
  30908.      * @return \FOS\UserBundle\Command\DeactivateUserCommand
  30909.      */
  30910.     protected function getFosUser_Command_DeactivateUserService()
  30911.     {
  30912.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  30913.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/DeactivateUserCommand.php';
  30914.         $this->privates['fos_user.command.deactivate_user'] = $instance = new \FOS\UserBundle\Command\DeactivateUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  30915.         $instance->setName('fos:user:deactivate');
  30916.         return $instance;
  30917.     }
  30918.     /**
  30919.      * Gets the private 'fos_user.command.demote_user' shared service.
  30920.      *
  30921.      * @return \FOS\UserBundle\Command\DemoteUserCommand
  30922.      */
  30923.     protected function getFosUser_Command_DemoteUserService()
  30924.     {
  30925.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  30926.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/RoleCommand.php';
  30927.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/DemoteUserCommand.php';
  30928.         $this->privates['fos_user.command.demote_user'] = $instance = new \FOS\UserBundle\Command\DemoteUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  30929.         $instance->setName('fos:user:demote');
  30930.         return $instance;
  30931.     }
  30932.     /**
  30933.      * Gets the private 'fos_user.command.promote_user' shared service.
  30934.      *
  30935.      * @return \FOS\UserBundle\Command\PromoteUserCommand
  30936.      */
  30937.     protected function getFosUser_Command_PromoteUserService()
  30938.     {
  30939.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  30940.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/RoleCommand.php';
  30941.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/PromoteUserCommand.php';
  30942.         $this->privates['fos_user.command.promote_user'] = $instance = new \FOS\UserBundle\Command\PromoteUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  30943.         $instance->setName('fos:user:promote');
  30944.         return $instance;
  30945.     }
  30946.     /**
  30947.      * Gets the private 'fos_user.listener.authentication' shared service.
  30948.      *
  30949.      * @return \FOS\UserBundle\EventListener\AuthenticationListener
  30950.      */
  30951.     protected function getFosUser_Listener_AuthenticationService()
  30952.     {
  30953.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/EventListener/AuthenticationListener.php';
  30954.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Security/LoginManagerInterface.php';
  30955.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Security/LoginManager.php';
  30956.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  30957.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  30958.         return $this->privates['fos_user.listener.authentication'] = new \FOS\UserBundle\EventListener\AuthenticationListener(new \FOS\UserBundle\Security\LoginManager(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['hwi_oauth.user_checker'] ?? ($this->services['hwi_oauth.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())), ($this->privates['security.authentication.session_strategy'] ?? $this->getSecurity_Authentication_SessionStrategyService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['security.authentication.rememberme.services.simplehash.main'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_MainService())), 'main');
  30959.     }
  30960.     /**
  30961.      * Gets the private 'fos_user.listener.flash' shared service.
  30962.      *
  30963.      * @return \FOS\UserBundle\EventListener\FlashListener
  30964.      */
  30965.     protected function getFosUser_Listener_FlashService()
  30966.     {
  30967.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/EventListener/FlashListener.php';
  30968.         return $this->privates['fos_user.listener.flash'] = new \FOS\UserBundle\EventListener\FlashListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['translator'] ?? $this->getTranslatorService()));
  30969.     }
  30970.     /**
  30971.      * Gets the private 'fos_user.listener.resetting' shared service.
  30972.      *
  30973.      * @return \FOS\UserBundle\EventListener\ResettingListener
  30974.      */
  30975.     protected function getFosUser_Listener_ResettingService()
  30976.     {
  30977.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/EventListener/ResettingListener.php';
  30978.         return $this->privates['fos_user.listener.resetting'] = new \FOS\UserBundle\EventListener\ResettingListener(($this->services['router'] ?? $this->getRouterService()), 86400);
  30979.     }
  30980.     /**
  30981.      * Gets the private 'fos_user.profile.form.type' shared service.
  30982.      *
  30983.      * @return \FOS\UserBundle\Form\Type\ProfileFormType
  30984.      */
  30985.     protected function getFosUser_Profile_Form_TypeService()
  30986.     {
  30987.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  30988.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  30989.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Type/ProfileFormType.php';
  30990.         return $this->privates['fos_user.profile.form.type'] = new \FOS\UserBundle\Form\Type\ProfileFormType('Aqarmap\\Bundle\\UserBundle\\Entity\\User');
  30991.     }
  30992.     /**
  30993.      * Gets the private 'fos_user.registration.form.type' shared service.
  30994.      *
  30995.      * @return \FOS\UserBundle\Form\Type\RegistrationFormType
  30996.      */
  30997.     protected function getFosUser_Registration_Form_TypeService()
  30998.     {
  30999.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  31000.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  31001.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Type/RegistrationFormType.php';
  31002.         return $this->privates['fos_user.registration.form.type'] = new \FOS\UserBundle\Form\Type\RegistrationFormType('Aqarmap\\Bundle\\UserBundle\\Entity\\User');
  31003.     }
  31004.     /**
  31005.      * Gets the private 'fos_user.resetting.form.factory' shared service.
  31006.      *
  31007.      * @return \FOS\UserBundle\Form\Factory\FormFactory
  31008.      */
  31009.     protected function getFosUser_Resetting_Form_FactoryService()
  31010.     {
  31011.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FactoryInterface.php';
  31012.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FormFactory.php';
  31013.         return $this->privates['fos_user.resetting.form.factory'] = new \FOS\UserBundle\Form\Factory\FormFactory(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()), 'fos_user_resetting_form''FOS\\UserBundle\\Form\\Type\\ResettingFormType'$this->parameters['fos_user.resetting.form.validation_groups']);
  31014.     }
  31015.     /**
  31016.      * Gets the private 'fos_user.resetting.form.type' shared service.
  31017.      *
  31018.      * @return \FOS\UserBundle\Form\Type\ResettingFormType
  31019.      */
  31020.     protected function getFosUser_Resetting_Form_TypeService()
  31021.     {
  31022.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  31023.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  31024.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Type/ResettingFormType.php';
  31025.         return $this->privates['fos_user.resetting.form.type'] = new \FOS\UserBundle\Form\Type\ResettingFormType('Aqarmap\\Bundle\\UserBundle\\Entity\\User');
  31026.     }
  31027.     /**
  31028.      * Gets the private 'fos_user.security.interactive_login_listener' shared service.
  31029.      *
  31030.      * @return \FOS\UserBundle\EventListener\LastLoginListener
  31031.      */
  31032.     protected function getFosUser_Security_InteractiveLoginListenerService()
  31033.     {
  31034.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/EventListener/LastLoginListener.php';
  31035.         return $this->privates['fos_user.security.interactive_login_listener'] = new \FOS\UserBundle\EventListener\LastLoginListener(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  31036.     }
  31037.     /**
  31038.      * Gets the private 'fos_user.user_listener' shared service.
  31039.      *
  31040.      * @return \FOS\UserBundle\Doctrine\UserListener
  31041.      */
  31042.     protected function getFosUser_UserListenerService()
  31043.     {
  31044.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Doctrine/UserListener.php';
  31045.         return $this->privates['fos_user.user_listener'] = new \FOS\UserBundle\Doctrine\UserListener(($this->privates['fos_user.util.password_updater'] ?? $this->getFosUser_Util_PasswordUpdaterService()), ($this->privates['fos_user.util.canonical_fields_updater'] ?? $this->getFosUser_Util_CanonicalFieldsUpdaterService()));
  31046.     }
  31047.     /**
  31048.      * Gets the private 'fos_user.user_provider.username_email' shared service.
  31049.      *
  31050.      * @return \FOS\UserBundle\Security\EmailUserProvider
  31051.      */
  31052.     protected function getFosUser_UserProvider_UsernameEmailService()
  31053.     {
  31054.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  31055.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Security/UserProvider.php';
  31056.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Security/EmailUserProvider.php';
  31057.         return $this->privates['fos_user.user_provider.username_email'] = new \FOS\UserBundle\Security\EmailUserProvider(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  31058.     }
  31059.     /**
  31060.      * Gets the private 'fos_user.username_form_type' shared service.
  31061.      *
  31062.      * @return \FOS\UserBundle\Form\Type\UsernameFormType
  31063.      */
  31064.     protected function getFosUser_UsernameFormTypeService()
  31065.     {
  31066.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  31067.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  31068.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Type/UsernameFormType.php';
  31069.         include_once \dirname(__DIR__4).'/vendor/symfony/form/DataTransformerInterface.php';
  31070.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/DataTransformer/UserToUsernameTransformer.php';
  31071.         return $this->privates['fos_user.username_form_type'] = new \FOS\UserBundle\Form\Type\UsernameFormType(new \FOS\UserBundle\Form\DataTransformer\UserToUsernameTransformer(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService())));
  31072.     }
  31073.     /**
  31074.      * Gets the private 'fos_user.util.canonical_fields_updater' shared service.
  31075.      *
  31076.      * @return \FOS\UserBundle\Util\CanonicalFieldsUpdater
  31077.      */
  31078.     protected function getFosUser_Util_CanonicalFieldsUpdaterService()
  31079.     {
  31080.         $a = new \FOS\UserBundle\Util\Canonicalizer();
  31081.         return $this->privates['fos_user.util.canonical_fields_updater'] = new \FOS\UserBundle\Util\CanonicalFieldsUpdater($a$a);
  31082.     }
  31083.     /**
  31084.      * Gets the private 'fos_user.util.password_updater' shared service.
  31085.      *
  31086.      * @return \FOS\UserBundle\Util\HashingPasswordUpdater
  31087.      */
  31088.     protected function getFosUser_Util_PasswordUpdaterService()
  31089.     {
  31090.         return $this->privates['fos_user.util.password_updater'] = new \FOS\UserBundle\Util\HashingPasswordUpdater(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  31091.     }
  31092.     /**
  31093.      * Gets the private 'fos_user.util.user_manipulator' shared service.
  31094.      *
  31095.      * @return \FOS\UserBundle\Util\UserManipulator
  31096.      */
  31097.     protected function getFosUser_Util_UserManipulatorService()
  31098.     {
  31099.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/UserManipulator.php';
  31100.         return $this->privates['fos_user.util.user_manipulator'] = new \FOS\UserBundle\Util\UserManipulator(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  31101.     }
  31102.     /**
  31103.      * Gets the private 'fragment.listener' shared service.
  31104.      *
  31105.      * @return \Symfony\Component\HttpKernel\EventListener\FragmentListener
  31106.      */
  31107.     protected function getFragment_ListenerService()
  31108.     {
  31109.         return $this->privates['fragment.listener'] = new \Symfony\Component\HttpKernel\EventListener\FragmentListener(($this->privates['uri_signer'] ?? ($this->privates['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')))), '/_fragments');
  31110.     }
  31111.     /**
  31112.      * Gets the private 'fragment.renderer.hinclude' shared service.
  31113.      *
  31114.      * @return \Symfony\Component\HttpKernel\Fragment\HIncludeFragmentRenderer
  31115.      */
  31116.     protected function getFragment_Renderer_HincludeService()
  31117.     {
  31118.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  31119.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  31120.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/HIncludeFragmentRenderer.php';
  31121.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  31122.         if (isset($this->privates['fragment.renderer.hinclude'])) {
  31123.             return $this->privates['fragment.renderer.hinclude'];
  31124.         }
  31125.         $this->privates['fragment.renderer.hinclude'] = $instance = new \Symfony\Component\HttpKernel\Fragment\HIncludeFragmentRenderer($a, ($this->privates['uri_signer'] ?? ($this->privates['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')))), NULL);
  31126.         $instance->setFragmentPath('/_fragments');
  31127.         return $instance;
  31128.     }
  31129.     /**
  31130.      * Gets the private 'fragment.renderer.inline' shared service.
  31131.      *
  31132.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  31133.      */
  31134.     protected function getFragment_Renderer_InlineService()
  31135.     {
  31136.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  31137.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  31138.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  31139.         $a = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  31140.         if (isset($this->privates['fragment.renderer.inline'])) {
  31141.             return $this->privates['fragment.renderer.inline'];
  31142.         }
  31143.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  31144.         if (isset($this->privates['fragment.renderer.inline'])) {
  31145.             return $this->privates['fragment.renderer.inline'];
  31146.         }
  31147.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer($a$b);
  31148.         $instance->setFragmentPath('/_fragments');
  31149.         return $instance;
  31150.     }
  31151.     /**
  31152.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  31153.      *
  31154.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  31155.      */
  31156.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  31157.     {
  31158.         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())));
  31159.     }
  31160.     /**
  31161.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  31162.      *
  31163.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  31164.      */
  31165.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  31166.     {
  31167.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  31168.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  31169.             return $this->privates['framework_extra_bundle.event.is_granted'];
  31170.         }
  31171.         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);
  31172.     }
  31173.     /**
  31174.      * Gets the private 'gedmo.listener.iptraceable' shared service.
  31175.      *
  31176.      * @return \Gedmo\IpTraceable\IpTraceableListener
  31177.      */
  31178.     protected function getGedmo_Listener_IptraceableService()
  31179.     {
  31180.         $this->privates['gedmo.listener.iptraceable'] = $instance = new \Gedmo\IpTraceable\IpTraceableListener();
  31181.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  31182.         return $instance;
  31183.     }
  31184.     /**
  31185.      * Gets the private 'gedmo.listener.reference.mongodb' shared service.
  31186.      *
  31187.      * @return \Gedmo\References\ReferencesListener
  31188.      */
  31189.     protected function getGedmo_Listener_Reference_MongodbService()
  31190.     {
  31191.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/References/ReferencesListener.php';
  31192.         $this->privates['gedmo.listener.reference.mongodb'] = $instance = new \Gedmo\References\ReferencesListener();
  31193.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  31194.         $instance->registerManager('entity', ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  31195.         return $instance;
  31196.     }
  31197.     /**
  31198.      * Gets the private 'gedmo.listener.softdeleteable' shared service.
  31199.      *
  31200.      * @return \Gedmo\SoftDeleteable\SoftDeleteableListener
  31201.      */
  31202.     protected function getGedmo_Listener_SoftdeleteableService()
  31203.     {
  31204.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/SoftDeleteable/SoftDeleteableListener.php';
  31205.         $this->privates['gedmo.listener.softdeleteable'] = $instance = new \Gedmo\SoftDeleteable\SoftDeleteableListener();
  31206.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  31207.         return $instance;
  31208.     }
  31209.     /**
  31210.      * Gets the private 'gedmo.listener.sortable' shared service.
  31211.      *
  31212.      * @return \Gedmo\Sortable\SortableListener
  31213.      */
  31214.     protected function getGedmo_Listener_SortableService()
  31215.     {
  31216.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Sortable/SortableListener.php';
  31217.         $this->privates['gedmo.listener.sortable'] = $instance = new \Gedmo\Sortable\SortableListener();
  31218.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  31219.         return $instance;
  31220.     }
  31221.     /**
  31222.      * Gets the private 'gedmo.listener.timestampable' shared service.
  31223.      *
  31224.      * @return \Gedmo\Timestampable\TimestampableListener
  31225.      */
  31226.     protected function getGedmo_Listener_TimestampableService()
  31227.     {
  31228.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Timestampable/TimestampableListener.php';
  31229.         $this->privates['gedmo.listener.timestampable'] = $instance = new \Gedmo\Timestampable\TimestampableListener();
  31230.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  31231.         return $instance;
  31232.     }
  31233.     /**
  31234.      * Gets the private 'gedmo.listener.translatable' shared service.
  31235.      *
  31236.      * @return \Gedmo\Translatable\TranslatableListener
  31237.      */
  31238.     protected function getGedmo_Listener_TranslatableService()
  31239.     {
  31240.         $this->privates['gedmo.listener.translatable'] = $instance = new \Gedmo\Translatable\TranslatableListener();
  31241.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  31242.         $instance->setDefaultLocale('ar');
  31243.         $instance->setTranslationFallback(true);
  31244.         return $instance;
  31245.     }
  31246.     /**
  31247.      * Gets the private 'gedmo.listener.tree' shared service.
  31248.      *
  31249.      * @return \Gedmo\Tree\TreeListener
  31250.      */
  31251.     protected function getGedmo_Listener_TreeService()
  31252.     {
  31253.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Tree/TreeListener.php';
  31254.         $this->privates['gedmo.listener.tree'] = $instance = new \Gedmo\Tree\TreeListener();
  31255.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  31256.         return $instance;
  31257.     }
  31258.     /**
  31259.      * Gets the private 'httplug.collector.formatter' shared service.
  31260.      *
  31261.      * @return \Http\HttplugBundle\Collector\Formatter
  31262.      */
  31263.     protected function getHttplug_Collector_FormatterService()
  31264.     {
  31265.         return $this->privates['httplug.collector.formatter'] = new \Http\HttplugBundle\Collector\Formatter(new \Http\Message\Formatter\FullHttpMessageFormatter(0), new \Http\Message\Formatter\CurlCommandFormatter());
  31266.     }
  31267.     /**
  31268.      * Gets the private 'hwi_oauth.authentication.listener.oauth.main' shared service.
  31269.      *
  31270.      * @return \HWI\Bundle\OAuthBundle\Security\Http\Firewall\OAuthListener
  31271.      */
  31272.     protected function getHwiOauth_Authentication_Listener_Oauth_MainService()
  31273.     {
  31274.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  31275.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  31276.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractAuthenticationListener.php';
  31277.         include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Security/Http/Firewall/OAuthListener.php';
  31278.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  31279.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  31280.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationSuccessHandler.php';
  31281.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  31282.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationFailureHandler.php';
  31283.         $a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  31284.         if (isset($this->privates['hwi_oauth.authentication.listener.oauth.main'])) {
  31285.             return $this->privates['hwi_oauth.authentication.listener.oauth.main'];
  31286.         }
  31287.         $b = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  31288.         if (isset($this->privates['hwi_oauth.authentication.listener.oauth.main'])) {
  31289.             return $this->privates['hwi_oauth.authentication.listener.oauth.main'];
  31290.         }
  31291.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  31292.         if (isset($this->privates['hwi_oauth.authentication.listener.oauth.main'])) {
  31293.             return $this->privates['hwi_oauth.authentication.listener.oauth.main'];
  31294.         }
  31295.         $d = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  31296.         $e = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler($d, [], ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  31297.         $e->setOptions(['login_path' => 'app_login''always_use_default_target_path' => false'default_target_path' => '/''target_path_parameter' => '_target_path''use_referer' => false]);
  31298.         $e->setFirewallName('main');
  31299.         $f = ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService());
  31300.         $g = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler($b$d, [], $f);
  31301.         $g->setOptions(['login_path' => 'app_login''failure_path' => 'homepage''failure_forward' => false'failure_path_parameter' => '_failure_path']);
  31302.         $this->privates['hwi_oauth.authentication.listener.oauth.main'] = $instance = new \HWI\Bundle\OAuthBundle\Security\Http\Firewall\OAuthListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['security.authentication.session_strategy'] ?? $this->getSecurity_Authentication_SessionStrategyService()), $d'main'$e$g, ['login_path' => 'app_login''use_forward' => false'check_path' => '/login_check''require_previous_session' => false], $f$c);
  31303.         $instance->setResourceOwnerMap(($this->services['hwi_oauth.resource_ownermap.main'] ?? $this->getHwiOauth_ResourceOwnermap_MainService()));
  31304.         $instance->setCheckPaths($this->parameters['hwi_oauth.resource_ownermap.configured.main']);
  31305.         $instance->setRememberMeServices(($this->privates['security.authentication.rememberme.services.simplehash.main'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()));
  31306.         return $instance;
  31307.     }
  31308.     /**
  31309.      * Gets the private 'hwi_oauth.authentication.provider.oauth.main' shared service.
  31310.      *
  31311.      * @return \HWI\Bundle\OAuthBundle\Security\Core\Authentication\Provider\OAuthProvider
  31312.      */
  31313.     protected function getHwiOauth_Authentication_Provider_Oauth_MainService()
  31314.     {
  31315.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  31316.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  31317.         include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Security/Core/Authentication/Provider/OAuthProvider.php';
  31318.         include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Security/Core/User/OAuthAwareUserProviderInterface.php';
  31319.         include_once \dirname(__DIR__4).'/src/App/Security/Core/User/CustomAuthUserProvider.php';
  31320.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  31321.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  31322.         $a = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\PhoneManager'] ?? $this->getPhoneManagerService());
  31323.         if (isset($this->privates['hwi_oauth.authentication.provider.oauth.main'])) {
  31324.             return $this->privates['hwi_oauth.authentication.provider.oauth.main'];
  31325.         }
  31326.         return $this->privates['hwi_oauth.authentication.provider.oauth.main'] = new \HWI\Bundle\OAuthBundle\Security\Core\Authentication\Provider\OAuthProvider(new \App\Security\Core\User\CustomAuthUserProvider(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()), ($this->privates['Aqarmap\\Bundle\\UserBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $a), ($this->services['hwi_oauth.resource_ownermap.main'] ?? $this->getHwiOauth_ResourceOwnermap_MainService()), ($this->services['hwi_oauth.user_checker'] ?? ($this->services['hwi_oauth.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  31327.     }
  31328.     /**
  31329.      * Gets the private 'hwi_oauth.context_listener.token_refresher.main' shared service.
  31330.      *
  31331.      * @return \HWI\Bundle\OAuthBundle\Security\Http\Firewall\RefreshAccessTokenListenerOld
  31332.      */
  31333.     protected function getHwiOauth_ContextListener_TokenRefresher_MainService()
  31334.     {
  31335.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  31336.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  31337.         include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Security/Http/Firewall/AbstractRefreshAccessTokenListener.php';
  31338.         include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Security/Http/Firewall/RefreshAccessTokenListener.php';
  31339.         include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Security/Http/Firewall/RefreshAccessTokenListenerOld.php';
  31340.         $a = ($this->privates['hwi_oauth.authentication.provider.oauth.main'] ?? $this->getHwiOauth_Authentication_Provider_Oauth_MainService());
  31341.         if (isset($this->privates['hwi_oauth.context_listener.token_refresher.main'])) {
  31342.             return $this->privates['hwi_oauth.context_listener.token_refresher.main'];
  31343.         }
  31344.         $this->privates['hwi_oauth.context_listener.token_refresher.main'] = $instance = new \HWI\Bundle\OAuthBundle\Security\Http\Firewall\RefreshAccessTokenListenerOld($a);
  31345.         $instance->setTokenStorage(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  31346.         $instance->setResourceOwnerMap(($this->services['hwi_oauth.resource_ownermap.main'] ?? $this->getHwiOauth_ResourceOwnermap_MainService()));
  31347.         return $instance;
  31348.     }
  31349.     /**
  31350.      * Gets the private 'hwi_oauth.resource_owner.aqarmap' shared service.
  31351.      *
  31352.      * @return \HWI\Bundle\OAuthBundle\OAuth\ResourceOwner\OAuth2ResourceOwner
  31353.      */
  31354.     protected function getHwiOauth_ResourceOwner_AqarmapService()
  31355.     {
  31356.         include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/OAuth/ResourceOwnerInterface.php';
  31357.         include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/OAuth/ResourceOwner/AbstractResourceOwner.php';
  31358.         include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/OAuth/ResourceOwner/GenericOAuth2ResourceOwner.php';
  31359.         include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/OAuth/ResourceOwner/OAuth2ResourceOwner.php';
  31360.         include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/OAuth/RequestDataStorageInterface.php';
  31361.         include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/OAuth/RequestDataStorage/SessionStorage.php';
  31362.         return $this->privates['hwi_oauth.resource_owner.aqarmap'] = new \HWI\Bundle\OAuthBundle\OAuth\ResourceOwner\OAuth2ResourceOwner(($this->privates['.debug.hwi_oauth.http_client'] ?? $this->get_Debug_HwiOauth_HttpClientService()), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), ['client_id' => $this->getEnv('OAUTH_CLIENT_ID'), 'client_secret' => $this->getEnv('OAUTH_CLIENT_SECRET'), 'access_token_url' => $this->getEnv('string:OAUTH_SERVER_ENDPOINT').'/token''authorization_url' => $this->getEnv('string:OAUTH_PUBLIC_SERVER_URL').'/authorize''infos_url' => $this->getEnv('string:OAUTH_SERVER_ENDPOINT').'/api/profile''user_response_class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\Response\\PathUserResponse''paths' => ['identifier' => 'identifier''email' => 'email''realname' => 'name'], 'options' => []], 'aqarmap', new \HWI\Bundle\OAuthBundle\OAuth\RequestDataStorage\SessionStorage(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))));
  31363.     }
  31364.     /**
  31365.      * Gets the private 'hwi_oauth.resource_ownermap_locator' shared service.
  31366.      *
  31367.      * @return \HWI\Bundle\OAuthBundle\Security\Http\ResourceOwnerMapLocator
  31368.      */
  31369.     protected function getHwiOauth_ResourceOwnermapLocatorService()
  31370.     {
  31371.         include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Security/Http/ResourceOwnerMapLocator.php';
  31372.         $this->privates['hwi_oauth.resource_ownermap_locator'] = $instance = new \HWI\Bundle\OAuthBundle\Security\Http\ResourceOwnerMapLocator();
  31373.         $instance->set('main', ($this->services['hwi_oauth.resource_ownermap.main'] ?? $this->getHwiOauth_ResourceOwnermap_MainService()));
  31374.         return $instance;
  31375.     }
  31376.     /**
  31377.      * Gets the private 'hwi_oauth.security.oauth_utils' shared service.
  31378.      *
  31379.      * @return \HWI\Bundle\OAuthBundle\Security\OAuthUtils
  31380.      */
  31381.     protected function getHwiOauth_Security_OauthUtilsService()
  31382.     {
  31383.         include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Security/OAuthUtils.php';
  31384.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  31385.         if (isset($this->privates['hwi_oauth.security.oauth_utils'])) {
  31386.             return $this->privates['hwi_oauth.security.oauth_utils'];
  31387.         }
  31388.         $b = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  31389.         if (isset($this->privates['hwi_oauth.security.oauth_utils'])) {
  31390.             return $this->privates['hwi_oauth.security.oauth_utils'];
  31391.         }
  31392.         $this->privates['hwi_oauth.security.oauth_utils'] = $instance = new \HWI\Bundle\OAuthBundle\Security\OAuthUtils(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), $a$bfalse'IS_AUTHENTICATED_FULLY');
  31393.         $instance->addResourceOwnerMap('main', ($this->services['hwi_oauth.resource_ownermap.main'] ?? $this->getHwiOauth_ResourceOwnermap_MainService()));
  31394.         return $instance;
  31395.     }
  31396.     /**
  31397.      * Gets the private 'hwi_oauth.twig.extension.oauth.runtime' shared service.
  31398.      *
  31399.      * @return \HWI\Bundle\OAuthBundle\Twig\Extension\OAuthRuntime
  31400.      */
  31401.     protected function getHwiOauth_Twig_Extension_Oauth_RuntimeService()
  31402.     {
  31403.         include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Twig/Extension/OAuthRuntime.php';
  31404.         return $this->privates['hwi_oauth.twig.extension.oauth.runtime'] = new \HWI\Bundle\OAuthBundle\Twig\Extension\OAuthRuntime(($this->privates['hwi_oauth.security.oauth_utils'] ?? $this->getHwiOauth_Security_OauthUtilsService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  31405.     }
  31406.     /**
  31407.      * Gets the private 'jms_serializer.array_collection_handler' shared service.
  31408.      *
  31409.      * @return \JMS\Serializer\Handler\ArrayCollectionHandler
  31410.      */
  31411.     protected function getJmsSerializer_ArrayCollectionHandlerService()
  31412.     {
  31413.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  31414.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/ArrayCollectionHandler.php';
  31415.         return $this->privates['jms_serializer.array_collection_handler'] = new \JMS\Serializer\Handler\ArrayCollectionHandler(false);
  31416.     }
  31417.     /**
  31418.      * Gets the private 'jms_serializer.cache.cache_clearer' shared service.
  31419.      *
  31420.      * @return \JMS\SerializerBundle\Cache\CacheClearer
  31421.      */
  31422.     protected function getJmsSerializer_Cache_CacheClearerService()
  31423.     {
  31424.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  31425.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Cache/CacheClearer.php';
  31426.         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')))));
  31427.     }
  31428.     /**
  31429.      * Gets the private 'jms_serializer.constraint_violation_handler' shared service.
  31430.      *
  31431.      * @return \JMS\Serializer\Handler\ConstraintViolationHandler
  31432.      */
  31433.     protected function getJmsSerializer_ConstraintViolationHandlerService()
  31434.     {
  31435.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  31436.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/ConstraintViolationHandler.php';
  31437.         return $this->privates['jms_serializer.constraint_violation_handler'] = new \JMS\Serializer\Handler\ConstraintViolationHandler();
  31438.     }
  31439.     /**
  31440.      * Gets the private 'jms_serializer.datetime_handler' shared service.
  31441.      *
  31442.      * @return \JMS\Serializer\Handler\DateHandler
  31443.      */
  31444.     protected function getJmsSerializer_DatetimeHandlerService()
  31445.     {
  31446.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  31447.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/DateHandler.php';
  31448.         return $this->privates['jms_serializer.datetime_handler'] = new \JMS\Serializer\Handler\DateHandler('Y-m-d\\TH:i:sP''Africa/Cairo'true);
  31449.     }
  31450.     /**
  31451.      * Gets the private 'jms_serializer.doctrine_proxy_subscriber' shared service.
  31452.      *
  31453.      * @return \JMS\Serializer\EventDispatcher\Subscriber\DoctrineProxySubscriber
  31454.      */
  31455.     protected function getJmsSerializer_DoctrineProxySubscriberService()
  31456.     {
  31457.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventSubscriberInterface.php';
  31458.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/Subscriber/DoctrineProxySubscriber.php';
  31459.         return $this->privates['jms_serializer.doctrine_proxy_subscriber'] = new \JMS\Serializer\EventDispatcher\Subscriber\DoctrineProxySubscriber(truefalse);
  31460.     }
  31461.     /**
  31462.      * Gets the private 'jms_serializer.iterator_handler' shared service.
  31463.      *
  31464.      * @return \JMS\Serializer\Handler\IteratorHandler
  31465.      */
  31466.     protected function getJmsSerializer_IteratorHandlerService()
  31467.     {
  31468.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  31469.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/IteratorHandler.php';
  31470.         return $this->privates['jms_serializer.iterator_handler'] = new \JMS\Serializer\Handler\IteratorHandler();
  31471.     }
  31472.     /**
  31473.      * Gets the private 'jms_serializer.metadata_factory' shared service.
  31474.      *
  31475.      * @return \Metadata\MetadataFactory
  31476.      */
  31477.     protected function getJmsSerializer_MetadataFactoryService()
  31478.     {
  31479.         $this->privates['jms_serializer.metadata_factory'] = $instance = new \Metadata\MetadataFactory(new \Metadata\Driver\LazyLoadingDriver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  31480.             'metadata_driver' => ['services''jms_serializer.metadata_driver''getJmsSerializer_MetadataDriverService'false],
  31481.         ], [
  31482.             'metadata_driver' => '?',
  31483.         ]), 'metadata_driver'), 'Metadata\\ClassHierarchyMetadata'true);
  31484.         $instance->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')))));
  31485.         $instance->setIncludeInterfaces(false);
  31486.         return $instance;
  31487.     }
  31488.     /**
  31489.      * Gets the private 'jms_serializer.stopwatch_subscriber' shared service.
  31490.      *
  31491.      * @return \JMS\SerializerBundle\Serializer\StopwatchEventSubscriber
  31492.      */
  31493.     protected function getJmsSerializer_StopwatchSubscriberService()
  31494.     {
  31495.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventSubscriberInterface.php';
  31496.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Serializer/StopwatchEventSubscriber.php';
  31497.         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))));
  31498.     }
  31499.     /**
  31500.      * Gets the private 'knp_gaufrette.command.filesystem_keys' shared service.
  31501.      *
  31502.      * @return \Knp\Bundle\GaufretteBundle\Command\FilesystemKeysCommand
  31503.      */
  31504.     protected function getKnpGaufrette_Command_FilesystemKeysService()
  31505.     {
  31506.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31507.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-gaufrette-bundle/Command/FilesystemKeysCommand.php';
  31508.         $this->privates['knp_gaufrette.command.filesystem_keys'] = $instance = new \Knp\Bundle\GaufretteBundle\Command\FilesystemKeysCommand(($this->services['knp_gaufrette.filesystem_map'] ?? $this->getKnpGaufrette_FilesystemMapService()));
  31509.         $instance->setName('gaufrette:filesystem:keys');
  31510.         return $instance;
  31511.     }
  31512.     /**
  31513.      * Gets the private 'knp_menu.helper' shared service.
  31514.      *
  31515.      * @return \Knp\Menu\Twig\Helper
  31516.      */
  31517.     protected function getKnpMenu_HelperService()
  31518.     {
  31519.         return $this->privates['knp_menu.helper'] = new \Knp\Menu\Twig\Helper(new \Knp\Menu\Renderer\PsrProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  31520.             'list' => ['privates''knp_menu.renderer.list''getKnpMenu_Renderer_ListService'false],
  31521.             'twig' => ['privates''knp_menu.renderer.twig''getKnpMenu_Renderer_TwigService'false],
  31522.         ], [
  31523.             'list' => '?',
  31524.             'twig' => '?',
  31525.         ]), 'twig', [], false), new \Knp\Menu\Provider\ChainProvider(new RewindableGenerator(function () {
  31526.             yield => ($this->privates['knp_menu.menu_provider.lazy'] ?? $this->getKnpMenu_MenuProvider_LazyService());
  31527.             yield => ($this->privates['knp_menu.menu_provider.builder_alias'] ?? $this->getKnpMenu_MenuProvider_BuilderAliasService());
  31528.         }, 2)), ($this->privates['knp_menu.manipulator'] ?? ($this->privates['knp_menu.manipulator'] = new \Knp\Menu\Util\MenuManipulator())), ($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService()));
  31529.     }
  31530.     /**
  31531.      * Gets the private 'knp_menu.menu_provider.builder_alias' shared service.
  31532.      *
  31533.      * @return \Knp\Bundle\MenuBundle\Provider\BuilderAliasProvider
  31534.      */
  31535.     protected function getKnpMenu_MenuProvider_BuilderAliasService()
  31536.     {
  31537.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Provider/BuilderAliasProvider.php';
  31538.         return $this->privates['knp_menu.menu_provider.builder_alias'] = new \Knp\Bundle\MenuBundle\Provider\BuilderAliasProvider(($this->services['kernel'] ?? $this->get('kernel'1)), $this, ($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  31539.     }
  31540.     /**
  31541.      * Gets the private 'knp_menu.menu_provider.lazy' shared service.
  31542.      *
  31543.      * @return \Knp\Menu\Provider\LazyProvider
  31544.      */
  31545.     protected function getKnpMenu_MenuProvider_LazyService()
  31546.     {
  31547.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/LazyProvider.php';
  31548.         return $this->privates['knp_menu.menu_provider.lazy'] = new \Knp\Menu\Provider\LazyProvider(['aqarmap.subLocations_search.menus' => [=> function () {
  31549.             return ($this->privates['aqarmap.listing.menu_builder'] ?? $this->getAqarmap_Listing_MenuBuilderService());
  31550.         }, => 'subLocationsSearchMenus'], 'compound_search.breadcrumb' => [=> function () {
  31551.             return ($this->privates['aqarmap.listing.menu_builder'] ?? $this->getAqarmap_Listing_MenuBuilderService());
  31552.         }, => 'compoundSearchBreadcrumb'], 'aqarmap.propertyTypes_search.menu' => [=> function () {
  31553.             return ($this->privates['aqarmap.listing.menu_builder'] ?? $this->getAqarmap_Listing_MenuBuilderService());
  31554.         }, => 'propertyTypesSearchMenus'], 'aqarmap.creditListingBreadcrumb.menu' => [=> function () {
  31555.             return ($this->privates['aqarmap.listing.menu_builder'] ?? $this->getAqarmap_Listing_MenuBuilderService());
  31556.         }, => 'creditListingBreadcrumb'], 'aqarmap.neighborhood.breadcrumb' => [=> function () {
  31557.             return ($this->privates['aqarmap.neighborhood.menu_builder'] ?? $this->getAqarmap_Neighborhood_MenuBuilderService());
  31558.         }, => 'neighborhoodBreadcrumbMenu'], 'aqarmap.askNeighbors.breadcrumb' => [=> function () {
  31559.             return ($this->privates['aqarmap.neighborhood.menu_builder'] ?? $this->getAqarmap_Neighborhood_MenuBuilderService());
  31560.         }, => 'askNeighborsBreadcrumbMenu'], 'aqarmap.discussion.breadcrumb' => [=> function () {
  31561.             return ($this->privates['aqarmap.neighborhood.menu_builder'] ?? $this->getAqarmap_Neighborhood_MenuBuilderService());
  31562.         }, => 'discussionBreadcrumbMenu'], 'aqarmap.breadcrumb' => function () {
  31563.             return ($this->privates['aqarmap.main.menu.breadcrumb'] ?? $this->getAqarmap_Main_Menu_BreadcrumbService());
  31564.         }, 'aqarmap.admin.sidebar' => function () {
  31565.             return ($this->privates['aqarmap.main.menu.admin'] ?? $this->getAqarmap_Main_Menu_AdminService());
  31566.         }]);
  31567.     }
  31568.     /**
  31569.      * Gets the private 'knp_menu.renderer.list' shared service.
  31570.      *
  31571.      * @return \Knp\Menu\Renderer\ListRenderer
  31572.      */
  31573.     protected function getKnpMenu_Renderer_ListService()
  31574.     {
  31575.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/Renderer.php';
  31576.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererInterface.php';
  31577.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/ListRenderer.php';
  31578.         return $this->privates['knp_menu.renderer.list'] = new \Knp\Menu\Renderer\ListRenderer(($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService()), [], 'UTF-8');
  31579.     }
  31580.     /**
  31581.      * Gets the private 'knp_menu.renderer.twig' shared service.
  31582.      *
  31583.      * @return \Knp\Menu\Renderer\TwigRenderer
  31584.      */
  31585.     protected function getKnpMenu_Renderer_TwigService()
  31586.     {
  31587.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererInterface.php';
  31588.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/TwigRenderer.php';
  31589.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  31590.         if (isset($this->privates['knp_menu.renderer.twig'])) {
  31591.             return $this->privates['knp_menu.renderer.twig'];
  31592.         }
  31593.         return $this->privates['knp_menu.renderer.twig'] = new \Knp\Menu\Renderer\TwigRenderer($a'@KnpMenu/menu.html.twig', ($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService()), []);
  31594.     }
  31595.     /**
  31596.      * Gets the private 'knp_menu.voter.router' shared service.
  31597.      *
  31598.      * @return \Knp\Menu\Matcher\Voter\RouteVoter
  31599.      */
  31600.     protected function getKnpMenu_Voter_RouterService()
  31601.     {
  31602.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Voter/VoterInterface.php';
  31603.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Voter/RouteVoter.php';
  31604.         return $this->privates['knp_menu.voter.router'] = new \Knp\Menu\Matcher\Voter\RouteVoter(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  31605.     }
  31606.     /**
  31607.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  31608.      *
  31609.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  31610.      */
  31611.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  31612.     {
  31613.         return $this->privates['knp_paginator.subscriber.sliding_pagination'] = new \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber(['defaultPaginationTemplate' => '@KnpPaginator/Pagination/sliding.html.twig''defaultSortableTemplate' => '@KnpPaginator/Pagination/sortable_link.html.twig''defaultFiltrationTemplate' => '@KnpPaginator/Pagination/filtration.html.twig''defaultPageRange' => 5'defaultPageLimit' => NULL]);
  31614.     }
  31615.     /**
  31616.      * Gets the private 'liip_imagine.binary.mime_type_guesser' shared service.
  31617.      *
  31618.      * @return \Liip\ImagineBundle\Binary\SimpleMimeTypeGuesser
  31619.      */
  31620.     protected function getLiipImagine_Binary_MimeTypeGuesserService()
  31621.     {
  31622.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/MimeTypeGuesserInterface.php';
  31623.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/SimpleMimeTypeGuesser.php';
  31624.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  31625.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  31626.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  31627.         return $this->privates['liip_imagine.binary.mime_type_guesser'] = new \Liip\ImagineBundle\Binary\SimpleMimeTypeGuesser(\Symfony\Component\Mime\MimeTypes::getDefault());
  31628.     }
  31629.     /**
  31630.      * Gets the private 'liip_imagine.command.cache_remove' shared service.
  31631.      *
  31632.      * @return \Liip\ImagineBundle\Command\RemoveCacheCommand
  31633.      */
  31634.     protected function getLiipImagine_Command_CacheRemoveService()
  31635.     {
  31636.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31637.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Command/CacheCommandTrait.php';
  31638.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Command/RemoveCacheCommand.php';
  31639.         $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()));
  31640.         $instance->setName('liip:imagine:cache:remove');
  31641.         return $instance;
  31642.     }
  31643.     /**
  31644.      * Gets the private 'liip_imagine.command.cache_resolve' shared service.
  31645.      *
  31646.      * @return \Liip\ImagineBundle\Command\ResolveCacheCommand
  31647.      */
  31648.     protected function getLiipImagine_Command_CacheResolveService()
  31649.     {
  31650.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31651.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Command/CacheCommandTrait.php';
  31652.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Command/ResolveCacheCommand.php';
  31653.         $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()));
  31654.         $instance->setName('liip:imagine:cache:resolve');
  31655.         return $instance;
  31656.     }
  31657.     /**
  31658.      * Gets the private 'liip_imagine.filter.configuration' shared service.
  31659.      *
  31660.      * @return \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration
  31661.      */
  31662.     protected function getLiipImagine_Filter_ConfigurationService()
  31663.     {
  31664.         return $this->privates['liip_imagine.filter.configuration'] = new \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration($this->parameters['liip_imagine.filter_sets']);
  31665.     }
  31666.     /**
  31667.      * Gets the private 'liip_imagine.form.type.image' shared service.
  31668.      *
  31669.      * @return \Liip\ImagineBundle\Form\Type\ImageType
  31670.      */
  31671.     protected function getLiipImagine_Form_Type_ImageService()
  31672.     {
  31673.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  31674.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  31675.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Form/Type/ImageType.php';
  31676.         return $this->privates['liip_imagine.form.type.image'] = new \Liip\ImagineBundle\Form\Type\ImageType();
  31677.     }
  31678.     /**
  31679.      * Gets the private 'liip_imagine.gd' shared service.
  31680.      *
  31681.      * @return \Imagine\Gd\Imagine
  31682.      */
  31683.     protected function getLiipImagine_GdService()
  31684.     {
  31685.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Factory/ClassFactoryAwareInterface.php';
  31686.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/ImagineInterface.php';
  31687.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/AbstractImagine.php';
  31688.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Driver/InfoProvider.php';
  31689.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Gd/Imagine.php';
  31690.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/Metadata/MetadataReaderInterface.php';
  31691.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/Metadata/AbstractMetadataReader.php';
  31692.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/Metadata/DefaultMetadataReader.php';
  31693.         $this->privates['liip_imagine.gd'] = $instance = new \Imagine\Gd\Imagine();
  31694.         $instance->setMetadataReader(new \Imagine\Image\Metadata\DefaultMetadataReader());
  31695.         return $instance;
  31696.     }
  31697.     /**
  31698.      * Gets the private 'liip_imagine.service.filter' shared service.
  31699.      *
  31700.      * @return \Liip\ImagineBundle\Service\FilterService
  31701.      */
  31702.     protected function getLiipImagine_Service_FilterService()
  31703.     {
  31704.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Service/FilterService.php';
  31705.         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()));
  31706.     }
  31707.     /**
  31708.      * Gets the private 'limiter.lead_generation_by_ip' shared service.
  31709.      *
  31710.      * @return \Symfony\Component\RateLimiter\RateLimiterFactory
  31711.      */
  31712.     protected function getLimiter_LeadGenerationByIpService()
  31713.     {
  31714.         include_once \dirname(__DIR__4).'/vendor/symfony/rate-limiter/RateLimiterFactory.php';
  31715.         include_once \dirname(__DIR__4).'/vendor/symfony/rate-limiter/Storage/StorageInterface.php';
  31716.         include_once \dirname(__DIR__4).'/vendor/symfony/rate-limiter/Storage/CacheStorage.php';
  31717.         include_once \dirname(__DIR__4).'/vendor/symfony/lock/LockFactory.php';
  31718.         include_once \dirname(__DIR__4).'/vendor/symfony/lock/PersistingStoreInterface.php';
  31719.         include_once \dirname(__DIR__4).'/vendor/symfony/lock/Store/StoreFactory.php';
  31720.         $a = new \Symfony\Component\Lock\LockFactory(\Symfony\Component\Lock\Store\StoreFactory::createStore($this->getEnv('LOCK_DSN')));
  31721.         $b = new \Symfony\Bridge\Monolog\Logger('lock');
  31722.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  31723.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  31724.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  31725.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  31726.         $a->setLogger($b);
  31727.         return $this->privates['limiter.lead_generation_by_ip'] = new \Symfony\Component\RateLimiter\RateLimiterFactory(['policy' => 'token_bucket''limit' => 1'rate' => ['interval' => '1 minutes''amount' => 1], 'id' => 'lead_generation_by_ip'], new \Symfony\Component\RateLimiter\Storage\CacheStorage(($this->privates['rate_limiter_storage_pool'] ?? $this->getRateLimiterStoragePoolService())), $a);
  31728.     }
  31729.     /**
  31730.      * Gets the private 'locale_aware_listener' shared service.
  31731.      *
  31732.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  31733.      */
  31734.     protected function getLocaleAwareListenerService()
  31735.     {
  31736.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  31737.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('ar')));
  31738.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  31739.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  31740.     }
  31741.     /**
  31742.      * Gets the private 'locale_listener' shared service.
  31743.      *
  31744.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  31745.      */
  31746.     protected function getLocaleListenerService()
  31747.     {
  31748.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'ar', ($this->services['router'] ?? $this->getRouterService()), false, []);
  31749.     }
  31750.     /**
  31751.      * Gets the private 'mailer.mailer' shared service.
  31752.      *
  31753.      * @return \Symfony\Component\Mailer\Mailer
  31754.      */
  31755.     protected function getMailer_MailerService()
  31756.     {
  31757.         $a = ($this->privates['mailer.transports'] ?? $this->getMailer_TransportsService());
  31758.         if (isset($this->privates['mailer.mailer'])) {
  31759.             return $this->privates['mailer.mailer'];
  31760.         }
  31761.         $b = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  31762.         if (isset($this->privates['mailer.mailer'])) {
  31763.             return $this->privates['mailer.mailer'];
  31764.         }
  31765.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  31766.         if (isset($this->privates['mailer.mailer'])) {
  31767.             return $this->privates['mailer.mailer'];
  31768.         }
  31769.         return $this->privates['mailer.mailer'] = new \Symfony\Component\Mailer\Mailer($a$b$c);
  31770.     }
  31771.     /**
  31772.      * Gets the private 'mailer.transport_factory.native' shared service.
  31773.      *
  31774.      * @return \Symfony\Component\Mailer\Transport\NativeTransportFactory
  31775.      */
  31776.     protected function getMailer_TransportFactory_NativeService()
  31777.     {
  31778.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  31779.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  31780.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NativeTransportFactory.php';
  31781.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  31782.         if (isset($this->privates['mailer.transport_factory.native'])) {
  31783.             return $this->privates['mailer.transport_factory.native'];
  31784.         }
  31785.         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()));
  31786.     }
  31787.     /**
  31788.      * Gets the private 'mailer.transport_factory.null' shared service.
  31789.      *
  31790.      * @return \Symfony\Component\Mailer\Transport\NullTransportFactory
  31791.      */
  31792.     protected function getMailer_TransportFactory_NullService()
  31793.     {
  31794.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  31795.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  31796.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NullTransportFactory.php';
  31797.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  31798.         if (isset($this->privates['mailer.transport_factory.null'])) {
  31799.             return $this->privates['mailer.transport_factory.null'];
  31800.         }
  31801.         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()));
  31802.     }
  31803.     /**
  31804.      * Gets the private 'mailer.transport_factory.sendmail' shared service.
  31805.      *
  31806.      * @return \Symfony\Component\Mailer\Transport\SendmailTransportFactory
  31807.      */
  31808.     protected function getMailer_TransportFactory_SendmailService()
  31809.     {
  31810.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  31811.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  31812.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/SendmailTransportFactory.php';
  31813.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  31814.         if (isset($this->privates['mailer.transport_factory.sendmail'])) {
  31815.             return $this->privates['mailer.transport_factory.sendmail'];
  31816.         }
  31817.         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()));
  31818.     }
  31819.     /**
  31820.      * Gets the private 'mailer.transport_factory.smtp' shared service.
  31821.      *
  31822.      * @return \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory
  31823.      */
  31824.     protected function getMailer_TransportFactory_SmtpService()
  31825.     {
  31826.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  31827.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  31828.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Smtp/EsmtpTransportFactory.php';
  31829.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  31830.         if (isset($this->privates['mailer.transport_factory.smtp'])) {
  31831.             return $this->privates['mailer.transport_factory.smtp'];
  31832.         }
  31833.         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()));
  31834.     }
  31835.     /**
  31836.      * Gets the private 'mailer.transports' shared service.
  31837.      *
  31838.      * @return \Symfony\Component\Mailer\Transport\Transports
  31839.      */
  31840.     protected function getMailer_TransportsService()
  31841.     {
  31842.         return $this->privates['mailer.transports'] = (new \Symfony\Component\Mailer\Transport(new RewindableGenerator(function () {
  31843.             yield => ($this->privates['mailer.transport_factory.null'] ?? $this->getMailer_TransportFactory_NullService());
  31844.             yield => ($this->privates['mailer.transport_factory.sendmail'] ?? $this->getMailer_TransportFactory_SendmailService());
  31845.             yield => ($this->privates['mailer.transport_factory.native'] ?? $this->getMailer_TransportFactory_NativeService());
  31846.             yield => ($this->privates['mailer.transport_factory.smtp'] ?? $this->getMailer_TransportFactory_SmtpService());
  31847.         }, 4)))->fromStrings(['dsn' => $this->getEnv('MAILER_DSN'), 'alternative' => $this->getEnv('MAILER_PROMOTIONAL_DSN')]);
  31848.     }
  31849.     /**
  31850.      * Gets the private 'maker.auto_command.make_auth' shared service.
  31851.      *
  31852.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  31853.      */
  31854.     protected function getMaker_AutoCommand_MakeAuthService()
  31855.     {
  31856.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31857.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  31858.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  31859.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  31860.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  31861.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
  31862.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  31863.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  31864.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  31865.         $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);
  31866.         $instance->setName('make:auth');
  31867.         $instance->setDescription('Creates a Guard authenticator of different flavors');
  31868.         return $instance;
  31869.     }
  31870.     /**
  31871.      * Gets the private 'maker.auto_command.make_command' shared service.
  31872.      *
  31873.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  31874.      */
  31875.     protected function getMaker_AutoCommand_MakeCommandService()
  31876.     {
  31877.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31878.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  31879.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  31880.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  31881.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  31882.         $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()));
  31883.         $instance->setName('make:command');
  31884.         $instance->setDescription('Creates a new console command class');
  31885.         return $instance;
  31886.     }
  31887.     /**
  31888.      * Gets the private 'maker.auto_command.make_controller' shared service.
  31889.      *
  31890.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  31891.      */
  31892.     protected function getMaker_AutoCommand_MakeControllerService()
  31893.     {
  31894.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31895.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  31896.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  31897.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  31898.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  31899.         $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()));
  31900.         $instance->setName('make:controller');
  31901.         $instance->setDescription('Creates a new controller class');
  31902.         return $instance;
  31903.     }
  31904.     /**
  31905.      * Gets the private 'maker.auto_command.make_crud' shared service.
  31906.      *
  31907.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  31908.      */
  31909.     protected function getMaker_AutoCommand_MakeCrudService()
  31910.     {
  31911.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31912.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  31913.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  31914.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  31915.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  31916.         $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()));
  31917.         $instance->setName('make:crud');
  31918.         $instance->setDescription('Creates CRUD for Doctrine entity class');
  31919.         return $instance;
  31920.     }
  31921.     /**
  31922.      * Gets the private 'maker.auto_command.make_docker_database' shared service.
  31923.      *
  31924.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  31925.      */
  31926.     protected function getMaker_AutoCommand_MakeDockerDatabaseService()
  31927.     {
  31928.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31929.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  31930.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  31931.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  31932.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
  31933.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  31934.         $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()));
  31935.         $instance->setName('make:docker:database');
  31936.         $instance->setDescription('Adds a database container to your docker-compose.yaml file');
  31937.         return $instance;
  31938.     }
  31939.     /**
  31940.      * Gets the private 'maker.auto_command.make_entity' shared service.
  31941.      *
  31942.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  31943.      */
  31944.     protected function getMaker_AutoCommand_MakeEntityService()
  31945.     {
  31946.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31947.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  31948.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  31949.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  31950.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  31951.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  31952.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  31953.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  31954.         $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);
  31955.         $instance->setName('make:entity');
  31956.         $instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
  31957.         return $instance;
  31958.     }
  31959.     /**
  31960.      * Gets the private 'maker.auto_command.make_fixtures' shared service.
  31961.      *
  31962.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  31963.      */
  31964.     protected function getMaker_AutoCommand_MakeFixturesService()
  31965.     {
  31966.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31967.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  31968.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  31969.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  31970.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  31971.         $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()));
  31972.         $instance->setName('make:fixtures');
  31973.         $instance->setDescription('Creates a new class to load Doctrine fixtures');
  31974.         return $instance;
  31975.     }
  31976.     /**
  31977.      * Gets the private 'maker.auto_command.make_form' shared service.
  31978.      *
  31979.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  31980.      */
  31981.     protected function getMaker_AutoCommand_MakeFormService()
  31982.     {
  31983.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31984.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  31985.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  31986.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  31987.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  31988.         $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()));
  31989.         $instance->setName('make:form');
  31990.         $instance->setDescription('Creates a new form class');
  31991.         return $instance;
  31992.     }
  31993.     /**
  31994.      * Gets the private 'maker.auto_command.make_message' shared service.
  31995.      *
  31996.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  31997.      */
  31998.     protected function getMaker_AutoCommand_MakeMessageService()
  31999.     {
  32000.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32001.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  32002.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  32003.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  32004.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  32005.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  32006.         $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()));
  32007.         $instance->setName('make:message');
  32008.         $instance->setDescription('Creates a new message and handler');
  32009.         return $instance;
  32010.     }
  32011.     /**
  32012.      * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  32013.      *
  32014.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  32015.      */
  32016.     protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  32017.     {
  32018.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32019.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  32020.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  32021.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  32022.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  32023.         $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()));
  32024.         $instance->setName('make:messenger-middleware');
  32025.         $instance->setDescription('Creates a new messenger middleware');
  32026.         return $instance;
  32027.     }
  32028.     /**
  32029.      * Gets the private 'maker.auto_command.make_migration' shared service.
  32030.      *
  32031.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  32032.      */
  32033.     protected function getMaker_AutoCommand_MakeMigrationService()
  32034.     {
  32035.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32036.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  32037.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  32038.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  32039.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  32040.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  32041.         $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()));
  32042.         $instance->setName('make:migration');
  32043.         $instance->setDescription('Creates a new migration based on database changes');
  32044.         return $instance;
  32045.     }
  32046.     /**
  32047.      * Gets the private 'maker.auto_command.make_registration_form' shared service.
  32048.      *
  32049.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  32050.      */
  32051.     protected function getMaker_AutoCommand_MakeRegistrationFormService()
  32052.     {
  32053.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32054.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  32055.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  32056.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  32057.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  32058.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  32059.         $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()));
  32060.         $instance->setName('make:registration-form');
  32061.         $instance->setDescription('Creates a new registration form system');
  32062.         return $instance;
  32063.     }
  32064.     /**
  32065.      * Gets the private 'maker.auto_command.make_reset_password' shared service.
  32066.      *
  32067.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  32068.      */
  32069.     protected function getMaker_AutoCommand_MakeResetPasswordService()
  32070.     {
  32071.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32072.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  32073.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  32074.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  32075.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  32076.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  32077.         $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()));
  32078.         $instance->setName('make:reset-password');
  32079.         $instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
  32080.         return $instance;
  32081.     }
  32082.     /**
  32083.      * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  32084.      *
  32085.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  32086.      */
  32087.     protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  32088.     {
  32089.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32090.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  32091.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  32092.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  32093.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  32094.         $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()));
  32095.         $instance->setName('make:serializer:encoder');
  32096.         $instance->setDescription('Creates a new serializer encoder class');
  32097.         return $instance;
  32098.     }
  32099.     /**
  32100.      * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  32101.      *
  32102.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  32103.      */
  32104.     protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  32105.     {
  32106.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32107.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  32108.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  32109.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  32110.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  32111.         $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()));
  32112.         $instance->setName('make:serializer:normalizer');
  32113.         $instance->setDescription('Creates a new serializer normalizer class');
  32114.         return $instance;
  32115.     }
  32116.     /**
  32117.      * Gets the private 'maker.auto_command.make_stimulus_controller' shared service.
  32118.      *
  32119.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  32120.      */
  32121.     protected function getMaker_AutoCommand_MakeStimulusControllerService()
  32122.     {
  32123.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32124.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  32125.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  32126.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  32127.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeStimulusController.php';
  32128.         $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()));
  32129.         $instance->setName('make:stimulus-controller');
  32130.         $instance->setDescription('Creates a new Stimulus controller');
  32131.         return $instance;
  32132.     }
  32133.     /**
  32134.      * Gets the private 'maker.auto_command.make_subscriber' shared service.
  32135.      *
  32136.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  32137.      */
  32138.     protected function getMaker_AutoCommand_MakeSubscriberService()
  32139.     {
  32140.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32141.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  32142.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  32143.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  32144.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  32145.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  32146.         $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()));
  32147.         $instance->setName('make:subscriber');
  32148.         $instance->setDescription('Creates a new event subscriber class');
  32149.         return $instance;
  32150.     }
  32151.     /**
  32152.      * Gets the private 'maker.auto_command.make_test' shared service.
  32153.      *
  32154.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  32155.      */
  32156.     protected function getMaker_AutoCommand_MakeTestService()
  32157.     {
  32158.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32159.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  32160.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  32161.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  32162.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  32163.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
  32164.         $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()));
  32165.         $instance->setName('make:test');
  32166.         $instance->setAliases([=> 'make:unit-test'=> 'make:functional-test']);
  32167.         $instance->setDescription('Creates a new test class');
  32168.         return $instance;
  32169.     }
  32170.     /**
  32171.      * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  32172.      *
  32173.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  32174.      */
  32175.     protected function getMaker_AutoCommand_MakeTwigExtensionService()
  32176.     {
  32177.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32178.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  32179.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  32180.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  32181.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  32182.         $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()));
  32183.         $instance->setName('make:twig-extension');
  32184.         $instance->setDescription('Creates a new Twig extension class');
  32185.         return $instance;
  32186.     }
  32187.     /**
  32188.      * Gets the private 'maker.auto_command.make_user' shared service.
  32189.      *
  32190.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  32191.      */
  32192.     protected function getMaker_AutoCommand_MakeUserService()
  32193.     {
  32194.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32195.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  32196.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  32197.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  32198.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  32199.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  32200.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  32201.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  32202.         $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()));
  32203.         $instance->setName('make:user');
  32204.         $instance->setDescription('Creates a new security user class');
  32205.         return $instance;
  32206.     }
  32207.     /**
  32208.      * Gets the private 'maker.auto_command.make_validator' shared service.
  32209.      *
  32210.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  32211.      */
  32212.     protected function getMaker_AutoCommand_MakeValidatorService()
  32213.     {
  32214.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32215.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  32216.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  32217.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  32218.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  32219.         $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()));
  32220.         $instance->setName('make:validator');
  32221.         $instance->setDescription('Creates a new validator and constraint class');
  32222.         return $instance;
  32223.     }
  32224.     /**
  32225.      * Gets the private 'maker.auto_command.make_voter' shared service.
  32226.      *
  32227.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  32228.      */
  32229.     protected function getMaker_AutoCommand_MakeVoterService()
  32230.     {
  32231.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32232.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  32233.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  32234.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  32235.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  32236.         $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()));
  32237.         $instance->setName('make:voter');
  32238.         $instance->setDescription('Creates a new security voter class');
  32239.         return $instance;
  32240.     }
  32241.     /**
  32242.      * Gets the private 'maker.doctrine_helper' shared service.
  32243.      *
  32244.      * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  32245.      */
  32246.     protected function getMaker_DoctrineHelperService()
  32247.     {
  32248.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  32249.         $a = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
  32250.         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' => [=> [=> 'Gedmo\\Tree\\Entity'=> $a], => [=> 'App\\Entity'=> $a], => [=> 'Aqarmap\\Bundle\\UserBundle\\Entity'=> $a], => [=> 'Aqarmap\\Bundle\\MainBundle\\Entity'=> $a], => [=> 'Aqarmap\\Bundle\\ListingBundle\\Entity'=> $a], => [=> 'Aqarmap\\Bundle\\MessageBundle\\Entity'=> $a], => [=> 'Aqarmap\\Bundle\\CreditBundle\\Entity'=> $a], => [=> 'Aqarmap\\Bundle\\NotifierBundle\\Entity'=> $a], => [=> 'Aqarmap\\Bundle\\BuyerAlertsBundle\\Entity'=> $a], => [=> 'Aqarmap\\Bundle\\MortgageBundle\\Entity'=> $a], 10 => [=> 'Aqarmap\\Bundle\\BrokerSalesBundle\\Entity'=> $a], 11 => [=> 'Aqarmap\\Bundle\\NeighborhoodBundle\\Entity'=> $a], 12 => [=> 'Aqarmap\\Bundle\\DiscussionBundle\\Entity'=> $a], 13 => [=> 'Aqarmap\\Bundle\\CRMBundle\\Entity'=> $a], 14 => [=> 'Aqarmap\\Bundle\\CustomerProfilingBundle\\Entity'=> $a], 15 => [=> 'Aqarmap\\Bundle\\ExchangeBundle\\Entity'=> $a], 16 => [=> 'Aqarmap\\Bundle\\NotificationBundle\\Entity'=> $a], 17 => [=> 'Aqarmap\\Bundle\\PaymentBundle\\Entity'=> $a], 18 => [=> 'Aqarmap\\Bundle\\AnnouncementBundle\\Entity'=> $a], 19 => [=> 'Aqarmap\\Bundle\\SearchBundle\\Entity'=> $a], 20 => [=> 'Aqarmap\\Bundle\\FeatureToggleBundle\\Entity'=> $a], 21 => [=> 'Aqarmap\\Bundle\\ValueEngineBundle\\Entity'=> $a], 22 => [=> 'Aqarmap\\Bundle\\SurveyBundle\\Entity'=> $a], 23 => [=> 'Aqarmap\\Bundle\\OTPBundle\\Entity'=> $a], 24 => [=> 'Aqarmap\\Bundle\\FinancialAidsBundle\\Entity'=> $a], 25 => [=> 'Aqarmap\\Bundle\\RecurringTransactionBundle\\Entity'=> $a], 26 => [=> 'RedjanYm\\FCMBundle\\Entity'=> $a], 27 => [=> 'Vich\\UploaderBundle\\Entity'=> ($this->privates['doctrine.orm.default_xml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultXmlMetadataDriverService())], 28 => [=> 'FOS\\UserBundle\\Model'=> ($this->privates['.28_doctrine_metadata_driver~NR9_EMx'] ?? $this->get_28DoctrineMetadataDriverNR9EMxService())]]]);
  32251.     }
  32252.     /**
  32253.      * Gets the private 'maker.entity_class_generator' shared service.
  32254.      *
  32255.      * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  32256.      */
  32257.     protected function getMaker_EntityClassGeneratorService()
  32258.     {
  32259.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  32260.         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()));
  32261.     }
  32262.     /**
  32263.      * Gets the private 'maker.file_manager' shared service.
  32264.      *
  32265.      * @return \Symfony\Bundle\MakerBundle\FileManager
  32266.      */
  32267.     protected function getMaker_FileManagerService()
  32268.     {
  32269.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  32270.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  32271.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  32272.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  32273.         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'));
  32274.     }
  32275.     /**
  32276.      * Gets the private 'maker.generator' shared service.
  32277.      *
  32278.      * @return \Symfony\Bundle\MakerBundle\Generator
  32279.      */
  32280.     protected function getMaker_GeneratorService()
  32281.     {
  32282.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Generator.php';
  32283.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateComponentGenerator.php';
  32284.         $a = ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService());
  32285.         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));
  32286.     }
  32287.     /**
  32288.      * Gets the private 'maker.php_compat_util' shared service.
  32289.      *
  32290.      * @return \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil
  32291.      */
  32292.     protected function getMaker_PhpCompatUtilService()
  32293.     {
  32294.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
  32295.         return $this->privates['maker.php_compat_util'] = new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
  32296.     }
  32297.     /**
  32298.      * Gets the private 'maker.renderer.form_type_renderer' shared service.
  32299.      *
  32300.      * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  32301.      */
  32302.     protected function getMaker_Renderer_FormTypeRendererService()
  32303.     {
  32304.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  32305.         return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  32306.     }
  32307.     /**
  32308.      * Gets the private 'messenger.bus.default.middleware.doctrine_ping_connection' shared service.
  32309.      *
  32310.      * @return \Symfony\Bridge\Doctrine\Messenger\DoctrinePingConnectionMiddleware
  32311.      */
  32312.     protected function getMessenger_Bus_Default_Middleware_DoctrinePingConnectionService()
  32313.     {
  32314.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  32315.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Messenger/AbstractDoctrineMiddleware.php';
  32316.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Messenger/DoctrinePingConnectionMiddleware.php';
  32317.         return $this->privates['messenger.bus.default.middleware.doctrine_ping_connection'] = new \Symfony\Bridge\Doctrine\Messenger\DoctrinePingConnectionMiddleware(($this->services['doctrine'] ?? $this->getDoctrineService()));
  32318.     }
  32319.     /**
  32320.      * Gets the private 'messenger.bus.default.middleware.handle_message' shared service.
  32321.      *
  32322.      * @return \Symfony\Component\Messenger\Middleware\HandleMessageMiddleware
  32323.      */
  32324.     protected function getMessenger_Bus_Default_Middleware_HandleMessageService()
  32325.     {
  32326.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  32327.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/HandleMessageMiddleware.php';
  32328.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlersLocatorInterface.php';
  32329.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlersLocator.php';
  32330.         $this->privates['messenger.bus.default.middleware.handle_message'] = $instance = new \Symfony\Component\Messenger\Middleware\HandleMessageMiddleware(new \Symfony\Component\Messenger\Handler\HandlersLocator(['App\\Message\\Lead\\NewLeadMessage' => new RewindableGenerator(function () {
  32331.             yield => ($this->privates['.messenger.handler_descriptor.XrjJCsu'] ?? $this->get_Messenger_HandlerDescriptor_XrjJCsuService());
  32332.         }, 1), 'App\\Message\\Listing\\AfterChangeStatusMessage' => new RewindableGenerator(function () {
  32333.             yield => ($this->privates['.messenger.handler_descriptor.sRwIAy8'] ?? $this->get_Messenger_HandlerDescriptor_SRwIAy8Service());
  32334.         }, 1), 'App\\Message\\Listing\\BulkListingApproveMessage' => new RewindableGenerator(function () {
  32335.             yield => ($this->privates['.messenger.handler_descriptor.5HRDaKQ'] ?? $this->get_Messenger_HandlerDescriptor_5HRDaKQService());
  32336.         }, 1), 'App\\Message\\Listing\\SyncListingProjectMessage' => new RewindableGenerator(function () {
  32337.             yield => ($this->privates['.messenger.handler_descriptor.dc.1.bo'] ?? $this->get_Messenger_HandlerDescriptor_Dc_1_BoService());
  32338.         }, 1), 'App\\Message\\ListingUpdatedMessage' => new RewindableGenerator(function () {
  32339.             yield => ($this->privates['.messenger.handler_descriptor.NXXH9Pa'] ?? $this->get_Messenger_HandlerDescriptor_NXXH9PaService());
  32340.         }, 1), 'App\\Message\\Location\\AdminImportLocationsMessage' => new RewindableGenerator(function () {
  32341.             yield => ($this->privates['.messenger.handler_descriptor.kQwQsvy'] ?? $this->get_Messenger_HandlerDescriptor_KQwQsvyService());
  32342.         }, 1), 'App\\Message\\Location\\RecordLocationSearchHistoryMessage' => new RewindableGenerator(function () {
  32343.             yield => ($this->privates['.messenger.handler_descriptor.XFUQcio'] ?? $this->get_Messenger_HandlerDescriptor_XFUQcioService());
  32344.         }, 1), 'App\\Message\\LocationStatisticsMessage' => new RewindableGenerator(function () {
  32345.             yield => ($this->privates['.messenger.handler_descriptor.GbRGh2R'] ?? $this->get_Messenger_HandlerDescriptor_GbRGh2RService());
  32346.         }, 1), 'App\\Message\\LocationUpdatedMessage' => new RewindableGenerator(function () {
  32347.             yield => ($this->privates['.messenger.handler_descriptor.JeO4zog'] ?? $this->get_Messenger_HandlerDescriptor_JeO4zogService());
  32348.         }, 1), 'App\\Message\\LoginCredentialsUpdatedMessage' => new RewindableGenerator(function () {
  32349.             yield => ($this->privates['.messenger.handler_descriptor.PeFElIy'] ?? $this->get_Messenger_HandlerDescriptor_PeFElIyService());
  32350.         }, 1), 'App\\Message\\User\\ImportUsersDevelopersMessage' => new RewindableGenerator(function () {
  32351.             yield => ($this->privates['.messenger.handler_descriptor.arWGc4f'] ?? $this->get_Messenger_HandlerDescriptor_ArWGc4fService());
  32352.         }, 1), 'App\\Message\\User\\NewAccountMessage' => new RewindableGenerator(function () {
  32353.             yield => ($this->privates['.messenger.handler_descriptor.TLvkPvS'] ?? $this->get_Messenger_HandlerDescriptor_TLvkPvSService());
  32354.         }, 1), 'App\\Message\\User\\UpdateClientServedCountForUserMessage' => new RewindableGenerator(function () {
  32355.             yield => ($this->privates['.messenger.handler_descriptor.y6aMxSF'] ?? $this->get_Messenger_HandlerDescriptor_Y6aMxSFService());
  32356.         }, 1), 'App\\Message\\User\\UserSegmentMessage' => new RewindableGenerator(function () {
  32357.             yield => ($this->privates['.messenger.handler_descriptor.9qHbxty'] ?? $this->get_Messenger_HandlerDescriptor_9qHbxtyService());
  32358.         }, 1), 'App\\Message\\UserGroupUpdatedMessage' => new RewindableGenerator(function () {
  32359.             yield => ($this->privates['.messenger.handler_descriptor.O8j7clm'] ?? $this->get_Messenger_HandlerDescriptor_O8j7clmService());
  32360.         }, 1), 'Aqarmap\\Bundle\\UserBundle\\Message\\CreateLead' => new RewindableGenerator(function () {
  32361.             yield => ($this->privates['.messenger.handler_descriptor.TnEGxNs'] ?? $this->get_Messenger_HandlerDescriptor_TnEGxNsService());
  32362.         }, 1), 'Aqarmap\\Bundle\\ListingBundle\\Message\\Search' => new RewindableGenerator(function () {
  32363.             yield => ($this->privates['.messenger.handler_descriptor.2Q2O_CE'] ?? $this->get_Messenger_HandlerDescriptor_2Q2OCEService());
  32364.         }, 1), 'Aqarmap\\Bundle\\ListingBundle\\Message\\ParentListingUpdated' => new RewindableGenerator(function () {
  32365.             yield => ($this->privates['.messenger.handler_descriptor.7u9lu3j'] ?? $this->get_Messenger_HandlerDescriptor_7u9lu3jService());
  32366.         }, 1), 'Aqarmap\\Bundle\\ListingBundle\\Message\\ListingDeleted' => new RewindableGenerator(function () {
  32367.             yield => ($this->privates['.messenger.handler_descriptor.D4ehsao'] ?? $this->get_Messenger_HandlerDescriptor_D4ehsaoService());
  32368.         }, 1), 'Aqarmap\\Bundle\\ListingBundle\\Message\\ListingInteractions' => new RewindableGenerator(function () {
  32369.             yield => ($this->privates['.messenger.handler_descriptor.MM.u3cU'] ?? $this->get_Messenger_HandlerDescriptor_MM_U3cUService());
  32370.         }, 1), 'Symfony\\Component\\Mailer\\Messenger\\SendEmailMessage' => new RewindableGenerator(function () {
  32371.             yield => ($this->privates['.messenger.handler_descriptor.tGvt0LH'] ?? $this->get_Messenger_HandlerDescriptor_TGvt0LHService());
  32372.         }, 1), 'Presta\\SitemapBundle\\Messenger\\DumpSitemapMessage' => new RewindableGenerator(function () {
  32373.             yield => ($this->privates['.messenger.handler_descriptor.axmPPI9'] ?? $this->get_Messenger_HandlerDescriptor_AxmPPI9Service());
  32374.         }, 1)]));
  32375.         $instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  32376.         return $instance;
  32377.     }
  32378.     /**
  32379.      * Gets the private 'messenger.bus.default.middleware.traceable' shared service.
  32380.      *
  32381.      * @return \Symfony\Component\Messenger\Middleware\TraceableMiddleware
  32382.      */
  32383.     protected function getMessenger_Bus_Default_Middleware_TraceableService()
  32384.     {
  32385.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  32386.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/TraceableMiddleware.php';
  32387.         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');
  32388.     }
  32389.     /**
  32390.      * Gets the private 'messenger.failure.send_failed_message_to_failure_transport_listener' shared service.
  32391.      *
  32392.      * @return \Symfony\Component\Messenger\EventListener\SendFailedMessageToFailureTransportListener
  32393.      */
  32394.     protected function getMessenger_Failure_SendFailedMessageToFailureTransportListenerService()
  32395.     {
  32396.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/SendFailedMessageToFailureTransportListener.php';
  32397.         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, [
  32398.             'default' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  32399.             'external' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  32400.             'failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  32401.             'failed_mailer' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  32402.             'fasttrack' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  32403.             'interactions' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  32404.             'mailer' => ['privates''messenger.transport.failed_mailer''getMessenger_Transport_FailedMailerService'false],
  32405.         ], [
  32406.             'default' => '?',
  32407.             'external' => '?',
  32408.             'failed' => '?',
  32409.             'failed_mailer' => '?',
  32410.             'fasttrack' => '?',
  32411.             'interactions' => '?',
  32412.             'mailer' => '?',
  32413.         ]), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  32414.     }
  32415.     /**
  32416.      * Gets the private 'messenger.listener.stop_worker_on_restart_signal_listener' shared service.
  32417.      *
  32418.      * @return \Symfony\Component\Messenger\EventListener\StopWorkerOnRestartSignalListener
  32419.      */
  32420.     protected function getMessenger_Listener_StopWorkerOnRestartSignalListenerService()
  32421.     {
  32422.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/StopWorkerOnRestartSignalListener.php';
  32423.         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()));
  32424.     }
  32425.     /**
  32426.      * Gets the private 'messenger.middleware.send_message' shared service.
  32427.      *
  32428.      * @return \Symfony\Component\Messenger\Middleware\SendMessageMiddleware
  32429.      */
  32430.     protected function getMessenger_Middleware_SendMessageService()
  32431.     {
  32432.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  32433.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/SendMessageMiddleware.php';
  32434.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SendersLocatorInterface.php';
  32435.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SendersLocator.php';
  32436.         $a = ($this->privates['.service_locator.1dCwSD2'] ?? $this->get_ServiceLocator_1dCwSD2Service());
  32437.         if (isset($this->privates['messenger.middleware.send_message'])) {
  32438.             return $this->privates['messenger.middleware.send_message'];
  32439.         }
  32440.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  32441.         if (isset($this->privates['messenger.middleware.send_message'])) {
  32442.             return $this->privates['messenger.middleware.send_message'];
  32443.         }
  32444.         $this->privates['messenger.middleware.send_message'] = $instance = new \Symfony\Component\Messenger\Middleware\SendMessageMiddleware(new \Symfony\Component\Messenger\Transport\Sender\SendersLocator(['App\\Message\\User\\ImportUsersDevelopersMessage' => $this->parameters['enqueue.transports'], 'Aqarmap\\Bundle\\ListingBundle\\Message\\ListingInteractions' => [=> 'interactions'], 'Aqarmap\\Bundle\\ListingBundle\\Message\\Search' => $this->parameters['enqueue.transports'], 'Aqarmap\\Bundle\\ListingBundle\\Message\\ParentListingUpdated' => $this->parameters['enqueue.transports'], 'Aqarmap\\Bundle\\UserBundle\\Message\\CreateLead' => $this->parameters['enqueue.transports'], 'App\\Message\\LocationUpdatedMessage' => [=> 'external'], 'App\\Message\\ListingUpdatedMessage' => [=> 'external'], 'App\\Message\\UserGroupUpdatedMessage' => [=> 'external'], 'App\\Message\\User\\UpdateProfileMessage' => [=> 'external'], 'App\\Message\\LocationStatisticsMessage' => $this->parameters['enqueue.transports'], 'App\\Message\\Listing\\BulkListingApproveMessage' => $this->parameters['enqueue.transports'], 'App\\Message\\Location\\AdminImportLocationsMessage' => $this->parameters['enqueue.transports'], 'App\\Message\\User\\UpdateClientServedCountForUserMessage' => $this->parameters['enqueue.transports']], $a), $b);
  32445.         $instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  32446.         return $instance;
  32447.     }
  32448.     /**
  32449.      * Gets the private 'messenger.receiver_locator' shared service.
  32450.      *
  32451.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  32452.      */
  32453.     protected function getMessenger_ReceiverLocatorService()
  32454.     {
  32455.         return $this->privates['messenger.receiver_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  32456.             'default' => ['privates''messenger.transport.default''getMessenger_Transport_DefaultService'false],
  32457.             'external' => ['privates''messenger.transport.external''getMessenger_Transport_ExternalService'false],
  32458.             'failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  32459.             'failed_mailer' => ['privates''messenger.transport.failed_mailer''getMessenger_Transport_FailedMailerService'false],
  32460.             'fasttrack' => ['privates''messenger.transport.fasttrack''getMessenger_Transport_FasttrackService'false],
  32461.             'interactions' => ['privates''messenger.transport.interactions''getMessenger_Transport_InteractionsService'false],
  32462.             'mailer' => ['privates''messenger.transport.mailer''getMessenger_Transport_MailerService'false],
  32463.             'messenger.transport.default' => ['privates''messenger.transport.default''getMessenger_Transport_DefaultService'false],
  32464.             'messenger.transport.external' => ['privates''messenger.transport.external''getMessenger_Transport_ExternalService'false],
  32465.             'messenger.transport.failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  32466.             'messenger.transport.failed_mailer' => ['privates''messenger.transport.failed_mailer''getMessenger_Transport_FailedMailerService'false],
  32467.             'messenger.transport.fasttrack' => ['privates''messenger.transport.fasttrack''getMessenger_Transport_FasttrackService'false],
  32468.             'messenger.transport.interactions' => ['privates''messenger.transport.interactions''getMessenger_Transport_InteractionsService'false],
  32469.             'messenger.transport.mailer' => ['privates''messenger.transport.mailer''getMessenger_Transport_MailerService'false],
  32470.         ], [
  32471.             'default' => '?',
  32472.             'external' => '?',
  32473.             'failed' => '?',
  32474.             'failed_mailer' => '?',
  32475.             'fasttrack' => '?',
  32476.             'interactions' => '?',
  32477.             'mailer' => '?',
  32478.             'messenger.transport.default' => '?',
  32479.             'messenger.transport.external' => '?',
  32480.             'messenger.transport.failed' => '?',
  32481.             'messenger.transport.failed_mailer' => '?',
  32482.             'messenger.transport.fasttrack' => '?',
  32483.             'messenger.transport.interactions' => '?',
  32484.             'messenger.transport.mailer' => '?',
  32485.         ]);
  32486.     }
  32487.     /**
  32488.      * Gets the private 'messenger.retry.multiplier_retry_strategy.default' shared service.
  32489.      *
  32490.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  32491.      */
  32492.     protected function getMessenger_Retry_MultiplierRetryStrategy_DefaultService()
  32493.     {
  32494.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  32495.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  32496.         return $this->privates['messenger.retry.multiplier_retry_strategy.default'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(56000020);
  32497.     }
  32498.     /**
  32499.      * Gets the private 'messenger.retry.multiplier_retry_strategy.external' shared service.
  32500.      *
  32501.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  32502.      */
  32503.     protected function getMessenger_Retry_MultiplierRetryStrategy_ExternalService()
  32504.     {
  32505.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  32506.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  32507.         return $this->privates['messenger.retry.multiplier_retry_strategy.external'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(33000020);
  32508.     }
  32509.     /**
  32510.      * Gets the private 'messenger.retry.multiplier_retry_strategy.failed' shared service.
  32511.      *
  32512.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  32513.      */
  32514.     protected function getMessenger_Retry_MultiplierRetryStrategy_FailedService()
  32515.     {
  32516.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  32517.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  32518.         return $this->privates['messenger.retry.multiplier_retry_strategy.failed'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(25100020);
  32519.     }
  32520.     /**
  32521.      * Gets the private 'messenger.retry.multiplier_retry_strategy.failed_mailer' shared service.
  32522.      *
  32523.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  32524.      */
  32525.     protected function getMessenger_Retry_MultiplierRetryStrategy_FailedMailerService()
  32526.     {
  32527.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  32528.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  32529.         return $this->privates['messenger.retry.multiplier_retry_strategy.failed_mailer'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  32530.     }
  32531.     /**
  32532.      * Gets the private 'messenger.retry.multiplier_retry_strategy.fasttrack' shared service.
  32533.      *
  32534.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  32535.      */
  32536.     protected function getMessenger_Retry_MultiplierRetryStrategy_FasttrackService()
  32537.     {
  32538.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  32539.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  32540.         return $this->privates['messenger.retry.multiplier_retry_strategy.fasttrack'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(33000020);
  32541.     }
  32542.     /**
  32543.      * Gets the private 'messenger.retry.multiplier_retry_strategy.interactions' shared service.
  32544.      *
  32545.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  32546.      */
  32547.     protected function getMessenger_Retry_MultiplierRetryStrategy_InteractionsService()
  32548.     {
  32549.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  32550.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  32551.         return $this->privates['messenger.retry.multiplier_retry_strategy.interactions'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(33000020);
  32552.     }
  32553.     /**
  32554.      * Gets the private 'messenger.retry.multiplier_retry_strategy.mailer' shared service.
  32555.      *
  32556.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  32557.      */
  32558.     protected function getMessenger_Retry_MultiplierRetryStrategy_MailerService()
  32559.     {
  32560.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  32561.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  32562.         return $this->privates['messenger.retry.multiplier_retry_strategy.mailer'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(56000020);
  32563.     }
  32564.     /**
  32565.      * Gets the private 'messenger.retry.send_failed_message_for_retry_listener' shared service.
  32566.      *
  32567.      * @return \Symfony\Component\Messenger\EventListener\SendFailedMessageForRetryListener
  32568.      */
  32569.     protected function getMessenger_Retry_SendFailedMessageForRetryListenerService()
  32570.     {
  32571.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/SendFailedMessageForRetryListener.php';
  32572.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  32573.         if (isset($this->privates['messenger.retry.send_failed_message_for_retry_listener'])) {
  32574.             return $this->privates['messenger.retry.send_failed_message_for_retry_listener'];
  32575.         }
  32576.         return $this->privates['messenger.retry.send_failed_message_for_retry_listener'] = new \Symfony\Component\Messenger\EventListener\SendFailedMessageForRetryListener(($this->privates['.service_locator.1dCwSD2'] ?? $this->get_ServiceLocator_1dCwSD2Service()), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  32577.             'default' => ['privates''messenger.retry.multiplier_retry_strategy.default''getMessenger_Retry_MultiplierRetryStrategy_DefaultService'false],
  32578.             'external' => ['privates''messenger.retry.multiplier_retry_strategy.external''getMessenger_Retry_MultiplierRetryStrategy_ExternalService'false],
  32579.             'failed' => ['privates''messenger.retry.multiplier_retry_strategy.failed''getMessenger_Retry_MultiplierRetryStrategy_FailedService'false],
  32580.             'failed_mailer' => ['privates''messenger.retry.multiplier_retry_strategy.failed_mailer''getMessenger_Retry_MultiplierRetryStrategy_FailedMailerService'false],
  32581.             'fasttrack' => ['privates''messenger.retry.multiplier_retry_strategy.fasttrack''getMessenger_Retry_MultiplierRetryStrategy_FasttrackService'false],
  32582.             'interactions' => ['privates''messenger.retry.multiplier_retry_strategy.interactions''getMessenger_Retry_MultiplierRetryStrategy_InteractionsService'false],
  32583.             'mailer' => ['privates''messenger.retry.multiplier_retry_strategy.mailer''getMessenger_Retry_MultiplierRetryStrategy_MailerService'false],
  32584.         ], [
  32585.             'default' => '?',
  32586.             'external' => '?',
  32587.             'failed' => '?',
  32588.             'failed_mailer' => '?',
  32589.             'fasttrack' => '?',
  32590.             'interactions' => '?',
  32591.             'mailer' => '?',
  32592.         ]), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()), $a);
  32593.     }
  32594.     /**
  32595.      * Gets the private 'messenger.routable_message_bus' shared service.
  32596.      *
  32597.      * @return \Symfony\Component\Messenger\RoutableMessageBus
  32598.      */
  32599.     protected function getMessenger_RoutableMessageBusService()
  32600.     {
  32601.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/RoutableMessageBus.php';
  32602.         $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  32603.         if (isset($this->privates['messenger.routable_message_bus'])) {
  32604.             return $this->privates['messenger.routable_message_bus'];
  32605.         }
  32606.         return $this->privates['messenger.routable_message_bus'] = new \Symfony\Component\Messenger\RoutableMessageBus(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  32607.             'messenger.bus.default' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  32608.         ], [
  32609.             'messenger.bus.default' => '?',
  32610.         ]), $a);
  32611.     }
  32612.     /**
  32613.      * Gets the private 'messenger.transport.default' shared service.
  32614.      *
  32615.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  32616.      */
  32617.     protected function getMessenger_Transport_DefaultService()
  32618.     {
  32619.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  32620.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  32621.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  32622.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  32623.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  32624.         $a = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService());
  32625.         if (isset($this->privates['messenger.transport.default'])) {
  32626.             return $this->privates['messenger.transport.default'];
  32627.         }
  32628.         return $this->privates['messenger.transport.default'] = $a->createTransport($this->getEnv('MESSENGER_TRANSPORT_DSN'), ['queues' => ['moonshot_default_queue' => NULL], 'auto_setup' => true'transport_name' => 'default'], ($this->privates['messenger.transport.native_php_serializer'] ?? ($this->privates['messenger.transport.native_php_serializer'] = new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer())));
  32629.     }
  32630.     /**
  32631.      * Gets the private 'messenger.transport.doctrine.factory' shared service.
  32632.      *
  32633.      * @return \Symfony\Component\Messenger\Bridge\Doctrine\Transport\DoctrineTransportFactory
  32634.      */
  32635.     protected function getMessenger_Transport_Doctrine_FactoryService()
  32636.     {
  32637.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  32638.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-messenger/Transport/DoctrineTransportFactory.php';
  32639.         return $this->privates['messenger.transport.doctrine.factory'] = new \Symfony\Component\Messenger\Bridge\Doctrine\Transport\DoctrineTransportFactory(($this->services['doctrine'] ?? $this->getDoctrineService()));
  32640.     }
  32641.     /**
  32642.      * Gets the private 'messenger.transport.external' shared service.
  32643.      *
  32644.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  32645.      */
  32646.     protected function getMessenger_Transport_ExternalService()
  32647.     {
  32648.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  32649.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  32650.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  32651.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  32652.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  32653.         $a = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService());
  32654.         if (isset($this->privates['messenger.transport.external'])) {
  32655.             return $this->privates['messenger.transport.external'];
  32656.         }
  32657.         return $this->privates['messenger.transport.external'] = $a->createTransport($this->getEnv('MESSENGER_TRANSPORT_DSN'), ['auto_setup' => true'queues' => ['moonshot_incoming_external_queue' => ['binding_keys' => [=> 'external.auth.new_account'=> 'external.auth.login_credentials_updated']]], 'exchange' => ['name' => 'external_exchange''type' => 'topic'], 'delay' => ['exchange_name' => 'external_moonshot_delay'], 'transport_name' => 'external'], ($this->privates['messenger.transport.native_php_serializer'] ?? ($this->privates['messenger.transport.native_php_serializer'] = new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer())));
  32658.     }
  32659.     /**
  32660.      * Gets the private 'messenger.transport.failed' shared service.
  32661.      *
  32662.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  32663.      */
  32664.     protected function getMessenger_Transport_FailedService()
  32665.     {
  32666.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  32667.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  32668.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  32669.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  32670.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  32671.         $a = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService());
  32672.         if (isset($this->privates['messenger.transport.failed'])) {
  32673.             return $this->privates['messenger.transport.failed'];
  32674.         }
  32675.         return $this->privates['messenger.transport.failed'] = $a->createTransport($this->getEnv('MESSENGER_TRANSPORT_DSN'), ['auto_setup' => true'queues' => ['moonshot_messenger_failed_queue' => NULL], 'exchange' => ['name' => 'moonshot_messenger_failed_exchange'], 'delay' => ['exchange_name' => 'moonshot_messenger_failed_delay'], 'transport_name' => 'failed'], ($this->privates['messenger.transport.native_php_serializer'] ?? ($this->privates['messenger.transport.native_php_serializer'] = new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer())));
  32676.     }
  32677.     /**
  32678.      * Gets the private 'messenger.transport.failed_mailer' shared service.
  32679.      *
  32680.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  32681.      */
  32682.     protected function getMessenger_Transport_FailedMailerService()
  32683.     {
  32684.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  32685.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  32686.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  32687.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  32688.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  32689.         $a = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService());
  32690.         if (isset($this->privates['messenger.transport.failed_mailer'])) {
  32691.             return $this->privates['messenger.transport.failed_mailer'];
  32692.         }
  32693.         return $this->privates['messenger.transport.failed_mailer'] = $a->createTransport($this->getEnv('MESSENGER_TRANSPORT_DSN'), ['queues' => ['moonshot_messenger_failed_mailer_queue' => NULL], 'exchange' => ['name' => 'moonshot_messenger_failed_mailer_exchange'], 'delay' => ['exchange_name' => 'moonshot_messenger_failed_mailer_delay'], 'transport_name' => 'failed_mailer'], ($this->privates['messenger.transport.native_php_serializer'] ?? ($this->privates['messenger.transport.native_php_serializer'] = new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer())));
  32694.     }
  32695.     /**
  32696.      * Gets the private 'messenger.transport.fasttrack' shared service.
  32697.      *
  32698.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  32699.      */
  32700.     protected function getMessenger_Transport_FasttrackService()
  32701.     {
  32702.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  32703.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  32704.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  32705.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  32706.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  32707.         $a = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService());
  32708.         if (isset($this->privates['messenger.transport.fasttrack'])) {
  32709.             return $this->privates['messenger.transport.fasttrack'];
  32710.         }
  32711.         return $this->privates['messenger.transport.fasttrack'] = $a->createTransport($this->getEnv('MESSENGER_TRANSPORT_DSN'), ['auto_setup' => true'queues' => ['moonshot_fasttrack_queue' => NULL], 'exchange' => ['name' => 'moonshot_fasttrack_exchange'], 'delay' => ['exchange_name' => 'moonshot_fasttrack_delay_queue'], 'transport_name' => 'fasttrack'], ($this->privates['messenger.transport.native_php_serializer'] ?? ($this->privates['messenger.transport.native_php_serializer'] = new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer())));
  32712.     }
  32713.     /**
  32714.      * Gets the private 'messenger.transport.interactions' shared service.
  32715.      *
  32716.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  32717.      */
  32718.     protected function getMessenger_Transport_InteractionsService()
  32719.     {
  32720.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  32721.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  32722.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  32723.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  32724.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  32725.         $a = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService());
  32726.         if (isset($this->privates['messenger.transport.interactions'])) {
  32727.             return $this->privates['messenger.transport.interactions'];
  32728.         }
  32729.         return $this->privates['messenger.transport.interactions'] = $a->createTransport($this->getEnv('MESSENGER_TRANSPORT_DSN'), ['auto_setup' => true'queues' => ['moonshot_interactions_queue' => NULL], 'exchange' => ['name' => 'interactions_exchange'], 'delay' => ['exchange_name' => 'interactions_delay'], 'transport_name' => 'interactions'], ($this->privates['messenger.transport.native_php_serializer'] ?? ($this->privates['messenger.transport.native_php_serializer'] = new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer())));
  32730.     }
  32731.     /**
  32732.      * Gets the private 'messenger.transport.mailer' shared service.
  32733.      *
  32734.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  32735.      */
  32736.     protected function getMessenger_Transport_MailerService()
  32737.     {
  32738.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  32739.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  32740.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  32741.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  32742.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  32743.         $a = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService());
  32744.         if (isset($this->privates['messenger.transport.mailer'])) {
  32745.             return $this->privates['messenger.transport.mailer'];
  32746.         }
  32747.         return $this->privates['messenger.transport.mailer'] = $a->createTransport($this->getEnv('MESSENGER_TRANSPORT_DSN'), ['auto_setup' => true'queues' => ['moonshot_mailer_queue' => NULL], 'exchange' => ['name' => 'moonshot_mailer_exchange'], 'delay' => ['exchange_name' => 'moonshot_mailer_delay'], 'transport_name' => 'mailer'], ($this->privates['messenger.transport.native_php_serializer'] ?? ($this->privates['messenger.transport.native_php_serializer'] = new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer())));
  32748.     }
  32749.     /**
  32750.      * Gets the private 'messenger.transport.sqs.factory' shared service.
  32751.      *
  32752.      * @return \Symfony\Component\Messenger\Bridge\AmazonSqs\Transport\AmazonSqsTransportFactory
  32753.      */
  32754.     protected function getMessenger_Transport_Sqs_FactoryService()
  32755.     {
  32756.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  32757.         include_once \dirname(__DIR__4).'/vendor/symfony/amazon-sqs-messenger/Transport/AmazonSqsTransportFactory.php';
  32758.         return $this->privates['messenger.transport.sqs.factory'] = new \Symfony\Component\Messenger\Bridge\AmazonSqs\Transport\AmazonSqsTransportFactory(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  32759.     }
  32760.     /**
  32761.      * Gets the private 'messenger.transport.sync.factory' shared service.
  32762.      *
  32763.      * @return \Symfony\Component\Messenger\Transport\Sync\SyncTransportFactory
  32764.      */
  32765.     protected function getMessenger_Transport_Sync_FactoryService()
  32766.     {
  32767.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  32768.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sync/SyncTransportFactory.php';
  32769.         $a = ($this->privates['messenger.routable_message_bus'] ?? $this->getMessenger_RoutableMessageBusService());
  32770.         if (isset($this->privates['messenger.transport.sync.factory'])) {
  32771.             return $this->privates['messenger.transport.sync.factory'];
  32772.         }
  32773.         return $this->privates['messenger.transport.sync.factory'] = new \Symfony\Component\Messenger\Transport\Sync\SyncTransportFactory($a);
  32774.     }
  32775.     /**
  32776.      * Gets the private 'messenger.transport_factory' shared service.
  32777.      *
  32778.      * @return \Symfony\Component\Messenger\Transport\TransportFactory
  32779.      */
  32780.     protected function getMessenger_TransportFactoryService()
  32781.     {
  32782.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  32783.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactory.php';
  32784.         return $this->privates['messenger.transport_factory'] = new \Symfony\Component\Messenger\Transport\TransportFactory(new RewindableGenerator(function () {
  32785.             yield => ($this->privates['messenger.transport.amqp.factory'] ?? ($this->privates['messenger.transport.amqp.factory'] = new \Symfony\Component\Messenger\Bridge\Amqp\Transport\AmqpTransportFactory()));
  32786.             yield => ($this->privates['messenger.transport.redis.factory'] ?? ($this->privates['messenger.transport.redis.factory'] = new \Symfony\Component\Messenger\Bridge\Redis\Transport\RedisTransportFactory()));
  32787.             yield => ($this->privates['messenger.transport.sync.factory'] ?? $this->getMessenger_Transport_Sync_FactoryService());
  32788.             yield => ($this->privates['messenger.transport.in_memory.factory'] ?? ($this->privates['messenger.transport.in_memory.factory'] = new \Symfony\Component\Messenger\Transport\InMemoryTransportFactory()));
  32789.             yield => ($this->privates['messenger.transport.sqs.factory'] ?? $this->getMessenger_Transport_Sqs_FactoryService());
  32790.             yield => ($this->privates['messenger.transport.doctrine.factory'] ?? $this->getMessenger_Transport_Doctrine_FactoryService());
  32791.         }, 6));
  32792.     }
  32793.     /**
  32794.      * Gets the private 'mime_types' shared service.
  32795.      *
  32796.      * @return \Symfony\Component\Mime\MimeTypes
  32797.      */
  32798.     protected function getMimeTypesService()
  32799.     {
  32800.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  32801.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  32802.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  32803.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  32804.         $instance->setDefault($instance);
  32805.         return $instance;
  32806.     }
  32807.     /**
  32808.      * Gets the private 'monolog.command.server_log' shared service.
  32809.      *
  32810.      * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  32811.      */
  32812.     protected function getMonolog_Command_ServerLogService()
  32813.     {
  32814.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32815.         include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
  32816.         $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  32817.         $instance->setName('server:log');
  32818.         $instance->setDescription('Start a log server that displays logs in real time');
  32819.         return $instance;
  32820.     }
  32821.     /**
  32822.      * Gets the private 'monolog.handler.console' shared service.
  32823.      *
  32824.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  32825.      */
  32826.     protected function getMonolog_Handler_ConsoleService()
  32827.     {
  32828.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  32829.     }
  32830.     /**
  32831.      * Gets the private 'monolog.handler.main' shared service.
  32832.      *
  32833.      * @return \Monolog\Handler\StreamHandler
  32834.      */
  32835.     protected function getMonolog_Handler_MainService()
  32836.     {
  32837.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 'debug'trueNULLfalse);
  32838.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  32839.         return $instance;
  32840.     }
  32841.     /**
  32842.      * Gets the private 'monolog.logger' shared service.
  32843.      *
  32844.      * @return \Symfony\Bridge\Monolog\Logger
  32845.      */
  32846.     protected function getMonolog_LoggerService()
  32847.     {
  32848.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  32849.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  32850.         $instance->useMicrosecondTimestamps(true);
  32851.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  32852.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  32853.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  32854.         return $instance;
  32855.     }
  32856.     /**
  32857.      * Gets the private 'monolog.logger.cache' shared service.
  32858.      *
  32859.      * @return \Symfony\Bridge\Monolog\Logger
  32860.      */
  32861.     protected function getMonolog_Logger_CacheService()
  32862.     {
  32863.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  32864.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  32865.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  32866.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  32867.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  32868.         return $instance;
  32869.     }
  32870.     /**
  32871.      * Gets the private 'monolog.logger.doctrine' shared service.
  32872.      *
  32873.      * @return \Symfony\Bridge\Monolog\Logger
  32874.      */
  32875.     protected function getMonolog_Logger_DoctrineService()
  32876.     {
  32877.         $this->privates['monolog.logger.doctrine'] = $instance = new \Symfony\Bridge\Monolog\Logger('doctrine');
  32878.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  32879.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  32880.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  32881.         return $instance;
  32882.     }
  32883.     /**
  32884.      * Gets the private 'monolog.logger.mailer' shared service.
  32885.      *
  32886.      * @return \Symfony\Bridge\Monolog\Logger
  32887.      */
  32888.     protected function getMonolog_Logger_MailerService()
  32889.     {
  32890.         $this->privates['monolog.logger.mailer'] = $instance = new \Symfony\Bridge\Monolog\Logger('mailer');
  32891.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  32892.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  32893.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  32894.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  32895.         return $instance;
  32896.     }
  32897.     /**
  32898.      * Gets the private 'monolog.logger.messenger' shared service.
  32899.      *
  32900.      * @return \Symfony\Bridge\Monolog\Logger
  32901.      */
  32902.     protected function getMonolog_Logger_MessengerService()
  32903.     {
  32904.         $this->privates['monolog.logger.messenger'] = $instance = new \Symfony\Bridge\Monolog\Logger('messenger');
  32905.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  32906.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  32907.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  32908.         return $instance;
  32909.     }
  32910.     /**
  32911.      * Gets the private 'monolog.logger.request' shared service.
  32912.      *
  32913.      * @return \Symfony\Bridge\Monolog\Logger
  32914.      */
  32915.     protected function getMonolog_Logger_RequestService()
  32916.     {
  32917.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  32918.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  32919.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  32920.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  32921.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  32922.         return $instance;
  32923.     }
  32924.     /**
  32925.      * Gets the private 'monolog.logger.security' shared service.
  32926.      *
  32927.      * @return \Symfony\Bridge\Monolog\Logger
  32928.      */
  32929.     protected function getMonolog_Logger_SecurityService()
  32930.     {
  32931.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  32932.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  32933.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  32934.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  32935.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  32936.         return $instance;
  32937.     }
  32938.     /**
  32939.      * Gets the private 'nelmio_api_doc.describers.config' shared service.
  32940.      *
  32941.      * @return \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber
  32942.      */
  32943.     protected function getNelmioApiDoc_Describers_ConfigService()
  32944.     {
  32945.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Describer/DescriberInterface.php';
  32946.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Describer/ExternalDocDescriber.php';
  32947.         return $this->privates['nelmio_api_doc.describers.config'] = new \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber(['components' => ['securitySchemes' => ['OAuth2' => ['type' => 'oauth2''flows' => ['implicit' => ['authorizationUrl' => $this->getEnv('OAUTH_PUBLIC_SERVER_URL').'/authorize?client_id='.$this->getEnv('string:OAUTH_CLIENT_ID'), 'tokenUrl' => $this->getEnv('string:OAUTH_PUBLIC_SERVER_URL').'/token''refreshUrl' => $this->getEnv('string:OAUTH_PUBLIC_SERVER_URL').'/token''scopes' => []]]]]], 'info' => ['title' => 'Aqarmap API Documentation''description' => 'Auto Generated documentation for the Aqarmap API''version' => '1.0.0''x-build' => $this->getEnv('APP_VERSION')]]);
  32948.     }
  32949.     /**
  32950.      * Gets the private 'nelmio_api_doc.describers.openapi_php.default' shared service.
  32951.      *
  32952.      * @return \Nelmio\ApiDocBundle\Describer\OpenApiPhpDescriber
  32953.      */
  32954.     protected function getNelmioApiDoc_Describers_OpenapiPhp_DefaultService()
  32955.     {
  32956.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Util/SetsContextTrait.php';
  32957.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Describer/OpenApiPhpDescriber.php';
  32958.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Util/ControllerReflector.php';
  32959.         return $this->privates['nelmio_api_doc.describers.openapi_php.default'] = new \Nelmio\ApiDocBundle\Describer\OpenApiPhpDescriber(($this->privates['nelmio_api_doc.routes.default'] ?? $this->getNelmioApiDoc_Routes_DefaultService()), ($this->privates['nelmio_api_doc.controller_reflector'] ?? ($this->privates['nelmio_api_doc.controller_reflector'] = new \Nelmio\ApiDocBundle\Util\ControllerReflector($this))), ($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  32960.     }
  32961.     /**
  32962.      * Gets the private 'nelmio_api_doc.describers.route.default' shared service.
  32963.      *
  32964.      * @return \Nelmio\ApiDocBundle\Describer\RouteDescriber
  32965.      */
  32966.     protected function getNelmioApiDoc_Describers_Route_DefaultService()
  32967.     {
  32968.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Describer/DescriberInterface.php';
  32969.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareInterface.php';
  32970.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareTrait.php';
  32971.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Describer/RouteDescriber.php';
  32972.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Util/ControllerReflector.php';
  32973.         return $this->privates['nelmio_api_doc.describers.route.default'] = new \Nelmio\ApiDocBundle\Describer\RouteDescriber(($this->privates['nelmio_api_doc.routes.default'] ?? $this->getNelmioApiDoc_Routes_DefaultService()), ($this->privates['nelmio_api_doc.controller_reflector'] ?? ($this->privates['nelmio_api_doc.controller_reflector'] = new \Nelmio\ApiDocBundle\Util\ControllerReflector($this))), new RewindableGenerator(function () {
  32974.             yield => ($this->privates['nelmio_api_doc.route_describers.fos_rest'] ?? $this->getNelmioApiDoc_RouteDescribers_FosRestService());
  32975.             yield => ($this->privates['nelmio_api_doc.route_describers.php_doc'] ?? ($this->privates['nelmio_api_doc.route_describers.php_doc'] = new \Nelmio\ApiDocBundle\RouteDescriber\PhpDocDescriber()));
  32976.             yield => ($this->privates['nelmio_api_doc.route_describers.route_metadata'] ?? ($this->privates['nelmio_api_doc.route_describers.route_metadata'] = new \Nelmio\ApiDocBundle\RouteDescriber\RouteMetadataDescriber()));
  32977.         }, 3));
  32978.     }
  32979.     /**
  32980.      * Gets the private 'nelmio_api_doc.model_describers.form' shared service.
  32981.      *
  32982.      * @return \Nelmio\ApiDocBundle\ModelDescriber\FormModelDescriber
  32983.      */
  32984.     protected function getNelmioApiDoc_ModelDescribers_FormService()
  32985.     {
  32986.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/ModelDescriber/ModelDescriberInterface.php';
  32987.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareInterface.php';
  32988.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareTrait.php';
  32989.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Util/SetsContextTrait.php';
  32990.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/ModelDescriber/FormModelDescriber.php';
  32991.         return $this->privates['nelmio_api_doc.model_describers.form'] = new \Nelmio\ApiDocBundle\ModelDescriber\FormModelDescriber(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()), ($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), [=> 'json'], falsetrue);
  32992.     }
  32993.     /**
  32994.      * Gets the private 'nelmio_api_doc.model_describers.jms' shared service.
  32995.      *
  32996.      * @return \Nelmio\ApiDocBundle\ModelDescriber\JMSModelDescriber
  32997.      */
  32998.     protected function getNelmioApiDoc_ModelDescribers_JmsService()
  32999.     {
  33000.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/ModelDescriber/ModelDescriberInterface.php';
  33001.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareInterface.php';
  33002.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareTrait.php';
  33003.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/ModelDescriber/ApplyOpenApiDiscriminatorTrait.php';
  33004.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/ModelDescriber/JMSModelDescriber.php';
  33005.         return $this->privates['nelmio_api_doc.model_describers.jms'] = new \Nelmio\ApiDocBundle\ModelDescriber\JMSModelDescriber(($this->privates['jms_serializer.metadata_factory'] ?? $this->getJmsSerializer_MetadataFactoryService()), ($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), [=> 'json'], NULLfalse, ($this->services['jms_serializer.serialization_context_factory'] ?? $this->getJmsSerializer_SerializationContextFactoryService()));
  33006.     }
  33007.     /**
  33008.      * Gets the private 'nelmio_api_doc.model_describers.object' shared service.
  33009.      *
  33010.      * @return \Nelmio\ApiDocBundle\ModelDescriber\ObjectModelDescriber
  33011.      */
  33012.     protected function getNelmioApiDoc_ModelDescribers_ObjectService()
  33013.     {
  33014.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/ModelDescriber/ModelDescriberInterface.php';
  33015.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareInterface.php';
  33016.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareTrait.php';
  33017.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/ModelDescriber/ApplyOpenApiDiscriminatorTrait.php';
  33018.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/ModelDescriber/ObjectModelDescriber.php';
  33019.         return $this->privates['nelmio_api_doc.model_describers.object'] = new \Nelmio\ApiDocBundle\ModelDescriber\ObjectModelDescriber(($this->privates['property_info'] ?? $this->getPropertyInfoService()), ($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), ($this->privates['nelmio_api_doc.object_model.property_describer'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescriberService()), [=> 'json'], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()), false, ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  33020.     }
  33021.     /**
  33022.      * Gets the private 'nelmio_api_doc.object_model.property_describer' shared service.
  33023.      *
  33024.      * @return \Nelmio\ApiDocBundle\PropertyDescriber\PropertyDescriber
  33025.      */
  33026.     protected function getNelmioApiDoc_ObjectModel_PropertyDescriberService()
  33027.     {
  33028.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/PropertyDescriber/PropertyDescriberInterface.php';
  33029.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareInterface.php';
  33030.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareTrait.php';
  33031.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/PropertyDescriber/PropertyDescriber.php';
  33032.         return $this->privates['nelmio_api_doc.object_model.property_describer'] = new \Nelmio\ApiDocBundle\PropertyDescriber\PropertyDescriber(new RewindableGenerator(function () {
  33033.             yield => ($this->privates['nelmio_api_doc.object_model.property_describer'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescriberService());
  33034.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.nullable'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.nullable'] = new \Nelmio\ApiDocBundle\PropertyDescriber\NullablePropertyDescriber()));
  33035.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.required'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.required'] = new \Nelmio\ApiDocBundle\PropertyDescriber\RequiredPropertyDescriber()));
  33036.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.array'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.array'] = new \Nelmio\ApiDocBundle\PropertyDescriber\ArrayPropertyDescriber()));
  33037.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.dictionary'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.dictionary'] = new \Nelmio\ApiDocBundle\PropertyDescriber\DictionaryPropertyDescriber()));
  33038.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.boolean'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.boolean'] = new \Nelmio\ApiDocBundle\PropertyDescriber\BooleanPropertyDescriber()));
  33039.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.float'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.float'] = new \Nelmio\ApiDocBundle\PropertyDescriber\FloatPropertyDescriber()));
  33040.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.integer'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.integer'] = new \Nelmio\ApiDocBundle\PropertyDescriber\IntegerPropertyDescriber()));
  33041.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.string'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.string'] = new \Nelmio\ApiDocBundle\PropertyDescriber\StringPropertyDescriber()));
  33042.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.date_time'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.date_time'] = new \Nelmio\ApiDocBundle\PropertyDescriber\DateTimePropertyDescriber()));
  33043.             yield 10 => ($this->privates['nelmio_api_doc.object_model.property_describers.object'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.object'] = new \Nelmio\ApiDocBundle\PropertyDescriber\ObjectPropertyDescriber()));
  33044.             yield 11 => ($this->privates['nelmio_api_doc.object_model.property_describers.compound'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.compound'] = new \Nelmio\ApiDocBundle\PropertyDescriber\CompoundPropertyDescriber()));
  33045.         }, 12));
  33046.     }
  33047.     /**
  33048.      * Gets the private 'nelmio_api_doc.route_describers.fos_rest' shared service.
  33049.      *
  33050.      * @return \Nelmio\ApiDocBundle\RouteDescriber\FosRestDescriber
  33051.      */
  33052.     protected function getNelmioApiDoc_RouteDescribers_FosRestService()
  33053.     {
  33054.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/RouteDescriber/RouteDescriberInterface.php';
  33055.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/RouteDescriber/RouteDescriberTrait.php';
  33056.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/RouteDescriber/FosRestDescriber.php';
  33057.         return $this->privates['nelmio_api_doc.route_describers.fos_rest'] = new \Nelmio\ApiDocBundle\RouteDescriber\FosRestDescriber(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> 'json']);
  33058.     }
  33059.     /**
  33060.      * Gets the private 'nelmio_api_doc.routes.default' shared service.
  33061.      *
  33062.      * @return \Symfony\Component\Routing\RouteCollection
  33063.      */
  33064.     protected function getNelmioApiDoc_Routes_DefaultService()
  33065.     {
  33066.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouteCollection.php';
  33067.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Routing/FilteredRouteCollectionBuilder.php';
  33068.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Util/ControllerReflector.php';
  33069.         return $this->privates['nelmio_api_doc.routes.default'] = (new \Nelmio\ApiDocBundle\Routing\FilteredRouteCollectionBuilder(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), ($this->privates['nelmio_api_doc.controller_reflector'] ?? ($this->privates['nelmio_api_doc.controller_reflector'] = new \Nelmio\ApiDocBundle\Util\ControllerReflector($this))), 'default', ['path_patterns' => [=> '^/api(?!/doc$)'], 'host_patterns' => [], 'name_patterns' => [], 'with_annotation' => false'disable_default_routes' => false]))->filter(($this->services['router'] ?? $this->getRouterService())->getRouteCollection());
  33070.     }
  33071.     /**
  33072.      * Gets the private 'old_sound_rabbit_mq.anon_consumer_command' shared service.
  33073.      *
  33074.      * @return \OldSound\RabbitMqBundle\Command\AnonConsumerCommand
  33075.      */
  33076.     protected function getOldSoundRabbitMq_AnonConsumerCommandService()
  33077.     {
  33078.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  33079.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/BaseRabbitMqCommand.php';
  33080.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/BaseConsumerCommand.php';
  33081.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/AnonConsumerCommand.php';
  33082.         $this->privates['old_sound_rabbit_mq.anon_consumer_command'] = $instance = new \OldSound\RabbitMqBundle\Command\AnonConsumerCommand();
  33083.         $instance->setContainer($this);
  33084.         $instance->setName('rabbitmq:anon-consumer');
  33085.         return $instance;
  33086.     }
  33087.     /**
  33088.      * Gets the private 'old_sound_rabbit_mq.batch_consumer_command' shared service.
  33089.      *
  33090.      * @return \OldSound\RabbitMqBundle\Command\BatchConsumerCommand
  33091.      */
  33092.     protected function getOldSoundRabbitMq_BatchConsumerCommandService()
  33093.     {
  33094.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  33095.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/BaseRabbitMqCommand.php';
  33096.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/BatchConsumerCommand.php';
  33097.         $this->privates['old_sound_rabbit_mq.batch_consumer_command'] = $instance = new \OldSound\RabbitMqBundle\Command\BatchConsumerCommand();
  33098.         $instance->setContainer($this);
  33099.         $instance->setName('rabbitmq:batch:consumer');
  33100.         return $instance;
  33101.     }
  33102.     /**
  33103.      * Gets the private 'old_sound_rabbit_mq.command.rpc_server_command' shared service.
  33104.      *
  33105.      * @return \OldSound\RabbitMqBundle\Command\RpcServerCommand
  33106.      */
  33107.     protected function getOldSoundRabbitMq_Command_RpcServerCommandService()
  33108.     {
  33109.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  33110.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/BaseRabbitMqCommand.php';
  33111.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/RpcServerCommand.php';
  33112.         $this->privates['old_sound_rabbit_mq.command.rpc_server_command'] = $instance = new \OldSound\RabbitMqBundle\Command\RpcServerCommand();
  33113.         $instance->setContainer($this);
  33114.         $instance->setName('rabbitmq:rpc-server');
  33115.         return $instance;
  33116.     }
  33117.     /**
  33118.      * Gets the private 'old_sound_rabbit_mq.command.setup_fabric_command' shared service.
  33119.      *
  33120.      * @return \OldSound\RabbitMqBundle\Command\SetupFabricCommand
  33121.      */
  33122.     protected function getOldSoundRabbitMq_Command_SetupFabricCommandService()
  33123.     {
  33124.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  33125.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/BaseRabbitMqCommand.php';
  33126.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/SetupFabricCommand.php';
  33127.         $this->privates['old_sound_rabbit_mq.command.setup_fabric_command'] = $instance = new \OldSound\RabbitMqBundle\Command\SetupFabricCommand();
  33128.         $instance->setContainer($this);
  33129.         $instance->setName('rabbitmq:setup-fabric');
  33130.         return $instance;
  33131.     }
  33132.     /**
  33133.      * Gets the private 'old_sound_rabbit_mq.command.std_in_producer_command' shared service.
  33134.      *
  33135.      * @return \OldSound\RabbitMqBundle\Command\StdInProducerCommand
  33136.      */
  33137.     protected function getOldSoundRabbitMq_Command_StdInProducerCommandService()
  33138.     {
  33139.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  33140.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/BaseRabbitMqCommand.php';
  33141.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/StdInProducerCommand.php';
  33142.         $this->privates['old_sound_rabbit_mq.command.std_in_producer_command'] = $instance = new \OldSound\RabbitMqBundle\Command\StdInProducerCommand();
  33143.         $instance->setContainer($this);
  33144.         $instance->setName('rabbitmq:stdin-producer');
  33145.         return $instance;
  33146.     }
  33147.     /**
  33148.      * Gets the private 'old_sound_rabbit_mq.consumer_command' shared service.
  33149.      *
  33150.      * @return \OldSound\RabbitMqBundle\Command\ConsumerCommand
  33151.      */
  33152.     protected function getOldSoundRabbitMq_ConsumerCommandService()
  33153.     {
  33154.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  33155.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/BaseRabbitMqCommand.php';
  33156.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/BaseConsumerCommand.php';
  33157.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/ConsumerCommand.php';
  33158.         $this->privates['old_sound_rabbit_mq.consumer_command'] = $instance = new \OldSound\RabbitMqBundle\Command\ConsumerCommand();
  33159.         $instance->setContainer($this);
  33160.         $instance->setName('rabbitmq:consumer');
  33161.         return $instance;
  33162.     }
  33163.     /**
  33164.      * Gets the private 'old_sound_rabbit_mq.delete_command' shared service.
  33165.      *
  33166.      * @return \OldSound\RabbitMqBundle\Command\DeleteCommand
  33167.      */
  33168.     protected function getOldSoundRabbitMq_DeleteCommandService()
  33169.     {
  33170.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  33171.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/BaseRabbitMqCommand.php';
  33172.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/BaseConsumerCommand.php';
  33173.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/ConsumerCommand.php';
  33174.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/DeleteCommand.php';
  33175.         $this->privates['old_sound_rabbit_mq.delete_command'] = $instance = new \OldSound\RabbitMqBundle\Command\DeleteCommand();
  33176.         $instance->setContainer($this);
  33177.         $instance->setName('rabbitmq:delete');
  33178.         return $instance;
  33179.     }
  33180.     /**
  33181.      * Gets the private 'old_sound_rabbit_mq.dynamic_consumer_command' shared service.
  33182.      *
  33183.      * @return \OldSound\RabbitMqBundle\Command\DynamicConsumerCommand
  33184.      */
  33185.     protected function getOldSoundRabbitMq_DynamicConsumerCommandService()
  33186.     {
  33187.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  33188.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/BaseRabbitMqCommand.php';
  33189.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/BaseConsumerCommand.php';
  33190.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/DynamicConsumerCommand.php';
  33191.         $this->privates['old_sound_rabbit_mq.dynamic_consumer_command'] = $instance = new \OldSound\RabbitMqBundle\Command\DynamicConsumerCommand();
  33192.         $instance->setContainer($this);
  33193.         $instance->setName('rabbitmq:dynamic-consumer');
  33194.         return $instance;
  33195.     }
  33196.     /**
  33197.      * Gets the private 'old_sound_rabbit_mq.multiple_consumer_command' shared service.
  33198.      *
  33199.      * @return \OldSound\RabbitMqBundle\Command\MultipleConsumerCommand
  33200.      */
  33201.     protected function getOldSoundRabbitMq_MultipleConsumerCommandService()
  33202.     {
  33203.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  33204.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/BaseRabbitMqCommand.php';
  33205.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/BaseConsumerCommand.php';
  33206.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/MultipleConsumerCommand.php';
  33207.         $this->privates['old_sound_rabbit_mq.multiple_consumer_command'] = $instance = new \OldSound\RabbitMqBundle\Command\MultipleConsumerCommand();
  33208.         $instance->setContainer($this);
  33209.         $instance->setName('rabbitmq:multiple-consumer');
  33210.         return $instance;
  33211.     }
  33212.     /**
  33213.      * Gets the private 'old_sound_rabbit_mq.purge_consumer_command' shared service.
  33214.      *
  33215.      * @return \OldSound\RabbitMqBundle\Command\PurgeConsumerCommand
  33216.      */
  33217.     protected function getOldSoundRabbitMq_PurgeConsumerCommandService()
  33218.     {
  33219.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  33220.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/BaseRabbitMqCommand.php';
  33221.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/BaseConsumerCommand.php';
  33222.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/ConsumerCommand.php';
  33223.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/PurgeConsumerCommand.php';
  33224.         $this->privates['old_sound_rabbit_mq.purge_consumer_command'] = $instance = new \OldSound\RabbitMqBundle\Command\PurgeConsumerCommand();
  33225.         $instance->setContainer($this);
  33226.         $instance->setName('rabbitmq:purge');
  33227.         return $instance;
  33228.     }
  33229.     /**
  33230.      * Gets the private 'parameter_bag' shared service.
  33231.      *
  33232.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  33233.      */
  33234.     protected function getParameterBagService()
  33235.     {
  33236.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  33237.     }
  33238.     /**
  33239.      * Gets the private 'presta_sitemap.eventlistener.route_annotation' shared service.
  33240.      *
  33241.      * @return \Presta\SitemapBundle\EventListener\RouteAnnotationEventListener
  33242.      */
  33243.     protected function getPrestaSitemap_Eventlistener_RouteAnnotationService()
  33244.     {
  33245.         include_once \dirname(__DIR__4).'/vendor/presta/sitemap-bundle/src/EventListener/RouteAnnotationEventListener.php';
  33246.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  33247.         if (isset($this->privates['presta_sitemap.eventlistener.route_annotation'])) {
  33248.             return $this->privates['presta_sitemap.eventlistener.route_annotation'];
  33249.         }
  33250.         return $this->privates['presta_sitemap.eventlistener.route_annotation'] = new \Presta\SitemapBundle\EventListener\RouteAnnotationEventListener(($this->services['router'] ?? $this->getRouterService()), $a'default');
  33251.     }
  33252.     /**
  33253.      * Gets the private 'profiler_listener' shared service.
  33254.      *
  33255.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  33256.      */
  33257.     protected function getProfilerListenerService()
  33258.     {
  33259.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  33260.         if (isset($this->privates['profiler_listener'])) {
  33261.             return $this->privates['profiler_listener'];
  33262.         }
  33263.         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);
  33264.     }
  33265.     /**
  33266.      * Gets the private 'property_accessor' shared service.
  33267.      *
  33268.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  33269.      */
  33270.     protected function getPropertyAccessorService()
  33271.     {
  33272.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  33273.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  33274.     }
  33275.     /**
  33276.      * Gets the private 'property_info' shared service.
  33277.      *
  33278.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  33279.      */
  33280.     protected function getPropertyInfoService()
  33281.     {
  33282.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  33283.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  33284.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  33285.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  33286.         }, 3), new RewindableGenerator(function () {
  33287.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  33288.             yield => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  33289.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  33290.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  33291.         }, 4), new RewindableGenerator(function () {
  33292.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  33293.         }, 1), new RewindableGenerator(function () {
  33294.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  33295.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  33296.         }, 2), new RewindableGenerator(function () {
  33297.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  33298.         }, 1));
  33299.     }
  33300.     /**
  33301.      * Gets the private 'property_info.serializer_extractor' shared service.
  33302.      *
  33303.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  33304.      */
  33305.     protected function getPropertyInfo_SerializerExtractorService()
  33306.     {
  33307.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  33308.         return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  33309.     }
  33310.     /**
  33311.      * Gets the private 'rate_limiter_storage_pool' shared service.
  33312.      *
  33313.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  33314.      */
  33315.     protected function getRateLimiterStoragePoolService()
  33316.     {
  33317.         $a = new \Symfony\Component\Cache\Adapter\RedisAdapter(($this->privates['.cache_connection.FANDyXX'] ?? $this->get_CacheConnection_FANDyXXService()), 'zyfphW0CYO'0, ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  33318.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  33319.         return $this->privates['rate_limiter_storage_pool'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  33320.     }
  33321.     /**
  33322.      * Gets the private 'router.cache_warmer' shared service.
  33323.      *
  33324.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  33325.      */
  33326.     protected function getRouter_CacheWarmerService()
  33327.     {
  33328.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  33329.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  33330.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  33331.             'router' => ['services''router''getRouterService'false],
  33332.         ], [
  33333.             'router' => '?',
  33334.         ]))->withContext('router.cache_warmer'$this));
  33335.     }
  33336.     /**
  33337.      * Gets the private 'router.expression_language_provider' shared service.
  33338.      *
  33339.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  33340.      */
  33341.     protected function getRouter_ExpressionLanguageProviderService()
  33342.     {
  33343.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  33344.             'env' => ['privates''container.getenv''getContainer_GetenvService'false],
  33345.         ], [
  33346.             'env' => 'Closure',
  33347.         ]));
  33348.     }
  33349.     /**
  33350.      * Gets the private 'router.request_context' shared service.
  33351.      *
  33352.      * @return \Symfony\Component\Routing\RequestContext
  33353.      */
  33354.     protected function getRouter_RequestContextService()
  33355.     {
  33356.         $this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri(''$this->getEnv('APP_HOST'), $this->getEnv('APP_SCHEME'), 80443);
  33357.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  33358.         return $instance;
  33359.     }
  33360.     /**
  33361.      * Gets the private 'router_listener' shared service.
  33362.      *
  33363.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  33364.      */
  33365.     protected function getRouterListenerService()
  33366.     {
  33367.         return $this->privates['router_listener'] = new \Symfony\Component\HttpKernel\EventListener\RouterListener(($this->services['router'] ?? $this->getRouterService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), \dirname(__DIR__4), true);
  33368.     }
  33369.     /**
  33370.      * Gets the private 'secrets.vault' shared service.
  33371.      *
  33372.      * @return \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault
  33373.      */
  33374.     protected function getSecrets_VaultService()
  33375.     {
  33376.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  33377.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  33378.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  33379.         include_once \dirname(__DIR__4).'/vendor/symfony/string/LazyString.php';
  33380.         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'));
  33381.     }
  33382.     /**
  33383.      * Gets the private 'security.access_listener' shared service.
  33384.      *
  33385.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  33386.      */
  33387.     protected function getSecurity_AccessListenerService()
  33388.     {
  33389.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  33390.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  33391.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  33392.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  33393.         if (isset($this->privates['security.access_listener'])) {
  33394.             return $this->privates['security.access_listener'];
  33395.         }
  33396.         $b = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  33397.         if (isset($this->privates['security.access_listener'])) {
  33398.             return $this->privates['security.access_listener'];
  33399.         }
  33400.         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);
  33401.     }
  33402.     /**
  33403.      * Gets the private 'security.access_map' shared service.
  33404.      *
  33405.      * @return \Symfony\Component\Security\Http\AccessMap
  33406.      */
  33407.     protected function getSecurity_AccessMapService()
  33408.     {
  33409.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  33410.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  33411.         $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  33412.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/[^/]+/dashboard/profile/edit'), [=> 'IS_AUTHENTICATED_FULLY'], NULL);
  33413.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/[^/]+/dashboard/'), [=> 'IS_AUTHENTICATED_REMEMBERED'], NULL);
  33414.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/[^/]+/admin/leads'), [=> 'ROLE_SUPER_ADMIN'=> 'ROLE_ACCESS_TO_ADMIN_LEADS'=> 'ROLE_LEADS_STATISTICS'], NULL);
  33415.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/[^/]+/admin/broker'), [=> 'ROLE_BROKER_SALES'], NULL);
  33416.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/[^/]+/admin/seller'), [=> 'ROLE_BROKER_SALES'], NULL);
  33417.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/[^/]+/admin/staff'), [=> 'ROLE_CRM'], NULL);
  33418.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/[^/]+/admin/'), [=> 'ROLE_ADMIN'], NULL);
  33419.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/doc'), [=> 'ROLE_API_DEVELOPER'], NULL);
  33420.         return $instance;
  33421.     }
  33422.     /**
  33423.      * Gets the private 'security.authentication.listener.anonymous.api_v3_anonymous_lead' shared service.
  33424.      *
  33425.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  33426.      *
  33427.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.api_v3_anonymous_lead" service is deprecated, use the new authenticator system instead.
  33428.      */
  33429.     protected function getSecurity_Authentication_Listener_Anonymous_ApiV3AnonymousLeadService()
  33430.     {
  33431.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.anonymous.api_v3_anonymous_lead" service is deprecated, use the new authenticator system instead.');
  33432.         $a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  33433.         if (isset($this->privates['security.authentication.listener.anonymous.api_v3_anonymous_lead'])) {
  33434.             return $this->privates['security.authentication.listener.anonymous.api_v3_anonymous_lead'];
  33435.         }
  33436.         return $this->privates['security.authentication.listener.anonymous.api_v3_anonymous_lead'] = 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);
  33437.     }
  33438.     /**
  33439.      * Gets the private 'security.authentication.listener.anonymous.api_v4_list_top_customers' shared service.
  33440.      *
  33441.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  33442.      *
  33443.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.api_v4_list_top_customers" service is deprecated, use the new authenticator system instead.
  33444.      */
  33445.     protected function getSecurity_Authentication_Listener_Anonymous_ApiV4ListTopCustomersService()
  33446.     {
  33447.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.anonymous.api_v4_list_top_customers" service is deprecated, use the new authenticator system instead.');
  33448.         $a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  33449.         if (isset($this->privates['security.authentication.listener.anonymous.api_v4_list_top_customers'])) {
  33450.             return $this->privates['security.authentication.listener.anonymous.api_v4_list_top_customers'];
  33451.         }
  33452.         return $this->privates['security.authentication.listener.anonymous.api_v4_list_top_customers'] = 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);
  33453.     }
  33454.     /**
  33455.      * Gets the private 'security.authentication.listener.anonymous.aqarmap_api_user_personal_data' shared service.
  33456.      *
  33457.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  33458.      *
  33459.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.aqarmap_api_user_personal_data" service is deprecated, use the new authenticator system instead.
  33460.      */
  33461.     protected function getSecurity_Authentication_Listener_Anonymous_AqarmapApiUserPersonalDataService()
  33462.     {
  33463.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.anonymous.aqarmap_api_user_personal_data" service is deprecated, use the new authenticator system instead.');
  33464.         $a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  33465.         if (isset($this->privates['security.authentication.listener.anonymous.aqarmap_api_user_personal_data'])) {
  33466.             return $this->privates['security.authentication.listener.anonymous.aqarmap_api_user_personal_data'];
  33467.         }
  33468.         return $this->privates['security.authentication.listener.anonymous.aqarmap_api_user_personal_data'] = 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);
  33469.     }
  33470.     /**
  33471.      * Gets the private 'security.authentication.listener.anonymous.main' shared service.
  33472.      *
  33473.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  33474.      *
  33475.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.
  33476.      */
  33477.     protected function getSecurity_Authentication_Listener_Anonymous_MainService()
  33478.     {
  33479.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.');
  33480.         $a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  33481.         if (isset($this->privates['security.authentication.listener.anonymous.main'])) {
  33482.             return $this->privates['security.authentication.listener.anonymous.main'];
  33483.         }
  33484.         return $this->privates['security.authentication.listener.anonymous.main'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a);
  33485.     }
  33486.     /**
  33487.      * Gets the private 'security.authentication.listener.form.main' shared service.
  33488.      *
  33489.      * @return \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener
  33490.      *
  33491.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.form.main" service is deprecated, use the new authenticator system instead.
  33492.      */
  33493.     protected function getSecurity_Authentication_Listener_Form_MainService()
  33494.     {
  33495.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.form.main" service is deprecated, use the new authenticator system instead.');
  33496.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  33497.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/CustomAuthenticationSuccessHandler.php';
  33498.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  33499.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationSuccessHandler.php';
  33500.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Handler/AuthenticationSuccessHandler.php';
  33501.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  33502.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/CustomAuthenticationFailureHandler.php';
  33503.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationFailureHandler.php';
  33504.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Handler/AuthenticationFailureHandler.php';
  33505.         $a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  33506.         if (isset($this->privates['security.authentication.listener.form.main'])) {
  33507.             return $this->privates['security.authentication.listener.form.main'];
  33508.         }
  33509.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  33510.         if (isset($this->privates['security.authentication.listener.form.main'])) {
  33511.             return $this->privates['security.authentication.listener.form.main'];
  33512.         }
  33513.         $c = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  33514.         if (isset($this->privates['security.authentication.listener.form.main'])) {
  33515.             return $this->privates['security.authentication.listener.form.main'];
  33516.         }
  33517.         $d = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  33518.         $this->privates['security.authentication.listener.form.main'] = $instance = new \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['security.authentication.session_strategy'] ?? $this->getSecurity_Authentication_SessionStrategyService()), $d'main', new \Symfony\Component\Security\Http\Authentication\CustomAuthenticationSuccessHandler(new \Aqarmap\Bundle\UserBundle\Handler\AuthenticationSuccessHandler($d$b), ['login_path' => 'app_login''always_use_default_target_path' => false'default_target_path' => '/''target_path_parameter' => '_target_path''use_referer' => false], 'main'), new \Symfony\Component\Security\Http\Authentication\CustomAuthenticationFailureHandler(new \Aqarmap\Bundle\UserBundle\Handler\AuthenticationFailureHandler($c$d, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService())), ['login_path' => 'app_login''failure_path' => NULL'failure_forward' => false'failure_path_parameter' => '_failure_path']), ['check_path' => 'app_login''login_path' => 'app_login''use_forward' => false'require_previous_session' => false'username_parameter' => '_username''password_parameter' => '_password''csrf_parameter' => '_csrf_token''csrf_token_id' => 'authenticate''enable_csrf' => false'post_only' => true'form_only' => false], ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $b, ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  33519.         $instance->setRememberMeServices(($this->privates['security.authentication.rememberme.services.simplehash.main'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()));
  33520.         return $instance;
  33521.     }
  33522.     /**
  33523.      * Gets the private 'security.authentication.listener.rememberme.main' shared service.
  33524.      *
  33525.      * @return \Symfony\Component\Security\Http\Firewall\RememberMeListener
  33526.      *
  33527.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.rememberme.main" service is deprecated, use the new authenticator system instead.
  33528.      */
  33529.     protected function getSecurity_Authentication_Listener_Rememberme_MainService()
  33530.     {
  33531.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.rememberme.main" service is deprecated, use the new authenticator system instead.');
  33532.         $a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  33533.         if (isset($this->privates['security.authentication.listener.rememberme.main'])) {
  33534.             return $this->privates['security.authentication.listener.rememberme.main'];
  33535.         }
  33536.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  33537.         if (isset($this->privates['security.authentication.listener.rememberme.main'])) {
  33538.             return $this->privates['security.authentication.listener.rememberme.main'];
  33539.         }
  33540.         return $this->privates['security.authentication.listener.rememberme.main'] = new \Symfony\Component\Security\Http\Firewall\RememberMeListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.authentication.rememberme.services.simplehash.main'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()), $a, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $btrue, ($this->privates['security.authentication.session_strategy'] ?? $this->getSecurity_Authentication_SessionStrategyService()));
  33541.     }
  33542.     /**
  33543.      * Gets the private 'security.authentication.listener.use_oauth.api' shared autowired service.
  33544.      *
  33545.      * @return \App\Security\Firewall\OAuthListener
  33546.      */
  33547.     protected function getSecurity_Authentication_Listener_UseOauth_ApiService()
  33548.     {
  33549.         include_once \dirname(__DIR__4).'/src/App/Security/Firewall/OAuthListener.php';
  33550.         $a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  33551.         if (isset($this->privates['security.authentication.listener.use_oauth.api'])) {
  33552.             return $this->privates['security.authentication.listener.use_oauth.api'];
  33553.         }
  33554.         return $this->privates['security.authentication.listener.use_oauth.api'] = new \App\Security\Firewall\OAuthListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a);
  33555.     }
  33556.     /**
  33557.      * Gets the private 'security.authentication.listener.use_oauth.api_v3' shared autowired service.
  33558.      *
  33559.      * @return \App\Security\Firewall\OAuthListener
  33560.      */
  33561.     protected function getSecurity_Authentication_Listener_UseOauth_ApiV3Service()
  33562.     {
  33563.         include_once \dirname(__DIR__4).'/src/App/Security/Firewall/OAuthListener.php';
  33564.         $a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  33565.         if (isset($this->privates['security.authentication.listener.use_oauth.api_v3'])) {
  33566.             return $this->privates['security.authentication.listener.use_oauth.api_v3'];
  33567.         }
  33568.         return $this->privates['security.authentication.listener.use_oauth.api_v3'] = new \App\Security\Firewall\OAuthListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a);
  33569.     }
  33570.     /**
  33571.      * Gets the private 'security.authentication.listener.use_oauth.api_v4' shared autowired service.
  33572.      *
  33573.      * @return \App\Security\Firewall\OAuthListener
  33574.      */
  33575.     protected function getSecurity_Authentication_Listener_UseOauth_ApiV4Service()
  33576.     {
  33577.         include_once \dirname(__DIR__4).'/src/App/Security/Firewall/OAuthListener.php';
  33578.         $a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  33579.         if (isset($this->privates['security.authentication.listener.use_oauth.api_v4'])) {
  33580.             return $this->privates['security.authentication.listener.use_oauth.api_v4'];
  33581.         }
  33582.         return $this->privates['security.authentication.listener.use_oauth.api_v4'] = new \App\Security\Firewall\OAuthListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a);
  33583.     }
  33584.     /**
  33585.      * Gets the private 'security.authentication.manager' shared service.
  33586.      *
  33587.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  33588.      *
  33589.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.manager" service is deprecated, use the new authenticator system instead.
  33590.      */
  33591.     protected function getSecurity_Authentication_ManagerService()
  33592.     {
  33593.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.manager" service is deprecated, use the new authenticator system instead.');
  33594.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  33595.             yield => ($this->privates['security.authentication.provider.anonymous.api_v3_anonymous_lead'] ?? $this->getSecurity_Authentication_Provider_Anonymous_ApiV3AnonymousLeadService());
  33596.             yield => ($this->privates['security.authentication.provider.anonymous.api_v4_list_top_customers'] ?? $this->getSecurity_Authentication_Provider_Anonymous_ApiV4ListTopCustomersService());
  33597.             yield => ($this->privates['security.authentication.provider.anonymous.aqarmap_api_user_personal_data'] ?? $this->getSecurity_Authentication_Provider_Anonymous_AqarmapApiUserPersonalDataService());
  33598.             yield => ($this->privates['security.authentication.provider.oauth.api'] ?? $this->getSecurity_Authentication_Provider_Oauth_ApiService());
  33599.             yield => ($this->privates['security.authentication.provider.oauth.api_v3'] ?? $this->getSecurity_Authentication_Provider_Oauth_ApiV3Service());
  33600.             yield => ($this->privates['security.authentication.provider.oauth.api_v4'] ?? $this->getSecurity_Authentication_Provider_Oauth_ApiV4Service());
  33601.             yield => ($this->privates['hwi_oauth.authentication.provider.oauth.main'] ?? $this->getHwiOauth_Authentication_Provider_Oauth_MainService());
  33602.             yield => ($this->privates['security.authentication.provider.dao.main'] ?? $this->getSecurity_Authentication_Provider_Dao_MainService());
  33603.             yield => ($this->privates['security.authentication.provider.rememberme.main'] ?? $this->getSecurity_Authentication_Provider_Rememberme_MainService());
  33604.             yield => ($this->privates['security.authentication.provider.anonymous.main'] ?? $this->getSecurity_Authentication_Provider_Anonymous_MainService());
  33605.         }, 10), true);
  33606.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  33607.         return $instance;
  33608.     }
  33609.     /**
  33610.      * Gets the private 'security.authentication.provider.anonymous.api_v3_anonymous_lead' shared service.
  33611.      *
  33612.      * @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
  33613.      *
  33614.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.api_v3_anonymous_lead" service is deprecated, use the new authenticator system instead.
  33615.      */
  33616.     protected function getSecurity_Authentication_Provider_Anonymous_ApiV3AnonymousLeadService()
  33617.     {
  33618.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.anonymous.api_v3_anonymous_lead" service is deprecated, use the new authenticator system instead.');
  33619.         return $this->privates['security.authentication.provider.anonymous.api_v3_anonymous_lead'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'));
  33620.     }
  33621.     /**
  33622.      * Gets the private 'security.authentication.provider.anonymous.api_v4_list_top_customers' shared service.
  33623.      *
  33624.      * @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
  33625.      *
  33626.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.api_v4_list_top_customers" service is deprecated, use the new authenticator system instead.
  33627.      */
  33628.     protected function getSecurity_Authentication_Provider_Anonymous_ApiV4ListTopCustomersService()
  33629.     {
  33630.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.anonymous.api_v4_list_top_customers" service is deprecated, use the new authenticator system instead.');
  33631.         return $this->privates['security.authentication.provider.anonymous.api_v4_list_top_customers'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'));
  33632.     }
  33633.     /**
  33634.      * Gets the private 'security.authentication.provider.anonymous.aqarmap_api_user_personal_data' shared service.
  33635.      *
  33636.      * @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
  33637.      *
  33638.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.aqarmap_api_user_personal_data" service is deprecated, use the new authenticator system instead.
  33639.      */
  33640.     protected function getSecurity_Authentication_Provider_Anonymous_AqarmapApiUserPersonalDataService()
  33641.     {
  33642.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.anonymous.aqarmap_api_user_personal_data" service is deprecated, use the new authenticator system instead.');
  33643.         return $this->privates['security.authentication.provider.anonymous.aqarmap_api_user_personal_data'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'));
  33644.     }
  33645.     /**
  33646.      * Gets the private 'security.authentication.provider.anonymous.main' shared service.
  33647.      *
  33648.      * @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
  33649.      *
  33650.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead.
  33651.      */
  33652.     protected function getSecurity_Authentication_Provider_Anonymous_MainService()
  33653.     {
  33654.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead.');
  33655.         return $this->privates['security.authentication.provider.anonymous.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'));
  33656.     }
  33657.     /**
  33658.      * Gets the private 'security.authentication.provider.dao.main' shared service.
  33659.      *
  33660.      * @return \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider
  33661.      *
  33662.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.dao.main" service is deprecated, use the new authenticator system instead.
  33663.      */
  33664.     protected function getSecurity_Authentication_Provider_Dao_MainService()
  33665.     {
  33666.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.dao.main" service is deprecated, use the new authenticator system instead.');
  33667.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  33668.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  33669.         return $this->privates['security.authentication.provider.dao.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider(($this->privates['fos_user.user_provider.username_email'] ?? $this->getFosUser_UserProvider_UsernameEmailService()), ($this->services['hwi_oauth.user_checker'] ?? ($this->services['hwi_oauth.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())), 'main', ($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()), true);
  33670.     }
  33671.     /**
  33672.      * Gets the private 'security.authentication.provider.oauth.api' shared autowired service.
  33673.      *
  33674.      * @return \App\Security\Authentication\Provider\OAuthProvider
  33675.      */
  33676.     protected function getSecurity_Authentication_Provider_Oauth_ApiService()
  33677.     {
  33678.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  33679.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  33680.         include_once \dirname(__DIR__4).'/src/App/Security/Authentication/Provider/OAuthProvider.php';
  33681.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  33682.         if (isset($this->privates['security.authentication.provider.oauth.api'])) {
  33683.             return $this->privates['security.authentication.provider.oauth.api'];
  33684.         }
  33685.         return $this->privates['security.authentication.provider.oauth.api'] = new \App\Security\Authentication\Provider\OAuthProvider(($this->privates['security.user.provider.concrete.auth_identifier'] ?? $this->getSecurity_User_Provider_Concrete_AuthIdentifierService()), ($this->privates['App\\Service\\Security\\AuthServer'] ?? $this->getAuthServerService()), $a);
  33686.     }
  33687.     /**
  33688.      * Gets the private 'security.authentication.provider.oauth.api_v3' shared autowired service.
  33689.      *
  33690.      * @return \App\Security\Authentication\Provider\OAuthProvider
  33691.      */
  33692.     protected function getSecurity_Authentication_Provider_Oauth_ApiV3Service()
  33693.     {
  33694.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  33695.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  33696.         include_once \dirname(__DIR__4).'/src/App/Security/Authentication/Provider/OAuthProvider.php';
  33697.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  33698.         if (isset($this->privates['security.authentication.provider.oauth.api_v3'])) {
  33699.             return $this->privates['security.authentication.provider.oauth.api_v3'];
  33700.         }
  33701.         return $this->privates['security.authentication.provider.oauth.api_v3'] = new \App\Security\Authentication\Provider\OAuthProvider(($this->privates['security.user.provider.concrete.auth_identifier'] ?? $this->getSecurity_User_Provider_Concrete_AuthIdentifierService()), ($this->privates['App\\Service\\Security\\AuthServer'] ?? $this->getAuthServerService()), $a);
  33702.     }
  33703.     /**
  33704.      * Gets the private 'security.authentication.provider.oauth.api_v4' shared autowired service.
  33705.      *
  33706.      * @return \App\Security\Authentication\Provider\OAuthProvider
  33707.      */
  33708.     protected function getSecurity_Authentication_Provider_Oauth_ApiV4Service()
  33709.     {
  33710.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  33711.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  33712.         include_once \dirname(__DIR__4).'/src/App/Security/Authentication/Provider/OAuthProvider.php';
  33713.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  33714.         if (isset($this->privates['security.authentication.provider.oauth.api_v4'])) {
  33715.             return $this->privates['security.authentication.provider.oauth.api_v4'];
  33716.         }
  33717.         return $this->privates['security.authentication.provider.oauth.api_v4'] = new \App\Security\Authentication\Provider\OAuthProvider(($this->privates['security.user.provider.concrete.auth_identifier'] ?? $this->getSecurity_User_Provider_Concrete_AuthIdentifierService()), ($this->privates['App\\Service\\Security\\AuthServer'] ?? $this->getAuthServerService()), $a);
  33718.     }
  33719.     /**
  33720.      * Gets the private 'security.authentication.provider.rememberme.main' shared service.
  33721.      *
  33722.      * @return \Symfony\Component\Security\Core\Authentication\Provider\RememberMeAuthenticationProvider
  33723.      *
  33724.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.rememberme.main" service is deprecated, use the new authenticator system instead.
  33725.      */
  33726.     protected function getSecurity_Authentication_Provider_Rememberme_MainService()
  33727.     {
  33728.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.rememberme.main" service is deprecated, use the new authenticator system instead.');
  33729.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  33730.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  33731.         return $this->privates['security.authentication.provider.rememberme.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\RememberMeAuthenticationProvider(($this->services['hwi_oauth.user_checker'] ?? ($this->services['hwi_oauth.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())), $this->getEnv('APP_SECRET'), 'main');
  33732.     }
  33733.     /**
  33734.      * Gets the private 'security.authentication.rememberme.services.simplehash.main' shared service.
  33735.      *
  33736.      * @return \Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices
  33737.      */
  33738.     protected function getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()
  33739.     {
  33740.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/RememberMeServicesInterface.php';
  33741.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutHandlerInterface.php';
  33742.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/AbstractRememberMeServices.php';
  33743.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/TokenBasedRememberMeServices.php';
  33744.         return $this->privates['security.authentication.rememberme.services.simplehash.main'] = new \Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices(new RewindableGenerator(function () {
  33745.             yield => ($this->privates['fos_user.user_provider.username_email'] ?? $this->getFosUser_UserProvider_UsernameEmailService());
  33746.         }, 1), $this->getEnv('APP_SECRET'), 'main', ['always_remember_me' => true'name' => 'REMEMBERME''lifetime' => 31536000'path' => '/''domain' => NULL'secure' => NULL'httponly' => true'samesite' => 'lax''remember_me_parameter' => '_remember_me'], ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  33747.     }
  33748.     /**
  33749.      * Gets the private 'security.authentication.session_strategy' shared service.
  33750.      *
  33751.      * @return \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy
  33752.      */
  33753.     protected function getSecurity_Authentication_SessionStrategyService()
  33754.     {
  33755.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  33756.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  33757.         return $this->privates['security.authentication.session_strategy'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate', ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()));
  33758.     }
  33759.     /**
  33760.      * Gets the private 'security.authentication.switchuser_listener.main' shared service.
  33761.      *
  33762.      * @return \Symfony\Component\Security\Http\Firewall\SwitchUserListener
  33763.      */
  33764.     protected function getSecurity_Authentication_SwitchuserListener_MainService()
  33765.     {
  33766.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  33767.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  33768.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/SwitchUserListener.php';
  33769.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  33770.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  33771.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  33772.         if (isset($this->privates['security.authentication.switchuser_listener.main'])) {
  33773.             return $this->privates['security.authentication.switchuser_listener.main'];
  33774.         }
  33775.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  33776.         if (isset($this->privates['security.authentication.switchuser_listener.main'])) {
  33777.             return $this->privates['security.authentication.switchuser_listener.main'];
  33778.         }
  33779.         return $this->privates['security.authentication.switchuser_listener.main'] = new \Symfony\Component\Security\Http\Firewall\SwitchUserListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['fos_user.user_provider.username_email'] ?? $this->getFosUser_UserProvider_UsernameEmailService()), ($this->services['hwi_oauth.user_checker'] ?? ($this->services['hwi_oauth.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())), 'main'$a, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), '_want_to_be_this_user''ROLE_SWITCH_ACCOUNT'$bfalse);
  33780.     }
  33781.     /**
  33782.      * Gets the private 'security.authentication_utils' shared service.
  33783.      *
  33784.      * @return \Symfony\Component\Security\Http\Authentication\AuthenticationUtils
  33785.      */
  33786.     protected function getSecurity_AuthenticationUtilsService()
  33787.     {
  33788.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationUtils.php';
  33789.         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())));
  33790.     }
  33791.     /**
  33792.      * Gets the private 'security.channel_listener' shared service.
  33793.      *
  33794.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  33795.      */
  33796.     protected function getSecurity_ChannelListenerService()
  33797.     {
  33798.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  33799.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  33800.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  33801.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  33802.         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());
  33803.     }
  33804.     /**
  33805.      * Gets the private 'security.command.debug_firewall' shared service.
  33806.      *
  33807.      * @return \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand
  33808.      */
  33809.     protected function getSecurity_Command_DebugFirewallService()
  33810.     {
  33811.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  33812.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Command/DebugFirewallCommand.php';
  33813.         $this->privates['security.command.debug_firewall'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand($this->parameters['security.firewalls'], ($this->privates['.service_locator.EssOJru'] ?? $this->get_ServiceLocator_EssOJruService()), ($this->privates['.service_locator.6p_SLSM'] ?? $this->get_ServiceLocator_6pSLSMService()), [], false);
  33814.         $instance->setName('debug:firewall');
  33815.         $instance->setDescription('Display information about your security firewall(s)');
  33816.         return $instance;
  33817.     }
  33818.     /**
  33819.      * Gets the private 'security.command.user_password_encoder' shared service.
  33820.      *
  33821.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  33822.      *
  33823.      * @deprecated Since symfony/security-bundle 5.3: The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.
  33824.      */
  33825.     protected function getSecurity_Command_UserPasswordEncoderService()
  33826.     {
  33827.         trigger_deprecation('symfony/security-bundle''5.3''The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.');
  33828.         $this->privates['security.command.user_password_encoder'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), [=> 'FOS\\UserBundle\\Model\\UserInterface']);
  33829.         $instance->setName('security:encode-password');
  33830.         $instance->setDescription('Encode a password');
  33831.         return $instance;
  33832.     }
  33833.     /**
  33834.      * Gets the private 'security.command.user_password_hash' shared service.
  33835.      *
  33836.      * @return \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand
  33837.      */
  33838.     protected function getSecurity_Command_UserPasswordHashService()
  33839.     {
  33840.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  33841.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Command/UserPasswordHashCommand.php';
  33842.         $this->privates['security.command.user_password_hash'] = $instance = new \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()), [=> 'FOS\\UserBundle\\Model\\UserInterface']);
  33843.         $instance->setName('security:hash-password');
  33844.         $instance->setDescription('Hash a user password');
  33845.         return $instance;
  33846.     }
  33847.     /**
  33848.      * Gets the private 'security.context_listener.0' shared service.
  33849.      *
  33850.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  33851.      */
  33852.     protected function getSecurity_ContextListener_0Service()
  33853.     {
  33854.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  33855.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  33856.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  33857.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  33858.         if (isset($this->privates['security.context_listener.0'])) {
  33859.             return $this->privates['security.context_listener.0'];
  33860.         }
  33861.         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 () {
  33862.             yield => ($this->privates['security.user.provider.concrete.auth_identifier'] ?? $this->getSecurity_User_Provider_Concrete_AuthIdentifierService());
  33863.             yield => ($this->privates['fos_user.user_provider.username_email'] ?? $this->getFosUser_UserProvider_UsernameEmailService());
  33864.         }, 2), 'api_v4_list_top_customers', ($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']);
  33865.     }
  33866.     /**
  33867.      * Gets the private 'security.context_listener.1' shared service.
  33868.      *
  33869.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  33870.      */
  33871.     protected function getSecurity_ContextListener_1Service()
  33872.     {
  33873.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  33874.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  33875.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  33876.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  33877.         if (isset($this->privates['security.context_listener.1'])) {
  33878.             return $this->privates['security.context_listener.1'];
  33879.         }
  33880.         return $this->privates['security.context_listener.1'] = new \Symfony\Component\Security\Http\Firewall\ContextListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new RewindableGenerator(function () {
  33881.             yield => ($this->privates['security.user.provider.concrete.auth_identifier'] ?? $this->getSecurity_User_Provider_Concrete_AuthIdentifierService());
  33882.             yield => ($this->privates['fos_user.user_provider.username_email'] ?? $this->getFosUser_UserProvider_UsernameEmailService());
  33883.         }, 2), 'aqarmap_api_user_personal_data', ($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']);
  33884.     }
  33885.     /**
  33886.      * Gets the private 'security.context_listener.2' shared service.
  33887.      *
  33888.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  33889.      */
  33890.     protected function getSecurity_ContextListener_2Service()
  33891.     {
  33892.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  33893.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  33894.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  33895.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  33896.         if (isset($this->privates['security.context_listener.2'])) {
  33897.             return $this->privates['security.context_listener.2'];
  33898.         }
  33899.         $this->privates['security.context_listener.2'] = $instance = 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 () {
  33900.             yield => ($this->privates['security.user.provider.concrete.auth_identifier'] ?? $this->getSecurity_User_Provider_Concrete_AuthIdentifierService());
  33901.             yield => ($this->privates['fos_user.user_provider.username_email'] ?? $this->getFosUser_UserProvider_UsernameEmailService());
  33902.         }, 2), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [=> ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), => 'enableUsageTracking']);
  33903.         $instance->setRememberMeServices(($this->privates['security.authentication.rememberme.services.simplehash.main'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()));
  33904.         return $instance;
  33905.     }
  33906.     /**
  33907.      * Gets the private 'security.csrf.token_storage' shared service.
  33908.      *
  33909.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  33910.      */
  33911.     protected function getSecurity_Csrf_TokenStorageService()
  33912.     {
  33913.         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())));
  33914.     }
  33915.     /**
  33916.      * Gets the private 'security.encoder_factory.generic' shared service.
  33917.      *
  33918.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  33919.      *
  33920.      * @deprecated Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.
  33921.      */
  33922.     protected function getSecurity_EncoderFactory_GenericService()
  33923.     {
  33924.         trigger_deprecation('symfony/security-bundle''5.3''The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.');
  33925.         return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory(['FOS\\UserBundle\\Model\\UserInterface' => ['algorithm' => 'sha512''migrate_from' => [], 'hash_algorithm' => 'sha512''key_length' => 40'ignore_case' => false'encode_as_base64' => true'iterations' => 5000'cost' => NULL'memory_cost' => NULL'time_cost' => NULL]]);
  33926.     }
  33927.     /**
  33928.      * Gets the private 'security.event_dispatcher.api' shared service.
  33929.      *
  33930.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  33931.      */
  33932.     protected function getSecurity_EventDispatcher_ApiService()
  33933.     {
  33934.         $this->privates['security.event_dispatcher.api'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  33935.         $instance->addListener('security.interactive_login', [=> function () {
  33936.             return ($this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\UserLoginListener'] ?? $this->getUserLoginListenerService());
  33937.         }, => 'updateLegacyPasswordsListener'], 0);
  33938.         $instance->addListener('security.interactive_login', [=> function () {
  33939.             return ($this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\UserLoginListener'] ?? $this->getUserLoginListenerService());
  33940.         }, => 'setAuthTokenInCookies'], 0);
  33941.         $instance->addListener('security.interactive_login', [=> function () {
  33942.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->getFosUser_Security_InteractiveLoginListenerService());
  33943.         }, => 'onSecurityInteractiveLogin'], 0);
  33944.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  33945.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  33946.         }, => 'onLogout'], 0);
  33947.         return $instance;
  33948.     }
  33949.     /**
  33950.      * Gets the private 'security.event_dispatcher.api_v3' shared service.
  33951.      *
  33952.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  33953.      */
  33954.     protected function getSecurity_EventDispatcher_ApiV3Service()
  33955.     {
  33956.         $this->privates['security.event_dispatcher.api_v3'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  33957.         $instance->addListener('security.interactive_login', [=> function () {
  33958.             return ($this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\UserLoginListener'] ?? $this->getUserLoginListenerService());
  33959.         }, => 'updateLegacyPasswordsListener'], 0);
  33960.         $instance->addListener('security.interactive_login', [=> function () {
  33961.             return ($this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\UserLoginListener'] ?? $this->getUserLoginListenerService());
  33962.         }, => 'setAuthTokenInCookies'], 0);
  33963.         $instance->addListener('security.interactive_login', [=> function () {
  33964.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->getFosUser_Security_InteractiveLoginListenerService());
  33965.         }, => 'onSecurityInteractiveLogin'], 0);
  33966.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  33967.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  33968.         }, => 'onLogout'], 0);
  33969.         return $instance;
  33970.     }
  33971.     /**
  33972.      * Gets the private 'security.event_dispatcher.api_v3_anonymous_lead' shared service.
  33973.      *
  33974.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  33975.      */
  33976.     protected function getSecurity_EventDispatcher_ApiV3AnonymousLeadService()
  33977.     {
  33978.         $this->privates['security.event_dispatcher.api_v3_anonymous_lead'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  33979.         $instance->addListener('security.interactive_login', [=> function () {
  33980.             return ($this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\UserLoginListener'] ?? $this->getUserLoginListenerService());
  33981.         }, => 'updateLegacyPasswordsListener'], 0);
  33982.         $instance->addListener('security.interactive_login', [=> function () {
  33983.             return ($this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\UserLoginListener'] ?? $this->getUserLoginListenerService());
  33984.         }, => 'setAuthTokenInCookies'], 0);
  33985.         $instance->addListener('security.interactive_login', [=> function () {
  33986.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->getFosUser_Security_InteractiveLoginListenerService());
  33987.         }, => 'onSecurityInteractiveLogin'], 0);
  33988.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  33989.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  33990.         }, => 'onLogout'], 0);
  33991.         return $instance;
  33992.     }
  33993.     /**
  33994.      * Gets the private 'security.event_dispatcher.api_v4' shared service.
  33995.      *
  33996.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  33997.      */
  33998.     protected function getSecurity_EventDispatcher_ApiV4Service()
  33999.     {
  34000.         $this->privates['security.event_dispatcher.api_v4'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  34001.         $instance->addListener('security.interactive_login', [=> function () {
  34002.             return ($this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\UserLoginListener'] ?? $this->getUserLoginListenerService());
  34003.         }, => 'updateLegacyPasswordsListener'], 0);
  34004.         $instance->addListener('security.interactive_login', [=> function () {
  34005.             return ($this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\UserLoginListener'] ?? $this->getUserLoginListenerService());
  34006.         }, => 'setAuthTokenInCookies'], 0);
  34007.         $instance->addListener('security.interactive_login', [=> function () {
  34008.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->getFosUser_Security_InteractiveLoginListenerService());
  34009.         }, => 'onSecurityInteractiveLogin'], 0);
  34010.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  34011.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  34012.         }, => 'onLogout'], 0);
  34013.         return $instance;
  34014.     }
  34015.     /**
  34016.      * Gets the private 'security.event_dispatcher.api_v4_list_top_customers' shared service.
  34017.      *
  34018.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  34019.      */
  34020.     protected function getSecurity_EventDispatcher_ApiV4ListTopCustomersService()
  34021.     {
  34022.         $this->privates['security.event_dispatcher.api_v4_list_top_customers'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  34023.         $instance->addListener('security.interactive_login', [=> function () {
  34024.             return ($this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\UserLoginListener'] ?? $this->getUserLoginListenerService());
  34025.         }, => 'updateLegacyPasswordsListener'], 0);
  34026.         $instance->addListener('security.interactive_login', [=> function () {
  34027.             return ($this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\UserLoginListener'] ?? $this->getUserLoginListenerService());
  34028.         }, => 'setAuthTokenInCookies'], 0);
  34029.         $instance->addListener('security.interactive_login', [=> function () {
  34030.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->getFosUser_Security_InteractiveLoginListenerService());
  34031.         }, => 'onSecurityInteractiveLogin'], 0);
  34032.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  34033.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  34034.         }, => 'onLogout'], 0);
  34035.         return $instance;
  34036.     }
  34037.     /**
  34038.      * Gets the private 'security.event_dispatcher.aqarmap_api_user_personal_data' shared service.
  34039.      *
  34040.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  34041.      */
  34042.     protected function getSecurity_EventDispatcher_AqarmapApiUserPersonalDataService()
  34043.     {
  34044.         $this->privates['security.event_dispatcher.aqarmap_api_user_personal_data'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  34045.         $instance->addListener('security.interactive_login', [=> function () {
  34046.             return ($this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\UserLoginListener'] ?? $this->getUserLoginListenerService());
  34047.         }, => 'updateLegacyPasswordsListener'], 0);
  34048.         $instance->addListener('security.interactive_login', [=> function () {
  34049.             return ($this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\UserLoginListener'] ?? $this->getUserLoginListenerService());
  34050.         }, => 'setAuthTokenInCookies'], 0);
  34051.         $instance->addListener('security.interactive_login', [=> function () {
  34052.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->getFosUser_Security_InteractiveLoginListenerService());
  34053.         }, => 'onSecurityInteractiveLogin'], 0);
  34054.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  34055.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  34056.         }, => 'onLogout'], 0);
  34057.         return $instance;
  34058.     }
  34059.     /**
  34060.      * Gets the private 'security.event_dispatcher.main' shared service.
  34061.      *
  34062.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  34063.      */
  34064.     protected function getSecurity_EventDispatcher_MainService()
  34065.     {
  34066.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  34067.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  34068.             return ($this->privates['security.logout.listener.default.main'] ?? $this->getSecurity_Logout_Listener_Default_MainService());
  34069.         }, => 'onLogout'], 64);
  34070.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  34071.             return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  34072.         }, => 'onLogout'], 0);
  34073.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  34074.             return ($this->privates['security.logout.listener.legacy_handler.0'] ?? $this->getSecurity_Logout_Listener_LegacyHandler_0Service());
  34075.         }, => 'onLogout'], 0);
  34076.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  34077.             return ($this->privates['security.logout.listener.remember_me.main'] ?? $this->getSecurity_Logout_Listener_RememberMe_MainService());
  34078.         }, => 'onLogout'], 0);
  34079.         $instance->addListener('security.interactive_login', [=> function () {
  34080.             return ($this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\UserLoginListener'] ?? $this->getUserLoginListenerService());
  34081.         }, => 'updateLegacyPasswordsListener'], 0);
  34082.         $instance->addListener('security.interactive_login', [=> function () {
  34083.             return ($this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\UserLoginListener'] ?? $this->getUserLoginListenerService());
  34084.         }, => 'setAuthTokenInCookies'], 0);
  34085.         $instance->addListener('security.interactive_login', [=> function () {
  34086.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->getFosUser_Security_InteractiveLoginListenerService());
  34087.         }, => 'onSecurityInteractiveLogin'], 0);
  34088.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  34089.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  34090.         }, => 'onLogout'], 0);
  34091.         return $instance;
  34092.     }
  34093.     /**
  34094.      * Gets the private 'security.firewall.map' shared service.
  34095.      *
  34096.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  34097.      */
  34098.     protected function getSecurity_Firewall_MapService()
  34099.     {
  34100.         $a = ($this->privates['.service_locator.EssOJru'] ?? $this->get_ServiceLocator_EssOJruService());
  34101.         if (isset($this->privates['security.firewall.map'])) {
  34102.             return $this->privates['security.firewall.map'];
  34103.         }
  34104.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  34105.             yield 'security.firewall.map.context.api_v3_anonymous_feature-expiry-date' => ($this->privates['.security.request_matcher.VDlt9Ze'] ?? ($this->privates['.security.request_matcher.VDlt9Ze'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/v3/listings/[0-9]+/feature-expiry-date'NULL, [=> 'GET'])));
  34106.             yield 'security.firewall.map.context.api_v3_anonymous_contact_seller' => ($this->privates['.security.request_matcher.B4D54Aa'] ?? ($this->privates['.security.request_matcher.B4D54Aa'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/v3/listing/[0-9]+/contact_seller'NULL, [=> 'POST'])));
  34107.             yield 'security.firewall.map.context.api_v3_anonymous_rejection_reasons' => ($this->privates['.security.request_matcher.gptUsUE'] ?? ($this->privates['.security.request_matcher.gptUsUE'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/v3/listings/[0-9]+/rejection-reasons'NULL, [=> 'GET'])));
  34108.             yield 'security.firewall.map.context.api_v3_anonymous_impressions' => ($this->privates['.security.request_matcher.xCdwW5T'] ?? ($this->privates['.security.request_matcher.xCdwW5T'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/v3/impression'NULL, [=> 'POST'])));
  34109.             yield 'security.firewall.map.context.api_v3_anonymous_lead' => ($this->privates['.security.request_matcher.t3zlWEW'] ?? ($this->privates['.security.request_matcher.t3zlWEW'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/v3/leads/add'NULL, [=> 'POST'])));
  34110.             yield 'security.firewall.map.context.api_v4_list_top_customers' => ($this->privates['.security.request_matcher.sM70CHl'] ?? ($this->privates['.security.request_matcher.sM70CHl'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/v4/top-sellers/list'NULL, [=> 'GET'])));
  34111.             yield 'security.firewall.map.context.aqarmap_api_user_personal_data' => ($this->privates['.security.request_matcher.AqSMvc3'] ?? ($this->privates['.security.request_matcher.AqSMvc3'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/v4/user/personal_data'NULL, [=> 'GET'])));
  34112.             yield 'security.firewall.map.context.api_v3_anonymous_lead_without_user' => ($this->privates['.security.request_matcher.Kit1ljj'] ?? ($this->privates['.security.request_matcher.Kit1ljj'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/v3/lead-without-user/add'NULL, [=> 'POST'])));
  34113.             yield 'security.firewall.map.context.api_v3_anonymous_location_search' => ($this->privates['.security.request_matcher.WtHwbBk'] ?? ($this->privates['.security.request_matcher.WtHwbBk'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/v3/location/search/'NULL, [=> 'GET'])));
  34114.             yield 'security.firewall.map.context.api_v3_anonymous_location_search_without_slash' => ($this->privates['.security.request_matcher.6jxpfvP'] ?? ($this->privates['.security.request_matcher.6jxpfvP'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/v3/location/search'NULL, [=> 'GET'])));
  34115.             yield 'security.firewall.map.context.api_v3_anonymous_nearby_locations' => ($this->privates['.security.request_matcher._OlOFTH'] ?? ($this->privates['.security.request_matcher._OlOFTH'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/v3/location/nearby_locations'NULL, [=> 'GET'])));
  34116.             yield 'security.firewall.map.context.api_v3_anonymous_rate_options' => ($this->privates['.security.request_matcher.wPm0pOm'] ?? ($this->privates['.security.request_matcher.wPm0pOm'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/v3/listing/rate/options'NULL, [=> 'GET'])));
  34117.             yield 'security.firewall.map.context.api_v3_anonymous_listing_rate' => ($this->privates['.security.request_matcher.4kudNl.'] ?? ($this->privates['.security.request_matcher.4kudNl.'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/v3/listing/rate'NULL, [=> 'POST'])));
  34118.             yield 'security.firewall.map.context.api_v3_anonymous_login' => ($this->privates['.security.request_matcher.TVsoQXs'] ?? ($this->privates['.security.request_matcher.TVsoQXs'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/v3/user/login'NULL, [=> 'POST'])));
  34119.             yield 'security.firewall.map.context.api_create_feedback_v3' => ($this->privates['.security.request_matcher.ojEpdiT'] ?? ($this->privates['.security.request_matcher.ojEpdiT'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/v3/feedback'NULL, [=> 'POST'])));
  34120.             yield 'security.firewall.map.context.api_v3_group_create_or_open' => ($this->privates['.security.request_matcher.DokQRgy'] ?? ($this->privates['.security.request_matcher.DokQRgy'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/v3/conversation/listing/[0-9]+/group/create'NULL, [=> 'POST'])));
  34121.             yield 'security.firewall.map.context.api_get_users_logo_v3' => ($this->privates['.security.request_matcher.95GOZJ_'] ?? ($this->privates['.security.request_matcher.95GOZJ_'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/v3/users/logo'NULL, [=> 'GET'])));
  34122.             yield 'security.firewall.map.context.api_v4_anonymous_location_search' => ($this->privates['.security.request_matcher.ROk2.Om'] ?? ($this->privates['.security.request_matcher.ROk2.Om'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/v4/location/search'NULL, [=> 'GET'])));
  34123.             yield 'security.firewall.map.context.api_v4_resale_listings' => ($this->privates['.security.request_matcher.AF_SwQk'] ?? ($this->privates['.security.request_matcher.AF_SwQk'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/v4/resale/listings'NULL, [=> 'GET'])));
  34124.             yield 'security.firewall.map.context.api_v4_anonymous_filters' => ($this->privates['.security.request_matcher.0kQm8zs'] ?? ($this->privates['.security.request_matcher.0kQm8zs'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/v4/filters'NULL, [=> 'GET'])));
  34125.             yield 'security.firewall.map.context.api_v4_anonymous_find_listing' => ($this->privates['.security.request_matcher.8MLOj1T'] ?? ($this->privates['.security.request_matcher.8MLOj1T'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/v4/listing$'NULL, [=> 'GET'])));
  34126.             yield 'security.firewall.map.context.api_v4_anonymous_location_children' => ($this->privates['.security.request_matcher.PLPyZvU'] ?? ($this->privates['.security.request_matcher.PLPyZvU'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/v4/location/[0-9]+/children'NULL, [=> 'GET'])));
  34127.             yield 'security.firewall.map.context.api_v4_anonymous_register' => ($this->privates['.security.request_matcher.RxnUq0A'] ?? ($this->privates['.security.request_matcher.RxnUq0A'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/v4/user/registration'NULL, [=> 'POST'])));
  34128.             yield 'security.firewall.map.context.api_v4_anonymous_registeration_otp' => ($this->privates['.security.request_matcher.ZUyx.Lo'] ?? ($this->privates['.security.request_matcher.ZUyx.Lo'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/v4/user/register'NULL, [=> 'POST'])));
  34129.             yield 'security.firewall.map.context.api_v4_anonymous_login_otp' => ($this->privates['.security.request_matcher.gvmZNOl'] ?? ($this->privates['.security.request_matcher.gvmZNOl'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/v4/user/login'NULL, [=> 'POST'])));
  34130.             yield 'security.firewall.map.context.api_v4_anonymous_edit_phone' => ($this->privates['.security.request_matcher.ZRFAVDN'] ?? ($this->privates['.security.request_matcher.ZRFAVDN'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/v4/user/phone/edit'NULL, [=> 'POST'])));
  34131.             yield 'security.firewall.map.context.api_v4_location_statistics_tree' => ($this->privates['.security.request_matcher.Se0JzYo'] ?? ($this->privates['.security.request_matcher.Se0JzYo'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/v4/location_statistics_tree$'NULL, [=> 'GET'])));
  34132.             yield 'security.firewall.map.context.aqarmap_api_get_location_parents_v4' => ($this->privates['.security.request_matcher.4xog6sp'] ?? ($this->privates['.security.request_matcher.4xog6sp'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/v4/location-parents$'NULL, [=> 'GET'])));
  34133.             yield 'security.firewall.map.context.aqarmap_api_get_location_translation' => ($this->privates['.security.request_matcher.kurcH5k'] ?? ($this->privates['.security.request_matcher.kurcH5k'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/v4/location/[0-9]+/translation$'NULL, [=> 'GET'])));
  34134.             yield 'security.firewall.map.context.api_v4_user_locations_level' => ($this->privates['.security.request_matcher.5UgRT0N'] ?? ($this->privates['.security.request_matcher.5UgRT0N'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/v4/user/location/level$'NULL, [=> 'GET'])));
  34135.             yield 'security.firewall.map.context.api_v4_list_top_sellers' => ($this->privates['.security.request_matcher.Eg3X8Kl'] ?? ($this->privates['.security.request_matcher.Eg3X8Kl'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/v4/top-seller/data'NULL, [=> 'GET'])));
  34136.             yield 'security.firewall.map.context.api_check_token_expiry_v4' => ($this->privates['.security.request_matcher.yizSrUk'] ?? ($this->privates['.security.request_matcher.yizSrUk'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/v4/user/token-expiry$'NULL, [=> 'GET'])));
  34137.             yield 'security.firewall.map.context.anonymous_otp' => ($this->privates['.security.request_matcher.qTBmlCd'] ?? ($this->privates['.security.request_matcher.qTBmlCd'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/v4/otp'NULL, [=> 'POST'])));
  34138.             yield 'security.firewall.map.context.contact_seller_v2' => ($this->privates['.security.request_matcher.PBPT92x'] ?? ($this->privates['.security.request_matcher.PBPT92x'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/v2/listing/[0-9]+/contact_seller/quick'NULL, [=> 'POST'])));
  34139.             yield 'security.firewall.map.context.aqarmap_api_v2_discussion_data' => ($this->privates['.security.request_matcher.0P57IPF'] ?? ($this->privates['.security.request_matcher.0P57IPF'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/v2/discussions-data'NULL, [=> 'GET'])));
  34140.             yield 'security.firewall.map.context.api_v2_list_top_customers' => ($this->privates['.security.request_matcher..heWvcB'] ?? ($this->privates['.security.request_matcher..heWvcB'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/v2/top-customers/list'NULL, [=> 'GET'])));
  34141.             yield 'security.firewall.map.context.api_v2_oauth_token' => ($this->privates['.security.request_matcher._to1Ter'] ?? ($this->privates['.security.request_matcher._to1Ter'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/v2/oauth/token'NULL, [=> 'GET'=> 'POST'])));
  34142.             yield 'security.firewall.map.context.api_v4_oauth_token' => ($this->privates['.security.request_matcher.STe_NRk'] ?? ($this->privates['.security.request_matcher.STe_NRk'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/v4/oauth/token'NULL, [=> 'GET'=> 'POST'])));
  34143.             yield 'security.firewall.map.context.aqarmap_api_get_coordinates' => ($this->privates['.security.request_matcher.qN2.QMj'] ?? ($this->privates['.security.request_matcher.qN2.QMj'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/v4/get-coordinates'NULL, [=> 'GET'])));
  34144.             yield 'security.firewall.map.context.aqarmap_api_check_top_seller' => ($this->privates['.security.request_matcher.gAtLe48'] ?? ($this->privates['.security.request_matcher.gAtLe48'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/v4/check-top-seller'NULL, [=> 'GET'])));
  34145.             yield 'security.firewall.map.context.v4_api_create_call_request' => ($this->privates['.security.request_matcher.sh0JbP8'] ?? ($this->privates['.security.request_matcher.sh0JbP8'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/v4/call-request/create'NULL, [=> 'POST'])));
  34146.             yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher.ih7mNbv'] ?? ($this->privates['.security.request_matcher.ih7mNbv'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/v2')));
  34147.             yield 'security.firewall.map.context.api_v3' => ($this->privates['.security.request_matcher.1KcZprY'] ?? ($this->privates['.security.request_matcher.1KcZprY'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/v3')));
  34148.             yield 'security.firewall.map.context.api_v4' => ($this->privates['.security.request_matcher.QHdhTTy'] ?? ($this->privates['.security.request_matcher.QHdhTTy'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/v4')));
  34149.             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)/')));
  34150.             yield 'security.firewall.map.context.main' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  34151.         }, 46));
  34152.     }
  34153.     /**
  34154.      * Gets the private 'security.firewall.map.context.anonymous_otp' shared service.
  34155.      *
  34156.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  34157.      */
  34158.     protected function getSecurity_Firewall_Map_Context_AnonymousOtpService()
  34159.     {
  34160.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  34161.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  34162.         return $this->privates['security.firewall.map.context.anonymous_otp'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  34163.             return new \EmptyIterator();
  34164.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('anonymous_otp''security.user_checker''.security.request_matcher.qTBmlCd'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  34165.     }
  34166.     /**
  34167.      * Gets the private 'security.firewall.map.context.api' shared service.
  34168.      *
  34169.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  34170.      */
  34171.     protected function getSecurity_Firewall_Map_Context_ApiService()
  34172.     {
  34173.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  34174.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  34175.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  34176.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  34177.         return $this->privates['security.firewall.map.context.api'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  34178.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  34179.             yield => ($this->privates['security.authentication.listener.use_oauth.api'] ?? $this->getSecurity_Authentication_Listener_UseOauth_ApiService());
  34180.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  34181.         }, 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()), 'api'NULLNULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api''security.user_checker''.security.request_matcher.ih7mNbv'truetrue'security.user.provider.concrete.auth_identifier'NULLNULLNULLNULL, [=> 'use_oauth'], NULL));
  34182.     }
  34183.     /**
  34184.      * Gets the private 'security.firewall.map.context.api_check_token_expiry_v4' shared service.
  34185.      *
  34186.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  34187.      */
  34188.     protected function getSecurity_Firewall_Map_Context_ApiCheckTokenExpiryV4Service()
  34189.     {
  34190.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  34191.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  34192.         return $this->privates['security.firewall.map.context.api_check_token_expiry_v4'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  34193.             return new \EmptyIterator();
  34194.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api_check_token_expiry_v4''security.user_checker''.security.request_matcher.yizSrUk'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  34195.     }
  34196.     /**
  34197.      * Gets the private 'security.firewall.map.context.api_create_feedback_v3' shared service.
  34198.      *
  34199.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  34200.      */
  34201.     protected function getSecurity_Firewall_Map_Context_ApiCreateFeedbackV3Service()
  34202.     {
  34203.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  34204.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  34205.         return $this->privates['security.firewall.map.context.api_create_feedback_v3'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  34206.             return new \EmptyIterator();
  34207.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api_create_feedback_v3''security.user_checker''.security.request_matcher.ojEpdiT'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  34208.     }
  34209.     /**
  34210.      * Gets the private 'security.firewall.map.context.api_get_users_logo_v3' shared service.
  34211.      *
  34212.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  34213.      */
  34214.     protected function getSecurity_Firewall_Map_Context_ApiGetUsersLogoV3Service()
  34215.     {
  34216.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  34217.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  34218.         return $this->privates['security.firewall.map.context.api_get_users_logo_v3'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  34219.             return new \EmptyIterator();
  34220.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api_get_users_logo_v3''security.user_checker''.security.request_matcher.95GOZJ_'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  34221.     }
  34222.     /**
  34223.      * Gets the private 'security.firewall.map.context.api_v2_list_top_customers' shared service.
  34224.      *
  34225.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  34226.      */
  34227.     protected function getSecurity_Firewall_Map_Context_ApiV2ListTopCustomersService()
  34228.     {
  34229.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  34230.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  34231.         return $this->privates['security.firewall.map.context.api_v2_list_top_customers'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  34232.             return new \EmptyIterator();
  34233.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api_v2_list_top_customers''security.user_checker''.security.request_matcher..heWvcB'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  34234.     }
  34235.     /**
  34236.      * Gets the private 'security.firewall.map.context.api_v2_oauth_token' shared service.
  34237.      *
  34238.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  34239.      */
  34240.     protected function getSecurity_Firewall_Map_Context_ApiV2OauthTokenService()
  34241.     {
  34242.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  34243.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  34244.         return $this->privates['security.firewall.map.context.api_v2_oauth_token'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  34245.             return new \EmptyIterator();
  34246.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api_v2_oauth_token''security.user_checker''.security.request_matcher._to1Ter'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  34247.     }
  34248.     /**
  34249.      * Gets the private 'security.firewall.map.context.api_v3' shared service.
  34250.      *
  34251.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  34252.      */
  34253.     protected function getSecurity_Firewall_Map_Context_ApiV3Service()
  34254.     {
  34255.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  34256.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  34257.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  34258.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  34259.         return $this->privates['security.firewall.map.context.api_v3'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  34260.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  34261.             yield => ($this->privates['security.authentication.listener.use_oauth.api_v3'] ?? $this->getSecurity_Authentication_Listener_UseOauth_ApiV3Service());
  34262.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  34263.         }, 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()), 'api_v3'NULLNULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api_v3''security.user_checker''.security.request_matcher.1KcZprY'truetrue'security.user.provider.concrete.auth_identifier'NULLNULLNULLNULL, [=> 'use_oauth'], NULL));
  34264.     }
  34265.     /**
  34266.      * Gets the private 'security.firewall.map.context.api_v3_anonymous_contact_seller' shared service.
  34267.      *
  34268.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  34269.      */
  34270.     protected function getSecurity_Firewall_Map_Context_ApiV3AnonymousContactSellerService()
  34271.     {
  34272.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  34273.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  34274.         return $this->privates['security.firewall.map.context.api_v3_anonymous_contact_seller'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  34275.             return new \EmptyIterator();
  34276.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api_v3_anonymous_contact_seller''security.user_checker''.security.request_matcher.B4D54Aa'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  34277.     }
  34278.     /**
  34279.      * Gets the private 'security.firewall.map.context.api_v3_anonymous_feature-expiry-date' shared service.
  34280.      *
  34281.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  34282.      */
  34283.     protected function getSecurity_Firewall_Map_Context_ApiV3AnonymousFeatureexpirydateService()
  34284.     {
  34285.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  34286.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  34287.         return $this->privates['security.firewall.map.context.api_v3_anonymous_feature-expiry-date'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  34288.             return new \EmptyIterator();
  34289.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api_v3_anonymous_feature-expiry-date''security.user_checker''.security.request_matcher.VDlt9Ze'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  34290.     }
  34291.     /**
  34292.      * Gets the private 'security.firewall.map.context.api_v3_anonymous_impressions' shared service.
  34293.      *
  34294.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  34295.      */
  34296.     protected function getSecurity_Firewall_Map_Context_ApiV3AnonymousImpressionsService()
  34297.     {
  34298.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  34299.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  34300.         return $this->privates['security.firewall.map.context.api_v3_anonymous_impressions'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  34301.             return new \EmptyIterator();
  34302.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api_v3_anonymous_impressions''security.user_checker''.security.request_matcher.xCdwW5T'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  34303.     }
  34304.     /**
  34305.      * Gets the private 'security.firewall.map.context.api_v3_anonymous_lead' shared service.
  34306.      *
  34307.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  34308.      */
  34309.     protected function getSecurity_Firewall_Map_Context_ApiV3AnonymousLeadService()
  34310.     {
  34311.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  34312.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  34313.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  34314.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  34315.         return $this->privates['security.firewall.map.context.api_v3_anonymous_lead'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  34316.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  34317.             yield => ($this->privates['security.authentication.listener.anonymous.api_v3_anonymous_lead'] ?? $this->getSecurity_Authentication_Listener_Anonymous_ApiV3AnonymousLeadService());
  34318.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  34319.         }, 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()), 'api_v3_anonymous_lead'NULLNULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api_v3_anonymous_lead''security.user_checker''.security.request_matcher.t3zlWEW'truetrueNULLNULLNULLNULLNULL, [=> 'anonymous'], NULL));
  34320.     }
  34321.     /**
  34322.      * Gets the private 'security.firewall.map.context.api_v3_anonymous_lead_without_user' shared service.
  34323.      *
  34324.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  34325.      */
  34326.     protected function getSecurity_Firewall_Map_Context_ApiV3AnonymousLeadWithoutUserService()
  34327.     {
  34328.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  34329.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  34330.         return $this->privates['security.firewall.map.context.api_v3_anonymous_lead_without_user'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  34331.             return new \EmptyIterator();
  34332.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api_v3_anonymous_lead_without_user''security.user_checker''.security.request_matcher.Kit1ljj'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  34333.     }
  34334.     /**
  34335.      * Gets the private 'security.firewall.map.context.api_v3_anonymous_listing_rate' shared service.
  34336.      *
  34337.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  34338.      */
  34339.     protected function getSecurity_Firewall_Map_Context_ApiV3AnonymousListingRateService()
  34340.     {
  34341.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  34342.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  34343.         return $this->privates['security.firewall.map.context.api_v3_anonymous_listing_rate'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  34344.             return new \EmptyIterator();
  34345.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api_v3_anonymous_listing_rate''security.user_checker''.security.request_matcher.4kudNl.'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  34346.     }
  34347.     /**
  34348.      * Gets the private 'security.firewall.map.context.api_v3_anonymous_location_search' shared service.
  34349.      *
  34350.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  34351.      */
  34352.     protected function getSecurity_Firewall_Map_Context_ApiV3AnonymousLocationSearchService()
  34353.     {
  34354.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  34355.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  34356.         return $this->privates['security.firewall.map.context.api_v3_anonymous_location_search'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  34357.             return new \EmptyIterator();
  34358.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api_v3_anonymous_location_search''security.user_checker''.security.request_matcher.WtHwbBk'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  34359.     }
  34360.     /**
  34361.      * Gets the private 'security.firewall.map.context.api_v3_anonymous_location_search_without_slash' shared service.
  34362.      *
  34363.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  34364.      */
  34365.     protected function getSecurity_Firewall_Map_Context_ApiV3AnonymousLocationSearchWithoutSlashService()
  34366.     {
  34367.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  34368.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  34369.         return $this->privates['security.firewall.map.context.api_v3_anonymous_location_search_without_slash'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  34370.             return new \EmptyIterator();
  34371.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api_v3_anonymous_location_search_without_slash''security.user_checker''.security.request_matcher.6jxpfvP'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  34372.     }
  34373.     /**
  34374.      * Gets the private 'security.firewall.map.context.api_v3_anonymous_login' shared service.
  34375.      *
  34376.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  34377.      */
  34378.     protected function getSecurity_Firewall_Map_Context_ApiV3AnonymousLoginService()
  34379.     {
  34380.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  34381.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  34382.         return $this->privates['security.firewall.map.context.api_v3_anonymous_login'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  34383.             return new \EmptyIterator();
  34384.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api_v3_anonymous_login''security.user_checker''.security.request_matcher.TVsoQXs'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  34385.     }
  34386.     /**
  34387.      * Gets the private 'security.firewall.map.context.api_v3_anonymous_nearby_locations' shared service.
  34388.      *
  34389.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  34390.      */
  34391.     protected function getSecurity_Firewall_Map_Context_ApiV3AnonymousNearbyLocationsService()
  34392.     {
  34393.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  34394.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  34395.         return $this->privates['security.firewall.map.context.api_v3_anonymous_nearby_locations'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  34396.             return new \EmptyIterator();
  34397.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api_v3_anonymous_nearby_locations''security.user_checker''.security.request_matcher._OlOFTH'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  34398.     }
  34399.     /**
  34400.      * Gets the private 'security.firewall.map.context.api_v3_anonymous_rate_options' shared service.
  34401.      *
  34402.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  34403.      */
  34404.     protected function getSecurity_Firewall_Map_Context_ApiV3AnonymousRateOptionsService()
  34405.     {
  34406.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  34407.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  34408.         return $this->privates['security.firewall.map.context.api_v3_anonymous_rate_options'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  34409.             return new \EmptyIterator();
  34410.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api_v3_anonymous_rate_options''security.user_checker''.security.request_matcher.wPm0pOm'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  34411.     }
  34412.     /**
  34413.      * Gets the private 'security.firewall.map.context.api_v3_anonymous_rejection_reasons' shared service.
  34414.      *
  34415.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  34416.      */
  34417.     protected function getSecurity_Firewall_Map_Context_ApiV3AnonymousRejectionReasonsService()
  34418.     {
  34419.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  34420.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  34421.         return $this->privates['security.firewall.map.context.api_v3_anonymous_rejection_reasons'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  34422.             return new \EmptyIterator();
  34423.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api_v3_anonymous_rejection_reasons''security.user_checker''.security.request_matcher.gptUsUE'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  34424.     }
  34425.     /**
  34426.      * Gets the private 'security.firewall.map.context.api_v3_group_create_or_open' shared service.
  34427.      *
  34428.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  34429.      */
  34430.     protected function getSecurity_Firewall_Map_Context_ApiV3GroupCreateOrOpenService()
  34431.     {
  34432.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  34433.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  34434.         return $this->privates['security.firewall.map.context.api_v3_group_create_or_open'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  34435.             return new \EmptyIterator();
  34436.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api_v3_group_create_or_open''security.user_checker''.security.request_matcher.DokQRgy'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  34437.     }
  34438.     /**
  34439.      * Gets the private 'security.firewall.map.context.api_v4' shared service.
  34440.      *
  34441.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  34442.      */
  34443.     protected function getSecurity_Firewall_Map_Context_ApiV4Service()
  34444.     {
  34445.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  34446.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  34447.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  34448.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  34449.         return $this->privates['security.firewall.map.context.api_v4'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  34450.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  34451.             yield => ($this->privates['security.authentication.listener.use_oauth.api_v4'] ?? $this->getSecurity_Authentication_Listener_UseOauth_ApiV4Service());
  34452.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  34453.         }, 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()), 'api_v4'NULLNULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api_v4''security.user_checker''.security.request_matcher.QHdhTTy'truetrue'security.user.provider.concrete.auth_identifier'NULLNULLNULLNULL, [=> 'use_oauth'], NULL));
  34454.     }
  34455.     /**
  34456.      * Gets the private 'security.firewall.map.context.api_v4_anonymous_edit_phone' shared service.
  34457.      *
  34458.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  34459.      */
  34460.     protected function getSecurity_Firewall_Map_Context_ApiV4AnonymousEditPhoneService()
  34461.     {
  34462.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  34463.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  34464.         return $this->privates['security.firewall.map.context.api_v4_anonymous_edit_phone'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  34465.             return new \EmptyIterator();
  34466.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api_v4_anonymous_edit_phone''security.user_checker''.security.request_matcher.ZRFAVDN'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  34467.     }
  34468.     /**
  34469.      * Gets the private 'security.firewall.map.context.api_v4_anonymous_filters' shared service.
  34470.      *
  34471.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  34472.      */
  34473.     protected function getSecurity_Firewall_Map_Context_ApiV4AnonymousFiltersService()
  34474.     {
  34475.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  34476.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  34477.         return $this->privates['security.firewall.map.context.api_v4_anonymous_filters'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  34478.             return new \EmptyIterator();
  34479.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api_v4_anonymous_filters''security.user_checker''.security.request_matcher.0kQm8zs'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  34480.     }
  34481.     /**
  34482.      * Gets the private 'security.firewall.map.context.api_v4_anonymous_find_listing' shared service.
  34483.      *
  34484.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  34485.      */
  34486.     protected function getSecurity_Firewall_Map_Context_ApiV4AnonymousFindListingService()
  34487.     {
  34488.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  34489.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  34490.         return $this->privates['security.firewall.map.context.api_v4_anonymous_find_listing'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  34491.             return new \EmptyIterator();
  34492.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api_v4_anonymous_find_listing''security.user_checker''.security.request_matcher.8MLOj1T'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  34493.     }
  34494.     /**
  34495.      * Gets the private 'security.firewall.map.context.api_v4_anonymous_location_children' shared service.
  34496.      *
  34497.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  34498.      */
  34499.     protected function getSecurity_Firewall_Map_Context_ApiV4AnonymousLocationChildrenService()
  34500.     {
  34501.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  34502.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  34503.         return $this->privates['security.firewall.map.context.api_v4_anonymous_location_children'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  34504.             return new \EmptyIterator();
  34505.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api_v4_anonymous_location_children''security.user_checker''.security.request_matcher.PLPyZvU'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  34506.     }
  34507.     /**
  34508.      * Gets the private 'security.firewall.map.context.api_v4_anonymous_location_search' shared service.
  34509.      *
  34510.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  34511.      */
  34512.     protected function getSecurity_Firewall_Map_Context_ApiV4AnonymousLocationSearchService()
  34513.     {
  34514.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  34515.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  34516.         return $this->privates['security.firewall.map.context.api_v4_anonymous_location_search'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  34517.             return new \EmptyIterator();
  34518.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api_v4_anonymous_location_search''security.user_checker''.security.request_matcher.ROk2.Om'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  34519.     }
  34520.     /**
  34521.      * Gets the private 'security.firewall.map.context.api_v4_anonymous_login_otp' shared service.
  34522.      *
  34523.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  34524.      */
  34525.     protected function getSecurity_Firewall_Map_Context_ApiV4AnonymousLoginOtpService()
  34526.     {
  34527.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  34528.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  34529.         return $this->privates['security.firewall.map.context.api_v4_anonymous_login_otp'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  34530.             return new \EmptyIterator();
  34531.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api_v4_anonymous_login_otp''security.user_checker''.security.request_matcher.gvmZNOl'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  34532.     }
  34533.     /**
  34534.      * Gets the private 'security.firewall.map.context.api_v4_anonymous_register' shared service.
  34535.      *
  34536.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  34537.      */
  34538.     protected function getSecurity_Firewall_Map_Context_ApiV4AnonymousRegisterService()
  34539.     {
  34540.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  34541.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  34542.         return $this->privates['security.firewall.map.context.api_v4_anonymous_register'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  34543.             return new \EmptyIterator();
  34544.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api_v4_anonymous_register''security.user_checker''.security.request_matcher.RxnUq0A'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  34545.     }
  34546.     /**
  34547.      * Gets the private 'security.firewall.map.context.api_v4_anonymous_registeration_otp' shared service.
  34548.      *
  34549.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  34550.      */
  34551.     protected function getSecurity_Firewall_Map_Context_ApiV4AnonymousRegisterationOtpService()
  34552.     {
  34553.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  34554.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  34555.         return $this->privates['security.firewall.map.context.api_v4_anonymous_registeration_otp'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  34556.             return new \EmptyIterator();
  34557.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api_v4_anonymous_registeration_otp''security.user_checker''.security.request_matcher.ZUyx.Lo'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  34558.     }
  34559.     /**
  34560.      * Gets the private 'security.firewall.map.context.api_v4_list_top_customers' shared service.
  34561.      *
  34562.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  34563.      */
  34564.     protected function getSecurity_Firewall_Map_Context_ApiV4ListTopCustomersService()
  34565.     {
  34566.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  34567.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  34568.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  34569.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  34570.         return $this->privates['security.firewall.map.context.api_v4_list_top_customers'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  34571.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  34572.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  34573.             yield => ($this->privates['security.authentication.listener.anonymous.api_v4_list_top_customers'] ?? $this->getSecurity_Authentication_Listener_Anonymous_ApiV4ListTopCustomersService());
  34574.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  34575.         }, 4), 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()), 'api_v4_list_top_customers'NULLNULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api_v4_list_top_customers''security.user_checker''.security.request_matcher.sM70CHl'truefalseNULL'api_v4_list_top_customers'NULLNULLNULL, [=> 'anonymous'], NULL));
  34576.     }
  34577.     /**
  34578.      * Gets the private 'security.firewall.map.context.api_v4_list_top_sellers' shared service.
  34579.      *
  34580.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  34581.      */
  34582.     protected function getSecurity_Firewall_Map_Context_ApiV4ListTopSellersService()
  34583.     {
  34584.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  34585.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  34586.         return $this->privates['security.firewall.map.context.api_v4_list_top_sellers'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  34587.             return new \EmptyIterator();
  34588.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api_v4_list_top_sellers''security.user_checker''.security.request_matcher.Eg3X8Kl'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  34589.     }
  34590.     /**
  34591.      * Gets the private 'security.firewall.map.context.api_v4_location_statistics_tree' shared service.
  34592.      *
  34593.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  34594.      */
  34595.     protected function getSecurity_Firewall_Map_Context_ApiV4LocationStatisticsTreeService()
  34596.     {
  34597.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  34598.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  34599.         return $this->privates['security.firewall.map.context.api_v4_location_statistics_tree'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  34600.             return new \EmptyIterator();
  34601.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api_v4_location_statistics_tree''security.user_checker''.security.request_matcher.Se0JzYo'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  34602.     }
  34603.     /**
  34604.      * Gets the private 'security.firewall.map.context.api_v4_oauth_token' shared service.
  34605.      *
  34606.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  34607.      */
  34608.     protected function getSecurity_Firewall_Map_Context_ApiV4OauthTokenService()
  34609.     {
  34610.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  34611.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  34612.         return $this->privates['security.firewall.map.context.api_v4_oauth_token'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  34613.             return new \EmptyIterator();
  34614.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api_v4_oauth_token''security.user_checker''.security.request_matcher.STe_NRk'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  34615.     }
  34616.     /**
  34617.      * Gets the private 'security.firewall.map.context.api_v4_resale_listings' shared service.
  34618.      *
  34619.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  34620.      */
  34621.     protected function getSecurity_Firewall_Map_Context_ApiV4ResaleListingsService()
  34622.     {
  34623.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  34624.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  34625.         return $this->privates['security.firewall.map.context.api_v4_resale_listings'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  34626.             return new \EmptyIterator();
  34627.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api_v4_resale_listings''security.user_checker''.security.request_matcher.AF_SwQk'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  34628.     }
  34629.     /**
  34630.      * Gets the private 'security.firewall.map.context.api_v4_user_locations_level' shared service.
  34631.      *
  34632.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  34633.      */
  34634.     protected function getSecurity_Firewall_Map_Context_ApiV4UserLocationsLevelService()
  34635.     {
  34636.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  34637.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  34638.         return $this->privates['security.firewall.map.context.api_v4_user_locations_level'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  34639.             return new \EmptyIterator();
  34640.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api_v4_user_locations_level''security.user_checker''.security.request_matcher.5UgRT0N'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  34641.     }
  34642.     /**
  34643.      * Gets the private 'security.firewall.map.context.aqarmap_api_check_top_seller' shared service.
  34644.      *
  34645.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  34646.      */
  34647.     protected function getSecurity_Firewall_Map_Context_AqarmapApiCheckTopSellerService()
  34648.     {
  34649.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  34650.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  34651.         return $this->privates['security.firewall.map.context.aqarmap_api_check_top_seller'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  34652.             return new \EmptyIterator();
  34653.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('aqarmap_api_check_top_seller''security.user_checker''.security.request_matcher.gAtLe48'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  34654.     }
  34655.     /**
  34656.      * Gets the private 'security.firewall.map.context.aqarmap_api_get_coordinates' shared service.
  34657.      *
  34658.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  34659.      */
  34660.     protected function getSecurity_Firewall_Map_Context_AqarmapApiGetCoordinatesService()
  34661.     {
  34662.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  34663.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  34664.         return $this->privates['security.firewall.map.context.aqarmap_api_get_coordinates'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  34665.             return new \EmptyIterator();
  34666.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('aqarmap_api_get_coordinates''security.user_checker''.security.request_matcher.qN2.QMj'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  34667.     }
  34668.     /**
  34669.      * Gets the private 'security.firewall.map.context.aqarmap_api_get_location_parents_v4' shared service.
  34670.      *
  34671.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  34672.      */
  34673.     protected function getSecurity_Firewall_Map_Context_AqarmapApiGetLocationParentsV4Service()
  34674.     {
  34675.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  34676.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  34677.         return $this->privates['security.firewall.map.context.aqarmap_api_get_location_parents_v4'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  34678.             return new \EmptyIterator();
  34679.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('aqarmap_api_get_location_parents_v4''security.user_checker''.security.request_matcher.4xog6sp'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  34680.     }
  34681.     /**
  34682.      * Gets the private 'security.firewall.map.context.aqarmap_api_get_location_translation' shared service.
  34683.      *
  34684.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  34685.      */
  34686.     protected function getSecurity_Firewall_Map_Context_AqarmapApiGetLocationTranslationService()
  34687.     {
  34688.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  34689.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  34690.         return $this->privates['security.firewall.map.context.aqarmap_api_get_location_translation'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  34691.             return new \EmptyIterator();
  34692.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('aqarmap_api_get_location_translation''security.user_checker''.security.request_matcher.kurcH5k'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  34693.     }
  34694.     /**
  34695.      * Gets the private 'security.firewall.map.context.aqarmap_api_user_personal_data' shared service.
  34696.      *
  34697.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  34698.      */
  34699.     protected function getSecurity_Firewall_Map_Context_AqarmapApiUserPersonalDataService()
  34700.     {
  34701.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  34702.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  34703.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  34704.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  34705.         return $this->privates['security.firewall.map.context.aqarmap_api_user_personal_data'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  34706.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  34707.             yield => ($this->privates['security.context_listener.1'] ?? $this->getSecurity_ContextListener_1Service());
  34708.             yield => ($this->privates['security.authentication.listener.anonymous.aqarmap_api_user_personal_data'] ?? $this->getSecurity_Authentication_Listener_Anonymous_AqarmapApiUserPersonalDataService());
  34709.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  34710.         }, 4), 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()), 'aqarmap_api_user_personal_data'NULLNULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('aqarmap_api_user_personal_data''security.user_checker''.security.request_matcher.AqSMvc3'truefalseNULL'aqarmap_api_user_personal_data'NULLNULLNULL, [=> 'anonymous'], NULL));
  34711.     }
  34712.     /**
  34713.      * Gets the private 'security.firewall.map.context.aqarmap_api_v2_discussion_data' shared service.
  34714.      *
  34715.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  34716.      */
  34717.     protected function getSecurity_Firewall_Map_Context_AqarmapApiV2DiscussionDataService()
  34718.     {
  34719.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  34720.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  34721.         return $this->privates['security.firewall.map.context.aqarmap_api_v2_discussion_data'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  34722.             return new \EmptyIterator();
  34723.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('aqarmap_api_v2_discussion_data''security.user_checker''.security.request_matcher.0P57IPF'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  34724.     }
  34725.     /**
  34726.      * Gets the private 'security.firewall.map.context.contact_seller_v2' shared service.
  34727.      *
  34728.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  34729.      */
  34730.     protected function getSecurity_Firewall_Map_Context_ContactSellerV2Service()
  34731.     {
  34732.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  34733.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  34734.         return $this->privates['security.firewall.map.context.contact_seller_v2'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  34735.             return new \EmptyIterator();
  34736.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('contact_seller_v2''security.user_checker''.security.request_matcher.PBPT92x'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  34737.     }
  34738.     /**
  34739.      * Gets the private 'security.firewall.map.context.dev' shared service.
  34740.      *
  34741.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  34742.      */
  34743.     protected function getSecurity_Firewall_Map_Context_DevService()
  34744.     {
  34745.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  34746.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  34747.         return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  34748.             return new \EmptyIterator();
  34749.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev''security.user_checker''.security.request_matcher.Iy.T22O'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  34750.     }
  34751.     /**
  34752.      * Gets the private 'security.firewall.map.context.main' shared service.
  34753.      *
  34754.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  34755.      */
  34756.     protected function getSecurity_Firewall_Map_Context_MainService()
  34757.     {
  34758.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  34759.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  34760.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  34761.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  34762.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/FormAuthenticationEntryPoint.php';
  34763.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  34764.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  34765.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  34766.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  34767.         $a = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  34768.         if (isset($this->privates['security.firewall.map.context.main'])) {
  34769.             return $this->privates['security.firewall.map.context.main'];
  34770.         }
  34771.         $b = ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService());
  34772.         if (isset($this->privates['security.firewall.map.context.main'])) {
  34773.             return $this->privates['security.firewall.map.context.main'];
  34774.         }
  34775.         $c = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  34776.         $d = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  34777.         return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  34778.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  34779.             yield => ($this->privates['security.context_listener.2'] ?? $this->getSecurity_ContextListener_2Service());
  34780.             yield => ($this->privates['hwi_oauth.authentication.listener.oauth.main'] ?? $this->getHwiOauth_Authentication_Listener_Oauth_MainService());
  34781.             yield => ($this->privates['hwi_oauth.context_listener.token_refresher.main'] ?? $this->getHwiOauth_ContextListener_TokenRefresher_MainService());
  34782.             yield => ($this->privates['security.authentication.listener.form.main'] ?? $this->getSecurity_Authentication_Listener_Form_MainService());
  34783.             yield => ($this->privates['security.authentication.listener.rememberme.main'] ?? $this->getSecurity_Authentication_Listener_Rememberme_MainService());
  34784.             yield => ($this->privates['security.authentication.listener.anonymous.main'] ?? $this->getSecurity_Authentication_Listener_Anonymous_MainService());
  34785.             yield => ($this->privates['security.authentication.switchuser_listener.main'] ?? $this->getSecurity_Authentication_SwitchuserListener_MainService());
  34786.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  34787.         }, 9), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($c, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $d'main', new \Symfony\Component\Security\Http\EntryPoint\FormAuthenticationEntryPoint($a$d'app_login'false), NULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($c$d$b, ['csrf_parameter' => '_csrf_token''csrf_token_id' => 'logout''logout_path' => 'app_logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main''security.user_checker''.security.request_matcher.3UEFixr'truefalseNULL'main''security.authentication.form_entry_point.main'NULLNULL, [=> 'switch_user'=> 'oauth'=> 'form_login'=> 'remember_me'=> 'anonymous'], ['role' => 'ROLE_SWITCH_ACCOUNT''parameter' => '_want_to_be_this_user''provider' => 'fos_userbundle']));
  34788.     }
  34789.     /**
  34790.      * Gets the private 'security.firewall.map.context.v4_api_create_call_request' shared service.
  34791.      *
  34792.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  34793.      */
  34794.     protected function getSecurity_Firewall_Map_Context_V4ApiCreateCallRequestService()
  34795.     {
  34796.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  34797.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  34798.         return $this->privates['security.firewall.map.context.v4_api_create_call_request'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  34799.             return new \EmptyIterator();
  34800.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('v4_api_create_call_request''security.user_checker''.security.request_matcher.sh0JbP8'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  34801.     }
  34802.     /**
  34803.      * Gets the private 'security.helper' shared service.
  34804.      *
  34805.      * @return \Symfony\Component\Security\Core\Security
  34806.      */
  34807.     protected function getSecurity_HelperService()
  34808.     {
  34809.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  34810.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  34811.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  34812.         ], [
  34813.             'security.authorization_checker' => '?',
  34814.             'security.token_storage' => '?',
  34815.         ]));
  34816.     }
  34817.     /**
  34818.      * Gets the private 'security.http_utils' shared service.
  34819.      *
  34820.      * @return \Symfony\Component\Security\Http\HttpUtils
  34821.      */
  34822.     protected function getSecurity_HttpUtilsService()
  34823.     {
  34824.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  34825.         $a = ($this->services['router'] ?? $this->getRouterService());
  34826.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i');
  34827.     }
  34828.     /**
  34829.      * Gets the private 'security.logout.listener.csrf_token_clearing' shared service.
  34830.      *
  34831.      * @return \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener
  34832.      */
  34833.     protected function getSecurity_Logout_Listener_CsrfTokenClearingService()
  34834.     {
  34835.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/CsrfTokenClearingLogoutListener.php';
  34836.         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()));
  34837.     }
  34838.     /**
  34839.      * Gets the private 'security.logout.listener.default.main' shared service.
  34840.      *
  34841.      * @return \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener
  34842.      */
  34843.     protected function getSecurity_Logout_Listener_Default_MainService()
  34844.     {
  34845.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/DefaultLogoutListener.php';
  34846.         return $this->privates['security.logout.listener.default.main'] = new \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), '/');
  34847.     }
  34848.     /**
  34849.      * Gets the private 'security.logout.listener.legacy_handler.0' shared service.
  34850.      *
  34851.      * @return \Symfony\Bundle\SecurityBundle\Security\LegacyLogoutHandlerListener
  34852.      */
  34853.     protected function getSecurity_Logout_Listener_LegacyHandler_0Service()
  34854.     {
  34855.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/LegacyLogoutHandlerListener.php';
  34856.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutHandlerInterface.php';
  34857.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/EventListener/UserLogoutListener.php';
  34858.         $a = ($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserActivityService'] ?? $this->getUserActivityServiceService());
  34859.         if (isset($this->privates['security.logout.listener.legacy_handler.0'])) {
  34860.             return $this->privates['security.logout.listener.legacy_handler.0'];
  34861.         }
  34862.         return $this->privates['security.logout.listener.legacy_handler.0'] = new \Symfony\Bundle\SecurityBundle\Security\LegacyLogoutHandlerListener(new \Aqarmap\Bundle\UserBundle\EventListener\UserLogoutListener($a));
  34863.     }
  34864.     /**
  34865.      * Gets the private 'security.logout.listener.remember_me.main' shared service.
  34866.      *
  34867.      * @return \Symfony\Component\Security\Http\EventListener\RememberMeLogoutListener
  34868.      */
  34869.     protected function getSecurity_Logout_Listener_RememberMe_MainService()
  34870.     {
  34871.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/RememberMeLogoutListener.php';
  34872.         return $this->privates['security.logout.listener.remember_me.main'] = new \Symfony\Component\Security\Http\EventListener\RememberMeLogoutListener(($this->privates['security.authentication.rememberme.services.simplehash.main'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()));
  34873.     }
  34874.     /**
  34875.      * Gets the private 'security.logout_url_generator' shared service.
  34876.      *
  34877.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  34878.      */
  34879.     protected function getSecurity_LogoutUrlGeneratorService()
  34880.     {
  34881.         $this->privates['security.logout_url_generator'] = $instance = new \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  34882.         $instance->registerListener('main''app_logout''logout''_csrf_token'NULLNULL);
  34883.         return $instance;
  34884.     }
  34885.     /**
  34886.      * Gets the private 'security.password_hasher_factory' shared service.
  34887.      *
  34888.      * @return \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory
  34889.      */
  34890.     protected function getSecurity_PasswordHasherFactoryService()
  34891.     {
  34892.         return $this->privates['security.password_hasher_factory'] = new \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory(['FOS\\UserBundle\\Model\\UserInterface' => ['algorithm' => 'sha512''migrate_from' => [], 'hash_algorithm' => 'sha512''key_length' => 40'ignore_case' => false'encode_as_base64' => true'iterations' => 5000'cost' => NULL'memory_cost' => NULL'time_cost' => NULL]]);
  34893.     }
  34894.     /**
  34895.      * Gets the private 'security.role_hierarchy' shared service.
  34896.      *
  34897.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  34898.      */
  34899.     protected function getSecurity_RoleHierarchyService()
  34900.     {
  34901.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  34902.     }
  34903.     /**
  34904.      * Gets the private 'security.user.provider.concrete.auth_identifier' shared service.
  34905.      *
  34906.      * @return \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider
  34907.      */
  34908.     protected function getSecurity_User_Provider_Concrete_AuthIdentifierService()
  34909.     {
  34910.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  34911.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  34912.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php';
  34913.         return $this->privates['security.user.provider.concrete.auth_identifier'] = new \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), 'Aqarmap\\Bundle\\UserBundle\\Entity\\User''authIdentifier'NULL);
  34914.     }
  34915.     /**
  34916.      * Gets the private 'security.validator.user_password' shared service.
  34917.      *
  34918.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  34919.      */
  34920.     protected function getSecurity_Validator_UserPasswordService()
  34921.     {
  34922.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  34923.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  34924.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  34925.         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()));
  34926.     }
  34927.     /**
  34928.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  34929.      *
  34930.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  34931.      */
  34932.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  34933.     {
  34934.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  34935.     }
  34936.     /**
  34937.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  34938.      *
  34939.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  34940.      */
  34941.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  34942.     {
  34943.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  34944.         $b = ($this->services['doctrine'] ?? $this->getDoctrineService());
  34945.         $c = new \App\FrameworkExtra\Converters\QueryStringConverter($b);
  34946.         $a->add(new \App\FrameworkExtra\Converters\QueryStringConverter($b), 0NULL);
  34947.         $a->add($c0'querystring');
  34948.         $a->add($c0NULL);
  34949.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter($b, new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  34950.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  34951.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  34952.     }
  34953.     /**
  34954.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  34955.      *
  34956.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  34957.      */
  34958.     protected function getSensioFrameworkExtra_Security_ListenerService()
  34959.     {
  34960.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  34961.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  34962.             return $this->privates['sensio_framework_extra.security.listener'];
  34963.         }
  34964.         return $this->privates['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage(), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($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()));
  34965.     }
  34966.     /**
  34967.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  34968.      *
  34969.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  34970.      */
  34971.     protected function getSensioFrameworkExtra_View_ListenerService()
  34972.     {
  34973.         $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))));
  34974.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  34975.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  34976.         ], [
  34977.             'twig' => '?',
  34978.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  34979.         return $instance;
  34980.     }
  34981.     /**
  34982.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  34983.      *
  34984.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  34985.      */
  34986.     protected function getSerializer_Mapping_CacheWarmerService()
  34987.     {
  34988.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  34989.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  34990.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  34991.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  34992.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  34993.         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'));
  34994.     }
  34995.     /**
  34996.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  34997.      *
  34998.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  34999.      */
  35000.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  35001.     {
  35002.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  35003.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  35004.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  35005.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  35006.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  35007.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  35008.         return $this->privates['serializer.mapping.class_metadata_factory'] = new \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Loader\LoaderChain([=> new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))]));
  35009.     }
  35010.     /**
  35011.      * Gets the private 'serializer.name_converter.metadata_aware' shared service.
  35012.      *
  35013.      * @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
  35014.      */
  35015.     protected function getSerializer_NameConverter_MetadataAwareService()
  35016.     {
  35017.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  35018.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  35019.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  35020.         return $this->privates['serializer.name_converter.metadata_aware'] = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  35021.     }
  35022.     /**
  35023.      * Gets the private 'session.factory' shared service.
  35024.      *
  35025.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  35026.      */
  35027.     protected function getSession_FactoryService()
  35028.     {
  35029.         $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  35030.         if (isset($this->privates['session.factory'])) {
  35031.             return $this->privates['session.factory'];
  35032.         }
  35033.         return $this->privates['session.factory'] = new \Symfony\Component\HttpFoundation\Session\SessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorageFactory($this->parameters['session.storage.options'], \Symfony\Component\HttpFoundation\Session\Storage\Handler\SessionHandlerFactory::createHandler($this->getEnv('string:REDIS_DSN').'?dbindex=1&redis_sentinel=mymaster'), new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0), true), [=> $a=> 'onSessionUsage']);
  35034.     }
  35035.     /**
  35036.      * Gets the private 'session_listener' shared service.
  35037.      *
  35038.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  35039.      */
  35040.     protected function getSessionListenerService()
  35041.     {
  35042.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  35043.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  35044.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  35045.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  35046.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'false],
  35047.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  35048.         ], [
  35049.             'initialized_session' => '?',
  35050.             'logger' => '?',
  35051.             'session' => '?',
  35052.             'session_collector' => '?',
  35053.             'session_factory' => '?',
  35054.         ]), true$this->parameters['session.storage.options']);
  35055.     }
  35056.     /**
  35057.      * Gets the private 'snc_redis.default' shared service.
  35058.      *
  35059.      * @return \Predis\Client
  35060.      */
  35061.     protected function getSncRedis_DefaultService()
  35062.     {
  35063.         $a = new \Snc\RedisBundle\Client\Predis\Connection\ConnectionFactory();
  35064.         $a->setStopwatch(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  35065.         $a->setConnectionWrapperClass('Snc\\RedisBundle\\Client\\Predis\\Connection\\ConnectionWrapper');
  35066.         $a->setLogger(($this->privates['snc_redis.logger'] ?? $this->getSncRedis_LoggerService()));
  35067.         return $this->privates['snc_redis.default'] = new \Predis\Client([=> \Snc\RedisBundle\Factory\PredisParametersFactory::create(['prefix' => $this->getEnv('REDIS_PREFIX'), 'read_write_timeout' => 10'replication' => 'sentinel''service' => 'mymaster''parameters' => ['database' => 0'username' => NULL'password' => NULL'logging' => true], 'commands' => [], 'iterable_multibulk' => false'serialization' => 'default''async_connect' => false'timeout' => 10'persistent' => true'exceptions' => true'ssl' => [], 'logging' => true'alias' => 'default'], 'Predis\\Connection\\Parameters'$this->getEnv('string:REDIS_DSN').'?alias=master')], new \Predis\Configuration\Options(['prefix' => $this->getEnv('REDIS_PREFIX'), 'read_write_timeout' => 10'replication' => 'sentinel''service' => 'mymaster''parameters' => ['database' => 0'username' => NULL'password' => NULL'logging' => true], 'commands' => [], 'iterable_multibulk' => false'serialization' => 'default''async_connect' => false'timeout' => 10'persistent' => true'exceptions' => true'ssl' => [], 'connections' => $a]));
  35068.     }
  35069.     /**
  35070.      * Gets the private 'snc_redis.logger' shared service.
  35071.      *
  35072.      * @return \Snc\RedisBundle\Logger\RedisLogger
  35073.      */
  35074.     protected function getSncRedis_LoggerService()
  35075.     {
  35076.         $a = new \Symfony\Bridge\Monolog\Logger('snc_redis');
  35077.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  35078.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  35079.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  35080.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  35081.         return $this->privates['snc_redis.logger'] = new \Snc\RedisBundle\Logger\RedisLogger($a);
  35082.     }
  35083.     /**
  35084.      * Gets the private 'translation.extractor' shared service.
  35085.      *
  35086.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  35087.      */
  35088.     protected function getTranslation_ExtractorService()
  35089.     {
  35090.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  35091.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  35092.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  35093.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  35094.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  35095.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  35096.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  35097.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  35098.         return $instance;
  35099.     }
  35100.     /**
  35101.      * Gets the private 'translation.loader.csv' shared service.
  35102.      *
  35103.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  35104.      */
  35105.     protected function getTranslation_Loader_CsvService()
  35106.     {
  35107.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  35108.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  35109.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  35110.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  35111.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  35112.     }
  35113.     /**
  35114.      * Gets the private 'translation.loader.dat' shared service.
  35115.      *
  35116.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  35117.      */
  35118.     protected function getTranslation_Loader_DatService()
  35119.     {
  35120.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  35121.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  35122.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  35123.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  35124.     }
  35125.     /**
  35126.      * Gets the private 'translation.loader.ini' shared service.
  35127.      *
  35128.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  35129.      */
  35130.     protected function getTranslation_Loader_IniService()
  35131.     {
  35132.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  35133.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  35134.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  35135.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  35136.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  35137.     }
  35138.     /**
  35139.      * Gets the private 'translation.loader.json' shared service.
  35140.      *
  35141.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  35142.      */
  35143.     protected function getTranslation_Loader_JsonService()
  35144.     {
  35145.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  35146.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  35147.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  35148.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  35149.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  35150.     }
  35151.     /**
  35152.      * Gets the private 'translation.loader.mo' shared service.
  35153.      *
  35154.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  35155.      */
  35156.     protected function getTranslation_Loader_MoService()
  35157.     {
  35158.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  35159.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  35160.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  35161.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  35162.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  35163.     }
  35164.     /**
  35165.      * Gets the private 'translation.loader.php' shared service.
  35166.      *
  35167.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  35168.      */
  35169.     protected function getTranslation_Loader_PhpService()
  35170.     {
  35171.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  35172.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  35173.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  35174.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  35175.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  35176.     }
  35177.     /**
  35178.      * Gets the private 'translation.loader.po' shared service.
  35179.      *
  35180.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  35181.      */
  35182.     protected function getTranslation_Loader_PoService()
  35183.     {
  35184.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  35185.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  35186.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  35187.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  35188.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  35189.     }
  35190.     /**
  35191.      * Gets the private 'translation.loader.qt' shared service.
  35192.      *
  35193.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  35194.      */
  35195.     protected function getTranslation_Loader_QtService()
  35196.     {
  35197.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  35198.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  35199.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  35200.     }
  35201.     /**
  35202.      * Gets the private 'translation.loader.res' shared service.
  35203.      *
  35204.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  35205.      */
  35206.     protected function getTranslation_Loader_ResService()
  35207.     {
  35208.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  35209.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  35210.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  35211.     }
  35212.     /**
  35213.      * Gets the private 'translation.loader.xliff' shared service.
  35214.      *
  35215.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  35216.      */
  35217.     protected function getTranslation_Loader_XliffService()
  35218.     {
  35219.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  35220.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  35221.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  35222.     }
  35223.     /**
  35224.      * Gets the private 'translation.loader.yml' shared service.
  35225.      *
  35226.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  35227.      */
  35228.     protected function getTranslation_Loader_YmlService()
  35229.     {
  35230.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  35231.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  35232.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  35233.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  35234.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  35235.     }
  35236.     /**
  35237.      * Gets the private 'translation.provider_collection' shared service.
  35238.      *
  35239.      * @return \Symfony\Component\Translation\Provider\TranslationProviderCollection
  35240.      */
  35241.     protected function getTranslation_ProviderCollectionService()
  35242.     {
  35243.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollection.php';
  35244.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollectionFactory.php';
  35245.         return $this->privates['translation.provider_collection'] = (new \Symfony\Component\Translation\Provider\TranslationProviderCollectionFactory(new RewindableGenerator(function () {
  35246.             yield => (new \Symfony\Component\Translation\Provider\NullProviderFactory());
  35247.         }, 1), []))->fromConfig([]);
  35248.     }
  35249.     /**
  35250.      * Gets the private 'translation.reader' shared service.
  35251.      *
  35252.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  35253.      */
  35254.     protected function getTranslation_ReaderService()
  35255.     {
  35256.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  35257.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  35258.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  35259.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  35260.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  35261.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  35262.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  35263.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  35264.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  35265.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  35266.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  35267.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  35268.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  35269.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  35270.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  35271.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  35272.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  35273.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  35274.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  35275.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  35276.         $instance->addLoader('yaml'$a);
  35277.         $instance->addLoader('yml'$a);
  35278.         $instance->addLoader('xlf'$b);
  35279.         $instance->addLoader('xliff'$b);
  35280.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  35281.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  35282.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  35283.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  35284.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  35285.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  35286.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  35287.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  35288.         return $instance;
  35289.     }
  35290.     /**
  35291.      * Gets the private 'translation.warmer' shared service.
  35292.      *
  35293.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  35294.      */
  35295.     protected function getTranslation_WarmerService()
  35296.     {
  35297.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  35298.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  35299.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  35300.             'translator' => ['services''translator''getTranslatorService'false],
  35301.         ], [
  35302.             'translator' => '?',
  35303.         ]))->withContext('translation.warmer'$this));
  35304.     }
  35305.     /**
  35306.      * Gets the private 'translation.writer' shared service.
  35307.      *
  35308.      * @return \Symfony\Component\Translation\Writer\TranslationWriter
  35309.      */
  35310.     protected function getTranslation_WriterService()
  35311.     {
  35312.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  35313.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  35314.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  35315.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  35316.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  35317.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  35318.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  35319.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  35320.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  35321.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  35322.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  35323.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  35324.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  35325.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  35326.         $this->privates['translation.writer'] = $instance = new \Symfony\Component\Translation\Writer\TranslationWriter();
  35327.         $instance->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  35328.         $instance->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  35329.         $instance->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  35330.         $instance->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  35331.         $instance->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  35332.         $instance->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  35333.         $instance->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  35334.         $instance->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  35335.         $instance->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  35336.         $instance->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  35337.         $instance->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  35338.         return $instance;
  35339.     }
  35340.     /**
  35341.      * Gets the private 'translator.default' shared service.
  35342.      *
  35343.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  35344.      */
  35345.     protected function getTranslator_DefaultService()
  35346.     {
  35347.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  35348.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  35349.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  35350.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  35351.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  35352.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  35353.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  35354.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  35355.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  35356.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  35357.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  35358.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  35359.         ], [
  35360.             'translation.loader.csv' => '?',
  35361.             'translation.loader.dat' => '?',
  35362.             'translation.loader.ini' => '?',
  35363.             'translation.loader.json' => '?',
  35364.             'translation.loader.mo' => '?',
  35365.             'translation.loader.php' => '?',
  35366.             'translation.loader.po' => '?',
  35367.             'translation.loader.qt' => '?',
  35368.             'translation.loader.res' => '?',
  35369.             'translation.loader.xliff' => '?',
  35370.             'translation.loader.yml' => '?',
  35371.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'ar', ['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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.af.yml')], '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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ar.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ar.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ar.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.ar.yaml'), => (\dirname(__DIR__4).'/translations/FOSMessageBundle+intl-icu.ar.yaml'), => (\dirname(__DIR__4).'/translations/FOSUserBundle.ar.yaml'), => (\dirname(__DIR__4).'/translations/KnpPaginatorBundle.ar.yaml'), 10 => (\dirname(__DIR__4).'/translations/date.ar.yaml'), 11 => (\dirname(__DIR__4).'/translations/emails.ar.yaml'), 12 => (\dirname(__DIR__4).'/translations/exceptions.ar.yaml'), 13 => (\dirname(__DIR__4).'/translations/jstranslation.ar.yaml'), 14 => (\dirname(__DIR__4).'/translations/messages.ar.yaml'), 15 => (\dirname(__DIR__4).'/translations/security.ar.yaml'), 16 => (\dirname(__DIR__4).'/translations/validators.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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bg.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bg.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.bg.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.bg.yaml')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ca.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ca.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ca.xliff'), => (\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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.cs.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.cs.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.cs.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.cs.yaml')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.da.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.da.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.da.xliff')], 'de' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.de.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.de.yml'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Resources/translations/HWIOAuthBundle.de.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.de.xliff'), => (\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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.el.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.el.yml')], '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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.en.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.en.yml'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Resources/translations/HWIOAuthBundle.en.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.en.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.en.yaml'), => (\dirname(__DIR__4).'/translations/FOSMessageBundle+intl-icu.en.yaml'), => (\dirname(__DIR__4).'/translations/FOSUserBundle.en.yaml'), 10 => (\dirname(__DIR__4).'/translations/HWIOAuthBundle.en.yaml'), 11 => (\dirname(__DIR__4).'/translations/KnpPaginatorBundle.en.yaml'), 12 => (\dirname(__DIR__4).'/translations/date.en.yaml'), 13 => (\dirname(__DIR__4).'/translations/emails.en.yaml'), 14 => (\dirname(__DIR__4).'/translations/exceptions.en.yaml'), 15 => (\dirname(__DIR__4).'/translations/jstranslation.en.yaml'), 16 => (\dirname(__DIR__4).'/translations/messages.en.yaml'), 17 => (\dirname(__DIR__4).'/translations/security.en.yaml'), 18 => (\dirname(__DIR__4).'/translations/validators.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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.es.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.es.yml'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Resources/translations/HWIOAuthBundle.es.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.es.xliff'), => (\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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.et.yml')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.eu.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.eu.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.eu.xliff')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fa.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fa.yml'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Resources/translations/HWIOAuthBundle.fa.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fa.xliff')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fi.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fi.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fi.xliff'), => (\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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fr.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fr.yml'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Resources/translations/HWIOAuthBundle.fr.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fr.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.gl.yml')], '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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.he.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.he.yml')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.hr.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.hr.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hr.xliff')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.hu.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.hu.yml'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Resources/translations/HWIOAuthBundle.hu.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hu.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.hu.yaml')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.id.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.id.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.id.xliff')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.it.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.it.yml'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Resources/translations/HWIOAuthBundle.it.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.it.xliff'), => (\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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ja.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ja.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ja.xliff')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lb.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.lb.yml')], '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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lt.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.lt.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.lt.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.lt.yaml')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lv.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.lv.yml')], '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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.mn.yml')], '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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.nb.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.nb.yml')], '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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.nl.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.nl.yml'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Resources/translations/HWIOAuthBundle.nl.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.nl.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.nl.yaml')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.no.xliff')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pl.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pl.yml'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Resources/translations/HWIOAuthBundle.pl.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pl.xliff'), => (\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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pt.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pt.yml'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.pt.yaml')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pt_BR.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pt_BR.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pt_BR.xliff')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ro.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ro.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ro.xliff')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ru.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ru.yml'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Resources/translations/HWIOAuthBundle.ru.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ru.xliff'), => (\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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sk.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sk.yml')], '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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sl.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sl.yml'), => (\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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sr_Latn.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sr_Latn.yml')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sv.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sv.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sv.xliff')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.th.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.th.yml')], '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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.tr.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.tr.yml'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Resources/translations/HWIOAuthBundle.tr.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.tr.xliff'), => (\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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.uk.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.uk.yml'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Resources/translations/HWIOAuthBundle.uk.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.uk.xliff'), => (\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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.vi.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.vi.yml')], '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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.zh_CN.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.zh_CN.yml')], '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')], 'bn' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bn.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bn.yml')], 'bn_BD' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bn_BD.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bn_BD.yml')], 'eo' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.eo.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.eo.yml')], 'ky' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ky.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ky.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ky.xliff')], 'zh' => [=> (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Resources/translations/HWIOAuthBundle.zh.yml')], 'sw' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sw.xliff')], '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/friendsofsymfony/user-bundle/Resources/translations'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations'), => (\dirname(__DIR__4).'/translations'), => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/translations'), => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/aqarmap/utility-bundle/Aqarmap/Bundle/UtilityBundle/translations'), 11 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/translations'), 12 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/MessageBundle/translations'), 13 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/translations'), 14 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/NotifierBundle/translations'), 15 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/BuyerAlertsBundle/translations'), 16 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ApiBundle/translations'), 17 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/MortgageBundle/translations'), 18 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/BrokerSalesBundle/translations'), 19 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/NeighborhoodBundle/translations'), 20 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/DiscussionBundle/translations'), 21 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/CRMBundle/translations'), 22 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/CustomerProfilingBundle/translations'), 23 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ExchangeBundle/translations'), 24 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/translations'), 25 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/PaymentBundle/translations'), 26 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/AnnouncementBundle/translations'), 27 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/SearchBundle/translations'), 28 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/translations'), 29 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/FeatureToggleBundle/translations'), 30 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ValueEngineBundle/translations'), 31 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/SurveyBundle/translations'), 32 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/OTPBundle/translations'), 33 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/TopSellerBundle/translations'), 34 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/FinancialAidsBundle/translations'), 35 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/RecurringTransactionBundle/translations'), 36 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), 37 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 38 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 39 => (\dirname(__DIR__4).'/vendor/doctrine/mongodb-odm-bundle/translations'), 40 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/translations'), 41 => (\dirname(__DIR__4).'/vendor/enqueue/enqueue-bundle/translations'), 42 => (\dirname(__DIR__4).'/vendor/enqueue/elastica-bundle/translations'), 43 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 44 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/translations'), 45 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/translations'), 46 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/translations'), 47 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 48 => (\dirname(__DIR__4).'/vendor/jms/i18n-routing-bundle/JMS/I18nRoutingBundle/translations'), 49 => (\dirname(__DIR__4).'/vendor/jms/serializer-bundle/translations'), 50 => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/translations'), 51 => (\dirname(__DIR__4).'/vendor/liip/imagine-bundle/translations'), 52 => (\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/translations'), 53 => (\dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/translations'), 54 => (\dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/translations'), 55 => (\dirname(__DIR__4).'/vendor/presta/sitemap-bundle/translations'), 56 => (\dirname(__DIR__4).'/vendor/redjanym/fcm-bundle/translations'), 57 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 58 => (\dirname(__DIR__4).'/vendor/snc/redis-bundle/src/translations'), 59 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 60 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 61 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 62 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 63 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 64 => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), 65 => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/translations'), 66 => (\dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle/translations'), 67 => (\dirname(__DIR__4).'/vendor/knplabs/knp-gaufrette-bundle/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/friendsofsymfony/user-bundle/Resources/translations'=> 'vendor/hwi/oauth-bundle/src/Resources/translations'=> 'vendor/knplabs/knp-paginator-bundle/translations'=> 'vendor/vich/uploader-bundle/translations'=> 'translations'=> 'src/Aqarmap/Bundle/UserBundle/translations'=> 'src/Aqarmap/Bundle/MainBundle/translations'10 => 'vendor/aqarmap/utility-bundle/Aqarmap/Bundle/UtilityBundle/translations'11 => 'src/Aqarmap/Bundle/ListingBundle/translations'12 => 'src/Aqarmap/Bundle/MessageBundle/translations'13 => 'src/Aqarmap/Bundle/CreditBundle/translations'14 => 'src/Aqarmap/Bundle/NotifierBundle/translations'15 => 'src/Aqarmap/Bundle/BuyerAlertsBundle/translations'16 => 'src/Aqarmap/Bundle/ApiBundle/translations'17 => 'src/Aqarmap/Bundle/MortgageBundle/translations'18 => 'src/Aqarmap/Bundle/BrokerSalesBundle/translations'19 => 'src/Aqarmap/Bundle/NeighborhoodBundle/translations'20 => 'src/Aqarmap/Bundle/DiscussionBundle/translations'21 => 'src/Aqarmap/Bundle/CRMBundle/translations'22 => 'src/Aqarmap/Bundle/CustomerProfilingBundle/translations'23 => 'src/Aqarmap/Bundle/ExchangeBundle/translations'24 => 'src/Aqarmap/Bundle/NotificationBundle/translations'25 => 'src/Aqarmap/Bundle/PaymentBundle/translations'26 => 'src/Aqarmap/Bundle/AnnouncementBundle/translations'27 => 'src/Aqarmap/Bundle/SearchBundle/translations'28 => 'src/Aqarmap/Bundle/NotificationBundle/translations'29 => 'src/Aqarmap/Bundle/FeatureToggleBundle/translations'30 => 'src/Aqarmap/Bundle/ValueEngineBundle/translations'31 => 'src/Aqarmap/Bundle/SurveyBundle/translations'32 => 'src/Aqarmap/Bundle/OTPBundle/translations'33 => 'src/Aqarmap/Bundle/TopSellerBundle/translations'34 => 'src/Aqarmap/Bundle/FinancialAidsBundle/translations'35 => 'src/Aqarmap/Bundle/RecurringTransactionBundle/translations'36 => 'vendor/symfony/framework-bundle/translations'37 => 'vendor/doctrine/doctrine-bundle/translations'38 => 'vendor/doctrine/doctrine-fixtures-bundle/translations'39 => 'vendor/doctrine/mongodb-odm-bundle/translations'40 => 'vendor/friendsofsymfony/elastica-bundle/src/translations'41 => 'vendor/enqueue/enqueue-bundle/translations'42 => 'vendor/enqueue/elastica-bundle/translations'43 => 'vendor/symfony/twig-bundle/translations'44 => 'vendor/friendsofsymfony/ckeditor-bundle/src/translations'45 => 'vendor/friendsofsymfony/jsrouting-bundle/translations'46 => 'vendor/friendsofsymfony/rest-bundle/translations'47 => 'vendor/symfony/security-bundle/translations'48 => 'vendor/jms/i18n-routing-bundle/JMS/I18nRoutingBundle/translations'49 => 'vendor/jms/serializer-bundle/translations'50 => 'vendor/knplabs/knp-menu-bundle/src/translations'51 => 'vendor/liip/imagine-bundle/translations'52 => 'vendor/nelmio/api-doc-bundle/translations'53 => 'vendor/php-amqplib/rabbitmq-bundle/translations'54 => 'vendor/php-http/httplug-bundle/src/translations'55 => 'vendor/presta/sitemap-bundle/translations'56 => 'vendor/redjanym/fcm-bundle/translations'57 => 'vendor/sensio/framework-extra-bundle/src/translations'58 => 'vendor/snc/redis-bundle/src/translations'59 => 'vendor/symfony/debug-bundle/translations'60 => 'vendor/symfony/maker-bundle/src/translations'61 => 'vendor/symfony/monolog-bundle/translations'62 => 'vendor/doctrine/doctrine-migrations-bundle/translations'63 => 'vendor/symfony/web-profiler-bundle/translations'64 => 'vendor/twig/extra-bundle/translations'65 => 'vendor/symfony/webpack-encore-bundle/src/translations'66 => 'vendor/willdurand/js-translation-bundle/translations'67 => 'vendor/knplabs/knp-gaufrette-bundle/translations']]], []);
  35372.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  35373.         $instance->setFallbackLocales([=> 'ar']);
  35374.         return $instance;
  35375.     }
  35376.     /**
  35377.      * Gets the private 'twig.command.debug' shared service.
  35378.      *
  35379.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  35380.      */
  35381.     protected function getTwig_Command_DebugService()
  35382.     {
  35383.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  35384.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  35385.         $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()));
  35386.         $instance->setName('debug:twig');
  35387.         $instance->setDescription('Show a list of twig functions, filters, globals and tests');
  35388.         return $instance;
  35389.     }
  35390.     /**
  35391.      * Gets the private 'twig.command.lint' shared service.
  35392.      *
  35393.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  35394.      */
  35395.     protected function getTwig_Command_LintService()
  35396.     {
  35397.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  35398.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  35399.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  35400.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  35401.         $instance->setName('lint:twig');
  35402.         $instance->setDescription('Lint a Twig template and outputs encountered errors');
  35403.         return $instance;
  35404.     }
  35405.     /**
  35406.      * Gets the private 'twig.form.engine' shared service.
  35407.      *
  35408.      * @return \Symfony\Bridge\Twig\Form\TwigRendererEngine
  35409.      */
  35410.     protected function getTwig_Form_EngineService()
  35411.     {
  35412.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  35413.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  35414.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  35415.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  35416.         if (isset($this->privates['twig.form.engine'])) {
  35417.             return $this->privates['twig.form.engine'];
  35418.         }
  35419.         return $this->privates['twig.form.engine'] = new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], $a);
  35420.     }
  35421.     /**
  35422.      * Gets the private 'twig.form.renderer' shared service.
  35423.      *
  35424.      * @return \Symfony\Component\Form\FormRenderer
  35425.      */
  35426.     protected function getTwig_Form_RendererService()
  35427.     {
  35428.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  35429.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  35430.         $a = ($this->privates['twig.form.engine'] ?? $this->getTwig_Form_EngineService());
  35431.         if (isset($this->privates['twig.form.renderer'])) {
  35432.             return $this->privates['twig.form.renderer'];
  35433.         }
  35434.         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()));
  35435.     }
  35436.     /**
  35437.      * Gets the private 'twig.mailer.message_listener' shared service.
  35438.      *
  35439.      * @return \Symfony\Component\Mailer\EventListener\MessageListener
  35440.      */
  35441.     protected function getTwig_Mailer_MessageListenerService()
  35442.     {
  35443.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
  35444.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/BodyRendererInterface.php';
  35445.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
  35446.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  35447.         if (isset($this->privates['twig.mailer.message_listener'])) {
  35448.             return $this->privates['twig.mailer.message_listener'];
  35449.         }
  35450.         return $this->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL, new \Symfony\Bridge\Twig\Mime\BodyRenderer($a));
  35451.     }
  35452.     /**
  35453.      * Gets the private 'twig.runtime.httpkernel' shared service.
  35454.      *
  35455.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  35456.      */
  35457.     protected function getTwig_Runtime_HttpkernelService()
  35458.     {
  35459.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  35460.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  35461.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  35462.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGeneratorInterface.php';
  35463.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGenerator.php';
  35464.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  35465.         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, [
  35466.             'hinclude' => ['privates''fragment.renderer.hinclude''getFragment_Renderer_HincludeService'false],
  35467.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  35468.         ], [
  35469.             'hinclude' => '?',
  35470.             'inline' => '?',
  35471.         ]), $atrue), new \Symfony\Component\HttpKernel\Fragment\FragmentUriGenerator('/_fragments', ($this->privates['uri_signer'] ?? ($this->privates['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')))), $a));
  35472.     }
  35473.     /**
  35474.      * Gets the private 'twig.runtime.markdown' shared service.
  35475.      *
  35476.      * @return \Twig\Extra\Markdown\MarkdownRuntime
  35477.      */
  35478.     protected function getTwig_Runtime_MarkdownService()
  35479.     {
  35480.         include_once \dirname(__DIR__4).'/vendor/twig/markdown-extra/MarkdownRuntime.php';
  35481.         include_once \dirname(__DIR__4).'/vendor/twig/markdown-extra/MarkdownInterface.php';
  35482.         include_once \dirname(__DIR__4).'/vendor/twig/markdown-extra/LeagueMarkdown.php';
  35483.         include_once \dirname(__DIR__4).'/vendor/league/commonmark/src/ConverterInterface.php';
  35484.         include_once \dirname(__DIR__4).'/vendor/league/commonmark/src/MarkdownConverterInterface.php';
  35485.         include_once \dirname(__DIR__4).'/vendor/league/commonmark/src/MarkdownConverter.php';
  35486.         include_once \dirname(__DIR__4).'/vendor/league/commonmark/src/CommonMarkConverter.php';
  35487.         include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/LeagueCommonMarkConverterFactory.php';
  35488.         return $this->privates['twig.runtime.markdown'] = new \Twig\Extra\Markdown\MarkdownRuntime(new \Twig\Extra\Markdown\LeagueMarkdown((new \Twig\Extra\TwigExtraBundle\LeagueCommonMarkConverterFactory(new RewindableGenerator(function () {
  35489.             return new \EmptyIterator();
  35490.         }, 0)))->__invoke()));
  35491.     }
  35492.     /**
  35493.      * Gets the private 'twig.runtime.security_csrf' shared service.
  35494.      *
  35495.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  35496.      */
  35497.     protected function getTwig_Runtime_SecurityCsrfService()
  35498.     {
  35499.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  35500.         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()));
  35501.     }
  35502.     /**
  35503.      * Gets the private 'twig.runtime.serializer' shared service.
  35504.      *
  35505.      * @return \Symfony\Bridge\Twig\Extension\SerializerRuntime
  35506.      */
  35507.     protected function getTwig_Runtime_SerializerService()
  35508.     {
  35509.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerRuntime.php';
  35510.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  35511.         if (isset($this->privates['twig.runtime.serializer'])) {
  35512.             return $this->privates['twig.runtime.serializer'];
  35513.         }
  35514.         return $this->privates['twig.runtime.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerRuntime($a);
  35515.     }
  35516.     /**
  35517.      * Gets the private 'twig.template_cache_warmer' shared service.
  35518.      *
  35519.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  35520.      */
  35521.     protected function getTwig_TemplateCacheWarmerService()
  35522.     {
  35523.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  35524.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  35525.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  35526.         return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  35527.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  35528.         ], [
  35529.             'twig' => '?',
  35530.         ]))->withContext('twig.template_cache_warmer'$this), new \Symfony\Bundle\TwigBundle\TemplateIterator(($this->services['kernel'] ?? $this->get('kernel'1)), [(\dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views') => NULL, (\dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Resources/views') => 'AqarmapMainBundle', (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Resources/views') => 'AqarmapListingBundle', (\dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Resources/views') => 'AqarmapUserBundle', (\dirname(__DIR__4).'/src/Aqarmap/Bundle/NeighborhoodBundle/Resources/views') => 'AqarmapNeighborhoodBundle', (\dirname(__DIR__4).'/src/Aqarmap/Bundle/DiscussionBundle/Resources/views') => 'AqarmapDiscussionBundle', (\dirname(__DIR__4).'/src/Aqarmap/Bundle/SearchBundle/Resources/views') => 'AqarmapSearchBundle', (\dirname(__DIR__4).'/src/Aqarmap/Bundle/CRMBundle/Resources/views') => 'AqarmapCRMBundle', (\dirname(__DIR__4).'/src/Aqarmap/Bundle/BuyerAlertsBundle/Resources/views') => 'AqarmapBuyerAlertsBundle', (\dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Resources/views') => 'AqarmapNotificationBundle', (\dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Resources/views') => 'AqarmapCreditBundle', (\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')));
  35531.     }
  35532.     /**
  35533.      * Gets the private 'uri_signer' shared service.
  35534.      *
  35535.      * @return \Symfony\Component\HttpKernel\UriSigner
  35536.      */
  35537.     protected function getUriSignerService()
  35538.     {
  35539.         return $this->privates['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET'));
  35540.     }
  35541.     /**
  35542.      * Gets the private 'validator.builder' shared service.
  35543.      *
  35544.      * @return \Symfony\Component\Validator\ValidatorBuilder
  35545.      */
  35546.     protected function getValidator_BuilderService()
  35547.     {
  35548.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  35549.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  35550.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  35551.             'Aqarmap\\Bundle\\ListingBundle\\Validator\\Constraints\\IsYoutubeUrlOrNullValidator' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Validator\\Constraints\\IsYoutubeUrlOrNullValidator''getIsYoutubeUrlOrNullValidatorService'false],
  35552.             'Aqarmap\\Bundle\\UserBundle\\Validator\\Constraints\\EmailValidator' => ['privates''Aqarmap\\Bundle\\UserBundle\\Validator\\Constraints\\EmailValidator''getEmailValidatorService'false],
  35553.             'Aqarmap\\Bundle\\UserBundle\\Validator\\Constraints\\NonRepeatedValidator' => ['privates''Aqarmap\\Bundle\\UserBundle\\Validator\\Constraints\\NonRepeatedValidator''getNonRepeatedValidatorService'false],
  35554.             'Aqarmap\\Bundle\\UserBundle\\Validator\\Constraints\\NonSequenceValidator' => ['privates''Aqarmap\\Bundle\\UserBundle\\Validator\\Constraints\\NonSequenceValidator''getNonSequenceValidatorService'false],
  35555.             'Aqarmap\\Bundle\\UserBundle\\Validator\\Constraints\\NumericValidator' => ['privates''Aqarmap\\Bundle\\UserBundle\\Validator\\Constraints\\NumericValidator''getNumericValidatorService'false],
  35556.             'Aqarmap\\Bundle\\UserBundle\\Validator\\Constraints\\ValidCountryCodeValidator' => ['privates''Aqarmap\\Bundle\\UserBundle\\Validator\\Constraints\\ValidCountryCodeValidator''getValidCountryCodeValidatorService'false],
  35557.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine_odm.mongodb.validator.unique''getDoctrineOdm_Mongodb_Validator_UniqueService'false],
  35558.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  35559.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  35560.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  35561.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  35562.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  35563.             'doctrine_odm.mongodb.unique' => ['privates''doctrine_odm.mongodb.validator.unique''getDoctrineOdm_Mongodb_Validator_UniqueService'false],
  35564.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  35565.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  35566.         ], [
  35567.             'Aqarmap\\Bundle\\ListingBundle\\Validator\\Constraints\\IsYoutubeUrlOrNullValidator' => '?',
  35568.             'Aqarmap\\Bundle\\UserBundle\\Validator\\Constraints\\EmailValidator' => '?',
  35569.             'Aqarmap\\Bundle\\UserBundle\\Validator\\Constraints\\NonRepeatedValidator' => '?',
  35570.             'Aqarmap\\Bundle\\UserBundle\\Validator\\Constraints\\NonSequenceValidator' => '?',
  35571.             'Aqarmap\\Bundle\\UserBundle\\Validator\\Constraints\\NumericValidator' => '?',
  35572.             'Aqarmap\\Bundle\\UserBundle\\Validator\\Constraints\\ValidCountryCodeValidator' => '?',
  35573.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  35574.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  35575.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  35576.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  35577.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  35578.             'doctrine.orm.validator.unique' => '?',
  35579.             'doctrine_odm.mongodb.unique' => '?',
  35580.             'security.validator.user_password' => '?',
  35581.             'validator.expression' => '?',
  35582.         ])));
  35583.         if ($this->has('translator')) {
  35584.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  35585.         }
  35586.         $instance->setTranslationDomain('validators');
  35587.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/config/validation.xml')]);
  35588.         $instance->enableAnnotationMapping(true);
  35589.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  35590.         $instance->addMethodMapping('loadValidatorMetadata');
  35591.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService())), => new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine_mongodb'] ?? $this->getDoctrineMongodbService())), => new \FOS\UserBundle\Validator\Initializer(($this->privates['fos_user.util.canonical_fields_updater'] ?? $this->getFosUser_Util_CanonicalFieldsUpdaterService()))]);
  35592.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  35593.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  35594.         $instance->addXmlMapping((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/DependencyInjection/Compiler/../../Resources/config/storage-validation/orm.xml'));
  35595.         return $instance;
  35596.     }
  35597.     /**
  35598.      * Gets the private 'validator.email' shared service.
  35599.      *
  35600.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  35601.      */
  35602.     protected function getValidator_EmailService()
  35603.     {
  35604.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  35605.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  35606.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  35607.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  35608.     }
  35609.     /**
  35610.      * Gets the private 'validator.expression' shared service.
  35611.      *
  35612.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  35613.      */
  35614.     protected function getValidator_ExpressionService()
  35615.     {
  35616.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  35617.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  35618.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  35619.         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())));
  35620.     }
  35621.     /**
  35622.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  35623.      *
  35624.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  35625.      */
  35626.     protected function getValidator_Mapping_CacheWarmerService()
  35627.     {
  35628.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  35629.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  35630.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  35631.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  35632.     }
  35633.     /**
  35634.      * Gets the private 'validator.not_compromised_password' shared service.
  35635.      *
  35636.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  35637.      */
  35638.     protected function getValidator_NotCompromisedPasswordService()
  35639.     {
  35640.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  35641.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  35642.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  35643.         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);
  35644.     }
  35645.     /**
  35646.      * Gets the private 'var_dumper.command.server_dump' shared service.
  35647.      *
  35648.      * @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
  35649.      */
  35650.     protected function getVarDumper_Command_ServerDumpService()
  35651.     {
  35652.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  35653.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/ServerDumpCommand.php';
  35654.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
  35655.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
  35656.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
  35657.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
  35658.         $a = new \Symfony\Bridge\Monolog\Logger('debug');
  35659.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  35660.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  35661.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  35662.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  35663.         $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()))]);
  35664.         $instance->setName('server:dump');
  35665.         $instance->setDescription('Start a dump server that collects and displays dumps in a single place');
  35666.         return $instance;
  35667.     }
  35668.     /**
  35669.      * Gets the private 'var_dumper.contextualized_cli_dumper' shared service.
  35670.      *
  35671.      * @return \Symfony\Component\VarDumper\Dumper\ContextualizedDumper
  35672.      */
  35673.     protected function getVarDumper_ContextualizedCliDumperService()
  35674.     {
  35675.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
  35676.         return $this->privates['var_dumper.contextualized_cli_dumper'] = new \Symfony\Component\VarDumper\Dumper\ContextualizedDumper(($this->privates['var_dumper.contextualized_cli_dumper.inner'] ?? $this->getVarDumper_ContextualizedCliDumper_InnerService()), ['source' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider('UTF-8', \dirname(__DIR__4), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()))]);
  35677.     }
  35678.     /**
  35679.      * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  35680.      *
  35681.      * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  35682.      */
  35683.     protected function getVarDumper_ContextualizedCliDumper_InnerService()
  35684.     {
  35685.         $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL'UTF-8'0);
  35686.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  35687.         return $instance;
  35688.     }
  35689.     /**
  35690.      * Gets the private 'var_dumper.html_dumper' shared service.
  35691.      *
  35692.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  35693.      */
  35694.     protected function getVarDumper_HtmlDumperService()
  35695.     {
  35696.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  35697.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  35698.         return $instance;
  35699.     }
  35700.     /**
  35701.      * Gets the private 'var_dumper.server_connection' shared service.
  35702.      *
  35703.      * @return \Symfony\Component\VarDumper\Server\Connection
  35704.      */
  35705.     protected function getVarDumper_ServerConnectionService()
  35706.     {
  35707.         return $this->privates['var_dumper.server_connection'] = new \Symfony\Component\VarDumper\Server\Connection('tcp://'.$this->getEnv('string:VAR_DUMPER_SERVER'), ['source' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider('UTF-8', \dirname(__DIR__4), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), 'request' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\RequestContextProvider(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))), 'cli' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\CliContextProvider()]);
  35708.     }
  35709.     /**
  35710.      * Gets the private 'vich_uploader.command.mapping_debug' shared service.
  35711.      *
  35712.      * @return \Vich\UploaderBundle\Command\MappingDebugCommand
  35713.      */
  35714.     protected function getVichUploader_Command_MappingDebugService()
  35715.     {
  35716.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  35717.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Command/MappingDebugCommand.php';
  35718.         $this->privates['vich_uploader.command.mapping_debug'] = $instance = new \Vich\UploaderBundle\Command\MappingDebugCommand($this->parameters['vich_uploader.mappings']);
  35719.         $instance->setName('vich:mapping:debug');
  35720.         return $instance;
  35721.     }
  35722.     /**
  35723.      * Gets the private 'vich_uploader.command.mapping_debug_class' shared service.
  35724.      *
  35725.      * @return \Vich\UploaderBundle\Command\MappingDebugClassCommand
  35726.      */
  35727.     protected function getVichUploader_Command_MappingDebugClassService()
  35728.     {
  35729.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  35730.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Command/MappingDebugClassCommand.php';
  35731.         $this->privates['vich_uploader.command.mapping_debug_class'] = $instance = new \Vich\UploaderBundle\Command\MappingDebugClassCommand(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()));
  35732.         $instance->setName('vich:mapping:debug-class');
  35733.         return $instance;
  35734.     }
  35735.     /**
  35736.      * Gets the private 'vich_uploader.command.mapping_list_classes' shared service.
  35737.      *
  35738.      * @return \Vich\UploaderBundle\Command\MappingListClassesCommand
  35739.      */
  35740.     protected function getVichUploader_Command_MappingListClassesService()
  35741.     {
  35742.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  35743.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Command/MappingListClassesCommand.php';
  35744.         $this->privates['vich_uploader.command.mapping_list_classes'] = $instance = new \Vich\UploaderBundle\Command\MappingListClassesCommand(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()));
  35745.         $instance->setName('vich:mapping:list-classes');
  35746.         return $instance;
  35747.     }
  35748.     /**
  35749.      * Gets the private 'vich_uploader.listener.clean.files_upload' shared service.
  35750.      *
  35751.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  35752.      */
  35753.     protected function getVichUploader_Listener_Clean_FilesUploadService()
  35754.     {
  35755.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  35756.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  35757.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  35758.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  35759.         return $this->privates['vich_uploader.listener.clean.files_upload'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('files_upload', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  35760.     }
  35761.     /**
  35762.      * Gets the private 'vich_uploader.listener.clean.listing_photos' shared service.
  35763.      *
  35764.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  35765.      */
  35766.     protected function getVichUploader_Listener_Clean_ListingPhotosService()
  35767.     {
  35768.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  35769.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  35770.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  35771.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  35772.         return $this->privates['vich_uploader.listener.clean.listing_photos'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('listing_photos', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  35773.     }
  35774.     /**
  35775.      * Gets the private 'vich_uploader.listener.remove.files_upload' shared service.
  35776.      *
  35777.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  35778.      */
  35779.     protected function getVichUploader_Listener_Remove_FilesUploadService()
  35780.     {
  35781.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  35782.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  35783.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  35784.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  35785.         return $this->privates['vich_uploader.listener.remove.files_upload'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('files_upload', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  35786.     }
  35787.     /**
  35788.      * Gets the private 'vich_uploader.listener.remove.listing_photos' shared service.
  35789.      *
  35790.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  35791.      */
  35792.     protected function getVichUploader_Listener_Remove_ListingPhotosService()
  35793.     {
  35794.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  35795.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  35796.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  35797.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  35798.         return $this->privates['vich_uploader.listener.remove.listing_photos'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('listing_photos', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  35799.     }
  35800.     /**
  35801.      * Gets the private 'vich_uploader.listener.upload.files_upload' shared service.
  35802.      *
  35803.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  35804.      */
  35805.     protected function getVichUploader_Listener_Upload_FilesUploadService()
  35806.     {
  35807.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  35808.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  35809.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  35810.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  35811.         return $this->privates['vich_uploader.listener.upload.files_upload'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('files_upload', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  35812.     }
  35813.     /**
  35814.      * Gets the private 'vich_uploader.listener.upload.listing_photos' shared service.
  35815.      *
  35816.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  35817.      */
  35818.     protected function getVichUploader_Listener_Upload_ListingPhotosService()
  35819.     {
  35820.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  35821.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  35822.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  35823.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  35824.         return $this->privates['vich_uploader.listener.upload.listing_photos'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('listing_photos', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  35825.     }
  35826.     /**
  35827.      * Gets the private 'vich_uploader.metadata_reader' shared service.
  35828.      *
  35829.      * @return \Vich\UploaderBundle\Metadata\MetadataReader
  35830.      */
  35831.     protected function getVichUploader_MetadataReaderService()
  35832.     {
  35833.         $a = new \Metadata\Driver\FileLocator([]);
  35834.         $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_mongodb'] ?? $this->getDoctrineMongodbService()), => ($this->services['doctrine'] ?? $this->getDoctrineService())]), => new \Vich\UploaderBundle\Metadata\Driver\YamlDriver($a), => new \Vich\UploaderBundle\Metadata\Driver\YmlDriver($a)]), 'Metadata\\ClassHierarchyMetadata'true);
  35835.         $b->setCache(new \Metadata\Cache\FileCache(($this->targetDir.''.'/vich_uploader')));
  35836.         return $this->privates['vich_uploader.metadata_reader'] = new \Vich\UploaderBundle\Metadata\MetadataReader($b);
  35837.     }
  35838.     /**
  35839.      * Gets the private 'vich_uploader.property_mapping_factory' shared service.
  35840.      *
  35841.      * @return \Vich\UploaderBundle\Mapping\PropertyMappingFactory
  35842.      */
  35843.     protected function getVichUploader_PropertyMappingFactoryService()
  35844.     {
  35845.         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');
  35846.     }
  35847.     /**
  35848.      * Gets the private 'vich_uploader.storage.gaufrette' shared service.
  35849.      *
  35850.      * @return \Vich\UploaderBundle\Storage\GaufretteStorage
  35851.      */
  35852.     protected function getVichUploader_Storage_GaufretteService($lazyLoad true)
  35853.     {
  35854.         if ($lazyLoad) {
  35855.             return $this->privates['vich_uploader.storage.gaufrette'] = $this->createProxy('GaufretteStorage_f99e4b3', function () {
  35856.                 return \GaufretteStorage_f99e4b3::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  35857.                     $wrappedInstance $this->getVichUploader_Storage_GaufretteService(false);
  35858.                     $proxy->setProxyInitializer(null);
  35859.                     return true;
  35860.                 });
  35861.             });
  35862.         }
  35863.         return new \Vich\UploaderBundle\Storage\GaufretteStorage(($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()), ($this->services['knp_gaufrette.filesystem_map'] ?? $this->getKnpGaufrette_FilesystemMapService()), 'gaufrette');
  35864.     }
  35865.     /**
  35866.      * Gets the private 'web_profiler.csp.handler' shared service.
  35867.      *
  35868.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  35869.      */
  35870.     protected function getWebProfiler_Csp_HandlerService()
  35871.     {
  35872.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  35873.     }
  35874.     /**
  35875.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  35876.      *
  35877.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  35878.      */
  35879.     protected function getWebProfiler_DebugToolbarService()
  35880.     {
  35881.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  35882.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  35883.             return $this->privates['web_profiler.debug_toolbar'];
  35884.         }
  35885.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener($afalse2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), ($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  35886.     }
  35887.     /**
  35888.      * Gets the private 'webpack_encore.entrypoint_lookup[_default]' shared service.
  35889.      *
  35890.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup
  35891.      */
  35892.     protected function getWebpackEncore_EntrypointLookupDefaultService()
  35893.     {
  35894.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupInterface.php';
  35895.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/IntegrityDataProviderInterface.php';
  35896.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookup.php';
  35897.         return $this->privates['webpack_encore.entrypoint_lookup[_default]'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup((\dirname(__DIR__4).'/public/builds/entrypoints.json'), NULL'_default'false);
  35898.     }
  35899.     /**
  35900.      * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  35901.      *
  35902.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  35903.      */
  35904.     protected function getWebpackEncore_EntrypointLookupCollectionService()
  35905.     {
  35906.         return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  35907.             '_default' => ['privates''webpack_encore.entrypoint_lookup[_default]''getWebpackEncore_EntrypointLookupDefaultService'false],
  35908.         ], [
  35909.             '_default' => '?',
  35910.         ]), '_default');
  35911.     }
  35912.     /**
  35913.      * Gets the private 'webpack_encore.exception_listener' shared service.
  35914.      *
  35915.      * @return \Symfony\WebpackEncoreBundle\EventListener\ExceptionListener
  35916.      */
  35917.     protected function getWebpackEncore_ExceptionListenerService()
  35918.     {
  35919.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ExceptionListener.php';
  35920.         return $this->privates['webpack_encore.exception_listener'] = new \Symfony\WebpackEncoreBundle\EventListener\ExceptionListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  35921.     }
  35922.     /**
  35923.      * Gets the private 'webpack_encore.tag_renderer' shared service.
  35924.      *
  35925.      * @return \Symfony\WebpackEncoreBundle\Asset\TagRenderer
  35926.      */
  35927.     protected function getWebpackEncore_TagRendererService()
  35928.     {
  35929.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/TagRenderer.php';
  35930.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  35931.         if (isset($this->privates['webpack_encore.tag_renderer'])) {
  35932.             return $this->privates['webpack_encore.tag_renderer'];
  35933.         }
  35934.         return $this->privates['webpack_encore.tag_renderer'] = new \Symfony\WebpackEncoreBundle\Asset\TagRenderer(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), ($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()), [], ['defer' => true], [], $a);
  35935.     }
  35936.     /**
  35937.      * Gets the public 'cache_clearer' alias.
  35938.      *
  35939.      * @return object The ".container.private.cache_clearer" service.
  35940.      */
  35941.     protected function getCacheClearerService()
  35942.     {
  35943.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  35944.         return $this->get('.container.private.cache_clearer');
  35945.     }
  35946.     /**
  35947.      * Gets the public 'filesystem' alias.
  35948.      *
  35949.      * @return object The ".container.private.filesystem" service.
  35950.      */
  35951.     protected function getFilesystemService()
  35952.     {
  35953.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  35954.         return $this->get('.container.private.filesystem');
  35955.     }
  35956.     /**
  35957.      * Gets the public 'serializer' alias.
  35958.      *
  35959.      * @return object The ".container.private.serializer" service.
  35960.      */
  35961.     protected function getSerializerService()
  35962.     {
  35963.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  35964.         return $this->get('.container.private.serializer');
  35965.     }
  35966.     /**
  35967.      * Gets the public 'security.csrf.token_manager' alias.
  35968.      *
  35969.      * @return object The ".container.private.security.csrf.token_manager" service.
  35970.      */
  35971.     protected function getSecurity_Csrf_TokenManagerService()
  35972.     {
  35973.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  35974.         return $this->get('.container.private.security.csrf.token_manager');
  35975.     }
  35976.     /**
  35977.      * Gets the public 'form.factory' alias.
  35978.      *
  35979.      * @return object The ".container.private.form.factory" service.
  35980.      */
  35981.     protected function getForm_FactoryService()
  35982.     {
  35983.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  35984.         return $this->get('.container.private.form.factory');
  35985.     }
  35986.     /**
  35987.      * Gets the public 'form.type.file' alias.
  35988.      *
  35989.      * @return object The ".container.private.form.type.file" service.
  35990.      */
  35991.     protected function getForm_Type_FileService()
  35992.     {
  35993.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  35994.         return $this->get('.container.private.form.type.file');
  35995.     }
  35996.     /**
  35997.      * Gets the public 'profiler' alias.
  35998.      *
  35999.      * @return object The ".container.private.profiler" service.
  36000.      */
  36001.     protected function getProfilerService()
  36002.     {
  36003.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  36004.         return $this->get('.container.private.profiler');
  36005.     }
  36006.     /**
  36007.      * Gets the public 'twig' alias.
  36008.      *
  36009.      * @return object The ".container.private.twig" service.
  36010.      */
  36011.     protected function getTwigService()
  36012.     {
  36013.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  36014.         return $this->get('.container.private.twig');
  36015.     }
  36016.     /**
  36017.      * Gets the public 'security.authorization_checker' alias.
  36018.      *
  36019.      * @return object The ".container.private.security.authorization_checker" service.
  36020.      */
  36021.     protected function getSecurity_AuthorizationCheckerService()
  36022.     {
  36023.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  36024.         return $this->get('.container.private.security.authorization_checker');
  36025.     }
  36026.     /**
  36027.      * Gets the public 'security.token_storage' alias.
  36028.      *
  36029.      * @return object The ".container.private.security.token_storage" service.
  36030.      */
  36031.     protected function getSecurity_TokenStorageService()
  36032.     {
  36033.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  36034.         return $this->get('.container.private.security.token_storage');
  36035.     }
  36036.     /**
  36037.      * Gets the public 'security.password_encoder' alias.
  36038.      *
  36039.      * @return object The ".container.private.security.password_encoder" service.
  36040.      */
  36041.     protected function getSecurity_PasswordEncoderService()
  36042.     {
  36043.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  36044.         return $this->get('.container.private.security.password_encoder');
  36045.     }
  36046.     /**
  36047.      * Gets the public 'session' alias.
  36048.      *
  36049.      * @return object The ".container.private.session" service.
  36050.      */
  36051.     protected function getSessionService()
  36052.     {
  36053.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  36054.         return $this->get('.container.private.session');
  36055.     }
  36056.     /**
  36057.      * Gets the public 'validator' alias.
  36058.      *
  36059.      * @return object The ".container.private.validator" service.
  36060.      */
  36061.     protected function getValidatorService()
  36062.     {
  36063.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  36064.         return $this->get('.container.private.validator');
  36065.     }
  36066.     /**
  36067.      * @return array|bool|float|int|string|\UnitEnum|null
  36068.      */
  36069.     public function getParameter(string $name)
  36070.     {
  36071.         if (isset($this->buildParameters[$name])) {
  36072.             return $this->buildParameters[$name];
  36073.         }
  36074.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  36075.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  36076.         }
  36077.         if (isset($this->loadedDynamicParameters[$name])) {
  36078.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  36079.         }
  36080.         return $this->parameters[$name];
  36081.     }
  36082.     public function hasParameter(string $name): bool
  36083.     {
  36084.         if (isset($this->buildParameters[$name])) {
  36085.             return true;
  36086.         }
  36087.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  36088.     }
  36089.     public function setParameter(string $name$value): void
  36090.     {
  36091.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  36092.     }
  36093.     public function getParameterBag(): ParameterBagInterface
  36094.     {
  36095.         if (null === $this->parameterBag) {
  36096.             $parameters $this->parameters;
  36097.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  36098.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  36099.             }
  36100.             foreach ($this->buildParameters as $name => $value) {
  36101.                 $parameters[$name] = $value;
  36102.             }
  36103.             $this->parameterBag = new FrozenParameterBag($parameters);
  36104.         }
  36105.         return $this->parameterBag;
  36106.     }
  36107.     private $loadedDynamicParameters = [
  36108.         'kernel.runtime_environment' => false,
  36109.         'kernel.build_dir' => false,
  36110.         'kernel.cache_dir' => false,
  36111.         'app_version' => false,
  36112.         'secret' => false,
  36113.         'legacy_salt' => false,
  36114.         'amazon_s3.bucket_name' => false,
  36115.         'amazon_s3.key' => false,
  36116.         'amazon_s3.secret' => false,
  36117.         'amazon_s3.region' => false,
  36118.         'amazon_sqs.key' => false,
  36119.         'amazon_sqs.secret' => false,
  36120.         'amazon_sqs.region' => false,
  36121.         'amazon_sns.key' => false,
  36122.         'amazon_sns.secret' => false,
  36123.         'amazon_sns.region' => false,
  36124.         'amazon_sns.account_id' => false,
  36125.         'amazon_cloudwatch.key' => false,
  36126.         'amazon_cloudwatch.secret' => false,
  36127.         'amazon_cloudwatch.region' => false,
  36128.         'router.request_context.host' => false,
  36129.         'router.request_context.scheme' => false,
  36130.         'country' => false,
  36131.         'elasticsearch_url' => false,
  36132.         'elasticsearch_timeout' => false,
  36133.         'fawry.hash_key' => false,
  36134.         'fawry.merchant_id' => false,
  36135.         'fawry.js_url' => false,
  36136.         'mongodb_server' => false,
  36137.         'mongodb_database' => false,
  36138.         'google_analytics_tracking_id' => false,
  36139.         'payfort.merchant_identifier' => false,
  36140.         'payfort.access_code' => false,
  36141.         'payfort.redirect_url' => false,
  36142.         'payfort.recurring_url' => false,
  36143.         'payfort.authorization_url' => false,
  36144.         'payfort.sha_request' => false,
  36145.         'payfort.sha_response' => false,
  36146.         'zoho_id' => false,
  36147.         'zoho_secret' => false,
  36148.         'zoho_user' => false,
  36149.         'sync_customers_zoho_id' => false,
  36150.         'sync_customers_zoho_secret' => false,
  36151.         'sync_customers_zoho_user' => false,
  36152.         'api_gateway.top_sellers.url' => false,
  36153.         'api_gateway.supply_and_demand.url' => false,
  36154.         'promotional_mailer_dsn' => false,
  36155.         'mailer_dsn' => false,
  36156.         'new_fcm_api' => false,
  36157.         'user_dashboard_url' => false,
  36158.         'google_recaptcha_site_key' => false,
  36159.         'aqarmap.wompoo' => false,
  36160.         'kernel.secret' => false,
  36161.         'debug.container.dump' => false,
  36162.         'serializer.mapping.cache.file' => false,
  36163.         'session.save_path' => false,
  36164.         'validator.mapping.cache.file' => false,
  36165.         'profiler.storage.dsn' => false,
  36166.         'doctrine.orm.proxy_dir' => false,
  36167.         'doctrine_mongodb.odm.proxy_dir' => false,
  36168.         'doctrine_mongodb.odm.hydrator_dir' => false,
  36169.         'doctrine_mongodb.odm.persistent_collection_dir' => false,
  36170.         'fos_user.registration.confirmation.from_email' => false,
  36171.         'fos_user.resetting.email.from_email' => false,
  36172.         'redjan_ym_fcm.firebase_api_key' => false,
  36173.     ];
  36174.     private $dynamicParameters = [];
  36175.     private function getDynamicParameter(string $name)
  36176.     {
  36177.         switch ($name) {
  36178.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  36179.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  36180.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  36181.             case 'app_version'$value $this->getEnv('APP_VERSION'); break;
  36182.             case 'secret'$value $this->getEnv('APP_SECRET'); break;
  36183.             case 'legacy_salt'$value $this->getEnv('APP_LEGACY_SALT'); break;
  36184.             case 'amazon_s3.bucket_name'$value $this->getEnv('AWS_S3_BUCKET'); break;
  36185.             case 'amazon_s3.key'$value $this->getEnv('AWS_ACCESS_KEY'); break;
  36186.             case 'amazon_s3.secret'$value $this->getEnv('AWS_SECRET_KEY'); break;
  36187.             case 'amazon_s3.region'$value $this->getEnv('AWS_S3_REGION'); break;
  36188.             case 'amazon_sqs.key'$value $this->getEnv('AWS_ACCESS_KEY'); break;
  36189.             case 'amazon_sqs.secret'$value $this->getEnv('AWS_SECRET_KEY'); break;
  36190.             case 'amazon_sqs.region'$value $this->getEnv('AWS_DEFAULT_REGION'); break;
  36191.             case 'amazon_sns.key'$value $this->getEnv('AWS_ACCESS_KEY'); break;
  36192.             case 'amazon_sns.secret'$value $this->getEnv('AWS_SECRET_KEY'); break;
  36193.             case 'amazon_sns.region'$value $this->getEnv('AWS_DEFAULT_REGION'); break;
  36194.             case 'amazon_sns.account_id'$value $this->getEnv('AWS_ACCOUNT_ID'); break;
  36195.             case 'amazon_cloudwatch.key'$value $this->getEnv('AWS_ACCESS_KEY'); break;
  36196.             case 'amazon_cloudwatch.secret'$value $this->getEnv('AWS_SECRET_KEY'); break;
  36197.             case 'amazon_cloudwatch.region'$value $this->getEnv('AWS_DEFAULT_REGION'); break;
  36198.             case 'router.request_context.host'$value $this->getEnv('APP_HOST'); break;
  36199.             case 'router.request_context.scheme'$value $this->getEnv('APP_SCHEME'); break;
  36200.             case 'country'$value $this->getEnv('APP_COUNTRY'); break;
  36201.             case 'elasticsearch_url'$value $this->getEnv('ELASTICSEARCH_URL'); break;
  36202.             case 'elasticsearch_timeout'$value $this->getEnv('ELASTICSEARCH_TIMEOUT'); break;
  36203.             case 'fawry.hash_key'$value $this->getEnv('FAWRY_HASH_KEY'); break;
  36204.             case 'fawry.merchant_id'$value $this->getEnv('FAWRY_MERCHANT_ID'); break;
  36205.             case 'fawry.js_url'$value $this->getEnv('FAWRY_JS_URL'); break;
  36206.             case 'mongodb_server'$value $this->getEnv('resolve:MONGODB_URL'); break;
  36207.             case 'mongodb_database'$value $this->getEnv('resolve:MONGODB_NAME'); break;
  36208.             case 'google_analytics_tracking_id'$value $this->getEnv('GOOGLE_ANALYTICS_TRACKING_ID'); break;
  36209.             case 'payfort.merchant_identifier'$value $this->getEnv('PAYFORT_MERCHANT_IDENTIFIER'); break;
  36210.             case 'payfort.access_code'$value $this->getEnv('PAYFORT_ACCESS_CODE'); break;
  36211.             case 'payfort.redirect_url'$value $this->getEnv('string:PAYFORT_URL').'/FortAPI/paymentPage'; break;
  36212.             case 'payfort.recurring_url'$value $this->getEnv('string:PAYFORT_URL').'/FortAPI/paymentApi'; break;
  36213.             case 'payfort.authorization_url'$value $this->getEnv('string:AUTHORIZATION_PAYFORT_URL').'/FortAPI/paymentApi'; break;
  36214.             case 'payfort.sha_request'$value $this->getEnv('PAYFORT_SHA_REQUEST'); break;
  36215.             case 'payfort.sha_response'$value $this->getEnv('PAYFORT_SHA_RESPONSE'); break;
  36216.             case 'zoho_id'$value $this->getEnv('resolve:ZOHO_ID_HOME_EG'); break;
  36217.             case 'zoho_secret'$value $this->getEnv('resolve:ZOHO_SECRET_HOME_EG'); break;
  36218.             case 'zoho_user'$value $this->getEnv('resolve:ZOHO_USER_HOME_EG'); break;
  36219.             case 'sync_customers_zoho_id'$value $this->getEnv('resolve:ZOHO_ID'); break;
  36220.             case 'sync_customers_zoho_secret'$value $this->getEnv('resolve:ZOHO_SECRET'); break;
  36221.             case 'sync_customers_zoho_user'$value $this->getEnv('resolve:ZOHO_USER'); break;
  36222.             case 'api_gateway.top_sellers.url'$value $this->getEnv('TOP_SELLER_SERVICE_ENDPOINT'); break;
  36223.             case 'api_gateway.supply_and_demand.url'$value $this->getEnv('LOCATIONS_INSIGHTS_SVC_ENDPOINT'); break;
  36224.             case 'promotional_mailer_dsn'$value $this->getEnv('MAILER_PROMOTIONAL_DSN'); break;
  36225.             case 'mailer_dsn'$value $this->getEnv('MAILER_DSN'); break;
  36226.             case 'new_fcm_api'$value 'https://fcm.googleapis.com/v1/projects/'.$this->getEnv('string:FCM_PROJECT_ID'); break;
  36227.             case 'user_dashboard_url'$value $this->getEnv('USER_DASHBOARD_URL'); break;
  36228.             case 'google_recaptcha_site_key'$value $this->getEnv('GOOGLE_RECAPTCHA_SITE_KEY'); break;
  36229.             case 'aqarmap.wompoo'$value = [
  36230.                 'enabled' => true,
  36231.                 'bucket' => $this->getEnv('AWS_S3_BUCKET'),
  36232.                 'base_urls' => $this->getEnv('json:THUMBOR_CDN_URLS'),
  36233.             ]; break;
  36234.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  36235.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  36236.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  36237.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  36238.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  36239.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  36240.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/Proxies'); break;
  36241.             case 'doctrine_mongodb.odm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/odm/mongodb/Proxies'); break;
  36242.             case 'doctrine_mongodb.odm.hydrator_dir'$value = ($this->targetDir.''.'/doctrine/odm/mongodb/Hydrators'); break;
  36243.             case 'doctrine_mongodb.odm.persistent_collection_dir'$value = ($this->targetDir.''.'/doctrine/odm/mongodb/PersistentCollections'); break;
  36244.             case 'fos_user.registration.confirmation.from_email'$value = [
  36245.                 $this->getEnv('WEBSITE_EMAIL') => 'Aqarmap',
  36246.             ]; break;
  36247.             case 'fos_user.resetting.email.from_email'$value = [
  36248.                 $this->getEnv('WEBSITE_EMAIL') => 'Aqarmap',
  36249.             ]; break;
  36250.             case 'redjan_ym_fcm.firebase_api_key'$value $this->getEnv('resolve:FCM_SERVER_KEY'); break;
  36251.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  36252.         }
  36253.         $this->loadedDynamicParameters[$name] = true;
  36254.         return $this->dynamicParameters[$name] = $value;
  36255.     }
  36256.     protected function getDefaultParameters(): array
  36257.     {
  36258.         return [
  36259.             'kernel.project_dir' => \dirname(__DIR__4),
  36260.             'kernel.environment' => 'dev',
  36261.             'kernel.debug' => true,
  36262.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  36263.             'kernel.bundles' => [
  36264.                 'AqarmapUserBundle' => 'Aqarmap\\Bundle\\UserBundle\\AqarmapUserBundle',
  36265.                 'AqarmapMainBundle' => 'Aqarmap\\Bundle\\MainBundle\\AqarmapMainBundle',
  36266.                 'AqarmapUtilityBundle' => 'Aqarmap\\Bundle\\UtilityBundle\\AqarmapUtilityBundle',
  36267.                 'AqarmapListingBundle' => 'Aqarmap\\Bundle\\ListingBundle\\AqarmapListingBundle',
  36268.                 'AqarmapMessageBundle' => 'Aqarmap\\Bundle\\MessageBundle\\AqarmapMessageBundle',
  36269.                 'AqarmapCreditBundle' => 'Aqarmap\\Bundle\\CreditBundle\\AqarmapCreditBundle',
  36270.                 'AqarmapNotifierBundle' => 'Aqarmap\\Bundle\\NotifierBundle\\AqarmapNotifierBundle',
  36271.                 'AqarmapBuyerAlertsBundle' => 'Aqarmap\\Bundle\\BuyerAlertsBundle\\AqarmapBuyerAlertsBundle',
  36272.                 'AqarmapApiBundle' => 'Aqarmap\\Bundle\\ApiBundle\\AqarmapApiBundle',
  36273.                 'AqarmapMortgageBundle' => 'Aqarmap\\Bundle\\MortgageBundle\\AqarmapMortgageBundle',
  36274.                 'AqarmapBrokerSalesBundle' => 'Aqarmap\\Bundle\\BrokerSalesBundle\\AqarmapBrokerSalesBundle',
  36275.                 'AqarmapNeighborhoodBundle' => 'Aqarmap\\Bundle\\NeighborhoodBundle\\AqarmapNeighborhoodBundle',
  36276.                 'AqarmapDiscussionBundle' => 'Aqarmap\\Bundle\\DiscussionBundle\\AqarmapDiscussionBundle',
  36277.                 'AqarmapCRMBundle' => 'Aqarmap\\Bundle\\CRMBundle\\AqarmapCRMBundle',
  36278.                 'AqarmapCustomerProfilingBundle' => 'Aqarmap\\Bundle\\CustomerProfilingBundle\\AqarmapCustomerProfilingBundle',
  36279.                 'AqarmapExchangeBundle' => 'Aqarmap\\Bundle\\ExchangeBundle\\AqarmapExchangeBundle',
  36280.                 'NotificationBundle' => 'Aqarmap\\Bundle\\NotificationBundle\\NotificationBundle',
  36281.                 'AqarmapPaymentBundle' => 'Aqarmap\\Bundle\\PaymentBundle\\AqarmapPaymentBundle',
  36282.                 'AqarmapAnnouncementBundle' => 'Aqarmap\\Bundle\\AnnouncementBundle\\AqarmapAnnouncementBundle',
  36283.                 'AqarmapSearchBundle' => 'Aqarmap\\Bundle\\SearchBundle\\AqarmapSearchBundle',
  36284.                 'AqarmapNotificationBundle' => 'Aqarmap\\Bundle\\NotificationBundle\\AqarmapNotificationBundle',
  36285.                 'FeatureToggleBundle' => 'Aqarmap\\Bundle\\FeatureToggleBundle\\FeatureToggleBundle',
  36286.                 'AqarmapValueEngineBundle' => 'Aqarmap\\Bundle\\ValueEngineBundle\\AqarmapValueEngineBundle',
  36287.                 'SurveyBundle' => 'Aqarmap\\Bundle\\SurveyBundle\\SurveyBundle',
  36288.                 'OTPBundle' => 'Aqarmap\\Bundle\\OTPBundle\\OTPBundle',
  36289.                 'TopSellerBundle' => 'Aqarmap\\Bundle\\TopSellerBundle\\TopSellerBundle',
  36290.                 'AqarmapFinancialAidsBundle' => 'Aqarmap\\Bundle\\FinancialAidsBundle\\AqarmapFinancialAidsBundle',
  36291.                 'RecurringTransactionBundle' => 'Aqarmap\\Bundle\\RecurringTransactionBundle\\RecurringTransactionBundle',
  36292.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  36293.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  36294.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  36295.                 'DoctrineMongoDBBundle' => 'Doctrine\\Bundle\\MongoDBBundle\\DoctrineMongoDBBundle',
  36296.                 'FOSElasticaBundle' => 'FOS\\ElasticaBundle\\FOSElasticaBundle',
  36297.                 'EnqueueBundle' => 'Enqueue\\Bundle\\EnqueueBundle',
  36298.                 'EnqueueElasticaBundle' => 'Enqueue\\ElasticaBundle\\EnqueueElasticaBundle',
  36299.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  36300.                 'FOSCKEditorBundle' => 'FOS\\CKEditorBundle\\FOSCKEditorBundle',
  36301.                 'FOSJsRoutingBundle' => 'FOS\\JsRoutingBundle\\FOSJsRoutingBundle',
  36302.                 'FOSRestBundle' => 'FOS\\RestBundle\\FOSRestBundle',
  36303.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  36304.                 'FOSUserBundle' => 'FOS\\UserBundle\\FOSUserBundle',
  36305.                 'HWIOAuthBundle' => 'HWI\\Bundle\\OAuthBundle\\HWIOAuthBundle',
  36306.                 'JMSI18nRoutingBundle' => 'JMS\\I18nRoutingBundle\\JMSI18nRoutingBundle',
  36307.                 'JMSSerializerBundle' => 'JMS\\SerializerBundle\\JMSSerializerBundle',
  36308.                 'KnpMenuBundle' => 'Knp\\Bundle\\MenuBundle\\KnpMenuBundle',
  36309.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  36310.                 'LiipImagineBundle' => 'Liip\\ImagineBundle\\LiipImagineBundle',
  36311.                 'NelmioApiDocBundle' => 'Nelmio\\ApiDocBundle\\NelmioApiDocBundle',
  36312.                 'OldSoundRabbitMqBundle' => 'OldSound\\RabbitMqBundle\\OldSoundRabbitMqBundle',
  36313.                 'HttplugBundle' => 'Http\\HttplugBundle\\HttplugBundle',
  36314.                 'PrestaSitemapBundle' => 'Presta\\SitemapBundle\\PrestaSitemapBundle',
  36315.                 'RedjanYmFCMBundle' => 'RedjanYm\\FCMBundle\\RedjanYmFCMBundle',
  36316.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  36317.                 'SncRedisBundle' => 'Snc\\RedisBundle\\SncRedisBundle',
  36318.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  36319.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  36320.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  36321.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  36322.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  36323.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  36324.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  36325.                 'VichUploaderBundle' => 'Vich\\UploaderBundle\\VichUploaderBundle',
  36326.                 'BazingaJsTranslationBundle' => 'Bazinga\\Bundle\\JsTranslationBundle\\BazingaJsTranslationBundle',
  36327.                 'KnpGaufretteBundle' => 'Knp\\Bundle\\GaufretteBundle\\KnpGaufretteBundle',
  36328.             ],
  36329.             'kernel.bundles_metadata' => [
  36330.                 'AqarmapUserBundle' => [
  36331.                     'path' => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle'),
  36332.                     'namespace' => 'Aqarmap\\Bundle\\UserBundle',
  36333.                 ],
  36334.                 'AqarmapMainBundle' => [
  36335.                     'path' => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle'),
  36336.                     'namespace' => 'Aqarmap\\Bundle\\MainBundle',
  36337.                 ],
  36338.                 'AqarmapUtilityBundle' => [
  36339.                     'path' => (\dirname(__DIR__4).'/vendor/aqarmap/utility-bundle/Aqarmap/Bundle/UtilityBundle'),
  36340.                     'namespace' => 'Aqarmap\\Bundle\\UtilityBundle',
  36341.                 ],
  36342.                 'AqarmapListingBundle' => [
  36343.                     'path' => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle'),
  36344.                     'namespace' => 'Aqarmap\\Bundle\\ListingBundle',
  36345.                 ],
  36346.                 'AqarmapMessageBundle' => [
  36347.                     'path' => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/MessageBundle'),
  36348.                     'namespace' => 'Aqarmap\\Bundle\\MessageBundle',
  36349.                 ],
  36350.                 'AqarmapCreditBundle' => [
  36351.                     'path' => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle'),
  36352.                     'namespace' => 'Aqarmap\\Bundle\\CreditBundle',
  36353.                 ],
  36354.                 'AqarmapNotifierBundle' => [
  36355.                     'path' => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/NotifierBundle'),
  36356.                     'namespace' => 'Aqarmap\\Bundle\\NotifierBundle',
  36357.                 ],
  36358.                 'AqarmapBuyerAlertsBundle' => [
  36359.                     'path' => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/BuyerAlertsBundle'),
  36360.                     'namespace' => 'Aqarmap\\Bundle\\BuyerAlertsBundle',
  36361.                 ],
  36362.                 'AqarmapApiBundle' => [
  36363.                     'path' => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ApiBundle'),
  36364.                     'namespace' => 'Aqarmap\\Bundle\\ApiBundle',
  36365.                 ],
  36366.                 'AqarmapMortgageBundle' => [
  36367.                     'path' => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/MortgageBundle'),
  36368.                     'namespace' => 'Aqarmap\\Bundle\\MortgageBundle',
  36369.                 ],
  36370.                 'AqarmapBrokerSalesBundle' => [
  36371.                     'path' => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/BrokerSalesBundle'),
  36372.                     'namespace' => 'Aqarmap\\Bundle\\BrokerSalesBundle',
  36373.                 ],
  36374.                 'AqarmapNeighborhoodBundle' => [
  36375.                     'path' => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/NeighborhoodBundle'),
  36376.                     'namespace' => 'Aqarmap\\Bundle\\NeighborhoodBundle',
  36377.                 ],
  36378.                 'AqarmapDiscussionBundle' => [
  36379.                     'path' => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/DiscussionBundle'),
  36380.                     'namespace' => 'Aqarmap\\Bundle\\DiscussionBundle',
  36381.                 ],
  36382.                 'AqarmapCRMBundle' => [
  36383.                     'path' => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/CRMBundle'),
  36384.                     'namespace' => 'Aqarmap\\Bundle\\CRMBundle',
  36385.                 ],
  36386.                 'AqarmapCustomerProfilingBundle' => [
  36387.                     'path' => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/CustomerProfilingBundle'),
  36388.                     'namespace' => 'Aqarmap\\Bundle\\CustomerProfilingBundle',
  36389.                 ],
  36390.                 'AqarmapExchangeBundle' => [
  36391.                     'path' => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ExchangeBundle'),
  36392.                     'namespace' => 'Aqarmap\\Bundle\\ExchangeBundle',
  36393.                 ],
  36394.                 'NotificationBundle' => [
  36395.                     'path' => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle'),
  36396.                     'namespace' => 'Aqarmap\\Bundle\\NotificationBundle',
  36397.                 ],
  36398.                 'AqarmapPaymentBundle' => [
  36399.                     'path' => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/PaymentBundle'),
  36400.                     'namespace' => 'Aqarmap\\Bundle\\PaymentBundle',
  36401.                 ],
  36402.                 'AqarmapAnnouncementBundle' => [
  36403.                     'path' => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/AnnouncementBundle'),
  36404.                     'namespace' => 'Aqarmap\\Bundle\\AnnouncementBundle',
  36405.                 ],
  36406.                 'AqarmapSearchBundle' => [
  36407.                     'path' => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/SearchBundle'),
  36408.                     'namespace' => 'Aqarmap\\Bundle\\SearchBundle',
  36409.                 ],
  36410.                 'AqarmapNotificationBundle' => [
  36411.                     'path' => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle'),
  36412.                     'namespace' => 'Aqarmap\\Bundle\\NotificationBundle',
  36413.                 ],
  36414.                 'FeatureToggleBundle' => [
  36415.                     'path' => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/FeatureToggleBundle'),
  36416.                     'namespace' => 'Aqarmap\\Bundle\\FeatureToggleBundle',
  36417.                 ],
  36418.                 'AqarmapValueEngineBundle' => [
  36419.                     'path' => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ValueEngineBundle'),
  36420.                     'namespace' => 'Aqarmap\\Bundle\\ValueEngineBundle',
  36421.                 ],
  36422.                 'SurveyBundle' => [
  36423.                     'path' => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/SurveyBundle'),
  36424.                     'namespace' => 'Aqarmap\\Bundle\\SurveyBundle',
  36425.                 ],
  36426.                 'OTPBundle' => [
  36427.                     'path' => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/OTPBundle'),
  36428.                     'namespace' => 'Aqarmap\\Bundle\\OTPBundle',
  36429.                 ],
  36430.                 'TopSellerBundle' => [
  36431.                     'path' => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/TopSellerBundle'),
  36432.                     'namespace' => 'Aqarmap\\Bundle\\TopSellerBundle',
  36433.                 ],
  36434.                 'AqarmapFinancialAidsBundle' => [
  36435.                     'path' => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/FinancialAidsBundle'),
  36436.                     'namespace' => 'Aqarmap\\Bundle\\FinancialAidsBundle',
  36437.                 ],
  36438.                 'RecurringTransactionBundle' => [
  36439.                     'path' => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/RecurringTransactionBundle'),
  36440.                     'namespace' => 'Aqarmap\\Bundle\\RecurringTransactionBundle',
  36441.                 ],
  36442.                 'FrameworkBundle' => [
  36443.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  36444.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  36445.                 ],
  36446.                 'DoctrineBundle' => [
  36447.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  36448.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  36449.                 ],
  36450.                 'DoctrineFixturesBundle' => [
  36451.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  36452.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  36453.                 ],
  36454.                 'DoctrineMongoDBBundle' => [
  36455.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/mongodb-odm-bundle'),
  36456.                     'namespace' => 'Doctrine\\Bundle\\MongoDBBundle',
  36457.                 ],
  36458.                 'FOSElasticaBundle' => [
  36459.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src'),
  36460.                     'namespace' => 'FOS\\ElasticaBundle',
  36461.                 ],
  36462.                 'EnqueueBundle' => [
  36463.                     'path' => (\dirname(__DIR__4).'/vendor/enqueue/enqueue-bundle'),
  36464.                     'namespace' => 'Enqueue\\Bundle',
  36465.                 ],
  36466.                 'EnqueueElasticaBundle' => [
  36467.                     'path' => (\dirname(__DIR__4).'/vendor/enqueue/elastica-bundle'),
  36468.                     'namespace' => 'Enqueue\\ElasticaBundle',
  36469.                 ],
  36470.                 'TwigBundle' => [
  36471.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  36472.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  36473.                 ],
  36474.                 'FOSCKEditorBundle' => [
  36475.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src'),
  36476.                     'namespace' => 'FOS\\CKEditorBundle',
  36477.                 ],
  36478.                 'FOSJsRoutingBundle' => [
  36479.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle'),
  36480.                     'namespace' => 'FOS\\JsRoutingBundle',
  36481.                 ],
  36482.                 'FOSRestBundle' => [
  36483.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle'),
  36484.                     'namespace' => 'FOS\\RestBundle',
  36485.                 ],
  36486.                 'SecurityBundle' => [
  36487.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  36488.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  36489.                 ],
  36490.                 'FOSUserBundle' => [
  36491.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle'),
  36492.                     'namespace' => 'FOS\\UserBundle',
  36493.                 ],
  36494.                 'HWIOAuthBundle' => [
  36495.                     'path' => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src'),
  36496.                     'namespace' => 'HWI\\Bundle\\OAuthBundle',
  36497.                 ],
  36498.                 'JMSI18nRoutingBundle' => [
  36499.                     'path' => (\dirname(__DIR__4).'/vendor/jms/i18n-routing-bundle/JMS/I18nRoutingBundle'),
  36500.                     'namespace' => 'JMS\\I18nRoutingBundle',
  36501.                 ],
  36502.                 'JMSSerializerBundle' => [
  36503.                     'path' => (\dirname(__DIR__4).'/vendor/jms/serializer-bundle'),
  36504.                     'namespace' => 'JMS\\SerializerBundle',
  36505.                 ],
  36506.                 'KnpMenuBundle' => [
  36507.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src'),
  36508.                     'namespace' => 'Knp\\Bundle\\MenuBundle',
  36509.                 ],
  36510.                 'KnpPaginatorBundle' => [
  36511.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle'),
  36512.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  36513.                 ],
  36514.                 'LiipImagineBundle' => [
  36515.                     'path' => (\dirname(__DIR__4).'/vendor/liip/imagine-bundle'),
  36516.                     'namespace' => 'Liip\\ImagineBundle',
  36517.                 ],
  36518.                 'NelmioApiDocBundle' => [
  36519.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle'),
  36520.                     'namespace' => 'Nelmio\\ApiDocBundle',
  36521.                 ],
  36522.                 'OldSoundRabbitMqBundle' => [
  36523.                     'path' => (\dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle'),
  36524.                     'namespace' => 'OldSound\\RabbitMqBundle',
  36525.                 ],
  36526.                 'HttplugBundle' => [
  36527.                     'path' => (\dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src'),
  36528.                     'namespace' => 'Http\\HttplugBundle',
  36529.                 ],
  36530.                 'PrestaSitemapBundle' => [
  36531.                     'path' => (\dirname(__DIR__4).'/vendor/presta/sitemap-bundle'),
  36532.                     'namespace' => 'Presta\\SitemapBundle',
  36533.                 ],
  36534.                 'RedjanYmFCMBundle' => [
  36535.                     'path' => (\dirname(__DIR__4).'/vendor/redjanym/fcm-bundle'),
  36536.                     'namespace' => 'RedjanYm\\FCMBundle',
  36537.                 ],
  36538.                 'SensioFrameworkExtraBundle' => [
  36539.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  36540.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  36541.                 ],
  36542.                 'SncRedisBundle' => [
  36543.                     'path' => (\dirname(__DIR__4).'/vendor/snc/redis-bundle/src'),
  36544.                     'namespace' => 'Snc\\RedisBundle',
  36545.                 ],
  36546.                 'DebugBundle' => [
  36547.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  36548.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  36549.                 ],
  36550.                 'MakerBundle' => [
  36551.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  36552.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  36553.                 ],
  36554.                 'MonologBundle' => [
  36555.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  36556.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  36557.                 ],
  36558.                 'DoctrineMigrationsBundle' => [
  36559.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  36560.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  36561.                 ],
  36562.                 'WebProfilerBundle' => [
  36563.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  36564.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  36565.                 ],
  36566.                 'TwigExtraBundle' => [
  36567.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  36568.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  36569.                 ],
  36570.                 'WebpackEncoreBundle' => [
  36571.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src'),
  36572.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  36573.                 ],
  36574.                 'VichUploaderBundle' => [
  36575.                     'path' => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle'),
  36576.                     'namespace' => 'Vich\\UploaderBundle',
  36577.                 ],
  36578.                 'BazingaJsTranslationBundle' => [
  36579.                     'path' => (\dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle'),
  36580.                     'namespace' => 'Bazinga\\Bundle\\JsTranslationBundle',
  36581.                 ],
  36582.                 'KnpGaufretteBundle' => [
  36583.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-gaufrette-bundle'),
  36584.                     'namespace' => 'Knp\\Bundle\\GaufretteBundle',
  36585.                 ],
  36586.             ],
  36587.             'kernel.charset' => 'UTF-8',
  36588.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  36589.             'jms_i18n_routing.locale_resolver.class' => 'Aqarmap\\Bundle\\MainBundle\\Locale\\DefaultLocaleResolver',
  36590.             'locale' => 'ar',
  36591.             'amazon_cloudwatch.stream' => 'dev',
  36592.             'wompoo.enabled' => true,
  36593.             'website_email' => 'info@aqarmap.com',
  36594.             'help_desk_email' => 'support+egypt@aqarmap.com',
  36595.             'webmaster_email' => 'no-reply@aqarmap.com.eg',
  36596.             'feedback_email' => 'support+egypt@aqarmap.com',
  36597.             'cs_email' => 'cs@aqarmap.com',
  36598.             'buyer_alerts_email' => 'buyer-alert@aqarmap.com',
  36599.             'router.request_context.base_url' => '',
  36600.             'cashnpay_product_id' => NULL,
  36601.             'cashnpay_secret_key' => NULL,
  36602.             'cashnpay_sandbox' => true,
  36603.             'slack_token' => 'xoxo-0000000000-0000000000-0000000000-0a0a0a0aa0',
  36604.             'slack_bot_name' => 'Symfony',
  36605.             'slack_channel' => '#monolog',
  36606.             'locales' => [
  36607.                 => 'ar',
  36608.                 => 'en',
  36609.             ],
  36610.             'firebase.apikey' => 'AAAA0Aa0Aa0:AAA00aAAaAaAaAAAaAAaaA-AA0AA0aAAA0aAa',
  36611.             'firebase.sender_id' => 1000000000000,
  36612.             'google_maps_key' => NULL,
  36613.             'facebook.app_id' => NULL,
  36614.             'facebook.app_secret' => NULL,
  36615.             'mongodb_user' => NULL,
  36616.             'mongodb_password' => NULL,
  36617.             'google.short.url.api_key' => NULL,
  36618.             'masked_email.imap_url' => 'imap.gmail.com:993/imap/ssl',
  36619.             'masked_email.email' => NULL,
  36620.             'masked_email.encrypted_password' => NULL,
  36621.             'payfort.sha_type' => 'sha256',
  36622.             'paymob.api_key' => NULL,
  36623.             'paymob.integration_id' => NULL,
  36624.             'paymob.recurring_integration_id' => NULL,
  36625.             'paymob.generate_token_url' => 'https://accept.paymob.com/api/auth/tokens',
  36626.             'paymob.generate_order_url' => 'https://accept.paymob.com/api/ecommerce/orders',
  36627.             'paymob.generate_payment_key_url' => 'https://accept.paymob.com/api/acceptance/payment_keys',
  36628.             'paymob.generate_pay_with_saved_card_url' => 'https://accept.paymob.com/api/acceptance/payments/pay',
  36629.             'chat' => [
  36630.                 'qiscus' => [
  36631.                     'app_id' => NULL,
  36632.                     'secret' => NULL,
  36633.                     'user_password' => NULL,
  36634.                     'uri' => '.qiscus.com/api',
  36635.                 ],
  36636.             ],
  36637.             'sms' => [
  36638.                 'aws' => [
  36639.                     'key' => NULL,
  36640.                     'secret' => NULL,
  36641.                     'region' => NULL,
  36642.                     'version' => NULL,
  36643.                     'sms_type' => NULL,
  36644.                     'from' => NULL,
  36645.                 ],
  36646.                 'nexmo' => [
  36647.                     'key' => NULL,
  36648.                     'secret' => NULL,
  36649.                     'from' => NULL,
  36650.                 ],
  36651.                 'connekio' => [
  36652.                     'url' => NULL,
  36653.                     'auth' => NULL,
  36654.                     'account_id' => NULL,
  36655.                     'mnc' => NULL,
  36656.                     'mcc' => NULL,
  36657.                     'from' => NULL,
  36658.                 ],
  36659.                 'infobip' => [
  36660.                     'base_url' => '',
  36661.                     'key' => '',
  36662.                     'from' => '',
  36663.                 ],
  36664.                 'provider' => 'infobip',
  36665.             ],
  36666.             'upload_location_path' => (\dirname(__DIR__4).'/web/locations/'),
  36667.             'aqarmap_notification' => [
  36668.                 'fcm' => [
  36669.                     'key' => NULL,
  36670.                 ],
  36671.                 'nexmo' => [
  36672.                     'api_key' => NULL,
  36673.                     'api_secret' => NULL,
  36674.                 ],
  36675.                 'mail' => [
  36676.                     'from' => 'system@aqarmap.com',
  36677.                 ],
  36678.             ],
  36679.             'aqarmap_advice_url' => 'https://advice.aqarmap.com.eg',
  36680.             'aqarmap.performance_log' => [
  36681.                 'enabled' => false,
  36682.             ],
  36683.             'aqarmap_teleport_client_secret' => '4drn0oj34y2os88gcc4gss4o0gc8gwk40ggg8ksgcwsg4w0g80',
  36684.             'aqarmap_teleport_client_id' => '1_1d3g4ovtnkqsosok4o8c8ksw4gcwsgkgwsk0wkos0s848k0cgo',
  36685.             'aqarmap_teleport_url' => 'https://fleet.aqarmap.net/',
  36686.             'zoho_redirect' => 'https://aqarmap.com.eg/en/',
  36687.             'zoho_resource_path' => 'public/crm',
  36688.             'auto_scrapy_init_command_api_url' => 'https://control:3vSPQ9@scrappy.aqarmap.net',
  36689.             'services.moonshot' => 'MOONSHOT',
  36690.             'services.poke' => 'POKE',
  36691.             'services.notification_center' => 'NOTIFICATION_CENTER',
  36692.             'facebookAppId' => '',
  36693.             'facebookSecret' => '',
  36694.             'aqm_cli.client_id' => '',
  36695.             'google_app_id' => NULL,
  36696.             'google_secret' => NULL,
  36697.             'google_redirect_url' => NULL,
  36698.             'joinUsARURL' => 'https://i.aqarmap.com/joinus/?campaign=HomepageWeb',
  36699.             'joinUsENURL' => 'https://i.aqarmap.com/joinus/index-en.html?campaign=HomepageWeb',
  36700.             'popUpJoinUsARURL' => 'https://i.aqarmap.com/joinus/?campaign=HomepageWidget',
  36701.             'popUpJoinUsENURL' => 'https://i.aqarmap.com/joinus/index-en.html?campaign=HomepageWidget',
  36702.             'env(MONGODB_URL)' => '',
  36703.             'env(MONGODB_DB)' => '',
  36704.             'container.dumper.inline_factories' => true,
  36705.             'event_dispatcher.event_aliases' => [
  36706.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  36707.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  36708.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  36709.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  36710.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  36711.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  36712.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  36713.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  36714.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  36715.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  36716.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  36717.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  36718.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  36719.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  36720.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  36721.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  36722.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  36723.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  36724.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  36725.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  36726.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  36727.             ],
  36728.             'fragment.renderer.hinclude.global_template' => NULL,
  36729.             'fragment.path' => '/_fragments',
  36730.             'kernel.http_method_override' => true,
  36731.             'kernel.trusted_hosts' => [
  36732.             ],
  36733.             'kernel.default_locale' => 'ar',
  36734.             'kernel.enabled_locales' => [
  36735.             ],
  36736.             'kernel.error_controller' => 'error_controller',
  36737.             'debug.file_link_format' => NULL,
  36738.             'asset.request_context.base_path' => NULL,
  36739.             'asset.request_context.secure' => NULL,
  36740.             'translator.logging' => false,
  36741.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  36742.             'debug.error_handler.throw_at' => -1,
  36743.             'router.resource' => 'kernel::loadRoutes',
  36744.             'request_listener.http_port' => 80,
  36745.             'request_listener.https_port' => 443,
  36746.             'session.metadata.storage_key' => '_sf2_meta',
  36747.             'session.storage.options' => [
  36748.                 'cache_limiter' => '0',
  36749.                 'cookie_secure' => 'auto',
  36750.                 'cookie_httponly' => true,
  36751.                 'cookie_samesite' => 'lax',
  36752.                 'gc_probability' => 1,
  36753.             ],
  36754.             'session.metadata.update_threshold' => 0,
  36755.             'form.type_extension.csrf.enabled' => true,
  36756.             'form.type_extension.csrf.field_name' => '_token',
  36757.             'validator.translation_domain' => 'validators',
  36758.             'profiler_listener.only_exceptions' => false,
  36759.             'profiler_listener.only_main_requests' => false,
  36760.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  36761.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  36762.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  36763.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  36764.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  36765.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  36766.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  36767.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  36768.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  36769.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  36770.             'doctrine.entity_managers' => [
  36771.                 'default' => 'doctrine.orm.default_entity_manager',
  36772.             ],
  36773.             'doctrine.default_entity_manager' => 'default',
  36774.             'doctrine.dbal.connection_factory.types' => [
  36775.             ],
  36776.             'doctrine.connections' => [
  36777.                 'default' => 'doctrine.dbal.default_connection',
  36778.             ],
  36779.             'doctrine.default_connection' => 'default',
  36780.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  36781.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  36782.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  36783.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  36784.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  36785.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  36786.             'doctrine.orm.cache.memcache_host' => 'localhost',
  36787.             'doctrine.orm.cache.memcache_port' => 11211,
  36788.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  36789.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  36790.             'doctrine.orm.cache.memcached_host' => 'localhost',
  36791.             'doctrine.orm.cache.memcached_port' => 11211,
  36792.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  36793.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  36794.             'doctrine.orm.cache.redis_host' => 'localhost',
  36795.             'doctrine.orm.cache.redis_port' => 6379,
  36796.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  36797.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  36798.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  36799.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  36800.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  36801.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  36802.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  36803.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  36804.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  36805.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  36806.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  36807.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  36808.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  36809.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  36810.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  36811.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  36812.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  36813.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  36814.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  36815.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  36816.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  36817.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  36818.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  36819.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  36820.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  36821.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  36822.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  36823.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  36824.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  36825.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  36826.             'doctrine.orm.auto_generate_proxy_classes' => true,
  36827.             'doctrine.orm.proxy_namespace' => 'Proxies',
  36828.             'doctrine_mongodb.odm.connection.class' => 'MongoDB\\Client',
  36829.             'doctrine_mongodb.odm.configuration.class' => 'Doctrine\\ODM\\MongoDB\\Configuration',
  36830.             'doctrine_mongodb.odm.document_manager.class' => 'Doctrine\\ODM\\MongoDB\\DocumentManager',
  36831.             'doctrine_mongodb.odm.manager_configurator.class' => 'Doctrine\\Bundle\\MongoDBBundle\\ManagerConfigurator',
  36832.             'doctrine_mongodb.odm.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  36833.             'doctrine_odm.mongodb.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  36834.             'doctrine_odm.mongodb.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  36835.             'doctrine_mongodb.odm.class' => 'Doctrine\\Bundle\\MongoDBBundle\\ManagerRegistry',
  36836.             'doctrine_mongodb.odm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  36837.             'doctrine_mongodb.odm.proxy_cache_warmer.class' => 'Doctrine\\Bundle\\MongoDBBundle\\CacheWarmer\\ProxyCacheWarmer',
  36838.             'doctrine_mongodb.odm.hydrator_cache_warmer.class' => 'Doctrine\\Bundle\\MongoDBBundle\\CacheWarmer\\HydratorCacheWarmer',
  36839.             'doctrine_mongodb.odm.persistent_collection_cache_warmer.class' => 'Doctrine\\Bundle\\MongoDBBundle\\CacheWarmer\\PersistentCollectionCacheWarmer',
  36840.             'doctrine_mongodb.odm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  36841.             'doctrine_mongodb.odm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  36842.             'doctrine_mongodb.odm.cache.apcu.class' => 'Doctrine\\Common\\Cache\\ApcuCache',
  36843.             'doctrine_mongodb.odm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  36844.             'doctrine_mongodb.odm.cache.memcache_host' => 'localhost',
  36845.             'doctrine_mongodb.odm.cache.memcache_port' => 11211,
  36846.             'doctrine_mongodb.odm.cache.memcache_instance.class' => 'Memcache',
  36847.             'doctrine_mongodb.odm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  36848.             'doctrine_mongodb.odm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  36849.             'doctrine_mongodb.odm.metadata.annotation.class' => 'Doctrine\\ODM\\MongoDB\\Mapping\\Driver\\AnnotationDriver',
  36850.             'doctrine_mongodb.odm.metadata.attribute.class' => 'Doctrine\\ODM\\MongoDB\\Mapping\\Driver\\AttributeDriver',
  36851.             'doctrine_mongodb.odm.metadata.attribute_reader.class' => 'Doctrine\\ODM\\MongoDB\\Mapping\\Driver\\AttributeReader',
  36852.             'doctrine_mongodb.odm.metadata.xml.class' => 'Doctrine\\Bundle\\MongoDBBundle\\Mapping\\Driver\\XmlDriver',
  36853.             'doctrine_mongodb.odm.mapping_dirs' => [
  36854.             ],
  36855.             'doctrine_mongodb.odm.xml_mapping_dirs' => [
  36856.             ],
  36857.             'doctrine_mongodb.odm.document_dirs' => [
  36858.             ],
  36859.             'doctrine_mongodb.odm.fixtures_dirs' => [
  36860.             ],
  36861.             'doctrine_mongodb.odm.logger.batch_insert_threshold' => 4,
  36862.             'doctrine_mongodb.odm.listeners.resolve_target_document.class' => 'Doctrine\\ODM\\MongoDB\\Tools\\ResolveTargetDocumentListener',
  36863.             'doctrine_mongodb.odm.default_connection' => 'default',
  36864.             'doctrine_mongodb.odm.default_document_manager' => 'default',
  36865.             'doctrine_mongodb.odm.proxy_namespace' => 'MongoDBODMProxies',
  36866.             'doctrine_mongodb.odm.auto_generate_proxy_classes' => 2,
  36867.             'doctrine_mongodb.odm.hydrator_namespace' => 'Hydrators',
  36868.             'doctrine_mongodb.odm.auto_generate_hydrator_classes' => 1,
  36869.             'doctrine_mongodb.odm.default_commit_options' => [
  36870.             ],
  36871.             'doctrine_mongodb.odm.persistent_collection_namespace' => 'PersistentCollections',
  36872.             'doctrine_mongodb.odm.auto_generate_persistent_collection_classes' => 0,
  36873.             'doctrine_mongodb.odm.fixture_loader' => 'Symfony\\Bridge\\Doctrine\\DataFixtures\\ContainerAwareLoader',
  36874.             'doctrine_mongodb.odm.connections' => [
  36875.                 'default' => 'doctrine_mongodb.odm.default_connection',
  36876.             ],
  36877.             'doctrine_mongodb.odm.document_managers' => [
  36878.                 'default' => 'doctrine_mongodb.odm.default_document_manager',
  36879.             ],
  36880.             'fos_elastica.property_accessor.magicCall' => false,
  36881.             'fos_elastica.property_accessor.throwExceptionOnInvalidIndex' => false,
  36882.             'fos_elastica.default_index' => 'app_listings',
  36883.             'enqueue.transport.default.receive_timeout' => 10000,
  36884.             'enqueue.client.default.router_processor' => 'enqueue.client.default.router_processor',
  36885.             'enqueue.client.default.router_queue_name' => 'default',
  36886.             'enqueue.client.default.default_queue_name' => 'default',
  36887.             'enqueue.transports' => [
  36888.                 => 'default',
  36889.             ],
  36890.             'enqueue.clients' => [
  36891.                 => 'default',
  36892.             ],
  36893.             'enqueue.default_transport' => 'default',
  36894.             'enqueue.default_client' => 'default',
  36895.             'twig.form.resources' => [
  36896.                 => '@VichUploader/Form/fields.html.twig',
  36897.                 => 'form_div_layout.html.twig',
  36898.                 => '@LiipImagine/Form/form_div_layout.html.twig',
  36899.                 => '@FOSCKEditor/Form/ckeditor_widget.html.twig',
  36900.             ],
  36901.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  36902.             'fos_js_routing.extractor.class' => 'FOS\\JsRoutingBundle\\Extractor\\ExposedRoutesExtractor',
  36903.             'fos_js_routing.controller.class' => 'FOS\\JsRoutingBundle\\Controller\\Controller',
  36904.             'fos_js_routing.normalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RouteCollectionNormalizer',
  36905.             'fos_js_routing.normalizer.routes_response.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RoutesResponseNormalizer',
  36906.             'fos_js_routing.denormalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Denormalizer\\RouteCollectionDenormalizer',
  36907.             'fos_js_routing.request_context_base_url' => NULL,
  36908.             'fos_js_routing.cache_control' => [
  36909.                 'enabled' => false,
  36910.             ],
  36911.             'fos_rest.format_listener.rules' => NULL,
  36912.             'security.role_hierarchy.roles' => [
  36913.                 'ROLE_SUPER_ADMIN' => [
  36914.                     => 'ROLE_ADMIN',
  36915.                     => 'ROLE_USER',
  36916.                     => 'ROLE_ALLOWED_TO_SWITCH',
  36917.                     => 'ROLE_API_DEVELOPER',
  36918.                     => 'ROLE_BROKER_SALES_MANAGER',
  36919.                     => 'ROLE_ACCESS_TO_ADMIN_LEADS',
  36920.                     => 'ROLE_WEBMASTER',
  36921.                     => 'ROLE_SUPPORT',
  36922.                     => 'ROLE_FREE_LISTING',
  36923.                     => 'ROLE_PAID_LISTING',
  36924.                     10 => 'ROLE_CRM',
  36925.                     11 => 'ROLE_STAFF',
  36926.                     12 => 'ROLE_MARKETING',
  36927.                     13 => 'ROLE_DISCUSSION',
  36928.                     14 => 'ROLE_CUSTOMER_PROFILING',
  36929.                     15 => 'ROLE_BROKER',
  36930.                     16 => 'ROLE_NOTIFICATION_SETTING',
  36931.                     17 => 'ROLE_IN_HOUSE',
  36932.                     18 => 'ROLE_NOTIFIER',
  36933.                     19 => 'ROLE_FINANCE',
  36934.                     20 => 'ROLE_ACCESS_TO_ADMIN_PAYMENTS',
  36935.                     21 => 'ROLE_SEARCH_SCORING',
  36936.                     22 => 'ROLE_BROKER_WEBSITE',
  36937.                     23 => 'ROLE_ADMIN_ACTIVITIES',
  36938.                     24 => 'ROLE_MESSENGER_TESTER',
  36939.                     25 => 'ROLE_REFUND_PAYMENT',
  36940.                     26 => 'ROLE_ANNOUNCEMENTS',
  36941.                     27 => 'ROLE_PROJECTS',
  36942.                     28 => 'ROLE_INCREASING_LISTINGS',
  36943.                     29 => 'ROLE_USER_MANAGEMENT',
  36944.                     30 => 'ROLE_ANALYSIS',
  36945.                     31 => 'ROLE_IMPORT_USERS',
  36946.                     32 => 'ROLE_SUBACCOUNT',
  36947.                     33 => 'ROLE_PAYMENT_DISCOUNT',
  36948.                     34 => 'ROLE_AUTO_BUMP_UP',
  36949.                     35 => 'ROLE_EDIT_PAYMENT',
  36950.                     36 => 'ROLE_FEATURE_LISTING',
  36951.                     37 => 'ROLE_CASH_FLOW',
  36952.                     38 => 'ROLE_PAYMENT_OPERATIONS',
  36953.                     39 => 'ROLE_FINANCE',
  36954.                     40 => 'ROLE_PUMP_UP_LISTING',
  36955.                     41 => 'ROLE_IMPORT_USERS_UGC',
  36956.                     42 => 'ROLE_SALES_ANALYSIS',
  36957.                     43 => 'ROLE_VE',
  36958.                     44 => 'ROLE_CHURN_EXPIRY',
  36959.                     45 => 'ROLE_SOLD_BY_OWNER',
  36960.                     46 => 'ROLE_TARGET_AUDIENCE',
  36961.                     47 => 'ROLE_SWITCH_ACCOUNT',
  36962.                     48 => 'ROLE_CUSTOM_PARAGRAPH',
  36963.                     49 => 'ROLE_LOCATIONS',
  36964.                     50 => 'ROLE_LISTING_APPROVAL',
  36965.                     51 => 'ROLE_ASSIGN_AGENT',
  36966.                     52 => 'ROLE_GENERATE_PAYMENT',
  36967.                     53 => 'ROLE_CREDIT_PACKAGE',
  36968.                     54 => 'ROLE_SAVED_SEARCHES',
  36969.                     55 => 'ROLE_PUBLISHED_LISTINGS_COUNT',
  36970.                     56 => 'ROLE_EXCLUSIVE_PACKAGE',
  36971.                     57 => 'ROLE_SHOW_PROJECT_IN_HOMEPAGE',
  36972.                     58 => 'ROLE_CHANGE_USER_PASSWORD',
  36973.                     59 => 'ROLE_EXTEND_EXPIRY_DATES',
  36974.                     60 => 'ROLE_CHANGE_USER_TYPE',
  36975.                     61 => 'ROLE_USER_SERVICE',
  36976.                     62 => 'ROLE_FINANCIAL_AID',
  36977.                     63 => 'ROLE_ADMIN_GROUPS',
  36978.                     64 => 'ROLE_TECH_SUPPORT',
  36979.                     65 => 'ROLE_HOME_EG',
  36980.                     66 => 'ROLE_IMPORT_DEVELOPER_USERS',
  36981.                     67 => 'ROLE_SCRAPPED_LISTING',
  36982.                     68 => 'ROLE_RELIST_LISTING',
  36983.                     69 => 'ROLE_PAYMENT_RECURRING',
  36984.                     70 => 'ROLE_ACTIVE_CUSTOMER',
  36985.                     71 => 'ROLE_MOBILE_SECTION_TOGGLE',
  36986.                     72 => 'ROLE_SHOW_REVIEW_LISTINGS',
  36987.                     73 => 'ROLE_EDIT_REVIEW_LISTINGS',
  36988.                     74 => 'ROLE_ACTIONS_REVIEW_LISTINGS',
  36989.                     75 => 'ROLE_TOP_CUSTOMER',
  36990.                     76 => 'ROLE_FEATURING_AS_SELLER',
  36991.                     77 => 'ROLE_BANNERS',
  36992.                     78 => 'ROLE_BULK_TOP_SELLER_LEADS_GENERATION',
  36993.                 ],
  36994.                 'ROLE_ADMIN' => [
  36995.                     => 'ROLE_USER',
  36996.                     => 'ROLE_IN_HOUSE',
  36997.                 ],
  36998.                 'ROLE_BROKER_SALES_MANAGER' => [
  36999.                     => 'ROLE_BROKER_SALES',
  37000.                     => 'ROLE_IN_HOUSE',
  37001.                 ],
  37002.                 'ROLE_BROKER_WEBSITE' => [
  37003.                     => 'ROLE_ADMIN',
  37004.                 ],
  37005.                 'ROLE_WEBMASTER' => [
  37006.                     => 'ROLE_ADMIN',
  37007.                     => 'ROLE_IN_HOUSE',
  37008.                 ],
  37009.                 'ROLE_SUPPORT' => [
  37010.                     => 'ROLE_ADMIN',
  37011.                     => 'ROLE_IN_HOUSE',
  37012.                 ],
  37013.                 'ROLE_BROKER_SALES' => [
  37014.                     => 'ROLE_ADMIN',
  37015.                     => 'ROLE_IN_HOUSE',
  37016.                 ],
  37017.                 'ROLE_NOTIFIER' => [
  37018.                     => 'ROLE_ADMIN',
  37019.                 ],
  37020.                 'ROLE_CRM' => [
  37021.                     => 'ROLE_ADMIN',
  37022.                     => 'ROLE_STAFF',
  37023.                 ],
  37024.                 'ROLE_ACCESS_TO_ADMIN_LEADS' => [
  37025.                     => 'ROLE_ADMIN',
  37026.                     => 'ROLE_IN_HOUSE',
  37027.                     => 'ROLE_LEADS_STATISTICS',
  37028.                 ],
  37029.                 'ROLE_ACCESS_TO_EXPORT_LEADS' => [
  37030.                     => 'ROLE_ADMIN',
  37031.                     => 'ROLE_IN_HOUSE',
  37032.                 ],
  37033.                 'ROLE_ACCESS_TO_ADMIN_PAYMENTS' => [
  37034.                     => 'ROLE_ADMIN',
  37035.                     => 'ROLE_IN_HOUSE',
  37036.                 ],
  37037.                 'ROLE_FREE_LISTING' => [
  37038.                     => 'ROLE_ADMIN',
  37039.                     => 'ROLE_IN_HOUSE',
  37040.                 ],
  37041.                 'ROLE_PAID_LISTING' => [
  37042.                     => 'ROLE_ADMIN',
  37043.                     => 'ROLE_IN_HOUSE',
  37044.                 ],
  37045.                 'ROLE_MARKETING' => [
  37046.                     => 'ROLE_ADMIN',
  37047.                 ],
  37048.                 'ROLE_CUSTOM_PARAGRAPH' => [
  37049.                     => 'ROLE_ADMIN',
  37050.                 ],
  37051.                 'ROLE_LOCATIONS' => [
  37052.                     => 'ROLE_ADMIN',
  37053.                 ],
  37054.                 'ROLE_DISCUSSION' => [
  37055.                     => 'ROLE_ADMIN',
  37056.                 ],
  37057.                 'ROLE_API_DEVELOPER' => [
  37058.                     => 'ROLE_USER',
  37059.                 ],
  37060.                 'ROLE_TROOP' => [
  37061.                     => 'ROLE_USER',
  37062.                     => 'ROLE_IN_HOUSE',
  37063.                 ],
  37064.                 'ROLE_COMMANDS' => [
  37065.                     => 'ROLE_TROOP',
  37066.                     => 'ROLE_IN_HOUSE',
  37067.                 ],
  37068.                 'ROLE_BROKER' => [
  37069.                     => 'ROLE_USER',
  37070.                 ],
  37071.                 'ROLE_DASHBOARD' => [
  37072.                     => 'ROLE_USER',
  37073.                 ],
  37074.                 'ROLE_PAID_LOGO' => [
  37075.                     => 'ROLE_USER',
  37076.                 ],
  37077.                 'ROLE_STAFF' => [
  37078.                     => 'ROLE_USER',
  37079.                     => 'ROLE_IN_HOUSE',
  37080.                 ],
  37081.                 'ROLE_CUSTOMER_PROFILING' => [
  37082.                     => 'ROLE_ADMIN',
  37083.                     => 'ROLE_IN_HOUSE',
  37084.                 ],
  37085.                 'ROLE_NOTIFICATION_SETTING' => [
  37086.                     => 'ROLE_ADMIN',
  37087.                     => 'ROLE_IN_HOUSE',
  37088.                 ],
  37089.                 'ROLE_SEARCH_SCORING' => [
  37090.                     => 'ROLE_ADMIN',
  37091.                     => 'ROLE_IN_HOUSE',
  37092.                 ],
  37093.                 'ROLE_ANALYSIS' => [
  37094.                     => 'ROLE_ADMIN',
  37095.                     => 'ROLE_IN_HOUSE',
  37096.                 ],
  37097.                 'ROLE_ADMIN_ACTIVITIES' => [
  37098.                     => 'ROLE_ADMIN',
  37099.                     => 'ROLE_IN_HOUSE',
  37100.                 ],
  37101.                 'ROLE_MESSENGER_TESTER' => [
  37102.                     => 'ROLE_ADMIN',
  37103.                 ],
  37104.                 'ROLE_REFUND_PAYMENT' => [
  37105.                     => 'ROLE_ADMIN',
  37106.                 ],
  37107.                 'ROLE_ANNOUNCEMENTS' => [
  37108.                     => 'ROLE_ADMIN',
  37109.                 ],
  37110.                 'ROLE_PROJECTS' => [
  37111.                     => 'ROLE_ADMIN',
  37112.                 ],
  37113.                 'ROLE_INCREASING_LISTINGS' => [
  37114.                     => 'ROLE_ADMIN',
  37115.                 ],
  37116.                 'ROLE_IMPORT_USERS' => [
  37117.                     => 'ROLE_ADMIN',
  37118.                 ],
  37119.                 'ROLE_USER_MANAGEMENT' => [
  37120.                     => 'ROLE_ADMIN',
  37121.                 ],
  37122.                 'ROLE_IN_HOUSE' => [
  37123.                 ],
  37124.                 'ROLE_USER' => [
  37125.                 ],
  37126.                 'ROLE_SUBACCOUNT' => [
  37127.                     => 'ROLE_ADMIN',
  37128.                 ],
  37129.                 'ROLE_PAYMENT_DISCOUNT' => [
  37130.                     => 'ROLE_ADMIN',
  37131.                 ],
  37132.                 'ROLE_AUTO_BUMP_UP' => [
  37133.                     => 'ROLE_ADMIN',
  37134.                 ],
  37135.                 'ROLE_EDIT_PAYMENT' => [
  37136.                     => 'ROLE_ADMIN',
  37137.                 ],
  37138.                 'ROLE_FEATURE_LISTING' => [
  37139.                     => 'ROLE_ADMIN',
  37140.                 ],
  37141.                 'ROLE_CASH_FLOW' => [
  37142.                     => 'ROLE_ADMIN',
  37143.                 ],
  37144.                 'ROLE_PAYMENT_OPERATIONS' => [
  37145.                     => 'ROLE_ADMIN',
  37146.                 ],
  37147.                 'ROLE_FINANCE' => [
  37148.                     => 'ROLE_ADMIN',
  37149.                 ],
  37150.                 'ROLE_LEADS_STATISTICS' => [
  37151.                     => 'ROLE_ADMIN',
  37152.                 ],
  37153.                 'ROLE_PENDING_FEATURING_LISTING' => [
  37154.                     => 'ROLE_ADMIN',
  37155.                 ],
  37156.                 'ROLE_PUMP_UP_LISTING' => [
  37157.                     => 'ROLE_ADMIN',
  37158.                 ],
  37159.                 'ROLE_IMPORT_USERS_UGC' => [
  37160.                     => 'ROLE_ADMIN',
  37161.                 ],
  37162.                 'ROLE_SALES_ANALYSIS' => [
  37163.                     => 'ROLE_ADMIN',
  37164.                 ],
  37165.                 'ROLE_VE' => [
  37166.                     => 'ROLE_ADMIN',
  37167.                 ],
  37168.                 'ROLE_CHURN_EXPIRY' => [
  37169.                     => 'ROLE_ADMIN',
  37170.                 ],
  37171.                 'ROLE_CANCEL_PAYMENT' => [
  37172.                     => 'ROLE_ADMIN',
  37173.                 ],
  37174.                 'ROLE_SOLD_BY_OWNER' => [
  37175.                     => 'ROLE_ADMIN',
  37176.                 ],
  37177.                 'ROLE_TARGET_AUDIENCE' => [
  37178.                     => 'ROLE_USER',
  37179.                 ],
  37180.                 'ROLE_SWITCH_ACCOUNT' => [
  37181.                     => 'ROLE_ADMIN',
  37182.                 ],
  37183.                 'ROLE_LISTING_APPROVAL' => [
  37184.                     => 'ROLE_ADMIN',
  37185.                 ],
  37186.                 'ROLE_ASSIGN_AGENT' => [
  37187.                     => 'ROLE_ADMIN',
  37188.                 ],
  37189.                 'ROLE_GENERATE_PAYMENT' => [
  37190.                     => 'ROLE_ADMIN',
  37191.                 ],
  37192.                 'ROLE_CREDIT_PACKAGE' => [
  37193.                     => 'ROLE_ADMIN',
  37194.                 ],
  37195.                 'ROLE_SAVED_SEARCHES' => [
  37196.                     => 'ROLE_ADMIN',
  37197.                 ],
  37198.                 'ROLE_PUBLISHED_LISTINGS_COUNT' => [
  37199.                     => 'ROLE_ADMIN',
  37200.                 ],
  37201.                 'ROLE_EXCLUSIVE_PACKAGE' => [
  37202.                     => 'ROLE_ADMIN',
  37203.                 ],
  37204.                 'ROLE_SHOW_PROJECT_IN_HOMEPAGE' => [
  37205.                     => 'ROLE_ADMIN',
  37206.                 ],
  37207.                 'ROLE_SCRAPED' => [
  37208.                     => 'ROLE_USER',
  37209.                 ],
  37210.                 'ROLE_CHANGE_USER_PASSWORD' => [
  37211.                     => 'ROLE_ADMIN',
  37212.                 ],
  37213.                 'ROLE_CHANGE_USER_TYPE' => [
  37214.                     => 'ROLE_ADMIN',
  37215.                 ],
  37216.                 'ROLE_EXTEND_EXPIRY_DATES' => [
  37217.                     => 'ROLE_ADMIN',
  37218.                 ],
  37219.                 'ROLE_USER_SERVICE' => [
  37220.                     => 'ROLE_ADMIN',
  37221.                 ],
  37222.                 'ROLE_FINANCIAL_AID' => [
  37223.                     => 'ROLE_ADMIN',
  37224.                 ],
  37225.                 'ROLE_ADMIN_GROUPS' => [
  37226.                     => 'ROLE_ADMIN',
  37227.                 ],
  37228.                 'ROLE_TECH_SUPPORT' => [
  37229.                     => 'ROLE_ADMIN',
  37230.                 ],
  37231.                 'ROLE_HOME_EG' => [
  37232.                 ],
  37233.                 'ROLE_SCRAPPED_LISTING' => [
  37234.                     => 'ROLE_ADMIN',
  37235.                 ],
  37236.                 'ROLE_IMPORT_DEVELOPER_USERS' => [
  37237.                     => 'ROLE_ADMIN',
  37238.                 ],
  37239.                 'ROLE_RELIST_LISTING' => [
  37240.                     => 'ROLE_ADMIN',
  37241.                 ],
  37242.                 'ROLE_PAYMENT_RECURRING' => [
  37243.                     => 'ROLE_ADMIN',
  37244.                 ],
  37245.                 'ROLE_ACTIVE_CUSTOMER' => [
  37246.                     => 'ROLE_ADMIN',
  37247.                 ],
  37248.                 'ROLE_PREVENT_DELETE_LISTING' => [
  37249.                     => 'ROLE_USER',
  37250.                 ],
  37251.                 'ROLE_MOBILE_SECTION_TOGGLE' => [
  37252.                     => 'ROLE_ADMIN',
  37253.                 ],
  37254.                 'ROLE_REVIEW_PENDING_LISTINGS' => [
  37255.                     => 'ROLE_ADMIN',
  37256.                     => 'ROLE_FREE_LISTING',
  37257.                     => 'ROLE_PAID_LISTING',
  37258.                     => 'ROLE_ACTIVE_CUSTOMER',
  37259.                     => 'ROLE_SCRAPPED_LISTING',
  37260.                     => 'ROLE_INCREASING_LISTINGS',
  37261.                 ],
  37262.                 'ROLE_SHOW_REVIEW_LISTINGS' => [
  37263.                     => 'ROLE_ADMIN',
  37264.                 ],
  37265.                 'ROLE_EDIT_REVIEW_LISTINGS' => [
  37266.                     => 'ROLE_ADMIN',
  37267.                 ],
  37268.                 'ROLE_ACTIONS_REVIEW_LISTINGS' => [
  37269.                     => 'ROLE_ADMIN',
  37270.                 ],
  37271.                 'ROLE_NO_SCRAPPED_TABLE_VIEW' => [
  37272.                     => 'ROLE_ADMIN',
  37273.                 ],
  37274.                 'ROLE_TOP_CUSTOMER' => [
  37275.                     => 'ROLE_ADMIN',
  37276.                 ],
  37277.                 'ROLE_EDIT_LISTING_BASIC_INFO' => [
  37278.                     => 'ROLE_ADMIN',
  37279.                 ],
  37280.                 'ROLE_EDIT_LISTING_PARTICIPANTS' => [
  37281.                     => 'ROLE_ADMIN',
  37282.                 ],
  37283.                 'ROLE_EDIT_LISTING_UNITS' => [
  37284.                     => 'ROLE_ADMIN',
  37285.                     => 'ROLE_ACTIONS_REVIEW_LISTINGS',
  37286.                     => 'ROLE_EDIT_LISTING_UNITS',
  37287.                 ],
  37288.                 'ROLE_EDIT_LISTING_PHOTOS' => [
  37289.                     => 'ROLE_ADMIN',
  37290.                     => 'ROLE_EDIT_REVIEW_LISTINGS',
  37291.                 ],
  37292.                 'ROLE_EDIT_LISTING_PHONE' => [
  37293.                     => 'ROLE_ADMIN',
  37294.                 ],
  37295.                 'ROLE_EDIT_LISTING_LOCATION' => [
  37296.                     => 'ROLE_ADMIN',
  37297.                 ],
  37298.                 'ROLE_EDIT_LISTING_CHANGE_STATUS' => [
  37299.                     => 'ROLE_ADMIN',
  37300.                 ],
  37301.                 'ROLE_FEATURING_AS_SELLER' => [
  37302.                     => 'ROLE_ADMIN',
  37303.                 ],
  37304.                 'ROLE_BANNERS' => [
  37305.                     => 'ROLE_ADMIN',
  37306.                 ],
  37307.                 'ROLE_BULK_TOP_SELLER_LEADS_GENERATION' => [
  37308.                     => 'ROLE_ADMIN',
  37309.                 ],
  37310.             ],
  37311.             'security.access.denied_url' => NULL,
  37312.             'security.authentication.manager.erase_credentials' => true,
  37313.             'security.authentication.session_strategy.strategy' => 'migrate',
  37314.             'security.access.always_authenticate_before_granting' => true,
  37315.             'security.authentication.hide_user_not_found' => true,
  37316.             'security.firewalls' => [
  37317.                 => 'api_v3_anonymous_feature-expiry-date',
  37318.                 => 'api_v3_anonymous_contact_seller',
  37319.                 => 'api_v3_anonymous_rejection_reasons',
  37320.                 => 'api_v3_anonymous_impressions',
  37321.                 => 'api_v3_anonymous_lead',
  37322.                 => 'api_v4_list_top_customers',
  37323.                 => 'aqarmap_api_user_personal_data',
  37324.                 => 'api_v3_anonymous_lead_without_user',
  37325.                 => 'api_v3_anonymous_location_search',
  37326.                 => 'api_v3_anonymous_location_search_without_slash',
  37327.                 10 => 'api_v3_anonymous_nearby_locations',
  37328.                 11 => 'api_v3_anonymous_rate_options',
  37329.                 12 => 'api_v3_anonymous_listing_rate',
  37330.                 13 => 'api_v3_anonymous_login',
  37331.                 14 => 'api_create_feedback_v3',
  37332.                 15 => 'api_v3_group_create_or_open',
  37333.                 16 => 'api_get_users_logo_v3',
  37334.                 17 => 'api_v4_anonymous_location_search',
  37335.                 18 => 'api_v4_resale_listings',
  37336.                 19 => 'api_v4_anonymous_filters',
  37337.                 20 => 'api_v4_anonymous_find_listing',
  37338.                 21 => 'api_v4_anonymous_location_children',
  37339.                 22 => 'api_v4_anonymous_register',
  37340.                 23 => 'api_v4_anonymous_registeration_otp',
  37341.                 24 => 'api_v4_anonymous_login_otp',
  37342.                 25 => 'api_v4_anonymous_edit_phone',
  37343.                 26 => 'api_v4_location_statistics_tree',
  37344.                 27 => 'aqarmap_api_get_location_parents_v4',
  37345.                 28 => 'aqarmap_api_get_location_translation',
  37346.                 29 => 'api_v4_user_locations_level',
  37347.                 30 => 'api_v4_list_top_sellers',
  37348.                 31 => 'api_check_token_expiry_v4',
  37349.                 32 => 'anonymous_otp',
  37350.                 33 => 'contact_seller_v2',
  37351.                 34 => 'aqarmap_api_v2_discussion_data',
  37352.                 35 => 'api_v2_list_top_customers',
  37353.                 36 => 'api_v2_oauth_token',
  37354.                 37 => 'api_v4_oauth_token',
  37355.                 38 => 'aqarmap_api_get_coordinates',
  37356.                 39 => 'aqarmap_api_check_top_seller',
  37357.                 40 => 'v4_api_create_call_request',
  37358.                 41 => 'api',
  37359.                 42 => 'api_v3',
  37360.                 43 => 'api_v4',
  37361.                 44 => 'dev',
  37362.                 45 => 'main',
  37363.             ],
  37364.             'security.api_v3_anonymous_lead._indexed_authenticators' => [
  37365.             ],
  37366.             'security.api_v4_list_top_customers._indexed_authenticators' => [
  37367.             ],
  37368.             'security.aqarmap_api_user_personal_data._indexed_authenticators' => [
  37369.             ],
  37370.             'security.api._indexed_authenticators' => [
  37371.             ],
  37372.             'security.api_v3._indexed_authenticators' => [
  37373.             ],
  37374.             'security.api_v4._indexed_authenticators' => [
  37375.             ],
  37376.             'hwi_oauth.resource_ownermap.configured.main' => [
  37377.                 'aqarmap' => '/hwi/login/aqarmap',
  37378.             ],
  37379.             'security.main._indexed_authenticators' => [
  37380.             ],
  37381.             'fos_user.backend_type_orm' => true,
  37382.             'fos_user.security.interactive_login_listener.class' => 'FOS\\UserBundle\\EventListener\\LastLoginListener',
  37383.             'fos_user.security.login_manager.class' => 'FOS\\UserBundle\\Security\\LoginManager',
  37384.             'fos_user.resetting.email.template' => '@FOSUser/Resetting/email.txt.twig',
  37385.             'fos_user.registration.confirmation.template' => '@FOSUser/Registration/email.txt.twig',
  37386.             'fos_user.storage' => 'orm',
  37387.             'fos_user.firewall_name' => 'main',
  37388.             'fos_user.model_manager_name' => NULL,
  37389.             'fos_user.model.user.class' => 'Aqarmap\\Bundle\\UserBundle\\Entity\\User',
  37390.             'fos_user.profile.form.type' => 'Aqarmap\\Bundle\\UserBundle\\Form\\ProfileFormType',
  37391.             'fos_user.profile.form.validation_groups' => [
  37392.                 => 'Default',
  37393.                 => 'profile',
  37394.             ],
  37395.             'fos_user.profile.form.name' => 'fos_user_profile_form',
  37396.             'fos_user.registration.confirmation.enabled' => false,
  37397.             'fos_user.registration.form.type' => 'Aqarmap\\Bundle\\UserBundle\\Form\\RegistrationFormType',
  37398.             'fos_user.registration.form.validation_groups' => [
  37399.                 => 'registration',
  37400.             ],
  37401.             'fos_user.registration.form.name' => 'fos_user_registration_form',
  37402.             'fos_user.change_password.form.type' => 'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType',
  37403.             'fos_user.change_password.form.name' => 'fos_user_change_password_form',
  37404.             'fos_user.change_password.form.validation_groups' => [
  37405.                 => 'ChangePassword',
  37406.                 => 'Default',
  37407.             ],
  37408.             'fos_user.resetting.retry_ttl' => 7200,
  37409.             'fos_user.resetting.token_ttl' => 86400,
  37410.             'fos_user.resetting.form.type' => 'FOS\\UserBundle\\Form\\Type\\ResettingFormType',
  37411.             'fos_user.resetting.form.name' => 'fos_user_resetting_form',
  37412.             'fos_user.resetting.form.validation_groups' => [
  37413.                 => 'ResetPassword',
  37414.                 => 'Default',
  37415.             ],
  37416.             'hwi_oauth.target_path_parameter' => NULL,
  37417.             'hwi_oauth.target_path_domains_whitelist' => [
  37418.             ],
  37419.             'hwi_oauth.use_referer' => true,
  37420.             'hwi_oauth.failed_use_referer' => false,
  37421.             'hwi_oauth.failed_auth_path' => 'hwi_oauth_connect',
  37422.             'hwi_oauth.grant_rule' => 'IS_AUTHENTICATED_FULLY',
  37423.             'hwi_oauth.resource_owners' => [
  37424.                 'aqarmap' => 'aqarmap',
  37425.             ],
  37426.             'hwi_oauth.connect' => false,
  37427.             'hwi_oauth.connect.confirmation' => false,
  37428.             'hwi_oauth.connect.registration_form' => NULL,
  37429.             'jms_i18n_routing.router.class' => 'JMS\\I18nRoutingBundle\\Router\\I18nRouter',
  37430.             'jms_i18n_routing.loader.class' => 'JMS\\I18nRoutingBundle\\Router\\I18nLoader',
  37431.             'jms_i18n_routing.route_exclusion_strategy.class' => 'JMS\\I18nRoutingBundle\\Router\\DefaultRouteExclusionStrategy',
  37432.             'jms_i18n_routing.pattern_generation_strategy.class' => 'JMS\\I18nRoutingBundle\\Router\\DefaultPatternGenerationStrategy',
  37433.             'jms_i18n_routing.locale_choosing_listener.class' => 'JMS\\I18nRoutingBundle\\EventListener\\LocaleChoosingListener',
  37434.             'jms_i18n_routing.cookie_setting_listener.class' => 'JMS\\I18nRoutingBundle\\EventListener\\CookieSettingListener',
  37435.             'jms_i18n_routing.route_translation_extractor.class' => 'JMS\\I18nRoutingBundle\\Translation\\RouteTranslationExtractor',
  37436.             'jms_i18n_routing.default_locale' => 'ar',
  37437.             'jms_i18n_routing.locales' => [
  37438.                 => 'ar',
  37439.                 => 'en',
  37440.             ],
  37441.             'jms_i18n_routing.catalogue' => 'routes',
  37442.             'jms_i18n_routing.strategy' => 'prefix',
  37443.             'jms_i18n_routing.redirect_to_host' => true,
  37444.             'jms_i18n_routing.cookie.name' => 'hl',
  37445.             'knp_menu.renderer.list.options' => [
  37446.             ],
  37447.             'knp_menu.twig.extension.class' => 'Knp\\Menu\\Twig\\MenuExtension',
  37448.             'knp_menu.renderer.twig.class' => 'Knp\\Menu\\Renderer\\TwigRenderer',
  37449.             'knp_menu.renderer.twig.options' => [
  37450.             ],
  37451.             'knp_menu.renderer.twig.template' => '@KnpMenu/menu.html.twig',
  37452.             'knp_menu.default_renderer' => 'twig',
  37453.             'knp_paginator.template.pagination' => '@KnpPaginator/Pagination/sliding.html.twig',
  37454.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  37455.             'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  37456.             'knp_paginator.page_range' => 5,
  37457.             'knp_paginator.page_limit' => NULL,
  37458.             'liip_imagine.resolvers' => [
  37459.                 'default' => [
  37460.                     'web_path' => [
  37461.                         'web_root' => (\dirname(__DIR__4).'/public'),
  37462.                         'cache_prefix' => 'media/cache',
  37463.                     ],
  37464.                 ],
  37465.             ],
  37466.             'liip_imagine.loaders' => [
  37467.                 'stream.aws_s3' => [
  37468.                     'stream' => [
  37469.                         'wrapper' => 'gaufrette://pictures/',
  37470.                         'context' => NULL,
  37471.                     ],
  37472.                 ],
  37473.                 'default' => [
  37474.                     'filesystem' => [
  37475.                         'locator' => 'filesystem',
  37476.                         'data_root' => [
  37477.                             => (\dirname(__DIR__4).'/public'),
  37478.                         ],
  37479.                         'allow_unresolvable_data_roots' => false,
  37480.                         'bundle_resources' => [
  37481.                             'enabled' => false,
  37482.                             'access_control_type' => 'blacklist',
  37483.                             'access_control_list' => [
  37484.                             ],
  37485.                         ],
  37486.                     ],
  37487.                 ],
  37488.             ],
  37489.             'liip_imagine.jpegoptim.binary' => '/usr/bin/jpegoptim',
  37490.             'liip_imagine.jpegoptim.stripAll' => true,
  37491.             'liip_imagine.jpegoptim.max' => NULL,
  37492.             'liip_imagine.jpegoptim.progressive' => true,
  37493.             'liip_imagine.jpegoptim.tempDir' => NULL,
  37494.             'liip_imagine.optipng.binary' => '/usr/bin/optipng',
  37495.             'liip_imagine.optipng.level' => 7,
  37496.             'liip_imagine.optipng.stripAll' => true,
  37497.             'liip_imagine.optipng.tempDir' => NULL,
  37498.             'liip_imagine.pngquant.binary' => '/usr/bin/pngquant',
  37499.             'liip_imagine.mozjpeg.binary' => '/opt/mozjpeg/bin/cjpeg',
  37500.             'liip_imagine.cwebp.binary' => '/usr/bin/cwebp',
  37501.             'liip_imagine.cwebp.tempDir' => NULL,
  37502.             'liip_imagine.cwebp.q' => 75,
  37503.             'liip_imagine.cwebp.alphaQ' => 100,
  37504.             'liip_imagine.cwebp.m' => 4,
  37505.             'liip_imagine.cwebp.alphaFilter' => 'fast',
  37506.             'liip_imagine.cwebp.alphaMethod' => 1,
  37507.             'liip_imagine.cwebp.exact' => false,
  37508.             'liip_imagine.cwebp.metadata' => [
  37509.                 => 'none',
  37510.             ],
  37511.             'liip_imagine.driver_service' => 'liip_imagine.gd',
  37512.             'liip_imagine.cache.resolver.default' => 'default',
  37513.             'liip_imagine.default_image' => NULL,
  37514.             'liip_imagine.filter_sets' => [
  37515.                 'large' => [
  37516.                     'quality' => 100,
  37517.                     'jpeg_quality' => NULL,
  37518.                     'png_compression_level' => NULL,
  37519.                     'png_compression_filter' => NULL,
  37520.                     'format' => NULL,
  37521.                     'animated' => false,
  37522.                     'cache' => NULL,
  37523.                     'data_loader' => NULL,
  37524.                     'default_image' => NULL,
  37525.                     'filters' => [
  37526.                         'auto_rotate' => [
  37527.                         ],
  37528.                         'thumbnail' => [
  37529.                             'size' => [
  37530.                                 => 1024,
  37531.                                 => 1024,
  37532.                             ],
  37533.                             'mode' => 'inset',
  37534.                         ],
  37535.                     ],
  37536.                     'post_processors' => [
  37537.                     ],
  37538.                 ],
  37539.                 'small' => [
  37540.                     'quality' => 100,
  37541.                     'jpeg_quality' => NULL,
  37542.                     'png_compression_level' => NULL,
  37543.                     'png_compression_filter' => NULL,
  37544.                     'format' => NULL,
  37545.                     'animated' => false,
  37546.                     'cache' => NULL,
  37547.                     'data_loader' => NULL,
  37548.                     'default_image' => NULL,
  37549.                     'filters' => [
  37550.                         'auto_rotate' => [
  37551.                         ],
  37552.                         'thumbnail' => [
  37553.                             'size' => [
  37554.                                 => 200,
  37555.                                 => 113,
  37556.                             ],
  37557.                             'mode' => 'outbound',
  37558.                         ],
  37559.                     ],
  37560.                     'post_processors' => [
  37561.                     ],
  37562.                 ],
  37563.                 'logo' => [
  37564.                     'quality' => 100,
  37565.                     'jpeg_quality' => NULL,
  37566.                     'png_compression_level' => NULL,
  37567.                     'png_compression_filter' => NULL,
  37568.                     'format' => NULL,
  37569.                     'animated' => false,
  37570.                     'cache' => NULL,
  37571.                     'data_loader' => NULL,
  37572.                     'default_image' => NULL,
  37573.                     'filters' => [
  37574.                         'auto_rotate' => [
  37575.                         ],
  37576.                         'thumbnail' => [
  37577.                             'size' => [
  37578.                                 => 200,
  37579.                                 => 100,
  37580.                             ],
  37581.                             'mode' => 'inset',
  37582.                         ],
  37583.                     ],
  37584.                     'post_processors' => [
  37585.                     ],
  37586.                 ],
  37587.                 'slider_photo' => [
  37588.                     'quality' => 100,
  37589.                     'jpeg_quality' => NULL,
  37590.                     'png_compression_level' => NULL,
  37591.                     'png_compression_filter' => NULL,
  37592.                     'format' => NULL,
  37593.                     'animated' => false,
  37594.                     'cache' => NULL,
  37595.                     'data_loader' => NULL,
  37596.                     'default_image' => NULL,
  37597.                     'filters' => [
  37598.                         'auto_rotate' => [
  37599.                         ],
  37600.                         'thumbnail' => [
  37601.                             'size' => [
  37602.                                 => 800,
  37603.                                 => 450,
  37604.                             ],
  37605.                             'mode' => 'outbound',
  37606.                         ],
  37607.                     ],
  37608.                     'post_processors' => [
  37609.                     ],
  37610.                 ],
  37611.                 'search_thumb' => [
  37612.                     'quality' => 100,
  37613.                     'jpeg_quality' => NULL,
  37614.                     'png_compression_level' => NULL,
  37615.                     'png_compression_filter' => NULL,
  37616.                     'format' => NULL,
  37617.                     'animated' => false,
  37618.                     'cache' => NULL,
  37619.                     'data_loader' => NULL,
  37620.                     'default_image' => NULL,
  37621.                     'filters' => [
  37622.                         'auto_rotate' => [
  37623.                         ],
  37624.                         'relative_resize' => [
  37625.                             'heighten' => 250,
  37626.                             'widen' => 368,
  37627.                         ],
  37628.                         'thumbnail' => [
  37629.                             'size' => [
  37630.                                 => 736,
  37631.                                 => 500,
  37632.                             ],
  37633.                             'mode' => 'outbound',
  37634.                         ],
  37635.                         'crop' => [
  37636.                             'start' => [
  37637.                                 => 10,
  37638.                                 => 20,
  37639.                             ],
  37640.                             'size' => [
  37641.                                 => 250,
  37642.                                 => 170,
  37643.                             ],
  37644.                         ],
  37645.                     ],
  37646.                     'post_processors' => [
  37647.                     ],
  37648.                 ],
  37649.                 'advice_thumb' => [
  37650.                     'quality' => 100,
  37651.                     'jpeg_quality' => NULL,
  37652.                     'png_compression_level' => NULL,
  37653.                     'png_compression_filter' => NULL,
  37654.                     'format' => NULL,
  37655.                     'animated' => false,
  37656.                     'cache' => NULL,
  37657.                     'data_loader' => NULL,
  37658.                     'default_image' => NULL,
  37659.                     'filters' => [
  37660.                         'auto_rotate' => [
  37661.                         ],
  37662.                         'relative_resize' => [
  37663.                             'heighten' => 350,
  37664.                             'widen' => 368,
  37665.                         ],
  37666.                         'thumbnail' => [
  37667.                             'size' => [
  37668.                                 => 736,
  37669.                                 => 500,
  37670.                             ],
  37671.                             'mode' => 'outbound',
  37672.                         ],
  37673.                     ],
  37674.                     'post_processors' => [
  37675.                     ],
  37676.                 ],
  37677.                 'neighborhood_slider' => [
  37678.                     'quality' => 100,
  37679.                     'jpeg_quality' => NULL,
  37680.                     'png_compression_level' => NULL,
  37681.                     'png_compression_filter' => NULL,
  37682.                     'format' => NULL,
  37683.                     'animated' => false,
  37684.                     'cache' => NULL,
  37685.                     'data_loader' => NULL,
  37686.                     'default_image' => NULL,
  37687.                     'filters' => [
  37688.                         'auto_rotate' => [
  37689.                         ],
  37690.                         'thumbnail' => [
  37691.                             'size' => [
  37692.                                 => 1140,
  37693.                                 => 760,
  37694.                             ],
  37695.                             'mode' => 'inset',
  37696.                         ],
  37697.                     ],
  37698.                     'post_processors' => [
  37699.                     ],
  37700.                 ],
  37701.             ],
  37702.             'liip_imagine.binary.loader.default' => 'stream.aws_s3',
  37703.             'liip_imagine.controller.filter_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterAction',
  37704.             'liip_imagine.controller.filter_runtime_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterRuntimeAction',
  37705.             'liip_imagine.webp.generate' => false,
  37706.             'liip_imagine.webp.options' => [
  37707.                 'quality' => 100,
  37708.                 'cache' => NULL,
  37709.                 'data_loader' => NULL,
  37710.                 'post_processors' => [
  37711.                 ],
  37712.             ],
  37713.             'nelmio_api_doc.areas' => [
  37714.                 => 'default',
  37715.             ],
  37716.             'nelmio_api_doc.use_validation_groups' => false,
  37717.             'old_sound_rabbit_mq.connection.class' => 'PhpAmqpLib\\Connection\\AMQPStreamConnection',
  37718.             'old_sound_rabbit_mq.socket_connection.class' => 'PhpAmqpLib\\Connection\\AMQPSocketConnection',
  37719.             'old_sound_rabbit_mq.lazy.connection.class' => 'PhpAmqpLib\\Connection\\AMQPLazyConnection',
  37720.             'old_sound_rabbit_mq.lazy.socket_connection.class' => 'PhpAmqpLib\\Connection\\AMQPLazySocketConnection',
  37721.             'old_sound_rabbit_mq.connection_factory.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\AMQPConnectionFactory',
  37722.             'old_sound_rabbit_mq.binding.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\Binding',
  37723.             'old_sound_rabbit_mq.producer.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\Producer',
  37724.             'old_sound_rabbit_mq.consumer.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\Consumer',
  37725.             'old_sound_rabbit_mq.multi_consumer.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\MultipleConsumer',
  37726.             'old_sound_rabbit_mq.dynamic_consumer.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\DynamicConsumer',
  37727.             'old_sound_rabbit_mq.batch_consumer.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\BatchConsumer',
  37728.             'old_sound_rabbit_mq.anon_consumer.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\AnonConsumer',
  37729.             'old_sound_rabbit_mq.rpc_client.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\RpcClient',
  37730.             'old_sound_rabbit_mq.rpc_server.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\RpcServer',
  37731.             'old_sound_rabbit_mq.logged.channel.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\AMQPLoggedChannel',
  37732.             'old_sound_rabbit_mq.data_collector.class' => 'OldSound\\RabbitMqBundle\\DataCollector\\MessageDataCollector',
  37733.             'old_sound_rabbit_mq.parts_holder.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\AmqpPartsHolder',
  37734.             'old_sound_rabbit_mq.fallback.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\Fallback',
  37735.             'presta_sitemap.generator.class' => 'Presta\\SitemapBundle\\Service\\Generator',
  37736.             'presta_sitemap.dumper.class' => 'Presta\\SitemapBundle\\Service\\Dumper',
  37737.             'presta_sitemap.routing_loader.class' => 'Presta\\SitemapBundle\\Routing\\SitemapRoutingLoader',
  37738.             'presta_sitemap.dump_command.class' => 'Presta\\SitemapBundle\\Command\\DumpSitemapsCommand',
  37739.             'presta_sitemap.dump_directory' => (\dirname(__DIR__4).'/public'),
  37740.             'presta_sitemap.timetolive' => 86400,
  37741.             'presta_sitemap.sitemap_file_prefix' => 'sitemap',
  37742.             'presta_sitemap.items_by_set' => 50000,
  37743.             'presta_sitemap.defaults' => [
  37744.                 'priority' => 0.5,
  37745.                 'changefreq' => 'daily',
  37746.                 'lastmod' => 'now',
  37747.             ],
  37748.             'presta_sitemap.default_section' => 'default',
  37749.             'presta_sitemap.eventlistener.route_annotation.class' => 'Presta\\SitemapBundle\\EventListener\\RouteAnnotationEventListener',
  37750.             'snc_redis.client.class' => 'Predis\\Client',
  37751.             'snc_redis.client_options.class' => 'Predis\\Configuration\\Options',
  37752.             'snc_redis.connection_parameters.class' => 'Predis\\Connection\\Parameters',
  37753.             'snc_redis.connection_factory.class' => 'Snc\\RedisBundle\\Client\\Predis\\Connection\\ConnectionFactory',
  37754.             'snc_redis.connection_wrapper.class' => 'Snc\\RedisBundle\\Client\\Predis\\Connection\\ConnectionWrapper',
  37755.             'snc_redis.phpredis_client.class' => 'Redis',
  37756.             'snc_redis.relay_client.class' => 'Relay\\Relay',
  37757.             'snc_redis.phpredis_clusterclient.class' => 'RedisCluster',
  37758.             'snc_redis.logger.class' => 'Snc\\RedisBundle\\Logger\\RedisLogger',
  37759.             'snc_redis.data_collector.class' => 'Snc\\RedisBundle\\DataCollector\\RedisDataCollector',
  37760.             'snc_redis.monolog_handler.class' => 'Monolog\\Handler\\RedisHandler',
  37761.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  37762.             'monolog.use_microseconds' => true,
  37763.             'monolog.swift_mailer.handlers' => [
  37764.             ],
  37765.             'monolog.handlers_to_channels' => [
  37766.                 'monolog.handler.console' => [
  37767.                     'type' => 'exclusive',
  37768.                     'elements' => [
  37769.                         => 'event',
  37770.                         => 'doctrine',
  37771.                         => 'console',
  37772.                         => 'messenger',
  37773.                     ],
  37774.                 ],
  37775.                 'monolog.handler.main' => [
  37776.                     'type' => 'exclusive',
  37777.                     'elements' => [
  37778.                         => 'event',
  37779.                     ],
  37780.                 ],
  37781.             ],
  37782.             'doctrine.migrations.preferred_em' => NULL,
  37783.             'doctrine.migrations.preferred_connection' => NULL,
  37784.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  37785.             'web_profiler.debug_toolbar.mode' => 2,
  37786.             'vich_uploader.default_filename_attribute_suffix' => '_name',
  37787.             'vich_uploader.mappings' => [
  37788.                 'listing_photos' => [
  37789.                     'uri_prefix' => '/',
  37790.                     'upload_destination' => 'local_storage',
  37791.                     'namer' => [
  37792.                         'service' => 'vich_uploader.namer_uniqid.listing_photos',
  37793.                         'options' => [
  37794.                         ],
  37795.                     ],
  37796.                     'directory_namer' => [
  37797.                         'service' => 'Aqarmap\\Bundle\\MainBundle\\Naming\\ListingDirectoryNamer',
  37798.                         'options' => NULL,
  37799.                     ],
  37800.                     'delete_on_update' => true,
  37801.                     'delete_on_remove' => true,
  37802.                     'inject_on_load' => false,
  37803.                     'db_driver' => 'orm',
  37804.                 ],
  37805.                 'files_upload' => [
  37806.                     'uri_prefix' => '/',
  37807.                     'upload_destination' => 'local_storage',
  37808.                     'namer' => [
  37809.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.files_upload',
  37810.                         'options' => [
  37811.                         ],
  37812.                     ],
  37813.                     'directory_namer' => [
  37814.                         'service' => 'Aqarmap\\Bundle\\MainBundle\\Naming\\FilesDirectoryNamer',
  37815.                         'options' => NULL,
  37816.                     ],
  37817.                     'delete_on_update' => true,
  37818.                     'delete_on_remove' => true,
  37819.                     'inject_on_load' => false,
  37820.                     'db_driver' => 'orm',
  37821.                 ],
  37822.             ],
  37823.             'vich_uploader.file_injector.class' => 'Vich\\UploaderBundle\\Injector\\FileInjector',
  37824.             'bazinga.jstranslation.translation_finder.class' => 'Bazinga\\Bundle\\JsTranslationBundle\\Finder\\TranslationFinder',
  37825.             'bazinga.jstranslation.translation_dumper.class' => 'Bazinga\\Bundle\\JsTranslationBundle\\Dumper\\TranslationDumper',
  37826.             'bazinga.jstranslation.controller.class' => 'Bazinga\\Bundle\\JsTranslationBundle\\Controller\\Controller',
  37827.             'knp_gaufrette.filesystem_map.class' => 'Knp\\Bundle\\GaufretteBundle\\FilesystemMap',
  37828.             'knp_gaufrette.stream_wrapper.protocol' => 'gaufrette',
  37829.             'knp_gaufrette.stream_wrapper.filesystems' => [
  37830.                 's3_storage' => 's3_storage',
  37831.                 'local_storage' => 'local_storage',
  37832.             ],
  37833.             'maker.compatible_check.doctrine.supports_attributes' => true,
  37834.             'data_collector.templates' => [
  37835.                 'data_collector.request' => [
  37836.                     => 'request',
  37837.                     => '@WebProfiler/Collector/request.html.twig',
  37838.                 ],
  37839.                 'data_collector.time' => [
  37840.                     => 'time',
  37841.                     => '@WebProfiler/Collector/time.html.twig',
  37842.                 ],
  37843.                 'data_collector.memory' => [
  37844.                     => 'memory',
  37845.                     => '@WebProfiler/Collector/memory.html.twig',
  37846.                 ],
  37847.                 'data_collector.validator' => [
  37848.                     => 'validator',
  37849.                     => '@WebProfiler/Collector/validator.html.twig',
  37850.                 ],
  37851.                 'data_collector.ajax' => [
  37852.                     => 'ajax',
  37853.                     => '@WebProfiler/Collector/ajax.html.twig',
  37854.                 ],
  37855.                 'data_collector.form' => [
  37856.                     => 'form',
  37857.                     => '@WebProfiler/Collector/form.html.twig',
  37858.                 ],
  37859.                 'data_collector.exception' => [
  37860.                     => 'exception',
  37861.                     => '@WebProfiler/Collector/exception.html.twig',
  37862.                 ],
  37863.                 'data_collector.logger' => [
  37864.                     => 'logger',
  37865.                     => '@WebProfiler/Collector/logger.html.twig',
  37866.                 ],
  37867.                 'data_collector.events' => [
  37868.                     => 'events',
  37869.                     => '@WebProfiler/Collector/events.html.twig',
  37870.                 ],
  37871.                 'data_collector.router' => [
  37872.                     => 'router',
  37873.                     => '@WebProfiler/Collector/router.html.twig',
  37874.                 ],
  37875.                 'data_collector.cache' => [
  37876.                     => 'cache',
  37877.                     => '@WebProfiler/Collector/cache.html.twig',
  37878.                 ],
  37879.                 'data_collector.translation' => [
  37880.                     => 'translation',
  37881.                     => '@WebProfiler/Collector/translation.html.twig',
  37882.                 ],
  37883.                 'data_collector.security' => [
  37884.                     => 'security',
  37885.                     => '@Security/Collector/security.html.twig',
  37886.                 ],
  37887.                 'data_collector.twig' => [
  37888.                     => 'twig',
  37889.                     => '@WebProfiler/Collector/twig.html.twig',
  37890.                 ],
  37891.                 'data_collector.http_client' => [
  37892.                     => 'http_client',
  37893.                     => '@WebProfiler/Collector/http_client.html.twig',
  37894.                 ],
  37895.                 'data_collector.doctrine' => [
  37896.                     => 'db',
  37897.                     => '@Doctrine/Collector/db.html.twig',
  37898.                 ],
  37899.                 'data_collector.dump' => [
  37900.                     => 'dump',
  37901.                     => '@Debug/Profiler/dump.html.twig',
  37902.                 ],
  37903.                 'httplug.collector.collector' => [
  37904.                     => 'httplug',
  37905.                     => '@Httplug/webprofiler.html.twig',
  37906.                 ],
  37907.                 'data_collector.messenger' => [
  37908.                     => 'messenger',
  37909.                     => '@WebProfiler/Collector/messenger.html.twig',
  37910.                 ],
  37911.                 'mailer.data_collector' => [
  37912.                     => 'mailer',
  37913.                     => '@WebProfiler/Collector/mailer.html.twig',
  37914.                 ],
  37915.                 'doctrine_mongodb.odm.data_collector' => [
  37916.                     => 'mongodb',
  37917.                     => '@DoctrineMongoDB/Collector/mongodb.html.twig',
  37918.                 ],
  37919.                 'fos_elastica.data_collector' => [
  37920.                     => 'elastica',
  37921.                     => '@FOSElastica/Collector/elastica.html.twig',
  37922.                 ],
  37923.                 'enqueue.profiler.message_queue_collector' => [
  37924.                     => 'enqueue.message_queue',
  37925.                     => '@Enqueue/Profiler/panel.html.twig',
  37926.                 ],
  37927.                 'snc_redis.data_collector' => [
  37928.                     => 'redis',
  37929.                     => '@SncRedis/Collector/redis.html.twig',
  37930.                 ],
  37931.                 'Vich\\UploaderBundle\\DataCollector\\MappingCollector' => [
  37932.                     => 'vich_uploader.mapping_collector',
  37933.                     => '@VichUploader/Collector/mapping_collector.html.twig',
  37934.                 ],
  37935.                 'data_collector.config' => [
  37936.                     => 'config',
  37937.                     => '@WebProfiler/Collector/config.html.twig',
  37938.                 ],
  37939.             ],
  37940.             'hwi_oauth.resource_owner.paypal.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\PaypalResourceOwner',
  37941.             'hwi_oauth.resource_owner.vkontakte.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\VkontakteResourceOwner',
  37942.             'hwi_oauth.resource_owner.toshl.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\ToshlResourceOwner',
  37943.             'hwi_oauth.resource_owner.box.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\BoxResourceOwner',
  37944.             'hwi_oauth.resource_owner.eveonline.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\EveOnlineResourceOwner',
  37945.             'hwi_oauth.resource_owner.office365.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\Office365ResourceOwner',
  37946.             'hwi_oauth.resource_owner.itembase.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\ItembaseResourceOwner',
  37947.             'hwi_oauth.resource_owner.bufferapp.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\BufferAppResourceOwner',
  37948.             'hwi_oauth.resource_owner.dropbox.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DropboxResourceOwner',
  37949.             'hwi_oauth.resource_owner.deezer.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DeezerResourceOwner',
  37950.             'hwi_oauth.resource_owner.keycloak.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\KeycloakResourceOwner',
  37951.             'hwi_oauth.resource_owner.fiware.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\FiwareResourceOwner',
  37952.             'hwi_oauth.resource_owner.gitlab.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GitLabResourceOwner',
  37953.             'hwi_oauth.resource_owner.bitbucket.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\BitbucketResourceOwner',
  37954.             'hwi_oauth.resource_owner.dailymotion.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DailymotionResourceOwner',
  37955.             'hwi_oauth.resource_owner.stereomood.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\StereomoodResourceOwner',
  37956.             'hwi_oauth.resource_owner.clever.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\CleverResourceOwner',
  37957.             'hwi_oauth.resource_owner.disqus.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DisqusResourceOwner',
  37958.             'hwi_oauth.resource_owner.linkedin.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\LinkedinResourceOwner',
  37959.             'hwi_oauth.resource_owner.wordpress.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\WordpressResourceOwner',
  37960.             'hwi_oauth.resource_owner.reddit.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\RedditResourceOwner',
  37961.             'hwi_oauth.resource_owner.foursquare.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\FoursquareResourceOwner',
  37962.             'hwi_oauth.resource_owner.flickr.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\FlickrResourceOwner',
  37963.             'hwi_oauth.resource_owner.deviantart.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DeviantartResourceOwner',
  37964.             'hwi_oauth.resource_owner.github.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GitHubResourceOwner',
  37965.             'hwi_oauth.resource_owner.salesforce.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SalesforceResourceOwner',
  37966.             'hwi_oauth.resource_owner.bitly.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\BitlyResourceOwner',
  37967.             'hwi_oauth.resource_owner.spotify.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SpotifyResourceOwner',
  37968.             'hwi_oauth.resource_owner.stack_exchange.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\StackExchangeResourceOwner',
  37969.             'hwi_oauth.resource_owner.37signals.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\ThirtySevenSignalsResourceOwner',
  37970.             'hwi_oauth.resource_owner.sina_weibo.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SinaWeiboResourceOwner',
  37971.             'hwi_oauth.resource_owner.jira.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\JiraResourceOwner',
  37972.             'hwi_oauth.resource_owner.apple.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\AppleResourceOwner',
  37973.             'hwi_oauth.resource_owner.passage.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\PassageResourceOwner',
  37974.             'hwi_oauth.resource_owner.jawbone.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\JawboneResourceOwner',
  37975.             'hwi_oauth.resource_owner.azure.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\AzureResourceOwner',
  37976.             'hwi_oauth.resource_owner.slack.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SlackResourceOwner',
  37977.             'hwi_oauth.resource_owner.yandex.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\YandexResourceOwner',
  37978.             'hwi_oauth.resource_owner.hubic.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\HubicResourceOwner',
  37979.             'hwi_oauth.resource_owner.trakt.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\TraktResourceOwner',
  37980.             'hwi_oauth.resource_owner.trello.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\TrelloResourceOwner',
  37981.             'hwi_oauth.resource_owner.twitch.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\TwitchResourceOwner',
  37982.             'hwi_oauth.resource_owner.twitter.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\TwitterResourceOwner',
  37983.             'hwi_oauth.resource_owner.soundcloud.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SoundcloudResourceOwner',
  37984.             'hwi_oauth.resource_owner.oauth1.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\OAuth1ResourceOwner',
  37985.             'hwi_oauth.resource_owner.odnoklassniki.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\OdnoklassnikiResourceOwner',
  37986.             'hwi_oauth.resource_owner.yahoo.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\YahooResourceOwner',
  37987.             'hwi_oauth.resource_owner.oauth2.class' => '\\HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\OAuth2ResourceOwner',
  37988.             'hwi_oauth.resource_owner.amazon.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\AmazonResourceOwner',
  37989.             'hwi_oauth.resource_owner.qq.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\QQResourceOwner',
  37990.             'hwi_oauth.resource_owner.eventbrite.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\EventbriteResourceOwner',
  37991.             'hwi_oauth.resource_owner.auth0.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\Auth0ResourceOwner',
  37992.             'hwi_oauth.resource_owner.windows_live.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\WindowsLiveResourceOwner',
  37993.             'hwi_oauth.resource_owner.youtube.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\YoutubeResourceOwner',
  37994.             'hwi_oauth.resource_owner.bitbucket2.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\Bitbucket2ResourceOwner',
  37995.             'hwi_oauth.resource_owner.strava.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\StravaResourceOwner',
  37996.             'hwi_oauth.resource_owner.xing.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\XingResourceOwner',
  37997.             'hwi_oauth.resource_owner.facebook.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\FacebookResourceOwner',
  37998.             'hwi_oauth.resource_owner.discogs.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DiscogsResourceOwner',
  37999.             'hwi_oauth.resource_owner.google.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GoogleResourceOwner',
  38000.             'hwi_oauth.resource_owner.mailru.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\MailRuResourceOwner',
  38001.             'hwi_oauth.resource_owner.asana.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\AsanaResourceOwner',
  38002.             'hwi_oauth.resource_owner.genius.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GeniusResourceOwner',
  38003.             'hwi_oauth.resource_owner.sensio_connect.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SensioConnectResourceOwner',
  38004.             'hwi_oauth.resource_owner.runkeeper.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\RunKeeperResourceOwner',
  38005.             'hwi_oauth.resource_owner.instagram.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\InstagramResourceOwner',
  38006.             'old_sound_rabbit_mq.base_amqp' => [
  38007.             ],
  38008.             'console.command.ids' => [
  38009.             ],
  38010.         ];
  38011.     }
  38012.     protected function throw($message)
  38013.     {
  38014.         throw new RuntimeException($message);
  38015.     }
  38016. }