var/cache/dev/ContainerVvs1ywF/App_KernelDevDebugContainer.php line 39862

Open in your IDE?
  1. <?php
  2. namespace ContainerVvs1ywF;
  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\\LeadController' => 'getLeadControllerService',
  48.             'App\\Controller\\API\\Listing\\ListingController' => 'getListingControllerService',
  49.             'App\\Controller\\API\\Location\\LocationController' => 'getLocationControllerService',
  50.             'App\\Controller\\API\\LocationsInsights\\LocationsInsightsProxyController' => 'getLocationsInsightsProxyControllerService',
  51.             'App\\Controller\\API\\Subscriptions\\SubscriptionPlansController' => 'getSubscriptionPlansControllerService',
  52.             'App\\Controller\\API\\User\\CardsController' => 'getCardsControllerService',
  53.             'App\\Controller\\API\\User\\SubAccountsController' => 'getSubAccountsControllerService',
  54.             'App\\Controller\\API\\User\\SubscriptionsController' => 'getSubscriptionsControllerService',
  55.             'App\\Controller\\Admin\\Banners\\BannersController' => 'getBannersController2Service',
  56.             'App\\Controller\\Admin\\Subscriptions\\SubscriptionPlansController' => 'getSubscriptionPlansController2Service',
  57.             'App\\Controller\\AliasRoutesController' => 'getAliasRoutesControllerService',
  58.             'App\\Controller\\DefaultController' => 'getDefaultControllerService',
  59.             'App\\Controller\\EmailList\\WaitingController' => 'getWaitingControllerService',
  60.             'App\\Controller\\SecurityController' => 'getSecurityControllerService',
  61.             'Aqarmap\\Bundle\\AnnouncementBundle\\Controller\\Admin\\AnnouncementController' => 'getAnnouncementControllerService',
  62.             'Aqarmap\\Bundle\\AnnouncementBundle\\Controller\\Api\\AnnouncementController' => 'getAnnouncementController2Service',
  63.             'Aqarmap\\Bundle\\BrokerSalesBundle\\Controller\\Admin\\BrokerController' => 'getBrokerControllerService',
  64.             'Aqarmap\\Bundle\\BrokerSalesBundle\\Controller\\Admin\\SellerController' => 'getSellerControllerService',
  65.             'Aqarmap\\Bundle\\BuyerAlertsBundle\\Controller\\Api\\BuyerAlertsController' => 'getBuyerAlertsControllerService',
  66.             'Aqarmap\\Bundle\\BuyerAlertsBundle\\Controller\\BuyerAlertsController' => 'getBuyerAlertsController2Service',
  67.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\CheckInController' => 'getCheckInControllerService',
  68.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\CompanyController' => 'getCompanyControllerService',
  69.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\StaffController' => 'getStaffControllerService',
  70.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Api\\CompanyController' => 'getCompanyController2Service',
  71.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Api\\StaffCheckInController' => 'getStaffCheckInControllerService',
  72.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Api\\StaffController' => 'getStaffController2Service',
  73.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Admin\\ChurnAndExpiryController' => 'getChurnAndExpiryControllerService',
  74.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Admin\\CreditController' => 'getCreditControllerService',
  75.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Admin\\CreditPackageController' => 'getCreditPackageControllerService',
  76.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Admin\\CreditServiceController' => 'getCreditServiceControllerService',
  77.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Admin\\FaqController' => 'getFaqControllerService',
  78.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Api\\CreditAnalysisController' => 'getCreditAnalysisControllerService',
  79.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Api\\CreditController' => 'getCreditController2Service',
  80.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Api\\CreditServiceController' => 'getCreditServiceController2Service',
  81.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Api\\V2\\CreditPackageController' => 'getCreditPackageController2Service',
  82.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Api\\V3\\CreditController' => 'getCreditController3Service',
  83.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\CreditController' => 'getCreditController4Service',
  84.             'Aqarmap\\Bundle\\CustomerProfilingBundle\\Controller\\Admin\\DynamicQuestionController' => 'getDynamicQuestionControllerService',
  85.             'Aqarmap\\Bundle\\CustomerProfilingBundle\\Controller\\Admin\\QuestionSetController' => 'getQuestionSetControllerService',
  86.             'Aqarmap\\Bundle\\CustomerProfilingBundle\\Controller\\Admin\\SurveyResultsController' => 'getSurveyResultsControllerService',
  87.             'Aqarmap\\Bundle\\CustomerProfilingBundle\\Controller\\AnnualSurveyController' => 'getAnnualSurveyControllerService',
  88.             'Aqarmap\\Bundle\\CustomerProfilingBundle\\Controller\\ConsumerProfilingController' => 'getConsumerProfilingControllerService',
  89.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Admin\\CategoryController' => 'getCategoryControllerService',
  90.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Admin\\CommentController' => 'getCommentControllerService',
  91.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Admin\\DiscussionController' => 'getDiscussionControllerService',
  92.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Api\\DiscussionController' => 'getDiscussionController2Service',
  93.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\CommentController' => 'getCommentController2Service',
  94.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\DiscussionController' => 'getDiscussionController3Service',
  95.             'Aqarmap\\Bundle\\ExchangeBundle\\Controller\\Admin\\ExchangeRequestController' => 'getExchangeRequestControllerService',
  96.             'Aqarmap\\Bundle\\ExchangeBundle\\Controller\\Api\\ExchangeRequestController' => 'getExchangeRequestController2Service',
  97.             'Aqarmap\\Bundle\\FeatureToggleBundle\\Controller\\Admin\\FeatureToggleController' => 'getFeatureToggleControllerService',
  98.             'Aqarmap\\Bundle\\FeatureToggleBundle\\Controller\\Api\\FeatureToggleController' => 'getFeatureToggleController2Service',
  99.             'Aqarmap\\Bundle\\FeatureToggleBundle\\Service\\FeatureToggleManager' => 'getFeatureToggleManagerService',
  100.             'Aqarmap\\Bundle\\FinancialAidsBundle\\Controller\\Admin\\FinancialAidController' => 'getFinancialAidControllerService',
  101.             'Aqarmap\\Bundle\\FinancialAidsBundle\\Controller\\Api\\FinancialAidController' => 'getFinancialAidController2Service',
  102.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\CompoundLocationController' => 'getCompoundLocationControllerService',
  103.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\LeadsController' => 'getLeadsControllerService',
  104.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController' => 'getListingController2Service',
  105.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingPendingFeaturingController' => 'getListingPendingFeaturingControllerService',
  106.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingRulesController' => 'getListingRulesControllerService',
  107.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\LocationController' => 'getLocationController2Service',
  108.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ProjectSettingController' => 'getProjectSettingControllerService',
  109.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\PropertyTypeController' => 'getPropertyTypeControllerService',
  110.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\RejectionController' => 'getRejectionControllerService',
  111.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ScrapedListingController' => 'getScrapedListingControllerService',
  112.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\SearchController' => 'getSearchControllerService',
  113.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\SupplyAndDemandController' => 'getSupplyAndDemandControllerService',
  114.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\CallRequestController' => 'getCallRequestControllerService',
  115.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\CompoundLocationController' => 'getCompoundLocationController2Service',
  116.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\CompoundSearchController' => 'getCompoundSearchControllerService',
  117.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\CustomFieldController' => 'getCustomFieldControllerService',
  118.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\EstimateController' => 'getEstimateControllerService',
  119.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\FavouriteController' => 'getFavouriteControllerService',
  120.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LeadController' => 'getLeadController2Service',
  121.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController' => 'getListingController3Service',
  122.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LocationController' => 'getLocationController3Service',
  123.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\NoteController' => 'getNoteControllerService',
  124.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\PhotoController' => 'getPhotoControllerService',
  125.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\PriceFilterController' => 'getPriceFilterControllerService',
  126.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\PropertyTypeController' => 'getPropertyTypeController2Service',
  127.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\RateController' => 'getRateControllerService',
  128.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ScrapedListingController' => 'getScrapedListingController2Service',
  129.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\SearchFiltersController' => 'getSearchFiltersControllerService',
  130.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\SectionController' => 'getSectionControllerService',
  131.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\BrokerRankingController' => 'getBrokerRankingControllerService',
  132.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\FavouriteController' => 'getFavouriteController2Service',
  133.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\ImpressionController' => 'getImpressionControllerService',
  134.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\ListingController' => 'getListingController4Service',
  135.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\LocationController' => 'getLocationController4Service',
  136.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\RateController' => 'getRateController2Service',
  137.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\CallRequestController' => 'getCallRequestController2Service',
  138.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\CompoundLocationController' => 'getCompoundLocationController3Service',
  139.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\ConditionalFieldController' => 'getConditionalFieldControllerService',
  140.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\FiltersController' => 'getFiltersControllerService',
  141.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\ListingController' => 'getListingController5Service',
  142.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\LocationController' => 'getLocationController5Service',
  143.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\PropertyTypeController' => 'getPropertyTypeController3Service',
  144.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\SectionController' => 'getSectionController2Service',
  145.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\UserListingStatisticController' => 'getUserListingStatisticControllerService',
  146.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\CompoundSearchController' => 'getCompoundSearchController2Service',
  147.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\DefaultController' => 'getDefaultController2Service',
  148.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\LeadController' => 'getLeadController3Service',
  149.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController' => 'getListingController6Service',
  150.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingSearchController' => 'getListingSearchControllerService',
  151.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\PhotoController' => 'getPhotoController2Service',
  152.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\SectionController' => 'getSectionController3Service',
  153.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\TransactionController' => 'getTransactionControllerService',
  154.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingPhotoRepository' => 'getListingPhotoRepositoryService',
  155.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingRepository' => 'getListingRepositoryService',
  156.             'Aqarmap\\Bundle\\ListingBundle\\Service\\LeadsCRMService' => 'getLeadsCRMServiceService',
  157.             'Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager' => 'getListingManagerService',
  158.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\CustomParagraphController' => 'getCustomParagraphControllerService',
  159.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\DefaultController' => 'getDefaultController3Service',
  160.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\DefaultTopCustomersController' => 'getDefaultTopCustomersControllerService',
  161.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\FeedbackController' => 'getFeedbackControllerService',
  162.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\JoinUsController' => 'getJoinUsControllerService',
  163.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\MenuController' => 'getMenuControllerService',
  164.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\MobileSectionsTogglesController' => 'getMobileSectionsTogglesControllerService',
  165.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\PageController' => 'getPageControllerService',
  166.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\PerformanceLogController' => 'getPerformanceLogControllerService',
  167.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\PrintController' => 'getPrintControllerService',
  168.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\SettingController' => 'getSettingControllerService',
  169.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\TestimonialController' => 'getTestimonialControllerService',
  170.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\BaseController' => 'getBaseControllerService',
  171.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\DefaultController' => 'getDefaultController4Service',
  172.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\DefaultTopCustomersController' => 'getDefaultTopCustomersController2Service',
  173.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\FeedbackController' => 'getFeedbackController2Service',
  174.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\SettingController' => 'getSettingController2Service',
  175.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\V2\\DefaultController' => 'getDefaultController5Service',
  176.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\V3\\BaseController' => 'getBaseController2Service',
  177.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\V3\\FeedbackController' => 'getFeedbackController3Service',
  178.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\V4\\BaseController' => 'getBaseController3Service',
  179.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\V4\\MobileSectionsTogglesController' => 'getMobileSectionsTogglesController2Service',
  180.             'Aqarmap\\Bundle\\MainBundle\\Controller\\DefaultController' => 'getDefaultController6Service',
  181.             'Aqarmap\\Bundle\\MainBundle\\Controller\\FeedbackController' => 'getFeedbackController4Service',
  182.             'Aqarmap\\Bundle\\MainBundle\\Controller\\JoinUsController' => 'getJoinUsController2Service',
  183.             'Aqarmap\\Bundle\\MainBundle\\Controller\\MapImagesController' => 'getMapImagesControllerService',
  184.             'Aqarmap\\Bundle\\MainBundle\\Controller\\PageController' => 'getPageController2Service',
  185.             'Aqarmap\\Bundle\\MainBundle\\Controller\\RedirectingController' => 'getRedirectingControllerService',
  186.             'Aqarmap\\Bundle\\MainBundle\\Controller\\SNSNotificationsController' => 'getSNSNotificationsControllerService',
  187.             'Aqarmap\\Bundle\\MainBundle\\Controller\\StaticPagesController' => 'getStaticPagesControllerService',
  188.             'Aqarmap\\Bundle\\MainBundle\\Naming\\FilesDirectoryNamer' => 'getFilesDirectoryNamerService',
  189.             'Aqarmap\\Bundle\\MainBundle\\Naming\\ListingDirectoryNamer' => 'getListingDirectoryNamerService',
  190.             'Aqarmap\\Bundle\\MortgageBundle\\Controller\\Admin\\DefaultController' => 'getDefaultController7Service',
  191.             'Aqarmap\\Bundle\\MortgageBundle\\Controller\\DefaultController' => 'getDefaultController8Service',
  192.             'Aqarmap\\Bundle\\NeighborhoodBundle\\Controller\\Admin\\LocationStatisticsController' => 'getLocationStatisticsControllerService',
  193.             'Aqarmap\\Bundle\\NeighborhoodBundle\\Controller\\Api\\NeighborhoodController' => 'getNeighborhoodControllerService',
  194.             'Aqarmap\\Bundle\\NeighborhoodBundle\\Controller\\DefaultController' => 'getDefaultController9Service',
  195.             'Aqarmap\\Bundle\\NotificationBundle\\Controller\\Api\\NotificationController' => 'getNotificationControllerService',
  196.             'Aqarmap\\Bundle\\NotificationBundle\\Controller\\Api\\SenderController' => 'getSenderControllerService',
  197.             'Aqarmap\\Bundle\\NotificationBundle\\Controller\\NotificationsController' => 'getNotificationsControllerService',
  198.             'Aqarmap\\Bundle\\NotifierBundle\\Controller\\Admin\\NotifiersController' => 'getNotifiersControllerService',
  199.             'Aqarmap\\Bundle\\NotifierBundle\\Controller\\Api\\NotifierController' => 'getNotifierControllerService',
  200.             'Aqarmap\\Bundle\\NotifierBundle\\Controller\\DefaultController' => 'getDefaultController10Service',
  201.             'Aqarmap\\Bundle\\OTPBundle\\Controller\\Api\\V4\\OtpController' => 'getOtpControllerService',
  202.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\AnalysisController' => 'getAnalysisControllerService',
  203.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController' => 'getPaymentControllerService',
  204.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\SalesAnalysisController' => 'getSalesAnalysisControllerService',
  205.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Api\\PaymentController' => 'getPaymentController2Service',
  206.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Api\\RecurringController' => 'getRecurringControllerService',
  207.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Admin\\SearchCombinationFiltersController' => 'getSearchCombinationFiltersControllerService',
  208.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\ListingSearchController' => 'getListingSearchController2Service',
  209.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\LocationSearchController' => 'getLocationSearchControllerService',
  210.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\SearchResultsController' => 'getSearchResultsControllerService',
  211.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\V4\\CompoundSearchController' => 'getCompoundSearchController3Service',
  212.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\V4\\ListingSearchController' => 'getListingSearchController3Service',
  213.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\DefaultController' => 'getDefaultController11Service',
  214.             'Aqarmap\\Bundle\\TopSellerBundle\\Controller\\Admin\\TopSellerController' => 'getTopSellerControllerService',
  215.             'Aqarmap\\Bundle\\TopSellerBundle\\Controller\\Api\\V4\\TopSellerController' => 'getTopSellerController2Service',
  216.             'Aqarmap\\Bundle\\TopSellerBundle\\Controller\\TopSellerController' => 'getTopSellerController3Service',
  217.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\GroupController' => 'getGroupControllerService',
  218.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\TeamController' => 'getTeamControllerService',
  219.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController' => 'getUserControllerService',
  220.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserDomainController' => 'getUserDomainControllerService',
  221.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserPackagesController' => 'getUserPackagesControllerService',
  222.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserServiceController' => 'getUserServiceControllerService',
  223.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserSubAccountController' => 'getUserSubAccountControllerService',
  224.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\AuthProxyController' => 'getAuthProxyControllerService',
  225.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\NotificationTokenController' => 'getNotificationTokenControllerService',
  226.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\TargetAudienceController' => 'getTargetAudienceControllerService',
  227.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\TeamController' => 'getTeamController2Service',
  228.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\TokenDocController' => 'getTokenDocControllerService',
  229.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController' => 'getUserController2Service',
  230.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserServiceController' => 'getUserServiceController2Service',
  231.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\V3\\UserController' => 'getUserController3Service',
  232.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\V4\\UserController' => 'getUserController4Service',
  233.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\V4\\UserLocationController' => 'getUserLocationControllerService',
  234.             'Aqarmap\\Bundle\\UserBundle\\Controller\\ExternalProfileController' => 'getExternalProfileControllerService',
  235.             'Aqarmap\\Bundle\\UserBundle\\Controller\\PersonalInfoController' => 'getPersonalInfoControllerService',
  236.             'Aqarmap\\Bundle\\UserBundle\\Controller\\ProfileController' => 'getProfileControllerService',
  237.             'Aqarmap\\Bundle\\UserBundle\\Controller\\QuickRegistrationController' => 'getQuickRegistrationControllerService',
  238.             'Aqarmap\\Bundle\\UserBundle\\Controller\\TargetAudienceController' => 'getTargetAudienceController2Service',
  239.             'Aqarmap\\Bundle\\UserBundle\\Controller\\UserController' => 'getUserController5Service',
  240.             'Aqarmap\\Bundle\\ValueEngineBundle\\Controller\\Admin\\ValueEngineController' => 'getValueEngineControllerService',
  241.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  242.             'FOS\\UserBundle\\Controller\\RegistrationController' => 'getRegistrationControllerService',
  243.             'HWI\\Bundle\\OAuthBundle\\Controller\\Connect\\ConnectController' => 'getConnectControllerService',
  244.             'HWI\\Bundle\\OAuthBundle\\Controller\\Connect\\RegisterController' => 'getRegisterControllerService',
  245.             'HWI\\Bundle\\OAuthBundle\\Controller\\LoginController' => 'getLoginControllerService',
  246.             'HWI\\Bundle\\OAuthBundle\\Controller\\RedirectToServiceController' => 'getRedirectToServiceControllerService',
  247.             'Liip\\ImagineBundle\\Controller\\ImagineController' => 'getImagineControllerService',
  248.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  249.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  250.             'Vich\\UploaderBundle\\Naming\\Base64Namer' => 'getBase64NamerService',
  251.             'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer' => 'getCurrentDateTimeDirectoryNamerService',
  252.             'Vich\\UploaderBundle\\Naming\\HashNamer' => 'getHashNamerService',
  253.             'Vich\\UploaderBundle\\Naming\\OrignameNamer' => 'getOrignameNamerService',
  254.             'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer' => 'getPropertyDirectoryNamerService',
  255.             'Vich\\UploaderBundle\\Naming\\PropertyNamer' => 'getPropertyNamerService',
  256.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer' => 'getSmartUniqueNamerService',
  257.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.files_upload' => 'getSmartUniqueNamer_FilesUploadService',
  258.             'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer' => 'getSubdirDirectoryNamerService',
  259.             'Vich\\UploaderBundle\\Naming\\UniqidNamer' => 'getUniqidNamerService',
  260.             'bazinga.jstranslation.controller' => 'getBazinga_Jstranslation_ControllerService',
  261.             'bazinga.jstranslation.dump_command' => 'getBazinga_Jstranslation_DumpCommandService',
  262.             'bazinga.jstranslation.translation_dumper' => 'getBazinga_Jstranslation_TranslationDumperService',
  263.             'bazinga.jstranslation.translation_finder' => 'getBazinga_Jstranslation_TranslationFinderService',
  264.             'cache.app' => 'getCache_AppService',
  265.             'cache.app_clearer' => 'getCache_AppClearerService',
  266.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  267.             'cache.rate_limiter' => 'getCache_RateLimiterService',
  268.             'cache.system' => 'getCache_SystemService',
  269.             'cache.system_clearer' => 'getCache_SystemClearerService',
  270.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  271.             'cache_warmer' => 'getCacheWarmerService',
  272.             'console.command_loader' => 'getConsole_CommandLoaderService',
  273.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  274.             'criteria_mediator' => 'getCriteriaMediatorService',
  275.             'data_collector.dump' => 'getDataCollector_DumpService',
  276.             'doctrine' => 'getDoctrineService',
  277.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  278.             'doctrine.orm.default_entity_listener_resolver' => 'getDoctrine_Orm_DefaultEntityListenerResolverService',
  279.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  280.             'doctrine_mongodb' => 'getDoctrineMongodbService',
  281.             'doctrine_mongodb.odm.command_logger_registry' => 'getDoctrineMongodb_Odm_CommandLoggerRegistryService',
  282.             'doctrine_mongodb.odm.default_connection' => 'getDoctrineMongodb_Odm_DefaultConnectionService',
  283.             'doctrine_mongodb.odm.default_document_manager' => 'getDoctrineMongodb_Odm_DefaultDocumentManagerService',
  284.             'enqueue.client.default.producer' => 'getEnqueue_Client_Default_ProducerService',
  285.             'enqueue_elastica.queue_pager_perister' => 'getEnqueueElastica_QueuePagerPeristerService',
  286.             'error_controller' => 'getErrorControllerService',
  287.             'event_dispatcher' => 'getEventDispatcherService',
  288.             'fos_elastica.client.default' => 'getFosElastica_Client_DefaultService',
  289.             'fos_elastica.config_manager' => 'getFosElastica_ConfigManagerService',
  290.             'fos_elastica.config_manager.index_templates' => 'getFosElastica_ConfigManager_IndexTemplatesService',
  291.             'fos_elastica.filter_objects_listener' => 'getFosElastica_FilterObjectsListenerService',
  292.             'fos_elastica.finder.app_listings.listings' => 'getFosElastica_Finder_AppListings_ListingsService',
  293.             'fos_elastica.finder.app_locations.locations' => 'getFosElastica_Finder_AppLocations_LocationsService',
  294.             'fos_elastica.in_place_pager_persister' => 'getFosElastica_InPlacePagerPersisterService',
  295.             'fos_elastica.index.app_listings' => 'getFosElastica_Index_AppListingsService',
  296.             'fos_elastica.index.app_listings.listings' => 'getFosElastica_Index_AppListings_ListingsService',
  297.             'fos_elastica.index.app_locations' => 'getFosElastica_Index_AppLocationsService',
  298.             'fos_elastica.index.app_locations.locations' => 'getFosElastica_Index_AppLocations_LocationsService',
  299.             'fos_elastica.index_manager' => 'getFosElastica_IndexManagerService',
  300.             'fos_elastica.index_template_manager' => 'getFosElastica_IndexTemplateManagerService',
  301.             'fos_elastica.manager.orm' => 'getFosElastica_Manager_OrmService',
  302.             'fos_elastica.object_persister.app_listings.listings' => 'getFosElastica_ObjectPersister_AppListings_ListingsService',
  303.             'fos_elastica.object_persister.app_locations.locations' => 'getFosElastica_ObjectPersister_AppLocations_LocationsService',
  304.             'fos_elastica.pager_persister_registry' => 'getFosElastica_PagerPersisterRegistryService',
  305.             'fos_elastica.pager_provider.app_listings.listings' => 'getFosElastica_PagerProvider_AppListings_ListingsService',
  306.             'fos_elastica.pager_provider.app_locations.locations' => 'getFosElastica_PagerProvider_AppLocations_LocationsService',
  307.             'fos_elastica.pager_provider_registry' => 'getFosElastica_PagerProviderRegistryService',
  308.             'fos_elastica.paginator.subscriber' => 'getFosElastica_Paginator_SubscriberService',
  309.             'fos_elastica.persister_registry' => 'getFosElastica_PersisterRegistryService',
  310.             'fos_elastica.repository_manager' => 'getFosElastica_RepositoryManagerService',
  311.             'fos_elastica.resetter' => 'getFosElastica_ResetterService',
  312.             'fos_elastica.template_resetter' => 'getFosElastica_TemplateResetterService',
  313.             'fos_js_routing.controller' => 'getFosJsRouting_ControllerService',
  314.             'fos_js_routing.extractor' => 'getFosJsRouting_ExtractorService',
  315.             'fos_js_routing.serializer' => 'getFosJsRouting_SerializerService',
  316.             'fos_rest.serializer.jms_handler_registry' => 'getFosRest_Serializer_JmsHandlerRegistryService',
  317.             'fos_rest.view_handler' => 'getFosRest_ViewHandlerService',
  318.             'fos_user.change_password.controller' => 'getFosUser_ChangePassword_ControllerService',
  319.             'fos_user.resetting.controller' => 'getFosUser_Resetting_ControllerService',
  320.             'fos_user.security.controller' => 'getFosUser_Security_ControllerService',
  321.             'fos_user.user_manager' => 'getFosUser_UserManagerService',
  322.             'gaufrette.local_storage_filesystem' => 'getGaufrette_LocalStorageFilesystemService',
  323.             'gaufrette.s3_storage_filesystem' => 'getGaufrette_S3StorageFilesystemService',
  324.             'http_kernel' => 'getHttpKernelService',
  325.             'httplug.client' => 'getHttplug_ClientService',
  326.             'httplug.message_factory' => 'getHttplug_MessageFactoryService',
  327.             'httplug.psr17_request_factory' => 'getHttplug_Psr17RequestFactoryService',
  328.             'httplug.psr17_response_factory' => 'getHttplug_Psr17ResponseFactoryService',
  329.             'httplug.psr17_server_request_factory' => 'getHttplug_Psr17ServerRequestFactoryService',
  330.             'httplug.psr17_stream_factory' => 'getHttplug_Psr17StreamFactoryService',
  331.             'httplug.psr17_uploaded_file_factory' => 'getHttplug_Psr17UploadedFileFactoryService',
  332.             'httplug.psr17_uri_factory' => 'getHttplug_Psr17UriFactoryService',
  333.             'httplug.psr18_client' => 'getHttplug_Psr18ClientService',
  334.             'httplug.stream_factory' => 'getHttplug_StreamFactoryService',
  335.             'httplug.uri_factory' => 'getHttplug_UriFactoryService',
  336.             'hwi_oauth.resource_ownermap.main' => 'getHwiOauth_ResourceOwnermap_MainService',
  337.             'hwi_oauth.user_checker' => 'getHwiOauth_UserCheckerService',
  338.             'jms_i18n_routing.cookie_setting_listener' => 'getJmsI18nRouting_CookieSettingListenerService',
  339.             'jms_i18n_routing.loader' => 'getJmsI18nRouting_LoaderService',
  340.             'jms_i18n_routing.locale_choosing_listener' => 'getJmsI18nRouting_LocaleChoosingListenerService',
  341.             'jms_serializer' => 'getJmsSerializerService',
  342.             'jms_serializer.deserialization_context_factory' => 'getJmsSerializer_DeserializationContextFactoryService',
  343.             'jms_serializer.handler_registry' => 'getJmsSerializer_HandlerRegistryService',
  344.             'jms_serializer.metadata_driver' => 'getJmsSerializer_MetadataDriverService',
  345.             'jms_serializer.serialization_context_factory' => 'getJmsSerializer_SerializationContextFactoryService',
  346.             'jms_serializer.twig_extension.serializer_runtime_helper' => 'getJmsSerializer_TwigExtension_SerializerRuntimeHelperService',
  347.             'knp_gaufrette.filesystem_map' => 'getKnpGaufrette_FilesystemMapService',
  348.             'knp_menu.factory' => 'getKnpMenu_FactoryService',
  349.             'knp_menu.matcher' => 'getKnpMenu_MatcherService',
  350.             'knp_paginator' => 'getKnpPaginatorService',
  351.             'liip_imagine.binary.loader.default' => 'getLiipImagine_Binary_Loader_DefaultService',
  352.             'liip_imagine.binary.loader.stream.aws_s3' => 'getLiipImagine_Binary_Loader_Stream_AwsS3Service',
  353.             'liip_imagine.cache.manager' => 'getLiipImagine_Cache_ManagerService',
  354.             'liip_imagine.cache.resolver.default' => 'getLiipImagine_Cache_Resolver_DefaultService',
  355.             'liip_imagine.cache.resolver.no_cache_web_path' => 'getLiipImagine_Cache_Resolver_NoCacheWebPathService',
  356.             'liip_imagine.cache.signer' => 'getLiipImagine_Cache_SignerService',
  357.             'liip_imagine.config.stack_collection' => 'getLiipImagine_Config_StackCollectionService',
  358.             'liip_imagine.data.manager' => 'getLiipImagine_Data_ManagerService',
  359.             'liip_imagine.filter.loader.downscale' => 'getLiipImagine_Filter_Loader_DownscaleService',
  360.             'liip_imagine.filter.loader.fixed' => 'getLiipImagine_Filter_Loader_FixedService',
  361.             'liip_imagine.filter.loader.flip' => 'getLiipImagine_Filter_Loader_FlipService',
  362.             'liip_imagine.filter.loader.grayscale' => 'getLiipImagine_Filter_Loader_GrayscaleService',
  363.             'liip_imagine.filter.loader.interlace' => 'getLiipImagine_Filter_Loader_InterlaceService',
  364.             'liip_imagine.filter.loader.resample' => 'getLiipImagine_Filter_Loader_ResampleService',
  365.             'liip_imagine.filter.loader.rotate' => 'getLiipImagine_Filter_Loader_RotateService',
  366.             'liip_imagine.filter.manager' => 'getLiipImagine_Filter_ManagerService',
  367.             'messenger.default_bus' => 'getMessenger_DefaultBusService',
  368.             'monolog.logger.deprecation' => 'getMonolog_Logger_DeprecationService',
  369.             'nelmio_api_doc.command.dump' => 'getNelmioApiDoc_Command_DumpService',
  370.             'nelmio_api_doc.controller.redocly' => 'getNelmioApiDoc_Controller_RedoclyService',
  371.             'nelmio_api_doc.controller.swagger_json' => 'getNelmioApiDoc_Controller_SwaggerJsonService',
  372.             'nelmio_api_doc.controller.swagger_ui' => 'getNelmioApiDoc_Controller_SwaggerUiService',
  373.             'nelmio_api_doc.controller.swagger_yaml' => 'getNelmioApiDoc_Controller_SwaggerYamlService',
  374.             'nelmio_api_doc.generator.default' => 'getNelmioApiDoc_Generator_DefaultService',
  375.             'nelmio_api_doc.render_docs' => 'getNelmioApiDoc_RenderDocsService',
  376.             'old_sound_rabbit_mq.connection.default' => 'getOldSoundRabbitMq_Connection_DefaultService',
  377.             'old_sound_rabbit_mq.parts_holder' => 'getOldSoundRabbitMq_PartsHolderService',
  378.             'presta_sitemap.controller' => 'getPrestaSitemap_ControllerService',
  379.             'presta_sitemap.dump_command' => 'getPrestaSitemap_DumpCommandService',
  380.             'presta_sitemap.dumper' => 'getPrestaSitemap_DumperService',
  381.             'presta_sitemap.generator' => 'getPrestaSitemap_GeneratorService',
  382.             'redjan_ym_fcm.client' => 'getRedjanYmFcm_ClientService',
  383.             'request_stack' => 'getRequestStackService',
  384.             'router' => 'getRouterService',
  385.             'routing.loader' => 'getRouting_LoaderService',
  386.             'services_resetter' => 'getServicesResetterService',
  387.             'translator' => 'getTranslatorService',
  388.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  389.             'vich_uploader.download_handler' => 'getVichUploader_DownloadHandlerService',
  390.             'vich_uploader.form.type.file' => 'getVichUploader_Form_Type_FileService',
  391.             'vich_uploader.form.type.image' => 'getVichUploader_Form_Type_ImageService',
  392.             'vich_uploader.namer_uniqid.listing_photos' => 'getVichUploader_NamerUniqid_ListingPhotosService',
  393.             'vich_uploader.upload_handler' => 'getVichUploader_UploadHandlerService',
  394.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  395.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  396.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  397.             'cache_clearer' => 'getCacheClearerService',
  398.             'filesystem' => 'getFilesystemService',
  399.             'serializer' => 'getSerializerService',
  400.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  401.             'form.factory' => 'getForm_FactoryService',
  402.             'form.type.file' => 'getForm_Type_FileService',
  403.             'profiler' => 'getProfilerService',
  404.             'twig' => 'getTwigService',
  405.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  406.             'security.token_storage' => 'getSecurity_TokenStorageService',
  407.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  408.             'session' => 'getSessionService',
  409.             'validator' => 'getValidatorService',
  410.         ];
  411.         $this->aliases = [
  412.             'App\\Kernel' => 'kernel',
  413.             'FOS\\UserBundle\\Controller\\ChangePasswordController' => 'fos_user.change_password.controller',
  414.             'FOS\\UserBundle\\Controller\\ProfileController' => 'Aqarmap\\Bundle\\UserBundle\\Controller\\ProfileController',
  415.             'FOS\\UserBundle\\Controller\\ResettingController' => 'fos_user.resetting.controller',
  416.             'FOS\\UserBundle\\Controller\\SecurityController' => 'fos_user.security.controller',
  417.             'Presta\\SitemapBundle\\Controller\\SitemapController' => 'presta_sitemap.controller',
  418.             'database_connection' => 'doctrine.dbal.default_connection',
  419.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  420.             'doctrine_mongodb.odm.document_manager' => 'doctrine_mongodb.odm.default_document_manager',
  421.             'fos_elastica.client' => 'fos_elastica.client.default',
  422.             'fos_elastica.index' => 'fos_elastica.index.app_listings',
  423.             'fos_elastica.manager' => 'fos_elastica.manager.orm',
  424.             'fos_user.profile.controller' => 'Aqarmap\\Bundle\\UserBundle\\Controller\\ProfileController',
  425.             'fos_user.registration.controller' => 'FOS\\UserBundle\\Controller\\RegistrationController',
  426.             'jms_serializer.authorization_checker' => '.container.private.security.authorization_checker',
  427.             'liip_imagine.controller' => 'Liip\\ImagineBundle\\Controller\\ImagineController',
  428.             'nelmio_api_doc.controller.swagger' => 'nelmio_api_doc.controller.swagger_json',
  429.             'nelmio_api_doc.generator' => 'nelmio_api_doc.generator.default',
  430.             'vich_uploader.directory_namer_subdir' => 'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer',
  431.             'vich_uploader.namer_base64' => 'Vich\\UploaderBundle\\Naming\\Base64Namer',
  432.             'vich_uploader.namer_directory_current_date_time' => 'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer',
  433.             'vich_uploader.namer_directory_property' => 'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer',
  434.             'vich_uploader.namer_hash' => 'Vich\\UploaderBundle\\Naming\\HashNamer',
  435.             'vich_uploader.namer_origname' => 'Vich\\UploaderBundle\\Naming\\OrignameNamer',
  436.             'vich_uploader.namer_property' => 'Vich\\UploaderBundle\\Naming\\PropertyNamer',
  437.             'vich_uploader.namer_smart_unique' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer',
  438.             'vich_uploader.namer_uniqid' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer',
  439.         ];
  440.         $this->privates['service_container'] = function () {
  441.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  442.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  443.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  444.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  445.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  446.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  447.             include_once \dirname(__DIR__4).'/src/App/Kernel.php';
  448.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  449.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
  450.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Translatable/TranslatableListener.php';
  451.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/AbstractTrackingListener.php';
  452.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/IpTraceable/IpTraceableListener.php';
  453.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  454.             include_once \dirname(__DIR__4).'/src/App/EventSubscriber/ScraperThrottleSubscriber.php';
  455.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  456.             include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  457.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  458.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  459.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  460.             include_once \dirname(__DIR__4).'/src/App/Repository/Lead/LeadRepository.php';
  461.             include_once \dirname(__DIR__4).'/src/App/Service/SMSManager.php';
  462.             include_once \dirname(__DIR__4).'/src/App/Service/Security/AuthServer.php';
  463.             include_once \dirname(__DIR__4).'/vendor/aws/aws-sdk-php/src/AwsClientInterface.php';
  464.             include_once \dirname(__DIR__4).'/vendor/aws/aws-sdk-php/src/AwsClientTrait.php';
  465.             include_once \dirname(__DIR__4).'/vendor/aws/aws-sdk-php/src/AwsClient.php';
  466.             include_once \dirname(__DIR__4).'/vendor/aws/aws-sdk-php/src/Sqs/SqsClient.php';
  467.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/EventListener/LocaleEventSubscriber.php';
  468.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Repository/GroupRepository.php';
  469.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Repository/UserInterestRepository.php';
  470.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Repository/UserPackagesRepository.php';
  471.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Repository/UserRepository.php';
  472.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Repository/UserServicesRepository.php';
  473.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Services/Contracts/UserInterestBuilderInterface.php';
  474.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Services/UserInterestBuilder.php';
  475.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Services/UserInterestManager.php';
  476.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Services/Contracts/UserIpInfoServiceInterface.php';
  477.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Services/UserIpInfoService.php';
  478.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Services/UserManager.php';
  479.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Services/UserPackagesService.php';
  480.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Services/UserServicesManager.php';
  481.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Adapter/MailerServiceInterface.php';
  482.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Adapter/MailerService.php';
  483.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/EventListener/IpTraceSubscriber.php';
  484.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Contract/EventStreamingClientFactoryInterface.php';
  485.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/EventStreaming/EventStreamingClientFactory.php';
  486.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Contract/SnsServiceInterface.php';
  487.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Service/SnsService.php';
  488.             include_once \dirname(__DIR__4).'/vendor/aws/aws-sdk-php/src/Sns/SnsClient.php';
  489.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Helpers/MailerHelper.php';
  490.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Listener/DoctrineExtensionEventSubscriber.php';
  491.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Listener/RequestEventSubscriber.php';
  492.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Menu/MenuBuilder.php';
  493.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Repository/CustomParagraphRepository.php';
  494.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Service/ActivityLogger.php';
  495.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Contract/CacheManagerInterface.php';
  496.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Service/CacheManager.php';
  497.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Service/MenuBuilderService.php';
  498.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Service/MobileDetectionService.php';
  499.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Service/PriceExtender.php';
  500.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Service/Setting.php';
  501.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Service/ThumbURL.php';
  502.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Contract/SqsServiceInterface.php';
  503.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Service/SqsService.php';
  504.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Contract/ProducerFactoryInterface.php';
  505.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Producer/ProducerFactory.php';
  506.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Builder/DirectorInterface.php';
  507.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Builder/Director.php';
  508.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Builder/BuilderInterface.php';
  509.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Builder/MetaTagsBuilder.php';
  510.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/EventListener/SoftDeleteEventSubscriber.php';
  511.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Model/Contracts/BumpUpModelInterface.php';
  512.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Model/BumpUpModel.php';
  513.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Repository/LeadRepository.php';
  514.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Repository/ListingLeadRepository.php';
  515.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Repository/CallRequestLeadRepository.php';
  516.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Repository/CallRequestRepository.php';
  517.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Tree/RepositoryUtilsInterface.php';
  518.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Tree/RepositoryInterface.php';
  519.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Tree/Entity/Repository/AbstractTreeRepository.php';
  520.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Tree/Entity/Repository/NestedTreeRepository.php';
  521.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Repository/CompoundLocationRepository.php';
  522.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Repository/CustomFieldRepository.php';
  523.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Repository/FavouriteRepository.php';
  524.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Repository/FreeListingRepository.php';
  525.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Repository/InteractionRepository.php';
  526.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Repository/ListingFeatureRepository.php';
  527.             include_once \dirname(__DIR__4).'/vendor/doctrine/mongodb-odm/lib/Doctrine/ODM/MongoDB/Repository/DocumentRepository.php';
  528.             include_once \dirname(__DIR__4).'/vendor/doctrine/mongodb-odm-bundle/Repository/ServiceDocumentRepositoryInterface.php';
  529.             include_once \dirname(__DIR__4).'/vendor/doctrine/mongodb-odm-bundle/Repository/ServiceRepositoryTrait.php';
  530.             include_once \dirname(__DIR__4).'/vendor/doctrine/mongodb-odm-bundle/Repository/ServiceDocumentRepository.php';
  531.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Repository/ListingImpressionRepository.php';
  532.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Repository/ListingPhoneRepository.php';
  533.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Repository/ListingPhotoRepository.php';
  534.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Traits/Cachable.php';
  535.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Repository/ListingRepository.php';
  536.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Repository/LocationRepository.php';
  537.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Repository/MessageLeadRepository.php';
  538.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Repository/PhoneLeadRepository.php';
  539.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Repository/PhoneRepository.php';
  540.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Repository/PropertyTypeRepository.php';
  541.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Repository/RejectionRepository.php';
  542.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Repository/SectionRepository.php';
  543.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Repository/SimilarListingsLeadRepository.php';
  544.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Repository/TargetUserLeadRepository.php';
  545.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Repository/TargetUserMessageLeadRepository.php';
  546.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Repository/TargetUserPhoneLeadRepository.php';
  547.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Repository/TopSellerLeadRepository.php';
  548.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Repository/UserDomainLeadRepository.php';
  549.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Repository/UserDomainMessageLeadRepository.php';
  550.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Repository/UserDomainPhoneLeadRepository.php';
  551.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Repository/UserPhoneRepository.php';
  552.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Repository/WhatsAppLeadRepository.php';
  553.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/CallRequestManager.php';
  554.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/CompoundService.php';
  555.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/Model/FormTypeInterface.php';
  556.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/Model/LocaleInterface.php';
  557.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/CompoundSearchFormTypeManager.php';
  558.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/InteractionService.php';
  559.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/LeadService.php';
  560.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/LeadValidationService.php';
  561.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Contract/NotificationCenter/NotificationCenterInterface.php';
  562.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Service/NotificationCenter/NotificationCenterEnvelopeGenerator.php';
  563.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/Contracts/WhatsappEmailServiceInterface.php';
  564.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/WhatsappEmailService.php';
  565.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/LeadServiceFactory.php';
  566.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/Contracts/LeadsInsightsServiceInterface.php';
  567.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/LeadsInsightsService.php';
  568.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/ListingContactRateService.php';
  569.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/Contracts/ListingFeatureServiceInterface.php';
  570.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/ListingFeatureService.php';
  571.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/ListingManager.php';
  572.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NeighborhoodBundle/Service/LocationStatisticsManager.php';
  573.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/CompoundStatusLogService.php';
  574.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Service/NumberToWord.php';
  575.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/ListingRuleMatcher.php';
  576.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Sortable/Entity/Repository/SortableRepository.php';
  577.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Repository/RuleRepository.php';
  578.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/Contracts/LocationManagerInterface.php';
  579.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/LocationManager.php';
  580.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Contracts/PhoneManagerInterface.php';
  581.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/PhoneManager.php';
  582.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Contracts/PhoneValidatorInterface.php';
  583.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/Validators/PhoneValidator/PhoneValidator.php';
  584.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/PhoneValidatorComponentFactory.php';
  585.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Contracts/RelatedResultServiceInterface.php';
  586.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/RelatedResultService.php';
  587.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/SearchBundle/Services/ElasticListingSearch/AbstractElasticListingSearch.php';
  588.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/SearchBundle/Services/ElasticListingSearch/RelatedListingSearch.php';
  589.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/SectionService.php';
  590.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Contracts/V3/Listing/MapperInterface.php';
  591.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/V3/ListingAttributesMapper.php';
  592.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Contracts/V3/Listing/TransformerInterface.php';
  593.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Traits/EntityManagerAwareTrait.php';
  594.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/V3/ListingAttributesTransformer.php';
  595.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Traits/LocaleAwareTrait.php';
  596.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/V3/ListingTranslationMapper.php';
  597.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/V4/CostPerLeadService.php';
  598.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/Contracts/V4/ListingServiceInterface.php';
  599.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/V4/ListingService.php';
  600.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/V4/ListingRuleFacadeService.php';
  601.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/Contracts/V4/LocationServiceInterface.php';
  602.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/V4/LocationService.php';
  603.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  604.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  605.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Twig/ListingExtension.php';
  606.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Twig/SearchDescriptionExtension.php';
  607.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MessageBundle/Repository/ConversationRepository.php';
  608.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MessageBundle/Repository/MessageRepository.php';
  609.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MessageBundle/Repository/RecipientRepository.php';
  610.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MessageBundle/Service/Composer.php';
  611.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Repository/CreditRepository.php';
  612.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Services/CreditAnalysisManager.php';
  613.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Contract/CreditManagerInterface.php';
  614.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Services/CreditManager.php';
  615.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Contract/TransferValidatorInterface.php';
  616.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Services/TransferValidator.php';
  617.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/FeatureToggleBundle/Service/FeatureToggleManager.php';
  618.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/FeatureToggleBundle/Contract/FeatureToggleHandlerInterface.php';
  619.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/FeatureToggleBundle/Contract/ToggleMemoryHandlerInterface.php';
  620.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/FeatureToggleBundle/Service/MemoryFeatureToggleHandler.php';
  621.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/FeatureToggleBundle/Service/BulkFeatureTogglesHandler.php';
  622.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/FeatureToggleBundle/Service/SingleFeatureToggleHandler.php';
  623.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/PaymentBundle/Service/PaymentManager.php';
  624.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Services/UserServiceTypesFactory.php';
  625.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/RecurringTransactionBundle/Services/RecurringTransactionLogService.php';
  626.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotifierBundle/Service/NotifierManager.php';
  627.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ApiBundle/EventListener/LocaleEventSubscriber.php';
  628.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/PaymentBundle/Repository/PaymentRepository.php';
  629.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/PaymentBundle/Contract/PaymentDestinationServiceInterface.php';
  630.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/PaymentBundle/Service/PaymentDestinationService.php';
  631.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/PaymentBundle/Service/SalesAnalysisManager.php';
  632.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/PaymentBundle/Service/SignatureManager.php';
  633.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/SearchBundle/CriteriaBuilders/BuilderDirector.php';
  634.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/SearchBundle/CriteriaBuilders/BuilderInterface.php';
  635.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/SearchBundle/CriteriaBuilders/SearchCriteriaBuilder.php';
  636.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/SearchBundle/CriteriaMediator/Contracts/MediatorInterface.php';
  637.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/SearchBundle/CriteriaMediator/CriteriaMediator.php';
  638.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/SearchBundle/Services/BaseSearchService.php';
  639.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/SearchBundle/Services/CompoundSearchService.php';
  640.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/SearchBundle/Services/ElasticClientService.php';
  641.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/SearchBundle/Services/ElasticListingSearch/DefaultListingSearch.php';
  642.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/SearchBundle/Services/ListingFaqService.php';
  643.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/SearchBundle/Services/Contract/ListingSearchCombinationsServiceInterface.php';
  644.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/SearchBundle/Services/ListingSearchCombinationsService.php';
  645.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/SearchBundle/Services/ListingSearchService.php';
  646.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/OTPBundle/Contract/OtpServiceInterface.php';
  647.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/OTPBundle/Service/OtpService.php';
  648.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/OTPBundle/Contract/OtpGeneratorInterface.php';
  649.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/OTPBundle/Service/OtpGeneratorService.php';
  650.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/TopSellerBundle/Service/TopSellerRetrievalService.php';
  651.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/FinancialAidsBundle/Service/FinancialAidService.php';
  652.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/RecurringTransactionBundle/Services/RecurringTransactionService.php';
  653.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/RecurringTransactionBundle/Services/RecurringTransactionStateService.php';
  654.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  655.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  656.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  657.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  658.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  659.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  660.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  661.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  662.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  663.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  664.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  665.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  666.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  667.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  668.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RunnerInterface.php';
  669.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
  670.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
  671.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RuntimeInterface.php';
  672.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/GenericRuntime.php';
  673.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/SymfonyRuntime.php';
  674.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  675.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  676.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  677.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  678.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  679.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  680.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  681.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  682.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  683.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  684.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  685.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  686.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  687.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  688.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  689.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  690.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  691.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  692.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  693.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  694.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  695.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  696.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  697.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  698.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  699.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  700.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  701.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/RedisTrait.php';
  702.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/RedisAdapter.php';
  703.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  704.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  705.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  706.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  707.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  708.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  709.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  710.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  711.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/UrlPackage.php';
  712.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  713.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/StaticVersionStrategy.php';
  714.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  715.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  716.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/MailerInterface.php';
  717.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Mailer.php';
  718.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportInterface.php';
  719.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Transports.php';
  720.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport.php';
  721.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  722.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/FragmentListener.php';
  723.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  724.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  725.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  726.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  727.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  728.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  729.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  730.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  731.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  732.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  733.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  734.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  735.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  736.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  737.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  738.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  739.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  740.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  741.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  742.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  743.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  744.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  745.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  746.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  747.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  748.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  749.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  750.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  751.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  752.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  753.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  754.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  755.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  756.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  757.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  758.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  759.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  760.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  761.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  762.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  763.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  764.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  765.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  766.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  767.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  768.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  769.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  770.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  771.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  772.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageFactoryInterface.php';
  773.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorageFactory.php';
  774.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php';
  775.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/SessionHandlerFactory.php';
  776.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  777.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php';
  778.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  779.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  780.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  781.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  782.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  783.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  784.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  785.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  786.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  787.             include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  788.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  789.             include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  790.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  791.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  792.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  793.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  794.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  795.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  796.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Validator/Initializer.php';
  797.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  798.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  799.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  800.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  801.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  802.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  803.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  804.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  805.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  806.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  807.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  808.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  809.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  810.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  811.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  812.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  813.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  814.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  815.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  816.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  817.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  818.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  819.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  820.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  821.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connections/PrimaryReadReplicaConnection.php';
  822.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  823.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  824.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  825.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  826.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  827.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  828.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  829.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  830.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
  831.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php';
  832.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  833.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
  834.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php';
  835.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/SimplifiedXmlDriver.php';
  836.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  837.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  838.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  839.             include_once \dirname(__DIR__4).'/vendor/doctrine/mongodb-odm/lib/Doctrine/ODM/MongoDB/APM/CommandLoggerInterface.php';
  840.             include_once \dirname(__DIR__4).'/vendor/doctrine/mongodb-odm/lib/Doctrine/ODM/MongoDB/APM/CommandLogger.php';
  841.             include_once \dirname(__DIR__4).'/vendor/doctrine/mongodb-odm-bundle/ManagerRegistry.php';
  842.             include_once \dirname(__DIR__4).'/vendor/mongodb/mongodb/src/Client.php';
  843.             include_once \dirname(__DIR__4).'/vendor/doctrine/mongodb-odm/lib/Doctrine/ODM/MongoDB/DocumentManager.php';
  844.             include_once \dirname(__DIR__4).'/vendor/doctrine/mongodb-odm/lib/Doctrine/ODM/MongoDB/Configuration.php';
  845.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  846.             include_once \dirname(__DIR__4).'/vendor/doctrine/mongodb-odm/lib/Doctrine/ODM/MongoDB/Mapping/Driver/CompatibilityAnnotationDriver.php';
  847.             include_once \dirname(__DIR__4).'/vendor/doctrine/mongodb-odm/lib/Doctrine/ODM/MongoDB/Mapping/Driver/AnnotationDriver.php';
  848.             include_once \dirname(__DIR__4).'/vendor/doctrine/mongodb-odm/lib/Doctrine/ODM/MongoDB/Repository/RepositoryFactory.php';
  849.             include_once \dirname(__DIR__4).'/vendor/doctrine/mongodb-odm-bundle/Repository/ContainerRepositoryFactory.php';
  850.             include_once \dirname(__DIR__4).'/vendor/doctrine/mongodb-odm-bundle/ManagerConfigurator.php';
  851.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/AbstractLogger.php';
  852.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Logger/ElasticaLogger.php';
  853.             include_once \dirname(__DIR__4).'/vendor/ruflin/elastica/lib/Elastica/Client.php';
  854.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Elastica/Client.php';
  855.             include_once \dirname(__DIR__4).'/vendor/ruflin/elastica/lib/Elastica/SearchableInterface.php';
  856.             include_once \dirname(__DIR__4).'/vendor/ruflin/elastica/lib/Elastica/Index.php';
  857.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Elastica/Index.php';
  858.             include_once \dirname(__DIR__4).'/vendor/ruflin/elastica/lib/Elastica/Type.php';
  859.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Finder/FinderInterface.php';
  860.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Finder/PaginatedFinderInterface.php';
  861.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Finder/TransformedFinder.php';
  862.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Transformer/ElasticaToModelTransformerInterface.php';
  863.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Transformer/AbstractElasticaToModelTransformer.php';
  864.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Doctrine/AbstractElasticaToModelTransformer.php';
  865.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Doctrine/ORM/ElasticaToModelTransformer.php';
  866.             include_once \dirname(__DIR__4).'/vendor/queue-interop/queue-interop/src/ConnectionFactory.php';
  867.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/ConnectionFactoryFactoryInterface.php';
  868.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Doctrine/DoctrineConnectionFactoryFactory.php';
  869.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/ConnectionFactoryFactory.php';
  870.             include_once \dirname(__DIR__4).'/vendor/queue-interop/queue-interop/src/Context.php';
  871.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/DriverInterface.php';
  872.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/DriverFactoryInterface.php';
  873.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Doctrine/DoctrineDriverFactory.php';
  874.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/Config.php';
  875.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/RouteCollection.php';
  876.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/DriverFactory.php';
  877.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  878.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/EventListener/ViewResponseListener.php';
  879.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/EventListener/BodyListener.php';
  880.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Decoder/DecoderProviderInterface.php';
  881.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Decoder/ContainerDecoderProvider.php';
  882.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/EventListener/FormatListener.php';
  883.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/AbstractNegotiator.php';
  884.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/Negotiator.php';
  885.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Negotiation/FormatNegotiator.php';
  886.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  887.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  888.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/EventListener/VersionListener.php';
  889.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Version/VersionResolverInterface.php';
  890.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Version/ChainVersionResolver.php';
  891.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Version/Resolver/HeaderVersionResolver.php';
  892.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Version/Resolver/QueryParameterVersionResolver.php';
  893.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Version/Resolver/MediaTypeVersionResolver.php';
  894.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/EventListener/VersionExclusionListener.php';
  895.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/EventListener/ParamFetcherListener.php';
  896.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Request/ParamFetcherInterface.php';
  897.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Util/ResolverTrait.php';
  898.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Request/ParamFetcher.php';
  899.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Request/ParamReaderInterface.php';
  900.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Request/ParamReader.php';
  901.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  902.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  903.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  904.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.php';
  905.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  906.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  907.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  908.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  909.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  910.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  911.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  912.             include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  913.             include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  914.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  915.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  916.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  917.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  918.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  919.             include_once \dirname(__DIR__4).'/vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php';
  920.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  921.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  922.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  923.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  924.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/TokenGeneratorInterface.php';
  925.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/TokenGenerator.php';
  926.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/PasswordUpdaterInterface.php';
  927.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/HashingPasswordUpdater.php';
  928.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/CanonicalFieldsUpdater.php';
  929.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/CanonicalizerInterface.php';
  930.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/Canonicalizer.php';
  931.             include_once \dirname(__DIR__4).'/vendor/jms/i18n-routing-bundle/JMS/I18nRoutingBundle/Router/LocaleResolverInterface.php';
  932.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Locale/DefaultLocaleResolver.php';
  933.             include_once \dirname(__DIR__4).'/vendor/jms/i18n-routing-bundle/JMS/I18nRoutingBundle/EventListener/CookieSettingListener.php';
  934.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Type/ParserInterface.php';
  935.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Type/Parser.php';
  936.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  937.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
  938.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/FileCache.php';
  939.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
  940.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
  941.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactory.php';
  942.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  943.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/LazyLoadingDriver.php';
  944.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/FactoryInterface.php';
  945.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/MenuFactory.php';
  946.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Factory/ExtensionInterface.php';
  947.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Integration/Symfony/RoutingExtension.php';
  948.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/Helper.php';
  949.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererProviderInterface.php';
  950.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/PsrProvider.php';
  951.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/MenuProviderInterface.php';
  952.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/ChainProvider.php';
  953.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/MatcherInterface.php';
  954.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Matcher.php';
  955.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Util/MenuManipulator.php';
  956.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
  957.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/ResolverInterface.php';
  958.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/WebPathResolver.php';
  959.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/CacheManager.php';
  960.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/FilterConfiguration.php';
  961.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/NoCacheWebPathResolver.php';
  962.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/SignerInterface.php';
  963.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Signer.php';
  964.             include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Discovery/ConfiguredClientsStrategyListener.php';
  965.             include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Collector/PluginClientFactory.php';
  966.             include_once \dirname(__DIR__4).'/vendor/php-http/message/src/Formatter.php';
  967.             include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Collector/Formatter.php';
  968.             include_once \dirname(__DIR__4).'/vendor/php-http/message/src/Formatter/FullHttpMessageFormatter.php';
  969.             include_once \dirname(__DIR__4).'/vendor/php-http/message/src/Formatter/CurlCommandFormatter.php';
  970.             include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Collector/Collector.php';
  971.             include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Collector/PluginClientFactoryListener.php';
  972.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  973.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  974.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  975.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  976.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  977.             include_once \dirname(__DIR__4).'/src/App/FrameworkExtra/Converters/QueryStringConverter.php';
  978.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  979.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  980.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  981.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  982.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  983.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  984.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  985.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  986.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  987.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  988.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  989.             include_once \dirname(__DIR__4).'/vendor/snc/redis-bundle/src/Logger/RedisLogger.php';
  990.             include_once \dirname(__DIR__4).'/vendor/predis/predis/src/ClientInterface.php';
  991.             include_once \dirname(__DIR__4).'/vendor/predis/predis/src/Client.php';
  992.             include_once \dirname(__DIR__4).'/vendor/predis/predis/src/Connection/ParametersInterface.php';
  993.             include_once \dirname(__DIR__4).'/vendor/predis/predis/src/Connection/Parameters.php';
  994.             include_once \dirname(__DIR__4).'/vendor/snc/redis-bundle/src/Factory/PredisParametersFactory.php';
  995.             include_once \dirname(__DIR__4).'/vendor/predis/predis/src/Configuration/OptionsInterface.php';
  996.             include_once \dirname(__DIR__4).'/vendor/predis/predis/src/Configuration/Options.php';
  997.             include_once \dirname(__DIR__4).'/vendor/predis/predis/src/Connection/FactoryInterface.php';
  998.             include_once \dirname(__DIR__4).'/vendor/predis/predis/src/Connection/Factory.php';
  999.             include_once \dirname(__DIR__4).'/vendor/snc/redis-bundle/src/Client/Predis/Connection/ConnectionFactory.php';
  1000.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  1001.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  1002.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  1003.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  1004.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  1005.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  1006.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  1007.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  1008.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  1009.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  1010.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  1011.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  1012.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  1013.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  1014.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  1015.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  1016.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  1017.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  1018.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  1019.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  1020.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  1021.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  1022.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  1023.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  1024.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  1025.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  1026.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
  1027.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php';
  1028.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedDriverInterface.php';
  1029.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverChain.php';
  1030.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AbstractFileDriver.php';
  1031.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/XmlDriver.php';
  1032.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
  1033.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
  1034.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/TraceableFileLocatorInterface.php';
  1035.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocator.php';
  1036.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AnnotationDriver.php';
  1037.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AbstractYamlDriver.php';
  1038.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YamlDriver.php';
  1039.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YmlDriver.php';
  1040.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Mapping/PropertyMappingFactory.php';
  1041.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Templating/Helper/UploaderHelperInterface.php';
  1042.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Templating/Helper/UploaderHelper.php';
  1043.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  1044.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Twig/Extension/UploaderExtensionRuntime.php';
  1045.             include_once \dirname(__DIR__4).'/vendor/knplabs/gaufrette/src/Gaufrette/FilesystemMapInterface.php';
  1046.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-gaufrette-bundle/FilesystemMap.php';
  1047.             include_once \dirname(__DIR__4).'/vendor/knplabs/gaufrette/src/Gaufrette/FilesystemInterface.php';
  1048.             include_once \dirname(__DIR__4).'/vendor/knplabs/gaufrette/src/Gaufrette/Filesystem.php';
  1049.             include_once \dirname(__DIR__4).'/vendor/knplabs/gaufrette/src/Gaufrette/Adapter.php';
  1050.             include_once \dirname(__DIR__4).'/vendor/knplabs/gaufrette/src/Gaufrette/Adapter/MetadataSupporter.php';
  1051.             include_once \dirname(__DIR__4).'/vendor/knplabs/gaufrette/src/Gaufrette/Adapter/ListKeysAware.php';
  1052.             include_once \dirname(__DIR__4).'/vendor/knplabs/gaufrette/src/Gaufrette/Adapter/SizeCalculator.php';
  1053.             include_once \dirname(__DIR__4).'/vendor/knplabs/gaufrette/src/Gaufrette/Adapter/MimeTypeProvider.php';
  1054.             include_once \dirname(__DIR__4).'/vendor/knplabs/gaufrette/src/Gaufrette/Adapter/AwsS3.php';
  1055.             include_once \dirname(__DIR__4).'/vendor/aws/aws-sdk-php/src/S3/S3ClientInterface.php';
  1056.             include_once \dirname(__DIR__4).'/vendor/aws/aws-sdk-php/src/Api/Parser/PayloadParserTrait.php';
  1057.             include_once \dirname(__DIR__4).'/vendor/aws/aws-sdk-php/src/S3/S3ClientTrait.php';
  1058.             include_once \dirname(__DIR__4).'/vendor/aws/aws-sdk-php/src/S3/S3Client.php';
  1059.             include_once \dirname(__DIR__4).'/vendor/knplabs/gaufrette/src/Gaufrette/Adapter/StreamFactory.php';
  1060.             include_once \dirname(__DIR__4).'/vendor/knplabs/gaufrette/src/Gaufrette/Adapter/ChecksumCalculator.php';
  1061.             include_once \dirname(__DIR__4).'/vendor/knplabs/gaufrette/src/Gaufrette/Adapter/Local.php';
  1062.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  1063.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  1064.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClientTrait.php';
  1065.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/ScopingHttpClient.php';
  1066.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  1067.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileLocator.php';
  1068.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/SymfonyFileLocator.php';
  1069.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  1070.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  1071.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  1072.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  1073.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  1074.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  1075.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  1076.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  1077.             include_once \dirname(__DIR__4).'/vendor/jms/i18n-routing-bundle/JMS/I18nRoutingBundle/Router/I18nRouter.php';
  1078.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBusInterface.php';
  1079.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/TraceableMessageBus.php';
  1080.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBus.php';
  1081.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/View/ViewHandlerInterface.php';
  1082.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/View/ConfigurableViewHandlerInterface.php';
  1083.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/View/ViewHandler.php';
  1084.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/Serializer.php';
  1085.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/JMSSerializerAdapter.php';
  1086.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Model/UserManagerInterface.php';
  1087.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Model/UserManager.php';
  1088.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Doctrine/UserManager.php';
  1089.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/SerializationContextFactoryInterface.php';
  1090.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/DeserializationContextFactoryInterface.php';
  1091.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/ContextFactory/ConfiguredContextFactory.php';
  1092.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/SerializerInterface.php';
  1093.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ArrayTransformerInterface.php';
  1094.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Serializer.php';
  1095.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/GraphNavigator/Factory/GraphNavigatorFactoryInterface.php';
  1096.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/GraphNavigator/Factory/DeserializationGraphNavigatorFactory.php';
  1097.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Construction/ObjectConstructorInterface.php';
  1098.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Construction/DoctrineObjectConstructor.php';
  1099.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Construction/UnserializeObjectConstructor.php';
  1100.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Accessor/AccessorStrategyInterface.php';
  1101.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Accessor/DefaultAccessorStrategy.php';
  1102.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Expression/CompilableExpressionEvaluatorInterface.php';
  1103.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Expression/ExpressionEvaluatorInterface.php';
  1104.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Expression/ExpressionEvaluator.php';
  1105.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/ExpressionLanguage/BasicSerializerFunctionsProvider.php';
  1106.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcherInterface.php';
  1107.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcher.php';
  1108.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/LazyEventDispatcher.php';
  1109.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/GraphNavigator/Factory/SerializationGraphNavigatorFactory.php';
  1110.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/SerializationVisitorFactory.php';
  1111.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/JsonSerializationVisitorFactory.php';
  1112.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/XmlSerializationVisitorFactory.php';
  1113.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/DeserializationVisitorFactory.php';
  1114.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/JsonDeserializationVisitorFactory.php';
  1115.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/XmlDeserializationVisitorFactory.php';
  1116.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  1117.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  1118.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  1119.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  1120.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  1121.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  1122.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  1123.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/ProducerInterface.php';
  1124.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/TraceableProducer.php';
  1125.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/Producer.php';
  1126.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Rpc/RpcFactory.php';
  1127.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/PreSendEventExtensionInterface.php';
  1128.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/PreSendCommandExtensionInterface.php';
  1129.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/DriverPreSendExtensionInterface.php';
  1130.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/PostSendExtensionInterface.php';
  1131.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/ExtensionInterface.php';
  1132.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/ChainExtension.php';
  1133.             include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  1134.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  1135.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  1136.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  1137.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  1138.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  1139.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  1140.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  1141.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  1142.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  1143.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  1144.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  1145.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  1146.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  1147.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  1148.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  1149.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  1150.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  1151.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  1152.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  1153.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
  1154.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  1155.             include_once \dirname(__DIR__4).'/vendor/doctrine/mongodb-odm-bundle/DataCollector/CommandDataCollector.php';
  1156.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/DataCollector/ElasticaDataCollector.php';
  1157.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue-bundle/Profiler/AbstractMessageQueueCollector.php';
  1158.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue-bundle/Profiler/MessageQueueCollector.php';
  1159.             include_once \dirname(__DIR__4).'/vendor/snc/redis-bundle/src/DataCollector/RedisDataCollector.php';
  1160.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/DataCollector/MappingCollector.php';
  1161.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  1162.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  1163.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  1164.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  1165.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  1166.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  1167.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  1168.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  1169.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  1170.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  1171.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  1172.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  1173.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
  1174.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
  1175.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  1176.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  1177.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  1178.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  1179.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  1180.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  1181.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  1182.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  1183.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  1184.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  1185.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  1186.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  1187.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  1188.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  1189.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  1190.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  1191.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  1192.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  1193.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  1194.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  1195.             include_once \dirname(__DIR__4).'/src/App/Twig/AppExtension.php';
  1196.             include_once \dirname(__DIR__4).'/vendor/twig/extensions/lib/Twig/Extensions/Extension/Date.php';
  1197.             include_once \dirname(__DIR__4).'/vendor/twig/extensions/lib/Twig/Extensions/Extension/Text.php';
  1198.             include_once \dirname(__DIR__4).'/vendor/twig/extensions/lib/Twig/Extensions/Extension/Intl.php';
  1199.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Twig/UserServiceExtension.php';
  1200.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Twig/ArabicNumbersConvertExtension.php';
  1201.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Twig/CustomParagraphPreviewLinkExtension.php';
  1202.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Twig/DateFormatExtension.php';
  1203.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Twig/FeatureToggleExtension.php';
  1204.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Twig/FeedbackSourceExtension.php';
  1205.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Twig/MenuExtension.php';
  1206.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Twig/MobileDetectionExtension.php';
  1207.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Twig/MortgageRequestLinkExtension.php';
  1208.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Twig/NavbarExtension.php';
  1209.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Twig/SettingExtension.php';
  1210.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Twig/TestimonialExtension.php';
  1211.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Twig/ThumbnailExtension.php';
  1212.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Twig/UnsetFilter.php';
  1213.             include_once \dirname(__DIR__4).'/vendor/aqarmap/utility-bundle/Aqarmap/Bundle/UtilityBundle/TwigExtensions/Gravatar.php';
  1214.             include_once \dirname(__DIR__4).'/vendor/aqarmap/utility-bundle/Aqarmap/Bundle/UtilityBundle/TwigExtensions/Text.php';
  1215.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Twig/CompoundLocationExtension.php';
  1216.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Twig/JsonDecodeExtension.php';
  1217.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Twig/ListingShareExtension.php';
  1218.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Twig/LocationExtension.php';
  1219.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Twig/MetaTagsExtension.php';
  1220.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Twig/ParseSearchCriteria.php';
  1221.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Twig/PriceFiltersExtension.php';
  1222.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Twig/SearchExtension.php';
  1223.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Contracts/V4/CompoundLocationLinksBuilderInterface.php';
  1224.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/V4/CompoundlocationLinksBuilderService.php';
  1225.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Twig/TopCompaniesExtension.php';
  1226.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Twig/CreditExtension.php';
  1227.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Twig/FaqExtension.php';
  1228.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Twig/PackageExtension.php';
  1229.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Twig/PackageUserTypeExtension.php';
  1230.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NeighborhoodBundle/Twig/CompoundExtension.php';
  1231.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/DiscussionBundle/Twig/CommentExtension.php';
  1232.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/DiscussionBundle/Twig/DiscussionExtension.php';
  1233.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/DiscussionBundle/Twig/DiscussionTabsExtension.php';
  1234.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CRMBundle/Twig/CompanyExtension.php';
  1235.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CRMBundle/Twig/StaffExtension.php';
  1236.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CustomerProfilingBundle/Twig/CustomerProfilingExtension.php';
  1237.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/PaymentBundle/Twig/PaymentExtension.php';
  1238.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/PaymentBundle/Twig/PrintExtension.php';
  1239.             include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/AnnouncementBundle/Services/Twig/AnnouncementExtension.php';
  1240.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  1241.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRendererInterface.php';
  1242.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Twig/CKEditorExtension.php';
  1243.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRenderer.php';
  1244.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Builder/JsonBuilder.php';
  1245.             include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Twig/Extension/OAuthExtension.php';
  1246.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Twig/SerializerBaseExtension.php';
  1247.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Twig/SerializerRuntimeExtension.php';
  1248.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/MenuExtension.php';
  1249.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  1250.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  1251.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Templating/FilterTrait.php';
  1252.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Templating/FilterExtension.php';
  1253.             include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Render/Html/GetNelmioAsset.php';
  1254.             include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Collector/Twig/HttpMessageMarkupExtension.php';
  1255.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  1256.             include_once \dirname(__DIR__4).'/vendor/twig/markdown-extra/MarkdownExtension.php';
  1257.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  1258.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/StimulusTwigExtension.php';
  1259.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Twig/Extension/UploaderExtension.php';
  1260.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  1261.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  1262.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  1263.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  1264.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  1265.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  1266.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  1267.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  1268.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  1269.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  1270.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  1271.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  1272.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/HandlerRegistryInterface.php';
  1273.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/HandlerRegistry.php';
  1274.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/LazyHandlerRegistry.php';
  1275.             include_once __DIR__.'/proxy-classes.php';
  1276.         };
  1277.     }
  1278.     public function compile(): void
  1279.     {
  1280.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  1281.     }
  1282.     public function isCompiled(): bool
  1283.     {
  1284.         return true;
  1285.     }
  1286.     public function getRemovedIds(): array
  1287.     {
  1288.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  1289.     }
  1290.     protected function createProxy($class, \Closure $factory)
  1291.     {
  1292.         return $factory();
  1293.     }
  1294.     /**
  1295.      * Gets the public '.container.private.cache_clearer' shared service.
  1296.      *
  1297.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  1298.      */
  1299.     protected function get_Container_Private_CacheClearerService()
  1300.     {
  1301.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1302.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  1303.         return $this->services['.container.private.cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  1304.             yield => ($this->privates['jms_serializer.cache.cache_clearer'] ?? $this->getJmsSerializer_Cache_CacheClearerService());
  1305.         }, 1));
  1306.     }
  1307.     /**
  1308.      * Gets the public '.container.private.filesystem' shared service.
  1309.      *
  1310.      * @return \Symfony\Component\Filesystem\Filesystem
  1311.      */
  1312.     protected function get_Container_Private_FilesystemService()
  1313.     {
  1314.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  1315.     }
  1316.     /**
  1317.      * Gets the public '.container.private.form.factory' shared service.
  1318.      *
  1319.      * @return \Symfony\Component\Form\FormFactory
  1320.      */
  1321.     protected function get_Container_Private_Form_FactoryService()
  1322.     {
  1323.         $a = ($this->privates['form.registry'] ?? $this->getForm_RegistryService());
  1324.         if (isset($this->services['.container.private.form.factory'])) {
  1325.             return $this->services['.container.private.form.factory'];
  1326.         }
  1327.         return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory($a);
  1328.     }
  1329.     /**
  1330.      * Gets the public '.container.private.form.type.file' shared service.
  1331.      *
  1332.      * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  1333.      */
  1334.     protected function get_Container_Private_Form_Type_FileService()
  1335.     {
  1336.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  1337.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  1338.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  1339.         return $this->services['.container.private.form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  1340.     }
  1341.     /**
  1342.      * Gets the public '.container.private.profiler' shared service.
  1343.      *
  1344.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1345.      */
  1346.     protected function get_Container_Private_ProfilerService()
  1347.     {
  1348.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  1349.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1350.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1351.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1352.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1353.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  1354.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  1355.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1356.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1357.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  1358.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  1359.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  1360.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  1361.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1362.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  1363.         $d->addInstance('cache.messenger.restart_workers_signal', ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  1364.         $d->addInstance('cache.rate_limiter', ($this->services['cache.rate_limiter'] ?? $this->getCache_RateLimiterService()));
  1365.         $d->addInstance('doctrine.result_cache_pool', ($this->privates['doctrine.result_cache_pool'] ?? $this->getDoctrine_ResultCachePoolService()));
  1366.         $d->addInstance('doctrine.system_cache_pool', ($this->privates['doctrine.system_cache_pool'] ?? $this->getDoctrine_SystemCachePoolService()));
  1367.         $d->addInstance('rate_limiter_storage_pool', ($this->privates['rate_limiter_storage_pool'] ?? $this->getRateLimiterStoragePoolService()));
  1368.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  1369.         $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()));
  1370.         $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()));
  1371.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  1372.         $d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  1373.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  1374.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  1375.         $e->registerClient('sms.client', ($this->privates['.debug.sms.client'] ?? $this->get_Debug_Sms_ClientService()));
  1376.         $e->registerClient('auth.client', ($this->privates['.debug.auth.client'] ?? $this->get_Debug_Auth_ClientService()));
  1377.         $e->registerClient('locations_insights.client', ($this->privates['.debug.locations_insights.client'] ?? $this->get_Debug_LocationsInsights_ClientService()));
  1378.         $e->registerClient('fcm.client', ($this->privates['.debug.fcm.client'] ?? $this->get_Debug_Fcm_ClientService()));
  1379.         $e->registerClient('search.client', ($this->privates['.debug.search.client'] ?? $this->get_Debug_Search_ClientService()));
  1380.         $e->registerClient('geoip.client', ($this->privates['.debug.geoip.client'] ?? $this->get_Debug_Geoip_ClientService()));
  1381.         $e->registerClient('hwi_oauth.http_client', ($this->privates['.debug.hwi_oauth.http_client'] ?? $this->get_Debug_HwiOauth_HttpClientService()));
  1382.         $f = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), trueNULL);
  1383.         $f->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  1384.         $g = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
  1385.         $g->registerBus('messenger.bus.default', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  1386.         $h = new \Enqueue\Bundle\Profiler\MessageQueueCollector();
  1387.         $h->addProducer('default', ($this->services['enqueue.client.default.producer'] ?? $this->getEnqueue_Client_Default_ProducerService()));
  1388.         $i = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1389.         if ($this->has('kernel')) {
  1390.             $i->setKernel($b);
  1391.         }
  1392.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  1393.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1394.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1395.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  1396.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1397.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  1398.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1399.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  1400.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  1401.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1402.         $instance->add($d);
  1403.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  1404.         $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));
  1405.         $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())));
  1406.         $instance->add($e);
  1407.         $instance->add($f);
  1408.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  1409.         $instance->add(($this->privates['httplug.collector.collector'] ?? ($this->privates['httplug.collector.collector'] = new \Http\HttplugBundle\Collector\Collector(0))));
  1410.         $instance->add($g);
  1411.         $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()))));
  1412.         $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()))));
  1413.         $instance->add(new \FOS\ElasticaBundle\DataCollector\ElasticaDataCollector(($this->privates['fos_elastica.logger'] ?? $this->getFosElastica_LoggerService())));
  1414.         $instance->add($h);
  1415.         $instance->add(new \Snc\RedisBundle\DataCollector\RedisDataCollector(($this->privates['snc_redis.logger'] ?? $this->getSncRedis_LoggerService())));
  1416.         $instance->add(new \Vich\UploaderBundle\DataCollector\MappingCollector(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService())));
  1417.         $instance->add($i);
  1418.         return $instance;
  1419.     }
  1420.     /**
  1421.      * Gets the public '.container.private.security.authorization_checker' shared service.
  1422.      *
  1423.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1424.      */
  1425.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  1426.     {
  1427.         $a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  1428.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  1429.             return $this->services['.container.private.security.authorization_checker'];
  1430.         }
  1431.         $b = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  1432.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  1433.             return $this->services['.container.private.security.authorization_checker'];
  1434.         }
  1435.         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);
  1436.     }
  1437.     /**
  1438.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  1439.      *
  1440.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  1441.      */
  1442.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  1443.     {
  1444.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  1445.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  1446.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  1447.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  1448.         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())));
  1449.     }
  1450.     /**
  1451.      * Gets the public '.container.private.security.password_encoder' shared service.
  1452.      *
  1453.      * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  1454.      *
  1455.      * @deprecated Since symfony/security-bundle 5.3: The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.
  1456.      */
  1457.     protected function get_Container_Private_Security_PasswordEncoderService()
  1458.     {
  1459.         trigger_deprecation('symfony/security-bundle''5.3''The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.');
  1460.         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()));
  1461.     }
  1462.     /**
  1463.      * Gets the public '.container.private.security.token_storage' shared service.
  1464.      *
  1465.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  1466.      */
  1467.     protected function get_Container_Private_Security_TokenStorageService()
  1468.     {
  1469.         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, [
  1470.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  1471.         ], [
  1472.             'request_stack' => '?',
  1473.         ]));
  1474.     }
  1475.     /**
  1476.      * Gets the public '.container.private.serializer' shared service.
  1477.      *
  1478.      * @return \Symfony\Component\Serializer\Serializer
  1479.      */
  1480.     protected function get_Container_Private_SerializerService()
  1481.     {
  1482.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  1483.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  1484.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  1485.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  1486.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  1487.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  1488.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  1489.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  1490.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  1491.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  1492.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  1493.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  1494.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  1495.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  1496.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/Normalizer/FormErrorNormalizer.php';
  1497.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/Normalizer/FlattenExceptionNormalizer.php';
  1498.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareTrait.php';
  1499.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/Normalizer/FlattenExceptionNormalizer.php';
  1500.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  1501.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  1502.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  1503.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  1504.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  1505.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  1506.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  1507.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  1508.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  1509.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  1510.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  1511.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  1512.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  1513.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  1514.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  1515.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  1516.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  1517.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  1518.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  1519.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  1520.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  1521.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  1522.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  1523.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  1524.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  1525.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Util/ExceptionValueMap.php';
  1526.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  1527.         if (isset($this->services['.container.private.serializer'])) {
  1528.             return $this->services['.container.private.serializer'];
  1529.         }
  1530.         $b = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  1531.         $c = ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService());
  1532.         $d = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  1533.         $e = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($d);
  1534.         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()]);
  1535.     }
  1536.     /**
  1537.      * Gets the public '.container.private.session' shared service.
  1538.      *
  1539.      * @return \Symfony\Component\HttpFoundation\Session\Session
  1540.      */
  1541.     protected function get_Container_Private_SessionService()
  1542.     {
  1543.         $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  1544.         if (isset($this->services['.container.private.session'])) {
  1545.             return $this->services['.container.private.session'];
  1546.         }
  1547.         return $this->services['.container.private.session'] = $a->createSession();
  1548.     }
  1549.     /**
  1550.      * Gets the public '.container.private.twig' shared service.
  1551.      *
  1552.      * @return \Twig\Environment
  1553.      */
  1554.     protected function get_Container_Private_TwigService()
  1555.     {
  1556.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  1557.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'));
  1558.         $a->addPath((\dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Resources/views'), 'AqarmapMainBundle');
  1559.         $a->addPath((\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Resources/views'), 'AqarmapListingBundle');
  1560.         $a->addPath((\dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Resources/views'), 'AqarmapUserBundle');
  1561.         $a->addPath((\dirname(__DIR__4).'/src/Aqarmap/Bundle/NeighborhoodBundle/Resources/views'), 'AqarmapNeighborhoodBundle');
  1562.         $a->addPath((\dirname(__DIR__4).'/src/Aqarmap/Bundle/DiscussionBundle/Resources/views'), 'AqarmapDiscussionBundle');
  1563.         $a->addPath((\dirname(__DIR__4).'/src/Aqarmap/Bundle/SearchBundle/Resources/views'), 'AqarmapSearchBundle');
  1564.         $a->addPath((\dirname(__DIR__4).'/src/Aqarmap/Bundle/CRMBundle/Resources/views'), 'AqarmapCRMBundle');
  1565.         $a->addPath((\dirname(__DIR__4).'/src/Aqarmap/Bundle/BuyerAlertsBundle/Resources/views'), 'AqarmapBuyerAlertsBundle');
  1566.         $a->addPath((\dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Resources/views'), 'AqarmapNotificationBundle');
  1567.         $a->addPath((\dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Resources/views'), 'AqarmapCreditBundle');
  1568.         $a->addPath((\dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Resources/views'), 'AqarmapUser');
  1569.         $a->addPath((\dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Resources/views'), '!AqarmapUser');
  1570.         $a->addPath((\dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Resources/views'), 'AqarmapMain');
  1571.         $a->addPath((\dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Resources/views'), '!AqarmapMain');
  1572.         $a->addPath((\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Resources/views'), 'AqarmapListing');
  1573.         $a->addPath((\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Resources/views'), '!AqarmapListing');
  1574.         $a->addPath((\dirname(__DIR__4).'/src/Aqarmap/Bundle/MessageBundle/Resources/views'), 'AqarmapMessage');
  1575.         $a->addPath((\dirname(__DIR__4).'/src/Aqarmap/Bundle/MessageBundle/Resources/views'), '!AqarmapMessage');
  1576.         $a->addPath((\dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Resources/views'), 'AqarmapCredit');
  1577.         $a->addPath((\dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Resources/views'), '!AqarmapCredit');
  1578.         $a->addPath((\dirname(__DIR__4).'/src/Aqarmap/Bundle/NotifierBundle/Resources/views'), 'AqarmapNotifier');
  1579.         $a->addPath((\dirname(__DIR__4).'/src/Aqarmap/Bundle/NotifierBundle/Resources/views'), '!AqarmapNotifier');
  1580.         $a->addPath((\dirname(__DIR__4).'/src/Aqarmap/Bundle/BuyerAlertsBundle/Resources/views'), 'AqarmapBuyerAlerts');
  1581.         $a->addPath((\dirname(__DIR__4).'/src/Aqarmap/Bundle/BuyerAlertsBundle/Resources/views'), '!AqarmapBuyerAlerts');
  1582.         $a->addPath((\dirname(__DIR__4).'/src/Aqarmap/Bundle/MortgageBundle/Resources/views'), 'AqarmapMortgage');
  1583.         $a->addPath((\dirname(__DIR__4).'/src/Aqarmap/Bundle/MortgageBundle/Resources/views'), '!AqarmapMortgage');
  1584.         $a->addPath((\dirname(__DIR__4).'/src/Aqarmap/Bundle/BrokerSalesBundle/Resources/views'), 'AqarmapBrokerSales');
  1585.         $a->addPath((\dirname(__DIR__4).'/src/Aqarmap/Bundle/BrokerSalesBundle/Resources/views'), '!AqarmapBrokerSales');
  1586.         $a->addPath((\dirname(__DIR__4).'/src/Aqarmap/Bundle/NeighborhoodBundle/Resources/views'), 'AqarmapNeighborhood');
  1587.         $a->addPath((\dirname(__DIR__4).'/src/Aqarmap/Bundle/NeighborhoodBundle/Resources/views'), '!AqarmapNeighborhood');
  1588.         $a->addPath((\dirname(__DIR__4).'/src/Aqarmap/Bundle/DiscussionBundle/Resources/views'), 'AqarmapDiscussion');
  1589.         $a->addPath((\dirname(__DIR__4).'/src/Aqarmap/Bundle/DiscussionBundle/Resources/views'), '!AqarmapDiscussion');
  1590.         $a->addPath((\dirname(__DIR__4).'/src/Aqarmap/Bundle/CRMBundle/Resources/views'), 'AqarmapCRM');
  1591.         $a->addPath((\dirname(__DIR__4).'/src/Aqarmap/Bundle/CRMBundle/Resources/views'), '!AqarmapCRM');
  1592.         $a->addPath((\dirname(__DIR__4).'/src/Aqarmap/Bundle/CustomerProfilingBundle/Resources/views'), 'AqarmapCustomerProfiling');
  1593.         $a->addPath((\dirname(__DIR__4).'/src/Aqarmap/Bundle/CustomerProfilingBundle/Resources/views'), '!AqarmapCustomerProfiling');
  1594.         $a->addPath((\dirname(__DIR__4).'/src/Aqarmap/Bundle/ExchangeBundle/Resources/views'), 'AqarmapExchange');
  1595.         $a->addPath((\dirname(__DIR__4).'/src/Aqarmap/Bundle/ExchangeBundle/Resources/views'), '!AqarmapExchange');
  1596.         $a->addPath((\dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Resources/views'), 'Notification');
  1597.         $a->addPath((\dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Resources/views'), '!Notification');
  1598.         $a->addPath((\dirname(__DIR__4).'/src/Aqarmap/Bundle/PaymentBundle/Resources/views'), 'AqarmapPayment');
  1599.         $a->addPath((\dirname(__DIR__4).'/src/Aqarmap/Bundle/PaymentBundle/Resources/views'), '!AqarmapPayment');
  1600.         $a->addPath((\dirname(__DIR__4).'/src/Aqarmap/Bundle/AnnouncementBundle/Resources/views'), 'AqarmapAnnouncement');
  1601.         $a->addPath((\dirname(__DIR__4).'/src/Aqarmap/Bundle/AnnouncementBundle/Resources/views'), '!AqarmapAnnouncement');
  1602.         $a->addPath((\dirname(__DIR__4).'/src/Aqarmap/Bundle/SearchBundle/Resources/views'), 'AqarmapSearch');
  1603.         $a->addPath((\dirname(__DIR__4).'/src/Aqarmap/Bundle/SearchBundle/Resources/views'), '!AqarmapSearch');
  1604.         $a->addPath((\dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Resources/views'), 'AqarmapNotification');
  1605.         $a->addPath((\dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Resources/views'), '!AqarmapNotification');
  1606.         $a->addPath((\dirname(__DIR__4).'/src/Aqarmap/Bundle/FeatureToggleBundle/Resources/views'), 'FeatureToggle');
  1607.         $a->addPath((\dirname(__DIR__4).'/src/Aqarmap/Bundle/FeatureToggleBundle/Resources/views'), '!FeatureToggle');
  1608.         $a->addPath((\dirname(__DIR__4).'/src/Aqarmap/Bundle/ValueEngineBundle/Resources/views'), 'AqarmapValueEngine');
  1609.         $a->addPath((\dirname(__DIR__4).'/src/Aqarmap/Bundle/ValueEngineBundle/Resources/views'), '!AqarmapValueEngine');
  1610.         $a->addPath((\dirname(__DIR__4).'/src/Aqarmap/Bundle/TopSellerBundle/Resources/views'), 'TopSeller');
  1611.         $a->addPath((\dirname(__DIR__4).'/src/Aqarmap/Bundle/TopSellerBundle/Resources/views'), '!TopSeller');
  1612.         $a->addPath((\dirname(__DIR__4).'/src/Aqarmap/Bundle/FinancialAidsBundle/Resources/views'), 'AqarmapFinancialAids');
  1613.         $a->addPath((\dirname(__DIR__4).'/src/Aqarmap/Bundle/FinancialAidsBundle/Resources/views'), '!AqarmapFinancialAids');
  1614.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  1615.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  1616.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/mongodb-odm-bundle/Resources/views'), 'DoctrineMongoDB');
  1617.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/mongodb-odm-bundle/Resources/views'), '!DoctrineMongoDB');
  1618.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Resources/views'), 'FOSElastica');
  1619.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Resources/views'), '!FOSElastica');
  1620.         $a->addPath((\dirname(__DIR__4).'/vendor/enqueue/enqueue-bundle/Resources/views'), 'Enqueue');
  1621.         $a->addPath((\dirname(__DIR__4).'/vendor/enqueue/enqueue-bundle/Resources/views'), '!Enqueue');
  1622.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), 'Twig');
  1623.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), '!Twig');
  1624.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), 'FOSCKEditor');
  1625.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), '!FOSCKEditor');
  1626.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  1627.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  1628.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/FOSUserBundle'), 'FOSUser');
  1629.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/views'), 'FOSUser');
  1630.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/views'), '!FOSUser');
  1631.         $a->addPath((\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Resources/views'), 'HWIOAuth');
  1632.         $a->addPath((\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Resources/views'), '!HWIOAuth');
  1633.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), 'KnpMenu');
  1634.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), '!KnpMenu');
  1635.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  1636.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  1637.         $a->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), 'LiipImagine');
  1638.         $a->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), '!LiipImagine');
  1639.         $a->addPath((\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/templates'), 'NelmioApiDoc');
  1640.         $a->addPath((\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/templates'), '!NelmioApiDoc');
  1641.         $a->addPath((\dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Resources/views'), 'OldSoundRabbitMq');
  1642.         $a->addPath((\dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Resources/views'), '!OldSoundRabbitMq');
  1643.         $a->addPath((\dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Resources/views'), 'Httplug');
  1644.         $a->addPath((\dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Resources/views'), '!Httplug');
  1645.         $a->addPath((\dirname(__DIR__4).'/vendor/snc/redis-bundle/src/Resources/views'), 'SncRedis');
  1646.         $a->addPath((\dirname(__DIR__4).'/vendor/snc/redis-bundle/src/Resources/views'), '!SncRedis');
  1647.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  1648.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  1649.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  1650.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  1651.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  1652.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  1653.         $a->addPath((\dirname(__DIR__4).'/vendor/vich/uploader-bundle/templates'), 'VichUploader');
  1654.         $a->addPath((\dirname(__DIR__4).'/vendor/vich/uploader-bundle/templates'), '!VichUploader');
  1655.         $a->addPath((\dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle/Resources/views'), 'BazingaJsTranslation');
  1656.         $a->addPath((\dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle/Resources/views'), '!BazingaJsTranslation');
  1657.         $a->addPath((\dirname(__DIR__4).'/templates'));
  1658.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  1659.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  1660.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  1661.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  1662.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1663.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  1664.         $d = ($this->privates['assets.packages'] ?? $this->getAssets_PackagesService());
  1665.         $e = new \Symfony\Bridge\Twig\Extension\AssetExtension($d);
  1666.         $f = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1667.         $g = ($this->services['router'] ?? $this->getRouterService());
  1668.         $h = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1669.         $i = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  1670.         $j = ($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService());
  1671.         $k = ($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService());
  1672.         $l = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1673.         $m = ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\Setting'] ?? $this->getSettingService());
  1674.         $n = ($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService());
  1675.         $o = new \Aqarmap\Bundle\MainBundle\Twig\ThumbnailExtension(($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\ThumbURL'] ?? $this->getThumbURLService()), $n$this->getParameter('aqarmap.wompoo'));
  1676.         $p = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\CompoundService'] ?? $this->getCompoundServiceService());
  1677.         $q = ($this->privates['Aqarmap\\Bundle\\RecurringTransactionBundle\\Services\\RecurringTransactionService'] ?? $this->getRecurringTransactionServiceService());
  1678.         $r = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1679.         $r->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $f]);
  1680.         $s = new \Symfony\Bridge\Twig\AppVariable();
  1681.         $s->setEnvironment('dev');
  1682.         $s->setDebug(true);
  1683.         if ($this->has('.container.private.security.token_storage')) {
  1684.             $s->setTokenStorage($i);
  1685.         }
  1686.         if ($this->has('request_stack')) {
  1687.             $s->setRequestStack($h);
  1688.         }
  1689.         $t = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  1690.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1691.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  1692.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  1693.         $instance->addExtension($e);
  1694.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($f, \dirname(__DIR__4), 'UTF-8'));
  1695.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($g));
  1696.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1697.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  1698.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1699.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1700.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($h$g)));
  1701.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  1702.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  1703.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  1704.         $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)));
  1705.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\DumpExtension($j$k));
  1706.         $instance->addExtension(new \App\Twig\AppExtension());
  1707.         $instance->addExtension(new \Twig_Extensions_Extension_Date());
  1708.         $instance->addExtension(new \Twig_Extensions_Extension_Text());
  1709.         $instance->addExtension(new \Twig_Extensions_Extension_Intl());
  1710.         $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())));
  1711.         $instance->addExtension(new \Aqarmap\Bundle\MainBundle\Twig\ArabicNumbersConvertExtension());
  1712.         $instance->addExtension(new \Aqarmap\Bundle\MainBundle\Twig\CustomParagraphPreviewLinkExtension($g));
  1713.         $instance->addExtension(new \Aqarmap\Bundle\MainBundle\Twig\DateFormatExtension());
  1714.         $instance->addExtension(new \Aqarmap\Bundle\MainBundle\Twig\FeatureToggleExtension(($this->services['Aqarmap\\Bundle\\FeatureToggleBundle\\Service\\FeatureToggleManager'] ?? $this->getFeatureToggleManagerService())));
  1715.         $instance->addExtension(new \Aqarmap\Bundle\MainBundle\Twig\FeedbackSourceExtension());
  1716.         $instance->addExtension(new \Aqarmap\Bundle\MainBundle\Twig\MenuExtension(($this->privates['Aqarmap\\Bundle\\MainBundle\\Menu\\MenuBuilder'] ?? $this->getMenuBuilderService())));
  1717.         $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()))));
  1718.         $instance->addExtension(new \Aqarmap\Bundle\MainBundle\Twig\MortgageRequestLinkExtension(($this->privates['Aqarmap\\Bundle\\FinancialAidsBundle\\Service\\FinancialAidService'] ?? $this->getFinancialAidServiceService())));
  1719.         $instance->addExtension(new \Aqarmap\Bundle\MainBundle\Twig\NavbarExtension($l));
  1720.         $instance->addExtension(new \Aqarmap\Bundle\MainBundle\Twig\SettingExtension($m));
  1721.         $instance->addExtension(new \Aqarmap\Bundle\MainBundle\Twig\TestimonialExtension());
  1722.         $instance->addExtension($o);
  1723.         $instance->addExtension(new \Aqarmap\Bundle\MainBundle\Twig\UnsetFilter());
  1724.         $instance->addExtension(new \Aqarmap\Bundle\UtilityBundle\TwigExtensions\Gravatar());
  1725.         $instance->addExtension(new \Aqarmap\Bundle\UtilityBundle\TwigExtensions\Text());
  1726.         $instance->addExtension(new \Aqarmap\Bundle\ListingBundle\Twig\CompoundLocationExtension($l));
  1727.         $instance->addExtension(new \Aqarmap\Bundle\ListingBundle\Twig\JsonDecodeExtension());
  1728.         $instance->addExtension(($this->privates['Aqarmap\\Bundle\\ListingBundle\\Twig\\ListingExtension'] ?? $this->getListingExtensionService()));
  1729.         $instance->addExtension(new \Aqarmap\Bundle\ListingBundle\Twig\ListingShareExtension(($this->privates['Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime'] ?? $this->getUploaderExtensionRuntimeService()), $d$o));
  1730.         $instance->addExtension(new \Aqarmap\Bundle\ListingBundle\Twig\LocationExtension($l$h));
  1731.         $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())));
  1732.         $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())));
  1733.         $instance->addExtension(new \Aqarmap\Bundle\ListingBundle\Twig\PriceFiltersExtension($l));
  1734.         $instance->addExtension(($this->privates['Aqarmap\\Bundle\\ListingBundle\\Twig\\SearchDescriptionExtension'] ?? $this->getSearchDescriptionExtensionService()));
  1735.         $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)));
  1736.         $instance->addExtension(new \Aqarmap\Bundle\ListingBundle\Twig\TopCompaniesExtension($l$m, ($this->privates['Aqarmap\\Bundle\\TopSellerBundle\\Service\\TopSellerRetrievalService'] ?? $this->getTopSellerRetrievalServiceService())));
  1737.         $instance->addExtension(new \Aqarmap\Bundle\CreditBundle\Twig\CreditExtension($c$q));
  1738.         $instance->addExtension(new \Aqarmap\Bundle\CreditBundle\Twig\FaqExtension());
  1739.         $instance->addExtension(new \Aqarmap\Bundle\CreditBundle\Twig\PackageExtension($l));
  1740.         $instance->addExtension(new \Aqarmap\Bundle\CreditBundle\Twig\PackageUserTypeExtension());
  1741.         $instance->addExtension(new \Aqarmap\Bundle\NeighborhoodBundle\Twig\CompoundExtension());
  1742.         $instance->addExtension(new \Aqarmap\Bundle\DiscussionBundle\Twig\CommentExtension());
  1743.         $instance->addExtension(new \Aqarmap\Bundle\DiscussionBundle\Twig\DiscussionExtension());
  1744.         $instance->addExtension(new \Aqarmap\Bundle\DiscussionBundle\Twig\DiscussionTabsExtension());
  1745.         $instance->addExtension(new \Aqarmap\Bundle\CRMBundle\Twig\CompanyExtension());
  1746.         $instance->addExtension(new \Aqarmap\Bundle\CRMBundle\Twig\StaffExtension());
  1747.         $instance->addExtension(new \Aqarmap\Bundle\CustomerProfilingBundle\Twig\CustomerProfilingExtension($c));
  1748.         $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));
  1749.         $instance->addExtension(new \Aqarmap\Bundle\PaymentBundle\Twig\PrintExtension());
  1750.         $instance->addExtension(new \Aqarmap\Bundle\AnnouncementBundle\Services\Twig\AnnouncementExtension($l));
  1751.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1752.         $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)))));
  1753.         $instance->addExtension(new \HWI\Bundle\OAuthBundle\Twig\Extension\OAuthExtension());
  1754.         $instance->addExtension(new \JMS\Serializer\Twig\SerializerRuntimeExtension());
  1755.         $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()))));
  1756.         $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($g$c)));
  1757.         $instance->addExtension(new \Liip\ImagineBundle\Templating\FilterExtension($n));
  1758.         $instance->addExtension(new \Nelmio\ApiDocBundle\Render\Html\GetNelmioAsset($e));
  1759.         $instance->addExtension(new \Http\HttplugBundle\Collector\Twig\HttpMessageMarkupExtension($j$k));
  1760.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($r));
  1761.         $instance->addExtension(new \Twig\Extra\Markdown\MarkdownExtension());
  1762.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1763.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'false],
  1764.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService'false],
  1765.         ], [
  1766.             'webpack_encore.entrypoint_lookup_collection' => '?',
  1767.             'webpack_encore.tag_renderer' => '?',
  1768.         ])));
  1769.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension());
  1770.         $instance->addExtension(new \Vich\UploaderBundle\Twig\Extension\UploaderExtension());
  1771.         $instance->addGlobal('app'$s);
  1772.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1773.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  1774.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  1775.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'false],
  1776.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  1777.             'HWI\\Bundle\\OAuthBundle\\Twig\\Extension\\OAuthRuntime' => ['privates''hwi_oauth.twig.extension.oauth.runtime''getHwiOauth_Twig_Extension_Oauth_RuntimeService'false],
  1778.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => ['services''jms_serializer.twig_extension.serializer_runtime_helper''getJmsSerializer_TwigExtension_SerializerRuntimeHelperService'false],
  1779.             'Twig\\Extra\\Markdown\\MarkdownRuntime' => ['privates''twig.runtime.markdown''getTwig_Runtime_MarkdownService'false],
  1780.             'Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime' => ['privates''Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime''getUploaderExtensionRuntimeService'false],
  1781.         ], [
  1782.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1783.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1784.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  1785.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  1786.             'HWI\\Bundle\\OAuthBundle\\Twig\\Extension\\OAuthRuntime' => '?',
  1787.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => '?',
  1788.             'Twig\\Extra\\Markdown\\MarkdownRuntime' => '?',
  1789.             'Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime' => '?',
  1790.         ])));
  1791.         $instance->addGlobal('google_recaptcha_site_key'$this->getEnv('GOOGLE_RECAPTCHA_SITE_KEY'));
  1792.         $instance->addGlobal('locale''ar');
  1793.         $instance->addGlobal('oauth_logout_url'$this->getEnv('string:OAUTH_PUBLIC_SERVER_URL').'/logout');
  1794.         $instance->addGlobal('google_maps_key'NULL);
  1795.         $instance->addGlobal('facebook_app_id'NULL);
  1796.         $instance->addGlobal('firebase_api_key''AAAA0Aa0Aa0:AAA00aAAaAaAaAAAaAAaaA-AA0AA0aAAA0aAa');
  1797.         $instance->addGlobal('firebase_sender_id'1000000000000);
  1798.         $instance->addGlobal('fawry_merchant_id'$this->getEnv('FAWRY_MERCHANT_ID'));
  1799.         $instance->addGlobal('fawry_js_url'$this->getEnv('FAWRY_JS_URL'));
  1800.         $instance->addGlobal('payfort_merchant_identifier'$this->getEnv('PAYFORT_MERCHANT_IDENTIFIER'));
  1801.         $instance->addGlobal('payfort_access_code'$this->getEnv('PAYFORT_ACCESS_CODE'));
  1802.         $instance->addGlobal('payfort_redirect_url'$this->getEnv('string:PAYFORT_URL').'/FortAPI/paymentPage');
  1803.         $instance->addGlobal('country'$this->getEnv('APP_COUNTRY'));
  1804.         $instance->addGlobal('aqarmap_database_notification''Aqarmap\\Bundle\\NotificationBundle\\DatabaseNotification');
  1805.         $instance->addGlobal('app_domain'$this->getEnv('APP_HOST'));
  1806.         $instance->addGlobal('aqarmap_advice_url''https://advice.aqarmap.com.eg');
  1807.         $instance->addGlobal('search_service_public_endpoint'$this->getEnv('SEARCH_SERVICE_PUBLIC_ENDPOINT'));
  1808.         $instance->addGlobal('notifyLogo'true);
  1809.         $instance->addGlobal('notifyPersonalPhoto'true);
  1810.         $instance->addGlobal('notifyExpiry'false);
  1811.         $instance->addGlobal('notifyPersonalIsNotCompleted'false);
  1812.         $instance->addGlobal('google_app_id'NULL);
  1813.         $instance->addGlobal('google_redirect_url'NULL);
  1814.         $instance->addGlobal('joinUsARURL''https://i.aqarmap.com/joinus/?campaign=HomepageWeb');
  1815.         $instance->addGlobal('joinUsENURL''https://i.aqarmap.com/joinus/index-en.html?campaign=HomepageWeb');
  1816.         $instance->addGlobal('popUpJoinUsENURL''https://i.aqarmap.com/joinus/index-en.html?campaign=HomepageWidget');
  1817.         $instance->addGlobal('popUpJoinUsARURL''https://i.aqarmap.com/joinus/?campaign=HomepageWidget');
  1818.         $instance->addGlobal('authBaseUrl'$this->getEnv('OAUTH_PUBLIC_SERVER_URL'));
  1819.         $instance->registerUndefinedFilterCallback([=> $t=> 'suggestFilter']);
  1820.         $instance->registerUndefinedFunctionCallback([=> $t=> 'suggestFunction']);
  1821.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  1822.         return $instance;
  1823.     }
  1824.     /**
  1825.      * Gets the public '.container.private.validator' shared service.
  1826.      *
  1827.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1828.      */
  1829.     protected function get_Container_Private_ValidatorService()
  1830.     {
  1831.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  1832.         if (isset($this->services['.container.private.validator'])) {
  1833.             return $this->services['.container.private.validator'];
  1834.         }
  1835.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  1836.     }
  1837.     /**
  1838.      * Gets the public 'App\Controller\API\Banners\BannersController' shared autowired service.
  1839.      *
  1840.      * @return \App\Controller\API\Banners\BannersController
  1841.      */
  1842.     protected function getBannersControllerService()
  1843.     {
  1844.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1845.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  1846.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  1847.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/BaseController.php';
  1848.         include_once \dirname(__DIR__4).'/src/App/Controller/API/Banners/BannersController.php';
  1849.         $this->services['App\\Controller\\API\\Banners\\BannersController'] = $instance = new \App\Controller\API\Banners\BannersController();
  1850.         $instance->setContainer(($this->privates['.service_locator.eIcC2Rx'] ?? $this->get_ServiceLocator_EIcC2RxService())->withContext('App\\Controller\\API\\Banners\\BannersController'$this));
  1851.         return $instance;
  1852.     }
  1853.     /**
  1854.      * Gets the public 'App\Controller\API\Lead\LeadController' shared autowired service.
  1855.      *
  1856.      * @return \App\Controller\API\Lead\LeadController
  1857.      */
  1858.     protected function getLeadControllerService()
  1859.     {
  1860.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1861.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  1862.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  1863.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/BaseController.php';
  1864.         include_once \dirname(__DIR__4).'/src/App/Controller/API/Lead/LeadController.php';
  1865.         $this->services['App\\Controller\\API\\Lead\\LeadController'] = $instance = new \App\Controller\API\Lead\LeadController();
  1866.         $instance->setContainer(($this->privates['.service_locator.eIcC2Rx'] ?? $this->get_ServiceLocator_EIcC2RxService())->withContext('App\\Controller\\API\\Lead\\LeadController'$this));
  1867.         return $instance;
  1868.     }
  1869.     /**
  1870.      * Gets the public 'App\Controller\API\Listing\ListingController' shared autowired service.
  1871.      *
  1872.      * @return \App\Controller\API\Listing\ListingController
  1873.      */
  1874.     protected function getListingControllerService()
  1875.     {
  1876.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1877.         include_once \dirname(__DIR__4).'/src/App/Controller/API/Listing/ListingController.php';
  1878.         $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->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()), ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\Setting'] ?? $this->getSettingService()));
  1879.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\API\\Listing\\ListingController'$this));
  1880.         return $instance;
  1881.     }
  1882.     /**
  1883.      * Gets the public 'App\Controller\API\Location\LocationController' shared autowired service.
  1884.      *
  1885.      * @return \App\Controller\API\Location\LocationController
  1886.      */
  1887.     protected function getLocationControllerService()
  1888.     {
  1889.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1890.         include_once \dirname(__DIR__4).'/src/App/Controller/API/Location/LocationController.php';
  1891.         include_once \dirname(__DIR__4).'/src/App/Service/Location/LocationService.php';
  1892.         $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())));
  1893.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\API\\Location\\LocationController'$this));
  1894.         return $instance;
  1895.     }
  1896.     /**
  1897.      * Gets the public 'App\Controller\API\LocationsInsights\LocationsInsightsProxyController' shared autowired service.
  1898.      *
  1899.      * @return \App\Controller\API\LocationsInsights\LocationsInsightsProxyController
  1900.      */
  1901.     protected function getLocationsInsightsProxyControllerService()
  1902.     {
  1903.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1904.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  1905.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  1906.         include_once \dirname(__DIR__4).'/src/App/Controller/API/LocationsInsights/LocationsInsightsProxyController.php';
  1907.         $this->services['App\\Controller\\API\\LocationsInsights\\LocationsInsightsProxyController'] = $instance = new \App\Controller\API\LocationsInsights\LocationsInsightsProxyController();
  1908.         $instance->setContainer(($this->privates['.service_locator.eIcC2Rx'] ?? $this->get_ServiceLocator_EIcC2RxService())->withContext('App\\Controller\\API\\LocationsInsights\\LocationsInsightsProxyController'$this));
  1909.         return $instance;
  1910.     }
  1911.     /**
  1912.      * Gets the public 'App\Controller\API\Subscriptions\SubscriptionPlansController' shared autowired service.
  1913.      *
  1914.      * @return \App\Controller\API\Subscriptions\SubscriptionPlansController
  1915.      */
  1916.     protected function getSubscriptionPlansControllerService()
  1917.     {
  1918.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1919.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  1920.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  1921.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/BaseController.php';
  1922.         include_once \dirname(__DIR__4).'/src/App/Controller/API/Subscriptions/SubscriptionPlansController.php';
  1923.         $this->services['App\\Controller\\API\\Subscriptions\\SubscriptionPlansController'] = $instance = new \App\Controller\API\Subscriptions\SubscriptionPlansController();
  1924.         $instance->setContainer(($this->privates['.service_locator.eIcC2Rx'] ?? $this->get_ServiceLocator_EIcC2RxService())->withContext('App\\Controller\\API\\Subscriptions\\SubscriptionPlansController'$this));
  1925.         return $instance;
  1926.     }
  1927.     /**
  1928.      * Gets the public 'App\Controller\API\User\CardsController' shared autowired service.
  1929.      *
  1930.      * @return \App\Controller\API\User\CardsController
  1931.      */
  1932.     protected function getCardsControllerService()
  1933.     {
  1934.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1935.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  1936.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  1937.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/V4/BaseController.php';
  1938.         include_once \dirname(__DIR__4).'/src/App/Controller/API/User/CardsController.php';
  1939.         $this->services['App\\Controller\\API\\User\\CardsController'] = $instance = new \App\Controller\API\User\CardsController();
  1940.         $instance->setContainer(($this->privates['.service_locator.eIcC2Rx'] ?? $this->get_ServiceLocator_EIcC2RxService())->withContext('App\\Controller\\API\\User\\CardsController'$this));
  1941.         return $instance;
  1942.     }
  1943.     /**
  1944.      * Gets the public 'App\Controller\API\User\SubAccountsController' shared autowired service.
  1945.      *
  1946.      * @return \App\Controller\API\User\SubAccountsController
  1947.      */
  1948.     protected function getSubAccountsControllerService()
  1949.     {
  1950.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1951.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  1952.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  1953.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/V4/BaseController.php';
  1954.         include_once \dirname(__DIR__4).'/src/App/Controller/API/User/SubAccountsController.php';
  1955.         $this->services['App\\Controller\\API\\User\\SubAccountsController'] = $instance = new \App\Controller\API\User\SubAccountsController();
  1956.         $instance->setContainer(($this->privates['.service_locator.eIcC2Rx'] ?? $this->get_ServiceLocator_EIcC2RxService())->withContext('App\\Controller\\API\\User\\SubAccountsController'$this));
  1957.         return $instance;
  1958.     }
  1959.     /**
  1960.      * Gets the public 'App\Controller\API\User\SubscriptionsController' shared autowired service.
  1961.      *
  1962.      * @return \App\Controller\API\User\SubscriptionsController
  1963.      */
  1964.     protected function getSubscriptionsControllerService()
  1965.     {
  1966.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1967.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  1968.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  1969.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/BaseController.php';
  1970.         include_once \dirname(__DIR__4).'/src/App/Controller/API/User/SubscriptionsController.php';
  1971.         $this->services['App\\Controller\\API\\User\\SubscriptionsController'] = $instance = new \App\Controller\API\User\SubscriptionsController();
  1972.         $instance->setContainer(($this->privates['.service_locator.eIcC2Rx'] ?? $this->get_ServiceLocator_EIcC2RxService())->withContext('App\\Controller\\API\\User\\SubscriptionsController'$this));
  1973.         return $instance;
  1974.     }
  1975.     /**
  1976.      * Gets the public 'App\Controller\Admin\Banners\BannersController' shared autowired service.
  1977.      *
  1978.      * @return \App\Controller\Admin\Banners\BannersController
  1979.      */
  1980.     protected function getBannersController2Service()
  1981.     {
  1982.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1983.         include_once \dirname(__DIR__4).'/src/App/Controller/Admin/Banners/BannersController.php';
  1984.         $this->services['App\\Controller\\Admin\\Banners\\BannersController'] = $instance = new \App\Controller\Admin\Banners\BannersController();
  1985.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Admin\\Banners\\BannersController'$this));
  1986.         return $instance;
  1987.     }
  1988.     /**
  1989.      * Gets the public 'App\Controller\Admin\Subscriptions\SubscriptionPlansController' shared autowired service.
  1990.      *
  1991.      * @return \App\Controller\Admin\Subscriptions\SubscriptionPlansController
  1992.      */
  1993.     protected function getSubscriptionPlansController2Service()
  1994.     {
  1995.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1996.         include_once \dirname(__DIR__4).'/src/App/Controller/Admin/Subscriptions/SubscriptionPlansController.php';
  1997.         $this->services['App\\Controller\\Admin\\Subscriptions\\SubscriptionPlansController'] = $instance = new \App\Controller\Admin\Subscriptions\SubscriptionPlansController();
  1998.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Admin\\Subscriptions\\SubscriptionPlansController'$this));
  1999.         return $instance;
  2000.     }
  2001.     /**
  2002.      * Gets the public 'App\Controller\AliasRoutesController' shared autowired service.
  2003.      *
  2004.      * @return \App\Controller\AliasRoutesController
  2005.      */
  2006.     protected function getAliasRoutesControllerService()
  2007.     {
  2008.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2009.         include_once \dirname(__DIR__4).'/src/App/Controller/AliasRoutesController.php';
  2010.         $this->services['App\\Controller\\AliasRoutesController'] = $instance = new \App\Controller\AliasRoutesController();
  2011.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\AliasRoutesController'$this));
  2012.         return $instance;
  2013.     }
  2014.     /**
  2015.      * Gets the public 'App\Controller\DefaultController' shared autowired service.
  2016.      *
  2017.      * @return \App\Controller\DefaultController
  2018.      */
  2019.     protected function getDefaultControllerService()
  2020.     {
  2021.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2022.         include_once \dirname(__DIR__4).'/src/App/Controller/DefaultController.php';
  2023.         $this->services['App\\Controller\\DefaultController'] = $instance = new \App\Controller\DefaultController();
  2024.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\DefaultController'$this));
  2025.         return $instance;
  2026.     }
  2027.     /**
  2028.      * Gets the public 'App\Controller\EmailList\WaitingController' shared autowired service.
  2029.      *
  2030.      * @return \App\Controller\EmailList\WaitingController
  2031.      */
  2032.     protected function getWaitingControllerService()
  2033.     {
  2034.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2035.         include_once \dirname(__DIR__4).'/src/App/Controller/EmailList/WaitingController.php';
  2036.         $this->services['App\\Controller\\EmailList\\WaitingController'] = $instance = new \App\Controller\EmailList\WaitingController();
  2037.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\EmailList\\WaitingController'$this));
  2038.         return $instance;
  2039.     }
  2040.     /**
  2041.      * Gets the public 'App\Controller\SecurityController' shared autowired service.
  2042.      *
  2043.      * @return \App\Controller\SecurityController
  2044.      */
  2045.     protected function getSecurityControllerService()
  2046.     {
  2047.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2048.         include_once \dirname(__DIR__4).'/src/App/Controller/SecurityController.php';
  2049.         $this->services['App\\Controller\\SecurityController'] = $instance = new \App\Controller\SecurityController();
  2050.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\SecurityController'$this));
  2051.         return $instance;
  2052.     }
  2053.     /**
  2054.      * Gets the public 'Aqarmap\Bundle\AnnouncementBundle\Controller\Admin\AnnouncementController' shared autowired service.
  2055.      *
  2056.      * @return \Aqarmap\Bundle\AnnouncementBundle\Controller\Admin\AnnouncementController
  2057.      */
  2058.     protected function getAnnouncementControllerService()
  2059.     {
  2060.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2061.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/AnnouncementBundle/Controller/Admin/AnnouncementController.php';
  2062.         $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()));
  2063.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Aqarmap\\Bundle\\AnnouncementBundle\\Controller\\Admin\\AnnouncementController'$this));
  2064.         return $instance;
  2065.     }
  2066.     /**
  2067.      * Gets the public 'Aqarmap\Bundle\AnnouncementBundle\Controller\Api\AnnouncementController' shared autowired service.
  2068.      *
  2069.      * @return \Aqarmap\Bundle\AnnouncementBundle\Controller\Api\AnnouncementController
  2070.      */
  2071.     protected function getAnnouncementController2Service()
  2072.     {
  2073.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2074.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  2075.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  2076.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/BaseController.php';
  2077.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/AnnouncementBundle/Controller/Api/AnnouncementController.php';
  2078.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/AnnouncementBundle/Services/AnnouncementManager.php';
  2079.         $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())));
  2080.         $instance->setContainer(($this->privates['.service_locator.eIcC2Rx'] ?? $this->get_ServiceLocator_EIcC2RxService())->withContext('Aqarmap\\Bundle\\AnnouncementBundle\\Controller\\Api\\AnnouncementController'$this));
  2081.         return $instance;
  2082.     }
  2083.     /**
  2084.      * Gets the public 'Aqarmap\Bundle\BrokerSalesBundle\Controller\Admin\BrokerController' shared autowired service.
  2085.      *
  2086.      * @return \Aqarmap\Bundle\BrokerSalesBundle\Controller\Admin\BrokerController
  2087.      */
  2088.     protected function getBrokerControllerService()
  2089.     {
  2090.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2091.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/BrokerSalesBundle/Controller/Admin/BrokerController.php';
  2092.         $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()));
  2093.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Aqarmap\\Bundle\\BrokerSalesBundle\\Controller\\Admin\\BrokerController'$this));
  2094.         return $instance;
  2095.     }
  2096.     /**
  2097.      * Gets the public 'Aqarmap\Bundle\BrokerSalesBundle\Controller\Admin\SellerController' shared autowired service.
  2098.      *
  2099.      * @return \Aqarmap\Bundle\BrokerSalesBundle\Controller\Admin\SellerController
  2100.      */
  2101.     protected function getSellerControllerService()
  2102.     {
  2103.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2104.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/BrokerSalesBundle/Controller/Admin/SellerController.php';
  2105.         $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()));
  2106.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Aqarmap\\Bundle\\BrokerSalesBundle\\Controller\\Admin\\SellerController'$this));
  2107.         return $instance;
  2108.     }
  2109.     /**
  2110.      * Gets the public 'Aqarmap\Bundle\BuyerAlertsBundle\Controller\Api\BuyerAlertsController' shared autowired service.
  2111.      *
  2112.      * @return \Aqarmap\Bundle\BuyerAlertsBundle\Controller\Api\BuyerAlertsController
  2113.      */
  2114.     protected function getBuyerAlertsControllerService()
  2115.     {
  2116.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2117.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  2118.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  2119.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/BaseController.php';
  2120.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/BuyerAlertsBundle/Controller/Api/BuyerAlertsController.php';
  2121.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/BuyerAlertsBundle/Factory/BuyerAlertsEntityFactory.php';
  2122.         $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()));
  2123.         $instance->setContainer(($this->privates['.service_locator.eIcC2Rx'] ?? $this->get_ServiceLocator_EIcC2RxService())->withContext('Aqarmap\\Bundle\\BuyerAlertsBundle\\Controller\\Api\\BuyerAlertsController'$this));
  2124.         return $instance;
  2125.     }
  2126.     /**
  2127.      * Gets the public 'Aqarmap\Bundle\BuyerAlertsBundle\Controller\BuyerAlertsController' shared autowired service.
  2128.      *
  2129.      * @return \Aqarmap\Bundle\BuyerAlertsBundle\Controller\BuyerAlertsController
  2130.      */
  2131.     protected function getBuyerAlertsController2Service()
  2132.     {
  2133.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2134.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/BuyerAlertsBundle/Controller/BuyerAlertsController.php';
  2135.         $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()));
  2136.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Aqarmap\\Bundle\\BuyerAlertsBundle\\Controller\\BuyerAlertsController'$this));
  2137.         return $instance;
  2138.     }
  2139.     /**
  2140.      * Gets the public 'Aqarmap\Bundle\CRMBundle\Controller\Admin\CheckInController' shared autowired service.
  2141.      *
  2142.      * @return \Aqarmap\Bundle\CRMBundle\Controller\Admin\CheckInController
  2143.      */
  2144.     protected function getCheckInControllerService()
  2145.     {
  2146.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2147.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CRMBundle/Controller/Admin/CheckInController.php';
  2148.         $this->services['Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\CheckInController'] = $instance = new \Aqarmap\Bundle\CRMBundle\Controller\Admin\CheckInController(($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()));
  2149.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\CheckInController'$this));
  2150.         return $instance;
  2151.     }
  2152.     /**
  2153.      * Gets the public 'Aqarmap\Bundle\CRMBundle\Controller\Admin\CompanyController' shared autowired service.
  2154.      *
  2155.      * @return \Aqarmap\Bundle\CRMBundle\Controller\Admin\CompanyController
  2156.      */
  2157.     protected function getCompanyControllerService()
  2158.     {
  2159.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2160.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CRMBundle/Controller/Admin/CompanyController.php';
  2161.         $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()));
  2162.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\CompanyController'$this));
  2163.         return $instance;
  2164.     }
  2165.     /**
  2166.      * Gets the public 'Aqarmap\Bundle\CRMBundle\Controller\Admin\StaffController' shared autowired service.
  2167.      *
  2168.      * @return \Aqarmap\Bundle\CRMBundle\Controller\Admin\StaffController
  2169.      */
  2170.     protected function getStaffControllerService()
  2171.     {
  2172.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2173.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CRMBundle/Controller/Admin/StaffController.php';
  2174.         $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()));
  2175.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\StaffController'$this));
  2176.         return $instance;
  2177.     }
  2178.     /**
  2179.      * Gets the public 'Aqarmap\Bundle\CRMBundle\Controller\Api\CompanyController' shared autowired service.
  2180.      *
  2181.      * @return \Aqarmap\Bundle\CRMBundle\Controller\Api\CompanyController
  2182.      */
  2183.     protected function getCompanyController2Service()
  2184.     {
  2185.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2186.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  2187.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  2188.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CRMBundle/Controller/Api/CompanyController.php';
  2189.         $this->services['Aqarmap\\Bundle\\CRMBundle\\Controller\\Api\\CompanyController'] = $instance = new \Aqarmap\Bundle\CRMBundle\Controller\Api\CompanyController();
  2190.         $instance->setContainer(($this->privates['.service_locator.eIcC2Rx'] ?? $this->get_ServiceLocator_EIcC2RxService())->withContext('Aqarmap\\Bundle\\CRMBundle\\Controller\\Api\\CompanyController'$this));
  2191.         return $instance;
  2192.     }
  2193.     /**
  2194.      * Gets the public 'Aqarmap\Bundle\CRMBundle\Controller\Api\StaffCheckInController' shared autowired service.
  2195.      *
  2196.      * @return \Aqarmap\Bundle\CRMBundle\Controller\Api\StaffCheckInController
  2197.      */
  2198.     protected function getStaffCheckInControllerService()
  2199.     {
  2200.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2201.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  2202.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  2203.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CRMBundle/Controller/Api/StaffCheckInController.php';
  2204.         $this->services['Aqarmap\\Bundle\\CRMBundle\\Controller\\Api\\StaffCheckInController'] = $instance = new \Aqarmap\Bundle\CRMBundle\Controller\Api\StaffCheckInController();
  2205.         $instance->setContainer(($this->privates['.service_locator.eIcC2Rx'] ?? $this->get_ServiceLocator_EIcC2RxService())->withContext('Aqarmap\\Bundle\\CRMBundle\\Controller\\Api\\StaffCheckInController'$this));
  2206.         return $instance;
  2207.     }
  2208.     /**
  2209.      * Gets the public 'Aqarmap\Bundle\CRMBundle\Controller\Api\StaffController' shared autowired service.
  2210.      *
  2211.      * @return \Aqarmap\Bundle\CRMBundle\Controller\Api\StaffController
  2212.      */
  2213.     protected function getStaffController2Service()
  2214.     {
  2215.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2216.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  2217.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  2218.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CRMBundle/Controller/Api/StaffController.php';
  2219.         $this->services['Aqarmap\\Bundle\\CRMBundle\\Controller\\Api\\StaffController'] = $instance = new \Aqarmap\Bundle\CRMBundle\Controller\Api\StaffController();
  2220.         $instance->setContainer(($this->privates['.service_locator.eIcC2Rx'] ?? $this->get_ServiceLocator_EIcC2RxService())->withContext('Aqarmap\\Bundle\\CRMBundle\\Controller\\Api\\StaffController'$this));
  2221.         return $instance;
  2222.     }
  2223.     /**
  2224.      * Gets the public 'Aqarmap\Bundle\CreditBundle\Controller\Admin\ChurnAndExpiryController' shared autowired service.
  2225.      *
  2226.      * @return \Aqarmap\Bundle\CreditBundle\Controller\Admin\ChurnAndExpiryController
  2227.      */
  2228.     protected function getChurnAndExpiryControllerService()
  2229.     {
  2230.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2231.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Controller/Admin/ChurnAndExpiryController.php';
  2232.         $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()));
  2233.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Aqarmap\\Bundle\\CreditBundle\\Controller\\Admin\\ChurnAndExpiryController'$this));
  2234.         return $instance;
  2235.     }
  2236.     /**
  2237.      * Gets the public 'Aqarmap\Bundle\CreditBundle\Controller\Admin\CreditController' shared autowired service.
  2238.      *
  2239.      * @return \Aqarmap\Bundle\CreditBundle\Controller\Admin\CreditController
  2240.      */
  2241.     protected function getCreditControllerService()
  2242.     {
  2243.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2244.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Controller/Admin/CreditController.php';
  2245.         $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()));
  2246.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Aqarmap\\Bundle\\CreditBundle\\Controller\\Admin\\CreditController'$this));
  2247.         return $instance;
  2248.     }
  2249.     /**
  2250.      * Gets the public 'Aqarmap\Bundle\CreditBundle\Controller\Admin\CreditPackageController' shared autowired service.
  2251.      *
  2252.      * @return \Aqarmap\Bundle\CreditBundle\Controller\Admin\CreditPackageController
  2253.      */
  2254.     protected function getCreditPackageControllerService()
  2255.     {
  2256.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2257.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Controller/Admin/CreditPackageController.php';
  2258.         $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()));
  2259.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Aqarmap\\Bundle\\CreditBundle\\Controller\\Admin\\CreditPackageController'$this));
  2260.         return $instance;
  2261.     }
  2262.     /**
  2263.      * Gets the public 'Aqarmap\Bundle\CreditBundle\Controller\Admin\CreditServiceController' shared autowired service.
  2264.      *
  2265.      * @return \Aqarmap\Bundle\CreditBundle\Controller\Admin\CreditServiceController
  2266.      */
  2267.     protected function getCreditServiceControllerService()
  2268.     {
  2269.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2270.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Controller/Admin/CreditServiceController.php';
  2271.         $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()));
  2272.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Aqarmap\\Bundle\\CreditBundle\\Controller\\Admin\\CreditServiceController'$this));
  2273.         return $instance;
  2274.     }
  2275.     /**
  2276.      * Gets the public 'Aqarmap\Bundle\CreditBundle\Controller\Admin\FaqController' shared autowired service.
  2277.      *
  2278.      * @return \Aqarmap\Bundle\CreditBundle\Controller\Admin\FaqController
  2279.      */
  2280.     protected function getFaqControllerService()
  2281.     {
  2282.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2283.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Controller/Admin/FaqController.php';
  2284.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Services/FaqService.php';
  2285.         $a = ($this->services['doctrine_mongodb.odm.default_document_manager'] ?? $this->getDoctrineMongodb_Odm_DefaultDocumentManagerService());
  2286.         $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));
  2287.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Aqarmap\\Bundle\\CreditBundle\\Controller\\Admin\\FaqController'$this));
  2288.         return $instance;
  2289.     }
  2290.     /**
  2291.      * Gets the public 'Aqarmap\Bundle\CreditBundle\Controller\Api\CreditAnalysisController' shared autowired service.
  2292.      *
  2293.      * @return \Aqarmap\Bundle\CreditBundle\Controller\Api\CreditAnalysisController
  2294.      */
  2295.     protected function getCreditAnalysisControllerService()
  2296.     {
  2297.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2298.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  2299.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  2300.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Controller/Api/CreditAnalysisController.php';
  2301.         $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()));
  2302.         $instance->setContainer(($this->privates['.service_locator.eIcC2Rx'] ?? $this->get_ServiceLocator_EIcC2RxService())->withContext('Aqarmap\\Bundle\\CreditBundle\\Controller\\Api\\CreditAnalysisController'$this));
  2303.         return $instance;
  2304.     }
  2305.     /**
  2306.      * Gets the public 'Aqarmap\Bundle\CreditBundle\Controller\Api\CreditController' shared autowired service.
  2307.      *
  2308.      * @return \Aqarmap\Bundle\CreditBundle\Controller\Api\CreditController
  2309.      */
  2310.     protected function getCreditController2Service()
  2311.     {
  2312.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2313.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  2314.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  2315.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/BaseController.php';
  2316.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Controller/Api/CreditController.php';
  2317.         $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()));
  2318.         $instance->setContainer(($this->privates['.service_locator.eIcC2Rx'] ?? $this->get_ServiceLocator_EIcC2RxService())->withContext('Aqarmap\\Bundle\\CreditBundle\\Controller\\Api\\CreditController'$this));
  2319.         return $instance;
  2320.     }
  2321.     /**
  2322.      * Gets the public 'Aqarmap\Bundle\CreditBundle\Controller\Api\CreditServiceController' shared autowired service.
  2323.      *
  2324.      * @return \Aqarmap\Bundle\CreditBundle\Controller\Api\CreditServiceController
  2325.      */
  2326.     protected function getCreditServiceController2Service()
  2327.     {
  2328.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2329.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  2330.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  2331.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/BaseController.php';
  2332.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Controller/Api/CreditServiceController.php';
  2333.         $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()));
  2334.         $instance->setContainer(($this->privates['.service_locator.eIcC2Rx'] ?? $this->get_ServiceLocator_EIcC2RxService())->withContext('Aqarmap\\Bundle\\CreditBundle\\Controller\\Api\\CreditServiceController'$this));
  2335.         return $instance;
  2336.     }
  2337.     /**
  2338.      * Gets the public 'Aqarmap\Bundle\CreditBundle\Controller\Api\V2\CreditPackageController' shared autowired service.
  2339.      *
  2340.      * @return \Aqarmap\Bundle\CreditBundle\Controller\Api\V2\CreditPackageController
  2341.      */
  2342.     protected function getCreditPackageController2Service()
  2343.     {
  2344.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2345.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  2346.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  2347.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/BaseController.php';
  2348.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Controller/Api/V2/CreditPackageController.php';
  2349.         $this->services['Aqarmap\\Bundle\\CreditBundle\\Controller\\Api\\V2\\CreditPackageController'] = $instance = new \Aqarmap\Bundle\CreditBundle\Controller\Api\V2\CreditPackageController();
  2350.         $instance->setContainer(($this->privates['.service_locator.eIcC2Rx'] ?? $this->get_ServiceLocator_EIcC2RxService())->withContext('Aqarmap\\Bundle\\CreditBundle\\Controller\\Api\\V2\\CreditPackageController'$this));
  2351.         return $instance;
  2352.     }
  2353.     /**
  2354.      * Gets the public 'Aqarmap\Bundle\CreditBundle\Controller\Api\V3\CreditController' shared autowired service.
  2355.      *
  2356.      * @return \Aqarmap\Bundle\CreditBundle\Controller\Api\V3\CreditController
  2357.      */
  2358.     protected function getCreditController3Service()
  2359.     {
  2360.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2361.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  2362.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  2363.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/V3/BaseController.php';
  2364.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Controller/Api/V3/CreditController.php';
  2365.         $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()));
  2366.         $instance->setContainer(($this->privates['.service_locator.eIcC2Rx'] ?? $this->get_ServiceLocator_EIcC2RxService())->withContext('Aqarmap\\Bundle\\CreditBundle\\Controller\\Api\\V3\\CreditController'$this));
  2367.         return $instance;
  2368.     }
  2369.     /**
  2370.      * Gets the public 'Aqarmap\Bundle\CreditBundle\Controller\CreditController' shared autowired service.
  2371.      *
  2372.      * @return \Aqarmap\Bundle\CreditBundle\Controller\CreditController
  2373.      */
  2374.     protected function getCreditController4Service()
  2375.     {
  2376.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2377.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Controller/CreditController.php';
  2378.         $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()));
  2379.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Aqarmap\\Bundle\\CreditBundle\\Controller\\CreditController'$this));
  2380.         return $instance;
  2381.     }
  2382.     /**
  2383.      * Gets the public 'Aqarmap\Bundle\CustomerProfilingBundle\Controller\Admin\DynamicQuestionController' shared autowired service.
  2384.      *
  2385.      * @return \Aqarmap\Bundle\CustomerProfilingBundle\Controller\Admin\DynamicQuestionController
  2386.      */
  2387.     protected function getDynamicQuestionControllerService()
  2388.     {
  2389.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2390.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CustomerProfilingBundle/Controller/Admin/DynamicQuestionController.php';
  2391.         $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()));
  2392.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Aqarmap\\Bundle\\CustomerProfilingBundle\\Controller\\Admin\\DynamicQuestionController'$this));
  2393.         return $instance;
  2394.     }
  2395.     /**
  2396.      * Gets the public 'Aqarmap\Bundle\CustomerProfilingBundle\Controller\Admin\QuestionSetController' shared autowired service.
  2397.      *
  2398.      * @return \Aqarmap\Bundle\CustomerProfilingBundle\Controller\Admin\QuestionSetController
  2399.      */
  2400.     protected function getQuestionSetControllerService()
  2401.     {
  2402.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2403.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CustomerProfilingBundle/Controller/Admin/QuestionSetController.php';
  2404.         $this->services['Aqarmap\\Bundle\\CustomerProfilingBundle\\Controller\\Admin\\QuestionSetController'] = $instance = new \Aqarmap\Bundle\CustomerProfilingBundle\Controller\Admin\QuestionSetController();
  2405.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Aqarmap\\Bundle\\CustomerProfilingBundle\\Controller\\Admin\\QuestionSetController'$this));
  2406.         return $instance;
  2407.     }
  2408.     /**
  2409.      * Gets the public 'Aqarmap\Bundle\CustomerProfilingBundle\Controller\Admin\SurveyResultsController' shared autowired service.
  2410.      *
  2411.      * @return \Aqarmap\Bundle\CustomerProfilingBundle\Controller\Admin\SurveyResultsController
  2412.      */
  2413.     protected function getSurveyResultsControllerService()
  2414.     {
  2415.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2416.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CustomerProfilingBundle/Controller/Admin/SurveyResultsController.php';
  2417.         $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()));
  2418.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Aqarmap\\Bundle\\CustomerProfilingBundle\\Controller\\Admin\\SurveyResultsController'$this));
  2419.         return $instance;
  2420.     }
  2421.     /**
  2422.      * Gets the public 'Aqarmap\Bundle\CustomerProfilingBundle\Controller\AnnualSurveyController' shared autowired service.
  2423.      *
  2424.      * @return \Aqarmap\Bundle\CustomerProfilingBundle\Controller\AnnualSurveyController
  2425.      */
  2426.     protected function getAnnualSurveyControllerService()
  2427.     {
  2428.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2429.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CustomerProfilingBundle/Controller/AnnualSurveyController.php';
  2430.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CustomerProfilingBundle/Services/AnnualSurveyService.php';
  2431.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2432.         $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())));
  2433.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Aqarmap\\Bundle\\CustomerProfilingBundle\\Controller\\AnnualSurveyController'$this));
  2434.         return $instance;
  2435.     }
  2436.     /**
  2437.      * Gets the public 'Aqarmap\Bundle\CustomerProfilingBundle\Controller\ConsumerProfilingController' shared autowired service.
  2438.      *
  2439.      * @return \Aqarmap\Bundle\CustomerProfilingBundle\Controller\ConsumerProfilingController
  2440.      */
  2441.     protected function getConsumerProfilingControllerService()
  2442.     {
  2443.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2444.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CustomerProfilingBundle/Controller/ConsumerProfilingController.php';
  2445.         $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()));
  2446.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Aqarmap\\Bundle\\CustomerProfilingBundle\\Controller\\ConsumerProfilingController'$this));
  2447.         return $instance;
  2448.     }
  2449.     /**
  2450.      * Gets the public 'Aqarmap\Bundle\DiscussionBundle\Controller\Admin\CategoryController' shared autowired service.
  2451.      *
  2452.      * @return \Aqarmap\Bundle\DiscussionBundle\Controller\Admin\CategoryController
  2453.      */
  2454.     protected function getCategoryControllerService()
  2455.     {
  2456.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2457.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/DiscussionBundle/Controller/Admin/CategoryController.php';
  2458.         $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()));
  2459.         $instance->setContainer(($this->privates['.service_locator.K6bNIyZ'] ?? $this->get_ServiceLocator_K6bNIyZService())->withContext('Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Admin\\CategoryController'$this));
  2460.         return $instance;
  2461.     }
  2462.     /**
  2463.      * Gets the public 'Aqarmap\Bundle\DiscussionBundle\Controller\Admin\CommentController' shared autowired service.
  2464.      *
  2465.      * @return \Aqarmap\Bundle\DiscussionBundle\Controller\Admin\CommentController
  2466.      */
  2467.     protected function getCommentControllerService()
  2468.     {
  2469.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2470.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/DiscussionBundle/Controller/Admin/CommentController.php';
  2471.         $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()));
  2472.         $instance->setContainer(($this->privates['.service_locator.K6bNIyZ'] ?? $this->get_ServiceLocator_K6bNIyZService())->withContext('Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Admin\\CommentController'$this));
  2473.         return $instance;
  2474.     }
  2475.     /**
  2476.      * Gets the public 'Aqarmap\Bundle\DiscussionBundle\Controller\Admin\DiscussionController' shared autowired service.
  2477.      *
  2478.      * @return \Aqarmap\Bundle\DiscussionBundle\Controller\Admin\DiscussionController
  2479.      */
  2480.     protected function getDiscussionControllerService()
  2481.     {
  2482.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2483.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/DiscussionBundle/Controller/Admin/DiscussionController.php';
  2484.         $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()));
  2485.         $instance->setContainer(($this->privates['.service_locator.K6bNIyZ'] ?? $this->get_ServiceLocator_K6bNIyZService())->withContext('Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Admin\\DiscussionController'$this));
  2486.         return $instance;
  2487.     }
  2488.     /**
  2489.      * Gets the public 'Aqarmap\Bundle\DiscussionBundle\Controller\Api\DiscussionController' shared autowired service.
  2490.      *
  2491.      * @return \Aqarmap\Bundle\DiscussionBundle\Controller\Api\DiscussionController
  2492.      */
  2493.     protected function getDiscussionController2Service()
  2494.     {
  2495.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2496.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  2497.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  2498.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/DiscussionBundle/Controller/Api/DiscussionController.php';
  2499.         $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()));
  2500.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2501.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  2502.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  2503.             'fos_rest.view_handler' => ['services''fos_rest.view_handler''getFosRest_ViewHandlerService'false],
  2504.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  2505.             'message_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  2506.             'messenger.default_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  2507.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  2508.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  2509.             'router' => ['services''router''getRouterService'false],
  2510.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  2511.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  2512.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  2513.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  2514.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  2515.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2516.         ], [
  2517.             'doctrine' => '?',
  2518.             'form.factory' => '?',
  2519.             'fos_rest.view_handler' => '?',
  2520.             'http_kernel' => '?',
  2521.             'message_bus' => '?',
  2522.             'messenger.default_bus' => '?',
  2523.             'parameter_bag' => '?',
  2524.             'request_stack' => '?',
  2525.             'router' => '?',
  2526.             'security.authorization_checker' => '?',
  2527.             'security.csrf.token_manager' => '?',
  2528.             'security.token_storage' => '?',
  2529.             'serializer' => '?',
  2530.             'session' => '.session.deprecated',
  2531.             'twig' => '?',
  2532.         ]))->withContext('Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Api\\DiscussionController'$this));
  2533.         return $instance;
  2534.     }
  2535.     /**
  2536.      * Gets the public 'Aqarmap\Bundle\DiscussionBundle\Controller\CommentController' shared autowired service.
  2537.      *
  2538.      * @return \Aqarmap\Bundle\DiscussionBundle\Controller\CommentController
  2539.      */
  2540.     protected function getCommentController2Service()
  2541.     {
  2542.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2543.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/DiscussionBundle/Controller/CommentController.php';
  2544.         $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()));
  2545.         $instance->setContainer(($this->privates['.service_locator.K6bNIyZ'] ?? $this->get_ServiceLocator_K6bNIyZService())->withContext('Aqarmap\\Bundle\\DiscussionBundle\\Controller\\CommentController'$this));
  2546.         return $instance;
  2547.     }
  2548.     /**
  2549.      * Gets the public 'Aqarmap\Bundle\DiscussionBundle\Controller\DiscussionController' shared autowired service.
  2550.      *
  2551.      * @return \Aqarmap\Bundle\DiscussionBundle\Controller\DiscussionController
  2552.      */
  2553.     protected function getDiscussionController3Service()
  2554.     {
  2555.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2556.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/DiscussionBundle/Controller/DiscussionController.php';
  2557.         $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()));
  2558.         $instance->setContainer(($this->privates['.service_locator.K6bNIyZ'] ?? $this->get_ServiceLocator_K6bNIyZService())->withContext('Aqarmap\\Bundle\\DiscussionBundle\\Controller\\DiscussionController'$this));
  2559.         return $instance;
  2560.     }
  2561.     /**
  2562.      * Gets the public 'Aqarmap\Bundle\ExchangeBundle\Controller\Admin\ExchangeRequestController' shared autowired service.
  2563.      *
  2564.      * @return \Aqarmap\Bundle\ExchangeBundle\Controller\Admin\ExchangeRequestController
  2565.      */
  2566.     protected function getExchangeRequestControllerService()
  2567.     {
  2568.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2569.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ExchangeBundle/Controller/Admin/ExchangeRequestController.php';
  2570.         $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()));
  2571.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Aqarmap\\Bundle\\ExchangeBundle\\Controller\\Admin\\ExchangeRequestController'$this));
  2572.         return $instance;
  2573.     }
  2574.     /**
  2575.      * Gets the public 'Aqarmap\Bundle\ExchangeBundle\Controller\Api\ExchangeRequestController' shared autowired service.
  2576.      *
  2577.      * @return \Aqarmap\Bundle\ExchangeBundle\Controller\Api\ExchangeRequestController
  2578.      */
  2579.     protected function getExchangeRequestController2Service()
  2580.     {
  2581.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2582.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  2583.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  2584.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/BaseController.php';
  2585.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ExchangeBundle/Controller/Api/ExchangeRequestController.php';
  2586.         $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()));
  2587.         $instance->setContainer(($this->privates['.service_locator.eIcC2Rx'] ?? $this->get_ServiceLocator_EIcC2RxService())->withContext('Aqarmap\\Bundle\\ExchangeBundle\\Controller\\Api\\ExchangeRequestController'$this));
  2588.         return $instance;
  2589.     }
  2590.     /**
  2591.      * Gets the public 'Aqarmap\Bundle\FeatureToggleBundle\Controller\Admin\FeatureToggleController' shared autowired service.
  2592.      *
  2593.      * @return \Aqarmap\Bundle\FeatureToggleBundle\Controller\Admin\FeatureToggleController
  2594.      */
  2595.     protected function getFeatureToggleControllerService()
  2596.     {
  2597.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2598.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/FeatureToggleBundle/Controller/Admin/FeatureToggleController.php';
  2599.         $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()));
  2600.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2601.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  2602.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  2603.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  2604.             'message_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  2605.             'messenger.default_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  2606.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  2607.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  2608.             'router' => ['services''router''getRouterService'false],
  2609.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  2610.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  2611.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  2612.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  2613.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  2614.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2615.         ], [
  2616.             'doctrine' => '?',
  2617.             'form.factory' => '?',
  2618.             'http_kernel' => '?',
  2619.             'message_bus' => '?',
  2620.             'messenger.default_bus' => '?',
  2621.             'parameter_bag' => '?',
  2622.             'request_stack' => '?',
  2623.             'router' => '?',
  2624.             'security.authorization_checker' => '?',
  2625.             'security.csrf.token_manager' => '?',
  2626.             'security.token_storage' => '?',
  2627.             'serializer' => '?',
  2628.             'session' => '.session.deprecated',
  2629.             'twig' => '?',
  2630.         ]))->withContext('Aqarmap\\Bundle\\FeatureToggleBundle\\Controller\\Admin\\FeatureToggleController'$this));
  2631.         return $instance;
  2632.     }
  2633.     /**
  2634.      * Gets the public 'Aqarmap\Bundle\FeatureToggleBundle\Controller\Api\FeatureToggleController' shared autowired service.
  2635.      *
  2636.      * @return \Aqarmap\Bundle\FeatureToggleBundle\Controller\Api\FeatureToggleController
  2637.      */
  2638.     protected function getFeatureToggleController2Service()
  2639.     {
  2640.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2641.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  2642.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  2643.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/BaseController.php';
  2644.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/FeatureToggleBundle/Controller/Api/FeatureToggleController.php';
  2645.         $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()));
  2646.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2647.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  2648.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  2649.             'fos_rest.view_handler' => ['services''fos_rest.view_handler''getFosRest_ViewHandlerService'false],
  2650.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  2651.             'message_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  2652.             'messenger.default_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  2653.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  2654.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  2655.             'router' => ['services''router''getRouterService'false],
  2656.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  2657.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  2658.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  2659.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  2660.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  2661.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2662.         ], [
  2663.             'doctrine' => '?',
  2664.             'form.factory' => '?',
  2665.             'fos_rest.view_handler' => '?',
  2666.             'http_kernel' => '?',
  2667.             'message_bus' => '?',
  2668.             'messenger.default_bus' => '?',
  2669.             'parameter_bag' => '?',
  2670.             'request_stack' => '?',
  2671.             'router' => '?',
  2672.             'security.authorization_checker' => '?',
  2673.             'security.csrf.token_manager' => '?',
  2674.             'security.token_storage' => '?',
  2675.             'serializer' => '?',
  2676.             'session' => '.session.deprecated',
  2677.             'twig' => '?',
  2678.         ]))->withContext('Aqarmap\\Bundle\\FeatureToggleBundle\\Controller\\Api\\FeatureToggleController'$this));
  2679.         return $instance;
  2680.     }
  2681.     /**
  2682.      * Gets the public 'Aqarmap\Bundle\FeatureToggleBundle\Service\FeatureToggleManager' shared autowired service.
  2683.      *
  2684.      * @return \Aqarmap\Bundle\FeatureToggleBundle\Service\FeatureToggleManager
  2685.      */
  2686.     protected function getFeatureToggleManagerService()
  2687.     {
  2688.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2689.         if (isset($this->services['Aqarmap\\Bundle\\FeatureToggleBundle\\Service\\FeatureToggleManager'])) {
  2690.             return $this->services['Aqarmap\\Bundle\\FeatureToggleBundle\\Service\\FeatureToggleManager'];
  2691.         }
  2692.         $b = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  2693.         $c = ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\CacheManager'] ?? $this->getCacheManagerService());
  2694.         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));
  2695.     }
  2696.     /**
  2697.      * Gets the public 'Aqarmap\Bundle\FinancialAidsBundle\Controller\Admin\FinancialAidController' shared autowired service.
  2698.      *
  2699.      * @return \Aqarmap\Bundle\FinancialAidsBundle\Controller\Admin\FinancialAidController
  2700.      */
  2701.     protected function getFinancialAidControllerService()
  2702.     {
  2703.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2704.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/FinancialAidsBundle/Controller/Admin/FinancialAidController.php';
  2705.         $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()));
  2706.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Aqarmap\\Bundle\\FinancialAidsBundle\\Controller\\Admin\\FinancialAidController'$this));
  2707.         return $instance;
  2708.     }
  2709.     /**
  2710.      * Gets the public 'Aqarmap\Bundle\FinancialAidsBundle\Controller\Api\FinancialAidController' shared autowired service.
  2711.      *
  2712.      * @return \Aqarmap\Bundle\FinancialAidsBundle\Controller\Api\FinancialAidController
  2713.      */
  2714.     protected function getFinancialAidController2Service()
  2715.     {
  2716.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2717.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  2718.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  2719.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/V4/BaseController.php';
  2720.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/FinancialAidsBundle/Controller/Api/FinancialAidController.php';
  2721.         $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()));
  2722.         $instance->setContainer(($this->privates['.service_locator.eIcC2Rx'] ?? $this->get_ServiceLocator_EIcC2RxService())->withContext('Aqarmap\\Bundle\\FinancialAidsBundle\\Controller\\Api\\FinancialAidController'$this));
  2723.         return $instance;
  2724.     }
  2725.     /**
  2726.      * Gets the public 'Aqarmap\Bundle\ListingBundle\Controller\Admin\CompoundLocationController' shared autowired service.
  2727.      *
  2728.      * @return \Aqarmap\Bundle\ListingBundle\Controller\Admin\CompoundLocationController
  2729.      */
  2730.     protected function getCompoundLocationControllerService()
  2731.     {
  2732.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2733.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Admin/CompoundLocationController.php';
  2734.         $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()));
  2735.         $instance->setContainer(($this->privates['.service_locator.j1R4m5C'] ?? $this->get_ServiceLocator_J1R4m5CService())->withContext('Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\CompoundLocationController'$this));
  2736.         return $instance;
  2737.     }
  2738.     /**
  2739.      * Gets the public 'Aqarmap\Bundle\ListingBundle\Controller\Admin\LeadsController' shared autowired service.
  2740.      *
  2741.      * @return \Aqarmap\Bundle\ListingBundle\Controller\Admin\LeadsController
  2742.      */
  2743.     protected function getLeadsControllerService()
  2744.     {
  2745.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2746.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Admin/LeadsController.php';
  2747.         $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->getLeadRepository2Service()), ($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()));
  2748.         $instance->setContainer(($this->privates['.service_locator.j1R4m5C'] ?? $this->get_ServiceLocator_J1R4m5CService())->withContext('Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\LeadsController'$this));
  2749.         return $instance;
  2750.     }
  2751.     /**
  2752.      * Gets the public 'Aqarmap\Bundle\ListingBundle\Controller\Admin\ListingController' shared autowired service.
  2753.      *
  2754.      * @return \Aqarmap\Bundle\ListingBundle\Controller\Admin\ListingController
  2755.      */
  2756.     protected function getListingController2Service()
  2757.     {
  2758.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2759.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Admin/ListingController.php';
  2760.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/ListBuilder.php';
  2761.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/ListingWaitingTimeManager.php';
  2762.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Service/FormValidationService.php';
  2763.         $a = ($this->services['translator'] ?? $this->getTranslatorService());
  2764.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2765.         $c = ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\Setting'] ?? $this->getSettingService());
  2766.         $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()));
  2767.         $instance->setContainer(($this->privates['.service_locator.j1R4m5C'] ?? $this->get_ServiceLocator_J1R4m5CService())->withContext('Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController'$this));
  2768.         return $instance;
  2769.     }
  2770.     /**
  2771.      * Gets the public 'Aqarmap\Bundle\ListingBundle\Controller\Admin\ListingPendingFeaturingController' shared autowired service.
  2772.      *
  2773.      * @return \Aqarmap\Bundle\ListingBundle\Controller\Admin\ListingPendingFeaturingController
  2774.      */
  2775.     protected function getListingPendingFeaturingControllerService()
  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/ListingPendingFeaturingController.php';
  2779.         $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()));
  2780.         $instance->setContainer(($this->privates['.service_locator.j1R4m5C'] ?? $this->get_ServiceLocator_J1R4m5CService())->withContext('Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingPendingFeaturingController'$this));
  2781.         return $instance;
  2782.     }
  2783.     /**
  2784.      * Gets the public 'Aqarmap\Bundle\ListingBundle\Controller\Admin\ListingRulesController' shared autowired service.
  2785.      *
  2786.      * @return \Aqarmap\Bundle\ListingBundle\Controller\Admin\ListingRulesController
  2787.      */
  2788.     protected function getListingRulesControllerService()
  2789.     {
  2790.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2791.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Admin/ListingRulesController.php';
  2792.         $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()));
  2793.         $instance->setContainer(($this->privates['.service_locator.j1R4m5C'] ?? $this->get_ServiceLocator_J1R4m5CService())->withContext('Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingRulesController'$this));
  2794.         return $instance;
  2795.     }
  2796.     /**
  2797.      * Gets the public 'Aqarmap\Bundle\ListingBundle\Controller\Admin\LocationController' shared autowired service.
  2798.      *
  2799.      * @return \Aqarmap\Bundle\ListingBundle\Controller\Admin\LocationController
  2800.      */
  2801.     protected function getLocationController2Service()
  2802.     {
  2803.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2804.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Admin/LocationController.php';
  2805.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/GoogleMapUrlService.php';
  2806.         $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()));
  2807.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2808.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  2809.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  2810.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  2811.             'message_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  2812.             'messenger.default_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  2813.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  2814.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  2815.             'router' => ['services''router''getRouterService'false],
  2816.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  2817.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  2818.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  2819.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  2820.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  2821.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2822.         ], [
  2823.             'doctrine' => '?',
  2824.             'form.factory' => '?',
  2825.             'http_kernel' => '?',
  2826.             'message_bus' => '?',
  2827.             'messenger.default_bus' => '?',
  2828.             'parameter_bag' => '?',
  2829.             'request_stack' => '?',
  2830.             'router' => '?',
  2831.             'security.authorization_checker' => '?',
  2832.             'security.csrf.token_manager' => '?',
  2833.             'security.token_storage' => '?',
  2834.             'serializer' => '?',
  2835.             'session' => '.session.deprecated',
  2836.             'twig' => '?',
  2837.         ]))->withContext('Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\LocationController'$this));
  2838.         return $instance;
  2839.     }
  2840.     /**
  2841.      * Gets the public 'Aqarmap\Bundle\ListingBundle\Controller\Admin\ProjectSettingController' shared autowired service.
  2842.      *
  2843.      * @return \Aqarmap\Bundle\ListingBundle\Controller\Admin\ProjectSettingController
  2844.      */
  2845.     protected function getProjectSettingControllerService()
  2846.     {
  2847.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2848.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Admin/ProjectSettingController.php';
  2849.         $this->services['Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ProjectSettingController'] = $instance = new \Aqarmap\Bundle\ListingBundle\Controller\Admin\ProjectSettingController();
  2850.         $instance->setContainer(($this->privates['.service_locator.j1R4m5C'] ?? $this->get_ServiceLocator_J1R4m5CService())->withContext('Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ProjectSettingController'$this));
  2851.         return $instance;
  2852.     }
  2853.     /**
  2854.      * Gets the public 'Aqarmap\Bundle\ListingBundle\Controller\Admin\PropertyTypeController' shared autowired service.
  2855.      *
  2856.      * @return \Aqarmap\Bundle\ListingBundle\Controller\Admin\PropertyTypeController
  2857.      */
  2858.     protected function getPropertyTypeControllerService()
  2859.     {
  2860.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2861.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Admin/PropertyTypeController.php';
  2862.         $this->services['Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\PropertyTypeController'] = $instance = new \Aqarmap\Bundle\ListingBundle\Controller\Admin\PropertyTypeController();
  2863.         $instance->setContainer(($this->privates['.service_locator.j1R4m5C'] ?? $this->get_ServiceLocator_J1R4m5CService())->withContext('Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\PropertyTypeController'$this));
  2864.         return $instance;
  2865.     }
  2866.     /**
  2867.      * Gets the public 'Aqarmap\Bundle\ListingBundle\Controller\Admin\RejectionController' shared autowired service.
  2868.      *
  2869.      * @return \Aqarmap\Bundle\ListingBundle\Controller\Admin\RejectionController
  2870.      */
  2871.     protected function getRejectionControllerService()
  2872.     {
  2873.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2874.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Admin/RejectionController.php';
  2875.         $this->services['Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\RejectionController'] = $instance = new \Aqarmap\Bundle\ListingBundle\Controller\Admin\RejectionController();
  2876.         $instance->setContainer(($this->privates['.service_locator.j1R4m5C'] ?? $this->get_ServiceLocator_J1R4m5CService())->withContext('Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\RejectionController'$this));
  2877.         return $instance;
  2878.     }
  2879.     /**
  2880.      * Gets the public 'Aqarmap\Bundle\ListingBundle\Controller\Admin\ScrapedListingController' shared autowired service.
  2881.      *
  2882.      * @return \Aqarmap\Bundle\ListingBundle\Controller\Admin\ScrapedListingController
  2883.      */
  2884.     protected function getScrapedListingControllerService()
  2885.     {
  2886.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2887.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Admin/ScrapedListingController.php';
  2888.         $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()));
  2889.         $instance->setContainer(($this->privates['.service_locator.j1R4m5C'] ?? $this->get_ServiceLocator_J1R4m5CService())->withContext('Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ScrapedListingController'$this));
  2890.         return $instance;
  2891.     }
  2892.     /**
  2893.      * Gets the public 'Aqarmap\Bundle\ListingBundle\Controller\Admin\SearchController' shared autowired service.
  2894.      *
  2895.      * @return \Aqarmap\Bundle\ListingBundle\Controller\Admin\SearchController
  2896.      */
  2897.     protected function getSearchControllerService()
  2898.     {
  2899.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2900.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Admin/SearchController.php';
  2901.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/LocationsSearchManager.php';
  2902.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/GoogleMapsAPI.php';
  2903.         $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()));
  2904.         $instance->setContainer(($this->privates['.service_locator.j1R4m5C'] ?? $this->get_ServiceLocator_J1R4m5CService())->withContext('Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\SearchController'$this));
  2905.         return $instance;
  2906.     }
  2907.     /**
  2908.      * Gets the public 'Aqarmap\Bundle\ListingBundle\Controller\Admin\SupplyAndDemandController' shared autowired service.
  2909.      *
  2910.      * @return \Aqarmap\Bundle\ListingBundle\Controller\Admin\SupplyAndDemandController
  2911.      */
  2912.     protected function getSupplyAndDemandControllerService()
  2913.     {
  2914.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2915.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Admin/SupplyAndDemandController.php';
  2916.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/SupplyAndDemand/SupplyAndDemandRetrivalService.php';
  2917.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/SupplyAndDemand/SupplyAndDemandService.php';
  2918.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/SupplyAndDemand/SupplyAndDemandFilterService.php';
  2919.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2920.         $b = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  2921.         $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));
  2922.         $instance->setContainer(($this->privates['.service_locator.j1R4m5C'] ?? $this->get_ServiceLocator_J1R4m5CService())->withContext('Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\SupplyAndDemandController'$this));
  2923.         return $instance;
  2924.     }
  2925.     /**
  2926.      * Gets the public 'Aqarmap\Bundle\ListingBundle\Controller\Api\CallRequestController' shared autowired service.
  2927.      *
  2928.      * @return \Aqarmap\Bundle\ListingBundle\Controller\Api\CallRequestController
  2929.      */
  2930.     protected function getCallRequestControllerService()
  2931.     {
  2932.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2933.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  2934.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  2935.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Api/CallRequestController.php';
  2936.         $this->services['Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\CallRequestController'] = $instance = new \Aqarmap\Bundle\ListingBundle\Controller\Api\CallRequestController();
  2937.         $instance->setContainer(($this->privates['.service_locator.pxk9xbM'] ?? $this->get_ServiceLocator_Pxk9xbMService())->withContext('Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\CallRequestController'$this));
  2938.         return $instance;
  2939.     }
  2940.     /**
  2941.      * Gets the public 'Aqarmap\Bundle\ListingBundle\Controller\Api\CompoundLocationController' shared autowired service.
  2942.      *
  2943.      * @return \Aqarmap\Bundle\ListingBundle\Controller\Api\CompoundLocationController
  2944.      */
  2945.     protected function getCompoundLocationController2Service()
  2946.     {
  2947.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2948.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  2949.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  2950.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/BaseController.php';
  2951.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Api/CompoundLocationController.php';
  2952.         $this->services['Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\CompoundLocationController'] = $instance = new \Aqarmap\Bundle\ListingBundle\Controller\Api\CompoundLocationController();
  2953.         $instance->setContainer(($this->privates['.service_locator.pxk9xbM'] ?? $this->get_ServiceLocator_Pxk9xbMService())->withContext('Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\CompoundLocationController'$this));
  2954.         return $instance;
  2955.     }
  2956.     /**
  2957.      * Gets the public 'Aqarmap\Bundle\ListingBundle\Controller\Api\CompoundSearchController' shared autowired service.
  2958.      *
  2959.      * @return \Aqarmap\Bundle\ListingBundle\Controller\Api\CompoundSearchController
  2960.      */
  2961.     protected function getCompoundSearchControllerService()
  2962.     {
  2963.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2964.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  2965.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  2966.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/BaseController.php';
  2967.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Api/CompoundSearchController.php';
  2968.         $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()));
  2969.         $instance->setContainer(($this->privates['.service_locator.pxk9xbM'] ?? $this->get_ServiceLocator_Pxk9xbMService())->withContext('Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\CompoundSearchController'$this));
  2970.         return $instance;
  2971.     }
  2972.     /**
  2973.      * Gets the public 'Aqarmap\Bundle\ListingBundle\Controller\Api\CustomFieldController' shared autowired service.
  2974.      *
  2975.      * @return \Aqarmap\Bundle\ListingBundle\Controller\Api\CustomFieldController
  2976.      */
  2977.     protected function getCustomFieldControllerService()
  2978.     {
  2979.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2980.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  2981.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  2982.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/BaseController.php';
  2983.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Api/CustomFieldController.php';
  2984.         $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()));
  2985.         $instance->setContainer(($this->privates['.service_locator.pxk9xbM'] ?? $this->get_ServiceLocator_Pxk9xbMService())->withContext('Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\CustomFieldController'$this));
  2986.         return $instance;
  2987.     }
  2988.     /**
  2989.      * Gets the public 'Aqarmap\Bundle\ListingBundle\Controller\Api\EstimateController' shared autowired service.
  2990.      *
  2991.      * @return \Aqarmap\Bundle\ListingBundle\Controller\Api\EstimateController
  2992.      */
  2993.     protected function getEstimateControllerService()
  2994.     {
  2995.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2996.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  2997.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  2998.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Api/EstimateController.php';
  2999.         $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()));
  3000.         $instance->setContainer(($this->privates['.service_locator.pxk9xbM'] ?? $this->get_ServiceLocator_Pxk9xbMService())->withContext('Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\EstimateController'$this));
  3001.         return $instance;
  3002.     }
  3003.     /**
  3004.      * Gets the public 'Aqarmap\Bundle\ListingBundle\Controller\Api\FavouriteController' shared autowired service.
  3005.      *
  3006.      * @return \Aqarmap\Bundle\ListingBundle\Controller\Api\FavouriteController
  3007.      */
  3008.     protected function getFavouriteControllerService()
  3009.     {
  3010.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3011.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  3012.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  3013.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/BaseController.php';
  3014.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Api/FavouriteController.php';
  3015.         $this->services['Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\FavouriteController'] = $instance = new \Aqarmap\Bundle\ListingBundle\Controller\Api\FavouriteController();
  3016.         $instance->setContainer(($this->privates['.service_locator.pxk9xbM'] ?? $this->get_ServiceLocator_Pxk9xbMService())->withContext('Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\FavouriteController'$this));
  3017.         return $instance;
  3018.     }
  3019.     /**
  3020.      * Gets the public 'Aqarmap\Bundle\ListingBundle\Controller\Api\LeadController' shared autowired service.
  3021.      *
  3022.      * @return \Aqarmap\Bundle\ListingBundle\Controller\Api\LeadController
  3023.      */
  3024.     protected function getLeadController2Service()
  3025.     {
  3026.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3027.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  3028.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  3029.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Api/LeadController.php';
  3030.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Service/GoogleAnalyticsService.php';
  3031.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Service/FormValidationService.php';
  3032.         $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()));
  3033.         $instance->setContainer(($this->privates['.service_locator.pxk9xbM'] ?? $this->get_ServiceLocator_Pxk9xbMService())->withContext('Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LeadController'$this));
  3034.         return $instance;
  3035.     }
  3036.     /**
  3037.      * Gets the public 'Aqarmap\Bundle\ListingBundle\Controller\Api\ListingController' shared autowired service.
  3038.      *
  3039.      * @return \Aqarmap\Bundle\ListingBundle\Controller\Api\ListingController
  3040.      */
  3041.     protected function getListingController3Service()
  3042.     {
  3043.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3044.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  3045.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  3046.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/BaseController.php';
  3047.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Api/ListingController.php';
  3048.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/NewsFeed/ListingNewsFeed.php';
  3049.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Service/GroupMethodsLoader.php';
  3050.         $a = ($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'] ?? $this->getListingManagerService());
  3051.         $b = ($this->services['translator'] ?? $this->getTranslatorService());
  3052.         $c = ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\Setting'] ?? $this->getSettingService());
  3053.         $d = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3054.         $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);
  3055.         $instance->setContainer(($this->privates['.service_locator.pxk9xbM'] ?? $this->get_ServiceLocator_Pxk9xbMService())->withContext('Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController'$this));
  3056.         return $instance;
  3057.     }
  3058.     /**
  3059.      * Gets the public 'Aqarmap\Bundle\ListingBundle\Controller\Api\LocationController' shared autowired service.
  3060.      *
  3061.      * @return \Aqarmap\Bundle\ListingBundle\Controller\Api\LocationController
  3062.      */
  3063.     protected function getLocationController3Service()
  3064.     {
  3065.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3066.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  3067.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  3068.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/BaseController.php';
  3069.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Api/LocationController.php';
  3070.         $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()));
  3071.         $instance->setContainer(($this->privates['.service_locator.pxk9xbM'] ?? $this->get_ServiceLocator_Pxk9xbMService())->withContext('Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LocationController'$this));
  3072.         return $instance;
  3073.     }
  3074.     /**
  3075.      * Gets the public 'Aqarmap\Bundle\ListingBundle\Controller\Api\NoteController' shared autowired service.
  3076.      *
  3077.      * @return \Aqarmap\Bundle\ListingBundle\Controller\Api\NoteController
  3078.      */
  3079.     protected function getNoteControllerService()
  3080.     {
  3081.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3082.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  3083.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  3084.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/BaseController.php';
  3085.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Api/NoteController.php';
  3086.         $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()));
  3087.         $instance->setContainer(($this->privates['.service_locator.pxk9xbM'] ?? $this->get_ServiceLocator_Pxk9xbMService())->withContext('Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\NoteController'$this));
  3088.         return $instance;
  3089.     }
  3090.     /**
  3091.      * Gets the public 'Aqarmap\Bundle\ListingBundle\Controller\Api\PhotoController' shared autowired service.
  3092.      *
  3093.      * @return \Aqarmap\Bundle\ListingBundle\Controller\Api\PhotoController
  3094.      */
  3095.     protected function getPhotoControllerService()
  3096.     {
  3097.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3098.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  3099.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  3100.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Api/PhotoController.php';
  3101.         $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()));
  3102.         $instance->setContainer(($this->privates['.service_locator.pxk9xbM'] ?? $this->get_ServiceLocator_Pxk9xbMService())->withContext('Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\PhotoController'$this));
  3103.         return $instance;
  3104.     }
  3105.     /**
  3106.      * Gets the public 'Aqarmap\Bundle\ListingBundle\Controller\Api\PriceFilterController' shared autowired service.
  3107.      *
  3108.      * @return \Aqarmap\Bundle\ListingBundle\Controller\Api\PriceFilterController
  3109.      */
  3110.     protected function getPriceFilterControllerService()
  3111.     {
  3112.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3113.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  3114.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  3115.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Api/PriceFilterController.php';
  3116.         $this->services['Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\PriceFilterController'] = $instance = new \Aqarmap\Bundle\ListingBundle\Controller\Api\PriceFilterController();
  3117.         $instance->setContainer(($this->privates['.service_locator.pxk9xbM'] ?? $this->get_ServiceLocator_Pxk9xbMService())->withContext('Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\PriceFilterController'$this));
  3118.         return $instance;
  3119.     }
  3120.     /**
  3121.      * Gets the public 'Aqarmap\Bundle\ListingBundle\Controller\Api\PropertyTypeController' shared autowired service.
  3122.      *
  3123.      * @return \Aqarmap\Bundle\ListingBundle\Controller\Api\PropertyTypeController
  3124.      */
  3125.     protected function getPropertyTypeController2Service()
  3126.     {
  3127.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3128.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  3129.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  3130.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/BaseController.php';
  3131.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Api/PropertyTypeController.php';
  3132.         $this->services['Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\PropertyTypeController'] = $instance = new \Aqarmap\Bundle\ListingBundle\Controller\Api\PropertyTypeController();
  3133.         $instance->setContainer(($this->privates['.service_locator.pxk9xbM'] ?? $this->get_ServiceLocator_Pxk9xbMService())->withContext('Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\PropertyTypeController'$this));
  3134.         return $instance;
  3135.     }
  3136.     /**
  3137.      * Gets the public 'Aqarmap\Bundle\ListingBundle\Controller\Api\RateController' shared autowired service.
  3138.      *
  3139.      * @return \Aqarmap\Bundle\ListingBundle\Controller\Api\RateController
  3140.      */
  3141.     protected function getRateControllerService()
  3142.     {
  3143.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3144.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  3145.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  3146.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/BaseController.php';
  3147.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Api/RateController.php';
  3148.         $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()));
  3149.         $instance->setContainer(($this->privates['.service_locator.pxk9xbM'] ?? $this->get_ServiceLocator_Pxk9xbMService())->withContext('Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\RateController'$this));
  3150.         return $instance;
  3151.     }
  3152.     /**
  3153.      * Gets the public 'Aqarmap\Bundle\ListingBundle\Controller\Api\ScrapedListingController' shared autowired service.
  3154.      *
  3155.      * @return \Aqarmap\Bundle\ListingBundle\Controller\Api\ScrapedListingController
  3156.      */
  3157.     protected function getScrapedListingController2Service()
  3158.     {
  3159.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3160.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Api/ScrapedListingController.php';
  3161.         $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()));
  3162.         $instance->setContainer(($this->privates['.service_locator.j1R4m5C'] ?? $this->get_ServiceLocator_J1R4m5CService())->withContext('Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ScrapedListingController'$this));
  3163.         return $instance;
  3164.     }
  3165.     /**
  3166.      * Gets the public 'Aqarmap\Bundle\ListingBundle\Controller\Api\SearchFiltersController' shared autowired service.
  3167.      *
  3168.      * @return \Aqarmap\Bundle\ListingBundle\Controller\Api\SearchFiltersController
  3169.      */
  3170.     protected function getSearchFiltersControllerService()
  3171.     {
  3172.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3173.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  3174.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  3175.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Api/SearchFiltersController.php';
  3176.         $this->services['Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\SearchFiltersController'] = $instance = new \Aqarmap\Bundle\ListingBundle\Controller\Api\SearchFiltersController();
  3177.         $instance->setContainer(($this->privates['.service_locator.pxk9xbM'] ?? $this->get_ServiceLocator_Pxk9xbMService())->withContext('Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\SearchFiltersController'$this));
  3178.         return $instance;
  3179.     }
  3180.     /**
  3181.      * Gets the public 'Aqarmap\Bundle\ListingBundle\Controller\Api\SectionController' shared autowired service.
  3182.      *
  3183.      * @return \Aqarmap\Bundle\ListingBundle\Controller\Api\SectionController
  3184.      */
  3185.     protected function getSectionControllerService()
  3186.     {
  3187.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3188.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  3189.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  3190.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Api/SectionController.php';
  3191.         $this->services['Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\SectionController'] = $instance = new \Aqarmap\Bundle\ListingBundle\Controller\Api\SectionController();
  3192.         $instance->setContainer(($this->privates['.service_locator.pxk9xbM'] ?? $this->get_ServiceLocator_Pxk9xbMService())->withContext('Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\SectionController'$this));
  3193.         return $instance;
  3194.     }
  3195.     /**
  3196.      * Gets the public 'Aqarmap\Bundle\ListingBundle\Controller\Api\V3\BrokerRankingController' shared autowired service.
  3197.      *
  3198.      * @return \Aqarmap\Bundle\ListingBundle\Controller\Api\V3\BrokerRankingController
  3199.      */
  3200.     protected function getBrokerRankingControllerService()
  3201.     {
  3202.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3203.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  3204.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  3205.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/V3/BaseController.php';
  3206.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Api/V3/BrokerRankingController.php';
  3207.         $this->services['Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\BrokerRankingController'] = $instance = new \Aqarmap\Bundle\ListingBundle\Controller\Api\V3\BrokerRankingController();
  3208.         $instance->setContainer(($this->privates['.service_locator.pxk9xbM'] ?? $this->get_ServiceLocator_Pxk9xbMService())->withContext('Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\BrokerRankingController'$this));
  3209.         return $instance;
  3210.     }
  3211.     /**
  3212.      * Gets the public 'Aqarmap\Bundle\ListingBundle\Controller\Api\V3\FavouriteController' shared autowired service.
  3213.      *
  3214.      * @return \Aqarmap\Bundle\ListingBundle\Controller\Api\V3\FavouriteController
  3215.      */
  3216.     protected function getFavouriteController2Service()
  3217.     {
  3218.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3219.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  3220.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  3221.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/V3/BaseController.php';
  3222.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Api/V3/FavouriteController.php';
  3223.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/V3/FavouriteService.php';
  3224.         $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()));
  3225.         $instance->setContainer(($this->privates['.service_locator.pxk9xbM'] ?? $this->get_ServiceLocator_Pxk9xbMService())->withContext('Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\FavouriteController'$this));
  3226.         return $instance;
  3227.     }
  3228.     /**
  3229.      * Gets the public 'Aqarmap\Bundle\ListingBundle\Controller\Api\V3\ImpressionController' shared autowired service.
  3230.      *
  3231.      * @return \Aqarmap\Bundle\ListingBundle\Controller\Api\V3\ImpressionController
  3232.      */
  3233.     protected function getImpressionControllerService()
  3234.     {
  3235.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3236.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  3237.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  3238.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/V3/BaseController.php';
  3239.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Api/V3/ImpressionController.php';
  3240.         $this->services['Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\ImpressionController'] = $instance = new \Aqarmap\Bundle\ListingBundle\Controller\Api\V3\ImpressionController();
  3241.         $instance->setContainer(($this->privates['.service_locator.pxk9xbM'] ?? $this->get_ServiceLocator_Pxk9xbMService())->withContext('Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\ImpressionController'$this));
  3242.         return $instance;
  3243.     }
  3244.     /**
  3245.      * Gets the public 'Aqarmap\Bundle\ListingBundle\Controller\Api\V3\ListingController' shared autowired service.
  3246.      *
  3247.      * @return \Aqarmap\Bundle\ListingBundle\Controller\Api\V3\ListingController
  3248.      */
  3249.     protected function getListingController4Service()
  3250.     {
  3251.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3252.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  3253.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  3254.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/V3/BaseController.php';
  3255.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Api/V3/ListingController.php';
  3256.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Contracts/V3/Listing/DepthProductServiceInterface.php';
  3257.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/V3/ListingDepthProductsService.php';
  3258.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/V3/ListingNoteService.php';
  3259.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Contracts/V3/Listing/ListingCreatorInterface.php';
  3260.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/V3/ListingCreatorService.php';
  3261.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/V3/ListingPhotoTransformer.php';
  3262.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3263.         $b = ($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserServicesManager'] ?? $this->getUserServicesManagerService());
  3264.         $c = ($this->privates['Aqarmap\\Bundle\\CreditBundle\\Services\\CreditManager'] ?? $this->getCreditManagerService());
  3265.         $d = ($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'] ?? $this->getListingManagerService());
  3266.         $e = ($this->services['translator'] ?? $this->getTranslatorService());
  3267.         $f = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3268.         $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));
  3269.         $instance->setContainer(($this->privates['.service_locator.pxk9xbM'] ?? $this->get_ServiceLocator_Pxk9xbMService())->withContext('Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\ListingController'$this));
  3270.         return $instance;
  3271.     }
  3272.     /**
  3273.      * Gets the public 'Aqarmap\Bundle\ListingBundle\Controller\Api\V3\LocationController' shared autowired service.
  3274.      *
  3275.      * @return \Aqarmap\Bundle\ListingBundle\Controller\Api\V3\LocationController
  3276.      */
  3277.     protected function getLocationController4Service()
  3278.     {
  3279.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3280.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  3281.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  3282.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/V3/BaseController.php';
  3283.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Api/V3/LocationController.php';
  3284.         $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()));
  3285.         $instance->setContainer(($this->privates['.service_locator.pxk9xbM'] ?? $this->get_ServiceLocator_Pxk9xbMService())->withContext('Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\LocationController'$this));
  3286.         return $instance;
  3287.     }
  3288.     /**
  3289.      * Gets the public 'Aqarmap\Bundle\ListingBundle\Controller\Api\V3\RateController' shared autowired service.
  3290.      *
  3291.      * @return \Aqarmap\Bundle\ListingBundle\Controller\Api\V3\RateController
  3292.      */
  3293.     protected function getRateController2Service()
  3294.     {
  3295.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3296.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  3297.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  3298.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/V3/BaseController.php';
  3299.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Api/V3/RateController.php';
  3300.         $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()));
  3301.         $instance->setContainer(($this->privates['.service_locator.pxk9xbM'] ?? $this->get_ServiceLocator_Pxk9xbMService())->withContext('Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\RateController'$this));
  3302.         return $instance;
  3303.     }
  3304.     /**
  3305.      * Gets the public 'Aqarmap\Bundle\ListingBundle\Controller\Api\V4\CallRequestController' shared autowired service.
  3306.      *
  3307.      * @return \Aqarmap\Bundle\ListingBundle\Controller\Api\V4\CallRequestController
  3308.      */
  3309.     protected function getCallRequestController2Service()
  3310.     {
  3311.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3312.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  3313.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  3314.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/V3/BaseController.php';
  3315.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Api/V4/CallRequestController.php';
  3316.         $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()));
  3317.         $instance->setContainer(($this->privates['.service_locator.pxk9xbM'] ?? $this->get_ServiceLocator_Pxk9xbMService())->withContext('Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\CallRequestController'$this));
  3318.         return $instance;
  3319.     }
  3320.     /**
  3321.      * Gets the public 'Aqarmap\Bundle\ListingBundle\Controller\Api\V4\CompoundLocationController' shared autowired service.
  3322.      *
  3323.      * @return \Aqarmap\Bundle\ListingBundle\Controller\Api\V4\CompoundLocationController
  3324.      */
  3325.     protected function getCompoundLocationController3Service()
  3326.     {
  3327.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3328.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  3329.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  3330.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/V3/BaseController.php';
  3331.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Api/V4/CompoundLocationController.php';
  3332.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/V4/CompoundLocationService.php';
  3333.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3334.         $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())));
  3335.         $instance->setContainer(($this->privates['.service_locator.pxk9xbM'] ?? $this->get_ServiceLocator_Pxk9xbMService())->withContext('Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\CompoundLocationController'$this));
  3336.         return $instance;
  3337.     }
  3338.     /**
  3339.      * Gets the public 'Aqarmap\Bundle\ListingBundle\Controller\Api\V4\ConditionalFieldController' shared autowired service.
  3340.      *
  3341.      * @return \Aqarmap\Bundle\ListingBundle\Controller\Api\V4\ConditionalFieldController
  3342.      */
  3343.     protected function getConditionalFieldControllerService()
  3344.     {
  3345.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3346.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  3347.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  3348.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/V4/BaseController.php';
  3349.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Api/V4/ConditionalFieldController.php';
  3350.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/Contracts/V4/ConditionalFieldServiceInterface.php';
  3351.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/V4/ConditionalFieldService.php';
  3352.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Service/Contracts/V4/LoaderInterface.php';
  3353.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Service/V4/YamlLoader.php';
  3354.         $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)))));
  3355.         $instance->setContainer(($this->privates['.service_locator.pxk9xbM'] ?? $this->get_ServiceLocator_Pxk9xbMService())->withContext('Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\ConditionalFieldController'$this));
  3356.         return $instance;
  3357.     }
  3358.     /**
  3359.      * Gets the public 'Aqarmap\Bundle\ListingBundle\Controller\Api\V4\FiltersController' shared autowired service.
  3360.      *
  3361.      * @return \Aqarmap\Bundle\ListingBundle\Controller\Api\V4\FiltersController
  3362.      */
  3363.     protected function getFiltersControllerService()
  3364.     {
  3365.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3366.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  3367.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  3368.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/V4/BaseController.php';
  3369.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Api/V4/FiltersController.php';
  3370.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Contracts/V4/FilterInterface.php';
  3371.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Traits/Criteriable.php';
  3372.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Traits/Translatable.php';
  3373.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Traits/Filterable.php';
  3374.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/V4/ListingFilters.php';
  3375.         $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())));
  3376.         $instance->setContainer(($this->privates['.service_locator.pxk9xbM'] ?? $this->get_ServiceLocator_Pxk9xbMService())->withContext('Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\FiltersController'$this));
  3377.         return $instance;
  3378.     }
  3379.     /**
  3380.      * Gets the public 'Aqarmap\Bundle\ListingBundle\Controller\Api\V4\ListingController' shared autowired service.
  3381.      *
  3382.      * @return \Aqarmap\Bundle\ListingBundle\Controller\Api\V4\ListingController
  3383.      */
  3384.     protected function getListingController5Service()
  3385.     {
  3386.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3387.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  3388.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  3389.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/V4/BaseController.php';
  3390.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Api/V4/ListingController.php';
  3391.         $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()));
  3392.         $instance->setContainer(($this->privates['.service_locator.pxk9xbM'] ?? $this->get_ServiceLocator_Pxk9xbMService())->withContext('Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\ListingController'$this));
  3393.         return $instance;
  3394.     }
  3395.     /**
  3396.      * Gets the public 'Aqarmap\Bundle\ListingBundle\Controller\Api\V4\LocationController' shared autowired service.
  3397.      *
  3398.      * @return \Aqarmap\Bundle\ListingBundle\Controller\Api\V4\LocationController
  3399.      */
  3400.     protected function getLocationController5Service()
  3401.     {
  3402.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3403.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  3404.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  3405.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/V4/BaseController.php';
  3406.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Api/V4/LocationController.php';
  3407.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/GoogleMapUrlService.php';
  3408.         $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()));
  3409.         $instance->setContainer(($this->privates['.service_locator.pxk9xbM'] ?? $this->get_ServiceLocator_Pxk9xbMService())->withContext('Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\LocationController'$this));
  3410.         return $instance;
  3411.     }
  3412.     /**
  3413.      * Gets the public 'Aqarmap\Bundle\ListingBundle\Controller\Api\V4\PropertyTypeController' shared autowired service.
  3414.      *
  3415.      * @return \Aqarmap\Bundle\ListingBundle\Controller\Api\V4\PropertyTypeController
  3416.      */
  3417.     protected function getPropertyTypeController3Service()
  3418.     {
  3419.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3420.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  3421.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  3422.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/V4/BaseController.php';
  3423.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Api/V4/PropertyTypeController.php';
  3424.         $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()));
  3425.         $instance->setContainer(($this->privates['.service_locator.pxk9xbM'] ?? $this->get_ServiceLocator_Pxk9xbMService())->withContext('Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\PropertyTypeController'$this));
  3426.         return $instance;
  3427.     }
  3428.     /**
  3429.      * Gets the public 'Aqarmap\Bundle\ListingBundle\Controller\Api\V4\SectionController' shared autowired service.
  3430.      *
  3431.      * @return \Aqarmap\Bundle\ListingBundle\Controller\Api\V4\SectionController
  3432.      */
  3433.     protected function getSectionController2Service()
  3434.     {
  3435.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3436.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  3437.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  3438.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/V4/BaseController.php';
  3439.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Api/V4/SectionController.php';
  3440.         $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()));
  3441.         $instance->setContainer(($this->privates['.service_locator.pxk9xbM'] ?? $this->get_ServiceLocator_Pxk9xbMService())->withContext('Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\SectionController'$this));
  3442.         return $instance;
  3443.     }
  3444.     /**
  3445.      * Gets the public 'Aqarmap\Bundle\ListingBundle\Controller\Api\V4\UserListingStatisticController' shared autowired service.
  3446.      *
  3447.      * @return \Aqarmap\Bundle\ListingBundle\Controller\Api\V4\UserListingStatisticController
  3448.      */
  3449.     protected function getUserListingStatisticControllerService()
  3450.     {
  3451.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3452.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  3453.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  3454.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/V3/BaseController.php';
  3455.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Api/V4/UserListingStatisticController.php';
  3456.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/V4/ListingStatisticService.php';
  3457.         $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())));
  3458.         $instance->setContainer(($this->privates['.service_locator.pxk9xbM'] ?? $this->get_ServiceLocator_Pxk9xbMService())->withContext('Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\UserListingStatisticController'$this));
  3459.         return $instance;
  3460.     }
  3461.     /**
  3462.      * Gets the public 'Aqarmap\Bundle\ListingBundle\Controller\CompoundSearchController' shared autowired service.
  3463.      *
  3464.      * @return \Aqarmap\Bundle\ListingBundle\Controller\CompoundSearchController
  3465.      */
  3466.     protected function getCompoundSearchController2Service()
  3467.     {
  3468.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3469.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/CompoundSearchController.php';
  3470.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/SearchBundle/Services/CompoundAdviserSearchService.php';
  3471.         $a = ($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'] ?? $this->getListingManagerService());
  3472.         $b = ($this->privates['gedmo.listener.translatable'] ?? $this->getGedmo_Listener_TranslatableService());
  3473.         $c = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\CompoundService'] ?? $this->getCompoundServiceService());
  3474.         $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);
  3475.         $instance->setContainer(($this->privates['.service_locator.j1R4m5C'] ?? $this->get_ServiceLocator_J1R4m5CService())->withContext('Aqarmap\\Bundle\\ListingBundle\\Controller\\CompoundSearchController'$this));
  3476.         return $instance;
  3477.     }
  3478.     /**
  3479.      * Gets the public 'Aqarmap\Bundle\ListingBundle\Controller\DefaultController' shared autowired service.
  3480.      *
  3481.      * @return \Aqarmap\Bundle\ListingBundle\Controller\DefaultController
  3482.      */
  3483.     protected function getDefaultController2Service()
  3484.     {
  3485.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3486.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/DefaultController.php';
  3487.         $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()));
  3488.         $instance->setContainer(($this->privates['.service_locator.j1R4m5C'] ?? $this->get_ServiceLocator_J1R4m5CService())->withContext('Aqarmap\\Bundle\\ListingBundle\\Controller\\DefaultController'$this));
  3489.         return $instance;
  3490.     }
  3491.     /**
  3492.      * Gets the public 'Aqarmap\Bundle\ListingBundle\Controller\LeadController' shared autowired service.
  3493.      *
  3494.      * @return \Aqarmap\Bundle\ListingBundle\Controller\LeadController
  3495.      */
  3496.     protected function getLeadController3Service()
  3497.     {
  3498.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3499.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  3500.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  3501.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/LeadController.php';
  3502.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Service/FormValidationService.php';
  3503.         $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()));
  3504.         $instance->setContainer(($this->privates['.service_locator.pxk9xbM'] ?? $this->get_ServiceLocator_Pxk9xbMService())->withContext('Aqarmap\\Bundle\\ListingBundle\\Controller\\LeadController'$this));
  3505.         return $instance;
  3506.     }
  3507.     /**
  3508.      * Gets the public 'Aqarmap\Bundle\ListingBundle\Controller\ListingController' shared autowired service.
  3509.      *
  3510.      * @return \Aqarmap\Bundle\ListingBundle\Controller\ListingController
  3511.      */
  3512.     protected function getListingController6Service()
  3513.     {
  3514.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3515.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/ListingController.php';
  3516.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/Contracts/ListingLeadManagerInterface.php';
  3517.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/ListingLeadManager.php';
  3518.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/SearchBundle/Services/CompoundFaqsService.php';
  3519.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/FreeListingService.php';
  3520.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/SpecialAddListingService.php';
  3521.         $a = ($this->services['translator'] ?? $this->getTranslatorService());
  3522.         $b = ($this->services['Aqarmap\\Bundle\\FeatureToggleBundle\\Service\\FeatureToggleManager'] ?? $this->getFeatureToggleManagerService());
  3523.         $c = ($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'] ?? $this->getListingManagerService());
  3524.         $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->getLeadRepository2Service())), 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()));
  3525.         $instance->setContainer(($this->privates['.service_locator.j1R4m5C'] ?? $this->get_ServiceLocator_J1R4m5CService())->withContext('Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController'$this));
  3526.         return $instance;
  3527.     }
  3528.     /**
  3529.      * Gets the public 'Aqarmap\Bundle\ListingBundle\Controller\ListingSearchController' shared autowired service.
  3530.      *
  3531.      * @return \Aqarmap\Bundle\ListingBundle\Controller\ListingSearchController
  3532.      */
  3533.     protected function getListingSearchControllerService()
  3534.     {
  3535.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3536.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/ListingSearchController.php';
  3537.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Service/KeywordValidatorService.php';
  3538.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/SearchBundle/Services/LongTailService.php';
  3539.         $a = ($this->privates['Aqarmap\\Bundle\\SearchBundle\\Factory\\LongTailFactory'] ?? $this->getLongTailFactoryService());
  3540.         $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()));
  3541.         $instance->setContainer(($this->privates['.service_locator.j1R4m5C'] ?? $this->get_ServiceLocator_J1R4m5CService())->withContext('Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingSearchController'$this));
  3542.         return $instance;
  3543.     }
  3544.     /**
  3545.      * Gets the public 'Aqarmap\Bundle\ListingBundle\Controller\PhotoController' shared autowired service.
  3546.      *
  3547.      * @return \Aqarmap\Bundle\ListingBundle\Controller\PhotoController
  3548.      */
  3549.     protected function getPhotoController2Service()
  3550.     {
  3551.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3552.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/PhotoController.php';
  3553.         $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()));
  3554.         $instance->setContainer(($this->privates['.service_locator.j1R4m5C'] ?? $this->get_ServiceLocator_J1R4m5CService())->withContext('Aqarmap\\Bundle\\ListingBundle\\Controller\\PhotoController'$this));
  3555.         return $instance;
  3556.     }
  3557.     /**
  3558.      * Gets the public 'Aqarmap\Bundle\ListingBundle\Controller\SectionController' shared autowired service.
  3559.      *
  3560.      * @return \Aqarmap\Bundle\ListingBundle\Controller\SectionController
  3561.      */
  3562.     protected function getSectionController3Service()
  3563.     {
  3564.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3565.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/SectionController.php';
  3566.         $this->services['Aqarmap\\Bundle\\ListingBundle\\Controller\\SectionController'] = $instance = new \Aqarmap\Bundle\ListingBundle\Controller\SectionController();
  3567.         $instance->setContainer(($this->privates['.service_locator.j1R4m5C'] ?? $this->get_ServiceLocator_J1R4m5CService())->withContext('Aqarmap\\Bundle\\ListingBundle\\Controller\\SectionController'$this));
  3568.         return $instance;
  3569.     }
  3570.     /**
  3571.      * Gets the public 'Aqarmap\Bundle\ListingBundle\Controller\TransactionController' shared autowired service.
  3572.      *
  3573.      * @return \Aqarmap\Bundle\ListingBundle\Controller\TransactionController
  3574.      */
  3575.     protected function getTransactionControllerService()
  3576.     {
  3577.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3578.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/TransactionController.php';
  3579.         $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()));
  3580.         $instance->setContainer(($this->privates['.service_locator.j1R4m5C'] ?? $this->get_ServiceLocator_J1R4m5CService())->withContext('Aqarmap\\Bundle\\ListingBundle\\Controller\\TransactionController'$this));
  3581.         return $instance;
  3582.     }
  3583.     /**
  3584.      * Gets the public 'Aqarmap\Bundle\ListingBundle\Repository\ListingPhotoRepository' shared autowired service.
  3585.      *
  3586.      * @return \Aqarmap\Bundle\ListingBundle\Repository\ListingPhotoRepository
  3587.      */
  3588.     protected function getListingPhotoRepositoryService()
  3589.     {
  3590.         return $this->services['Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingPhotoRepository'] = new \Aqarmap\Bundle\ListingBundle\Repository\ListingPhotoRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3591.     }
  3592.     /**
  3593.      * Gets the public 'Aqarmap\Bundle\ListingBundle\Repository\ListingRepository' shared autowired service.
  3594.      *
  3595.      * @return \Aqarmap\Bundle\ListingBundle\Repository\ListingRepository
  3596.      */
  3597.     protected function getListingRepositoryService()
  3598.     {
  3599.         $this->services['Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingRepository'] = $instance = new \Aqarmap\Bundle\ListingBundle\Repository\ListingRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3600.         $instance->setCacheManager(($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\CacheManager'] ?? $this->getCacheManagerService()));
  3601.         return $instance;
  3602.     }
  3603.     /**
  3604.      * Gets the public 'Aqarmap\Bundle\ListingBundle\Service\LeadsCRMService' shared autowired service.
  3605.      *
  3606.      * @return \Aqarmap\Bundle\ListingBundle\Service\LeadsCRMService
  3607.      */
  3608.     protected function getLeadsCRMServiceService()
  3609.     {
  3610.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/LeadsCRMService.php';
  3611.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3612.         if (isset($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\LeadsCRMService'])) {
  3613.             return $this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\LeadsCRMService'];
  3614.         }
  3615.         $b = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LeadsInsightsService'] ?? $this->getLeadsInsightsServiceService());
  3616.         if (isset($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\LeadsCRMService'])) {
  3617.             return $this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\LeadsCRMService'];
  3618.         }
  3619.         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'));
  3620.     }
  3621.     /**
  3622.      * Gets the public 'Aqarmap\Bundle\ListingBundle\Service\ListingManager' shared autowired service.
  3623.      *
  3624.      * @return \Aqarmap\Bundle\ListingBundle\Service\ListingManager
  3625.      */
  3626.     protected function getListingManagerService()
  3627.     {
  3628.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3629.         if (isset($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'])) {
  3630.             return $this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'];
  3631.         }
  3632.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3633.         if (isset($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'])) {
  3634.             return $this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'];
  3635.         }
  3636.         $c = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingRuleMatcher'] ?? $this->getListingRuleMatcherService());
  3637.         if (isset($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'])) {
  3638.             return $this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'];
  3639.         }
  3640.         $d = ($this->services['doctrine_mongodb.odm.default_document_manager'] ?? $this->getDoctrineMongodb_Odm_DefaultDocumentManagerService());
  3641.         if (isset($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'])) {
  3642.             return $this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'];
  3643.         }
  3644.         $e = ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\Setting'] ?? $this->getSettingService());
  3645.         if (isset($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'])) {
  3646.             return $this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'];
  3647.         }
  3648.         $f = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  3649.         if (isset($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'])) {
  3650.             return $this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'];
  3651.         }
  3652.         $g = ($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserServicesManager'] ?? $this->getUserServicesManagerService());
  3653.         if (isset($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'])) {
  3654.             return $this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'];
  3655.         }
  3656.         $h = ($this->services['Aqarmap\\Bundle\\FeatureToggleBundle\\Service\\FeatureToggleManager'] ?? $this->getFeatureToggleManagerService());
  3657.         if (isset($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'])) {
  3658.             return $this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'];
  3659.         }
  3660.         $i = ($this->privates['Aqarmap\\Bundle\\OTPBundle\\Service\\OtpService'] ?? $this->getOtpServiceService());
  3661.         if (isset($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'])) {
  3662.             return $this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'];
  3663.         }
  3664.         $j = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\LocationRepository'] ?? $this->getLocationRepositoryService());
  3665.         if (isset($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'])) {
  3666.             return $this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'];
  3667.         }
  3668.         $k = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\PhoneManager'] ?? $this->getPhoneManagerService());
  3669.         if (isset($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'])) {
  3670.             return $this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'];
  3671.         }
  3672.         $l = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V4\\CostPerLeadService'] ?? $this->getCostPerLeadServiceService());
  3673.         if (isset($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'])) {
  3674.             return $this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'];
  3675.         }
  3676.         $m = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  3677.         if (isset($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'])) {
  3678.             return $this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'];
  3679.         }
  3680.         $n = ($this->services['jms_serializer'] ?? $this->getJmsSerializerService());
  3681.         if (isset($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'])) {
  3682.             return $this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'];
  3683.         }
  3684.         $o = ($this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\ListingFaqService'] ?? $this->getListingFaqServiceService());
  3685.         if (isset($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'])) {
  3686.             return $this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'];
  3687.         }
  3688.         $p = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\PropertyTypeRepository'] ?? $this->getPropertyTypeRepositoryService());
  3689.         if (isset($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'])) {
  3690.             return $this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'];
  3691.         }
  3692.         $q = ($this->services['translator'] ?? $this->getTranslatorService());
  3693.         $r = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  3694.         $s = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  3695.         $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()), $q, ($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())), $e, new \Aqarmap\Bundle\NeighborhoodBundle\Service\LocationStatisticsManager(), $f$r$g, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['Aqarmap\\Bundle\\MainBundle\\EventStreaming\\EventStreamingClientFactory'] ?? $this->getEventStreamingClientFactoryService()), $h, new \Aqarmap\Bundle\ListingBundle\Service\CompoundStatusLogService($d$r), ($this->privates['Aqarmap\\Bundle\\MessageBundle\\Service\\Composer'] ?? $this->getComposerService()), $i, ($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()), $j, ($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()), $s, ($this->privates['gedmo.listener.translatable'] ?? $this->getGedmo_Listener_TranslatableService()), $k, ($this->services['router'] ?? $this->getRouterService()), new \Aqarmap\Bundle\MainBundle\Service\NumberToWord($q$s), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->privates['Aqarmap\\Bundle\\MainBundle\\Contract\\ProducerFactoryInterface $producerFactory'] ?? $this->getProducerFactoryInterfaceproducerFactoryService()), $l, ($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()), $m$b$n, ($this->privates['Aqarmap\\Bundle\\MainBundle\\Repository\\CustomParagraphRepository'] ?? $this->getCustomParagraphRepositoryService()), $o$p);
  3696.         $instance->setLeadService(($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LeadService'] ?? $this->getLeadService2Service()));
  3697.         $instance->autowireCallRequestManager(($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\CallRequestManager'] ?? $this->getCallRequestManagerService()));
  3698.         $instance->setUserManagerService(($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserManager'] ?? $this->getUserManagerService()));
  3699.         return $instance;
  3700.     }
  3701.     /**
  3702.      * Gets the public 'Aqarmap\Bundle\MainBundle\Controller\Admin\CustomParagraphController' shared autowired service.
  3703.      *
  3704.      * @return \Aqarmap\Bundle\MainBundle\Controller\Admin\CustomParagraphController
  3705.      */
  3706.     protected function getCustomParagraphControllerService()
  3707.     {
  3708.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3709.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Admin/CustomParagraphController.php';
  3710.         $this->services['Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\CustomParagraphController'] = $instance = new \Aqarmap\Bundle\MainBundle\Controller\Admin\CustomParagraphController(($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()));
  3711.         $instance->setContainer(($this->privates['.service_locator.aHpfFzr'] ?? $this->get_ServiceLocator_AHpfFzrService())->withContext('Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\CustomParagraphController'$this));
  3712.         return $instance;
  3713.     }
  3714.     /**
  3715.      * Gets the public 'Aqarmap\Bundle\MainBundle\Controller\Admin\DefaultController' shared autowired service.
  3716.      *
  3717.      * @return \Aqarmap\Bundle\MainBundle\Controller\Admin\DefaultController
  3718.      */
  3719.     protected function getDefaultController3Service()
  3720.     {
  3721.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3722.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Admin/DefaultController.php';
  3723.         $this->services['Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\DefaultController'] = $instance = new \Aqarmap\Bundle\MainBundle\Controller\Admin\DefaultController();
  3724.         $instance->setContainer(($this->privates['.service_locator.aHpfFzr'] ?? $this->get_ServiceLocator_AHpfFzrService())->withContext('Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\DefaultController'$this));
  3725.         return $instance;
  3726.     }
  3727.     /**
  3728.      * Gets the public 'Aqarmap\Bundle\MainBundle\Controller\Admin\DefaultTopCustomersController' shared autowired service.
  3729.      *
  3730.      * @return \Aqarmap\Bundle\MainBundle\Controller\Admin\DefaultTopCustomersController
  3731.      */
  3732.     protected function getDefaultTopCustomersControllerService()
  3733.     {
  3734.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3735.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Admin/DefaultTopCustomersController.php';
  3736.         $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()));
  3737.         $instance->setContainer(($this->privates['.service_locator.aHpfFzr'] ?? $this->get_ServiceLocator_AHpfFzrService())->withContext('Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\DefaultTopCustomersController'$this));
  3738.         return $instance;
  3739.     }
  3740.     /**
  3741.      * Gets the public 'Aqarmap\Bundle\MainBundle\Controller\Admin\FeedbackController' shared autowired service.
  3742.      *
  3743.      * @return \Aqarmap\Bundle\MainBundle\Controller\Admin\FeedbackController
  3744.      */
  3745.     protected function getFeedbackControllerService()
  3746.     {
  3747.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3748.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Admin/FeedbackController.php';
  3749.         $this->services['Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\FeedbackController'] = $instance = new \Aqarmap\Bundle\MainBundle\Controller\Admin\FeedbackController(($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()));
  3750.         $instance->setContainer(($this->privates['.service_locator.aHpfFzr'] ?? $this->get_ServiceLocator_AHpfFzrService())->withContext('Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\FeedbackController'$this));
  3751.         return $instance;
  3752.     }
  3753.     /**
  3754.      * Gets the public 'Aqarmap\Bundle\MainBundle\Controller\Admin\JoinUsController' shared autowired service.
  3755.      *
  3756.      * @return \Aqarmap\Bundle\MainBundle\Controller\Admin\JoinUsController
  3757.      */
  3758.     protected function getJoinUsControllerService()
  3759.     {
  3760.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3761.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Admin/JoinUsController.php';
  3762.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Service/JoinUsService.php';
  3763.         $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())));
  3764.         $instance->setContainer(($this->privates['.service_locator.aHpfFzr'] ?? $this->get_ServiceLocator_AHpfFzrService())->withContext('Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\JoinUsController'$this));
  3765.         return $instance;
  3766.     }
  3767.     /**
  3768.      * Gets the public 'Aqarmap\Bundle\MainBundle\Controller\Admin\MenuController' shared autowired service.
  3769.      *
  3770.      * @return \Aqarmap\Bundle\MainBundle\Controller\Admin\MenuController
  3771.      */
  3772.     protected function getMenuControllerService()
  3773.     {
  3774.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3775.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Admin/MenuController.php';
  3776.         $this->services['Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\MenuController'] = $instance = new \Aqarmap\Bundle\MainBundle\Controller\Admin\MenuController();
  3777.         $instance->setContainer(($this->privates['.service_locator.aHpfFzr'] ?? $this->get_ServiceLocator_AHpfFzrService())->withContext('Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\MenuController'$this));
  3778.         return $instance;
  3779.     }
  3780.     /**
  3781.      * Gets the public 'Aqarmap\Bundle\MainBundle\Controller\Admin\MobileSectionsTogglesController' shared autowired service.
  3782.      *
  3783.      * @return \Aqarmap\Bundle\MainBundle\Controller\Admin\MobileSectionsTogglesController
  3784.      */
  3785.     protected function getMobileSectionsTogglesControllerService()
  3786.     {
  3787.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3788.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  3789.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  3790.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/V3/BaseController.php';
  3791.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Admin/MobileSectionsTogglesController.php';
  3792.         $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()));
  3793.         $instance->setContainer(($this->privates['.service_locator.JhSS0.a'] ?? $this->get_ServiceLocator_JhSS0_AService())->withContext('Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\MobileSectionsTogglesController'$this));
  3794.         return $instance;
  3795.     }
  3796.     /**
  3797.      * Gets the public 'Aqarmap\Bundle\MainBundle\Controller\Admin\PageController' shared autowired service.
  3798.      *
  3799.      * @return \Aqarmap\Bundle\MainBundle\Controller\Admin\PageController
  3800.      */
  3801.     protected function getPageControllerService()
  3802.     {
  3803.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3804.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Admin/PageController.php';
  3805.         $this->services['Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\PageController'] = $instance = new \Aqarmap\Bundle\MainBundle\Controller\Admin\PageController();
  3806.         $instance->setContainer(($this->privates['.service_locator.aHpfFzr'] ?? $this->get_ServiceLocator_AHpfFzrService())->withContext('Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\PageController'$this));
  3807.         return $instance;
  3808.     }
  3809.     /**
  3810.      * Gets the public 'Aqarmap\Bundle\MainBundle\Controller\Admin\PerformanceLogController' shared autowired service.
  3811.      *
  3812.      * @return \Aqarmap\Bundle\MainBundle\Controller\Admin\PerformanceLogController
  3813.      */
  3814.     protected function getPerformanceLogControllerService()
  3815.     {
  3816.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3817.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Admin/PerformanceLogController.php';
  3818.         $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()));
  3819.         $instance->setContainer(($this->privates['.service_locator.aHpfFzr'] ?? $this->get_ServiceLocator_AHpfFzrService())->withContext('Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\PerformanceLogController'$this));
  3820.         return $instance;
  3821.     }
  3822.     /**
  3823.      * Gets the public 'Aqarmap\Bundle\MainBundle\Controller\Admin\PrintController' shared autowired service.
  3824.      *
  3825.      * @return \Aqarmap\Bundle\MainBundle\Controller\Admin\PrintController
  3826.      */
  3827.     protected function getPrintControllerService()
  3828.     {
  3829.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3830.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Admin/PrintController.php';
  3831.         $this->services['Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\PrintController'] = $instance = new \Aqarmap\Bundle\MainBundle\Controller\Admin\PrintController();
  3832.         $instance->setContainer(($this->privates['.service_locator.aHpfFzr'] ?? $this->get_ServiceLocator_AHpfFzrService())->withContext('Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\PrintController'$this));
  3833.         return $instance;
  3834.     }
  3835.     /**
  3836.      * Gets the public 'Aqarmap\Bundle\MainBundle\Controller\Admin\SettingController' shared autowired service.
  3837.      *
  3838.      * @return \Aqarmap\Bundle\MainBundle\Controller\Admin\SettingController
  3839.      */
  3840.     protected function getSettingControllerService()
  3841.     {
  3842.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3843.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Admin/SettingController.php';
  3844.         $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()));
  3845.         $instance->setContainer(($this->privates['.service_locator.aHpfFzr'] ?? $this->get_ServiceLocator_AHpfFzrService())->withContext('Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\SettingController'$this));
  3846.         return $instance;
  3847.     }
  3848.     /**
  3849.      * Gets the public 'Aqarmap\Bundle\MainBundle\Controller\Admin\TestimonialController' shared autowired service.
  3850.      *
  3851.      * @return \Aqarmap\Bundle\MainBundle\Controller\Admin\TestimonialController
  3852.      */
  3853.     protected function getTestimonialControllerService()
  3854.     {
  3855.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3856.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Admin/TestimonialController.php';
  3857.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Service/TestimonialService.php';
  3858.         $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())));
  3859.         $instance->setContainer(($this->privates['.service_locator.aHpfFzr'] ?? $this->get_ServiceLocator_AHpfFzrService())->withContext('Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\TestimonialController'$this));
  3860.         return $instance;
  3861.     }
  3862.     /**
  3863.      * Gets the public 'Aqarmap\Bundle\MainBundle\Controller\Api\BaseController' shared autowired service.
  3864.      *
  3865.      * @return \Aqarmap\Bundle\MainBundle\Controller\Api\BaseController
  3866.      */
  3867.     protected function getBaseControllerService()
  3868.     {
  3869.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3870.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  3871.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  3872.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/BaseController.php';
  3873.         $this->services['Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\BaseController'] = $instance = new \Aqarmap\Bundle\MainBundle\Controller\Api\BaseController();
  3874.         $instance->setContainer(($this->privates['.service_locator.JhSS0.a'] ?? $this->get_ServiceLocator_JhSS0_AService())->withContext('Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\BaseController'$this));
  3875.         return $instance;
  3876.     }
  3877.     /**
  3878.      * Gets the public 'Aqarmap\Bundle\MainBundle\Controller\Api\DefaultController' shared autowired service.
  3879.      *
  3880.      * @return \Aqarmap\Bundle\MainBundle\Controller\Api\DefaultController
  3881.      */
  3882.     protected function getDefaultController4Service()
  3883.     {
  3884.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3885.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  3886.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  3887.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/BaseController.php';
  3888.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/DefaultController.php';
  3889.         $this->services['Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\DefaultController'] = $instance = new \Aqarmap\Bundle\MainBundle\Controller\Api\DefaultController(($this->privates['App\\Service\\SMSManager'] ?? $this->getSMSManagerService()));
  3890.         $instance->setContainer(($this->privates['.service_locator.JhSS0.a'] ?? $this->get_ServiceLocator_JhSS0_AService())->withContext('Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\DefaultController'$this));
  3891.         return $instance;
  3892.     }
  3893.     /**
  3894.      * Gets the public 'Aqarmap\Bundle\MainBundle\Controller\Api\DefaultTopCustomersController' shared autowired service.
  3895.      *
  3896.      * @return \Aqarmap\Bundle\MainBundle\Controller\Api\DefaultTopCustomersController
  3897.      */
  3898.     protected function getDefaultTopCustomersController2Service()
  3899.     {
  3900.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3901.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  3902.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  3903.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/BaseController.php';
  3904.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/DefaultTopCustomersController.php';
  3905.         $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()));
  3906.         $instance->setContainer(($this->privates['.service_locator.JhSS0.a'] ?? $this->get_ServiceLocator_JhSS0_AService())->withContext('Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\DefaultTopCustomersController'$this));
  3907.         return $instance;
  3908.     }
  3909.     /**
  3910.      * Gets the public 'Aqarmap\Bundle\MainBundle\Controller\Api\FeedbackController' shared autowired service.
  3911.      *
  3912.      * @return \Aqarmap\Bundle\MainBundle\Controller\Api\FeedbackController
  3913.      */
  3914.     protected function getFeedbackController2Service()
  3915.     {
  3916.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3917.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  3918.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  3919.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/FeedbackController.php';
  3920.         $this->services['Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\FeedbackController'] = $instance = new \Aqarmap\Bundle\MainBundle\Controller\Api\FeedbackController(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  3921.         $instance->setContainer(($this->privates['.service_locator.JhSS0.a'] ?? $this->get_ServiceLocator_JhSS0_AService())->withContext('Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\FeedbackController'$this));
  3922.         return $instance;
  3923.     }
  3924.     /**
  3925.      * Gets the public 'Aqarmap\Bundle\MainBundle\Controller\Api\SettingController' shared autowired service.
  3926.      *
  3927.      * @return \Aqarmap\Bundle\MainBundle\Controller\Api\SettingController
  3928.      */
  3929.     protected function getSettingController2Service()
  3930.     {
  3931.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3932.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  3933.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  3934.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/SettingController.php';
  3935.         $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()));
  3936.         $instance->setContainer(($this->privates['.service_locator.JhSS0.a'] ?? $this->get_ServiceLocator_JhSS0_AService())->withContext('Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\SettingController'$this));
  3937.         return $instance;
  3938.     }
  3939.     /**
  3940.      * Gets the public 'Aqarmap\Bundle\MainBundle\Controller\Api\V2\DefaultController' shared autowired service.
  3941.      *
  3942.      * @return \Aqarmap\Bundle\MainBundle\Controller\Api\V2\DefaultController
  3943.      */
  3944.     protected function getDefaultController5Service()
  3945.     {
  3946.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3947.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  3948.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  3949.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/BaseController.php';
  3950.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/V2/DefaultController.php';
  3951.         $this->services['Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\V2\\DefaultController'] = $instance = new \Aqarmap\Bundle\MainBundle\Controller\Api\V2\DefaultController();
  3952.         $instance->setContainer(($this->privates['.service_locator.JhSS0.a'] ?? $this->get_ServiceLocator_JhSS0_AService())->withContext('Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\V2\\DefaultController'$this));
  3953.         return $instance;
  3954.     }
  3955.     /**
  3956.      * Gets the public 'Aqarmap\Bundle\MainBundle\Controller\Api\V3\BaseController' shared autowired service.
  3957.      *
  3958.      * @return \Aqarmap\Bundle\MainBundle\Controller\Api\V3\BaseController
  3959.      */
  3960.     protected function getBaseController2Service()
  3961.     {
  3962.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3963.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  3964.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  3965.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/V3/BaseController.php';
  3966.         $this->services['Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\V3\\BaseController'] = $instance = new \Aqarmap\Bundle\MainBundle\Controller\Api\V3\BaseController();
  3967.         $instance->setContainer(($this->privates['.service_locator.JhSS0.a'] ?? $this->get_ServiceLocator_JhSS0_AService())->withContext('Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\V3\\BaseController'$this));
  3968.         return $instance;
  3969.     }
  3970.     /**
  3971.      * Gets the public 'Aqarmap\Bundle\MainBundle\Controller\Api\V3\FeedbackController' shared autowired service.
  3972.      *
  3973.      * @return \Aqarmap\Bundle\MainBundle\Controller\Api\V3\FeedbackController
  3974.      */
  3975.     protected function getFeedbackController3Service()
  3976.     {
  3977.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3978.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  3979.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  3980.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/V3/BaseController.php';
  3981.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/V3/FeedbackController.php';
  3982.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Factory/V3/FeedbackFactory.php';
  3983.         $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())));
  3984.         $instance->setContainer(($this->privates['.service_locator.JhSS0.a'] ?? $this->get_ServiceLocator_JhSS0_AService())->withContext('Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\V3\\FeedbackController'$this));
  3985.         return $instance;
  3986.     }
  3987.     /**
  3988.      * Gets the public 'Aqarmap\Bundle\MainBundle\Controller\Api\V4\BaseController' shared autowired service.
  3989.      *
  3990.      * @return \Aqarmap\Bundle\MainBundle\Controller\Api\V4\BaseController
  3991.      */
  3992.     protected function getBaseController3Service()
  3993.     {
  3994.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3995.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  3996.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  3997.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/V4/BaseController.php';
  3998.         $this->services['Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\V4\\BaseController'] = $instance = new \Aqarmap\Bundle\MainBundle\Controller\Api\V4\BaseController();
  3999.         $instance->setContainer(($this->privates['.service_locator.JhSS0.a'] ?? $this->get_ServiceLocator_JhSS0_AService())->withContext('Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\V4\\BaseController'$this));
  4000.         return $instance;
  4001.     }
  4002.     /**
  4003.      * Gets the public 'Aqarmap\Bundle\MainBundle\Controller\Api\V4\MobileSectionsTogglesController' shared autowired service.
  4004.      *
  4005.      * @return \Aqarmap\Bundle\MainBundle\Controller\Api\V4\MobileSectionsTogglesController
  4006.      */
  4007.     protected function getMobileSectionsTogglesController2Service()
  4008.     {
  4009.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4010.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  4011.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  4012.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/V4/BaseController.php';
  4013.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/V4/MobileSectionsTogglesController.php';
  4014.         $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()));
  4015.         $instance->setContainer(($this->privates['.service_locator.JhSS0.a'] ?? $this->get_ServiceLocator_JhSS0_AService())->withContext('Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\V4\\MobileSectionsTogglesController'$this));
  4016.         return $instance;
  4017.     }
  4018.     /**
  4019.      * Gets the public 'Aqarmap\Bundle\MainBundle\Controller\DefaultController' shared autowired service.
  4020.      *
  4021.      * @return \Aqarmap\Bundle\MainBundle\Controller\DefaultController
  4022.      */
  4023.     protected function getDefaultController6Service()
  4024.     {
  4025.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4026.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/DefaultController.php';
  4027.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Service/HomeSubMenuService.php';
  4028.         $a = ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\Setting'] ?? $this->getSettingService());
  4029.         $b = ($this->services['translator'] ?? $this->getTranslatorService());
  4030.         $c = ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\CacheManager'] ?? $this->getCacheManagerService());
  4031.         $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);
  4032.         $instance->setContainer(($this->privates['.service_locator.aHpfFzr'] ?? $this->get_ServiceLocator_AHpfFzrService())->withContext('Aqarmap\\Bundle\\MainBundle\\Controller\\DefaultController'$this));
  4033.         return $instance;
  4034.     }
  4035.     /**
  4036.      * Gets the public 'Aqarmap\Bundle\MainBundle\Controller\FeedbackController' shared autowired service.
  4037.      *
  4038.      * @return \Aqarmap\Bundle\MainBundle\Controller\FeedbackController
  4039.      */
  4040.     protected function getFeedbackController4Service()
  4041.     {
  4042.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4043.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/FeedbackController.php';
  4044.         $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()));
  4045.         $instance->setContainer(($this->privates['.service_locator.aHpfFzr'] ?? $this->get_ServiceLocator_AHpfFzrService())->withContext('Aqarmap\\Bundle\\MainBundle\\Controller\\FeedbackController'$this));
  4046.         return $instance;
  4047.     }
  4048.     /**
  4049.      * Gets the public 'Aqarmap\Bundle\MainBundle\Controller\JoinUsController' shared autowired service.
  4050.      *
  4051.      * @return \Aqarmap\Bundle\MainBundle\Controller\JoinUsController
  4052.      */
  4053.     protected function getJoinUsController2Service()
  4054.     {
  4055.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4056.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/JoinUsController.php';
  4057.         $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()));
  4058.         $instance->setContainer(($this->privates['.service_locator.aHpfFzr'] ?? $this->get_ServiceLocator_AHpfFzrService())->withContext('Aqarmap\\Bundle\\MainBundle\\Controller\\JoinUsController'$this));
  4059.         return $instance;
  4060.     }
  4061.     /**
  4062.      * Gets the public 'Aqarmap\Bundle\MainBundle\Controller\MapImagesController' shared autowired service.
  4063.      *
  4064.      * @return \Aqarmap\Bundle\MainBundle\Controller\MapImagesController
  4065.      */
  4066.     protected function getMapImagesControllerService()
  4067.     {
  4068.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4069.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/MapImagesController.php';
  4070.         $this->services['Aqarmap\\Bundle\\MainBundle\\Controller\\MapImagesController'] = $instance = new \Aqarmap\Bundle\MainBundle\Controller\MapImagesController();
  4071.         $instance->setContainer(($this->privates['.service_locator.aHpfFzr'] ?? $this->get_ServiceLocator_AHpfFzrService())->withContext('Aqarmap\\Bundle\\MainBundle\\Controller\\MapImagesController'$this));
  4072.         return $instance;
  4073.     }
  4074.     /**
  4075.      * Gets the public 'Aqarmap\Bundle\MainBundle\Controller\PageController' shared autowired service.
  4076.      *
  4077.      * @return \Aqarmap\Bundle\MainBundle\Controller\PageController
  4078.      */
  4079.     protected function getPageController2Service()
  4080.     {
  4081.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4082.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/PageController.php';
  4083.         $this->services['Aqarmap\\Bundle\\MainBundle\\Controller\\PageController'] = $instance = new \Aqarmap\Bundle\MainBundle\Controller\PageController(($this->privates['Aqarmap\\Bundle\\MainBundle\\Repository\\TestimonialRepository'] ?? $this->getTestimonialRepositoryService()));
  4084.         $instance->setContainer(($this->privates['.service_locator.aHpfFzr'] ?? $this->get_ServiceLocator_AHpfFzrService())->withContext('Aqarmap\\Bundle\\MainBundle\\Controller\\PageController'$this));
  4085.         return $instance;
  4086.     }
  4087.     /**
  4088.      * Gets the public 'Aqarmap\Bundle\MainBundle\Controller\RedirectingController' shared autowired service.
  4089.      *
  4090.      * @return \Aqarmap\Bundle\MainBundle\Controller\RedirectingController
  4091.      */
  4092.     protected function getRedirectingControllerService()
  4093.     {
  4094.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4095.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/RedirectingController.php';
  4096.         $this->services['Aqarmap\\Bundle\\MainBundle\\Controller\\RedirectingController'] = $instance = new \Aqarmap\Bundle\MainBundle\Controller\RedirectingController();
  4097.         $instance->setContainer(($this->privates['.service_locator.aHpfFzr'] ?? $this->get_ServiceLocator_AHpfFzrService())->withContext('Aqarmap\\Bundle\\MainBundle\\Controller\\RedirectingController'$this));
  4098.         return $instance;
  4099.     }
  4100.     /**
  4101.      * Gets the public 'Aqarmap\Bundle\MainBundle\Controller\SNSNotificationsController' shared autowired service.
  4102.      *
  4103.      * @return \Aqarmap\Bundle\MainBundle\Controller\SNSNotificationsController
  4104.      */
  4105.     protected function getSNSNotificationsControllerService()
  4106.     {
  4107.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4108.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/SNSNotificationsController.php';
  4109.         $this->services['Aqarmap\\Bundle\\MainBundle\\Controller\\SNSNotificationsController'] = $instance = new \Aqarmap\Bundle\MainBundle\Controller\SNSNotificationsController();
  4110.         $instance->setContainer(($this->privates['.service_locator.aHpfFzr'] ?? $this->get_ServiceLocator_AHpfFzrService())->withContext('Aqarmap\\Bundle\\MainBundle\\Controller\\SNSNotificationsController'$this));
  4111.         return $instance;
  4112.     }
  4113.     /**
  4114.      * Gets the public 'Aqarmap\Bundle\MainBundle\Controller\StaticPagesController' shared autowired service.
  4115.      *
  4116.      * @return \Aqarmap\Bundle\MainBundle\Controller\StaticPagesController
  4117.      */
  4118.     protected function getStaticPagesControllerService()
  4119.     {
  4120.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4121.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/StaticPagesController.php';
  4122.         $this->services['Aqarmap\\Bundle\\MainBundle\\Controller\\StaticPagesController'] = $instance = new \Aqarmap\Bundle\MainBundle\Controller\StaticPagesController();
  4123.         $instance->setContainer(($this->privates['.service_locator.aHpfFzr'] ?? $this->get_ServiceLocator_AHpfFzrService())->withContext('Aqarmap\\Bundle\\MainBundle\\Controller\\StaticPagesController'$this));
  4124.         return $instance;
  4125.     }
  4126.     /**
  4127.      * Gets the public 'Aqarmap\Bundle\MainBundle\Naming\FilesDirectoryNamer' shared autowired service.
  4128.      *
  4129.      * @return \Aqarmap\Bundle\MainBundle\Naming\FilesDirectoryNamer
  4130.      */
  4131.     protected function getFilesDirectoryNamerService()
  4132.     {
  4133.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/DirectoryNamerInterface.php';
  4134.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Naming/FilesDirectoryNamer.php';
  4135.         return $this->services['Aqarmap\\Bundle\\MainBundle\\Naming\\FilesDirectoryNamer'] = new \Aqarmap\Bundle\MainBundle\Naming\FilesDirectoryNamer();
  4136.     }
  4137.     /**
  4138.      * Gets the public 'Aqarmap\Bundle\MainBundle\Naming\ListingDirectoryNamer' shared autowired service.
  4139.      *
  4140.      * @return \Aqarmap\Bundle\MainBundle\Naming\ListingDirectoryNamer
  4141.      */
  4142.     protected function getListingDirectoryNamerService()
  4143.     {
  4144.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/DirectoryNamerInterface.php';
  4145.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Naming/ListingDirectoryNamer.php';
  4146.         return $this->services['Aqarmap\\Bundle\\MainBundle\\Naming\\ListingDirectoryNamer'] = new \Aqarmap\Bundle\MainBundle\Naming\ListingDirectoryNamer();
  4147.     }
  4148.     /**
  4149.      * Gets the public 'Aqarmap\Bundle\MortgageBundle\Controller\Admin\DefaultController' shared autowired service.
  4150.      *
  4151.      * @return \Aqarmap\Bundle\MortgageBundle\Controller\Admin\DefaultController
  4152.      */
  4153.     protected function getDefaultController7Service()
  4154.     {
  4155.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4156.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MortgageBundle/Controller/Admin/DefaultController.php';
  4157.         $this->services['Aqarmap\\Bundle\\MortgageBundle\\Controller\\Admin\\DefaultController'] = $instance = new \Aqarmap\Bundle\MortgageBundle\Controller\Admin\DefaultController(($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()));
  4158.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Aqarmap\\Bundle\\MortgageBundle\\Controller\\Admin\\DefaultController'$this));
  4159.         return $instance;
  4160.     }
  4161.     /**
  4162.      * Gets the public 'Aqarmap\Bundle\MortgageBundle\Controller\DefaultController' shared autowired service.
  4163.      *
  4164.      * @return \Aqarmap\Bundle\MortgageBundle\Controller\DefaultController
  4165.      */
  4166.     protected function getDefaultController8Service()
  4167.     {
  4168.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4169.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MortgageBundle/Controller/DefaultController.php';
  4170.         $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()));
  4171.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Aqarmap\\Bundle\\MortgageBundle\\Controller\\DefaultController'$this));
  4172.         return $instance;
  4173.     }
  4174.     /**
  4175.      * Gets the public 'Aqarmap\Bundle\NeighborhoodBundle\Controller\Admin\LocationStatisticsController' shared autowired service.
  4176.      *
  4177.      * @return \Aqarmap\Bundle\NeighborhoodBundle\Controller\Admin\LocationStatisticsController
  4178.      */
  4179.     protected function getLocationStatisticsControllerService()
  4180.     {
  4181.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4182.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NeighborhoodBundle/Controller/Admin/LocationStatisticsController.php';
  4183.         $this->services['Aqarmap\\Bundle\\NeighborhoodBundle\\Controller\\Admin\\LocationStatisticsController'] = $instance = new \Aqarmap\Bundle\NeighborhoodBundle\Controller\Admin\LocationStatisticsController();
  4184.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Aqarmap\\Bundle\\NeighborhoodBundle\\Controller\\Admin\\LocationStatisticsController'$this));
  4185.         return $instance;
  4186.     }
  4187.     /**
  4188.      * Gets the public 'Aqarmap\Bundle\NeighborhoodBundle\Controller\Api\NeighborhoodController' shared autowired service.
  4189.      *
  4190.      * @return \Aqarmap\Bundle\NeighborhoodBundle\Controller\Api\NeighborhoodController
  4191.      */
  4192.     protected function getNeighborhoodControllerService()
  4193.     {
  4194.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4195.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  4196.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  4197.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/BaseController.php';
  4198.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NeighborhoodBundle/Controller/Api/NeighborhoodController.php';
  4199.         $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()));
  4200.         $instance->setContainer(($this->privates['.service_locator.eIcC2Rx'] ?? $this->get_ServiceLocator_EIcC2RxService())->withContext('Aqarmap\\Bundle\\NeighborhoodBundle\\Controller\\Api\\NeighborhoodController'$this));
  4201.         return $instance;
  4202.     }
  4203.     /**
  4204.      * Gets the public 'Aqarmap\Bundle\NeighborhoodBundle\Controller\DefaultController' shared autowired service.
  4205.      *
  4206.      * @return \Aqarmap\Bundle\NeighborhoodBundle\Controller\DefaultController
  4207.      */
  4208.     protected function getDefaultController9Service()
  4209.     {
  4210.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4211.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NeighborhoodBundle/Controller/DefaultController.php';
  4212.         $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()));
  4213.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Aqarmap\\Bundle\\NeighborhoodBundle\\Controller\\DefaultController'$this));
  4214.         return $instance;
  4215.     }
  4216.     /**
  4217.      * Gets the public 'Aqarmap\Bundle\NotificationBundle\Controller\Api\NotificationController' shared autowired service.
  4218.      *
  4219.      * @return \Aqarmap\Bundle\NotificationBundle\Controller\Api\NotificationController
  4220.      */
  4221.     protected function getNotificationControllerService()
  4222.     {
  4223.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4224.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  4225.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  4226.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/BaseController.php';
  4227.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Controller/Api/NotificationController.php';
  4228.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Service/TestServiceInterface.php';
  4229.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Service/TestService.php';
  4230.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Service/DocumentBasedTestService.php';
  4231.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Service/EntityBasedTestService.php';
  4232.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Service/LogReaderInterface.php';
  4233.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Service/LogReaderService.php';
  4234.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Service/NotificationService.php';
  4235.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4236.         $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);
  4237.         $instance->setContainer(($this->privates['.service_locator.eIcC2Rx'] ?? $this->get_ServiceLocator_EIcC2RxService())->withContext('Aqarmap\\Bundle\\NotificationBundle\\Controller\\Api\\NotificationController'$this));
  4238.         return $instance;
  4239.     }
  4240.     /**
  4241.      * Gets the public 'Aqarmap\Bundle\NotificationBundle\Controller\Api\SenderController' shared autowired service.
  4242.      *
  4243.      * @return \Aqarmap\Bundle\NotificationBundle\Controller\Api\SenderController
  4244.      */
  4245.     protected function getSenderControllerService()
  4246.     {
  4247.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4248.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  4249.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  4250.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/BaseController.php';
  4251.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Controller/Api/SenderController.php';
  4252.         $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()));
  4253.         $instance->setContainer(($this->privates['.service_locator.eIcC2Rx'] ?? $this->get_ServiceLocator_EIcC2RxService())->withContext('Aqarmap\\Bundle\\NotificationBundle\\Controller\\Api\\SenderController'$this));
  4254.         return $instance;
  4255.     }
  4256.     /**
  4257.      * Gets the public 'Aqarmap\Bundle\NotificationBundle\Controller\NotificationsController' shared autowired service.
  4258.      *
  4259.      * @return \Aqarmap\Bundle\NotificationBundle\Controller\NotificationsController
  4260.      */
  4261.     protected function getNotificationsControllerService()
  4262.     {
  4263.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4264.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Controller/NotificationsController.php';
  4265.         $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)));
  4266.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Aqarmap\\Bundle\\NotificationBundle\\Controller\\NotificationsController'$this));
  4267.         return $instance;
  4268.     }
  4269.     /**
  4270.      * Gets the public 'Aqarmap\Bundle\NotifierBundle\Controller\Admin\NotifiersController' shared autowired service.
  4271.      *
  4272.      * @return \Aqarmap\Bundle\NotifierBundle\Controller\Admin\NotifiersController
  4273.      */
  4274.     protected function getNotifiersControllerService()
  4275.     {
  4276.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4277.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotifierBundle/Controller/Admin/NotifiersController.php';
  4278.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotifierBundle/Service/NotifierStatisticsService.php';
  4279.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotifierBundle/Service/NotifierSettingsManager.php';
  4280.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  4281.         $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));
  4282.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Aqarmap\\Bundle\\NotifierBundle\\Controller\\Admin\\NotifiersController'$this));
  4283.         return $instance;
  4284.     }
  4285.     /**
  4286.      * Gets the public 'Aqarmap\Bundle\NotifierBundle\Controller\Api\NotifierController' shared autowired service.
  4287.      *
  4288.      * @return \Aqarmap\Bundle\NotifierBundle\Controller\Api\NotifierController
  4289.      */
  4290.     protected function getNotifierControllerService()
  4291.     {
  4292.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4293.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  4294.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  4295.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotifierBundle/Controller/Api/NotifierController.php';
  4296.         $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()));
  4297.         $instance->setContainer(($this->privates['.service_locator.eIcC2Rx'] ?? $this->get_ServiceLocator_EIcC2RxService())->withContext('Aqarmap\\Bundle\\NotifierBundle\\Controller\\Api\\NotifierController'$this));
  4298.         return $instance;
  4299.     }
  4300.     /**
  4301.      * Gets the public 'Aqarmap\Bundle\NotifierBundle\Controller\DefaultController' shared autowired service.
  4302.      *
  4303.      * @return \Aqarmap\Bundle\NotifierBundle\Controller\DefaultController
  4304.      */
  4305.     protected function getDefaultController10Service()
  4306.     {
  4307.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4308.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotifierBundle/Controller/DefaultController.php';
  4309.         $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()));
  4310.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Aqarmap\\Bundle\\NotifierBundle\\Controller\\DefaultController'$this));
  4311.         return $instance;
  4312.     }
  4313.     /**
  4314.      * Gets the public 'Aqarmap\Bundle\OTPBundle\Controller\Api\V4\OtpController' shared autowired service.
  4315.      *
  4316.      * @return \Aqarmap\Bundle\OTPBundle\Controller\Api\V4\OtpController
  4317.      */
  4318.     protected function getOtpControllerService()
  4319.     {
  4320.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4321.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  4322.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  4323.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/V4/BaseController.php';
  4324.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/OTPBundle/Controller/Api/V4/OtpController.php';
  4325.         $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()));
  4326.         $instance->setContainer(($this->privates['.service_locator.eIcC2Rx'] ?? $this->get_ServiceLocator_EIcC2RxService())->withContext('Aqarmap\\Bundle\\OTPBundle\\Controller\\Api\\V4\\OtpController'$this));
  4327.         return $instance;
  4328.     }
  4329.     /**
  4330.      * Gets the public 'Aqarmap\Bundle\PaymentBundle\Controller\Admin\AnalysisController' shared autowired service.
  4331.      *
  4332.      * @return \Aqarmap\Bundle\PaymentBundle\Controller\Admin\AnalysisController
  4333.      */
  4334.     protected function getAnalysisControllerService()
  4335.     {
  4336.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4337.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/PaymentBundle/Controller/Admin/AnalysisController.php';
  4338.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Factory/CreditAnalysisFactory.php';
  4339.         $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()));
  4340.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\AnalysisController'$this));
  4341.         return $instance;
  4342.     }
  4343.     /**
  4344.      * Gets the public 'Aqarmap\Bundle\PaymentBundle\Controller\Admin\PaymentController' shared autowired service.
  4345.      *
  4346.      * @return \Aqarmap\Bundle\PaymentBundle\Controller\Admin\PaymentController
  4347.      */
  4348.     protected function getPaymentControllerService()
  4349.     {
  4350.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4351.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/PaymentBundle/Controller/Admin/PaymentController.php';
  4352.         $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()));
  4353.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController'$this));
  4354.         return $instance;
  4355.     }
  4356.     /**
  4357.      * Gets the public 'Aqarmap\Bundle\PaymentBundle\Controller\Admin\SalesAnalysisController' shared autowired service.
  4358.      *
  4359.      * @return \Aqarmap\Bundle\PaymentBundle\Controller\Admin\SalesAnalysisController
  4360.      */
  4361.     protected function getSalesAnalysisControllerService()
  4362.     {
  4363.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4364.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/PaymentBundle/Controller/Admin/SalesAnalysisController.php';
  4365.         $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()));
  4366.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\SalesAnalysisController'$this));
  4367.         return $instance;
  4368.     }
  4369.     /**
  4370.      * Gets the public 'Aqarmap\Bundle\PaymentBundle\Controller\Api\PaymentController' shared autowired service.
  4371.      *
  4372.      * @return \Aqarmap\Bundle\PaymentBundle\Controller\Api\PaymentController
  4373.      */
  4374.     protected function getPaymentController2Service()
  4375.     {
  4376.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4377.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  4378.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  4379.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/BaseController.php';
  4380.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/PaymentBundle/Controller/Api/PaymentController.php';
  4381.         $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()));
  4382.         $instance->setContainer(($this->privates['.service_locator.eIcC2Rx'] ?? $this->get_ServiceLocator_EIcC2RxService())->withContext('Aqarmap\\Bundle\\PaymentBundle\\Controller\\Api\\PaymentController'$this));
  4383.         return $instance;
  4384.     }
  4385.     /**
  4386.      * Gets the public 'Aqarmap\Bundle\PaymentBundle\Controller\Api\RecurringController' shared autowired service.
  4387.      *
  4388.      * @return \Aqarmap\Bundle\PaymentBundle\Controller\Api\RecurringController
  4389.      */
  4390.     protected function getRecurringControllerService()
  4391.     {
  4392.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4393.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  4394.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  4395.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/BaseController.php';
  4396.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/PaymentBundle/Controller/Api/RecurringController.php';
  4397.         $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()));
  4398.         $instance->setContainer(($this->privates['.service_locator.eIcC2Rx'] ?? $this->get_ServiceLocator_EIcC2RxService())->withContext('Aqarmap\\Bundle\\PaymentBundle\\Controller\\Api\\RecurringController'$this));
  4399.         return $instance;
  4400.     }
  4401.     /**
  4402.      * Gets the public 'Aqarmap\Bundle\SearchBundle\Controller\Admin\SearchCombinationFiltersController' shared autowired service.
  4403.      *
  4404.      * @return \Aqarmap\Bundle\SearchBundle\Controller\Admin\SearchCombinationFiltersController
  4405.      */
  4406.     protected function getSearchCombinationFiltersControllerService()
  4407.     {
  4408.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4409.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/SearchBundle/Controller/Admin/SearchCombinationFiltersController.php';
  4410.         $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()));
  4411.         $instance->setContainer(($this->privates['.service_locator.WnC0PS9'] ?? $this->get_ServiceLocator_WnC0PS9Service())->withContext('Aqarmap\\Bundle\\SearchBundle\\Controller\\Admin\\SearchCombinationFiltersController'$this));
  4412.         return $instance;
  4413.     }
  4414.     /**
  4415.      * Gets the public 'Aqarmap\Bundle\SearchBundle\Controller\Api\ListingSearchController' shared autowired service.
  4416.      *
  4417.      * @return \Aqarmap\Bundle\SearchBundle\Controller\Api\ListingSearchController
  4418.      */
  4419.     protected function getListingSearchController2Service()
  4420.     {
  4421.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4422.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  4423.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  4424.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/BaseController.php';
  4425.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/SearchBundle/Controller/Api/ListingSearchController.php';
  4426.         $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\\ElasticListingSearch\\DefaultListingSearch'] ?? $this->getDefaultListingSearchService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'] ?? $this->getListingManagerService()), ($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()));
  4427.         $instance->setContainer(($this->privates['.service_locator.Lfq.BSd'] ?? $this->get_ServiceLocator_Lfq_BSdService())->withContext('Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\ListingSearchController'$this));
  4428.         return $instance;
  4429.     }
  4430.     /**
  4431.      * Gets the public 'Aqarmap\Bundle\SearchBundle\Controller\Api\LocationSearchController' shared autowired service.
  4432.      *
  4433.      * @return \Aqarmap\Bundle\SearchBundle\Controller\Api\LocationSearchController
  4434.      */
  4435.     protected function getLocationSearchControllerService()
  4436.     {
  4437.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4438.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  4439.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  4440.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/BaseController.php';
  4441.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/SearchBundle/Controller/Api/LocationSearchController.php';
  4442.         $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()));
  4443.         $instance->setContainer(($this->privates['.service_locator.Lfq.BSd'] ?? $this->get_ServiceLocator_Lfq_BSdService())->withContext('Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\LocationSearchController'$this));
  4444.         return $instance;
  4445.     }
  4446.     /**
  4447.      * Gets the public 'Aqarmap\Bundle\SearchBundle\Controller\Api\SearchResultsController' shared autowired service.
  4448.      *
  4449.      * @return \Aqarmap\Bundle\SearchBundle\Controller\Api\SearchResultsController
  4450.      */
  4451.     protected function getSearchResultsControllerService()
  4452.     {
  4453.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4454.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  4455.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  4456.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/BaseController.php';
  4457.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/SearchBundle/Controller/Api/SearchResultsController.php';
  4458.         $this->services['Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\SearchResultsController'] = $instance = new \Aqarmap\Bundle\SearchBundle\Controller\Api\SearchResultsController();
  4459.         $instance->setContainer(($this->privates['.service_locator.Lfq.BSd'] ?? $this->get_ServiceLocator_Lfq_BSdService())->withContext('Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\SearchResultsController'$this));
  4460.         return $instance;
  4461.     }
  4462.     /**
  4463.      * Gets the public 'Aqarmap\Bundle\SearchBundle\Controller\Api\V4\CompoundSearchController' shared autowired service.
  4464.      *
  4465.      * @return \Aqarmap\Bundle\SearchBundle\Controller\Api\V4\CompoundSearchController
  4466.      */
  4467.     protected function getCompoundSearchController3Service()
  4468.     {
  4469.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4470.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  4471.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  4472.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/V4/BaseController.php';
  4473.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/SearchBundle/Controller/Api/V4/CompoundSearchController.php';
  4474.         $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()));
  4475.         $instance->setContainer(($this->privates['.service_locator.Lfq.BSd'] ?? $this->get_ServiceLocator_Lfq_BSdService())->withContext('Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\V4\\CompoundSearchController'$this));
  4476.         return $instance;
  4477.     }
  4478.     /**
  4479.      * Gets the public 'Aqarmap\Bundle\SearchBundle\Controller\Api\V4\ListingSearchController' shared autowired service.
  4480.      *
  4481.      * @return \Aqarmap\Bundle\SearchBundle\Controller\Api\V4\ListingSearchController
  4482.      */
  4483.     protected function getListingSearchController3Service()
  4484.     {
  4485.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4486.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  4487.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  4488.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/V4/BaseController.php';
  4489.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/SearchBundle/Controller/Api/V4/ListingSearchController.php';
  4490.         $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()));
  4491.         $instance->setContainer(($this->privates['.service_locator.Lfq.BSd'] ?? $this->get_ServiceLocator_Lfq_BSdService())->withContext('Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\V4\\ListingSearchController'$this));
  4492.         return $instance;
  4493.     }
  4494.     /**
  4495.      * Gets the public 'Aqarmap\Bundle\SearchBundle\Controller\DefaultController' shared autowired service.
  4496.      *
  4497.      * @return \Aqarmap\Bundle\SearchBundle\Controller\DefaultController
  4498.      */
  4499.     protected function getDefaultController11Service()
  4500.     {
  4501.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4502.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/SearchBundle/Controller/DefaultController.php';
  4503.         $this->services['Aqarmap\\Bundle\\SearchBundle\\Controller\\DefaultController'] = $instance = new \Aqarmap\Bundle\SearchBundle\Controller\DefaultController();
  4504.         $instance->setContainer(($this->privates['.service_locator.WnC0PS9'] ?? $this->get_ServiceLocator_WnC0PS9Service())->withContext('Aqarmap\\Bundle\\SearchBundle\\Controller\\DefaultController'$this));
  4505.         return $instance;
  4506.     }
  4507.     /**
  4508.      * Gets the public 'Aqarmap\Bundle\TopSellerBundle\Controller\Admin\TopSellerController' shared autowired service.
  4509.      *
  4510.      * @return \Aqarmap\Bundle\TopSellerBundle\Controller\Admin\TopSellerController
  4511.      */
  4512.     protected function getTopSellerControllerService()
  4513.     {
  4514.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4515.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/TopSellerBundle/Controller/Admin/TopSellerController.php';
  4516.         $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()));
  4517.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Aqarmap\\Bundle\\TopSellerBundle\\Controller\\Admin\\TopSellerController'$this));
  4518.         return $instance;
  4519.     }
  4520.     /**
  4521.      * Gets the public 'Aqarmap\Bundle\TopSellerBundle\Controller\Api\V4\TopSellerController' shared autowired service.
  4522.      *
  4523.      * @return \Aqarmap\Bundle\TopSellerBundle\Controller\Api\V4\TopSellerController
  4524.      */
  4525.     protected function getTopSellerController2Service()
  4526.     {
  4527.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4528.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  4529.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  4530.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/V4/BaseController.php';
  4531.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/TopSellerBundle/Controller/Api/V4/TopSellerController.php';
  4532.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/TopSellerBundle/Service/TopSellerCalculationService.php';
  4533.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  4534.         $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()));
  4535.         $instance->setContainer(($this->privates['.service_locator.eIcC2Rx'] ?? $this->get_ServiceLocator_EIcC2RxService())->withContext('Aqarmap\\Bundle\\TopSellerBundle\\Controller\\Api\\V4\\TopSellerController'$this));
  4536.         return $instance;
  4537.     }
  4538.     /**
  4539.      * Gets the public 'Aqarmap\Bundle\TopSellerBundle\Controller\TopSellerController' shared autowired service.
  4540.      *
  4541.      * @return \Aqarmap\Bundle\TopSellerBundle\Controller\TopSellerController
  4542.      */
  4543.     protected function getTopSellerController3Service()
  4544.     {
  4545.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4546.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/TopSellerBundle/Controller/TopSellerController.php';
  4547.         $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()));
  4548.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Aqarmap\\Bundle\\TopSellerBundle\\Controller\\TopSellerController'$this));
  4549.         return $instance;
  4550.     }
  4551.     /**
  4552.      * Gets the public 'Aqarmap\Bundle\UserBundle\Controller\Admin\GroupController' shared autowired service.
  4553.      *
  4554.      * @return \Aqarmap\Bundle\UserBundle\Controller\Admin\GroupController
  4555.      */
  4556.     protected function getGroupControllerService()
  4557.     {
  4558.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4559.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Controller/Admin/GroupController.php';
  4560.         $this->services['Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\GroupController'] = $instance = new \Aqarmap\Bundle\UserBundle\Controller\Admin\GroupController();
  4561.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\GroupController'$this));
  4562.         return $instance;
  4563.     }
  4564.     /**
  4565.      * Gets the public 'Aqarmap\Bundle\UserBundle\Controller\Admin\TeamController' shared autowired service.
  4566.      *
  4567.      * @return \Aqarmap\Bundle\UserBundle\Controller\Admin\TeamController
  4568.      */
  4569.     protected function getTeamControllerService()
  4570.     {
  4571.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4572.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Controller/Admin/TeamController.php';
  4573.         $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()));
  4574.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\TeamController'$this));
  4575.         return $instance;
  4576.     }
  4577.     /**
  4578.      * Gets the public 'Aqarmap\Bundle\UserBundle\Controller\Admin\UserController' shared autowired service.
  4579.      *
  4580.      * @return \Aqarmap\Bundle\UserBundle\Controller\Admin\UserController
  4581.      */
  4582.     protected function getUserControllerService()
  4583.     {
  4584.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4585.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Controller/Admin/UserController.php';
  4586.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Mailer/MailerInterface.php';
  4587.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Mailer/NoopMailer.php';
  4588.         $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()));
  4589.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController'$this));
  4590.         return $instance;
  4591.     }
  4592.     /**
  4593.      * Gets the public 'Aqarmap\Bundle\UserBundle\Controller\Admin\UserDomainController' shared autowired service.
  4594.      *
  4595.      * @return \Aqarmap\Bundle\UserBundle\Controller\Admin\UserDomainController
  4596.      */
  4597.     protected function getUserDomainControllerService()
  4598.     {
  4599.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4600.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Controller/Admin/UserDomainController.php';
  4601.         $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()));
  4602.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserDomainController'$this));
  4603.         return $instance;
  4604.     }
  4605.     /**
  4606.      * Gets the public 'Aqarmap\Bundle\UserBundle\Controller\Admin\UserPackagesController' shared autowired service.
  4607.      *
  4608.      * @return \Aqarmap\Bundle\UserBundle\Controller\Admin\UserPackagesController
  4609.      */
  4610.     protected function getUserPackagesControllerService()
  4611.     {
  4612.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4613.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Controller/Admin/UserPackagesController.php';
  4614.         $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()));
  4615.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserPackagesController'$this));
  4616.         return $instance;
  4617.     }
  4618.     /**
  4619.      * Gets the public 'Aqarmap\Bundle\UserBundle\Controller\Admin\UserServiceController' shared autowired service.
  4620.      *
  4621.      * @return \Aqarmap\Bundle\UserBundle\Controller\Admin\UserServiceController
  4622.      */
  4623.     protected function getUserServiceControllerService()
  4624.     {
  4625.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4626.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Controller/Admin/UserServiceController.php';
  4627.         $this->services['Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserServiceController'] = $instance = new \Aqarmap\Bundle\UserBundle\Controller\Admin\UserServiceController();
  4628.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserServiceController'$this));
  4629.         return $instance;
  4630.     }
  4631.     /**
  4632.      * Gets the public 'Aqarmap\Bundle\UserBundle\Controller\Admin\UserSubAccountController' shared autowired service.
  4633.      *
  4634.      * @return \Aqarmap\Bundle\UserBundle\Controller\Admin\UserSubAccountController
  4635.      */
  4636.     protected function getUserSubAccountControllerService()
  4637.     {
  4638.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4639.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Controller/Admin/UserSubAccountController.php';
  4640.         $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()));
  4641.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserSubAccountController'$this));
  4642.         return $instance;
  4643.     }
  4644.     /**
  4645.      * Gets the public 'Aqarmap\Bundle\UserBundle\Controller\Api\AuthProxyController' shared autowired service.
  4646.      *
  4647.      * @return \Aqarmap\Bundle\UserBundle\Controller\Api\AuthProxyController
  4648.      */
  4649.     protected function getAuthProxyControllerService()
  4650.     {
  4651.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4652.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  4653.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  4654.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Controller/Api/AuthProxyController.php';
  4655.         $this->services['Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\AuthProxyController'] = $instance = new \Aqarmap\Bundle\UserBundle\Controller\Api\AuthProxyController();
  4656.         $instance->setContainer(($this->privates['.service_locator.eIcC2Rx'] ?? $this->get_ServiceLocator_EIcC2RxService())->withContext('Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\AuthProxyController'$this));
  4657.         return $instance;
  4658.     }
  4659.     /**
  4660.      * Gets the public 'Aqarmap\Bundle\UserBundle\Controller\Api\NotificationTokenController' shared autowired service.
  4661.      *
  4662.      * @return \Aqarmap\Bundle\UserBundle\Controller\Api\NotificationTokenController
  4663.      */
  4664.     protected function getNotificationTokenControllerService()
  4665.     {
  4666.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4667.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  4668.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  4669.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/BaseController.php';
  4670.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Controller/Api/NotificationTokenController.php';
  4671.         $this->services['Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\NotificationTokenController'] = $instance = new \Aqarmap\Bundle\UserBundle\Controller\Api\NotificationTokenController();
  4672.         $instance->setContainer(($this->privates['.service_locator.eIcC2Rx'] ?? $this->get_ServiceLocator_EIcC2RxService())->withContext('Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\NotificationTokenController'$this));
  4673.         return $instance;
  4674.     }
  4675.     /**
  4676.      * Gets the public 'Aqarmap\Bundle\UserBundle\Controller\Api\TargetAudienceController' shared autowired service.
  4677.      *
  4678.      * @return \Aqarmap\Bundle\UserBundle\Controller\Api\TargetAudienceController
  4679.      */
  4680.     protected function getTargetAudienceControllerService()
  4681.     {
  4682.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4683.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  4684.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  4685.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Controller/Api/TargetAudienceController.php';
  4686.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Model/Contract/TargetAudienceServiceInterface.php';
  4687.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Services/TargetAudienceService.php';
  4688.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  4689.         $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));
  4690.         $instance->setContainer(($this->privates['.service_locator.eIcC2Rx'] ?? $this->get_ServiceLocator_EIcC2RxService())->withContext('Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\TargetAudienceController'$this));
  4691.         return $instance;
  4692.     }
  4693.     /**
  4694.      * Gets the public 'Aqarmap\Bundle\UserBundle\Controller\Api\TeamController' shared autowired service.
  4695.      *
  4696.      * @return \Aqarmap\Bundle\UserBundle\Controller\Api\TeamController
  4697.      */
  4698.     protected function getTeamController2Service()
  4699.     {
  4700.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4701.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  4702.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  4703.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Controller/Api/TeamController.php';
  4704.         $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()));
  4705.         $instance->setContainer(($this->privates['.service_locator.eIcC2Rx'] ?? $this->get_ServiceLocator_EIcC2RxService())->withContext('Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\TeamController'$this));
  4706.         return $instance;
  4707.     }
  4708.     /**
  4709.      * Gets the public 'Aqarmap\Bundle\UserBundle\Controller\Api\TokenDocController' shared autowired service.
  4710.      *
  4711.      * @return \Aqarmap\Bundle\UserBundle\Controller\Api\TokenDocController
  4712.      */
  4713.     protected function getTokenDocControllerService()
  4714.     {
  4715.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4716.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  4717.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  4718.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Controller/Api/TokenDocController.php';
  4719.         $this->services['Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\TokenDocController'] = $instance = new \Aqarmap\Bundle\UserBundle\Controller\Api\TokenDocController();
  4720.         $instance->setContainer(($this->privates['.service_locator.eIcC2Rx'] ?? $this->get_ServiceLocator_EIcC2RxService())->withContext('Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\TokenDocController'$this));
  4721.         return $instance;
  4722.     }
  4723.     /**
  4724.      * Gets the public 'Aqarmap\Bundle\UserBundle\Controller\Api\UserController' shared autowired service.
  4725.      *
  4726.      * @return \Aqarmap\Bundle\UserBundle\Controller\Api\UserController
  4727.      */
  4728.     protected function getUserController2Service()
  4729.     {
  4730.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4731.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  4732.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  4733.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/BaseController.php';
  4734.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Controller/Api/UserController.php';
  4735.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Services/SavedSearchManager.php';
  4736.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Services/Contracts/UserCheckinHistoryServiceInterface.php';
  4737.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Services/UserCheckinHistoryService.php';
  4738.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Mailer/MailerInterface.php';
  4739.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Mailer/NoopMailer.php';
  4740.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  4741.         $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()));
  4742.         $instance->setContainer(($this->privates['.service_locator.eIcC2Rx'] ?? $this->get_ServiceLocator_EIcC2RxService())->withContext('Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController'$this));
  4743.         return $instance;
  4744.     }
  4745.     /**
  4746.      * Gets the public 'Aqarmap\Bundle\UserBundle\Controller\Api\UserServiceController' shared autowired service.
  4747.      *
  4748.      * @return \Aqarmap\Bundle\UserBundle\Controller\Api\UserServiceController
  4749.      */
  4750.     protected function getUserServiceController2Service()
  4751.     {
  4752.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4753.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  4754.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  4755.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/BaseController.php';
  4756.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Controller/Api/UserServiceController.php';
  4757.         $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()));
  4758.         $instance->setContainer(($this->privates['.service_locator.eIcC2Rx'] ?? $this->get_ServiceLocator_EIcC2RxService())->withContext('Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserServiceController'$this));
  4759.         return $instance;
  4760.     }
  4761.     /**
  4762.      * Gets the public 'Aqarmap\Bundle\UserBundle\Controller\Api\V3\UserController' shared autowired service.
  4763.      *
  4764.      * @return \Aqarmap\Bundle\UserBundle\Controller\Api\V3\UserController
  4765.      */
  4766.     protected function getUserController3Service()
  4767.     {
  4768.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4769.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  4770.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  4771.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/V3/BaseController.php';
  4772.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Controller/Api/V3/UserController.php';
  4773.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Services/Contracts/V3/SavedSearchServiceInterface.php';
  4774.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Services/V3/SavedSearchService.php';
  4775.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Services/Contracts/UserLogoServiceInterface.php';
  4776.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Services/UserLogoService.php';
  4777.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Services/Contracts/V3/UserPhonesServiceInterface.php';
  4778.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Services/V3/UserPhonesService.php';
  4779.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Mailer/MailerInterface.php';
  4780.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Mailer/NoopMailer.php';
  4781.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  4782.         $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()));
  4783.         $instance->setContainer(($this->privates['.service_locator.eIcC2Rx'] ?? $this->get_ServiceLocator_EIcC2RxService())->withContext('Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\V3\\UserController'$this));
  4784.         return $instance;
  4785.     }
  4786.     /**
  4787.      * Gets the public 'Aqarmap\Bundle\UserBundle\Controller\Api\V4\UserController' shared autowired service.
  4788.      *
  4789.      * @return \Aqarmap\Bundle\UserBundle\Controller\Api\V4\UserController
  4790.      */
  4791.     protected function getUserController4Service()
  4792.     {
  4793.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4794.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  4795.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  4796.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/V3/BaseController.php';
  4797.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Controller/Api/V4/UserController.php';
  4798.         $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()));
  4799.         $instance->setContainer(($this->privates['.service_locator.eIcC2Rx'] ?? $this->get_ServiceLocator_EIcC2RxService())->withContext('Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\V4\\UserController'$this));
  4800.         return $instance;
  4801.     }
  4802.     /**
  4803.      * Gets the public 'Aqarmap\Bundle\UserBundle\Controller\Api\V4\UserLocationController' shared autowired service.
  4804.      *
  4805.      * @return \Aqarmap\Bundle\UserBundle\Controller\Api\V4\UserLocationController
  4806.      */
  4807.     protected function getUserLocationControllerService()
  4808.     {
  4809.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4810.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  4811.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  4812.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Api/V3/BaseController.php';
  4813.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Controller/Api/V4/UserLocationController.php';
  4814.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/Contracts/V4/UserLocationServiceInterface.php';
  4815.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/V4/UserLocationService.php';
  4816.         $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())));
  4817.         $instance->setContainer(($this->privates['.service_locator.eIcC2Rx'] ?? $this->get_ServiceLocator_EIcC2RxService())->withContext('Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\V4\\UserLocationController'$this));
  4818.         return $instance;
  4819.     }
  4820.     /**
  4821.      * Gets the public 'Aqarmap\Bundle\UserBundle\Controller\ExternalProfileController' shared autowired service.
  4822.      *
  4823.      * @return \Aqarmap\Bundle\UserBundle\Controller\ExternalProfileController
  4824.      */
  4825.     protected function getExternalProfileControllerService()
  4826.     {
  4827.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4828.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Controller/ExternalProfileController.php';
  4829.         $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()));
  4830.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Aqarmap\\Bundle\\UserBundle\\Controller\\ExternalProfileController'$this));
  4831.         return $instance;
  4832.     }
  4833.     /**
  4834.      * Gets the public 'Aqarmap\Bundle\UserBundle\Controller\PersonalInfoController' shared autowired service.
  4835.      *
  4836.      * @return \Aqarmap\Bundle\UserBundle\Controller\PersonalInfoController
  4837.      */
  4838.     protected function getPersonalInfoControllerService()
  4839.     {
  4840.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4841.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Controller/PersonalInfoController.php';
  4842.         $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()));
  4843.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Aqarmap\\Bundle\\UserBundle\\Controller\\PersonalInfoController'$this));
  4844.         return $instance;
  4845.     }
  4846.     /**
  4847.      * Gets the public 'Aqarmap\Bundle\UserBundle\Controller\ProfileController' shared autowired service.
  4848.      *
  4849.      * @return \Aqarmap\Bundle\UserBundle\Controller\ProfileController
  4850.      */
  4851.     protected function getProfileControllerService()
  4852.     {
  4853.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4854.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Controller/ProfileController.php';
  4855.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Controller/ProfileController.php';
  4856.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FactoryInterface.php';
  4857.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FormFactory.php';
  4858.         $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()));
  4859.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Aqarmap\\Bundle\\UserBundle\\Controller\\ProfileController'$this));
  4860.         return $instance;
  4861.     }
  4862.     /**
  4863.      * Gets the public 'Aqarmap\Bundle\UserBundle\Controller\QuickRegistrationController' shared autowired service.
  4864.      *
  4865.      * @return \Aqarmap\Bundle\UserBundle\Controller\QuickRegistrationController
  4866.      */
  4867.     protected function getQuickRegistrationControllerService()
  4868.     {
  4869.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4870.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Controller/QuickRegistrationController.php';
  4871.         $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()));
  4872.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Aqarmap\\Bundle\\UserBundle\\Controller\\QuickRegistrationController'$this));
  4873.         return $instance;
  4874.     }
  4875.     /**
  4876.      * Gets the public 'Aqarmap\Bundle\UserBundle\Controller\TargetAudienceController' shared autowired service.
  4877.      *
  4878.      * @return \Aqarmap\Bundle\UserBundle\Controller\TargetAudienceController
  4879.      */
  4880.     protected function getTargetAudienceController2Service()
  4881.     {
  4882.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4883.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Controller/TargetAudienceController.php';
  4884.         $this->services['Aqarmap\\Bundle\\UserBundle\\Controller\\TargetAudienceController'] = $instance = new \Aqarmap\Bundle\UserBundle\Controller\TargetAudienceController();
  4885.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Aqarmap\\Bundle\\UserBundle\\Controller\\TargetAudienceController'$this));
  4886.         return $instance;
  4887.     }
  4888.     /**
  4889.      * Gets the public 'Aqarmap\Bundle\UserBundle\Controller\UserController' shared autowired service.
  4890.      *
  4891.      * @return \Aqarmap\Bundle\UserBundle\Controller\UserController
  4892.      */
  4893.     protected function getUserController5Service()
  4894.     {
  4895.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4896.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Controller/UserController.php';
  4897.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotifierBundle/Service/V3/NotifierSubscriptionInterface.php';
  4898.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotifierBundle/Service/V3/NotifierSubscriptionService.php';
  4899.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Services/GoogleUserManager.php';
  4900.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  4901.         $b = ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService());
  4902.         $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()));
  4903.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Aqarmap\\Bundle\\UserBundle\\Controller\\UserController'$this));
  4904.         return $instance;
  4905.     }
  4906.     /**
  4907.      * Gets the public 'Aqarmap\Bundle\ValueEngineBundle\Controller\Admin\ValueEngineController' shared autowired service.
  4908.      *
  4909.      * @return \Aqarmap\Bundle\ValueEngineBundle\Controller\Admin\ValueEngineController
  4910.      */
  4911.     protected function getValueEngineControllerService()
  4912.     {
  4913.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4914.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ValueEngineBundle/Controller/Admin/ValueEngineController.php';
  4915.         $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()));
  4916.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Aqarmap\\Bundle\\ValueEngineBundle\\Controller\\Admin\\ValueEngineController'$this));
  4917.         return $instance;
  4918.     }
  4919.     /**
  4920.      * Gets the public 'Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController' shared service.
  4921.      *
  4922.      * @return \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController
  4923.      */
  4924.     protected function getProfilerControllerService()
  4925.     {
  4926.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Controller/ProfilerController.php';
  4927.         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()));
  4928.     }
  4929.     /**
  4930.      * Gets the public 'FOS\UserBundle\Controller\RegistrationController' shared autowired service.
  4931.      *
  4932.      * @return \Aqarmap\Bundle\UserBundle\Controller\RegistrationController
  4933.      */
  4934.     protected function getRegistrationControllerService()
  4935.     {
  4936.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4937.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Controller/RegistrationController.php';
  4938.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Controller/RegistrationController.php';
  4939.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FactoryInterface.php';
  4940.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FormFactory.php';
  4941.         $a = ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService());
  4942.         $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);
  4943.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Aqarmap\\Bundle\\UserBundle\\Controller\\RegistrationController'$this));
  4944.         return $instance;
  4945.     }
  4946.     /**
  4947.      * Gets the public 'HWI\Bundle\OAuthBundle\Controller\Connect\ConnectController' shared service.
  4948.      *
  4949.      * @return \HWI\Bundle\OAuthBundle\Controller\Connect\ConnectController
  4950.      */
  4951.     protected function getConnectControllerService()
  4952.     {
  4953.         include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Controller/Connect/AbstractController.php';
  4954.         include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Controller/Connect/ConnectController.php';
  4955.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  4956.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  4957.         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);
  4958.     }
  4959.     /**
  4960.      * Gets the public 'HWI\Bundle\OAuthBundle\Controller\Connect\RegisterController' shared service.
  4961.      *
  4962.      * @return \HWI\Bundle\OAuthBundle\Controller\Connect\RegisterController
  4963.      */
  4964.     protected function getRegisterControllerService()
  4965.     {
  4966.         include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Controller/Connect/AbstractController.php';
  4967.         include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Controller/Connect/RegisterController.php';
  4968.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  4969.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  4970.         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);
  4971.     }
  4972.     /**
  4973.      * Gets the public 'HWI\Bundle\OAuthBundle\Controller\LoginController' shared service.
  4974.      *
  4975.      * @return \HWI\Bundle\OAuthBundle\Controller\LoginController
  4976.      */
  4977.     protected function getLoginControllerService()
  4978.     {
  4979.         include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Controller/LoginController.php';
  4980.         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');
  4981.     }
  4982.     /**
  4983.      * Gets the public 'HWI\Bundle\OAuthBundle\Controller\RedirectToServiceController' shared service.
  4984.      *
  4985.      * @return \HWI\Bundle\OAuthBundle\Controller\RedirectToServiceController
  4986.      */
  4987.     protected function getRedirectToServiceControllerService()
  4988.     {
  4989.         include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Controller/RedirectToServiceController.php';
  4990.         include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Util/DomainWhitelist.php';
  4991.         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);
  4992.     }
  4993.     /**
  4994.      * Gets the public 'Liip\ImagineBundle\Controller\ImagineController' shared service.
  4995.      *
  4996.      * @return \Liip\ImagineBundle\Controller\ImagineController
  4997.      */
  4998.     protected function getImagineControllerService()
  4999.     {
  5000.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Controller/ImagineController.php';
  5001.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/Controller/ControllerConfig.php';
  5002.         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));
  5003.     }
  5004.     /**
  5005.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  5006.      *
  5007.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  5008.      */
  5009.     protected function getRedirectControllerService()
  5010.     {
  5011.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  5012.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  5013.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), $a->getHttpPort(), $a->getHttpsPort());
  5014.     }
  5015.     /**
  5016.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  5017.      *
  5018.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  5019.      */
  5020.     protected function getTemplateControllerService()
  5021.     {
  5022.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  5023.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  5024.     }
  5025.     /**
  5026.      * Gets the public 'Vich\UploaderBundle\Naming\Base64Namer' shared service.
  5027.      *
  5028.      * @return \Vich\UploaderBundle\Naming\Base64Namer
  5029.      */
  5030.     protected function getBase64NamerService()
  5031.     {
  5032.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  5033.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  5034.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  5035.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Base64Namer.php';
  5036.         return $this->services['Vich\\UploaderBundle\\Naming\\Base64Namer'] = new \Vich\UploaderBundle\Naming\Base64Namer();
  5037.     }
  5038.     /**
  5039.      * Gets the public 'Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer' shared service.
  5040.      *
  5041.      * @return \Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer
  5042.      */
  5043.     protected function getCurrentDateTimeDirectoryNamerService()
  5044.     {
  5045.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/DirectoryNamerInterface.php';
  5046.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  5047.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/CurrentDateTimeDirectoryNamer.php';
  5048.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/DateTimeHelper.php';
  5049.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/CurrentDateTimeHelper.php';
  5050.         return $this->services['Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer'] = new \Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer(new \Vich\UploaderBundle\Naming\CurrentDateTimeHelper(), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  5051.     }
  5052.     /**
  5053.      * Gets the public 'Vich\UploaderBundle\Naming\HashNamer' shared service.
  5054.      *
  5055.      * @return \Vich\UploaderBundle\Naming\HashNamer
  5056.      */
  5057.     protected function getHashNamerService()
  5058.     {
  5059.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  5060.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  5061.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  5062.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/HashNamer.php';
  5063.         return $this->services['Vich\\UploaderBundle\\Naming\\HashNamer'] = new \Vich\UploaderBundle\Naming\HashNamer();
  5064.     }
  5065.     /**
  5066.      * Gets the public 'Vich\UploaderBundle\Naming\OrignameNamer' shared service.
  5067.      *
  5068.      * @return \Vich\UploaderBundle\Naming\OrignameNamer
  5069.      */
  5070.     protected function getOrignameNamerService()
  5071.     {
  5072.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  5073.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  5074.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
  5075.         return $this->services['Vich\\UploaderBundle\\Naming\\OrignameNamer'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  5076.     }
  5077.     /**
  5078.      * Gets the public 'Vich\UploaderBundle\Naming\PropertyDirectoryNamer' shared service.
  5079.      *
  5080.      * @return \Vich\UploaderBundle\Naming\PropertyDirectoryNamer
  5081.      */
  5082.     protected function getPropertyDirectoryNamerService()
  5083.     {
  5084.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/DirectoryNamerInterface.php';
  5085.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  5086.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/PropertyDirectoryNamer.php';
  5087.         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()));
  5088.     }
  5089.     /**
  5090.      * Gets the public 'Vich\UploaderBundle\Naming\PropertyNamer' shared service.
  5091.      *
  5092.      * @return \Vich\UploaderBundle\Naming\PropertyNamer
  5093.      */
  5094.     protected function getPropertyNamerService()
  5095.     {
  5096.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  5097.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  5098.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  5099.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/PropertyNamer.php';
  5100.         return $this->services['Vich\\UploaderBundle\\Naming\\PropertyNamer'] = new \Vich\UploaderBundle\Naming\PropertyNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  5101.     }
  5102.     /**
  5103.      * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer' shared service.
  5104.      *
  5105.      * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  5106.      */
  5107.     protected function getSmartUniqueNamerService()
  5108.     {
  5109.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  5110.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  5111.         return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  5112.     }
  5113.     /**
  5114.      * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer.files_upload' shared service.
  5115.      *
  5116.      * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  5117.      */
  5118.     protected function getSmartUniqueNamer_FilesUploadService()
  5119.     {
  5120.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  5121.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  5122.         return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.files_upload'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  5123.     }
  5124.     /**
  5125.      * Gets the public 'Vich\UploaderBundle\Naming\SubdirDirectoryNamer' shared service.
  5126.      *
  5127.      * @return \Vich\UploaderBundle\Naming\SubdirDirectoryNamer
  5128.      */
  5129.     protected function getSubdirDirectoryNamerService()
  5130.     {
  5131.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/DirectoryNamerInterface.php';
  5132.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  5133.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SubdirDirectoryNamer.php';
  5134.         return $this->services['Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer'] = new \Vich\UploaderBundle\Naming\SubdirDirectoryNamer();
  5135.     }
  5136.     /**
  5137.      * Gets the public 'Vich\UploaderBundle\Naming\UniqidNamer' shared service.
  5138.      *
  5139.      * @return \Vich\UploaderBundle\Naming\UniqidNamer
  5140.      */
  5141.     protected function getUniqidNamerService()
  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/Polyfill/FileExtensionTrait.php';
  5145.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/UniqidNamer.php';
  5146.         return $this->services['Vich\\UploaderBundle\\Naming\\UniqidNamer'] = new \Vich\UploaderBundle\Naming\UniqidNamer();
  5147.     }
  5148.     /**
  5149.      * Gets the public 'bazinga.jstranslation.controller' shared service.
  5150.      *
  5151.      * @return \Bazinga\Bundle\JsTranslationBundle\Controller\Controller
  5152.      */
  5153.     protected function getBazinga_Jstranslation_ControllerService()
  5154.     {
  5155.         include_once \dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle/Controller/Controller.php';
  5156.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5157.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  5158.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  5159.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  5160.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  5161.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  5162.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  5163.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  5164.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  5165.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  5166.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  5167.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  5168.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  5169.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  5170.         $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');
  5171.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  5172.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  5173.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  5174.         $instance->addLoader('yaml'$a);
  5175.         $instance->addLoader('yml'$a);
  5176.         $instance->addLoader('xlf'$b);
  5177.         $instance->addLoader('xliff'$b);
  5178.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  5179.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  5180.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  5181.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  5182.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  5183.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  5184.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  5185.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  5186.         return $instance;
  5187.     }
  5188.     /**
  5189.      * Gets the public 'bazinga.jstranslation.dump_command' shared service.
  5190.      *
  5191.      * @return \Bazinga\Bundle\JsTranslationBundle\Command\DumpCommand
  5192.      */
  5193.     protected function getBazinga_Jstranslation_DumpCommandService()
  5194.     {
  5195.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5196.         include_once \dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle/Command/DumpCommand.php';
  5197.         $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));
  5198.         $instance->setName('bazinga:js-translation:dump');
  5199.         return $instance;
  5200.     }
  5201.     /**
  5202.      * Gets the public 'bazinga.jstranslation.translation_dumper' shared service.
  5203.      *
  5204.      * @return \Bazinga\Bundle\JsTranslationBundle\Dumper\TranslationDumper
  5205.      */
  5206.     protected function getBazinga_Jstranslation_TranslationDumperService()
  5207.     {
  5208.         include_once \dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle/Dumper/TranslationDumper.php';
  5209.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5210.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  5211.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  5212.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  5213.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  5214.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  5215.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  5216.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  5217.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  5218.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  5219.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  5220.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  5221.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  5222.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  5223.         $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', [], []);
  5224.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  5225.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  5226.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  5227.         $instance->addLoader('yaml'$a);
  5228.         $instance->addLoader('yml'$a);
  5229.         $instance->addLoader('xlf'$b);
  5230.         $instance->addLoader('xliff'$b);
  5231.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  5232.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  5233.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  5234.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  5235.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  5236.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  5237.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  5238.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  5239.         return $instance;
  5240.     }
  5241.     /**
  5242.      * Gets the public 'bazinga.jstranslation.translation_finder' shared service.
  5243.      *
  5244.      * @return \Bazinga\Bundle\JsTranslationBundle\Finder\TranslationFinder
  5245.      */
  5246.     protected function getBazinga_Jstranslation_TranslationFinderService()
  5247.     {
  5248.         include_once \dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle/Finder/TranslationFinder.php';
  5249.         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')]]);
  5250.     }
  5251.     /**
  5252.      * Gets the public 'cache.app' shared service.
  5253.      *
  5254.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5255.      */
  5256.     protected function getCache_AppService()
  5257.     {
  5258.         $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))));
  5259.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  5260.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  5261.     }
  5262.     /**
  5263.      * Gets the public 'cache.app_clearer' shared service.
  5264.      *
  5265.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  5266.      */
  5267.     protected function getCache_AppClearerService()
  5268.     {
  5269.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  5270.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  5271.         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())]);
  5272.     }
  5273.     /**
  5274.      * Gets the public 'cache.global_clearer' shared service.
  5275.      *
  5276.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  5277.      */
  5278.     protected function getCache_GlobalClearerService()
  5279.     {
  5280.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  5281.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  5282.         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())]);
  5283.     }
  5284.     /**
  5285.      * Gets the public 'cache.rate_limiter' shared service.
  5286.      *
  5287.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5288.      */
  5289.     protected function getCache_RateLimiterService()
  5290.     {
  5291.         $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))));
  5292.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  5293.         return $this->services['cache.rate_limiter'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  5294.     }
  5295.     /**
  5296.      * Gets the public 'cache.system' shared service.
  5297.      *
  5298.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5299.      */
  5300.     protected function getCache_SystemService()
  5301.     {
  5302.         $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))));
  5303.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  5304.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  5305.     }
  5306.     /**
  5307.      * Gets the public 'cache.system_clearer' shared service.
  5308.      *
  5309.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  5310.      */
  5311.     protected function getCache_SystemClearerService()
  5312.     {
  5313.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  5314.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  5315.         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)]);
  5316.     }
  5317.     /**
  5318.      * Gets the public 'cache.validator_expression_language' shared service.
  5319.      *
  5320.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5321.      */
  5322.     protected function getCache_ValidatorExpressionLanguageService()
  5323.     {
  5324.         $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))));
  5325.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  5326.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  5327.     }
  5328.     /**
  5329.      * Gets the public 'cache_warmer' shared service.
  5330.      *
  5331.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  5332.      */
  5333.     protected function getCacheWarmerService()
  5334.     {
  5335.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5336.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  5337.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  5338.             yield => ($this->privates['cache_pool_clearer.cache_warmer'] ?? $this->getCachePoolClearer_CacheWarmerService());
  5339.             yield => ($this->privates['doctrine_mongodb.odm.proxy_cache_warmer'] ?? ($this->privates['doctrine_mongodb.odm.proxy_cache_warmer'] = new \Doctrine\Bundle\MongoDBBundle\CacheWarmer\ProxyCacheWarmer($this)));
  5340.             yield => ($this->privates['doctrine_mongodb.odm.hydrator_cache_warmer'] ?? ($this->privates['doctrine_mongodb.odm.hydrator_cache_warmer'] = new \Doctrine\Bundle\MongoDBBundle\CacheWarmer\HydratorCacheWarmer($this)));
  5341.             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)));
  5342.             yield => ($this->privates['config_builder.warmer'] ?? $this->getConfigBuilder_WarmerService());
  5343.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  5344.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  5345.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  5346.             yield => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  5347.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  5348.             yield 10 => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  5349.             yield 11 => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  5350.             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'))));
  5351.             yield 13 => ($this->privates['Vich\\UploaderBundle\\Metadata\\CacheWarmer'] ?? $this->getCacheWarmer2Service());
  5352.         }, 14), true, ($this->targetDir.''.'/App_KernelDevDebugContainerDeprecations.log'));
  5353.     }
  5354.     /**
  5355.      * Gets the public 'console.command_loader' shared service.
  5356.      *
  5357.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  5358.      */
  5359.     protected function getConsole_CommandLoaderService()
  5360.     {
  5361.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  5362.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  5363.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5364.             'App\\Command\\Listing\\SendListingAvailabilityReminderEmailCommand' => ['privates''App\\Command\\Listing\\SendListingAvailabilityReminderEmailCommand''getSendListingAvailabilityReminderEmailCommandService'false],
  5365.             'App\\Command\\Patch\\PatchRemoveDuplicateUserPhonesCommand' => ['privates''.App\\Command\\Patch\\PatchRemoveDuplicateUserPhonesCommand.lazy''getPatchRemoveDuplicateUserPhonesCommand_LazyService'false],
  5366.             'App\\Command\\Subscriptions\\renewUserSubscriptionsCommand' => ['privates''App\\Command\\Subscriptions\\renewUserSubscriptionsCommand''getRenewUserSubscriptionsCommandService'false],
  5367.             'Aqarmap\\Bundle\\UserBundle\\Command\\GetNotifierDataToInterestsCommand' => ['privates''Aqarmap\\Bundle\\UserBundle\\Command\\GetNotifierDataToInterestsCommand''getGetNotifierDataToInterestsCommandService'false],
  5368.             'Aqarmap\\Bundle\\UserBundle\\Command\\PatchGenerateUserServicesCommand' => ['privates''Aqarmap\\Bundle\\UserBundle\\Command\\PatchGenerateUserServicesCommand''getPatchGenerateUserServicesCommandService'false],
  5369.             'Aqarmap\\Bundle\\UserBundle\\Command\\PatchUpdateUserInterestCountryCodeCommand' => ['privates''Aqarmap\\Bundle\\UserBundle\\Command\\PatchUpdateUserInterestCountryCodeCommand''getPatchUpdateUserInterestCountryCodeCommandService'false],
  5370.             'Aqarmap\\Bundle\\UserBundle\\Command\\ReminderPackageExpirationCommand' => ['privates''Aqarmap\\Bundle\\UserBundle\\Command\\ReminderPackageExpirationCommand''getReminderPackageExpirationCommandService'false],
  5371.             'Aqarmap\\Bundle\\UserBundle\\Command\\StopAqarmapLiveServiceCommand' => ['privates''Aqarmap\\Bundle\\UserBundle\\Command\\StopAqarmapLiveServiceCommand''getStopAqarmapLiveServiceCommandService'false],
  5372.             'Aqarmap\\Bundle\\UserBundle\\Command\\SyncCustomersToZohoCRM' => ['privates''Aqarmap\\Bundle\\UserBundle\\Command\\SyncCustomersToZohoCRM''getSyncCustomersToZohoCRMService'false],
  5373.             'Aqarmap\\Bundle\\UserBundle\\Command\\UpdateBrokersUserTypeCommand' => ['privates''Aqarmap\\Bundle\\UserBundle\\Command\\UpdateBrokersUserTypeCommand''getUpdateBrokersUserTypeCommandService'false],
  5374.             'Aqarmap\\Bundle\\UserBundle\\Command\\UserPackageCommand' => ['privates''Aqarmap\\Bundle\\UserBundle\\Command\\UserPackageCommand''getUserPackageCommandService'false],
  5375.             'Aqarmap\\Bundle\\UserBundle\\Command\\UserTypeCommand' => ['privates''Aqarmap\\Bundle\\UserBundle\\Command\\UserTypeCommand''getUserTypeCommandService'false],
  5376.             'Aqarmap\\Bundle\\MainBundle\\Command\\EntityPersisterCommand' => ['privates''Aqarmap\\Bundle\\MainBundle\\Command\\EntityPersisterCommand''getEntityPersisterCommandService'false],
  5377.             'Aqarmap\\Bundle\\MainBundle\\Command\\FixturesCommand' => ['privates''Aqarmap\\Bundle\\MainBundle\\Command\\FixturesCommand''getFixturesCommandService'false],
  5378.             'Aqarmap\\Bundle\\MainBundle\\Command\\MoonshotCacheWarmerCommand' => ['privates''Aqarmap\\Bundle\\MainBundle\\Command\\MoonshotCacheWarmerCommand''getMoonshotCacheWarmerCommandService'false],
  5379.             'Aqarmap\\Bundle\\MainBundle\\Command\\PatchAddLegacyPropertyTypeCommand' => ['privates''Aqarmap\\Bundle\\MainBundle\\Command\\PatchAddLegacyPropertyTypeCommand''getPatchAddLegacyPropertyTypeCommandService'false],
  5380.             'Aqarmap\\Bundle\\MainBundle\\Command\\PatchTreeRebuildCommand' => ['privates''Aqarmap\\Bundle\\MainBundle\\Command\\PatchTreeRebuildCommand''getPatchTreeRebuildCommandService'false],
  5381.             'Aqarmap\\Bundle\\MainBundle\\Command\\UpdateCustomFieldCommand' => ['privates''Aqarmap\\Bundle\\MainBundle\\Command\\UpdateCustomFieldCommand''getUpdateCustomFieldCommandService'false],
  5382.             'Aqarmap\\Bundle\\ListingBundle\\Command\\AutoBumpUpCreationCommand' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Command\\AutoBumpUpCreationCommand''getAutoBumpUpCreationCommandService'false],
  5383.             'Aqarmap\\Bundle\\ListingBundle\\Command\\AutoBumpUpListingsCommand' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Command\\AutoBumpUpListingsCommand''getAutoBumpUpListingsCommandService'false],
  5384.             'Aqarmap\\Bundle\\ListingBundle\\Command\\AutoScrapedPublisherCommand' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Command\\AutoScrapedPublisherCommand''getAutoScrapedPublisherCommandService'false],
  5385.             'Aqarmap\\Bundle\\ListingBundle\\Command\\AutoScrapedRefinerCommand' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Command\\AutoScrapedRefinerCommand''getAutoScrapedRefinerCommandService'false],
  5386.             'Aqarmap\\Bundle\\ListingBundle\\Command\\BatchInsertListingFeaturesForOldFlf2ListingsCommand' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Command\\BatchInsertListingFeaturesForOldFlf2ListingsCommand''getBatchInsertListingFeaturesForOldFlf2ListingsCommandService'false],
  5387.             'Aqarmap\\Bundle\\ListingBundle\\Command\\BatchUpdateListingMainPhotosCommand' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Command\\BatchUpdateListingMainPhotosCommand''getBatchUpdateListingMainPhotosCommandService'false],
  5388.             'Aqarmap\\Bundle\\ListingBundle\\Command\\CTRCommand' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Command\\CTRCommand''getCTRCommandService'false],
  5389.             'Aqarmap\\Bundle\\ListingBundle\\Command\\CallRequestCommand' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Command\\CallRequestCommand''getCallRequestCommandService'false],
  5390.             'Aqarmap\\Bundle\\ListingBundle\\Command\\CleanUpPhonesAndContryCodeCommand' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Command\\CleanUpPhonesAndContryCodeCommand''getCleanUpPhonesAndContryCodeCommandService'false],
  5391.             'Aqarmap\\Bundle\\ListingBundle\\Command\\CompoundAveragePriceCommand' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Command\\CompoundAveragePriceCommand''getCompoundAveragePriceCommandService'false],
  5392.             'Aqarmap\\Bundle\\ListingBundle\\Command\\DeleteRejectedListingCommand' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Command\\DeleteRejectedListingCommand''getDeleteRejectedListingCommandService'false],
  5393.             'Aqarmap\\Bundle\\ListingBundle\\Command\\FreezeListingsCommand' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Command\\FreezeListingsCommand''getFreezeListingsCommandService'false],
  5394.             'Aqarmap\\Bundle\\ListingBundle\\Command\\GenerateTopCustomersCommand' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Command\\GenerateTopCustomersCommand''getGenerateTopCustomersCommandService'false],
  5395.             'Aqarmap\\Bundle\\ListingBundle\\Command\\IncrementListingImpressionsCommand' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Command\\IncrementListingImpressionsCommand''getIncrementListingImpressionsCommandService'false],
  5396.             'Aqarmap\\Bundle\\ListingBundle\\Command\\LeadsCRMCommand' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Command\\LeadsCRMCommand''getLeadsCRMCommandService'false],
  5397.             'Aqarmap\\Bundle\\ListingBundle\\Command\\LinkedLocationHistoryCountCommand' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Command\\LinkedLocationHistoryCountCommand''getLinkedLocationHistoryCountCommandService'false],
  5398.             'Aqarmap\\Bundle\\ListingBundle\\Command\\ListingExpirationCommand' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Command\\ListingExpirationCommand''getListingExpirationCommandService'false],
  5399.             'Aqarmap\\Bundle\\ListingBundle\\Command\\ListingFeaturedExpirationCommand' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Command\\ListingFeaturedExpirationCommand''getListingFeaturedExpirationCommandService'false],
  5400.             'Aqarmap\\Bundle\\ListingBundle\\Command\\ListingNotificationCommand' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Command\\ListingNotificationCommand''getListingNotificationCommandService'false],
  5401.             'Aqarmap\\Bundle\\ListingBundle\\Command\\ListingPendingPaymentCommand' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Command\\ListingPendingPaymentCommand''getListingPendingPaymentCommandService'false],
  5402.             'Aqarmap\\Bundle\\ListingBundle\\Command\\ListingPendingPhotoCommand' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Command\\ListingPendingPhotoCommand''getListingPendingPhotoCommandService'false],
  5403.             'Aqarmap\\Bundle\\ListingBundle\\Command\\ListingRelistExpiredCommand' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Command\\ListingRelistExpiredCommand''getListingRelistExpiredCommandService'false],
  5404.             'Aqarmap\\Bundle\\ListingBundle\\Command\\ListingsPhotosOrderPatchCommand' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Command\\ListingsPhotosOrderPatchCommand''getListingsPhotosOrderPatchCommandService'false],
  5405.             'Aqarmap\\Bundle\\ListingBundle\\Command\\LocationNearestByCalculateCommand' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Command\\LocationNearestByCalculateCommand''getLocationNearestByCalculateCommandService'false],
  5406.             'Aqarmap\\Bundle\\ListingBundle\\Command\\LocationSupplyDemandGetCommand' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Command\\LocationSupplyDemandGetCommand''getLocationSupplyDemandGetCommandService'false],
  5407.             'Aqarmap\\Bundle\\ListingBundle\\Command\\MoveListingPhoneCommand' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Command\\MoveListingPhoneCommand''getMoveListingPhoneCommandService'false],
  5408.             'Aqarmap\\Bundle\\ListingBundle\\Command\\MoveUserPhoneNumbersCommand' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Command\\MoveUserPhoneNumbersCommand''getMoveUserPhoneNumbersCommandService'false],
  5409.             'Aqarmap\\Bundle\\ListingBundle\\Command\\PatchFixListingsSlugCommand' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Command\\PatchFixListingsSlugCommand''getPatchFixListingsSlugCommandService'false],
  5410.             'Aqarmap\\Bundle\\ListingBundle\\Command\\PatchPublishListingsDataToSNSCommand' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Command\\PatchPublishListingsDataToSNSCommand''getPatchPublishListingsDataToSNSCommandService'false],
  5411.             'Aqarmap\\Bundle\\ListingBundle\\Command\\PatchRepublishLeadsToQueueCommand' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Command\\PatchRepublishLeadsToQueueCommand''getPatchRepublishLeadsToQueueCommandService'false],
  5412.             'Aqarmap\\Bundle\\ListingBundle\\Command\\PatchUpdateCompoundLocationCommand' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Command\\PatchUpdateCompoundLocationCommand''getPatchUpdateCompoundLocationCommandService'false],
  5413.             'Aqarmap\\Bundle\\ListingBundle\\Command\\PatchUpdateListingCoordinatesCommand' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Command\\PatchUpdateListingCoordinatesCommand''getPatchUpdateListingCoordinatesCommandService'false],
  5414.             'Aqarmap\\Bundle\\ListingBundle\\Command\\PatchUpdateListingLeadsCountCommand' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Command\\PatchUpdateListingLeadsCountCommand''getPatchUpdateListingLeadsCountCommandService'false],
  5415.             'Aqarmap\\Bundle\\ListingBundle\\Command\\ProjectReportCommand' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Command\\ProjectReportCommand''getProjectReportCommandService'false],
  5416.             'Aqarmap\\Bundle\\ListingBundle\\Command\\ResetFailedCallRequestCommand' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Command\\ResetFailedCallRequestCommand''getResetFailedCallRequestCommandService'false],
  5417.             'Aqarmap\\Bundle\\ListingBundle\\Command\\ResetListingsRatesCommand' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Command\\ResetListingsRatesCommand''getResetListingsRatesCommandService'false],
  5418.             'Aqarmap\\Bundle\\ListingBundle\\Command\\ScoringCommand' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Command\\ScoringCommand''getScoringCommandService'false],
  5419.             'Aqarmap\\Bundle\\ListingBundle\\Command\\ScrapedBrokersDataCommand' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Command\\ScrapedBrokersDataCommand''getScrapedBrokersDataCommandService'false],
  5420.             'Aqarmap\\Bundle\\ListingBundle\\Command\\ScrapedListingProcessingCommand' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Command\\ScrapedListingProcessingCommand''getScrapedListingProcessingCommandService'false],
  5421.             'Aqarmap\\Bundle\\ListingBundle\\Command\\UpdateClientServedCountCommand' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Command\\UpdateClientServedCountCommand''getUpdateClientServedCountCommandService'false],
  5422.             'Aqarmap\\Bundle\\ListingBundle\\Command\\UpdateCorruptedPhonesCommand' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Command\\UpdateCorruptedPhonesCommand''getUpdateCorruptedPhonesCommandService'false],
  5423.             'Aqarmap\\Bundle\\ListingBundle\\Command\\UpdateDisabledLocationsChildrenCommand' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Command\\UpdateDisabledLocationsChildrenCommand''getUpdateDisabledLocationsChildrenCommandService'false],
  5424.             'Aqarmap\\Bundle\\ListingBundle\\Command\\UpdateListingsLabel' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Command\\UpdateListingsLabel''getUpdateListingsLabelService'false],
  5425.             'Aqarmap\\Bundle\\ListingBundle\\Command\\UpdateLocationFullPathCommand' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Command\\UpdateLocationFullPathCommand''getUpdateLocationFullPathCommandService'false],
  5426.             'Aqarmap\\Bundle\\ListingBundle\\Command\\UpdateLocationsEstimatableCommand' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Command\\UpdateLocationsEstimatableCommand''getUpdateLocationsEstimatableCommandService'false],
  5427.             'Aqarmap\\Bundle\\ListingBundle\\Command\\UpdateScrapedListingDataCommand' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Command\\UpdateScrapedListingDataCommand''getUpdateScrapedListingDataCommandService'false],
  5428.             'Aqarmap\\Bundle\\MessageBundle\\Command\\MaskedEmailReadCommand' => ['privates''Aqarmap\\Bundle\\MessageBundle\\Command\\MaskedEmailReadCommand''getMaskedEmailReadCommandService'false],
  5429.             'Aqarmap\\Bundle\\MessageBundle\\Command\\MessageCommand' => ['privates''Aqarmap\\Bundle\\MessageBundle\\Command\\MessageCommand''getMessageCommandService'false],
  5430.             'Aqarmap\\Bundle\\MessageBundle\\Command\\PatchMaskedEmailMessageRecipientCommand' => ['privates''Aqarmap\\Bundle\\MessageBundle\\Command\\PatchMaskedEmailMessageRecipientCommand''getPatchMaskedEmailMessageRecipientCommandService'false],
  5431.             'Aqarmap\\Bundle\\MessageBundle\\Command\\PatchMessageLeadCommand' => ['privates''Aqarmap\\Bundle\\MessageBundle\\Command\\PatchMessageLeadCommand''getPatchMessageLeadCommandService'false],
  5432.             'Aqarmap\\Bundle\\CreditBundle\\Command\\BatchUpdatePackageTaxesCommand' => ['privates''Aqarmap\\Bundle\\CreditBundle\\Command\\BatchUpdatePackageTaxesCommand''getBatchUpdatePackageTaxesCommandService'false],
  5433.             'Aqarmap\\Bundle\\CreditBundle\\Command\\CreditAnalysisCommand' => ['privates''Aqarmap\\Bundle\\CreditBundle\\Command\\CreditAnalysisCommand''getCreditAnalysisCommandService'false],
  5434.             'Aqarmap\\Bundle\\CreditBundle\\Command\\ExclusivePackagesCreditFundingCommand' => ['privates''Aqarmap\\Bundle\\CreditBundle\\Command\\ExclusivePackagesCreditFundingCommand''getExclusivePackagesCreditFundingCommandService'false],
  5435.             'Aqarmap\\Bundle\\CreditBundle\\Command\\ExpireCreditCommand' => ['privates''Aqarmap\\Bundle\\CreditBundle\\Command\\ExpireCreditCommand''getExpireCreditCommandService'false],
  5436.             'Aqarmap\\Bundle\\CreditBundle\\Command\\PackageUserTypePatchCommand' => ['privates''Aqarmap\\Bundle\\CreditBundle\\Command\\PackageUserTypePatchCommand''getPackageUserTypePatchCommandService'false],
  5437.             'Aqarmap\\Bundle\\CreditBundle\\Command\\PatchCreditServicesOrderCommand' => ['privates''Aqarmap\\Bundle\\CreditBundle\\Command\\PatchCreditServicesOrderCommand''getPatchCreditServicesOrderCommandService'false],
  5438.             'Aqarmap\\Bundle\\CreditBundle\\Command\\PatchExtendActiveCreditPackagesCommand' => ['privates''Aqarmap\\Bundle\\CreditBundle\\Command\\PatchExtendActiveCreditPackagesCommand''getPatchExtendActiveCreditPackagesCommandService'false],
  5439.             'Aqarmap\\Bundle\\CreditBundle\\Command\\PatchGenerateChurnAndExpiryHistoryCommand' => ['privates''Aqarmap\\Bundle\\CreditBundle\\Command\\PatchGenerateChurnAndExpiryHistoryCommand''getPatchGenerateChurnAndExpiryHistoryCommandService'false],
  5440.             'Aqarmap\\Bundle\\CreditBundle\\Command\\PatchRevertActiveCreditPackagesExtensionCommand' => ['privates''Aqarmap\\Bundle\\CreditBundle\\Command\\PatchRevertActiveCreditPackagesExtensionCommand''getPatchRevertActiveCreditPackagesExtensionCommandService'false],
  5441.             'Aqarmap\\Bundle\\CreditBundle\\Command\\PaymentTransactionsPatchCommand' => ['privates''Aqarmap\\Bundle\\CreditBundle\\Command\\PaymentTransactionsPatchCommand''getPaymentTransactionsPatchCommandService'false],
  5442.             'Aqarmap\\Bundle\\CreditBundle\\Command\\ResetCreditOnChurnExpiryCommand' => ['privates''Aqarmap\\Bundle\\CreditBundle\\Command\\ResetCreditOnChurnExpiryCommand''getResetCreditOnChurnExpiryCommandService'false],
  5443.             'Aqarmap\\Bundle\\CreditBundle\\Command\\UpdateChurnsAndExpiryDataCommand' => ['privates''Aqarmap\\Bundle\\CreditBundle\\Command\\UpdateChurnsAndExpiryDataCommand''getUpdateChurnsAndExpiryDataCommandService'false],
  5444.             'Aqarmap\\Bundle\\NotifierBundle\\Command\\CalculateStatisticsCommand' => ['privates''Aqarmap\\Bundle\\NotifierBundle\\Command\\CalculateStatisticsCommand''getCalculateStatisticsCommandService'false],
  5445.             'Aqarmap\\Bundle\\BuyerAlertsBundle\\Command\\BuyerAlertsCommand' => ['privates''Aqarmap\\Bundle\\BuyerAlertsBundle\\Command\\BuyerAlertsCommand''getBuyerAlertsCommandService'false],
  5446.             'Aqarmap\\Bundle\\BuyerAlertsBundle\\Command\\SendRecentListingsEmailCommand' => ['privates''Aqarmap\\Bundle\\BuyerAlertsBundle\\Command\\SendRecentListingsEmailCommand''getSendRecentListingsEmailCommandService'false],
  5447.             'Aqarmap\\Bundle\\NeighborhoodBundle\\Command\\DiscussionInterestsNotificationCommand' => ['privates''Aqarmap\\Bundle\\NeighborhoodBundle\\Command\\DiscussionInterestsNotificationCommand''getDiscussionInterestsNotificationCommandService'false],
  5448.             'Aqarmap\\Bundle\\DiscussionBundle\\Command\\UpdateCommentsCounterCommand' => ['privates''Aqarmap\\Bundle\\DiscussionBundle\\Command\\UpdateCommentsCounterCommand''getUpdateCommentsCounterCommandService'false],
  5449.             'Aqarmap\\Bundle\\CRMBundle\\Command\\CRMUpdateCommand' => ['privates''Aqarmap\\Bundle\\CRMBundle\\Command\\CRMUpdateCommand''getCRMUpdateCommandService'false],
  5450.             'Aqarmap\\Bundle\\CRMBundle\\Command\\PatchGenerateStaffHistoryCommand' => ['privates''Aqarmap\\Bundle\\CRMBundle\\Command\\PatchGenerateStaffHistoryCommand''getPatchGenerateStaffHistoryCommandService'false],
  5451.             'Aqarmap\\Bundle\\CRMBundle\\Command\\PatchUpdateCompanyCreateAtDateCommand' => ['privates''Aqarmap\\Bundle\\CRMBundle\\Command\\PatchUpdateCompanyCreateAtDateCommand''getPatchUpdateCompanyCreateAtDateCommandService'false],
  5452.             'Aqarmap\\Bundle\\CustomerProfilingBundle\\Command\\CustomerProfilingSurveyCommand' => ['privates''Aqarmap\\Bundle\\CustomerProfilingBundle\\Command\\CustomerProfilingSurveyCommand''getCustomerProfilingSurveyCommandService'false],
  5453.             'Aqarmap\\Bundle\\CustomerProfilingBundle\\Command\\MigrateAgesCommand' => ['privates''Aqarmap\\Bundle\\CustomerProfilingBundle\\Command\\MigrateAgesCommand''getMigrateAgesCommandService'false],
  5454.             'Aqarmap\\Bundle\\PaymentBundle\\Command\\CreditAnalysisWarmupCommand' => ['privates''Aqarmap\\Bundle\\PaymentBundle\\Command\\CreditAnalysisWarmupCommand''getCreditAnalysisWarmupCommandService'false],
  5455.             'Aqarmap\\Bundle\\PaymentBundle\\Command\\PatchUpdatePaymentTypeCommand' => ['privates''Aqarmap\\Bundle\\PaymentBundle\\Command\\PatchUpdatePaymentTypeCommand''getPatchUpdatePaymentTypeCommandService'false],
  5456.             'Aqarmap\\Bundle\\PaymentBundle\\Command\\PatchUpdateRemainingSubscriptionDaysCommand' => ['privates''Aqarmap\\Bundle\\PaymentBundle\\Command\\PatchUpdateRemainingSubscriptionDaysCommand''getPatchUpdateRemainingSubscriptionDaysCommandService'false],
  5457.             'Aqarmap\\Bundle\\PaymentBundle\\Command\\SalesAnalysisCommand' => ['privates''Aqarmap\\Bundle\\PaymentBundle\\Command\\SalesAnalysisCommand''getSalesAnalysisCommandService'false],
  5458.             'Aqarmap\\Bundle\\SearchBundle\\Command\\CorrectLocationsSlugsCommand' => ['privates''Aqarmap\\Bundle\\SearchBundle\\Command\\CorrectLocationsSlugsCommand''getCorrectLocationsSlugsCommandService'false],
  5459.             'Aqarmap\\Bundle\\NotificationBundle\\Command\\ConsumerCommand' => ['privates''Aqarmap\\Bundle\\NotificationBundle\\Command\\ConsumerCommand''getConsumerCommandService'false],
  5460.             'Aqarmap\\Bundle\\NotificationBundle\\Command\\DeviceCommand' => ['privates''Aqarmap\\Bundle\\NotificationBundle\\Command\\DeviceCommand''getDeviceCommandService'false],
  5461.             'Aqarmap\\Bundle\\NotificationBundle\\Command\\DispatcherNotificationCommand' => ['privates''Aqarmap\\Bundle\\NotificationBundle\\Command\\DispatcherNotificationCommand''getDispatcherNotificationCommandService'false],
  5462.             'Aqarmap\\Bundle\\NotificationBundle\\Command\\GenerateNotificationCommand' => ['privates''Aqarmap\\Bundle\\NotificationBundle\\Command\\GenerateNotificationCommand''getGenerateNotificationCommandService'false],
  5463.             'Aqarmap\\Bundle\\NotificationBundle\\Command\\NotificationGenerator' => ['privates''Aqarmap\\Bundle\\NotificationBundle\\Command\\NotificationGenerator''getNotificationGeneratorService'false],
  5464.             'Aqarmap\\Bundle\\NotificationBundle\\Command\\NotificationsBagsCommand' => ['privates''Aqarmap\\Bundle\\NotificationBundle\\Command\\NotificationsBagsCommand''getNotificationsBagsCommandService'false],
  5465.             'Aqarmap\\Bundle\\ValueEngineBundle\\Command\\ValueEngineAnalyserCommand' => ['privates''Aqarmap\\Bundle\\ValueEngineBundle\\Command\\ValueEngineAnalyserCommand''getValueEngineAnalyserCommandService'false],
  5466.             'Aqarmap\\Bundle\\ValueEngineBundle\\Command\\ValueEngineDepthProductsCommand' => ['privates''Aqarmap\\Bundle\\ValueEngineBundle\\Command\\ValueEngineDepthProductsCommand''getValueEngineDepthProductsCommandService'false],
  5467.             'Aqarmap\\Bundle\\RecurringTransactionBundle\\Command\\ActiveRecurringTransactionCommand' => ['privates''Aqarmap\\Bundle\\RecurringTransactionBundle\\Command\\ActiveRecurringTransactionCommand''getActiveRecurringTransactionCommandService'false],
  5468.             'console.command.about' => ['privates''.console.command.about.lazy''get_Console_Command_About_LazyService'false],
  5469.             'console.command.assets_install' => ['privates''.console.command.assets_install.lazy''get_Console_Command_AssetsInstall_LazyService'false],
  5470.             'console.command.cache_clear' => ['privates''.console.command.cache_clear.lazy''get_Console_Command_CacheClear_LazyService'false],
  5471.             'console.command.cache_pool_clear' => ['privates''.console.command.cache_pool_clear.lazy''get_Console_Command_CachePoolClear_LazyService'false],
  5472.             'console.command.cache_pool_prune' => ['privates''.console.command.cache_pool_prune.lazy''get_Console_Command_CachePoolPrune_LazyService'false],
  5473.             'console.command.cache_pool_delete' => ['privates''.console.command.cache_pool_delete.lazy''get_Console_Command_CachePoolDelete_LazyService'false],
  5474.             'console.command.cache_pool_list' => ['privates''.console.command.cache_pool_list.lazy''get_Console_Command_CachePoolList_LazyService'false],
  5475.             'console.command.cache_warmup' => ['privates''.console.command.cache_warmup.lazy''get_Console_Command_CacheWarmup_LazyService'false],
  5476.             'console.command.config_debug' => ['privates''.console.command.config_debug.lazy''get_Console_Command_ConfigDebug_LazyService'false],
  5477.             'console.command.config_dump_reference' => ['privates''.console.command.config_dump_reference.lazy''get_Console_Command_ConfigDumpReference_LazyService'false],
  5478.             'console.command.container_debug' => ['privates''.console.command.container_debug.lazy''get_Console_Command_ContainerDebug_LazyService'false],
  5479.             'console.command.container_lint' => ['privates''.console.command.container_lint.lazy''get_Console_Command_ContainerLint_LazyService'false],
  5480.             'console.command.debug_autowiring' => ['privates''.console.command.debug_autowiring.lazy''get_Console_Command_DebugAutowiring_LazyService'false],
  5481.             'console.command.dotenv_debug' => ['privates''.console.command.dotenv_debug.lazy''get_Console_Command_DotenvDebug_LazyService'false],
  5482.             'console.command.event_dispatcher_debug' => ['privates''.console.command.event_dispatcher_debug.lazy''get_Console_Command_EventDispatcherDebug_LazyService'false],
  5483.             'console.command.messenger_consume_messages' => ['privates''.console.command.messenger_consume_messages.lazy''get_Console_Command_MessengerConsumeMessages_LazyService'false],
  5484.             'console.command.messenger_setup_transports' => ['privates''.console.command.messenger_setup_transports.lazy''get_Console_Command_MessengerSetupTransports_LazyService'false],
  5485.             'console.command.messenger_debug' => ['privates''.console.command.messenger_debug.lazy''get_Console_Command_MessengerDebug_LazyService'false],
  5486.             'console.command.messenger_stop_workers' => ['privates''.console.command.messenger_stop_workers.lazy''get_Console_Command_MessengerStopWorkers_LazyService'false],
  5487.             'console.command.messenger_failed_messages_retry' => ['privates''.console.command.messenger_failed_messages_retry.lazy''get_Console_Command_MessengerFailedMessagesRetry_LazyService'false],
  5488.             'console.command.messenger_failed_messages_show' => ['privates''.console.command.messenger_failed_messages_show.lazy''get_Console_Command_MessengerFailedMessagesShow_LazyService'false],
  5489.             'console.command.messenger_failed_messages_remove' => ['privates''.console.command.messenger_failed_messages_remove.lazy''get_Console_Command_MessengerFailedMessagesRemove_LazyService'false],
  5490.             'console.command.router_debug' => ['privates''.console.command.router_debug.lazy''get_Console_Command_RouterDebug_LazyService'false],
  5491.             'console.command.router_match' => ['privates''.console.command.router_match.lazy''get_Console_Command_RouterMatch_LazyService'false],
  5492.             'console.command.translation_debug' => ['privates''.console.command.translation_debug.lazy''get_Console_Command_TranslationDebug_LazyService'false],
  5493.             'console.command.translation_extract' => ['privates''.console.command.translation_extract.lazy''get_Console_Command_TranslationExtract_LazyService'false],
  5494.             'console.command.validator_debug' => ['privates''.console.command.validator_debug.lazy''get_Console_Command_ValidatorDebug_LazyService'false],
  5495.             'console.command.translation_pull' => ['privates''.console.command.translation_pull.lazy''get_Console_Command_TranslationPull_LazyService'false],
  5496.             'console.command.translation_push' => ['privates''.console.command.translation_push.lazy''get_Console_Command_TranslationPush_LazyService'false],
  5497.             'console.command.xliff_lint' => ['privates''.console.command.xliff_lint.lazy''get_Console_Command_XliffLint_LazyService'false],
  5498.             'console.command.yaml_lint' => ['privates''.console.command.yaml_lint.lazy''get_Console_Command_YamlLint_LazyService'false],
  5499.             'console.command.form_debug' => ['privates''.console.command.form_debug.lazy''get_Console_Command_FormDebug_LazyService'false],
  5500.             'console.command.secrets_set' => ['privates''.console.command.secrets_set.lazy''get_Console_Command_SecretsSet_LazyService'false],
  5501.             'console.command.secrets_remove' => ['privates''.console.command.secrets_remove.lazy''get_Console_Command_SecretsRemove_LazyService'false],
  5502.             'console.command.secrets_generate_key' => ['privates''.console.command.secrets_generate_key.lazy''get_Console_Command_SecretsGenerateKey_LazyService'false],
  5503.             'console.command.secrets_list' => ['privates''.console.command.secrets_list.lazy''get_Console_Command_SecretsList_LazyService'false],
  5504.             'console.command.secrets_decrypt_to_local' => ['privates''.console.command.secrets_decrypt_to_local.lazy''get_Console_Command_SecretsDecryptToLocal_LazyService'false],
  5505.             'console.command.secrets_encrypt_from_local' => ['privates''.console.command.secrets_encrypt_from_local.lazy''get_Console_Command_SecretsEncryptFromLocal_LazyService'false],
  5506.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  5507.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  5508.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  5509.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates''Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''getRunSqlCommandService'false],
  5510.             'doctrine.database_import_command' => ['privates''doctrine.database_import_command''getDoctrine_DatabaseImportCommandService'false],
  5511.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  5512.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  5513.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  5514.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  5515.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  5516.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  5517.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  5518.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  5519.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  5520.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  5521.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  5522.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  5523.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  5524.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  5525.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  5526.             'doctrine.fixtures_load_command' => ['privates''doctrine.fixtures_load_command''getDoctrine_FixturesLoadCommandService'false],
  5527.             'Doctrine\\Bundle\\MongoDBBundle\\Command\\ClearMetadataCacheDoctrineODMCommand' => ['privates''Doctrine\\Bundle\\MongoDBBundle\\Command\\ClearMetadataCacheDoctrineODMCommand''getClearMetadataCacheDoctrineODMCommandService'false],
  5528.             'Doctrine\\Bundle\\MongoDBBundle\\Command\\CreateSchemaDoctrineODMCommand' => ['privates''Doctrine\\Bundle\\MongoDBBundle\\Command\\CreateSchemaDoctrineODMCommand''getCreateSchemaDoctrineODMCommandService'false],
  5529.             'Doctrine\\Bundle\\MongoDBBundle\\Command\\DropSchemaDoctrineODMCommand' => ['privates''Doctrine\\Bundle\\MongoDBBundle\\Command\\DropSchemaDoctrineODMCommand''getDropSchemaDoctrineODMCommandService'false],
  5530.             'Doctrine\\Bundle\\MongoDBBundle\\Command\\GenerateHydratorsDoctrineODMCommand' => ['privates''Doctrine\\Bundle\\MongoDBBundle\\Command\\GenerateHydratorsDoctrineODMCommand''getGenerateHydratorsDoctrineODMCommandService'false],
  5531.             'Doctrine\\Bundle\\MongoDBBundle\\Command\\GenerateProxiesDoctrineODMCommand' => ['privates''Doctrine\\Bundle\\MongoDBBundle\\Command\\GenerateProxiesDoctrineODMCommand''getGenerateProxiesDoctrineODMCommandService'false],
  5532.             'Doctrine\\Bundle\\MongoDBBundle\\Command\\InfoDoctrineODMCommand' => ['privates''Doctrine\\Bundle\\MongoDBBundle\\Command\\InfoDoctrineODMCommand''getInfoDoctrineODMCommandService'false],
  5533.             'Doctrine\\Bundle\\MongoDBBundle\\Command\\LoadDataFixturesDoctrineODMCommand' => ['privates''Doctrine\\Bundle\\MongoDBBundle\\Command\\LoadDataFixturesDoctrineODMCommand''getLoadDataFixturesDoctrineODMCommandService'false],
  5534.             'Doctrine\\Bundle\\MongoDBBundle\\Command\\QueryDoctrineODMCommand' => ['privates''Doctrine\\Bundle\\MongoDBBundle\\Command\\QueryDoctrineODMCommand''getQueryDoctrineODMCommandService'false],
  5535.             'Doctrine\\Bundle\\MongoDBBundle\\Command\\ShardDoctrineODMCommand' => ['privates''Doctrine\\Bundle\\MongoDBBundle\\Command\\ShardDoctrineODMCommand''getShardDoctrineODMCommandService'false],
  5536.             'Doctrine\\Bundle\\MongoDBBundle\\Command\\TailCursorDoctrineODMCommand' => ['privates''Doctrine\\Bundle\\MongoDBBundle\\Command\\TailCursorDoctrineODMCommand''getTailCursorDoctrineODMCommandService'false],
  5537.             'Doctrine\\Bundle\\MongoDBBundle\\Command\\UpdateSchemaDoctrineODMCommand' => ['privates''Doctrine\\Bundle\\MongoDBBundle\\Command\\UpdateSchemaDoctrineODMCommand''getUpdateSchemaDoctrineODMCommandService'false],
  5538.             'fos_elastica.command.create' => ['privates''fos_elastica.command.create''getFosElastica_Command_CreateService'false],
  5539.             'fos_elastica.command.populate' => ['privates''fos_elastica.command.populate''getFosElastica_Command_PopulateService'false],
  5540.             'fos_elastica.command.reset' => ['privates''fos_elastica.command.reset''getFosElastica_Command_ResetService'false],
  5541.             'fos_elastica.command.templates_reset' => ['privates''fos_elastica.command.templates_reset''getFosElastica_Command_TemplatesResetService'false],
  5542.             'fos_elastica.command.search' => ['privates''fos_elastica.command.search''getFosElastica_Command_SearchService'false],
  5543.             'enqueue.transport.consume_command' => ['privates''enqueue.transport.consume_command''getEnqueue_Transport_ConsumeCommandService'false],
  5544.             'enqueue.client.consume_command' => ['privates''enqueue.client.consume_command''getEnqueue_Client_ConsumeCommandService'false],
  5545.             'enqueue.client.produce_command' => ['privates''enqueue.client.produce_command''getEnqueue_Client_ProduceCommandService'false],
  5546.             'enqueue.client.setup_broker_command' => ['privates''enqueue.client.setup_broker_command''getEnqueue_Client_SetupBrokerCommandService'false],
  5547.             'enqueue.client.routes_command' => ['privates''enqueue.client.routes_command''getEnqueue_Client_RoutesCommandService'false],
  5548.             'twig.command.debug' => ['privates''.twig.command.debug.lazy''get_Twig_Command_Debug_LazyService'false],
  5549.             'twig.command.lint' => ['privates''.twig.command.lint.lazy''get_Twig_Command_Lint_LazyService'false],
  5550.             'fos_ck_editor.command.installer' => ['privates''fos_ck_editor.command.installer''getFosCkEditor_Command_InstallerService'false],
  5551.             'fos_js_routing.dump_command' => ['privates''fos_js_routing.dump_command''getFosJsRouting_DumpCommandService'false],
  5552.             'fos_js_routing.router_debug_exposed_command' => ['privates''fos_js_routing.router_debug_exposed_command''getFosJsRouting_RouterDebugExposedCommandService'false],
  5553.             'security.command.debug_firewall' => ['privates''.security.command.debug_firewall.lazy''get_Security_Command_DebugFirewall_LazyService'false],
  5554.             'security.command.user_password_encoder' => ['privates''.security.command.user_password_encoder.lazy''get_Security_Command_UserPasswordEncoder_LazyService'false],
  5555.             'security.command.user_password_hash' => ['privates''.security.command.user_password_hash.lazy''get_Security_Command_UserPasswordHash_LazyService'false],
  5556.             'fos_user.command.activate_user' => ['privates''fos_user.command.activate_user''getFosUser_Command_ActivateUserService'false],
  5557.             'fos_user.command.change_password' => ['privates''fos_user.command.change_password''getFosUser_Command_ChangePasswordService'false],
  5558.             'fos_user.command.create_user' => ['privates''fos_user.command.create_user''getFosUser_Command_CreateUserService'false],
  5559.             'fos_user.command.deactivate_user' => ['privates''fos_user.command.deactivate_user''getFosUser_Command_DeactivateUserService'false],
  5560.             'fos_user.command.demote_user' => ['privates''fos_user.command.demote_user''getFosUser_Command_DemoteUserService'false],
  5561.             'fos_user.command.promote_user' => ['privates''fos_user.command.promote_user''getFosUser_Command_PromoteUserService'false],
  5562.             'liip_imagine.command.cache_remove' => ['privates''liip_imagine.command.cache_remove''getLiipImagine_Command_CacheRemoveService'false],
  5563.             'liip_imagine.command.cache_resolve' => ['privates''liip_imagine.command.cache_resolve''getLiipImagine_Command_CacheResolveService'false],
  5564.             'nelmio_api_doc.command.dump' => ['services''nelmio_api_doc.command.dump''getNelmioApiDoc_Command_DumpService'false],
  5565.             'old_sound_rabbit_mq.anon_consumer_command' => ['privates''old_sound_rabbit_mq.anon_consumer_command''getOldSoundRabbitMq_AnonConsumerCommandService'false],
  5566.             'old_sound_rabbit_mq.batch_consumer_command' => ['privates''old_sound_rabbit_mq.batch_consumer_command''getOldSoundRabbitMq_BatchConsumerCommandService'false],
  5567.             'old_sound_rabbit_mq.consumer_command' => ['privates''old_sound_rabbit_mq.consumer_command''getOldSoundRabbitMq_ConsumerCommandService'false],
  5568.             'old_sound_rabbit_mq.delete_command' => ['privates''old_sound_rabbit_mq.delete_command''getOldSoundRabbitMq_DeleteCommandService'false],
  5569.             'old_sound_rabbit_mq.dynamic_consumer_command' => ['privates''old_sound_rabbit_mq.dynamic_consumer_command''getOldSoundRabbitMq_DynamicConsumerCommandService'false],
  5570.             'old_sound_rabbit_mq.multiple_consumer_command' => ['privates''old_sound_rabbit_mq.multiple_consumer_command''getOldSoundRabbitMq_MultipleConsumerCommandService'false],
  5571.             'old_sound_rabbit_mq.purge_consumer_command' => ['privates''old_sound_rabbit_mq.purge_consumer_command''getOldSoundRabbitMq_PurgeConsumerCommandService'false],
  5572.             'old_sound_rabbit_mq.command.rpc_server_command' => ['privates''old_sound_rabbit_mq.command.rpc_server_command''getOldSoundRabbitMq_Command_RpcServerCommandService'false],
  5573.             'old_sound_rabbit_mq.command.setup_fabric_command' => ['privates''old_sound_rabbit_mq.command.setup_fabric_command''getOldSoundRabbitMq_Command_SetupFabricCommandService'false],
  5574.             'old_sound_rabbit_mq.command.std_in_producer_command' => ['privates''old_sound_rabbit_mq.command.std_in_producer_command''getOldSoundRabbitMq_Command_StdInProducerCommandService'false],
  5575.             'presta_sitemap.dump_command' => ['services''presta_sitemap.dump_command''getPrestaSitemap_DumpCommandService'false],
  5576.             'Snc\\RedisBundle\\Command\\RedisQueryCommand' => ['privates''Snc\\RedisBundle\\Command\\RedisQueryCommand''getRedisQueryCommandService'false],
  5577.             'var_dumper.command.server_dump' => ['privates''.var_dumper.command.server_dump.lazy''get_VarDumper_Command_ServerDump_LazyService'false],
  5578.             'monolog.command.server_log' => ['privates''.monolog.command.server_log.lazy''get_Monolog_Command_ServerLog_LazyService'false],
  5579.             'doctrine_migrations.diff_command' => ['privates''doctrine_migrations.diff_command''getDoctrineMigrations_DiffCommandService'false],
  5580.             'doctrine_migrations.sync_metadata_command' => ['privates''doctrine_migrations.sync_metadata_command''getDoctrineMigrations_SyncMetadataCommandService'false],
  5581.             'doctrine_migrations.versions_command' => ['privates''doctrine_migrations.versions_command''getDoctrineMigrations_VersionsCommandService'false],
  5582.             'doctrine_migrations.current_command' => ['privates''doctrine_migrations.current_command''getDoctrineMigrations_CurrentCommandService'false],
  5583.             'doctrine_migrations.dump_schema_command' => ['privates''doctrine_migrations.dump_schema_command''getDoctrineMigrations_DumpSchemaCommandService'false],
  5584.             'doctrine_migrations.execute_command' => ['privates''doctrine_migrations.execute_command''getDoctrineMigrations_ExecuteCommandService'false],
  5585.             'doctrine_migrations.generate_command' => ['privates''doctrine_migrations.generate_command''getDoctrineMigrations_GenerateCommandService'false],
  5586.             'doctrine_migrations.latest_command' => ['privates''doctrine_migrations.latest_command''getDoctrineMigrations_LatestCommandService'false],
  5587.             'doctrine_migrations.migrate_command' => ['privates''doctrine_migrations.migrate_command''getDoctrineMigrations_MigrateCommandService'false],
  5588.             'doctrine_migrations.rollup_command' => ['privates''doctrine_migrations.rollup_command''getDoctrineMigrations_RollupCommandService'false],
  5589.             'doctrine_migrations.status_command' => ['privates''doctrine_migrations.status_command''getDoctrineMigrations_StatusCommandService'false],
  5590.             'doctrine_migrations.up_to_date_command' => ['privates''doctrine_migrations.up_to_date_command''getDoctrineMigrations_UpToDateCommandService'false],
  5591.             'doctrine_migrations.version_command' => ['privates''doctrine_migrations.version_command''getDoctrineMigrations_VersionCommandService'false],
  5592.             'vich_uploader.command.mapping_debug_class' => ['privates''vich_uploader.command.mapping_debug_class''getVichUploader_Command_MappingDebugClassService'false],
  5593.             'vich_uploader.command.mapping_debug' => ['privates''vich_uploader.command.mapping_debug''getVichUploader_Command_MappingDebugService'false],
  5594.             'vich_uploader.command.mapping_list_classes' => ['privates''vich_uploader.command.mapping_list_classes''getVichUploader_Command_MappingListClassesService'false],
  5595.             'bazinga.jstranslation.dump_command' => ['services''bazinga.jstranslation.dump_command''getBazinga_Jstranslation_DumpCommandService'false],
  5596.             'knp_gaufrette.command.filesystem_keys' => ['privates''knp_gaufrette.command.filesystem_keys''getKnpGaufrette_Command_FilesystemKeysService'false],
  5597.             'maker.auto_command.make_auth' => ['privates''.maker.auto_command.make_auth.lazy''get_Maker_AutoCommand_MakeAuth_LazyService'false],
  5598.             'maker.auto_command.make_command' => ['privates''.maker.auto_command.make_command.lazy''get_Maker_AutoCommand_MakeCommand_LazyService'false],
  5599.             'maker.auto_command.make_controller' => ['privates''.maker.auto_command.make_controller.lazy''get_Maker_AutoCommand_MakeController_LazyService'false],
  5600.             'maker.auto_command.make_crud' => ['privates''.maker.auto_command.make_crud.lazy''get_Maker_AutoCommand_MakeCrud_LazyService'false],
  5601.             'maker.auto_command.make_docker_database' => ['privates''.maker.auto_command.make_docker_database.lazy''get_Maker_AutoCommand_MakeDockerDatabase_LazyService'false],
  5602.             'maker.auto_command.make_entity' => ['privates''.maker.auto_command.make_entity.lazy''get_Maker_AutoCommand_MakeEntity_LazyService'false],
  5603.             'maker.auto_command.make_fixtures' => ['privates''.maker.auto_command.make_fixtures.lazy''get_Maker_AutoCommand_MakeFixtures_LazyService'false],
  5604.             'maker.auto_command.make_form' => ['privates''.maker.auto_command.make_form.lazy''get_Maker_AutoCommand_MakeForm_LazyService'false],
  5605.             'maker.auto_command.make_message' => ['privates''.maker.auto_command.make_message.lazy''get_Maker_AutoCommand_MakeMessage_LazyService'false],
  5606.             'maker.auto_command.make_messenger_middleware' => ['privates''.maker.auto_command.make_messenger_middleware.lazy''get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService'false],
  5607.             'maker.auto_command.make_registration_form' => ['privates''.maker.auto_command.make_registration_form.lazy''get_Maker_AutoCommand_MakeRegistrationForm_LazyService'false],
  5608.             'maker.auto_command.make_reset_password' => ['privates''.maker.auto_command.make_reset_password.lazy''get_Maker_AutoCommand_MakeResetPassword_LazyService'false],
  5609.             'maker.auto_command.make_serializer_encoder' => ['privates''.maker.auto_command.make_serializer_encoder.lazy''get_Maker_AutoCommand_MakeSerializerEncoder_LazyService'false],
  5610.             'maker.auto_command.make_serializer_normalizer' => ['privates''.maker.auto_command.make_serializer_normalizer.lazy''get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService'false],
  5611.             'maker.auto_command.make_subscriber' => ['privates''.maker.auto_command.make_subscriber.lazy''get_Maker_AutoCommand_MakeSubscriber_LazyService'false],
  5612.             'maker.auto_command.make_twig_extension' => ['privates''.maker.auto_command.make_twig_extension.lazy''get_Maker_AutoCommand_MakeTwigExtension_LazyService'false],
  5613.             'maker.auto_command.make_test' => ['privates''.maker.auto_command.make_test.lazy''get_Maker_AutoCommand_MakeTest_LazyService'false],
  5614.             'maker.auto_command.make_validator' => ['privates''.maker.auto_command.make_validator.lazy''get_Maker_AutoCommand_MakeValidator_LazyService'false],
  5615.             'maker.auto_command.make_voter' => ['privates''.maker.auto_command.make_voter.lazy''get_Maker_AutoCommand_MakeVoter_LazyService'false],
  5616.             'maker.auto_command.make_user' => ['privates''.maker.auto_command.make_user.lazy''get_Maker_AutoCommand_MakeUser_LazyService'false],
  5617.             'maker.auto_command.make_migration' => ['privates''.maker.auto_command.make_migration.lazy''get_Maker_AutoCommand_MakeMigration_LazyService'false],
  5618.             'maker.auto_command.make_stimulus_controller' => ['privates''.maker.auto_command.make_stimulus_controller.lazy''get_Maker_AutoCommand_MakeStimulusController_LazyService'false],
  5619.         ], [
  5620.             'App\\Command\\Listing\\SendListingAvailabilityReminderEmailCommand' => 'App\\Command\\Listing\\SendListingAvailabilityReminderEmailCommand',
  5621.             'App\\Command\\Patch\\PatchRemoveDuplicateUserPhonesCommand' => '?',
  5622.             'App\\Command\\Subscriptions\\renewUserSubscriptionsCommand' => 'App\\Command\\Subscriptions\\renewUserSubscriptionsCommand',
  5623.             'Aqarmap\\Bundle\\UserBundle\\Command\\GetNotifierDataToInterestsCommand' => 'Aqarmap\\Bundle\\UserBundle\\Command\\GetNotifierDataToInterestsCommand',
  5624.             'Aqarmap\\Bundle\\UserBundle\\Command\\PatchGenerateUserServicesCommand' => 'Aqarmap\\Bundle\\UserBundle\\Command\\PatchGenerateUserServicesCommand',
  5625.             'Aqarmap\\Bundle\\UserBundle\\Command\\PatchUpdateUserInterestCountryCodeCommand' => 'Aqarmap\\Bundle\\UserBundle\\Command\\PatchUpdateUserInterestCountryCodeCommand',
  5626.             'Aqarmap\\Bundle\\UserBundle\\Command\\ReminderPackageExpirationCommand' => 'Aqarmap\\Bundle\\UserBundle\\Command\\ReminderPackageExpirationCommand',
  5627.             'Aqarmap\\Bundle\\UserBundle\\Command\\StopAqarmapLiveServiceCommand' => 'Aqarmap\\Bundle\\UserBundle\\Command\\StopAqarmapLiveServiceCommand',
  5628.             'Aqarmap\\Bundle\\UserBundle\\Command\\SyncCustomersToZohoCRM' => 'Aqarmap\\Bundle\\UserBundle\\Command\\SyncCustomersToZohoCRM',
  5629.             'Aqarmap\\Bundle\\UserBundle\\Command\\UpdateBrokersUserTypeCommand' => 'Aqarmap\\Bundle\\UserBundle\\Command\\UpdateBrokersUserTypeCommand',
  5630.             'Aqarmap\\Bundle\\UserBundle\\Command\\UserPackageCommand' => 'Aqarmap\\Bundle\\UserBundle\\Command\\UserPackageCommand',
  5631.             'Aqarmap\\Bundle\\UserBundle\\Command\\UserTypeCommand' => 'Aqarmap\\Bundle\\UserBundle\\Command\\UserTypeCommand',
  5632.             'Aqarmap\\Bundle\\MainBundle\\Command\\EntityPersisterCommand' => 'Aqarmap\\Bundle\\MainBundle\\Command\\EntityPersisterCommand',
  5633.             'Aqarmap\\Bundle\\MainBundle\\Command\\FixturesCommand' => 'Aqarmap\\Bundle\\MainBundle\\Command\\FixturesCommand',
  5634.             'Aqarmap\\Bundle\\MainBundle\\Command\\MoonshotCacheWarmerCommand' => 'Aqarmap\\Bundle\\MainBundle\\Command\\MoonshotCacheWarmerCommand',
  5635.             'Aqarmap\\Bundle\\MainBundle\\Command\\PatchAddLegacyPropertyTypeCommand' => 'Aqarmap\\Bundle\\MainBundle\\Command\\PatchAddLegacyPropertyTypeCommand',
  5636.             'Aqarmap\\Bundle\\MainBundle\\Command\\PatchTreeRebuildCommand' => 'Aqarmap\\Bundle\\MainBundle\\Command\\PatchTreeRebuildCommand',
  5637.             'Aqarmap\\Bundle\\MainBundle\\Command\\UpdateCustomFieldCommand' => 'Aqarmap\\Bundle\\MainBundle\\Command\\UpdateCustomFieldCommand',
  5638.             'Aqarmap\\Bundle\\ListingBundle\\Command\\AutoBumpUpCreationCommand' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\AutoBumpUpCreationCommand',
  5639.             'Aqarmap\\Bundle\\ListingBundle\\Command\\AutoBumpUpListingsCommand' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\AutoBumpUpListingsCommand',
  5640.             'Aqarmap\\Bundle\\ListingBundle\\Command\\AutoScrapedPublisherCommand' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\AutoScrapedPublisherCommand',
  5641.             'Aqarmap\\Bundle\\ListingBundle\\Command\\AutoScrapedRefinerCommand' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\AutoScrapedRefinerCommand',
  5642.             'Aqarmap\\Bundle\\ListingBundle\\Command\\BatchInsertListingFeaturesForOldFlf2ListingsCommand' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\BatchInsertListingFeaturesForOldFlf2ListingsCommand',
  5643.             'Aqarmap\\Bundle\\ListingBundle\\Command\\BatchUpdateListingMainPhotosCommand' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\BatchUpdateListingMainPhotosCommand',
  5644.             'Aqarmap\\Bundle\\ListingBundle\\Command\\CTRCommand' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\CTRCommand',
  5645.             'Aqarmap\\Bundle\\ListingBundle\\Command\\CallRequestCommand' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\CallRequestCommand',
  5646.             'Aqarmap\\Bundle\\ListingBundle\\Command\\CleanUpPhonesAndContryCodeCommand' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\CleanUpPhonesAndContryCodeCommand',
  5647.             'Aqarmap\\Bundle\\ListingBundle\\Command\\CompoundAveragePriceCommand' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\CompoundAveragePriceCommand',
  5648.             'Aqarmap\\Bundle\\ListingBundle\\Command\\DeleteRejectedListingCommand' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\DeleteRejectedListingCommand',
  5649.             'Aqarmap\\Bundle\\ListingBundle\\Command\\FreezeListingsCommand' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\FreezeListingsCommand',
  5650.             'Aqarmap\\Bundle\\ListingBundle\\Command\\GenerateTopCustomersCommand' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\GenerateTopCustomersCommand',
  5651.             'Aqarmap\\Bundle\\ListingBundle\\Command\\IncrementListingImpressionsCommand' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\IncrementListingImpressionsCommand',
  5652.             'Aqarmap\\Bundle\\ListingBundle\\Command\\LeadsCRMCommand' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\LeadsCRMCommand',
  5653.             'Aqarmap\\Bundle\\ListingBundle\\Command\\LinkedLocationHistoryCountCommand' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\LinkedLocationHistoryCountCommand',
  5654.             'Aqarmap\\Bundle\\ListingBundle\\Command\\ListingExpirationCommand' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\ListingExpirationCommand',
  5655.             'Aqarmap\\Bundle\\ListingBundle\\Command\\ListingFeaturedExpirationCommand' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\ListingFeaturedExpirationCommand',
  5656.             'Aqarmap\\Bundle\\ListingBundle\\Command\\ListingNotificationCommand' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\ListingNotificationCommand',
  5657.             'Aqarmap\\Bundle\\ListingBundle\\Command\\ListingPendingPaymentCommand' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\ListingPendingPaymentCommand',
  5658.             'Aqarmap\\Bundle\\ListingBundle\\Command\\ListingPendingPhotoCommand' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\ListingPendingPhotoCommand',
  5659.             'Aqarmap\\Bundle\\ListingBundle\\Command\\ListingRelistExpiredCommand' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\ListingRelistExpiredCommand',
  5660.             'Aqarmap\\Bundle\\ListingBundle\\Command\\ListingsPhotosOrderPatchCommand' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\ListingsPhotosOrderPatchCommand',
  5661.             'Aqarmap\\Bundle\\ListingBundle\\Command\\LocationNearestByCalculateCommand' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\LocationNearestByCalculateCommand',
  5662.             'Aqarmap\\Bundle\\ListingBundle\\Command\\LocationSupplyDemandGetCommand' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\LocationSupplyDemandGetCommand',
  5663.             'Aqarmap\\Bundle\\ListingBundle\\Command\\MoveListingPhoneCommand' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\MoveListingPhoneCommand',
  5664.             'Aqarmap\\Bundle\\ListingBundle\\Command\\MoveUserPhoneNumbersCommand' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\MoveUserPhoneNumbersCommand',
  5665.             'Aqarmap\\Bundle\\ListingBundle\\Command\\PatchFixListingsSlugCommand' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\PatchFixListingsSlugCommand',
  5666.             'Aqarmap\\Bundle\\ListingBundle\\Command\\PatchPublishListingsDataToSNSCommand' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\PatchPublishListingsDataToSNSCommand',
  5667.             'Aqarmap\\Bundle\\ListingBundle\\Command\\PatchRepublishLeadsToQueueCommand' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\PatchRepublishLeadsToQueueCommand',
  5668.             'Aqarmap\\Bundle\\ListingBundle\\Command\\PatchUpdateCompoundLocationCommand' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\PatchUpdateCompoundLocationCommand',
  5669.             'Aqarmap\\Bundle\\ListingBundle\\Command\\PatchUpdateListingCoordinatesCommand' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\PatchUpdateListingCoordinatesCommand',
  5670.             'Aqarmap\\Bundle\\ListingBundle\\Command\\PatchUpdateListingLeadsCountCommand' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\PatchUpdateListingLeadsCountCommand',
  5671.             'Aqarmap\\Bundle\\ListingBundle\\Command\\ProjectReportCommand' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\ProjectReportCommand',
  5672.             'Aqarmap\\Bundle\\ListingBundle\\Command\\ResetFailedCallRequestCommand' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\ResetFailedCallRequestCommand',
  5673.             'Aqarmap\\Bundle\\ListingBundle\\Command\\ResetListingsRatesCommand' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\ResetListingsRatesCommand',
  5674.             'Aqarmap\\Bundle\\ListingBundle\\Command\\ScoringCommand' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\ScoringCommand',
  5675.             'Aqarmap\\Bundle\\ListingBundle\\Command\\ScrapedBrokersDataCommand' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\ScrapedBrokersDataCommand',
  5676.             'Aqarmap\\Bundle\\ListingBundle\\Command\\ScrapedListingProcessingCommand' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\ScrapedListingProcessingCommand',
  5677.             'Aqarmap\\Bundle\\ListingBundle\\Command\\UpdateClientServedCountCommand' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\UpdateClientServedCountCommand',
  5678.             'Aqarmap\\Bundle\\ListingBundle\\Command\\UpdateCorruptedPhonesCommand' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\UpdateCorruptedPhonesCommand',
  5679.             'Aqarmap\\Bundle\\ListingBundle\\Command\\UpdateDisabledLocationsChildrenCommand' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\UpdateDisabledLocationsChildrenCommand',
  5680.             'Aqarmap\\Bundle\\ListingBundle\\Command\\UpdateListingsLabel' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\UpdateListingsLabel',
  5681.             'Aqarmap\\Bundle\\ListingBundle\\Command\\UpdateLocationFullPathCommand' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\UpdateLocationFullPathCommand',
  5682.             'Aqarmap\\Bundle\\ListingBundle\\Command\\UpdateLocationsEstimatableCommand' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\UpdateLocationsEstimatableCommand',
  5683.             'Aqarmap\\Bundle\\ListingBundle\\Command\\UpdateScrapedListingDataCommand' => 'Aqarmap\\Bundle\\ListingBundle\\Command\\UpdateScrapedListingDataCommand',
  5684.             'Aqarmap\\Bundle\\MessageBundle\\Command\\MaskedEmailReadCommand' => 'Aqarmap\\Bundle\\MessageBundle\\Command\\MaskedEmailReadCommand',
  5685.             'Aqarmap\\Bundle\\MessageBundle\\Command\\MessageCommand' => 'Aqarmap\\Bundle\\MessageBundle\\Command\\MessageCommand',
  5686.             'Aqarmap\\Bundle\\MessageBundle\\Command\\PatchMaskedEmailMessageRecipientCommand' => 'Aqarmap\\Bundle\\MessageBundle\\Command\\PatchMaskedEmailMessageRecipientCommand',
  5687.             'Aqarmap\\Bundle\\MessageBundle\\Command\\PatchMessageLeadCommand' => 'Aqarmap\\Bundle\\MessageBundle\\Command\\PatchMessageLeadCommand',
  5688.             'Aqarmap\\Bundle\\CreditBundle\\Command\\BatchUpdatePackageTaxesCommand' => 'Aqarmap\\Bundle\\CreditBundle\\Command\\BatchUpdatePackageTaxesCommand',
  5689.             'Aqarmap\\Bundle\\CreditBundle\\Command\\CreditAnalysisCommand' => 'Aqarmap\\Bundle\\CreditBundle\\Command\\CreditAnalysisCommand',
  5690.             'Aqarmap\\Bundle\\CreditBundle\\Command\\ExclusivePackagesCreditFundingCommand' => 'Aqarmap\\Bundle\\CreditBundle\\Command\\ExclusivePackagesCreditFundingCommand',
  5691.             'Aqarmap\\Bundle\\CreditBundle\\Command\\ExpireCreditCommand' => 'Aqarmap\\Bundle\\CreditBundle\\Command\\ExpireCreditCommand',
  5692.             'Aqarmap\\Bundle\\CreditBundle\\Command\\PackageUserTypePatchCommand' => 'Aqarmap\\Bundle\\CreditBundle\\Command\\PackageUserTypePatchCommand',
  5693.             'Aqarmap\\Bundle\\CreditBundle\\Command\\PatchCreditServicesOrderCommand' => 'Aqarmap\\Bundle\\CreditBundle\\Command\\PatchCreditServicesOrderCommand',
  5694.             'Aqarmap\\Bundle\\CreditBundle\\Command\\PatchExtendActiveCreditPackagesCommand' => 'Aqarmap\\Bundle\\CreditBundle\\Command\\PatchExtendActiveCreditPackagesCommand',
  5695.             'Aqarmap\\Bundle\\CreditBundle\\Command\\PatchGenerateChurnAndExpiryHistoryCommand' => 'Aqarmap\\Bundle\\CreditBundle\\Command\\PatchGenerateChurnAndExpiryHistoryCommand',
  5696.             'Aqarmap\\Bundle\\CreditBundle\\Command\\PatchRevertActiveCreditPackagesExtensionCommand' => 'Aqarmap\\Bundle\\CreditBundle\\Command\\PatchRevertActiveCreditPackagesExtensionCommand',
  5697.             'Aqarmap\\Bundle\\CreditBundle\\Command\\PaymentTransactionsPatchCommand' => 'Aqarmap\\Bundle\\CreditBundle\\Command\\PaymentTransactionsPatchCommand',
  5698.             'Aqarmap\\Bundle\\CreditBundle\\Command\\ResetCreditOnChurnExpiryCommand' => 'Aqarmap\\Bundle\\CreditBundle\\Command\\ResetCreditOnChurnExpiryCommand',
  5699.             'Aqarmap\\Bundle\\CreditBundle\\Command\\UpdateChurnsAndExpiryDataCommand' => 'Aqarmap\\Bundle\\CreditBundle\\Command\\UpdateChurnsAndExpiryDataCommand',
  5700.             'Aqarmap\\Bundle\\NotifierBundle\\Command\\CalculateStatisticsCommand' => 'Aqarmap\\Bundle\\NotifierBundle\\Command\\CalculateStatisticsCommand',
  5701.             'Aqarmap\\Bundle\\BuyerAlertsBundle\\Command\\BuyerAlertsCommand' => 'Aqarmap\\Bundle\\BuyerAlertsBundle\\Command\\BuyerAlertsCommand',
  5702.             'Aqarmap\\Bundle\\BuyerAlertsBundle\\Command\\SendRecentListingsEmailCommand' => 'Aqarmap\\Bundle\\BuyerAlertsBundle\\Command\\SendRecentListingsEmailCommand',
  5703.             'Aqarmap\\Bundle\\NeighborhoodBundle\\Command\\DiscussionInterestsNotificationCommand' => 'Aqarmap\\Bundle\\NeighborhoodBundle\\Command\\DiscussionInterestsNotificationCommand',
  5704.             'Aqarmap\\Bundle\\DiscussionBundle\\Command\\UpdateCommentsCounterCommand' => 'Aqarmap\\Bundle\\DiscussionBundle\\Command\\UpdateCommentsCounterCommand',
  5705.             'Aqarmap\\Bundle\\CRMBundle\\Command\\CRMUpdateCommand' => 'Aqarmap\\Bundle\\CRMBundle\\Command\\CRMUpdateCommand',
  5706.             'Aqarmap\\Bundle\\CRMBundle\\Command\\PatchGenerateStaffHistoryCommand' => 'Aqarmap\\Bundle\\CRMBundle\\Command\\PatchGenerateStaffHistoryCommand',
  5707.             'Aqarmap\\Bundle\\CRMBundle\\Command\\PatchUpdateCompanyCreateAtDateCommand' => 'Aqarmap\\Bundle\\CRMBundle\\Command\\PatchUpdateCompanyCreateAtDateCommand',
  5708.             'Aqarmap\\Bundle\\CustomerProfilingBundle\\Command\\CustomerProfilingSurveyCommand' => 'Aqarmap\\Bundle\\CustomerProfilingBundle\\Command\\CustomerProfilingSurveyCommand',
  5709.             'Aqarmap\\Bundle\\CustomerProfilingBundle\\Command\\MigrateAgesCommand' => 'Aqarmap\\Bundle\\CustomerProfilingBundle\\Command\\MigrateAgesCommand',
  5710.             'Aqarmap\\Bundle\\PaymentBundle\\Command\\CreditAnalysisWarmupCommand' => 'Aqarmap\\Bundle\\PaymentBundle\\Command\\CreditAnalysisWarmupCommand',
  5711.             'Aqarmap\\Bundle\\PaymentBundle\\Command\\PatchUpdatePaymentTypeCommand' => 'Aqarmap\\Bundle\\PaymentBundle\\Command\\PatchUpdatePaymentTypeCommand',
  5712.             'Aqarmap\\Bundle\\PaymentBundle\\Command\\PatchUpdateRemainingSubscriptionDaysCommand' => 'Aqarmap\\Bundle\\PaymentBundle\\Command\\PatchUpdateRemainingSubscriptionDaysCommand',
  5713.             'Aqarmap\\Bundle\\PaymentBundle\\Command\\SalesAnalysisCommand' => 'Aqarmap\\Bundle\\PaymentBundle\\Command\\SalesAnalysisCommand',
  5714.             'Aqarmap\\Bundle\\SearchBundle\\Command\\CorrectLocationsSlugsCommand' => 'Aqarmap\\Bundle\\SearchBundle\\Command\\CorrectLocationsSlugsCommand',
  5715.             'Aqarmap\\Bundle\\NotificationBundle\\Command\\ConsumerCommand' => 'Aqarmap\\Bundle\\NotificationBundle\\Command\\ConsumerCommand',
  5716.             'Aqarmap\\Bundle\\NotificationBundle\\Command\\DeviceCommand' => 'Aqarmap\\Bundle\\NotificationBundle\\Command\\DeviceCommand',
  5717.             'Aqarmap\\Bundle\\NotificationBundle\\Command\\DispatcherNotificationCommand' => 'Aqarmap\\Bundle\\NotificationBundle\\Command\\DispatcherNotificationCommand',
  5718.             'Aqarmap\\Bundle\\NotificationBundle\\Command\\GenerateNotificationCommand' => 'Aqarmap\\Bundle\\NotificationBundle\\Command\\GenerateNotificationCommand',
  5719.             'Aqarmap\\Bundle\\NotificationBundle\\Command\\NotificationGenerator' => 'Aqarmap\\Bundle\\NotificationBundle\\Command\\NotificationGenerator',
  5720.             'Aqarmap\\Bundle\\NotificationBundle\\Command\\NotificationsBagsCommand' => 'Aqarmap\\Bundle\\NotificationBundle\\Command\\NotificationsBagsCommand',
  5721.             'Aqarmap\\Bundle\\ValueEngineBundle\\Command\\ValueEngineAnalyserCommand' => 'Aqarmap\\Bundle\\ValueEngineBundle\\Command\\ValueEngineAnalyserCommand',
  5722.             'Aqarmap\\Bundle\\ValueEngineBundle\\Command\\ValueEngineDepthProductsCommand' => 'Aqarmap\\Bundle\\ValueEngineBundle\\Command\\ValueEngineDepthProductsCommand',
  5723.             'Aqarmap\\Bundle\\RecurringTransactionBundle\\Command\\ActiveRecurringTransactionCommand' => 'Aqarmap\\Bundle\\RecurringTransactionBundle\\Command\\ActiveRecurringTransactionCommand',
  5724.             'console.command.about' => '?',
  5725.             'console.command.assets_install' => '?',
  5726.             'console.command.cache_clear' => '?',
  5727.             'console.command.cache_pool_clear' => '?',
  5728.             'console.command.cache_pool_prune' => '?',
  5729.             'console.command.cache_pool_delete' => '?',
  5730.             'console.command.cache_pool_list' => '?',
  5731.             'console.command.cache_warmup' => '?',
  5732.             'console.command.config_debug' => '?',
  5733.             'console.command.config_dump_reference' => '?',
  5734.             'console.command.container_debug' => '?',
  5735.             'console.command.container_lint' => '?',
  5736.             'console.command.debug_autowiring' => '?',
  5737.             'console.command.dotenv_debug' => '?',
  5738.             'console.command.event_dispatcher_debug' => '?',
  5739.             'console.command.messenger_consume_messages' => '?',
  5740.             'console.command.messenger_setup_transports' => '?',
  5741.             'console.command.messenger_debug' => '?',
  5742.             'console.command.messenger_stop_workers' => '?',
  5743.             'console.command.messenger_failed_messages_retry' => '?',
  5744.             'console.command.messenger_failed_messages_show' => '?',
  5745.             'console.command.messenger_failed_messages_remove' => '?',
  5746.             'console.command.router_debug' => '?',
  5747.             'console.command.router_match' => '?',
  5748.             'console.command.translation_debug' => '?',
  5749.             'console.command.translation_extract' => '?',
  5750.             'console.command.validator_debug' => '?',
  5751.             'console.command.translation_pull' => '?',
  5752.             'console.command.translation_push' => '?',
  5753.             'console.command.xliff_lint' => '?',
  5754.             'console.command.yaml_lint' => '?',
  5755.             'console.command.form_debug' => '?',
  5756.             'console.command.secrets_set' => '?',
  5757.             'console.command.secrets_remove' => '?',
  5758.             'console.command.secrets_generate_key' => '?',
  5759.             'console.command.secrets_list' => '?',
  5760.             'console.command.secrets_decrypt_to_local' => '?',
  5761.             'console.command.secrets_encrypt_from_local' => '?',
  5762.             'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  5763.             'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  5764.             'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  5765.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand',
  5766.             'doctrine.database_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ImportDoctrineCommand',
  5767.             'doctrine.cache_clear_metadata_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearMetadataCacheDoctrineCommand',
  5768.             'doctrine.cache_clear_query_cache_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearQueryCacheDoctrineCommand',
  5769.             'doctrine.cache_clear_result_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearResultCacheDoctrineCommand',
  5770.             'doctrine.cache_collection_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CollectionRegionDoctrineCommand',
  5771.             'doctrine.mapping_convert_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ConvertMappingDoctrineCommand',
  5772.             'doctrine.schema_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CreateSchemaDoctrineCommand',
  5773.             'doctrine.schema_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\DropSchemaDoctrineCommand',
  5774.             'doctrine.ensure_production_settings_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EnsureProductionSettingsDoctrineCommand',
  5775.             'doctrine.clear_entity_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EntityRegionCacheDoctrineCommand',
  5776.             'doctrine.mapping_info_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\InfoDoctrineCommand',
  5777.             'doctrine.clear_query_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\QueryRegionCacheDoctrineCommand',
  5778.             'doctrine.query_dql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunDqlDoctrineCommand',
  5779.             'doctrine.schema_update_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\UpdateSchemaDoctrineCommand',
  5780.             'doctrine.schema_validate_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ValidateSchemaCommand',
  5781.             'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  5782.             'doctrine.fixtures_load_command' => 'Doctrine\\Bundle\\FixturesBundle\\Command\\LoadDataFixturesDoctrineCommand',
  5783.             'Doctrine\\Bundle\\MongoDBBundle\\Command\\ClearMetadataCacheDoctrineODMCommand' => 'Doctrine\\Bundle\\MongoDBBundle\\Command\\ClearMetadataCacheDoctrineODMCommand',
  5784.             'Doctrine\\Bundle\\MongoDBBundle\\Command\\CreateSchemaDoctrineODMCommand' => 'Doctrine\\Bundle\\MongoDBBundle\\Command\\CreateSchemaDoctrineODMCommand',
  5785.             'Doctrine\\Bundle\\MongoDBBundle\\Command\\DropSchemaDoctrineODMCommand' => 'Doctrine\\Bundle\\MongoDBBundle\\Command\\DropSchemaDoctrineODMCommand',
  5786.             'Doctrine\\Bundle\\MongoDBBundle\\Command\\GenerateHydratorsDoctrineODMCommand' => 'Doctrine\\Bundle\\MongoDBBundle\\Command\\GenerateHydratorsDoctrineODMCommand',
  5787.             'Doctrine\\Bundle\\MongoDBBundle\\Command\\GenerateProxiesDoctrineODMCommand' => 'Doctrine\\Bundle\\MongoDBBundle\\Command\\GenerateProxiesDoctrineODMCommand',
  5788.             'Doctrine\\Bundle\\MongoDBBundle\\Command\\InfoDoctrineODMCommand' => 'Doctrine\\Bundle\\MongoDBBundle\\Command\\InfoDoctrineODMCommand',
  5789.             'Doctrine\\Bundle\\MongoDBBundle\\Command\\LoadDataFixturesDoctrineODMCommand' => 'Doctrine\\Bundle\\MongoDBBundle\\Command\\LoadDataFixturesDoctrineODMCommand',
  5790.             'Doctrine\\Bundle\\MongoDBBundle\\Command\\QueryDoctrineODMCommand' => 'Doctrine\\Bundle\\MongoDBBundle\\Command\\QueryDoctrineODMCommand',
  5791.             'Doctrine\\Bundle\\MongoDBBundle\\Command\\ShardDoctrineODMCommand' => 'Doctrine\\Bundle\\MongoDBBundle\\Command\\ShardDoctrineODMCommand',
  5792.             'Doctrine\\Bundle\\MongoDBBundle\\Command\\TailCursorDoctrineODMCommand' => 'Doctrine\\Bundle\\MongoDBBundle\\Command\\TailCursorDoctrineODMCommand',
  5793.             'Doctrine\\Bundle\\MongoDBBundle\\Command\\UpdateSchemaDoctrineODMCommand' => 'Doctrine\\Bundle\\MongoDBBundle\\Command\\UpdateSchemaDoctrineODMCommand',
  5794.             'fos_elastica.command.create' => 'FOS\\ElasticaBundle\\Command\\CreateCommand',
  5795.             'fos_elastica.command.populate' => 'FOS\\ElasticaBundle\\Command\\PopulateCommand',
  5796.             'fos_elastica.command.reset' => 'FOS\\ElasticaBundle\\Command\\ResetCommand',
  5797.             'fos_elastica.command.templates_reset' => 'FOS\\ElasticaBundle\\Command\\ResetTemplatesCommand',
  5798.             'fos_elastica.command.search' => 'FOS\\ElasticaBundle\\Command\\SearchCommand',
  5799.             'enqueue.transport.consume_command' => 'Enqueue\\Symfony\\Consumption\\ConfigurableConsumeCommand',
  5800.             'enqueue.client.consume_command' => 'Enqueue\\Symfony\\Client\\ConsumeCommand',
  5801.             'enqueue.client.produce_command' => 'Enqueue\\Symfony\\Client\\ProduceCommand',
  5802.             'enqueue.client.setup_broker_command' => 'Enqueue\\Symfony\\Client\\SetupBrokerCommand',
  5803.             'enqueue.client.routes_command' => 'Enqueue\\Symfony\\Client\\RoutesCommand',
  5804.             'twig.command.debug' => '?',
  5805.             'twig.command.lint' => '?',
  5806.             'fos_ck_editor.command.installer' => 'FOS\\CKEditorBundle\\Command\\CKEditorInstallerCommand',
  5807.             'fos_js_routing.dump_command' => 'FOS\\JsRoutingBundle\\Command\\DumpCommand',
  5808.             'fos_js_routing.router_debug_exposed_command' => 'FOS\\JsRoutingBundle\\Command\\RouterDebugExposedCommand',
  5809.             'security.command.debug_firewall' => '?',
  5810.             'security.command.user_password_encoder' => '?',
  5811.             'security.command.user_password_hash' => '?',
  5812.             'fos_user.command.activate_user' => 'FOS\\UserBundle\\Command\\ActivateUserCommand',
  5813.             'fos_user.command.change_password' => 'FOS\\UserBundle\\Command\\ChangePasswordCommand',
  5814.             'fos_user.command.create_user' => 'FOS\\UserBundle\\Command\\CreateUserCommand',
  5815.             'fos_user.command.deactivate_user' => 'FOS\\UserBundle\\Command\\DeactivateUserCommand',
  5816.             'fos_user.command.demote_user' => 'FOS\\UserBundle\\Command\\DemoteUserCommand',
  5817.             'fos_user.command.promote_user' => 'FOS\\UserBundle\\Command\\PromoteUserCommand',
  5818.             'liip_imagine.command.cache_remove' => 'Liip\\ImagineBundle\\Command\\RemoveCacheCommand',
  5819.             'liip_imagine.command.cache_resolve' => 'Liip\\ImagineBundle\\Command\\ResolveCacheCommand',
  5820.             'nelmio_api_doc.command.dump' => 'Nelmio\\ApiDocBundle\\Command\\DumpCommand',
  5821.             'old_sound_rabbit_mq.anon_consumer_command' => 'OldSound\\RabbitMqBundle\\Command\\AnonConsumerCommand',
  5822.             'old_sound_rabbit_mq.batch_consumer_command' => 'OldSound\\RabbitMqBundle\\Command\\BatchConsumerCommand',
  5823.             'old_sound_rabbit_mq.consumer_command' => 'OldSound\\RabbitMqBundle\\Command\\ConsumerCommand',
  5824.             'old_sound_rabbit_mq.delete_command' => 'OldSound\\RabbitMqBundle\\Command\\DeleteCommand',
  5825.             'old_sound_rabbit_mq.dynamic_consumer_command' => 'OldSound\\RabbitMqBundle\\Command\\DynamicConsumerCommand',
  5826.             'old_sound_rabbit_mq.multiple_consumer_command' => 'OldSound\\RabbitMqBundle\\Command\\MultipleConsumerCommand',
  5827.             'old_sound_rabbit_mq.purge_consumer_command' => 'OldSound\\RabbitMqBundle\\Command\\PurgeConsumerCommand',
  5828.             'old_sound_rabbit_mq.command.rpc_server_command' => 'OldSound\\RabbitMqBundle\\Command\\RpcServerCommand',
  5829.             'old_sound_rabbit_mq.command.setup_fabric_command' => 'OldSound\\RabbitMqBundle\\Command\\SetupFabricCommand',
  5830.             'old_sound_rabbit_mq.command.std_in_producer_command' => 'OldSound\\RabbitMqBundle\\Command\\StdInProducerCommand',
  5831.             'presta_sitemap.dump_command' => 'Presta\\SitemapBundle\\Command\\DumpSitemapsCommand',
  5832.             'Snc\\RedisBundle\\Command\\RedisQueryCommand' => 'Snc\\RedisBundle\\Command\\RedisQueryCommand',
  5833.             'var_dumper.command.server_dump' => '?',
  5834.             'monolog.command.server_log' => '?',
  5835.             'doctrine_migrations.diff_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DiffCommand',
  5836.             'doctrine_migrations.sync_metadata_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\SyncMetadataCommand',
  5837.             'doctrine_migrations.versions_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ListCommand',
  5838.             'doctrine_migrations.current_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\CurrentCommand',
  5839.             'doctrine_migrations.dump_schema_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DumpSchemaCommand',
  5840.             'doctrine_migrations.execute_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ExecuteCommand',
  5841.             'doctrine_migrations.generate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\GenerateCommand',
  5842.             'doctrine_migrations.latest_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\LatestCommand',
  5843.             'doctrine_migrations.migrate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\MigrateCommand',
  5844.             'doctrine_migrations.rollup_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\RollupCommand',
  5845.             'doctrine_migrations.status_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\StatusCommand',
  5846.             'doctrine_migrations.up_to_date_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\UpToDateCommand',
  5847.             'doctrine_migrations.version_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\VersionCommand',
  5848.             'vich_uploader.command.mapping_debug_class' => 'Vich\\UploaderBundle\\Command\\MappingDebugClassCommand',
  5849.             'vich_uploader.command.mapping_debug' => 'Vich\\UploaderBundle\\Command\\MappingDebugCommand',
  5850.             'vich_uploader.command.mapping_list_classes' => 'Vich\\UploaderBundle\\Command\\MappingListClassesCommand',
  5851.             'bazinga.jstranslation.dump_command' => 'Bazinga\\Bundle\\JsTranslationBundle\\Command\\DumpCommand',
  5852.             'knp_gaufrette.command.filesystem_keys' => 'Knp\\Bundle\\GaufretteBundle\\Command\\FilesystemKeysCommand',
  5853.             'maker.auto_command.make_auth' => '?',
  5854.             'maker.auto_command.make_command' => '?',
  5855.             'maker.auto_command.make_controller' => '?',
  5856.             'maker.auto_command.make_crud' => '?',
  5857.             'maker.auto_command.make_docker_database' => '?',
  5858.             'maker.auto_command.make_entity' => '?',
  5859.             'maker.auto_command.make_fixtures' => '?',
  5860.             'maker.auto_command.make_form' => '?',
  5861.             'maker.auto_command.make_message' => '?',
  5862.             'maker.auto_command.make_messenger_middleware' => '?',
  5863.             'maker.auto_command.make_registration_form' => '?',
  5864.             'maker.auto_command.make_reset_password' => '?',
  5865.             'maker.auto_command.make_serializer_encoder' => '?',
  5866.             'maker.auto_command.make_serializer_normalizer' => '?',
  5867.             'maker.auto_command.make_subscriber' => '?',
  5868.             'maker.auto_command.make_twig_extension' => '?',
  5869.             'maker.auto_command.make_test' => '?',
  5870.             'maker.auto_command.make_validator' => '?',
  5871.             'maker.auto_command.make_voter' => '?',
  5872.             'maker.auto_command.make_user' => '?',
  5873.             'maker.auto_command.make_migration' => '?',
  5874.             'maker.auto_command.make_stimulus_controller' => '?',
  5875.         ]), ['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']);
  5876.     }
  5877.     /**
  5878.      * Gets the public 'container.env_var_processors_locator' shared service.
  5879.      *
  5880.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5881.      */
  5882.     protected function getContainer_EnvVarProcessorsLocatorService()
  5883.     {
  5884.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5885.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  5886.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  5887.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  5888.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  5889.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  5890.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  5891.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  5892.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  5893.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  5894.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  5895.             'not' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  5896.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  5897.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  5898.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  5899.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  5900.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  5901.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  5902.         ], [
  5903.             'base64' => '?',
  5904.             'bool' => '?',
  5905.             'const' => '?',
  5906.             'csv' => '?',
  5907.             'default' => '?',
  5908.             'file' => '?',
  5909.             'float' => '?',
  5910.             'int' => '?',
  5911.             'json' => '?',
  5912.             'key' => '?',
  5913.             'not' => '?',
  5914.             'query_string' => '?',
  5915.             'require' => '?',
  5916.             'resolve' => '?',
  5917.             'string' => '?',
  5918.             'trim' => '?',
  5919.             'url' => '?',
  5920.         ]);
  5921.     }
  5922.     /**
  5923.      * Gets the public 'criteria_mediator' shared autowired service.
  5924.      *
  5925.      * @return \Aqarmap\Bundle\SearchBundle\CriteriaMediator\CriteriaMediator
  5926.      */
  5927.     protected function getCriteriaMediatorService()
  5928.     {
  5929.         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()));
  5930.     }
  5931.     /**
  5932.      * Gets the public 'data_collector.dump' shared service.
  5933.      *
  5934.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  5935.      */
  5936.     protected function getDataCollector_DumpService()
  5937.     {
  5938.         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()));
  5939.     }
  5940.     /**
  5941.      * Gets the public 'doctrine' shared service.
  5942.      *
  5943.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  5944.      */
  5945.     protected function getDoctrineService()
  5946.     {
  5947.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  5948.     }
  5949.     /**
  5950.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  5951.      *
  5952.      * @return \Doctrine\DBAL\Connections\PrimaryReadReplicaConnection
  5953.      */
  5954.     protected function getDoctrine_Dbal_DefaultConnectionService()
  5955.     {
  5956.         $a = new \Doctrine\DBAL\Configuration();
  5957.         $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()))]));
  5958.         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, [
  5959.             'Aqarmap\\Bundle\\UserBundle\\EventListener\\NewUserPhoneListener' => ['privates''Aqarmap\\Bundle\\UserBundle\\EventListener\\NewUserPhoneListener''getNewUserPhoneListenerService'false],
  5960.             'aqarmap.user_listener' => ['privates''aqarmap.user_listener''getAqarmap_UserListenerService'false],
  5961.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  5962.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'false],
  5963.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'false],
  5964.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'false],
  5965.             'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates''doctrine.orm.messenger.doctrine_schema_subscriber''getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService'false],
  5966.             'fos_elastica.listener.app_listings.listings' => ['privates''fos_elastica.listener.app_listings.listings''getFosElastica_Listener_AppListings_ListingsService'false],
  5967.             'fos_elastica.listener.app_locations.locations' => ['privates''fos_elastica.listener.app_locations.locations''getFosElastica_Listener_AppLocations_LocationsService'false],
  5968.             'fos_user.user_listener' => ['privates''fos_user.user_listener''getFosUser_UserListenerService'false],
  5969.             'gedmo.listener.iptraceable' => ['privates''gedmo.listener.iptraceable''getGedmo_Listener_IptraceableService'false],
  5970.             'gedmo.listener.softdeleteable' => ['privates''gedmo.listener.softdeleteable''getGedmo_Listener_SoftdeleteableService'false],
  5971.             'gedmo.listener.sortable' => ['privates''gedmo.listener.sortable''getGedmo_Listener_SortableService'false],
  5972.             'gedmo.listener.timestampable' => ['privates''gedmo.listener.timestampable''getGedmo_Listener_TimestampableService'false],
  5973.             'gedmo.listener.translatable' => ['privates''gedmo.listener.translatable''getGedmo_Listener_TranslatableService'false],
  5974.             'gedmo.listener.tree' => ['privates''gedmo.listener.tree''getGedmo_Listener_TreeService'false],
  5975.             'vich_uploader.listener.clean.files_upload' => ['privates''vich_uploader.listener.clean.files_upload''getVichUploader_Listener_Clean_FilesUploadService'false],
  5976.             'vich_uploader.listener.clean.listing_photos' => ['privates''vich_uploader.listener.clean.listing_photos''getVichUploader_Listener_Clean_ListingPhotosService'false],
  5977.             'vich_uploader.listener.remove.files_upload' => ['privates''vich_uploader.listener.remove.files_upload''getVichUploader_Listener_Remove_FilesUploadService'false],
  5978.             'vich_uploader.listener.remove.listing_photos' => ['privates''vich_uploader.listener.remove.listing_photos''getVichUploader_Listener_Remove_ListingPhotosService'false],
  5979.             'vich_uploader.listener.upload.files_upload' => ['privates''vich_uploader.listener.upload.files_upload''getVichUploader_Listener_Upload_FilesUploadService'false],
  5980.             'vich_uploader.listener.upload.listing_photos' => ['privates''vich_uploader.listener.upload.listing_photos''getVichUploader_Listener_Upload_ListingPhotosService'false],
  5981.         ], [
  5982.             'Aqarmap\\Bundle\\UserBundle\\EventListener\\NewUserPhoneListener' => '?',
  5983.             'aqarmap.user_listener' => '?',
  5984.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  5985.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  5986.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  5987.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  5988.             'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
  5989.             'fos_elastica.listener.app_listings.listings' => '?',
  5990.             'fos_elastica.listener.app_locations.locations' => '?',
  5991.             'fos_user.user_listener' => '?',
  5992.             'gedmo.listener.iptraceable' => '?',
  5993.             'gedmo.listener.softdeleteable' => '?',
  5994.             'gedmo.listener.sortable' => '?',
  5995.             'gedmo.listener.timestampable' => '?',
  5996.             'gedmo.listener.translatable' => '?',
  5997.             'gedmo.listener.tree' => '?',
  5998.             'vich_uploader.listener.clean.files_upload' => '?',
  5999.             'vich_uploader.listener.clean.listing_photos' => '?',
  6000.             'vich_uploader.listener.remove.files_upload' => '?',
  6001.             'vich_uploader.listener.remove.listing_photos' => '?',
  6002.             'vich_uploader.listener.upload.files_upload' => '?',
  6003.             'vich_uploader.listener.upload.listing_photos' => '?',
  6004.         ]), [=> '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']]), []);
  6005.     }
  6006.     /**
  6007.      * Gets the public 'doctrine.orm.default_entity_listener_resolver' shared service.
  6008.      *
  6009.      * @return \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver
  6010.      */
  6011.     protected function getDoctrine_Orm_DefaultEntityListenerResolverService()
  6012.     {
  6013.         $this->services['doctrine.orm.default_entity_listener_resolver'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6014.             'Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingUpdatedListener' => ['privates''Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingUpdatedListener''getListingUpdatedListenerService'false],
  6015.         ], [
  6016.             'Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingUpdatedListener' => '?',
  6017.         ]));
  6018.         $instance->registerService('Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingUpdatedListener''Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingUpdatedListener');
  6019.         return $instance;
  6020.     }
  6021.     /**
  6022.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  6023.      *
  6024.      * @return \Doctrine\ORM\EntityManager
  6025.      */
  6026.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  6027.     {
  6028.         if ($lazyLoad) {
  6029.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  6030.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  6031.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  6032.                     $proxy->setProxyInitializer(null);
  6033.                     return true;
  6034.                 });
  6035.             });
  6036.         }
  6037.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  6038.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  6039.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  6040.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Cache/CacheConfiguration.php';
  6041.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Cache/Logging/CacheLogger.php';
  6042.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Cache/Logging/CacheLoggerChain.php';
  6043.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Cache/Logging/StatisticsCacheLogger.php';
  6044.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Cache/CacheFactory.php';
  6045.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Cache/DefaultCacheFactory.php';
  6046.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Cache/RegionsConfiguration.php';
  6047.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
  6048.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
  6049.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
  6050.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
  6051.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
  6052.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
  6053.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
  6054.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
  6055.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/DoctrineProvider.php';
  6056.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Cache/MultiGetRegion.php';
  6057.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Cache/Region.php';
  6058.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Cache/Region/DefaultRegion.php';
  6059.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  6060.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  6061.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultNamingStrategy.php';
  6062.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  6063.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  6064.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  6065.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  6066.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  6067.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  6068.         $a = new \Doctrine\ORM\Configuration();
  6069.         $b = new \Doctrine\ORM\Cache\CacheConfiguration();
  6070.         $c = new \Doctrine\ORM\Cache\Logging\CacheLoggerChain();
  6071.         $c->setLogger('statistics', new \Doctrine\ORM\Cache\Logging\StatisticsCacheLogger());
  6072.         $d = new \Doctrine\ORM\Cache\RegionsConfiguration(360060);
  6073.         $d->setLifetime('write_rare'864000);
  6074.         $d->setLifetime('append_only'8640000);
  6075.         $e = ($this->privates['doctrine.result_cache_pool'] ?? $this->getDoctrine_ResultCachePoolService());
  6076.         $f = new \Doctrine\ORM\Cache\DefaultCacheFactory($d, \Doctrine\Common\Cache\Psr6\DoctrineProvider::wrap($e));
  6077.         $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));
  6078.         $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));
  6079.         $b->setCacheLogger($c);
  6080.         $b->setCacheFactory($f);
  6081.         $b->setRegionsConfiguration($d);
  6082.         $g = ($this->privates['doctrine.system_cache_pool'] ?? $this->getDoctrine_SystemCachePoolService());
  6083.         $h = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  6084.         $i = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
  6085.         $h->addDriver($i'Gedmo\\Tree\\Entity');
  6086.         $h->addDriver($i'App\\Entity');
  6087.         $h->addDriver($i'Aqarmap\\Bundle\\UserBundle\\Entity');
  6088.         $h->addDriver($i'Aqarmap\\Bundle\\MainBundle\\Entity');
  6089.         $h->addDriver($i'Aqarmap\\Bundle\\ListingBundle\\Entity');
  6090.         $h->addDriver($i'Aqarmap\\Bundle\\MessageBundle\\Entity');
  6091.         $h->addDriver($i'Aqarmap\\Bundle\\CreditBundle\\Entity');
  6092.         $h->addDriver($i'Aqarmap\\Bundle\\NotifierBundle\\Entity');
  6093.         $h->addDriver($i'Aqarmap\\Bundle\\BuyerAlertsBundle\\Entity');
  6094.         $h->addDriver($i'Aqarmap\\Bundle\\MortgageBundle\\Entity');
  6095.         $h->addDriver($i'Aqarmap\\Bundle\\BrokerSalesBundle\\Entity');
  6096.         $h->addDriver($i'Aqarmap\\Bundle\\NeighborhoodBundle\\Entity');
  6097.         $h->addDriver($i'Aqarmap\\Bundle\\DiscussionBundle\\Entity');
  6098.         $h->addDriver($i'Aqarmap\\Bundle\\CRMBundle\\Entity');
  6099.         $h->addDriver($i'Aqarmap\\Bundle\\CustomerProfilingBundle\\Entity');
  6100.         $h->addDriver($i'Aqarmap\\Bundle\\ExchangeBundle\\Entity');
  6101.         $h->addDriver($i'Aqarmap\\Bundle\\NotificationBundle\\Entity');
  6102.         $h->addDriver($i'Aqarmap\\Bundle\\PaymentBundle\\Entity');
  6103.         $h->addDriver($i'Aqarmap\\Bundle\\AnnouncementBundle\\Entity');
  6104.         $h->addDriver($i'Aqarmap\\Bundle\\SearchBundle\\Entity');
  6105.         $h->addDriver($i'Aqarmap\\Bundle\\FeatureToggleBundle\\Entity');
  6106.         $h->addDriver($i'Aqarmap\\Bundle\\ValueEngineBundle\\Entity');
  6107.         $h->addDriver($i'Aqarmap\\Bundle\\SurveyBundle\\Entity');
  6108.         $h->addDriver($i'Aqarmap\\Bundle\\OTPBundle\\Entity');
  6109.         $h->addDriver($i'Aqarmap\\Bundle\\FinancialAidsBundle\\Entity');
  6110.         $h->addDriver($i'Aqarmap\\Bundle\\RecurringTransactionBundle\\Entity');
  6111.         $h->addDriver($i'RedjanYm\\FCMBundle\\Entity');
  6112.         $h->addDriver(($this->privates['doctrine.orm.default_xml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultXmlMetadataDriverService()), 'Vich\\UploaderBundle\\Entity');
  6113.         $h->addDriver(($this->privates['.28_doctrine_metadata_driver~NR9_EMx'] ?? $this->get_28DoctrineMetadataDriverNR9EMxService()), 'FOS\\UserBundle\\Model');
  6114.         $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']);
  6115.         $a->setSecondLevelCacheEnabled(false);
  6116.         $a->setSecondLevelCacheConfiguration($b);
  6117.         $a->setMetadataCache($g);
  6118.         $a->setQueryCache($g);
  6119.         $a->setResultCache($e);
  6120.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($h, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6121.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'false],
  6122.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'false],
  6123.         ], [
  6124.             'doctrine.ulid_generator' => '?',
  6125.             'doctrine.uuid_generator' => '?',
  6126.         ])));
  6127.         $a->setProxyDir(($this->targetDir.''.'/doctrine/Proxies'));
  6128.         $a->setProxyNamespace('Proxies');
  6129.         $a->setAutoGenerateProxyClasses(true);
  6130.         $a->setSchemaIgnoreClasses([]);
  6131.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  6132.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  6133.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\DefaultNamingStrategy());
  6134.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  6135.         $a->setEntityListenerResolver(($this->services['doctrine.orm.default_entity_listener_resolver'] ?? $this->getDoctrine_Orm_DefaultEntityListenerResolverService()));
  6136.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6137.             'App\\Repository\\Banners\\BannersRepository' => ['privates''App\\Repository\\Banners\\BannersRepository''getBannersRepositoryService'false],
  6138.             'App\\Repository\\Lead\\LeadRepository' => ['privates''App\\Repository\\Lead\\LeadRepository''getLeadRepository2Service'false],
  6139.             'App\\Repository\\Subscriptions\\SubscriptionPlanPackageRepository' => ['privates''App\\Repository\\Subscriptions\\SubscriptionPlanPackageRepository''getSubscriptionPlanPackageRepositoryService'false],
  6140.             'App\\Repository\\Subscriptions\\SubscriptionPlanRepository' => ['privates''App\\Repository\\Subscriptions\\SubscriptionPlanRepository''getSubscriptionPlanRepositoryService'false],
  6141.             'App\\Repository\\Subscriptions\\SubscriptionPlanServiceRepository' => ['privates''App\\Repository\\Subscriptions\\SubscriptionPlanServiceRepository''getSubscriptionPlanServiceRepositoryService'false],
  6142.             'App\\Repository\\Subscriptions\\UserSubscriptionRepository' => ['privates''App\\Repository\\Subscriptions\\UserSubscriptionRepository''getUserSubscriptionRepositoryService'false],
  6143.             'App\\Repository\\User\\UserCardRepository' => ['privates''App\\Repository\\User\\UserCardRepository''getUserCardRepositoryService'false],
  6144.             'App\\Repository\\User\\UserSubAccountRepository' => ['privates''App\\Repository\\User\\UserSubAccountRepository''getUserSubAccountRepositoryService'false],
  6145.             'Aqarmap\\Bundle\\BrokerSalesBundle\\Repository\\BrokerRepository' => ['privates''Aqarmap\\Bundle\\BrokerSalesBundle\\Repository\\BrokerRepository''getBrokerRepositoryService'false],
  6146.             'Aqarmap\\Bundle\\BrokerSalesBundle\\Repository\\SellerRepository' => ['privates''Aqarmap\\Bundle\\BrokerSalesBundle\\Repository\\SellerRepository''getSellerRepositoryService'false],
  6147.             'Aqarmap\\Bundle\\BuyerAlertsBundle\\Repository\\BuyerAlertsRepository' => ['privates''Aqarmap\\Bundle\\BuyerAlertsBundle\\Repository\\BuyerAlertsRepository''getBuyerAlertsRepositoryService'false],
  6148.             'Aqarmap\\Bundle\\BuyerAlertsBundle\\Repository\\RecentSearchesRepository' => ['privates''Aqarmap\\Bundle\\BuyerAlertsBundle\\Repository\\RecentSearchesRepository''getRecentSearchesRepositoryService'false],
  6149.             'Aqarmap\\Bundle\\CRMBundle\\Repository\\CompanyRepository' => ['privates''Aqarmap\\Bundle\\CRMBundle\\Repository\\CompanyRepository''getCompanyRepositoryService'false],
  6150.             'Aqarmap\\Bundle\\CRMBundle\\Repository\\CompanyStaffRepository' => ['privates''Aqarmap\\Bundle\\CRMBundle\\Repository\\CompanyStaffRepository''getCompanyStaffRepositoryService'false],
  6151.             'Aqarmap\\Bundle\\CRMBundle\\Repository\\StaffCheckInRepository' => ['privates''Aqarmap\\Bundle\\CRMBundle\\Repository\\StaffCheckInRepository''getStaffCheckInRepositoryService'false],
  6152.             'Aqarmap\\Bundle\\CRMBundle\\Repository\\StaffHistoryRepository' => ['privates''Aqarmap\\Bundle\\CRMBundle\\Repository\\StaffHistoryRepository''getStaffHistoryRepositoryService'false],
  6153.             'Aqarmap\\Bundle\\CRMBundle\\Repository\\StaffRepository' => ['privates''Aqarmap\\Bundle\\CRMBundle\\Repository\\StaffRepository''getStaffRepositoryService'false],
  6154.             'Aqarmap\\Bundle\\CreditBundle\\Repository\\ChurnsAndExpiryRepository' => ['privates''Aqarmap\\Bundle\\CreditBundle\\Repository\\ChurnsAndExpiryRepository''getChurnsAndExpiryRepositoryService'false],
  6155.             'Aqarmap\\Bundle\\CreditBundle\\Repository\\CreditAnalysisRepository' => ['privates''Aqarmap\\Bundle\\CreditBundle\\Repository\\CreditAnalysisRepository''getCreditAnalysisRepositoryService'false],
  6156.             'Aqarmap\\Bundle\\CreditBundle\\Repository\\CreditPackageRepositroy' => ['privates''Aqarmap\\Bundle\\CreditBundle\\Repository\\CreditPackageRepositroy''getCreditPackageRepositroyService'false],
  6157.             'Aqarmap\\Bundle\\CreditBundle\\Repository\\CreditRepository' => ['privates''Aqarmap\\Bundle\\CreditBundle\\Repository\\CreditRepository''getCreditRepositoryService'false],
  6158.             'Aqarmap\\Bundle\\CreditBundle\\Repository\\PackageServiceRepository' => ['privates''Aqarmap\\Bundle\\CreditBundle\\Repository\\PackageServiceRepository''getPackageServiceRepositoryService'false],
  6159.             'Aqarmap\\Bundle\\CreditBundle\\Repository\\ServiceRepository' => ['privates''Aqarmap\\Bundle\\CreditBundle\\Repository\\ServiceRepository''getServiceRepositoryService'false],
  6160.             'Aqarmap\\Bundle\\CustomerProfilingBundle\\Repository\\QuestionQueueRepository' => ['privates''Aqarmap\\Bundle\\CustomerProfilingBundle\\Repository\\QuestionQueueRepository''getQuestionQueueRepositoryService'false],
  6161.             'Aqarmap\\Bundle\\CustomerProfilingBundle\\Repository\\QuestionSetRepository' => ['privates''Aqarmap\\Bundle\\CustomerProfilingBundle\\Repository\\QuestionSetRepository''getQuestionSetRepositoryService'false],
  6162.             'Aqarmap\\Bundle\\DiscussionBundle\\Repository\\CategoryRepository' => ['privates''Aqarmap\\Bundle\\DiscussionBundle\\Repository\\CategoryRepository''getCategoryRepositoryService'false],
  6163.             'Aqarmap\\Bundle\\DiscussionBundle\\Repository\\CommentRepository' => ['privates''Aqarmap\\Bundle\\DiscussionBundle\\Repository\\CommentRepository''getCommentRepositoryService'false],
  6164.             'Aqarmap\\Bundle\\DiscussionBundle\\Repository\\DiscussionRepository' => ['privates''Aqarmap\\Bundle\\DiscussionBundle\\Repository\\DiscussionRepository''getDiscussionRepositoryService'false],
  6165.             'Aqarmap\\Bundle\\ExchangeBundle\\Repository\\ExchangeRequestRepository' => ['privates''Aqarmap\\Bundle\\ExchangeBundle\\Repository\\ExchangeRequestRepository''getExchangeRequestRepositoryService'false],
  6166.             'Aqarmap\\Bundle\\ExchangeBundle\\Repository\\ExchangeRequestUnlockRepository' => ['privates''Aqarmap\\Bundle\\ExchangeBundle\\Repository\\ExchangeRequestUnlockRepository''getExchangeRequestUnlockRepositoryService'false],
  6167.             'Aqarmap\\Bundle\\FeatureToggleBundle\\Repository\\FeatureToggleRepository' => ['privates''Aqarmap\\Bundle\\FeatureToggleBundle\\Repository\\FeatureToggleRepository''getFeatureToggleRepositoryService'false],
  6168.             'Aqarmap\\Bundle\\FeatureToggleBundle\\Repository\\FeatureToggleRuleRepository' => ['privates''Aqarmap\\Bundle\\FeatureToggleBundle\\Repository\\FeatureToggleRuleRepository''getFeatureToggleRuleRepositoryService'false],
  6169.             'Aqarmap\\Bundle\\FinancialAidsBundle\\Repository\\FinancialAidRepository' => ['privates''Aqarmap\\Bundle\\FinancialAidsBundle\\Repository\\FinancialAidRepository''getFinancialAidRepositoryService'false],
  6170.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\CRMLeadRepository' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\CRMLeadRepository''getCRMLeadRepositoryService'false],
  6171.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\CallRequestLeadRepository' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\CallRequestLeadRepository''getCallRequestLeadRepositoryService'false],
  6172.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\CallRequestRepository' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\CallRequestRepository''getCallRequestRepositoryService'false],
  6173.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\CompoundAveragePriceRepository' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\CompoundAveragePriceRepository''getCompoundAveragePriceRepositoryService'false],
  6174.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\CustomFieldRepository' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\CustomFieldRepository''getCustomFieldRepositoryService'false],
  6175.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\FavouriteRepository' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\FavouriteRepository''getFavouriteRepositoryService'false],
  6176.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\FeaturedCompanyLeadRepository' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\FeaturedCompanyLeadRepository''getFeaturedCompanyLeadRepositoryService'false],
  6177.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\FreeListingRepository' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\FreeListingRepository''getFreeListingRepositoryService'false],
  6178.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\InteractionRepository' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\InteractionRepository''getInteractionRepositoryService'false],
  6179.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\LeadRepository' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\LeadRepository''getLeadRepositoryService'false],
  6180.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\LeadsExpectationsRepository' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\LeadsExpectationsRepository''getLeadsExpectationsRepositoryService'false],
  6181.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingFeatureRepository' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingFeatureRepository''getListingFeatureRepositoryService'false],
  6182.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingLeadRepository' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingLeadRepository''getListingLeadRepositoryService'false],
  6183.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingNoteRepository' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingNoteRepository''getListingNoteRepositoryService'false],
  6184.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingPhoneRepository' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingPhoneRepository''getListingPhoneRepositoryService'false],
  6185.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingPhotoRepository' => ['services''Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingPhotoRepository''getListingPhotoRepositoryService'false],
  6186.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingRateReasonsRepository' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingRateReasonsRepository''getListingRateReasonsRepositoryService'false],
  6187.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingRateRepository' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingRateRepository''getListingRateRepositoryService'false],
  6188.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingRepository' => ['services''Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingRepository''getListingRepositoryService'false],
  6189.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\LocationSupplyDemandRepository' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\LocationSupplyDemandRepository''getLocationSupplyDemandRepositoryService'false],
  6190.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\MessageLeadRepository' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\MessageLeadRepository''getMessageLeadRepositoryService'false],
  6191.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\PhoneLeadRepository' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\PhoneLeadRepository''getPhoneLeadRepositoryService'false],
  6192.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\PhoneRepository' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\PhoneRepository''getPhoneRepositoryService'false],
  6193.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\ProjectSettingRepository' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\ProjectSettingRepository''getProjectSettingRepositoryService'false],
  6194.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\RejectionRepository' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\RejectionRepository''getRejectionRepositoryService'false],
  6195.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\SearchRepository' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\SearchRepository''getSearchRepositoryService'false],
  6196.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\SectionRepository' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\SectionRepository''getSectionRepositoryService'false],
  6197.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\SimilarListingsLeadRepository' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\SimilarListingsLeadRepository''getSimilarListingsLeadRepositoryService'false],
  6198.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\TargetUserLeadRepository' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\TargetUserLeadRepository''getTargetUserLeadRepositoryService'false],
  6199.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\TargetUserMessageLeadRepository' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\TargetUserMessageLeadRepository''getTargetUserMessageLeadRepositoryService'false],
  6200.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\TargetUserPhoneLeadRepository' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\TargetUserPhoneLeadRepository''getTargetUserPhoneLeadRepositoryService'false],
  6201.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\TopCustomerRepository' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\TopCustomerRepository''getTopCustomerRepositoryService'false],
  6202.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\TopSellerLeadRepository' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\TopSellerLeadRepository''getTopSellerLeadRepositoryService'false],
  6203.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\UserDomainLeadRepository' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\UserDomainLeadRepository''getUserDomainLeadRepositoryService'false],
  6204.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\UserDomainMessageLeadRepository' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\UserDomainMessageLeadRepository''getUserDomainMessageLeadRepositoryService'false],
  6205.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\UserDomainPhoneLeadRepository' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\UserDomainPhoneLeadRepository''getUserDomainPhoneLeadRepositoryService'false],
  6206.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\UserPhoneRepository' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\UserPhoneRepository''getUserPhoneRepositoryService'false],
  6207.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\WhatsAppLeadRepository' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\WhatsAppLeadRepository''getWhatsAppLeadRepositoryService'false],
  6208.             'Aqarmap\\Bundle\\MainBundle\\Repository\\CustomParagraphRepository' => ['privates''Aqarmap\\Bundle\\MainBundle\\Repository\\CustomParagraphRepository''getCustomParagraphRepositoryService'false],
  6209.             'Aqarmap\\Bundle\\MainBundle\\Repository\\DefaultTopCustomersRepository' => ['privates''Aqarmap\\Bundle\\MainBundle\\Repository\\DefaultTopCustomersRepository''getDefaultTopCustomersRepositoryService'false],
  6210.             'Aqarmap\\Bundle\\MainBundle\\Repository\\FeedbackRepository' => ['privates''Aqarmap\\Bundle\\MainBundle\\Repository\\FeedbackRepository''getFeedbackRepositoryService'false],
  6211.             'Aqarmap\\Bundle\\MainBundle\\Repository\\JoinUsRepository' => ['privates''Aqarmap\\Bundle\\MainBundle\\Repository\\JoinUsRepository''getJoinUsRepositoryService'false],
  6212.             'Aqarmap\\Bundle\\MainBundle\\Repository\\MenuRepository' => ['privates''Aqarmap\\Bundle\\MainBundle\\Repository\\MenuRepository''getMenuRepositoryService'false],
  6213.             'Aqarmap\\Bundle\\MainBundle\\Repository\\MobileSectionsTogglesRepository' => ['privates''Aqarmap\\Bundle\\MainBundle\\Repository\\MobileSectionsTogglesRepository''getMobileSectionsTogglesRepositoryService'false],
  6214.             'Aqarmap\\Bundle\\MainBundle\\Repository\\SettingRepository' => ['privates''Aqarmap\\Bundle\\MainBundle\\Repository\\SettingRepository''getSettingRepositoryService'false],
  6215.             'Aqarmap\\Bundle\\MessageBundle\\Repository\\ConversationRecipientRepository' => ['privates''Aqarmap\\Bundle\\MessageBundle\\Repository\\ConversationRecipientRepository''getConversationRecipientRepositoryService'false],
  6216.             'Aqarmap\\Bundle\\MessageBundle\\Repository\\ConversationRepository' => ['privates''Aqarmap\\Bundle\\MessageBundle\\Repository\\ConversationRepository''getConversationRepositoryService'false],
  6217.             'Aqarmap\\Bundle\\MessageBundle\\Repository\\MessageRepository' => ['privates''Aqarmap\\Bundle\\MessageBundle\\Repository\\MessageRepository''getMessageRepositoryService'false],
  6218.             'Aqarmap\\Bundle\\MessageBundle\\Repository\\RecipientRepository' => ['privates''Aqarmap\\Bundle\\MessageBundle\\Repository\\RecipientRepository''getRecipientRepositoryService'false],
  6219.             'Aqarmap\\Bundle\\MortgageBundle\\Repository\\MortgageRequestRepository' => ['privates''Aqarmap\\Bundle\\MortgageBundle\\Repository\\MortgageRequestRepository''getMortgageRequestRepositoryService'false],
  6220.             'Aqarmap\\Bundle\\NotificationBundle\\Repository\\NotificationBagRepository' => ['privates''Aqarmap\\Bundle\\NotificationBundle\\Repository\\NotificationBagRepository''getNotificationBagRepositoryService'false],
  6221.             'Aqarmap\\Bundle\\NotificationBundle\\Repository\\NotificationRepository' => ['privates''Aqarmap\\Bundle\\NotificationBundle\\Repository\\NotificationRepository''getNotificationRepositoryService'false],
  6222.             'Aqarmap\\Bundle\\NotifierBundle\\Repository\\NotifierRepository' => ['privates''Aqarmap\\Bundle\\NotifierBundle\\Repository\\NotifierRepository''getNotifierRepositoryService'false],
  6223.             'Aqarmap\\Bundle\\NotifierBundle\\Repository\\NotifierSettingRepository' => ['privates''Aqarmap\\Bundle\\NotifierBundle\\Repository\\NotifierSettingRepository''getNotifierSettingRepositoryService'false],
  6224.             'Aqarmap\\Bundle\\PaymentBundle\\Repository\\PaymentRepository' => ['privates''Aqarmap\\Bundle\\PaymentBundle\\Repository\\PaymentRepository''getPaymentRepositoryService'false],
  6225.             'Aqarmap\\Bundle\\PaymentBundle\\Repository\\PaymentTransactionServiceRepository' => ['privates''Aqarmap\\Bundle\\PaymentBundle\\Repository\\PaymentTransactionServiceRepository''getPaymentTransactionServiceRepositoryService'false],
  6226.             'Aqarmap\\Bundle\\PaymentBundle\\Repository\\SalesAnalysisRepository' => ['privates''Aqarmap\\Bundle\\PaymentBundle\\Repository\\SalesAnalysisRepository''getSalesAnalysisRepositoryService'false],
  6227.             'Aqarmap\\Bundle\\RecurringTransactionBundle\\Repository\\RecurringTransactionRepository' => ['privates''Aqarmap\\Bundle\\RecurringTransactionBundle\\Repository\\RecurringTransactionRepository''getRecurringTransactionRepositoryService'false],
  6228.             'Aqarmap\\Bundle\\SearchBundle\\Repositories\\ListingSearchRepository' => ['privates''Aqarmap\\Bundle\\SearchBundle\\Repositories\\ListingSearchRepository''getListingSearchRepositoryService'false],
  6229.             'Aqarmap\\Bundle\\SearchBundle\\Repositories\\LocationSearchRepository' => ['privates''Aqarmap\\Bundle\\SearchBundle\\Repositories\\LocationSearchRepository''getLocationSearchRepositoryService'false],
  6230.             'Aqarmap\\Bundle\\SearchBundle\\Repositories\\SearchResultCombinationsRepository' => ['privates''Aqarmap\\Bundle\\SearchBundle\\Repositories\\SearchResultCombinationsRepository''getSearchResultCombinationsRepositoryService'false],
  6231.             'Aqarmap\\Bundle\\SearchBundle\\Repositories\\SearchResultRepository' => ['privates''Aqarmap\\Bundle\\SearchBundle\\Repositories\\SearchResultRepository''getSearchResultRepositoryService'false],
  6232.             'Aqarmap\\Bundle\\SearchBundle\\Repositories\\V4\\LocationSearchElasticRepository' => ['privates''Aqarmap\\Bundle\\SearchBundle\\Repositories\\V4\\LocationSearchElasticRepository''getLocationSearchElasticRepositoryService'false],
  6233.             'Aqarmap\\Bundle\\UserBundle\\Repository\\GroupRepository' => ['privates''Aqarmap\\Bundle\\UserBundle\\Repository\\GroupRepository''getGroupRepositoryService'false],
  6234.             'Aqarmap\\Bundle\\UserBundle\\Repository\\SavedSearchRepository' => ['privates''Aqarmap\\Bundle\\UserBundle\\Repository\\SavedSearchRepository''getSavedSearchRepository2Service'false],
  6235.             'Aqarmap\\Bundle\\UserBundle\\Repository\\TeamHistoryRepository' => ['privates''Aqarmap\\Bundle\\UserBundle\\Repository\\TeamHistoryRepository''getTeamHistoryRepositoryService'false],
  6236.             'Aqarmap\\Bundle\\UserBundle\\Repository\\TeamRepository' => ['privates''Aqarmap\\Bundle\\UserBundle\\Repository\\TeamRepository''getTeamRepositoryService'false],
  6237.             'Aqarmap\\Bundle\\UserBundle\\Repository\\UserCheckInRepository' => ['privates''Aqarmap\\Bundle\\UserBundle\\Repository\\UserCheckInRepository''getUserCheckInRepositoryService'false],
  6238.             'Aqarmap\\Bundle\\UserBundle\\Repository\\UserCheckinHistoryRepository' => ['privates''Aqarmap\\Bundle\\UserBundle\\Repository\\UserCheckinHistoryRepository''getUserCheckinHistoryRepositoryService'false],
  6239.             'Aqarmap\\Bundle\\UserBundle\\Repository\\UserDeviceCategoryRepository' => ['privates''Aqarmap\\Bundle\\UserBundle\\Repository\\UserDeviceCategoryRepository''getUserDeviceCategoryRepositoryService'false],
  6240.             'Aqarmap\\Bundle\\UserBundle\\Repository\\UserDeviceRepository' => ['privates''Aqarmap\\Bundle\\UserBundle\\Repository\\UserDeviceRepository''getUserDeviceRepositoryService'false],
  6241.             'Aqarmap\\Bundle\\UserBundle\\Repository\\UserDomainRepository' => ['privates''Aqarmap\\Bundle\\UserBundle\\Repository\\UserDomainRepository''getUserDomainRepositoryService'false],
  6242.             'Aqarmap\\Bundle\\UserBundle\\Repository\\UserInterestElasticRepository' => ['privates''Aqarmap\\Bundle\\UserBundle\\Repository\\UserInterestElasticRepository''getUserInterestElasticRepositoryService'false],
  6243.             'Aqarmap\\Bundle\\UserBundle\\Repository\\UserInterestRepository' => ['privates''Aqarmap\\Bundle\\UserBundle\\Repository\\UserInterestRepository''getUserInterestRepositoryService'false],
  6244.             'Aqarmap\\Bundle\\UserBundle\\Repository\\UserPackagesRepository' => ['privates''Aqarmap\\Bundle\\UserBundle\\Repository\\UserPackagesRepository''getUserPackagesRepositoryService'false],
  6245.             'Aqarmap\\Bundle\\UserBundle\\Repository\\UserRepository' => ['privates''Aqarmap\\Bundle\\UserBundle\\Repository\\UserRepository''getUserRepositoryService'false],
  6246.             'Aqarmap\\Bundle\\UserBundle\\Repository\\UserServicesRepository' => ['privates''Aqarmap\\Bundle\\UserBundle\\Repository\\UserServicesRepository''getUserServicesRepositoryService'false],
  6247.             'Aqarmap\\Bundle\\ValueEngineBundle\\Repository\\DepthProductInsightRepository' => ['privates''Aqarmap\\Bundle\\ValueEngineBundle\\Repository\\DepthProductInsightRepository''getDepthProductInsightRepositoryService'false],
  6248.             'Aqarmap\\Bundle\\ValueEngineBundle\\Repository\\ListingInsightRepository' => ['privates''Aqarmap\\Bundle\\ValueEngineBundle\\Repository\\ListingInsightRepository''getListingInsightRepositoryService'false],
  6249.             'Aqarmap\\Bundle\\ValueEngineBundle\\Repository\\LocationInsightRepository' => ['privates''Aqarmap\\Bundle\\ValueEngineBundle\\Repository\\LocationInsightRepository''getLocationInsightRepositoryService'false],
  6250.             'Aqarmap\\Bundle\\ValueEngineBundle\\Repository\\ValueEngineListingsLocationsRepository' => ['privates''Aqarmap\\Bundle\\ValueEngineBundle\\Repository\\ValueEngineListingsLocationsRepository''getValueEngineListingsLocationsRepositoryService'false],
  6251.             'Aqarmap\\Bundle\\ValueEngineBundle\\Repository\\ValueEngineSettingRepository' => ['privates''Aqarmap\\Bundle\\ValueEngineBundle\\Repository\\ValueEngineSettingRepository''getValueEngineSettingRepositoryService'false],
  6252.         ], [
  6253.             'App\\Repository\\Banners\\BannersRepository' => '?',
  6254.             'App\\Repository\\Lead\\LeadRepository' => '?',
  6255.             'App\\Repository\\Subscriptions\\SubscriptionPlanPackageRepository' => '?',
  6256.             'App\\Repository\\Subscriptions\\SubscriptionPlanRepository' => '?',
  6257.             'App\\Repository\\Subscriptions\\SubscriptionPlanServiceRepository' => '?',
  6258.             'App\\Repository\\Subscriptions\\UserSubscriptionRepository' => '?',
  6259.             'App\\Repository\\User\\UserCardRepository' => '?',
  6260.             'App\\Repository\\User\\UserSubAccountRepository' => '?',
  6261.             'Aqarmap\\Bundle\\BrokerSalesBundle\\Repository\\BrokerRepository' => '?',
  6262.             'Aqarmap\\Bundle\\BrokerSalesBundle\\Repository\\SellerRepository' => '?',
  6263.             'Aqarmap\\Bundle\\BuyerAlertsBundle\\Repository\\BuyerAlertsRepository' => '?',
  6264.             'Aqarmap\\Bundle\\BuyerAlertsBundle\\Repository\\RecentSearchesRepository' => '?',
  6265.             'Aqarmap\\Bundle\\CRMBundle\\Repository\\CompanyRepository' => '?',
  6266.             'Aqarmap\\Bundle\\CRMBundle\\Repository\\CompanyStaffRepository' => '?',
  6267.             'Aqarmap\\Bundle\\CRMBundle\\Repository\\StaffCheckInRepository' => '?',
  6268.             'Aqarmap\\Bundle\\CRMBundle\\Repository\\StaffHistoryRepository' => '?',
  6269.             'Aqarmap\\Bundle\\CRMBundle\\Repository\\StaffRepository' => '?',
  6270.             'Aqarmap\\Bundle\\CreditBundle\\Repository\\ChurnsAndExpiryRepository' => '?',
  6271.             'Aqarmap\\Bundle\\CreditBundle\\Repository\\CreditAnalysisRepository' => '?',
  6272.             'Aqarmap\\Bundle\\CreditBundle\\Repository\\CreditPackageRepositroy' => '?',
  6273.             'Aqarmap\\Bundle\\CreditBundle\\Repository\\CreditRepository' => '?',
  6274.             'Aqarmap\\Bundle\\CreditBundle\\Repository\\PackageServiceRepository' => '?',
  6275.             'Aqarmap\\Bundle\\CreditBundle\\Repository\\ServiceRepository' => '?',
  6276.             'Aqarmap\\Bundle\\CustomerProfilingBundle\\Repository\\QuestionQueueRepository' => '?',
  6277.             'Aqarmap\\Bundle\\CustomerProfilingBundle\\Repository\\QuestionSetRepository' => '?',
  6278.             'Aqarmap\\Bundle\\DiscussionBundle\\Repository\\CategoryRepository' => '?',
  6279.             'Aqarmap\\Bundle\\DiscussionBundle\\Repository\\CommentRepository' => '?',
  6280.             'Aqarmap\\Bundle\\DiscussionBundle\\Repository\\DiscussionRepository' => '?',
  6281.             'Aqarmap\\Bundle\\ExchangeBundle\\Repository\\ExchangeRequestRepository' => '?',
  6282.             'Aqarmap\\Bundle\\ExchangeBundle\\Repository\\ExchangeRequestUnlockRepository' => '?',
  6283.             'Aqarmap\\Bundle\\FeatureToggleBundle\\Repository\\FeatureToggleRepository' => '?',
  6284.             'Aqarmap\\Bundle\\FeatureToggleBundle\\Repository\\FeatureToggleRuleRepository' => '?',
  6285.             'Aqarmap\\Bundle\\FinancialAidsBundle\\Repository\\FinancialAidRepository' => '?',
  6286.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\CRMLeadRepository' => '?',
  6287.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\CallRequestLeadRepository' => '?',
  6288.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\CallRequestRepository' => '?',
  6289.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\CompoundAveragePriceRepository' => '?',
  6290.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\CustomFieldRepository' => '?',
  6291.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\FavouriteRepository' => '?',
  6292.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\FeaturedCompanyLeadRepository' => '?',
  6293.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\FreeListingRepository' => '?',
  6294.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\InteractionRepository' => '?',
  6295.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\LeadRepository' => '?',
  6296.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\LeadsExpectationsRepository' => '?',
  6297.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingFeatureRepository' => '?',
  6298.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingLeadRepository' => '?',
  6299.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingNoteRepository' => '?',
  6300.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingPhoneRepository' => '?',
  6301.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingPhotoRepository' => '?',
  6302.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingRateReasonsRepository' => '?',
  6303.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingRateRepository' => '?',
  6304.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingRepository' => '?',
  6305.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\LocationSupplyDemandRepository' => '?',
  6306.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\MessageLeadRepository' => '?',
  6307.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\PhoneLeadRepository' => '?',
  6308.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\PhoneRepository' => '?',
  6309.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\ProjectSettingRepository' => '?',
  6310.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\RejectionRepository' => '?',
  6311.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\SearchRepository' => '?',
  6312.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\SectionRepository' => '?',
  6313.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\SimilarListingsLeadRepository' => '?',
  6314.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\TargetUserLeadRepository' => '?',
  6315.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\TargetUserMessageLeadRepository' => '?',
  6316.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\TargetUserPhoneLeadRepository' => '?',
  6317.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\TopCustomerRepository' => '?',
  6318.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\TopSellerLeadRepository' => '?',
  6319.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\UserDomainLeadRepository' => '?',
  6320.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\UserDomainMessageLeadRepository' => '?',
  6321.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\UserDomainPhoneLeadRepository' => '?',
  6322.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\UserPhoneRepository' => '?',
  6323.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\WhatsAppLeadRepository' => '?',
  6324.             'Aqarmap\\Bundle\\MainBundle\\Repository\\CustomParagraphRepository' => '?',
  6325.             'Aqarmap\\Bundle\\MainBundle\\Repository\\DefaultTopCustomersRepository' => '?',
  6326.             'Aqarmap\\Bundle\\MainBundle\\Repository\\FeedbackRepository' => '?',
  6327.             'Aqarmap\\Bundle\\MainBundle\\Repository\\JoinUsRepository' => '?',
  6328.             'Aqarmap\\Bundle\\MainBundle\\Repository\\MenuRepository' => '?',
  6329.             'Aqarmap\\Bundle\\MainBundle\\Repository\\MobileSectionsTogglesRepository' => '?',
  6330.             'Aqarmap\\Bundle\\MainBundle\\Repository\\SettingRepository' => '?',
  6331.             'Aqarmap\\Bundle\\MessageBundle\\Repository\\ConversationRecipientRepository' => '?',
  6332.             'Aqarmap\\Bundle\\MessageBundle\\Repository\\ConversationRepository' => '?',
  6333.             'Aqarmap\\Bundle\\MessageBundle\\Repository\\MessageRepository' => '?',
  6334.             'Aqarmap\\Bundle\\MessageBundle\\Repository\\RecipientRepository' => '?',
  6335.             'Aqarmap\\Bundle\\MortgageBundle\\Repository\\MortgageRequestRepository' => '?',
  6336.             'Aqarmap\\Bundle\\NotificationBundle\\Repository\\NotificationBagRepository' => '?',
  6337.             'Aqarmap\\Bundle\\NotificationBundle\\Repository\\NotificationRepository' => '?',
  6338.             'Aqarmap\\Bundle\\NotifierBundle\\Repository\\NotifierRepository' => '?',
  6339.             'Aqarmap\\Bundle\\NotifierBundle\\Repository\\NotifierSettingRepository' => '?',
  6340.             'Aqarmap\\Bundle\\PaymentBundle\\Repository\\PaymentRepository' => '?',
  6341.             'Aqarmap\\Bundle\\PaymentBundle\\Repository\\PaymentTransactionServiceRepository' => '?',
  6342.             'Aqarmap\\Bundle\\PaymentBundle\\Repository\\SalesAnalysisRepository' => '?',
  6343.             'Aqarmap\\Bundle\\RecurringTransactionBundle\\Repository\\RecurringTransactionRepository' => '?',
  6344.             'Aqarmap\\Bundle\\SearchBundle\\Repositories\\ListingSearchRepository' => '?',
  6345.             'Aqarmap\\Bundle\\SearchBundle\\Repositories\\LocationSearchRepository' => '?',
  6346.             'Aqarmap\\Bundle\\SearchBundle\\Repositories\\SearchResultCombinationsRepository' => '?',
  6347.             'Aqarmap\\Bundle\\SearchBundle\\Repositories\\SearchResultRepository' => '?',
  6348.             'Aqarmap\\Bundle\\SearchBundle\\Repositories\\V4\\LocationSearchElasticRepository' => '?',
  6349.             'Aqarmap\\Bundle\\UserBundle\\Repository\\GroupRepository' => '?',
  6350.             'Aqarmap\\Bundle\\UserBundle\\Repository\\SavedSearchRepository' => '?',
  6351.             'Aqarmap\\Bundle\\UserBundle\\Repository\\TeamHistoryRepository' => '?',
  6352.             'Aqarmap\\Bundle\\UserBundle\\Repository\\TeamRepository' => '?',
  6353.             'Aqarmap\\Bundle\\UserBundle\\Repository\\UserCheckInRepository' => '?',
  6354.             'Aqarmap\\Bundle\\UserBundle\\Repository\\UserCheckinHistoryRepository' => '?',
  6355.             'Aqarmap\\Bundle\\UserBundle\\Repository\\UserDeviceCategoryRepository' => '?',
  6356.             'Aqarmap\\Bundle\\UserBundle\\Repository\\UserDeviceRepository' => '?',
  6357.             'Aqarmap\\Bundle\\UserBundle\\Repository\\UserDomainRepository' => '?',
  6358.             'Aqarmap\\Bundle\\UserBundle\\Repository\\UserInterestElasticRepository' => '?',
  6359.             'Aqarmap\\Bundle\\UserBundle\\Repository\\UserInterestRepository' => '?',
  6360.             'Aqarmap\\Bundle\\UserBundle\\Repository\\UserPackagesRepository' => '?',
  6361.             'Aqarmap\\Bundle\\UserBundle\\Repository\\UserRepository' => '?',
  6362.             'Aqarmap\\Bundle\\UserBundle\\Repository\\UserServicesRepository' => '?',
  6363.             'Aqarmap\\Bundle\\ValueEngineBundle\\Repository\\DepthProductInsightRepository' => '?',
  6364.             'Aqarmap\\Bundle\\ValueEngineBundle\\Repository\\ListingInsightRepository' => '?',
  6365.             'Aqarmap\\Bundle\\ValueEngineBundle\\Repository\\LocationInsightRepository' => '?',
  6366.             'Aqarmap\\Bundle\\ValueEngineBundle\\Repository\\ValueEngineListingsLocationsRepository' => '?',
  6367.             'Aqarmap\\Bundle\\ValueEngineBundle\\Repository\\ValueEngineSettingRepository' => '?',
  6368.         ])));
  6369.         $a->addCustomStringFunction('radians''DoctrineExtensions\\Query\\Mysql\\Radians');
  6370.         $a->addCustomStringFunction('FIND_IN_SET''Aqarmap\\Bundle\\MainBundle\\DQL\\FindInSet');
  6371.         $a->addCustomStringFunction('YEARWEEK''Aqarmap\\Bundle\\MainBundle\\DQL\\SelectYearWeek');
  6372.         $a->addCustomStringFunction('INSERT''Aqarmap\\Bundle\\MainBundle\\DQL\\Insert');
  6373.         $a->addCustomStringFunction('Point''Aqarmap\\Bundle\\MainBundle\\DQL\\Point');
  6374.         $a->addCustomStringFunction('ST_Distance_Sphere''Aqarmap\\Bundle\\MainBundle\\DQL\\ST_Distance_Sphere');
  6375.         $a->addCustomStringFunction('FIELD''DoctrineExtensions\\Query\\Mysql\\Field');
  6376.         $a->addCustomStringFunction('LIMIT_ONE_CORRELATED_SUB_QUERY''Aqarmap\\Bundle\\MainBundle\\DQL\\LimitCorrelatedSubQuery');
  6377.         $a->addCustomStringFunction('least''DoctrineExtensions\\Query\\Mysql\\Least');
  6378.         $a->addCustomNumericFunction('acos''DoctrineExtensions\\Query\\Mysql\\Acos');
  6379.         $a->addCustomNumericFunction('asin''DoctrineExtensions\\Query\\Mysql\\Asin');
  6380.         $a->addCustomNumericFunction('sin''DoctrineExtensions\\Query\\Mysql\\Sin');
  6381.         $a->addCustomNumericFunction('cos''DoctrineExtensions\\Query\\Mysql\\Cos');
  6382.         $a->addCustomNumericFunction('cot''DoctrineExtensions\\Query\\Mysql\\Cot');
  6383.         $a->addCustomNumericFunction('rand''DoctrineExtensions\\Query\\Mysql\\Rand');
  6384.         $a->addCustomDatetimeFunction('date_format''DoctrineExtensions\\Query\\Mysql\\DateFormat');
  6385.         $a->addFilter('softdeleteable''Gedmo\\SoftDeleteable\\Filter\\SoftDeleteableFilter');
  6386.         $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  6387.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([=> 'softdeleteable'], []))->configure($instance);
  6388.         return $instance;
  6389.     }
  6390.     /**
  6391.      * Gets the public 'doctrine_mongodb' shared service.
  6392.      *
  6393.      * @return \Doctrine\Bundle\MongoDBBundle\ManagerRegistry
  6394.      */
  6395.     protected function getDoctrineMongodbService()
  6396.     {
  6397.         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);
  6398.     }
  6399.     /**
  6400.      * Gets the public 'doctrine_mongodb.odm.command_logger_registry' shared service.
  6401.      *
  6402.      * @return \Doctrine\Bundle\MongoDBBundle\APM\CommandLoggerRegistry
  6403.      */
  6404.     protected function getDoctrineMongodb_Odm_CommandLoggerRegistryService()
  6405.     {
  6406.         include_once \dirname(__DIR__4).'/vendor/doctrine/mongodb-odm-bundle/APM/CommandLoggerRegistry.php';
  6407.         return $this->services['doctrine_mongodb.odm.command_logger_registry'] = new \Doctrine\Bundle\MongoDBBundle\APM\CommandLoggerRegistry(new RewindableGenerator(function () {
  6408.             yield => ($this->privates['doctrine_mongodb.odm.stopwatch_command_logger'] ?? $this->getDoctrineMongodb_Odm_StopwatchCommandLoggerService());
  6409.             yield => ($this->privates['doctrine_mongodb.odm.psr_command_logger'] ?? $this->getDoctrineMongodb_Odm_PsrCommandLoggerService());
  6410.             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()));
  6411.         }, 3));
  6412.     }
  6413.     /**
  6414.      * Gets the public 'doctrine_mongodb.odm.default_connection' shared service.
  6415.      *
  6416.      * @return \MongoDB\Client
  6417.      */
  6418.     protected function getDoctrineMongodb_Odm_DefaultConnectionService()
  6419.     {
  6420.         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']]);
  6421.     }
  6422.     /**
  6423.      * Gets the public 'doctrine_mongodb.odm.default_document_manager' shared service.
  6424.      *
  6425.      * @return \Doctrine\ODM\MongoDB\DocumentManager
  6426.      */
  6427.     protected function getDoctrineMongodb_Odm_DefaultDocumentManagerService()
  6428.     {
  6429.         $a = new \Doctrine\ODM\MongoDB\Configuration();
  6430.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  6431.         $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')]);
  6432.         $b->addDriver($c'App\\Document');
  6433.         $b->addDriver($c'Aqarmap\\Bundle\\UserBundle\\Document');
  6434.         $b->addDriver($c'Aqarmap\\Bundle\\MainBundle\\Document');
  6435.         $b->addDriver($c'Aqarmap\\Bundle\\ListingBundle\\Document');
  6436.         $b->addDriver($c'Aqarmap\\Bundle\\CreditBundle\\Document');
  6437.         $b->addDriver($c'Aqarmap\\Bundle\\SearchBundle\\Document');
  6438.         $b->addDriver($c'Aqarmap\\Bundle\\RecurringTransactionBundle\\Document');
  6439.         $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']);
  6440.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  6441.         $a->setMetadataDriverImpl($b);
  6442.         $a->setProxyDir(($this->targetDir.''.'/doctrine/odm/mongodb/Proxies'));
  6443.         $a->setProxyNamespace('MongoDBODMProxies');
  6444.         $a->setAutoGenerateProxyClasses(2);
  6445.         $a->setHydratorDir(($this->targetDir.''.'/doctrine/odm/mongodb/Hydrators'));
  6446.         $a->setHydratorNamespace('Hydrators');
  6447.         $a->setAutoGenerateHydratorClasses(1);
  6448.         $a->setDefaultDB($this->getEnv('resolve:MONGODB_DB'));
  6449.         $a->setDefaultCommitOptions([]);
  6450.         $a->setDefaultDocumentRepositoryClassName('Doctrine\\ODM\\MongoDB\\Repository\\DocumentRepository');
  6451.         $a->setDefaultGridFSRepositoryClassName('Doctrine\\ODM\\MongoDB\\Repository\\DefaultGridFSRepository');
  6452.         $a->setPersistentCollectionDir(($this->targetDir.''.'/doctrine/odm/mongodb/PersistentCollections'));
  6453.         $a->setPersistentCollectionNamespace('PersistentCollections');
  6454.         $a->setAutoGeneratePersistentCollectionClasses(0);
  6455.         $a->setRepositoryFactory(new \Doctrine\Bundle\MongoDBBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6456.             'Aqarmap\\Bundle\\CreditBundle\\Repository\\FaqRepository' => ['privates''Aqarmap\\Bundle\\CreditBundle\\Repository\\FaqRepository''getFaqRepositoryService'false],
  6457.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingActivityLogRepository' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingActivityLogRepository''getListingActivityLogRepositoryService'false],
  6458.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingImpressionAggregationRepository' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingImpressionAggregationRepository''getListingImpressionAggregationRepositoryService'false],
  6459.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingImpressionRepository' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingImpressionRepository''getListingImpressionRepositoryService'false],
  6460.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\LocationSearchHistoryRepository' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\LocationSearchHistoryRepository''getLocationSearchHistoryRepositoryService'false],
  6461.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\QuickRegistrationUnsubmitSurveyRepository' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\QuickRegistrationUnsubmitSurveyRepository''getQuickRegistrationUnsubmitSurveyRepositoryService'false],
  6462.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\SavedSearchRepository' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\SavedSearchRepository''getSavedSearchRepositoryService'false],
  6463.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\ScrapedListingRepository' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\ScrapedListingRepository''getScrapedListingRepositoryService'false],
  6464.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\ScrapedListingStatsRepository' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\ScrapedListingStatsRepository''getScrapedListingStatsRepositoryService'false],
  6465.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\SearchKeywordRepository' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\SearchKeywordRepository''getSearchKeywordRepositoryService'false],
  6466.             'Aqarmap\\Bundle\\MainBundle\\Repository\\ActivityRepository' => ['privates''Aqarmap\\Bundle\\MainBundle\\Repository\\ActivityRepository''getActivityRepositoryService'false],
  6467.             'Aqarmap\\Bundle\\MainBundle\\Repository\\PerformanceLogRepository' => ['privates''Aqarmap\\Bundle\\MainBundle\\Repository\\PerformanceLogRepository''getPerformanceLogRepositoryService'false],
  6468.             'Aqarmap\\Bundle\\MainBundle\\Repository\\TestimonialRepository' => ['privates''Aqarmap\\Bundle\\MainBundle\\Repository\\TestimonialRepository''getTestimonialRepositoryService'false],
  6469.             'Aqarmap\\Bundle\\SearchBundle\\Repositories\\SearchResultRepository' => ['privates''Aqarmap\\Bundle\\SearchBundle\\Repositories\\SearchResultRepository''getSearchResultRepositoryService'false],
  6470.             'Aqarmap\\Bundle\\UserBundle\\Repository\\UserCheckinHistoryRepository' => ['privates''Aqarmap\\Bundle\\UserBundle\\Repository\\UserCheckinHistoryRepository''getUserCheckinHistoryRepositoryService'false],
  6471.         ], [
  6472.             'Aqarmap\\Bundle\\CreditBundle\\Repository\\FaqRepository' => '?',
  6473.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingActivityLogRepository' => '?',
  6474.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingImpressionAggregationRepository' => '?',
  6475.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingImpressionRepository' => '?',
  6476.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\LocationSearchHistoryRepository' => '?',
  6477.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\QuickRegistrationUnsubmitSurveyRepository' => '?',
  6478.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\SavedSearchRepository' => '?',
  6479.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\ScrapedListingRepository' => '?',
  6480.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\ScrapedListingStatsRepository' => '?',
  6481.             'Aqarmap\\Bundle\\ListingBundle\\Repository\\SearchKeywordRepository' => '?',
  6482.             'Aqarmap\\Bundle\\MainBundle\\Repository\\ActivityRepository' => '?',
  6483.             'Aqarmap\\Bundle\\MainBundle\\Repository\\PerformanceLogRepository' => '?',
  6484.             'Aqarmap\\Bundle\\MainBundle\\Repository\\TestimonialRepository' => '?',
  6485.             'Aqarmap\\Bundle\\SearchBundle\\Repositories\\SearchResultRepository' => '?',
  6486.             'Aqarmap\\Bundle\\UserBundle\\Repository\\UserCheckinHistoryRepository' => '?',
  6487.         ])));
  6488.         $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, [
  6489.             'gedmo.listener.reference.mongodb' => ['privates''gedmo.listener.reference.mongodb''getGedmo_Listener_Reference_MongodbService'false],
  6490.         ], [
  6491.             'gedmo.listener.reference.mongodb' => '?',
  6492.         ]), [=> 'gedmo.listener.reference.mongodb']));
  6493.         (new \Doctrine\Bundle\MongoDBBundle\ManagerConfigurator([]))->configure($instance);
  6494.         return $instance;
  6495.     }
  6496.     /**
  6497.      * Gets the public 'enqueue.client.default.producer' shared service.
  6498.      *
  6499.      * @return \Enqueue\Client\TraceableProducer
  6500.      */
  6501.     protected function getEnqueue_Client_Default_ProducerService()
  6502.     {
  6503.         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([])));
  6504.     }
  6505.     /**
  6506.      * Gets the public 'enqueue_elastica.queue_pager_perister' shared service.
  6507.      *
  6508.      * @return \Enqueue\ElasticaBundle\Persister\QueuePagerPersister
  6509.      */
  6510.     protected function getEnqueueElastica_QueuePagerPeristerService()
  6511.     {
  6512.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Persister/PagerPersisterInterface.php';
  6513.         include_once \dirname(__DIR__4).'/vendor/enqueue/elastica-bundle/Persister/QueuePagerPersister.php';
  6514.         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()));
  6515.     }
  6516.     /**
  6517.      * Gets the public 'error_controller' shared service.
  6518.      *
  6519.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  6520.      */
  6521.     protected function getErrorControllerService()
  6522.     {
  6523.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  6524.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  6525.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  6526.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  6527.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  6528.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  6529.         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)));
  6530.     }
  6531.     /**
  6532.      * Gets the public 'event_dispatcher' shared service.
  6533.      *
  6534.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  6535.      */
  6536.     protected function getEventDispatcherService()
  6537.     {
  6538.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  6539.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6540.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  6541.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  6542.         $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())));
  6543.         $instance->addListener('kernel.controller', [=> function () {
  6544.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  6545.         }, => 'onKernelController'], 0);
  6546.         $instance->addListener('elastica.index.index_post_populate', [=> function () {
  6547.             return ($this->privates['fos_elastica.populate_listener'] ?? $this->getFosElastica_PopulateListenerService());
  6548.         }, => 'onPostIndexPopulate'], -9999);
  6549.         $instance->addListener('kernel.request', [=> function () {
  6550.             return ($this->privates['fos_rest.body_listener'] ?? $this->getFosRest_BodyListenerService());
  6551.         }, => 'onKernelRequest'], 10);
  6552.         $instance->addListener('kernel.request', [=> function () {
  6553.             return ($this->privates['fos_rest.format_listener'] ?? $this->getFosRest_FormatListenerService());
  6554.         }, => 'onKernelRequest'], 34);
  6555.         $instance->addListener('kernel.request', [=> function () {
  6556.             return ($this->privates['fos_rest.versioning.listener'] ?? $this->getFosRest_Versioning_ListenerService());
  6557.         }, => 'onKernelRequest'], 33);
  6558.         $instance->addListener('kernel.request', [=> function () {
  6559.             return ($this->privates['fos_rest.versioning.exclusion_listener'] ?? $this->getFosRest_Versioning_ExclusionListenerService());
  6560.         }, => 'onKernelRequest'], 31);
  6561.         $instance->addListener('kernel.controller', [=> function () {
  6562.             return ($this->privates['fos_rest.param_fetcher_listener'] ?? $this->getFosRest_ParamFetcherListenerService());
  6563.         }, => 'onKernelController'], 5);
  6564.         $instance->addListener('kernel.exception', [=> function () {
  6565.             return ($this->services['jms_i18n_routing.locale_choosing_listener'] ?? $this->getJmsI18nRouting_LocaleChoosingListenerService());
  6566.         }, => 'onKernelException'], 128);
  6567.         $instance->addListener('kernel.response', [=> function () {
  6568.             return ($this->services['jms_i18n_routing.cookie_setting_listener'] ?? $this->getJmsI18nRouting_CookieSettingListenerService());
  6569.         }, => 'onKernelResponse'], 256);
  6570.         $instance->addListener('kernel.request', [=> function () {
  6571.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  6572.         }, => 'onKernelRequest'], 0);
  6573.         $instance->addListener('Presta\\SitemapBundle\\Event\\SitemapPopulateEvent', [=> function () {
  6574.             return ($this->privates['presta_sitemap.eventlistener.route_annotation'] ?? $this->getPrestaSitemap_Eventlistener_RouteAnnotationService());
  6575.         }, => 'registerRouteAnnotation'], 0);
  6576.         $instance->addListener('kernel.exception', [=> function () {
  6577.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->getWebpackEncore_ExceptionListenerService());
  6578.         }, => 'onKernelException'], 0);
  6579.         $instance->addListener('kernel.request', [=> function () {
  6580.             return ($this->privates['App\\EventSubscriber\\ScraperThrottleSubscriber'] ?? $this->getScraperThrottleSubscriberService());
  6581.         }, => 'onKernelRequest'], 0);
  6582.         $instance->addListener('aqarmap.login.success', [=> function () {
  6583.             return ($this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\AdminLoginListener'] ?? $this->getAdminLoginListenerService());
  6584.         }, => 'onAdminLogin'], 0);
  6585.         $instance->addListener('fos_user.change_password.edit.completed', [=> function () {
  6586.             return ($this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\ChangeUserPasswordSubscriber'] ?? $this->getChangeUserPasswordSubscriberService());
  6587.         }, => 'expireTokens'], 0);
  6588.         $instance->addListener('fos_user.resetting.reset.success', [=> function () {
  6589.             return ($this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\ChangeUserPasswordSubscriber'] ?? $this->getChangeUserPasswordSubscriberService());
  6590.         }, => 'onResettingResetRequest'], 0);
  6591.         $instance->addListener('aqarmap.user.password.reset', [=> function () {
  6592.             return ($this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\ChangeUserPasswordSubscriber'] ?? $this->getChangeUserPasswordSubscriberService());
  6593.         }, => 'onResettingPassword'], 0);
  6594.         $instance->addListener('aqarmap.main.admin_sidebar_menu_configure', [=> function () {
  6595.             return ($this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\ConfigureMenuEventSubscriber'] ?? $this->getConfigureMenuEventSubscriber5Service());
  6596.         }, => 'onAdminSidebarMenuConfigure'], 0);
  6597.         $instance->addListener('kernel.request', [=> function () {
  6598.             return ($this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\LocaleEventSubscriber'] ?? $this->getLocaleEventSubscriber2Service());
  6599.         }, => 'onKernelRequest'], 0);
  6600.         $instance->addListener('parent.logo.approved', [=> function () {
  6601.             return ($this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\ParentLogoApprovedEventSubscriber'] ?? $this->getParentLogoApprovedEventSubscriberService());
  6602.         }, => 'onParentLogoApproved'], 0);
  6603.         $instance->addListener('fos_user.profile.edit.completed', [=> function () {
  6604.             return ($this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\ProfileEditedListener'] ?? $this->getProfileEditedListenerService());
  6605.         }, => 'onProfileEdited'], 0);
  6606.         $instance->addListener('fos_user.registration.success', [=> function () {
  6607.             return ($this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\RegistrationSuccessListener'] ?? $this->getRegistrationSuccessListenerService());
  6608.         }, => 'onRegistrationFormValidated'], 0);
  6609.         $instance->addListener('fos_user.registration.success', [=> function () {
  6610.             return ($this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\RegistrationSuccessListener'] ?? $this->getRegistrationSuccessListenerService());
  6611.         }, => 'onRegistrationSuccess'], 0);
  6612.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  6613.             return ($this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\ResetPasswordListener'] ?? $this->getResetPasswordListenerService());
  6614.         }, => 'passwordResetCompleted'], 0);
  6615.         $instance->addListener('fos_user.registration.initialize', [=> function () {
  6616.             return ($this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\SetUserLanguageListener'] ?? ($this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\SetUserLanguageListener'] = new \Aqarmap\Bundle\UserBundle\EventListener\SetUserLanguageListener()));
  6617.         }, => 'onRegistrationInitiate'], 0);
  6618.         $instance->addListener('security.switch_user', [=> function () {
  6619.             return ($this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\SwitchUserSubscriber'] ?? $this->getSwitchUserSubscriberService());
  6620.         }, => 'onSwitchUser'], 0);
  6621.         $instance->addListener('aqarmap.listing.message_submitted', [=> function () {
  6622.             return ($this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\UserInterestSubscribeListener'] ?? $this->getUserInterestSubscribeListenerService());
  6623.         }, => 'onAddLead'], 0);
  6624.         $instance->addListener('aqarmap.listing.call_requested', [=> function () {
  6625.             return ($this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\UserInterestSubscribeListener'] ?? $this->getUserInterestSubscribeListenerService());
  6626.         }, => 'onAddLead'], 0);
  6627.         $instance->addListener('aqarmap.listing.show_seller_number', [=> function () {
  6628.             return ($this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\UserInterestSubscribeListener'] ?? $this->getUserInterestSubscribeListenerService());
  6629.         }, => 'onAddLead'], 0);
  6630.         $instance->addListener('aqarmap.interest.create_non_searchable', [=> function () {
  6631.             return ($this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\UserInterestSubscribeListener'] ?? $this->getUserInterestSubscribeListenerService());
  6632.         }, => 'onCreateInterest'], 0);
  6633.         $instance->addListener('security.interactive_login', [=> function () {
  6634.             return ($this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\UserLoginListener'] ?? $this->getUserLoginListenerService());
  6635.         }, => 'updateLegacyPasswordsListener'], 0);
  6636.         $instance->addListener('security.interactive_login', [=> function () {
  6637.             return ($this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\UserLoginListener'] ?? $this->getUserLoginListenerService());
  6638.         }, => 'setAuthTokenInCookies'], 0);
  6639.         $instance->addListener('fos_user.security.implicit_login', [=> function () {
  6640.             return ($this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\UserLoginListener'] ?? $this->getUserLoginListenerService());
  6641.         }, => 'onImplisictLogin'], 0);
  6642.         $instance->addListener('aqarmap.user_package.created', [=> function () {
  6643.             return ($this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\UserPackageSubscriber'] ?? $this->getUserPackageSubscriberService());
  6644.         }, => 'updateUserTypeOnUserPackageCreation'], 0);
  6645.         $instance->addListener('fos_user.profile.edit.success', [=> function () {
  6646.             return ($this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\UserUpdateListener'] ?? $this->getUserUpdateListenerService());
  6647.         }, => 'onProfileEditSuccess'], 0);
  6648.         $instance->addListener('aws.ses.bounce', [=> function () {
  6649.             return ($this->privates['Aqarmap\\Bundle\\MainBundle\\EventListener\\BouncedEmailListener'] ?? $this->getBouncedEmailListenerService());
  6650.         }, => 'disabledAccount'], 0);
  6651.         $instance->addListener('aws.ses.complaint', [=> function () {
  6652.             return ($this->privates['Aqarmap\\Bundle\\MainBundle\\EventListener\\BouncedEmailListener'] ?? $this->getBouncedEmailListenerService());
  6653.         }, => 'globalUnsubscribe'], 0);
  6654.         $instance->addListener('elastica.pager_persister.pre_persist', [=> function () {
  6655.             return ($this->privates['Aqarmap\\Bundle\\MainBundle\\EventListener\\ElasticaPopulateSubscriber'] ?? ($this->privates['Aqarmap\\Bundle\\MainBundle\\EventListener\\ElasticaPopulateSubscriber'] = new \Aqarmap\Bundle\MainBundle\EventListener\ElasticaPopulateSubscriber()));
  6656.         }, => 'onPrePersist'], 0);
  6657.         $instance->addListener('aqarmap.feedback.send_message', [=> function () {
  6658.             return ($this->privates['Aqarmap\\Bundle\\MainBundle\\EventListener\\FeedbackListener'] ?? $this->getFeedbackListenerService());
  6659.         }, => 'onSubmitFeedback'], 0);
  6660.         $instance->addListener('kernel.request', [=> function () {
  6661.             return ($this->privates['Aqarmap\\Bundle\\MainBundle\\EventListener\\IpTraceSubscriber'] ?? $this->getIpTraceSubscriberService());
  6662.         }, => 'onKernelRequest'], 0);
  6663.         $instance->addListener('Presta\\SitemapBundle\\Event\\SitemapPopulateEvent', [=> function () {
  6664.             return ($this->privates['Aqarmap\\Bundle\\MainBundle\\EventListener\\SiteMapListener'] ?? $this->getSiteMapListenerService());
  6665.         }, => 'populate'], 0);
  6666.         $instance->addListener('aqarmap.main.admin_sidebar_menu_configure', [=> function () {
  6667.             return ($this->privates['Aqarmap\\Bundle\\MainBundle\\Listener\\ConfigureMenuEventSubscriber'] ?? $this->getConfigureMenuEventSubscriber3Service());
  6668.         }, => 'onAdminSidebarMenuConfigure'], 0);
  6669.         $instance->addListener('kernel.request', [=> function () {
  6670.             return ($this->privates['Aqarmap\\Bundle\\MainBundle\\Listener\\DoctrineExtensionEventSubscriber'] ?? $this->getDoctrineExtensionEventSubscriberService());
  6671.         }, => 'onLateKernelRequest'], -10);
  6672.         $instance->addListener('kernel.request', [=> function () {
  6673.             return ($this->privates['Aqarmap\\Bundle\\MainBundle\\Listener\\RequestEventSubscriber'] ?? $this->getRequestEventSubscriberService());
  6674.         }, => 'onKernelRequest'], 0);
  6675.         $instance->addListener('Presta\\SitemapBundle\\Event\\SitemapPopulateEvent', [=> function () {
  6676.             return ($this->privates['app.sitemap.sections_subscriber'] ?? $this->getApp_Sitemap_SectionsSubscriberService());
  6677.         }, => 'populate'], 0);
  6678.         $instance->addListener('form.pre_set_data', [=> function () {
  6679.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\BuildListingAttributeFormListener'] ?? $this->getBuildListingAttributeFormListenerService());
  6680.         }, => 'buildForm'], 0);
  6681.         $instance->addListener('aqarmap.project.calculate.average.pricePerMeter', [=> function () {
  6682.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\CompoundAveragePricePerMeterListener'] ?? $this->getCompoundAveragePricePerMeterListenerService());
  6683.         }, => 'calculateAveragePricePerMeter'], 1);
  6684.         $instance->addListener('aqarmap.project.re_calculate.min_price_area', [=> function () {
  6685.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\CompoundFieldListener'] ?? $this->getCompoundFieldListenerService());
  6686.         }, => 'postSaveProjectUnitEvent'], 1);
  6687.         $instance->addListener('aqarmap.main.admin_sidebar_menu_configure', [=> function () {
  6688.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ConfigureMenuEventSubscriber'] ?? $this->getConfigureMenuEventSubscriber2Service());
  6689.         }, => 'onAdminSidebarMenuConfigure'], 0);
  6690.         $instance->addListener('aqarmap.main.breadcrumb_configure', [=> function () {
  6691.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ConfigureMenuEventSubscriber'] ?? $this->getConfigureMenuEventSubscriber2Service());
  6692.         }, => 'onBreadcrumbConfigure'], 0);
  6693.         $instance->addListener('aqarmap.listing.publish', [=> function () {
  6694.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\CreditStatusListener'] ?? $this->getCreditStatusListenerService());
  6695.         }, => 'onListingPublishEvent'], 100);
  6696.         $instance->addListener('form.pre_set_data', [=> function () {
  6697.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\CustomFieldSubscriber'] ?? ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\CustomFieldSubscriber'] = new \Aqarmap\Bundle\ListingBundle\EventListener\CustomFieldSubscriber()));
  6698.         }, => 'preSetData'], 0);
  6699.         $instance->addListener('aqarmap.listing.lead.add', [=> function () {
  6700.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\LeadDuplicateSubscriber'] ?? $this->getLeadDuplicateSubscriberService());
  6701.         }, => 'handleDuplicateLead'], 0);
  6702.         $instance->addListener('aqarmap.listing.message_submitted', [=> function () {
  6703.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\LeadSubscribeListener'] ?? $this->getLeadSubscribeListenerService());
  6704.         }, => 'onContactSeller'], 0);
  6705.         $instance->addListener('aqarmap.listing.show_seller_number', [=> function () {
  6706.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\LeadSubscribeListener'] ?? $this->getLeadSubscribeListenerService());
  6707.         }, => 'onShowPhoneNumber'], 0);
  6708.         $instance->addListener('aqarmap.listing.lead.add', [=> function () {
  6709.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\LeadSystemLabelSubscriber'] ?? $this->getLeadSystemLabelSubscriberService());
  6710.         }, => 'setActiveUserFlag'], 1);
  6711.         $instance->addListener('aqarmap.listing.lead.add', [=> function () {
  6712.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\LeadSystemLabelSubscriber'] ?? $this->getLeadSystemLabelSubscriberService());
  6713.         }, => 'setBrokerFlag'], 0);
  6714.         $instance->addListener('aqarmap.listing.publish', [=> function () {
  6715.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingActivityLogListener'] ?? $this->getListingActivityLogListenerService());
  6716.         }, => 'listingPublishEvent'], 0);
  6717.         $instance->addListener('aqarmap.listing.scrapped.publish', [=> function () {
  6718.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingActivityLogListener'] ?? $this->getListingActivityLogListenerService());
  6719.         }, => 'listingPublishEvent'], 0);
  6720.         $instance->addListener('aqarmap.listing.delete', [=> function () {
  6721.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingActivityLogListener'] ?? $this->getListingActivityLogListenerService());
  6722.         }, => 'listingDeleteEvent'], 0);
  6723.         $instance->addListener('aqarmap.listing.delete_by_user', [=> function () {
  6724.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingActivityLogListener'] ?? $this->getListingActivityLogListenerService());
  6725.         }, => 'listingDeleteByUserEvent'], 0);
  6726.         $instance->addListener('aqarmap.listing.reset_title', [=> function () {
  6727.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingActivityLogListener'] ?? $this->getListingActivityLogListenerService());
  6728.         }, => 'listingResetTitleEvent'], 0);
  6729.         $instance->addListener('aqarmap.listing.remove_numbers', [=> function () {
  6730.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingActivityLogListener'] ?? $this->getListingActivityLogListenerService());
  6731.         }, => 'listingRemoveNumbersEvent'], 0);
  6732.         $instance->addListener('aqarmap.listing.clear_video', [=> function () {
  6733.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingActivityLogListener'] ?? $this->getListingActivityLogListenerService());
  6734.         }, => 'listingRemoveVideoEvent'], 0);
  6735.         $instance->addListener('aqarmap.listing.clear_map', [=> function () {
  6736.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingActivityLogListener'] ?? $this->getListingActivityLogListenerService());
  6737.         }, => 'listingRemoveMapEvent'], 0);
  6738.         $instance->addListener('aqarmap.listing.clear_price', [=> function () {
  6739.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingActivityLogListener'] ?? $this->getListingActivityLogListenerService());
  6740.         }, => 'listingRemovePriceEvent'], 0);
  6741.         $instance->addListener('aqarmap.listing.featured', [=> function () {
  6742.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingActivityLogListener'] ?? $this->getListingActivityLogListenerService());
  6743.         }, => 'listingFeaturedEvent'], 0);
  6744.         $instance->addListener('aqarmap.listing.super_featured', [=> function () {
  6745.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingActivityLogListener'] ?? $this->getListingActivityLogListenerService());
  6746.         }, => 'listingSuperFeaturedEvent'], 0);
  6747.         $instance->addListener('aqarmap.listing.premium', [=> function () {
  6748.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingActivityLogListener'] ?? $this->getListingActivityLogListenerService());
  6749.         }, => 'listingPremiumFeaturedEvent'], 0);
  6750.         $instance->addListener('aqarmap.listing.sponsored', [=> function () {
  6751.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingActivityLogListener'] ?? $this->getListingActivityLogListenerService());
  6752.         }, => 'listingSponsoredFeaturedEvent'], 0);
  6753.         $instance->addListener('aqarmap.listing.spotlight', [=> function () {
  6754.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingActivityLogListener'] ?? $this->getListingActivityLogListenerService());
  6755.         }, => 'listingSpotlightFeaturedEvent'], 0);
  6756.         $instance->addListener('aqarmap.listing.bump_up_started', [=> function () {
  6757.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingActivityLogListener'] ?? $this->getListingActivityLogListenerService());
  6758.         }, => 'listingAutoBumpUpStartedEvent'], 0);
  6759.         $instance->addListener('aqarmap.listing.bump_up_reverted', [=> function () {
  6760.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingActivityLogListener'] ?? $this->getListingActivityLogListenerService());
  6761.         }, => 'listingAutoBumpUpRevertedEvent'], 0);
  6762.         $instance->addListener('aqarmap.listing.bump_up_step', [=> function () {
  6763.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingActivityLogListener'] ?? $this->getListingActivityLogListenerService());
  6764.         }, => 'listingAutoBumpUpStepEvent'], 0);
  6765.         $instance->addListener('aqarmap.listing.bump_up_expired', [=> function () {
  6766.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingActivityLogListener'] ?? $this->getListingActivityLogListenerService());
  6767.         }, => 'listingAutoBumpUpExpiredEvent'], 0);
  6768.         $instance->addListener('aqarmap.listing.unfeatured', [=> function () {
  6769.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingActivityLogListener'] ?? $this->getListingActivityLogListenerService());
  6770.         }, => 'listingUnFeaturedEvent'], 0);
  6771.         $instance->addListener('aqarmap.listing.expired', [=> function () {
  6772.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingActivityLogListener'] ?? $this->getListingActivityLogListenerService());
  6773.         }, => 'listingExpiredEvent'], 0);
  6774.         $instance->addListener('aqarmap.listing.rejected', [=> function () {
  6775.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingActivityLogListener'] ?? $this->getListingActivityLogListenerService());
  6776.         }, => 'listingRejectedEvent'], 0);
  6777.         $instance->addListener('aqarmap.listing.pending_photos', [=> function () {
  6778.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingActivityLogListener'] ?? $this->getListingActivityLogListenerService());
  6779.         }, => 'listingPendingPhotoEvent'], 0);
  6780.         $instance->addListener('aqarmap.listing.pending_payment', [=> function () {
  6781.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingActivityLogListener'] ?? $this->getListingActivityLogListenerService());
  6782.         }, => 'listingPendingPaymentEvent'], 0);
  6783.         $instance->addListener('aqarmap.listing.free_publish', [=> function () {
  6784.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingActivityLogListener'] ?? $this->getListingActivityLogListenerService());
  6785.         }, => 'listingPublishFreeEvent'], 0);
  6786.         $instance->addListener('aqarmap.listing.publish_without_photos', [=> function () {
  6787.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingActivityLogListener'] ?? $this->getListingActivityLogListenerService());
  6788.         }, => 'listingPublishWithOutPhotoEvent'], 0);
  6789.         $instance->addListener('aqarmap.listing.created', [=> function () {
  6790.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingActivityLogListener'] ?? $this->getListingActivityLogListenerService());
  6791.         }, => 'listingCreatedEvent'], 0);
  6792.         $instance->addListener('aqarmap.listing.pending_approval', [=> function () {
  6793.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingActivityLogListener'] ?? $this->getListingActivityLogListenerService());
  6794.         }, => 'listingPendingApprovalEvent'], 0);
  6795.         $instance->addListener('aqarmap.listing.sold_by_owner', [=> function () {
  6796.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingActivityLogListener'] ?? $this->getListingActivityLogListenerService());
  6797.         }, => 'listingSoldByOwnerFeaturedEvent'], 0);
  6798.         $instance->addListener('aqarmap.listing.sold_by_owner_sponsored', [=> function () {
  6799.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingActivityLogListener'] ?? $this->getListingActivityLogListenerService());
  6800.         }, => 'listingSoldByOwnerSponsoredEvent'], 0);
  6801.         $instance->addListener('aqarmap.listing.first_listing_for_free', [=> function () {
  6802.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingActivityLogListener'] ?? $this->getListingActivityLogListenerService());
  6803.         }, => 'firstListingForFreeEvent'], 0);
  6804.         $instance->addListener('aqarmap.listing.after_save', [=> function () {
  6805.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingCategorySubscriber'] ?? $this->getListingCategorySubscriberService());
  6806.         }, => 'onPostSaveListing'], -1);
  6807.         $instance->addListener('aqarmap.listing.feature.bumpup', [=> function () {
  6808.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingFeatureListener'] ?? $this->getListingFeatureListenerService());
  6809.         }, => 'onFeaturingCreateAutoBumpUp'], 0);
  6810.         $instance->addListener('aqarmap.listing.pre_save', [=> function () {
  6811.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingListener'] ?? $this->getListingListenerService());
  6812.         }, => 'preSaveListingEvent'], 1);
  6813.         $instance->addListener('aqarmap.listing.pre_save_listener', [=> function () {
  6814.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingListener'] ?? $this->getListingListenerService());
  6815.         }, => 'preSaveListingEvent'], 3);
  6816.         $instance->addListener('aqarmap.listing.pre_submitted', [=> function () {
  6817.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingListener'] ?? $this->getListingListenerService());
  6818.         }, => 'preSubmittedListingEvent'], 2);
  6819.         $instance->addListener('aqarmap.listing_got_rated', [=> function () {
  6820.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingRatedListener'] ?? $this->getListingRatedListenerService());
  6821.         }, => 'onRating'], 0);
  6822.         $instance->addListener('aqarmap.listing_got_rejected', [=> function () {
  6823.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingRejectedListener'] ?? $this->getListingRejectedListenerService());
  6824.         }, => 'onRejection'], 0);
  6825.         $instance->addListener('aqarmap.listing.pre_save', [=> function () {
  6826.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingRuleListener'] ?? $this->getListingRuleListenerService());
  6827.         }, => 'preSaveListingEvent'], 0);
  6828.         $instance->addListener('aqarmap.listing.submitted', [=> function () {
  6829.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingRuleListener'] ?? $this->getListingRuleListenerService());
  6830.         }, => 'onSubmittedEvent'], 0);
  6831.         $instance->addListener('aqarmap.listing.submitted', [=> function () {
  6832.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingRuleListener'] ?? $this->getListingRuleListenerService());
  6833.         }, => 'onSubmittedStatusRedirectionEvent'], 0);
  6834.         $instance->addListener('aqarmap.listing.resubmitted', [=> function () {
  6835.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingRuleListener'] ?? $this->getListingRuleListenerService());
  6836.         }, => 'onSubmittedEvent'], 0);
  6837.         $instance->addListener('aqarmap.listing.resubmitted', [=> function () {
  6838.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingRuleListener'] ?? $this->getListingRuleListenerService());
  6839.         }, => 'onSubmittedStatusRedirectionEvent'], 0);
  6840.         $instance->addListener('aqarmap.listing.publish', [=> function () {
  6841.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingRuleListener'] ?? $this->getListingRuleListenerService());
  6842.         }, => 'onListingPublishEvent'], 0);
  6843.         $instance->addListener('aqarmap.listing.featuring.approved', [=> function () {
  6844.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingRuleListener'] ?? $this->getListingRuleListenerService());
  6845.         }, => 'onFeaturingListingApprovalEvent'], 0);
  6846.         $instance->addListener('aqarmap.listing.free_publish', [=> function () {
  6847.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingRuleListener'] ?? $this->getListingRuleListenerService());
  6848.         }, => 'onListingPublishEvent'], 0);
  6849.         $instance->addListener('aqarmap.listing.publish_without_photos', [=> function () {
  6850.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingRuleListener'] ?? $this->getListingRuleListenerService());
  6851.         }, => 'onListingPublishEvent'], 0);
  6852.         $instance->addListener('aqarmap.listing.featuring.rejected', [=> function () {
  6853.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingRuleListener'] ?? $this->getListingRuleListenerService());
  6854.         }, => 'onFeaturingListingRejectEvent'], 0);
  6855.         $instance->addListener('aqarmap.search.trigger', [=> function () {
  6856.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingSearchTriggerListener'] ?? $this->getListingSearchTriggerListenerService());
  6857.         }, => 'listingSearchEvent'], 0);
  6858.         $instance->addListener('aqarmap.listing.after_save', [=> function () {
  6859.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingSlugListener'] ?? $this->getListingSlugListenerService());
  6860.         }, => 'afterSaveListingEvent'], 0);
  6861.         $instance->addListener('aqarmap.listing.pre_save', [=> function () {
  6862.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingStatusListener'] ?? $this->getListingStatusListenerService());
  6863.         }, => 'preSaveListingEvent'], 0);
  6864.         $instance->addListener('aqarmap.listing.publish', [=> function () {
  6865.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingStatusListener'] ?? $this->getListingStatusListenerService());
  6866.         }, => 'onListingPublishEvent'], 100);
  6867.         $instance->addListener('aqarmap.listing.publish', [=> function () {
  6868.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingStatusListener'] ?? $this->getListingStatusListenerService());
  6869.         }, => 'changeListingWaitingTime'], 0);
  6870.         $instance->addListener('aqarmap.listing.submitted', [=> function () {
  6871.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingStatusListener'] ?? $this->getListingStatusListenerService());
  6872.         }, => 'onSubmittedEvent'], 100);
  6873.         $instance->addListener('aqarmap.listing.expired', [=> function () {
  6874.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingStatusListener'] ?? $this->getListingStatusListenerService());
  6875.         }, => 'onListingExpiredEvent'], 0);
  6876.         $instance->addListener('aqarmap.listing.undelete', [=> function () {
  6877.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingStatusListener'] ?? $this->getListingStatusListenerService());
  6878.         }, => 'onListingUndeleteEvent'], 0);
  6879.         $instance->addListener('aqarmap.listing.delete', [=> function () {
  6880.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingStatusListener'] ?? $this->getListingStatusListenerService());
  6881.         }, => 'onListingStatusDeleteEvent'], 0);
  6882.         $instance->addListener('aqarmap.listing.delete', [=> function () {
  6883.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingStatusListener'] ?? $this->getListingStatusListenerService());
  6884.         }, => 'onListingDeleteEvent'], 0);
  6885.         $instance->addListener('aqarmap.listing.delete_by_user', [=> function () {
  6886.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingStatusListener'] ?? $this->getListingStatusListenerService());
  6887.         }, => 'onListingStatusDeleteEvent'], 0);
  6888.         $instance->addListener('aqarmap.listing.free_publish', [=> function () {
  6889.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingStatusListener'] ?? $this->getListingStatusListenerService());
  6890.         }, => 'onListingPublishForFreeEvent'], 0);
  6891.         $instance->addListener('aqarmap.listing.free_publish', [=> function () {
  6892.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingStatusListener'] ?? $this->getListingStatusListenerService());
  6893.         }, => 'onListingPublishEvent'], 0);
  6894.         $instance->addListener('aqarmap.listing.free_publish', [=> function () {
  6895.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingStatusListener'] ?? $this->getListingStatusListenerService());
  6896.         }, => 'onPublishedForFreeEmailEvent'], 0);
  6897.         $instance->addListener('aqarmap.listing.publish_without_photos', [=> function () {
  6898.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingStatusListener'] ?? $this->getListingStatusListenerService());
  6899.         }, => 'onListingPublishForFreeEvent'], 0);
  6900.         $instance->addListener('aqarmap.listing.publish_without_photos', [=> function () {
  6901.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingStatusListener'] ?? $this->getListingStatusListenerService());
  6902.         }, => 'onListingPublishEvent'], 0);
  6903.         $instance->addListener('aqarmap.listing.photos_deleted', [=> function () {
  6904.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingStatusListener'] ?? $this->getListingStatusListenerService());
  6905.         }, => 'onListingPhotosDeleted'], 0);
  6906.         $instance->addListener('aqarmap.listing.rejected', [=> function () {
  6907.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingStatusListener'] ?? $this->getListingStatusListenerService());
  6908.         }, => 'changeListingWaitingTime'], 0);
  6909.         $instance->addListener('aqarmap.listing.pending_approval', [=> function () {
  6910.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingStatusListener'] ?? $this->getListingStatusListenerService());
  6911.         }, => 'onListingStatusPendingEvent'], 0);
  6912.         $instance->addListener('aqarmap.listing.after_change_status', [=> function () {
  6913.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingStatusListener'] ?? $this->getListingStatusListenerService());
  6914.         }, => 'onListingStatusChangedEvent'], 0);
  6915.         $instance->addListener('aqarmap.listing_got_updated', [=> function () {
  6916.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingUpdatedListener'] ?? $this->getListingUpdatedListenerService());
  6917.         }, => 'onUpdate'], 0);
  6918.         $instance->addListener('location.got.touched', [=> function () {
  6919.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\LocationSubscriber'] ?? $this->getLocationSubscriberService());
  6920.         }, => 'onUpdate'], 0);
  6921.         $instance->addListener('location.slug.touched', [=> function () {
  6922.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\LocationSubscriber'] ?? $this->getLocationSubscriberService());
  6923.         }, => 'updateChildrenSlugs'], 0);
  6924.         $instance->addListener('aqarmap.listing.message_submitted', [=> function () {
  6925.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\NotifierSubscribeListener'] ?? $this->getNotifierSubscribeListenerService());
  6926.         }, => 'onAddLead'], 0);
  6927.         $instance->addListener('aqarmap.listing.call_requested', [=> function () {
  6928.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\NotifierSubscribeListener'] ?? $this->getNotifierSubscribeListenerService());
  6929.         }, => 'onAddLead'], 0);
  6930.         $instance->addListener('aqarmap.listing.show_seller_number', [=> function () {
  6931.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\NotifierSubscribeListener'] ?? $this->getNotifierSubscribeListenerService());
  6932.         }, => 'onAddLead'], 0);
  6933.         $instance->addListener('aqarmap.search.trigger', [=> function () {
  6934.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\NotifierSubscribeListener'] ?? $this->getNotifierSubscribeListenerService());
  6935.         }, => 'updateNotifier'], 0);
  6936.         $instance->addListener('Aqarmap\\Bundle\\ListingBundle\\Event\\SearchTriggerEvent', [=> function () {
  6937.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\SearchKeywordHistorySubscriber'] ?? $this->getSearchKeywordHistorySubscriberService());
  6938.         }, => 'onSearchKeyword'], 0);
  6939.         $instance->addListener('kernel.controller', [=> function () {
  6940.             return ($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\SoftDeleteEventSubscriber'] ?? $this->getSoftDeleteEventSubscriberService());
  6941.         }, => 'onKernelController'], 0);
  6942.         $instance->addListener('churn.expiry.user.renewal', [=> function () {
  6943.             return ($this->privates['Aqarmap\\Bundle\\CreditBundle\\EventListener\\ChurnAndExpiryEventSubscriber'] ?? $this->getChurnAndExpiryEventSubscriberService());
  6944.         }, => 'onUserRenewal'], 0);
  6945.         $instance->addListener('aqarmap.main.admin_sidebar_menu_configure', [=> function () {
  6946.             return ($this->privates['Aqarmap\\Bundle\\CreditBundle\\EventListener\\ConfigureMenuEventSubscriber'] ?? $this->getConfigureMenuEventSubscriberService());
  6947.         }, => 'onAdminSidebarMenuConfigure'], 0);
  6948.         $instance->addListener('aqarmap.notifier.interaction', [=> function () {
  6949.             return ($this->privates['Aqarmap\\Bundle\\NotifierBundle\\EventListener\\NotifierInteractionListener'] ?? $this->getNotifierInteractionListenerService());
  6950.         }, => 'onNotifierInteraction'], 0);
  6951.         $instance->addListener('aqarmap.notifier.create.parent.locations', [=> function () {
  6952.             return ($this->privates['Aqarmap\\Bundle\\NotifierBundle\\EventListener\\NotifierSubscribeListener'] ?? $this->getNotifierSubscribeListener2Service());
  6953.         }, => 'onCreateNotifier'], 0);
  6954.         $instance->addListener('kernel.request', [=> function () {
  6955.             return ($this->privates['Aqarmap\\Bundle\\ApiBundle\\EventListener\\LocaleEventSubscriber'] ?? $this->getLocaleEventSubscriberService());
  6956.         }, => 'onKernelRequest'], 0);
  6957.         $instance->addListener('aqarmap.mortgage.request', [=> function () {
  6958.             return ($this->privates['Aqarmap\\Bundle\\MortgageBundle\\EventListener\\MortgageSubscribeListener'] ?? $this->getMortgageSubscribeListenerService());
  6959.         }, => 'onCreateMortgageRequest'], 0);
  6960.         $instance->addListener('aqarmap.main.admin_sidebar_menu_configure', [=> function () {
  6961.             return ($this->privates['Aqarmap\\Bundle\\NeighborhoodBundle\\EventListener\\ConfigureMenuEventSubscriber'] ?? $this->getConfigureMenuEventSubscriber4Service());
  6962.         }, => 'onAdminSidebarMenuConfigure'], 0);
  6963.         $instance->addListener('aqarmap.discussion.subscriber.update_comments_counter', [=> function () {
  6964.             return ($this->privates['Aqarmap\\Bundle\\DiscussionBundle\\EventListener\\DiscussionSubscriberListener'] ?? $this->getDiscussionSubscriberListenerService());
  6965.         }, => 'updateCommentsCount'], 0);
  6966.         $instance->addListener('aqarmap.neighborhood.discussion.bags', [=> function () {
  6967.             return ($this->privates['Aqarmap\\Bundle\\DiscussionBundle\\EventListener\\NotificationsBagListener'] ?? $this->getNotificationsBagListenerService());
  6968.         }, => 'bagCreated'], 0);
  6969.         $instance->addListener('aqarmap.listing.lead.add', [=> function () {
  6970.             return ($this->privates['Aqarmap\\Bundle\\CRMBundle\\EventListener\\CRMLeadListener'] ?? $this->getCRMLeadListenerService());
  6971.         }, => 'onAddLead'], 0);
  6972.         $instance->addListener('aqarmap.listing.user.search', [=> function () {
  6973.             return ($this->privates['Aqarmap\\Bundle\\CustomerProfilingBundle\\EventListener\\CustomerProfilingListener'] ?? $this->getCustomerProfilingListenerService());
  6974.         }, => 'onSearch'], 0);
  6975.         $instance->addListener('notification.sent', [=> function () {
  6976.             return ($this->privates['Aqarmap\\Bundle\\NotificationBundle\\EventListener\\NotificationSubscriber'] ?? ($this->privates['Aqarmap\\Bundle\\NotificationBundle\\EventListener\\NotificationSubscriber'] = new \Aqarmap\Bundle\NotificationBundle\EventListener\NotificationSubscriber()));
  6977.         }, => 'notificationSent'], 0);
  6978.         $instance->addListener('user.password.reset', [=> function () {
  6979.             return ($this->privates['Aqarmap\\Bundle\\NotificationBundle\\NotificationSubscriber'] ?? $this->getNotificationSubscriber2Service());
  6980.         }, => 'handle'], 0);
  6981.         $instance->addListener('discussion.comment.was.approved', [=> function () {
  6982.             return ($this->privates['Aqarmap\\Bundle\\NotificationBundle\\NotificationSubscriber'] ?? $this->getNotificationSubscriber2Service());
  6983.         }, => 'handle'], 0);
  6984.         $instance->addListener('user.was.signup', [=> function () {
  6985.             return ($this->privates['Aqarmap\\Bundle\\NotificationBundle\\NotificationSubscriber'] ?? $this->getNotificationSubscriber2Service());
  6986.         }, => 'handle'], 0);
  6987.         $instance->addListener('exchange.request.was.created', [=> function () {
  6988.             return ($this->privates['Aqarmap\\Bundle\\NotificationBundle\\NotificationSubscriber'] ?? $this->getNotificationSubscriber2Service());
  6989.         }, => 'handle'], 0);
  6990.         $instance->addListener('listing.was.rejected.for.featuring', [=> function () {
  6991.             return ($this->privates['Aqarmap\\Bundle\\NotificationBundle\\NotificationSubscriber'] ?? $this->getNotificationSubscriber2Service());
  6992.         }, => 'handle'], 0);
  6993.         $instance->addListener('listing.was.rejected', [=> function () {
  6994.             return ($this->privates['Aqarmap\\Bundle\\NotificationBundle\\NotificationSubscriber'] ?? $this->getNotificationSubscriber2Service());
  6995.         }, => 'handle'], 0);
  6996.         $instance->addListener('user.personal.photo.was.rejected', [=> function () {
  6997.             return ($this->privates['Aqarmap\\Bundle\\NotificationBundle\\NotificationSubscriber'] ?? $this->getNotificationSubscriber2Service());
  6998.         }, => 'handle'], 0);
  6999.         $instance->addListener('listing.was.approved.for.featuring', [=> function () {
  7000.             return ($this->privates['Aqarmap\\Bundle\\NotificationBundle\\NotificationSubscriber'] ?? $this->getNotificationSubscriber2Service());
  7001.         }, => 'handle'], 0);
  7002.         $instance->addListener('listing.was.scraped', [=> function () {
  7003.             return ($this->privates['Aqarmap\\Bundle\\NotificationBundle\\NotificationSubscriber'] ?? $this->getNotificationSubscriber2Service());
  7004.         }, => 'handle'], 0);
  7005.         $instance->addListener('payment.was.failed', [=> function () {
  7006.             return ($this->privates['Aqarmap\\Bundle\\NotificationBundle\\NotificationSubscriber'] ?? $this->getNotificationSubscriber2Service());
  7007.         }, => 'handle'], 0);
  7008.         $instance->addListener('credit.was.charged', [=> function () {
  7009.             return ($this->privates['Aqarmap\\Bundle\\NotificationBundle\\NotificationSubscriber'] ?? $this->getNotificationSubscriber2Service());
  7010.         }, => 'handle'], 0);
  7011.         $instance->addListener('arpa.payment.missed', [=> function () {
  7012.             return ($this->privates['Aqarmap\\Bundle\\NotificationBundle\\NotificationSubscriber'] ?? $this->getNotificationSubscriber2Service());
  7013.         }, => 'handle'], 0);
  7014.         $instance->addListener('discussion.was.published.with.handler', [=> function () {
  7015.             return ($this->privates['Aqarmap\\Bundle\\NotificationBundle\\NotificationSubscriber'] ?? $this->getNotificationSubscriber2Service());
  7016.         }, => 'handle'], 0);
  7017.         $instance->addListener('discussion.comment.was.published', [=> function () {
  7018.             return ($this->privates['Aqarmap\\Bundle\\NotificationBundle\\NotificationSubscriber'] ?? $this->getNotificationSubscriber2Service());
  7019.         }, => 'handle'], 0);
  7020.         $instance->addListener('user.logo.was.rejected', [=> function () {
  7021.             return ($this->privates['Aqarmap\\Bundle\\NotificationBundle\\NotificationSubscriber'] ?? $this->getNotificationSubscriber2Service());
  7022.         }, => 'handle'], 0);
  7023.         $instance->addListener('similar.listings.lead.notification', [=> function () {
  7024.             return ($this->privates['Aqarmap\\Bundle\\NotificationBundle\\NotificationSubscriber'] ?? $this->getNotificationSubscriber2Service());
  7025.         }, => 'handle'], 0);
  7026.         $instance->addListener('reminder.package.expiration', [=> function () {
  7027.             return ($this->privates['Aqarmap\\Bundle\\NotificationBundle\\NotificationSubscriber'] ?? $this->getNotificationSubscriber2Service());
  7028.         }, => 'handle'], 0);
  7029.         $instance->addListener('user.was.logged', [=> function () {
  7030.             return ($this->privates['Aqarmap\\Bundle\\NotificationBundle\\NotificationSubscriber'] ?? $this->getNotificationSubscriber2Service());
  7031.         }, => 'handle'], 0);
  7032.         $instance->addListener('listing.was.sold.by.owner', [=> function () {
  7033.             return ($this->privates['Aqarmap\\Bundle\\NotificationBundle\\NotificationSubscriber'] ?? $this->getNotificationSubscriber2Service());
  7034.         }, => 'handle'], 0);
  7035.         $instance->addListener('lead.generated', [=> function () {
  7036.             return ($this->privates['Aqarmap\\Bundle\\NotificationBundle\\NotificationSubscriber'] ?? $this->getNotificationSubscriber2Service());
  7037.         }, => 'handle'], 0);
  7038.         $instance->addListener('arpa.recurring.payment.succeeded', [=> function () {
  7039.             return ($this->privates['Aqarmap\\Bundle\\NotificationBundle\\NotificationSubscriber'] ?? $this->getNotificationSubscriber2Service());
  7040.         }, => 'handle'], 0);
  7041.         $instance->addListener('listing.has.expired', [=> function () {
  7042.             return ($this->privates['Aqarmap\\Bundle\\NotificationBundle\\NotificationSubscriber'] ?? $this->getNotificationSubscriber2Service());
  7043.         }, => 'handle'], 0);
  7044.         $instance->addListener('notification.channels.api', [=> function () {
  7045.             return ($this->privates['Aqarmap\\Bundle\\NotificationBundle\\NotificationSubscriber'] ?? $this->getNotificationSubscriber2Service());
  7046.         }, => 'handle'], 0);
  7047.         $instance->addListener('discussion.was.rejected', [=> function () {
  7048.             return ($this->privates['Aqarmap\\Bundle\\NotificationBundle\\NotificationSubscriber'] ?? $this->getNotificationSubscriber2Service());
  7049.         }, => 'handle'], 0);
  7050.         $instance->addListener('discussion.has.new.comment', [=> function () {
  7051.             return ($this->privates['Aqarmap\\Bundle\\NotificationBundle\\NotificationSubscriber'] ?? $this->getNotificationSubscriber2Service());
  7052.         }, => 'handle'], 0);
  7053.         $instance->addListener('listing.was.published', [=> function () {
  7054.             return ($this->privates['Aqarmap\\Bundle\\NotificationBundle\\NotificationSubscriber'] ?? $this->getNotificationSubscriber2Service());
  7055.         }, => 'handle'], 0);
  7056.         $instance->addListener('discussion.was.published', [=> function () {
  7057.             return ($this->privates['Aqarmap\\Bundle\\NotificationBundle\\NotificationSubscriber'] ?? $this->getNotificationSubscriber2Service());
  7058.         }, => 'handle'], 0);
  7059.         $instance->addListener('arpa.payment.cancelled', [=> function () {
  7060.             return ($this->privates['Aqarmap\\Bundle\\NotificationBundle\\NotificationSubscriber'] ?? $this->getNotificationSubscriber2Service());
  7061.         }, => 'handle'], 0);
  7062.         $instance->addListener('discussion.was.approved', [=> function () {
  7063.             return ($this->privates['Aqarmap\\Bundle\\NotificationBundle\\NotificationSubscriber'] ?? $this->getNotificationSubscriber2Service());
  7064.         }, => 'handle'], 0);
  7065.         $instance->addListener('send.notification.chunk', [=> function () {
  7066.             return ($this->privates['Aqarmap\\Bundle\\NotificationBundle\\NotificationSubscriber'] ?? $this->getNotificationSubscriber2Service());
  7067.         }, => 'handle'], 0);
  7068.         $instance->addListener('arpa.payment.succeeded', [=> function () {
  7069.             return ($this->privates['Aqarmap\\Bundle\\NotificationBundle\\NotificationSubscriber'] ?? $this->getNotificationSubscriber2Service());
  7070.         }, => 'handle'], 0);
  7071.         $instance->addListener('credit.was.deducted', [=> function () {
  7072.             return ($this->privates['Aqarmap\\Bundle\\NotificationBundle\\NotificationSubscriber'] ?? $this->getNotificationSubscriber2Service());
  7073.         }, => 'handle'], 0);
  7074.         $instance->addListener('fos_user.registration.completed', [=> function () {
  7075.             return ($this->privates['Aqarmap\\Bundle\\NotificationBundle\\UserSubscriber'] ?? $this->getUserSubscriberService());
  7076.         }, => 'onRegistrationCompleted'], 0);
  7077.         $instance->addListener('kernel.response', [=> function () {
  7078.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  7079.         }, => 'onKernelResponse'], 0);
  7080.         $instance->addListener('kernel.response', [=> function () {
  7081.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  7082.         }, => 'onKernelResponse'], -1024);
  7083.         $instance->addListener('kernel.request', [=> function () {
  7084.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  7085.         }, => 'setDefaultLocale'], 100);
  7086.         $instance->addListener('kernel.request', [=> function () {
  7087.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  7088.         }, => 'onKernelRequest'], 16);
  7089.         $instance->addListener('kernel.finish_request', [=> function () {
  7090.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  7091.         }, => 'onKernelFinishRequest'], 0);
  7092.         $instance->addListener('kernel.request', [=> function () {
  7093.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  7094.         }, => 'onKernelRequest'], 256);
  7095.         $instance->addListener('kernel.response', [=> function () {
  7096.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  7097.         }, => 'onResponse'], -255);
  7098.         $instance->addListener('kernel.controller_arguments', [=> function () {
  7099.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  7100.         }, => 'onControllerArguments'], 0);
  7101.         $instance->addListener('kernel.exception', [=> function () {
  7102.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  7103.         }, => 'logKernelException'], 0);
  7104.         $instance->addListener('kernel.exception', [=> function () {
  7105.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  7106.         }, => 'onKernelException'], -128);
  7107.         $instance->addListener('kernel.response', [=> function () {
  7108.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  7109.         }, => 'removeCspHeader'], -128);
  7110.         $instance->addListener('kernel.request', [=> function () {
  7111.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  7112.         }, => 'onKernelRequest'], 15);
  7113.         $instance->addListener('kernel.finish_request', [=> function () {
  7114.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  7115.         }, => 'onKernelFinishRequest'], -15);
  7116.         $instance->addListener('console.error', [=> function () {
  7117.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  7118.         }, => 'onConsoleError'], -128);
  7119.         $instance->addListener('console.terminate', [=> function () {
  7120.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  7121.         }, => 'onConsoleTerminate'], -128);
  7122.         $instance->addListener('console.error', [=> function () {
  7123.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  7124.         }, => 'onConsoleError'], 0);
  7125.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  7126.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  7127.         }, => 'onMessage'], -255);
  7128.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  7129.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  7130.         }, => 'onMessage'], -255);
  7131.         $instance->addListener('kernel.request', [=> function () {
  7132.             return ($this->privates['fragment.listener'] ?? $this->getFragment_ListenerService());
  7133.         }, => 'onKernelRequest'], 48);
  7134.         $instance->addListener('kernel.request', [=> function () {
  7135.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  7136.         }, => 'configure'], 2048);
  7137.         $instance->addListener('console.command', [=> function () {
  7138.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  7139.         }, => 'configure'], 2048);
  7140.         $instance->addListener('kernel.request', [=> function () {
  7141.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  7142.         }, => 'onKernelRequest'], 32);
  7143.         $instance->addListener('kernel.finish_request', [=> function () {
  7144.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  7145.         }, => 'onKernelFinishRequest'], 0);
  7146.         $instance->addListener('kernel.exception', [=> function () {
  7147.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  7148.         }, => 'onKernelException'], -64);
  7149.         $instance->addListener('kernel.request', [=> function () {
  7150.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  7151.         }, => 'onKernelRequest'], 128);
  7152.         $instance->addListener('kernel.response', [=> function () {
  7153.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  7154.         }, => 'onKernelResponse'], -1000);
  7155.         $instance->addListener('kernel.finish_request', [=> function () {
  7156.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  7157.         }, => 'onFinishRequest'], 0);
  7158.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  7159.             return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->getMessenger_Retry_SendFailedMessageForRetryListenerService());
  7160.         }, => 'onMessageFailed'], 100);
  7161.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  7162.             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()));
  7163.         }, => 'onMessageFailed'], 200);
  7164.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  7165.             return ($this->privates['messenger.failure.send_failed_message_to_failure_transport_listener'] ?? $this->getMessenger_Failure_SendFailedMessageToFailureTransportListenerService());
  7166.         }, => 'onMessageFailed'], -100);
  7167.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  7168.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService());
  7169.         }, => 'onWorkerStarted'], 0);
  7170.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  7171.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService());
  7172.         }, => 'onWorkerRunning'], 0);
  7173.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  7174.             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()));
  7175.         }, => 'onMessageFailed'], 0);
  7176.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  7177.             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()));
  7178.         }, => 'onWorkerRunning'], 0);
  7179.         $instance->addListener('kernel.response', [=> function () {
  7180.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  7181.         }, => 'onKernelResponse'], -100);
  7182.         $instance->addListener('kernel.exception', [=> function () {
  7183.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  7184.         }, => 'onKernelException'], 0);
  7185.         $instance->addListener('kernel.terminate', [=> function () {
  7186.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  7187.         }, => 'onKernelTerminate'], -1024);
  7188.         $instance->addListener('kernel.controller', [=> function () {
  7189.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  7190.         }, => 'onKernelController'], 0);
  7191.         $instance->addListener('kernel.response', [=> function () {
  7192.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  7193.         }, => 'onKernelResponse'], 0);
  7194.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  7195.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService());
  7196.         }, => 'onWorkerMessageHandled'], 0);
  7197.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  7198.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService());
  7199.         }, => 'onWorkerMessageFailed'], 0);
  7200.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  7201.             return ($this->privates['doctrine_mongodb.messenger.event_subscriber.doctrine_clear_document_manager'] ?? $this->getDoctrineMongodb_Messenger_EventSubscriber_DoctrineClearDocumentManagerService());
  7202.         }, => 'onWorkerMessageHandled'], 0);
  7203.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  7204.             return ($this->privates['doctrine_mongodb.messenger.event_subscriber.doctrine_clear_document_manager'] ?? $this->getDoctrineMongodb_Messenger_EventSubscriber_DoctrineClearDocumentManagerService());
  7205.         }, => 'onWorkerMessageFailed'], 0);
  7206.         $instance->addListener('elastica.pager_persister.pre_insert_objects', [=> function () {
  7207.             return ($this->services['fos_elastica.filter_objects_listener'] ?? $this->getFosElastica_FilterObjectsListenerService());
  7208.         }, => 'filterObjects'], 0);
  7209.         $instance->addListener('kernel.terminate', [=> function () {
  7210.             return ($this->privates['enqueue.client.default.flush_spool_producer_listener'] ?? $this->getEnqueue_Client_Default_FlushSpoolProducerListenerService());
  7211.         }, => 'flushMessages'], 0);
  7212.         $instance->addListener('console.terminate', [=> function () {
  7213.             return ($this->privates['enqueue.client.default.flush_spool_producer_listener'] ?? $this->getEnqueue_Client_Default_FlushSpoolProducerListenerService());
  7214.         }, => 'flushMessages'], 0);
  7215.         $instance->addListener('elastica.pager_persister.pre_persist', [=> function () {
  7216.             return ($this->privates['enqueue_elastica.purge_populate_queue_listener'] ?? $this->getEnqueueElastica_PurgePopulateQueueListenerService());
  7217.         }, => 'purgePopulateQueue'], 0);
  7218.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  7219.             return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  7220.         }, => 'onMessage'], 0);
  7221.         $instance->addListener('kernel.controller', [=> function () {
  7222.             return ($this->privates['fos_rest.view_response_listener'] ?? $this->getFosRest_ViewResponseListenerService());
  7223.         }, => 'onKernelController'], 0);
  7224.         $instance->addListener('kernel.view', [=> function () {
  7225.             return ($this->privates['fos_rest.view_response_listener'] ?? $this->getFosRest_ViewResponseListenerService());
  7226.         }, => 'onKernelView'], 30);
  7227.         $instance->addListener('kernel.response', [=> function () {
  7228.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  7229.         }, => 'onKernelResponse'], 0);
  7230.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  7231.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  7232.         }, => 'onVoterVote'], 0);
  7233.         $instance->addListener('kernel.request', [=> function () {
  7234.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  7235.         }, => 'configureLogoutUrlGenerator'], 8);
  7236.         $instance->addListener('kernel.request', [=> function () {
  7237.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  7238.         }, => 'onKernelRequest'], 8);
  7239.         $instance->addListener('kernel.finish_request', [=> function () {
  7240.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  7241.         }, => 'onKernelFinishRequest'], 0);
  7242.         $instance->addListener('fos_user.security.implicit_login', [=> function () {
  7243.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->getFosUser_Security_InteractiveLoginListenerService());
  7244.         }, => 'onImplicitLogin'], 0);
  7245.         $instance->addListener('security.interactive_login', [=> function () {
  7246.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->getFosUser_Security_InteractiveLoginListenerService());
  7247.         }, => 'onSecurityInteractiveLogin'], 0);
  7248.         $instance->addListener('fos_user.registration.completed', [=> function () {
  7249.             return ($this->privates['fos_user.listener.authentication'] ?? $this->getFosUser_Listener_AuthenticationService());
  7250.         }, => 'authenticate'], 0);
  7251.         $instance->addListener('fos_user.registration.confirmed', [=> function () {
  7252.             return ($this->privates['fos_user.listener.authentication'] ?? $this->getFosUser_Listener_AuthenticationService());
  7253.         }, => 'authenticate'], 0);
  7254.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  7255.             return ($this->privates['fos_user.listener.authentication'] ?? $this->getFosUser_Listener_AuthenticationService());
  7256.         }, => 'authenticate'], 0);
  7257.         $instance->addListener('fos_user.change_password.edit.completed', [=> function () {
  7258.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  7259.         }, => 'addSuccessFlash'], 0);
  7260.         $instance->addListener('fos_user.profile.edit.completed', [=> function () {
  7261.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  7262.         }, => 'addSuccessFlash'], 0);
  7263.         $instance->addListener('fos_user.registration.completed', [=> function () {
  7264.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  7265.         }, => 'addSuccessFlash'], 0);
  7266.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  7267.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  7268.         }, => 'addSuccessFlash'], 0);
  7269.         $instance->addListener('fos_user.resetting.reset.initialize', [=> function () {
  7270.             return ($this->privates['fos_user.listener.resetting'] ?? $this->getFosUser_Listener_ResettingService());
  7271.         }, => 'onResettingResetInitialize'], 0);
  7272.         $instance->addListener('fos_user.resetting.reset.success', [=> function () {
  7273.             return ($this->privates['fos_user.listener.resetting'] ?? $this->getFosUser_Listener_ResettingService());
  7274.         }, => 'onResettingResetSuccess'], 0);
  7275.         $instance->addListener('knp_pager.before', [=> function () {
  7276.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  7277.         }, => 'before'], 0);
  7278.         $instance->addListener('knp_pager.pagination', [=> function () {
  7279.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  7280.         }, => 'pagination'], 0);
  7281.         $instance->addListener('knp_pager.before', [=> function () {
  7282.             return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  7283.         }, => 'before'], 1);
  7284.         $instance->addListener('knp_pager.before', [=> function () {
  7285.             return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  7286.         }, => 'before'], 1);
  7287.         $instance->addListener('knp_pager.pagination', [=> function () {
  7288.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  7289.         }, => 'pagination'], 1);
  7290.         $instance->addListener('kernel.request', [=> function () {
  7291.             return ($this->privates['httplug.strategy_listener'] ?? ($this->privates['httplug.strategy_listener'] = new \Http\HttplugBundle\Discovery\ConfiguredClientsStrategyListener()));
  7292.         }, => 'onEvent'], 1024);
  7293.         $instance->addListener('console.command', [=> function () {
  7294.             return ($this->privates['httplug.strategy_listener'] ?? ($this->privates['httplug.strategy_listener'] = new \Http\HttplugBundle\Discovery\ConfiguredClientsStrategyListener()));
  7295.         }, => 'onEvent'], 1024);
  7296.         $instance->addListener('kernel.request', [=> function () {
  7297.             return ($this->privates['Http\\HttplugBundle\\Collector\\PluginClientFactoryListener'] ?? $this->getPluginClientFactoryListenerService());
  7298.         }, => 'onEvent'], 1024);
  7299.         $instance->addListener('console.command', [=> function () {
  7300.             return ($this->privates['Http\\HttplugBundle\\Collector\\PluginClientFactoryListener'] ?? $this->getPluginClientFactoryListenerService());
  7301.         }, => 'onEvent'], 1024);
  7302.         $instance->addListener('kernel.controller', [=> function () {
  7303.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  7304.         }, => 'onKernelController'], 0);
  7305.         $instance->addListener('kernel.controller', [=> function () {
  7306.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  7307.         }, => 'onKernelController'], 0);
  7308.         $instance->addListener('kernel.controller', [=> function () {
  7309.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  7310.         }, => 'onKernelController'], -128);
  7311.         $instance->addListener('kernel.view', [=> function () {
  7312.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  7313.         }, => 'onKernelView'], 0);
  7314.         $instance->addListener('kernel.controller', [=> function () {
  7315.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  7316.         }, => 'onKernelController'], 0);
  7317.         $instance->addListener('kernel.response', [=> function () {
  7318.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  7319.         }, => 'onKernelResponse'], 0);
  7320.         $instance->addListener('kernel.controller_arguments', [=> function () {
  7321.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  7322.         }, => 'onKernelControllerArguments'], 0);
  7323.         $instance->addListener('kernel.controller_arguments', [=> function () {
  7324.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  7325.         }, => 'onKernelControllerArguments'], 0);
  7326.         $instance->addListener('console.command', [=> function () {
  7327.             return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  7328.         }, => 'configure'], 1024);
  7329.         $instance->addListener('console.error', [=> function () {
  7330.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  7331.         }, => 'onConsoleError'], 0);
  7332.         $instance->addListener('console.terminate', [=> function () {
  7333.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  7334.         }, => 'onConsoleTerminate'], 0);
  7335.         $instance->addListener('console.command', [=> function () {
  7336.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  7337.         }, => 'onCommand'], 255);
  7338.         $instance->addListener('console.terminate', [=> function () {
  7339.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  7340.         }, => 'onTerminate'], -255);
  7341.         $instance->addListener('kernel.response', [=> function () {
  7342.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  7343.         }, => 'onKernelResponse'], -128);
  7344.         $instance->addListener('kernel.finish_request', [=> function () {
  7345.             return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
  7346.         }, => 'resetAssets'], 0);
  7347.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  7348.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  7349.         }, => 'onLogout'], 0);
  7350.         $instance->addListener('knp_pager.items', [=> function () {
  7351.             return ($this->services['fos_elastica.paginator.subscriber'] ?? $this->getFosElastica_Paginator_SubscriberService());
  7352.         }, => 'items'], 1);
  7353.         return $instance;
  7354.     }
  7355.     /**
  7356.      * Gets the public 'fos_elastica.client.default' shared service.
  7357.      *
  7358.      * @return \FOS\ElasticaBundle\Elastica\Client
  7359.      */
  7360.     protected function getFosElastica_Client_DefaultService()
  7361.     {
  7362.         $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);
  7363.         $instance->setStopwatch(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  7364.         $instance->setLogger(($this->privates['fos_elastica.logger'] ?? $this->getFosElastica_LoggerService()));
  7365.         return $instance;
  7366.     }
  7367.     /**
  7368.      * Gets the public 'fos_elastica.config_manager' shared service.
  7369.      *
  7370.      * @return \FOS\ElasticaBundle\Configuration\ConfigManager
  7371.      */
  7372.     protected function getFosElastica_ConfigManagerService()
  7373.     {
  7374.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Configuration/ManagerInterface.php';
  7375.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Configuration/ConfigManager.php';
  7376.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Configuration/Source/SourceInterface.php';
  7377.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Configuration/Source/ContainerSource.php';
  7378.         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]]]]])]);
  7379.     }
  7380.     /**
  7381.      * Gets the public 'fos_elastica.config_manager.index_templates' shared service.
  7382.      *
  7383.      * @return \FOS\ElasticaBundle\Configuration\ConfigManager
  7384.      */
  7385.     protected function getFosElastica_ConfigManager_IndexTemplatesService()
  7386.     {
  7387.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Configuration/ManagerInterface.php';
  7388.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Configuration/ConfigManager.php';
  7389.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Configuration/Source/SourceInterface.php';
  7390.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Configuration/Source/TemplateContainerSource.php';
  7391.         return $this->services['fos_elastica.config_manager.index_templates'] = new \FOS\ElasticaBundle\Configuration\ConfigManager([=> new \FOS\ElasticaBundle\Configuration\Source\TemplateContainerSource([])]);
  7392.     }
  7393.     /**
  7394.      * Gets the public 'fos_elastica.filter_objects_listener' shared service.
  7395.      *
  7396.      * @return \FOS\ElasticaBundle\Persister\Listener\FilterObjectsListener
  7397.      */
  7398.     protected function getFosElastica_FilterObjectsListenerService()
  7399.     {
  7400.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Persister/Listener/FilterObjectsListener.php';
  7401.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Provider/IndexableInterface.php';
  7402.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Provider/Indexable.php';
  7403.         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([]))));
  7404.     }
  7405.     /**
  7406.      * Gets the public 'fos_elastica.finder.app_listings.listings' shared service.
  7407.      *
  7408.      * @return \FOS\ElasticaBundle\Finder\TransformedFinder
  7409.      */
  7410.     protected function getFosElastica_Finder_AppListings_ListingsService()
  7411.     {
  7412.         $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']);
  7413.         $a->setPropertyAccessor(($this->privates['fos_elastica.property_accessor'] ?? ($this->privates['fos_elastica.property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(falsefalse))));
  7414.         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);
  7415.     }
  7416.     /**
  7417.      * Gets the public 'fos_elastica.finder.app_locations.locations' shared service.
  7418.      *
  7419.      * @return \FOS\ElasticaBundle\Finder\TransformedFinder
  7420.      */
  7421.     protected function getFosElastica_Finder_AppLocations_LocationsService()
  7422.     {
  7423.         $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']);
  7424.         $a->setPropertyAccessor(($this->privates['fos_elastica.property_accessor'] ?? ($this->privates['fos_elastica.property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(falsefalse))));
  7425.         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);
  7426.     }
  7427.     /**
  7428.      * Gets the public 'fos_elastica.in_place_pager_persister' shared service.
  7429.      *
  7430.      * @return \FOS\ElasticaBundle\Persister\InPlacePagerPersister
  7431.      */
  7432.     protected function getFosElastica_InPlacePagerPersisterService()
  7433.     {
  7434.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Persister/PagerPersisterInterface.php';
  7435.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Persister/InPlacePagerPersister.php';
  7436.         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()));
  7437.     }
  7438.     /**
  7439.      * Gets the public 'fos_elastica.index.app_listings' shared service.
  7440.      *
  7441.      * @return \FOS\ElasticaBundle\Elastica\Index
  7442.      */
  7443.     protected function getFosElastica_Index_AppListingsService()
  7444.     {
  7445.         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');
  7446.     }
  7447.     /**
  7448.      * Gets the public 'fos_elastica.index.app_listings.listings' shared service.
  7449.      *
  7450.      * @return \Elastica\Type
  7451.      */
  7452.     protected function getFosElastica_Index_AppListings_ListingsService()
  7453.     {
  7454.         return $this->services['fos_elastica.index.app_listings.listings'] = ($this->services['fos_elastica.index.app_listings'] ?? $this->getFosElastica_Index_AppListingsService())->getType('listings');
  7455.     }
  7456.     /**
  7457.      * Gets the public 'fos_elastica.index.app_locations' shared service.
  7458.      *
  7459.      * @return \FOS\ElasticaBundle\Elastica\Index
  7460.      */
  7461.     protected function getFosElastica_Index_AppLocationsService()
  7462.     {
  7463.         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');
  7464.     }
  7465.     /**
  7466.      * Gets the public 'fos_elastica.index.app_locations.locations' shared service.
  7467.      *
  7468.      * @return \Elastica\Type
  7469.      */
  7470.     protected function getFosElastica_Index_AppLocations_LocationsService()
  7471.     {
  7472.         return $this->services['fos_elastica.index.app_locations.locations'] = ($this->services['fos_elastica.index.app_locations'] ?? $this->getFosElastica_Index_AppLocationsService())->getType('locations');
  7473.     }
  7474.     /**
  7475.      * Gets the public 'fos_elastica.index_manager' shared service.
  7476.      *
  7477.      * @return \FOS\ElasticaBundle\Index\IndexManager
  7478.      */
  7479.     protected function getFosElastica_IndexManagerService()
  7480.     {
  7481.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Index/IndexManager.php';
  7482.         $a = ($this->services['fos_elastica.index.app_listings'] ?? $this->getFosElastica_Index_AppListingsService());
  7483.         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);
  7484.     }
  7485.     /**
  7486.      * Gets the public 'fos_elastica.index_template_manager' shared service.
  7487.      *
  7488.      * @return \FOS\ElasticaBundle\Index\IndexTemplateManager
  7489.      */
  7490.     protected function getFosElastica_IndexTemplateManagerService()
  7491.     {
  7492.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Index/IndexTemplateManager.php';
  7493.         return $this->services['fos_elastica.index_template_manager'] = new \FOS\ElasticaBundle\Index\IndexTemplateManager([]);
  7494.     }
  7495.     /**
  7496.      * Gets the public 'fos_elastica.manager.orm' shared service.
  7497.      *
  7498.      * @return \FOS\ElasticaBundle\Doctrine\RepositoryManager
  7499.      */
  7500.     protected function getFosElastica_Manager_OrmService()
  7501.     {
  7502.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Manager/RepositoryManagerInterface.php';
  7503.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Doctrine/RepositoryManager.php';
  7504.         $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()));
  7505.         $instance->addEntity('Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing''app_listings/listings');
  7506.         $instance->addEntity('Aqarmap\\Bundle\\ListingBundle\\Entity\\Location''app_locations/locations');
  7507.         return $instance;
  7508.     }
  7509.     /**
  7510.      * Gets the public 'fos_elastica.object_persister.app_listings.listings' shared service.
  7511.      *
  7512.      * @return \FOS\ElasticaBundle\Persister\ObjectPersister
  7513.      */
  7514.     protected function getFosElastica_ObjectPersister_AppListings_ListingsService()
  7515.     {
  7516.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Persister/ObjectPersisterInterface.php';
  7517.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Persister/ObjectPersister.php';
  7518.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Transformer/ModelToElasticaTransformerInterface.php';
  7519.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Transformer/ModelToElasticaAutoTransformer.php';
  7520.         $a = new \FOS\ElasticaBundle\Transformer\ModelToElasticaAutoTransformer(['identifier' => 'id''index' => 'app_listings'], ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  7521.         $a->setPropertyAccessor(($this->privates['fos_elastica.property_accessor'] ?? ($this->privates['fos_elastica.property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(falsefalse))));
  7522.         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']], []);
  7523.     }
  7524.     /**
  7525.      * Gets the public 'fos_elastica.object_persister.app_locations.locations' shared service.
  7526.      *
  7527.      * @return \FOS\ElasticaBundle\Persister\ObjectPersister
  7528.      */
  7529.     protected function getFosElastica_ObjectPersister_AppLocations_LocationsService()
  7530.     {
  7531.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Persister/ObjectPersisterInterface.php';
  7532.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Persister/ObjectPersister.php';
  7533.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Transformer/ModelToElasticaTransformerInterface.php';
  7534.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Transformer/ModelToElasticaAutoTransformer.php';
  7535.         $a = new \FOS\ElasticaBundle\Transformer\ModelToElasticaAutoTransformer(['identifier' => 'id''index' => 'app_locations'], ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  7536.         $a->setPropertyAccessor(($this->privates['fos_elastica.property_accessor'] ?? ($this->privates['fos_elastica.property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(falsefalse))));
  7537.         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']]]], []);
  7538.     }
  7539.     /**
  7540.      * Gets the public 'fos_elastica.pager_persister_registry' shared service.
  7541.      *
  7542.      * @return \FOS\ElasticaBundle\Persister\PagerPersisterRegistry
  7543.      */
  7544.     protected function getFosElastica_PagerPersisterRegistryService()
  7545.     {
  7546.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  7547.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  7548.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Persister/PagerPersisterRegistry.php';
  7549.         $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']);
  7550.         $instance->setContainer($this);
  7551.         return $instance;
  7552.     }
  7553.     /**
  7554.      * Gets the public 'fos_elastica.pager_provider.app_listings.listings' shared service.
  7555.      *
  7556.      * @return \FOS\ElasticaBundle\Doctrine\ORMPagerProvider
  7557.      */
  7558.     protected function getFosElastica_PagerProvider_AppListings_ListingsService()
  7559.     {
  7560.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Provider/PagerProviderInterface.php';
  7561.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Doctrine/ORMPagerProvider.php';
  7562.         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]);
  7563.     }
  7564.     /**
  7565.      * Gets the public 'fos_elastica.pager_provider.app_locations.locations' shared service.
  7566.      *
  7567.      * @return \FOS\ElasticaBundle\Doctrine\ORMPagerProvider
  7568.      */
  7569.     protected function getFosElastica_PagerProvider_AppLocations_LocationsService()
  7570.     {
  7571.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Provider/PagerProviderInterface.php';
  7572.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Doctrine/ORMPagerProvider.php';
  7573.         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']);
  7574.     }
  7575.     /**
  7576.      * Gets the public 'fos_elastica.pager_provider_registry' shared service.
  7577.      *
  7578.      * @return \FOS\ElasticaBundle\Provider\PagerProviderRegistry
  7579.      */
  7580.     protected function getFosElastica_PagerProviderRegistryService()
  7581.     {
  7582.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  7583.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  7584.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Provider/PagerProviderRegistry.php';
  7585.         $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']]);
  7586.         $instance->setContainer($this);
  7587.         return $instance;
  7588.     }
  7589.     /**
  7590.      * Gets the public 'fos_elastica.paginator.subscriber' shared service.
  7591.      *
  7592.      * @return \FOS\ElasticaBundle\Subscriber\PaginateElasticaQuerySubscriber
  7593.      */
  7594.     protected function getFosElastica_Paginator_SubscriberService()
  7595.     {
  7596.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Subscriber/PaginateElasticaQuerySubscriber.php';
  7597.         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())));
  7598.     }
  7599.     /**
  7600.      * Gets the public 'fos_elastica.persister_registry' shared service.
  7601.      *
  7602.      * @return \FOS\ElasticaBundle\Persister\PersisterRegistry
  7603.      */
  7604.     protected function getFosElastica_PersisterRegistryService()
  7605.     {
  7606.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  7607.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  7608.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Persister/PersisterRegistry.php';
  7609.         $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']]);
  7610.         $instance->setContainer($this);
  7611.         return $instance;
  7612.     }
  7613.     /**
  7614.      * Gets the public 'fos_elastica.repository_manager' shared service.
  7615.      *
  7616.      * @return \FOS\ElasticaBundle\Manager\RepositoryManager
  7617.      */
  7618.     protected function getFosElastica_RepositoryManagerService()
  7619.     {
  7620.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Manager/RepositoryManagerInterface.php';
  7621.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Manager/RepositoryManager.php';
  7622.         $this->services['fos_elastica.repository_manager'] = $instance = new \FOS\ElasticaBundle\Manager\RepositoryManager();
  7623.         $instance->addType('app_listings/listings', ($this->services['fos_elastica.finder.app_listings.listings'] ?? $this->getFosElastica_Finder_AppListings_ListingsService()), 'Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingElasticSearchRepository');
  7624.         $instance->addType('app_locations/locations', ($this->services['fos_elastica.finder.app_locations.locations'] ?? $this->getFosElastica_Finder_AppLocations_LocationsService()), 'Aqarmap\\Bundle\\ListingBundle\\Repository\\LocationElasticSearchRepository');
  7625.         return $instance;
  7626.     }
  7627.     /**
  7628.      * Gets the public 'fos_elastica.resetter' shared service.
  7629.      *
  7630.      * @return \FOS\ElasticaBundle\Index\Resetter
  7631.      */
  7632.     protected function getFosElastica_ResetterService()
  7633.     {
  7634.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Index/ResetterInterface.php';
  7635.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Index/Resetter.php';
  7636.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Index/AliasProcessor.php';
  7637.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Index/MappingBuilder.php';
  7638.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7639.         if (isset($this->services['fos_elastica.resetter'])) {
  7640.             return $this->services['fos_elastica.resetter'];
  7641.         }
  7642.         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);
  7643.     }
  7644.     /**
  7645.      * Gets the public 'fos_elastica.template_resetter' shared service.
  7646.      *
  7647.      * @return \FOS\ElasticaBundle\Index\TemplateResetter
  7648.      */
  7649.     protected function getFosElastica_TemplateResetterService()
  7650.     {
  7651.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Index/ResetterInterface.php';
  7652.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Index/TemplateResetter.php';
  7653.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Index/MappingBuilder.php';
  7654.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Index/IndexTemplateManager.php';
  7655.         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([]))));
  7656.     }
  7657.     /**
  7658.      * Gets the public 'fos_js_routing.controller' shared service.
  7659.      *
  7660.      * @return \FOS\JsRoutingBundle\Controller\Controller
  7661.      */
  7662.     protected function getFosJsRouting_ControllerService()
  7663.     {
  7664.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Controller/Controller.php';
  7665.         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);
  7666.     }
  7667.     /**
  7668.      * Gets the public 'fos_js_routing.extractor' shared service.
  7669.      *
  7670.      * @return \FOS\JsRoutingBundle\Extractor\ExposedRoutesExtractor
  7671.      */
  7672.     protected function getFosJsRouting_ExtractorService()
  7673.     {
  7674.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Extractor/ExposedRoutesExtractorInterface.php';
  7675.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Extractor/ExposedRoutesExtractor.php';
  7676.         return $this->services['fos_js_routing.extractor'] = new \FOS\JsRoutingBundle\Extractor\ExposedRoutesExtractor(($this->services['router'] ?? $this->getRouterService()), [], $this->targetDir.''$this->parameters['kernel.bundles']);
  7677.     }
  7678.     /**
  7679.      * Gets the public 'fos_js_routing.serializer' shared service.
  7680.      *
  7681.      * @return \Symfony\Component\Serializer\Serializer
  7682.      */
  7683.     protected function getFosJsRouting_SerializerService()
  7684.     {
  7685.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  7686.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  7687.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  7688.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  7689.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  7690.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  7691.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  7692.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  7693.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  7694.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  7695.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Serializer/Normalizer/RouteCollectionNormalizer.php';
  7696.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Serializer/Normalizer/RoutesResponseNormalizer.php';
  7697.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Serializer/Denormalizer/RouteCollectionDenormalizer.php';
  7698.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  7699.         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()]);
  7700.     }
  7701.     /**
  7702.      * Gets the public 'fos_rest.serializer.jms_handler_registry' shared service.
  7703.      *
  7704.      * @return \FOS\RestBundle\Serializer\JMSHandlerRegistryV2
  7705.      */
  7706.     protected function getFosRest_Serializer_JmsHandlerRegistryService()
  7707.     {
  7708.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/JMSHandlerRegistryV2.php';
  7709.         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()));
  7710.     }
  7711.     /**
  7712.      * Gets the public 'fos_rest.view_handler' shared service.
  7713.      *
  7714.      * @return \FOS\RestBundle\View\ViewHandler
  7715.      */
  7716.     protected function getFosRest_ViewHandlerService()
  7717.     {
  7718.         $a = ($this->services['jms_serializer'] ?? $this->getJmsSerializerService());
  7719.         if (isset($this->services['fos_rest.view_handler'])) {
  7720.             return $this->services['fos_rest.view_handler'];
  7721.         }
  7722.         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]);
  7723.     }
  7724.     /**
  7725.      * Gets the public 'fos_user.change_password.controller' shared service.
  7726.      *
  7727.      * @return \FOS\UserBundle\Controller\ChangePasswordController
  7728.      */
  7729.     protected function getFosUser_ChangePassword_ControllerService()
  7730.     {
  7731.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  7732.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Controller/ChangePasswordController.php';
  7733.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FactoryInterface.php';
  7734.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FormFactory.php';
  7735.         $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()));
  7736.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('fos_user.change_password.controller'$this));
  7737.         return $instance;
  7738.     }
  7739.     /**
  7740.      * Gets the public 'fos_user.resetting.controller' shared service.
  7741.      *
  7742.      * @return \FOS\UserBundle\Controller\ResettingController
  7743.      */
  7744.     protected function getFosUser_Resetting_ControllerService()
  7745.     {
  7746.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  7747.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Controller/ResettingController.php';
  7748.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Mailer/MailerInterface.php';
  7749.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Mailer/NoopMailer.php';
  7750.         $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);
  7751.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('fos_user.resetting.controller'$this));
  7752.         return $instance;
  7753.     }
  7754.     /**
  7755.      * Gets the public 'fos_user.security.controller' shared service.
  7756.      *
  7757.      * @return \FOS\UserBundle\Controller\SecurityController
  7758.      */
  7759.     protected function getFosUser_Security_ControllerService()
  7760.     {
  7761.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  7762.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Controller/SecurityController.php';
  7763.         $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()));
  7764.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('fos_user.security.controller'$this));
  7765.         return $instance;
  7766.     }
  7767.     /**
  7768.      * Gets the public 'fos_user.user_manager' shared service.
  7769.      *
  7770.      * @return \FOS\UserBundle\Doctrine\UserManager
  7771.      */
  7772.     protected function getFosUser_UserManagerService()
  7773.     {
  7774.         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');
  7775.     }
  7776.     /**
  7777.      * Gets the public 'gaufrette.local_storage_filesystem' shared service.
  7778.      *
  7779.      * @return \Gaufrette\Filesystem
  7780.      */
  7781.     protected function getGaufrette_LocalStorageFilesystemService()
  7782.     {
  7783.         return $this->services['gaufrette.local_storage_filesystem'] = new \Gaufrette\Filesystem(new \Gaufrette\Adapter\Local((\dirname(__DIR__4).'/public/uploads'), true));
  7784.     }
  7785.     /**
  7786.      * Gets the public 'gaufrette.s3_storage_filesystem' shared service.
  7787.      *
  7788.      * @return \Gaufrette\Filesystem
  7789.      */
  7790.     protected function getGaufrette_S3StorageFilesystemService()
  7791.     {
  7792.         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));
  7793.     }
  7794.     /**
  7795.      * Gets the public 'http_kernel' shared service.
  7796.      *
  7797.      * @return \Symfony\Component\HttpKernel\HttpKernel
  7798.      */
  7799.     protected function getHttpKernelService()
  7800.     {
  7801.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7802.         if (isset($this->services['http_kernel'])) {
  7803.             return $this->services['http_kernel'];
  7804.         }
  7805.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  7806.         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 () {
  7807.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  7808.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  7809.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  7810.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  7811.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  7812.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  7813.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  7814.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  7815.         }, 8)), $b));
  7816.     }
  7817.     /**
  7818.      * Gets the public 'httplug.client' shared service.
  7819.      *
  7820.      * @return \Http\Client\Common\HttpMethodsClient
  7821.      */
  7822.     protected function getHttplug_ClientService()
  7823.     {
  7824.         include_once \dirname(__DIR__4).'/vendor/psr/http-client/src/ClientInterface.php';
  7825.         include_once \dirname(__DIR__4).'/vendor/php-http/httplug/src/HttpClient.php';
  7826.         include_once \dirname(__DIR__4).'/vendor/php-http/client-common/src/HttpMethodsClientInterface.php';
  7827.         include_once \dirname(__DIR__4).'/vendor/php-http/client-common/src/HttpMethodsClient.php';
  7828.         include_once \dirname(__DIR__4).'/vendor/php-http/httplug/src/HttpAsyncClient.php';
  7829.         include_once \dirname(__DIR__4).'/vendor/php-http/client-common/src/PluginClient.php';
  7830.         include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/ClientFactory/ClientFactory.php';
  7831.         include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Collector/ProfileClientFactory.php';
  7832.         include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/ClientFactory/AutoDiscoveryFactory.php';
  7833.         include_once \dirname(__DIR__4).'/vendor/php-http/client-common/src/Plugin.php';
  7834.         include_once \dirname(__DIR__4).'/vendor/php-http/client-common/src/Plugin/ContentLengthPlugin.php';
  7835.         include_once \dirname(__DIR__4).'/vendor/php-http/client-common/src/Plugin/RedirectPlugin.php';
  7836.         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()));
  7837.     }
  7838.     /**
  7839.      * Gets the public 'httplug.message_factory' shared service.
  7840.      *
  7841.      * @return \Http\Message\MessageFactory
  7842.      */
  7843.     protected function getHttplug_MessageFactoryService()
  7844.     {
  7845.         include_once \dirname(__DIR__4).'/vendor/php-http/message-factory/src/RequestFactory.php';
  7846.         include_once \dirname(__DIR__4).'/vendor/php-http/message-factory/src/ResponseFactory.php';
  7847.         include_once \dirname(__DIR__4).'/vendor/php-http/message-factory/src/MessageFactory.php';
  7848.         include_once \dirname(__DIR__4).'/vendor/php-http/discovery/src/ClassDiscovery.php';
  7849.         include_once \dirname(__DIR__4).'/vendor/php-http/discovery/src/MessageFactoryDiscovery.php';
  7850.         return $this->services['httplug.message_factory'] = \Http\Discovery\MessageFactoryDiscovery::find();
  7851.     }
  7852.     /**
  7853.      * Gets the public 'httplug.psr17_request_factory' shared service.
  7854.      *
  7855.      * @return \Psr\Http\Message\RequestFactoryInterface
  7856.      */
  7857.     protected function getHttplug_Psr17RequestFactoryService()
  7858.     {
  7859.         include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/RequestFactoryInterface.php';
  7860.         include_once \dirname(__DIR__4).'/vendor/php-http/discovery/src/ClassDiscovery.php';
  7861.         include_once \dirname(__DIR__4).'/vendor/php-http/discovery/src/Psr17FactoryDiscovery.php';
  7862.         return $this->services['httplug.psr17_request_factory'] = \Http\Discovery\Psr17FactoryDiscovery::findRequestFactory();
  7863.     }
  7864.     /**
  7865.      * Gets the public 'httplug.psr17_response_factory' shared service.
  7866.      *
  7867.      * @return \Psr\Http\Message\ResponseFactoryInterface
  7868.      */
  7869.     protected function getHttplug_Psr17ResponseFactoryService()
  7870.     {
  7871.         include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/ResponseFactoryInterface.php';
  7872.         include_once \dirname(__DIR__4).'/vendor/php-http/discovery/src/ClassDiscovery.php';
  7873.         include_once \dirname(__DIR__4).'/vendor/php-http/discovery/src/Psr17FactoryDiscovery.php';
  7874.         return $this->services['httplug.psr17_response_factory'] = \Http\Discovery\Psr17FactoryDiscovery::findResponseFactory();
  7875.     }
  7876.     /**
  7877.      * Gets the public 'httplug.psr17_server_request_factory' shared service.
  7878.      *
  7879.      * @return \Psr\Http\Message\ServerRequestFactoryInterface
  7880.      */
  7881.     protected function getHttplug_Psr17ServerRequestFactoryService()
  7882.     {
  7883.         include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/ServerRequestFactoryInterface.php';
  7884.         include_once \dirname(__DIR__4).'/vendor/php-http/discovery/src/ClassDiscovery.php';
  7885.         include_once \dirname(__DIR__4).'/vendor/php-http/discovery/src/Psr17FactoryDiscovery.php';
  7886.         return $this->services['httplug.psr17_server_request_factory'] = \Http\Discovery\Psr17FactoryDiscovery::findServerRequestFactory();
  7887.     }
  7888.     /**
  7889.      * Gets the public 'httplug.psr17_stream_factory' shared service.
  7890.      *
  7891.      * @return \Psr\Http\Message\StreamFactoryInterface
  7892.      */
  7893.     protected function getHttplug_Psr17StreamFactoryService()
  7894.     {
  7895.         include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/StreamFactoryInterface.php';
  7896.         include_once \dirname(__DIR__4).'/vendor/php-http/discovery/src/ClassDiscovery.php';
  7897.         include_once \dirname(__DIR__4).'/vendor/php-http/discovery/src/Psr17FactoryDiscovery.php';
  7898.         return $this->services['httplug.psr17_stream_factory'] = \Http\Discovery\Psr17FactoryDiscovery::findStreamFactory();
  7899.     }
  7900.     /**
  7901.      * Gets the public 'httplug.psr17_uploaded_file_factory' shared service.
  7902.      *
  7903.      * @return \Psr\Http\Message\UploadedFileFactoryInterface
  7904.      */
  7905.     protected function getHttplug_Psr17UploadedFileFactoryService()
  7906.     {
  7907.         include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/UploadedFileFactoryInterface.php';
  7908.         include_once \dirname(__DIR__4).'/vendor/php-http/discovery/src/ClassDiscovery.php';
  7909.         include_once \dirname(__DIR__4).'/vendor/php-http/discovery/src/Psr17FactoryDiscovery.php';
  7910.         return $this->services['httplug.psr17_uploaded_file_factory'] = \Http\Discovery\Psr17FactoryDiscovery::findUploadedFileFactory();
  7911.     }
  7912.     /**
  7913.      * Gets the public 'httplug.psr17_uri_factory' shared service.
  7914.      *
  7915.      * @return \Psr\Http\Message\UriFactoryInterface
  7916.      */
  7917.     protected function getHttplug_Psr17UriFactoryService()
  7918.     {
  7919.         include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/UriFactoryInterface.php';
  7920.         include_once \dirname(__DIR__4).'/vendor/php-http/discovery/src/ClassDiscovery.php';
  7921.         include_once \dirname(__DIR__4).'/vendor/php-http/discovery/src/Psr17FactoryDiscovery.php';
  7922.         return $this->services['httplug.psr17_uri_factory'] = \Http\Discovery\Psr17FactoryDiscovery::findUrlFactory();
  7923.     }
  7924.     /**
  7925.      * Gets the public 'httplug.psr18_client' shared service.
  7926.      *
  7927.      * @return \Psr\Http\Client\ClientInterface
  7928.      */
  7929.     protected function getHttplug_Psr18ClientService()
  7930.     {
  7931.         include_once \dirname(__DIR__4).'/vendor/psr/http-client/src/ClientInterface.php';
  7932.         include_once \dirname(__DIR__4).'/vendor/php-http/discovery/src/ClassDiscovery.php';
  7933.         include_once \dirname(__DIR__4).'/vendor/php-http/discovery/src/Psr18ClientDiscovery.php';
  7934.         return $this->services['httplug.psr18_client'] = \Http\Discovery\Psr18ClientDiscovery::find();
  7935.     }
  7936.     /**
  7937.      * Gets the public 'httplug.stream_factory' shared service.
  7938.      *
  7939.      * @return \Http\Message\StreamFactory
  7940.      */
  7941.     protected function getHttplug_StreamFactoryService()
  7942.     {
  7943.         include_once \dirname(__DIR__4).'/vendor/php-http/message-factory/src/StreamFactory.php';
  7944.         include_once \dirname(__DIR__4).'/vendor/php-http/discovery/src/ClassDiscovery.php';
  7945.         include_once \dirname(__DIR__4).'/vendor/php-http/discovery/src/StreamFactoryDiscovery.php';
  7946.         return $this->services['httplug.stream_factory'] = \Http\Discovery\StreamFactoryDiscovery::find();
  7947.     }
  7948.     /**
  7949.      * Gets the public 'httplug.uri_factory' shared service.
  7950.      *
  7951.      * @return \Http\Message\UriFactory
  7952.      */
  7953.     protected function getHttplug_UriFactoryService()
  7954.     {
  7955.         include_once \dirname(__DIR__4).'/vendor/php-http/message-factory/src/UriFactory.php';
  7956.         include_once \dirname(__DIR__4).'/vendor/php-http/discovery/src/ClassDiscovery.php';
  7957.         include_once \dirname(__DIR__4).'/vendor/php-http/discovery/src/UriFactoryDiscovery.php';
  7958.         return $this->services['httplug.uri_factory'] = \Http\Discovery\UriFactoryDiscovery::find();
  7959.     }
  7960.     /**
  7961.      * Gets the public 'hwi_oauth.resource_ownermap.main' shared service.
  7962.      *
  7963.      * @return \HWI\Bundle\OAuthBundle\Security\Http\ResourceOwnerMap
  7964.      */
  7965.     protected function getHwiOauth_ResourceOwnermap_MainService()
  7966.     {
  7967.         include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Security/Http/ResourceOwnerMapInterface.php';
  7968.         include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Security/Http/ResourceOwnerMap.php';
  7969.         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, [
  7970.             'aqarmap' => ['privates''hwi_oauth.resource_owner.aqarmap''getHwiOauth_ResourceOwner_AqarmapService'false],
  7971.         ], [
  7972.             'aqarmap' => '?',
  7973.         ]));
  7974.     }
  7975.     /**
  7976.      * Gets the public 'hwi_oauth.user_checker' shared service.
  7977.      *
  7978.      * @return \Symfony\Component\Security\Core\User\InMemoryUserChecker
  7979.      */
  7980.     protected function getHwiOauth_UserCheckerService()
  7981.     {
  7982.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  7983.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  7984.         return $this->services['hwi_oauth.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker();
  7985.     }
  7986.     /**
  7987.      * Gets the public 'jms_i18n_routing.cookie_setting_listener' shared service.
  7988.      *
  7989.      * @return \JMS\I18nRoutingBundle\EventListener\CookieSettingListener
  7990.      */
  7991.     protected function getJmsI18nRouting_CookieSettingListenerService()
  7992.     {
  7993.         return $this->services['jms_i18n_routing.cookie_setting_listener'] = new \JMS\I18nRoutingBundle\EventListener\CookieSettingListener('hl'31536000NULLNULLfalsefalse);
  7994.     }
  7995.     /**
  7996.      * Gets the public 'jms_i18n_routing.loader' shared service.
  7997.      *
  7998.      * @return \JMS\I18nRoutingBundle\Router\I18nLoader
  7999.      */
  8000.     protected function getJmsI18nRouting_LoaderService()
  8001.     {
  8002.         include_once \dirname(__DIR__4).'/vendor/jms/i18n-routing-bundle/JMS/I18nRoutingBundle/Router/I18nLoader.php';
  8003.         include_once \dirname(__DIR__4).'/vendor/jms/i18n-routing-bundle/JMS/I18nRoutingBundle/Router/RouteExclusionStrategyInterface.php';
  8004.         include_once \dirname(__DIR__4).'/vendor/jms/i18n-routing-bundle/JMS/I18nRoutingBundle/Router/DefaultRouteExclusionStrategy.php';
  8005.         include_once \dirname(__DIR__4).'/vendor/jms/i18n-routing-bundle/JMS/I18nRoutingBundle/Router/PatternGenerationStrategyInterface.php';
  8006.         include_once \dirname(__DIR__4).'/vendor/jms/i18n-routing-bundle/JMS/I18nRoutingBundle/Router/DefaultPatternGenerationStrategy.php';
  8007.         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'));
  8008.     }
  8009.     /**
  8010.      * Gets the public 'jms_i18n_routing.locale_choosing_listener' shared service.
  8011.      *
  8012.      * @return \JMS\I18nRoutingBundle\EventListener\LocaleChoosingListener
  8013.      */
  8014.     protected function getJmsI18nRouting_LocaleChoosingListenerService()
  8015.     {
  8016.         include_once \dirname(__DIR__4).'/vendor/jms/i18n-routing-bundle/JMS/I18nRoutingBundle/EventListener/LocaleChoosingListener.php';
  8017.         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'))));
  8018.     }
  8019.     /**
  8020.      * Gets the public 'jms_serializer' shared service.
  8021.      *
  8022.      * @return \JMS\Serializer\Serializer
  8023.      */
  8024.     protected function getJmsSerializerService()
  8025.     {
  8026.         $a = ($this->privates['jms_serializer.metadata_factory'] ?? $this->getJmsSerializer_MetadataFactoryService());
  8027.         $b = ($this->services['fos_rest.serializer.jms_handler_registry'] ?? $this->getFosRest_Serializer_JmsHandlerRegistryService());
  8028.         $c = new \Symfony\Component\ExpressionLanguage\ExpressionLanguage();
  8029.         $c->registerProvider(new \JMS\SerializerBundle\ExpressionLanguage\BasicSerializerFunctionsProvider());
  8030.         $d = new \JMS\Serializer\Expression\ExpressionEvaluator($c, ['container' => $this]);
  8031.         $e = new \JMS\Serializer\Accessor\DefaultAccessorStrategy($d);
  8032.         $f = new \JMS\Serializer\EventDispatcher\LazyEventDispatcher(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8033.             'Aqarmap\\Bundle\\UserBundle\\EventListener\\UserPreSerializer' => ['privates''Aqarmap\\Bundle\\UserBundle\\EventListener\\UserPreSerializer''getUserPreSerializerService'false],
  8034.             'Aqarmap\\Bundle\\ListingBundle\\EventListener\\CompoundLocationPreSerializer' => ['privates''Aqarmap\\Bundle\\ListingBundle\\EventListener\\CompoundLocationPreSerializer''getCompoundLocationPreSerializerService'false],
  8035.             'Aqarmap\\Bundle\\ListingBundle\\EventListener\\LeadPreSerializerSubscriber' => ['privates''Aqarmap\\Bundle\\ListingBundle\\EventListener\\LeadPreSerializerSubscriber''getLeadPreSerializerSubscriberService'false],
  8036.             'Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingBuildDataSubscriber' => ['privates''Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingBuildDataSubscriber''getListingBuildDataSubscriberService'false],
  8037.             'Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingPreSerializerListener' => ['privates''Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingPreSerializerListener''getListingPreSerializerListenerService'false],
  8038.             'Aqarmap\\Bundle\\ListingBundle\\EventListener\\LocationPreSerializerListener' => ['privates''Aqarmap\\Bundle\\ListingBundle\\EventListener\\LocationPreSerializerListener''getLocationPreSerializerListenerService'false],
  8039.             'Aqarmap\\Bundle\\ListingBundle\\EventListener\\PhotoThumbSerializerListener' => ['privates''Aqarmap\\Bundle\\ListingBundle\\EventListener\\PhotoThumbSerializerListener''getPhotoThumbSerializerListenerService'false],
  8040.             'Aqarmap\\Bundle\\ListingBundle\\EventListener\\PropertyTypePreSerializer' => ['privates''Aqarmap\\Bundle\\ListingBundle\\EventListener\\PropertyTypePreSerializer''getPropertyTypePreSerializerService'false],
  8041.             'Aqarmap\\Bundle\\ListingBundle\\EventListener\\SectionPreSerializer' => ['privates''Aqarmap\\Bundle\\ListingBundle\\EventListener\\SectionPreSerializer''getSectionPreSerializerService'false],
  8042.             'Aqarmap\\Bundle\\ExchangeBundle\\EventListener\\VerifyExchangeUnlocksSerializerListener' => ['privates''Aqarmap\\Bundle\\ExchangeBundle\\EventListener\\VerifyExchangeUnlocksSerializerListener''getVerifyExchangeUnlocksSerializerListenerService'false],
  8043.             'jms_serializer.doctrine_proxy_subscriber' => ['privates''jms_serializer.doctrine_proxy_subscriber''getJmsSerializer_DoctrineProxySubscriberService'false],
  8044.             'jms_serializer.stopwatch_subscriber' => ['privates''jms_serializer.stopwatch_subscriber''getJmsSerializer_StopwatchSubscriberService'false],
  8045.         ], [
  8046.             'Aqarmap\\Bundle\\UserBundle\\EventListener\\UserPreSerializer' => '?',
  8047.             'Aqarmap\\Bundle\\ListingBundle\\EventListener\\CompoundLocationPreSerializer' => '?',
  8048.             'Aqarmap\\Bundle\\ListingBundle\\EventListener\\LeadPreSerializerSubscriber' => '?',
  8049.             'Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingBuildDataSubscriber' => '?',
  8050.             'Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingPreSerializerListener' => '?',
  8051.             'Aqarmap\\Bundle\\ListingBundle\\EventListener\\LocationPreSerializerListener' => '?',
  8052.             'Aqarmap\\Bundle\\ListingBundle\\EventListener\\PhotoThumbSerializerListener' => '?',
  8053.             'Aqarmap\\Bundle\\ListingBundle\\EventListener\\PropertyTypePreSerializer' => '?',
  8054.             'Aqarmap\\Bundle\\ListingBundle\\EventListener\\SectionPreSerializer' => '?',
  8055.             'Aqarmap\\Bundle\\ExchangeBundle\\EventListener\\VerifyExchangeUnlocksSerializerListener' => '?',
  8056.             'jms_serializer.doctrine_proxy_subscriber' => '?',
  8057.             'jms_serializer.stopwatch_subscriber' => '?',
  8058.         ]));
  8059.         $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]]]);
  8060.         $g = new \JMS\Serializer\Visitor\Factory\JsonSerializationVisitorFactory();
  8061.         $g->setOptions(1216);
  8062.         $h = new \JMS\Serializer\Visitor\Factory\XmlSerializationVisitorFactory();
  8063.         $h->setFormatOutput(true);
  8064.         $i = new \JMS\Serializer\Visitor\Factory\JsonDeserializationVisitorFactory();
  8065.         $i->setOptions(0);
  8066.         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())));
  8067.     }
  8068.     /**
  8069.      * Gets the public 'jms_serializer.deserialization_context_factory' shared service.
  8070.      *
  8071.      * @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
  8072.      */
  8073.     protected function getJmsSerializer_DeserializationContextFactoryService()
  8074.     {
  8075.         return $this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
  8076.     }
  8077.     /**
  8078.      * Gets the public 'jms_serializer.handler_registry' shared service.
  8079.      *
  8080.      * @return \FOS\RestBundle\Serializer\JMSHandlerRegistryV2
  8081.      */
  8082.     protected function getJmsSerializer_HandlerRegistryService()
  8083.     {
  8084.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/JMSHandlerRegistryV2.php';
  8085.         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()));
  8086.     }
  8087.     /**
  8088.      * Gets the public 'jms_serializer.metadata_driver' shared service.
  8089.      *
  8090.      * @return \JMS\Serializer\Metadata\Driver\TypedPropertiesDriver
  8091.      */
  8092.     protected function getJmsSerializer_MetadataDriverService()
  8093.     {
  8094.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/TypedPropertiesDriver.php';
  8095.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/AbstractDoctrineTypeDriver.php';
  8096.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/DoctrineTypeDriver.php';
  8097.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/ExpressionMetadataTrait.php';
  8098.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/YamlDriver.php';
  8099.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Naming/PropertyNamingStrategyInterface.php';
  8100.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Naming/SerializedNameAnnotationStrategy.php';
  8101.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Naming/CamelCaseNamingStrategy.php';
  8102.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/XmlDriver.php';
  8103.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/AnnotationOrAttributeDriver.php';
  8104.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/AnnotationDriver.php';
  8105.         $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')]);
  8106.         $b = new \JMS\Serializer\Naming\SerializedNameAnnotationStrategy(new \JMS\Serializer\Naming\CamelCaseNamingStrategy('_'true));
  8107.         $c = ($this->privates['jms_serializer.type_parser'] ?? ($this->privates['jms_serializer.type_parser'] = new \JMS\Serializer\Type\Parser()));
  8108.         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);
  8109.     }
  8110.     /**
  8111.      * Gets the public 'jms_serializer.serialization_context_factory' shared service.
  8112.      *
  8113.      * @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
  8114.      */
  8115.     protected function getJmsSerializer_SerializationContextFactoryService()
  8116.     {
  8117.         $this->services['jms_serializer.serialization_context_factory'] = $instance = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
  8118.         $instance->setSerializeNulls(true);
  8119.         $instance->enableMaxDepthChecks();
  8120.         return $instance;
  8121.     }
  8122.     /**
  8123.      * Gets the public 'jms_serializer.twig_extension.serializer_runtime_helper' shared service.
  8124.      *
  8125.      * @return \JMS\Serializer\Twig\SerializerRuntimeHelper
  8126.      */
  8127.     protected function getJmsSerializer_TwigExtension_SerializerRuntimeHelperService()
  8128.     {
  8129.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Twig/SerializerRuntimeHelper.php';
  8130.         $a = ($this->services['jms_serializer'] ?? $this->getJmsSerializerService());
  8131.         if (isset($this->services['jms_serializer.twig_extension.serializer_runtime_helper'])) {
  8132.             return $this->services['jms_serializer.twig_extension.serializer_runtime_helper'];
  8133.         }
  8134.         return $this->services['jms_serializer.twig_extension.serializer_runtime_helper'] = new \JMS\Serializer\Twig\SerializerRuntimeHelper($a);
  8135.     }
  8136.     /**
  8137.      * Gets the public 'knp_gaufrette.filesystem_map' shared service.
  8138.      *
  8139.      * @return \Knp\Bundle\GaufretteBundle\FilesystemMap
  8140.      */
  8141.     protected function getKnpGaufrette_FilesystemMapService()
  8142.     {
  8143.         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())]);
  8144.     }
  8145.     /**
  8146.      * Gets the public 'knp_menu.factory' shared service.
  8147.      *
  8148.      * @return \Knp\Menu\MenuFactory
  8149.      */
  8150.     protected function getKnpMenu_FactoryService()
  8151.     {
  8152.         $this->services['knp_menu.factory'] = $instance = new \Knp\Menu\MenuFactory();
  8153.         $instance->addExtension(new \Knp\Menu\Integration\Symfony\RoutingExtension(($this->services['router'] ?? $this->getRouterService())), 0);
  8154.         return $instance;
  8155.     }
  8156.     /**
  8157.      * Gets the public 'knp_menu.matcher' shared service.
  8158.      *
  8159.      * @return \Knp\Menu\Matcher\Matcher
  8160.      */
  8161.     protected function getKnpMenu_MatcherService()
  8162.     {
  8163.         return $this->services['knp_menu.matcher'] = new \Knp\Menu\Matcher\Matcher(new RewindableGenerator(function () {
  8164.             yield => ($this->privates['knp_menu.voter.router'] ?? $this->getKnpMenu_Voter_RouterService());
  8165.         }, 1));
  8166.     }
  8167.     /**
  8168.      * Gets the public 'knp_paginator' shared service.
  8169.      *
  8170.      * @return \Knp\Component\Pager\Paginator
  8171.      */
  8172.     protected function getKnpPaginatorService($lazyLoad true)
  8173.     {
  8174.         if ($lazyLoad) {
  8175.             return $this->services['knp_paginator'] = $this->createProxy('PaginatorInterface_82dac15', function () {
  8176.                 return \PaginatorInterface_82dac15::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  8177.                     $wrappedInstance $this->getKnpPaginatorService(false);
  8178.                     $proxy->setProxyInitializer(null);
  8179.                     return true;
  8180.                 });
  8181.             });
  8182.         }
  8183.         $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())));
  8184.         $instance->setDefaultPaginatorOptions(['pageParameterName' => 'page''sortFieldParameterName' => 'sort''sortDirectionParameterName' => 'direction''filterFieldParameterName' => 'filterField''filterValueParameterName' => 'filterValue''distinct' => false'pageOutOfRange' => 'ignore''defaultLimit' => 10]);
  8185.         return $instance;
  8186.     }
  8187.     /**
  8188.      * Gets the public 'liip_imagine.binary.loader.default' shared service.
  8189.      *
  8190.      * @return \Liip\ImagineBundle\Binary\Loader\FileSystemLoader
  8191.      */
  8192.     protected function getLiipImagine_Binary_Loader_DefaultService()
  8193.     {
  8194.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Loader/LoaderInterface.php';
  8195.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Loader/FileSystemLoader.php';
  8196.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  8197.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  8198.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  8199.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Locator/LocatorInterface.php';
  8200.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Locator/FileSystemLocator.php';
  8201.         $a = \Symfony\Component\Mime\MimeTypes::getDefault();
  8202.         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));
  8203.     }
  8204.     /**
  8205.      * Gets the public 'liip_imagine.binary.loader.stream.aws_s3' shared service.
  8206.      *
  8207.      * @return \Liip\ImagineBundle\Binary\Loader\StreamLoader
  8208.      */
  8209.     protected function getLiipImagine_Binary_Loader_Stream_AwsS3Service()
  8210.     {
  8211.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Loader/LoaderInterface.php';
  8212.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Loader/StreamLoader.php';
  8213.         return $this->services['liip_imagine.binary.loader.stream.aws_s3'] = new \Liip\ImagineBundle\Binary\Loader\StreamLoader('gaufrette://pictures/'NULL);
  8214.     }
  8215.     /**
  8216.      * Gets the public 'liip_imagine.cache.manager' shared service.
  8217.      *
  8218.      * @return \Liip\ImagineBundle\Imagine\Cache\CacheManager
  8219.      */
  8220.     protected function getLiipImagine_Cache_ManagerService()
  8221.     {
  8222.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  8223.         if (isset($this->services['liip_imagine.cache.manager'])) {
  8224.             return $this->services['liip_imagine.cache.manager'];
  8225.         }
  8226.         $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);
  8227.         $instance->addResolver('default', ($this->services['liip_imagine.cache.resolver.default'] ?? $this->getLiipImagine_Cache_Resolver_DefaultService()));
  8228.         $instance->addResolver('no_cache', ($this->services['liip_imagine.cache.resolver.no_cache_web_path'] ?? $this->getLiipImagine_Cache_Resolver_NoCacheWebPathService()));
  8229.         return $instance;
  8230.     }
  8231.     /**
  8232.      * Gets the public 'liip_imagine.cache.resolver.default' shared service.
  8233.      *
  8234.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver
  8235.      */
  8236.     protected function getLiipImagine_Cache_Resolver_DefaultService()
  8237.     {
  8238.         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');
  8239.     }
  8240.     /**
  8241.      * Gets the public 'liip_imagine.cache.resolver.no_cache_web_path' shared service.
  8242.      *
  8243.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver
  8244.      */
  8245.     protected function getLiipImagine_Cache_Resolver_NoCacheWebPathService()
  8246.     {
  8247.         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()));
  8248.     }
  8249.     /**
  8250.      * Gets the public 'liip_imagine.cache.signer' shared service.
  8251.      *
  8252.      * @return \Liip\ImagineBundle\Imagine\Cache\Signer
  8253.      */
  8254.     protected function getLiipImagine_Cache_SignerService()
  8255.     {
  8256.         return $this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET'));
  8257.     }
  8258.     /**
  8259.      * Gets the public 'liip_imagine.config.stack_collection' shared service.
  8260.      *
  8261.      * @return \Liip\ImagineBundle\Config\StackCollection
  8262.      */
  8263.     protected function getLiipImagine_Config_StackCollectionService()
  8264.     {
  8265.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/StackCollection.php';
  8266.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/StackBuilderInterface.php';
  8267.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/StackBuilder.php';
  8268.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/StackFactoryInterface.php';
  8269.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/StackFactory.php';
  8270.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/FilterFactoryCollection.php';
  8271.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/FilterFactoryInterface.php';
  8272.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/AutoRotateFactory.php';
  8273.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/BackgroundFactory.php';
  8274.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/Argument/SizeFactory.php';
  8275.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/CropFactory.php';
  8276.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/Argument/PointFactory.php';
  8277.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/DownscaleFactory.php';
  8278.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/FlipFactory.php';
  8279.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/GrayscaleFactory.php';
  8280.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/InterlaceFactory.php';
  8281.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/PasteFactory.php';
  8282.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/RelativeResizeFactory.php';
  8283.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/ResizeFactory.php';
  8284.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/RotateFactory.php';
  8285.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/ScaleFactory.php';
  8286.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/StripFactory.php';
  8287.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/ThumbnailFactory.php';
  8288.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/UpscaleFactory.php';
  8289.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/WatermarkFactory.php';
  8290.         $a = new \Liip\ImagineBundle\Factory\Config\Filter\Argument\SizeFactory();
  8291.         $b = new \Liip\ImagineBundle\Factory\Config\Filter\Argument\PointFactory();
  8292.         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']);
  8293.     }
  8294.     /**
  8295.      * Gets the public 'liip_imagine.data.manager' shared service.
  8296.      *
  8297.      * @return \Liip\ImagineBundle\Imagine\Data\DataManager
  8298.      */
  8299.     protected function getLiipImagine_Data_ManagerService()
  8300.     {
  8301.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Data/DataManager.php';
  8302.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  8303.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  8304.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  8305.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Loader/LoaderInterface.php';
  8306.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Loader/StreamLoader.php';
  8307.         $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);
  8308.         $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))));
  8309.         $instance->addLoader('default', ($this->services['liip_imagine.binary.loader.default'] ?? $this->getLiipImagine_Binary_Loader_DefaultService()));
  8310.         return $instance;
  8311.     }
  8312.     /**
  8313.      * Gets the public 'liip_imagine.filter.loader.downscale' shared service.
  8314.      *
  8315.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\DownscaleFilterLoader
  8316.      */
  8317.     protected function getLiipImagine_Filter_Loader_DownscaleService()
  8318.     {
  8319.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  8320.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ScaleFilterLoader.php';
  8321.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/DownscaleFilterLoader.php';
  8322.         return $this->services['liip_imagine.filter.loader.downscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\DownscaleFilterLoader();
  8323.     }
  8324.     /**
  8325.      * Gets the public 'liip_imagine.filter.loader.fixed' shared service.
  8326.      *
  8327.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\FixedFilterLoader
  8328.      */
  8329.     protected function getLiipImagine_Filter_Loader_FixedService()
  8330.     {
  8331.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  8332.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/FixedFilterLoader.php';
  8333.         return $this->services['liip_imagine.filter.loader.fixed'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FixedFilterLoader();
  8334.     }
  8335.     /**
  8336.      * Gets the public 'liip_imagine.filter.loader.flip' shared service.
  8337.      *
  8338.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\FlipFilterLoader
  8339.      */
  8340.     protected function getLiipImagine_Filter_Loader_FlipService()
  8341.     {
  8342.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  8343.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/FlipFilterLoader.php';
  8344.         return $this->services['liip_imagine.filter.loader.flip'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FlipFilterLoader();
  8345.     }
  8346.     /**
  8347.      * Gets the public 'liip_imagine.filter.loader.grayscale' shared service.
  8348.      *
  8349.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\GrayscaleFilterLoader
  8350.      */
  8351.     protected function getLiipImagine_Filter_Loader_GrayscaleService()
  8352.     {
  8353.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  8354.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/GrayscaleFilterLoader.php';
  8355.         return $this->services['liip_imagine.filter.loader.grayscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\GrayscaleFilterLoader();
  8356.     }
  8357.     /**
  8358.      * Gets the public 'liip_imagine.filter.loader.interlace' shared service.
  8359.      *
  8360.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\InterlaceFilterLoader
  8361.      */
  8362.     protected function getLiipImagine_Filter_Loader_InterlaceService()
  8363.     {
  8364.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  8365.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/InterlaceFilterLoader.php';
  8366.         return $this->services['liip_imagine.filter.loader.interlace'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\InterlaceFilterLoader();
  8367.     }
  8368.     /**
  8369.      * Gets the public 'liip_imagine.filter.loader.resample' shared service.
  8370.      *
  8371.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\ResampleFilterLoader
  8372.      */
  8373.     protected function getLiipImagine_Filter_Loader_ResampleService()
  8374.     {
  8375.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  8376.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ResampleFilterLoader.php';
  8377.         return $this->services['liip_imagine.filter.loader.resample'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\ResampleFilterLoader(($this->privates['liip_imagine.gd'] ?? $this->getLiipImagine_GdService()));
  8378.     }
  8379.     /**
  8380.      * Gets the public 'liip_imagine.filter.loader.rotate' shared service.
  8381.      *
  8382.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\RotateFilterLoader
  8383.      */
  8384.     protected function getLiipImagine_Filter_Loader_RotateService()
  8385.     {
  8386.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  8387.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/RotateFilterLoader.php';
  8388.         return $this->services['liip_imagine.filter.loader.rotate'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\RotateFilterLoader();
  8389.     }
  8390.     /**
  8391.      * Gets the public 'liip_imagine.filter.manager' shared service.
  8392.      *
  8393.      * @return \Liip\ImagineBundle\Imagine\Filter\FilterManager
  8394.      */
  8395.     protected function getLiipImagine_Filter_ManagerService()
  8396.     {
  8397.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/FilterManager.php';
  8398.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  8399.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/RelativeResizeFilterLoader.php';
  8400.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ResizeFilterLoader.php';
  8401.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ThumbnailFilterLoader.php';
  8402.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/CropFilterLoader.php';
  8403.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/PasteFilterLoader.php';
  8404.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/WatermarkFilterLoader.php';
  8405.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/BackgroundFilterLoader.php';
  8406.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/StripFilterLoader.php';
  8407.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ScaleFilterLoader.php';
  8408.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/UpscaleFilterLoader.php';
  8409.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/AutoRotateFilterLoader.php';
  8410.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/PostProcessorInterface.php';
  8411.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/AbstractPostProcessor.php';
  8412.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/JpegOptimPostProcessor.php';
  8413.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/OptiPngPostProcessor.php';
  8414.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/PngquantPostProcessor.php';
  8415.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/MozJpegPostProcessor.php';
  8416.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/CwebpPostProcessor.php';
  8417.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/GrayscaleFilterLoader.php';
  8418.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/DownscaleFilterLoader.php';
  8419.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/RotateFilterLoader.php';
  8420.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/FlipFilterLoader.php';
  8421.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/InterlaceFilterLoader.php';
  8422.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/FixedFilterLoader.php';
  8423.         $a = ($this->privates['liip_imagine.gd'] ?? $this->getLiipImagine_GdService());
  8424.         $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()));
  8425.         $instance->addLoader('relative_resize', new \Liip\ImagineBundle\Imagine\Filter\Loader\RelativeResizeFilterLoader());
  8426.         $instance->addLoader('resize', new \Liip\ImagineBundle\Imagine\Filter\Loader\ResizeFilterLoader());
  8427.         $instance->addLoader('thumbnail', new \Liip\ImagineBundle\Imagine\Filter\Loader\ThumbnailFilterLoader());
  8428.         $instance->addLoader('crop', new \Liip\ImagineBundle\Imagine\Filter\Loader\CropFilterLoader());
  8429.         $instance->addLoader('grayscale', ($this->services['liip_imagine.filter.loader.grayscale'] ?? ($this->services['liip_imagine.filter.loader.grayscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\GrayscaleFilterLoader())));
  8430.         $instance->addLoader('paste_image', new \Liip\ImagineBundle\Imagine\Filter\Loader\PasteFilterLoader($a, \dirname(__DIR__4)));
  8431.         $instance->addLoader('watermark_image', new \Liip\ImagineBundle\Imagine\Filter\Loader\WatermarkFilterLoader($a, \dirname(__DIR__4)));
  8432.         $instance->addLoader('background', new \Liip\ImagineBundle\Imagine\Filter\Loader\BackgroundFilterLoader($a));
  8433.         $instance->addLoader('strip', new \Liip\ImagineBundle\Imagine\Filter\Loader\StripFilterLoader());
  8434.         $instance->addLoader('scale', new \Liip\ImagineBundle\Imagine\Filter\Loader\ScaleFilterLoader());
  8435.         $instance->addLoader('upscale', new \Liip\ImagineBundle\Imagine\Filter\Loader\UpscaleFilterLoader());
  8436.         $instance->addLoader('downscale', ($this->services['liip_imagine.filter.loader.downscale'] ?? ($this->services['liip_imagine.filter.loader.downscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\DownscaleFilterLoader())));
  8437.         $instance->addLoader('auto_rotate', new \Liip\ImagineBundle\Imagine\Filter\Loader\AutoRotateFilterLoader());
  8438.         $instance->addLoader('rotate', ($this->services['liip_imagine.filter.loader.rotate'] ?? ($this->services['liip_imagine.filter.loader.rotate'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\RotateFilterLoader())));
  8439.         $instance->addLoader('flip', ($this->services['liip_imagine.filter.loader.flip'] ?? ($this->services['liip_imagine.filter.loader.flip'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FlipFilterLoader())));
  8440.         $instance->addLoader('interlace', ($this->services['liip_imagine.filter.loader.interlace'] ?? ($this->services['liip_imagine.filter.loader.interlace'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\InterlaceFilterLoader())));
  8441.         $instance->addLoader('resample', ($this->services['liip_imagine.filter.loader.resample'] ?? $this->getLiipImagine_Filter_Loader_ResampleService()));
  8442.         $instance->addLoader('fixed', ($this->services['liip_imagine.filter.loader.fixed'] ?? ($this->services['liip_imagine.filter.loader.fixed'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FixedFilterLoader())));
  8443.         $instance->addPostProcessor('jpegoptim', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\JpegOptimPostProcessor('/usr/bin/jpegoptim'trueNULLtrueNULL));
  8444.         $instance->addPostProcessor('optipng', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\OptiPngPostProcessor('/usr/bin/optipng'7trueNULL));
  8445.         $instance->addPostProcessor('pngquant', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\PngquantPostProcessor('/usr/bin/pngquant'));
  8446.         $instance->addPostProcessor('mozjpeg', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\MozJpegPostProcessor('/opt/mozjpeg/bin/cjpeg'));
  8447.         $instance->addPostProcessor('cwebp', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\CwebpPostProcessor('/usr/bin/cwebp'NULL751004'fast'1false$this->parameters['liip_imagine.cwebp.metadata']));
  8448.         return $instance;
  8449.     }
  8450.     /**
  8451.      * Gets the public 'messenger.default_bus' shared service.
  8452.      *
  8453.      * @return \Symfony\Component\Messenger\TraceableMessageBus
  8454.      */
  8455.     protected function getMessenger_DefaultBusService()
  8456.     {
  8457.         return $this->services['messenger.default_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
  8458.             yield => ($this->privates['messenger.bus.default.middleware.traceable'] ?? $this->getMessenger_Bus_Default_Middleware_TraceableService());
  8459.             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')));
  8460.             yield => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  8461.             yield => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  8462.             yield => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  8463.             yield => ($this->privates['messenger.bus.default.middleware.doctrine_ping_connection'] ?? $this->getMessenger_Bus_Default_Middleware_DoctrinePingConnectionService());
  8464.             yield => ($this->privates['App\\MessageMiddleware\\ExternalMessageMiddleware'] ?? ($this->privates['App\\MessageMiddleware\\ExternalMessageMiddleware'] = new \App\MessageMiddleware\ExternalMessageMiddleware()));
  8465.             yield => ($this->privates['messenger.middleware.send_message'] ?? $this->getMessenger_Middleware_SendMessageService());
  8466.             yield => ($this->privates['messenger.bus.default.middleware.handle_message'] ?? $this->getMessenger_Bus_Default_Middleware_HandleMessageService());
  8467.         }, 9)));
  8468.     }
  8469.     /**
  8470.      * Gets the public 'monolog.logger.deprecation' shared service.
  8471.      *
  8472.      * @return \Symfony\Bridge\Monolog\Logger
  8473.      */
  8474.     protected function getMonolog_Logger_DeprecationService()
  8475.     {
  8476.         $this->services['monolog.logger.deprecation'] = $instance = new \Symfony\Bridge\Monolog\Logger('deprecation');
  8477.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8478.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  8479.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  8480.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  8481.         return $instance;
  8482.     }
  8483.     /**
  8484.      * Gets the public 'nelmio_api_doc.command.dump' shared service.
  8485.      *
  8486.      * @return \Nelmio\ApiDocBundle\Command\DumpCommand
  8487.      */
  8488.     protected function getNelmioApiDoc_Command_DumpService()
  8489.     {
  8490.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8491.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Command/DumpCommand.php';
  8492.         $this->services['nelmio_api_doc.command.dump'] = $instance = new \Nelmio\ApiDocBundle\Command\DumpCommand(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()));
  8493.         $instance->setName('nelmio:apidoc:dump');
  8494.         return $instance;
  8495.     }
  8496.     /**
  8497.      * Gets the public 'nelmio_api_doc.controller.redocly' shared service.
  8498.      *
  8499.      * @return \Nelmio\ApiDocBundle\Controller\SwaggerUiController
  8500.      */
  8501.     protected function getNelmioApiDoc_Controller_RedoclyService()
  8502.     {
  8503.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Controller/SwaggerUiController.php';
  8504.         return $this->services['nelmio_api_doc.controller.redocly'] = new \Nelmio\ApiDocBundle\Controller\SwaggerUiController(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()), 'redocly');
  8505.     }
  8506.     /**
  8507.      * Gets the public 'nelmio_api_doc.controller.swagger_json' shared service.
  8508.      *
  8509.      * @return \Nelmio\ApiDocBundle\Controller\DocumentationController
  8510.      */
  8511.     protected function getNelmioApiDoc_Controller_SwaggerJsonService()
  8512.     {
  8513.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Controller/DocumentationController.php';
  8514.         return $this->services['nelmio_api_doc.controller.swagger_json'] = new \Nelmio\ApiDocBundle\Controller\DocumentationController(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()));
  8515.     }
  8516.     /**
  8517.      * Gets the public 'nelmio_api_doc.controller.swagger_ui' shared service.
  8518.      *
  8519.      * @return \Nelmio\ApiDocBundle\Controller\SwaggerUiController
  8520.      */
  8521.     protected function getNelmioApiDoc_Controller_SwaggerUiService()
  8522.     {
  8523.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Controller/SwaggerUiController.php';
  8524.         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');
  8525.     }
  8526.     /**
  8527.      * Gets the public 'nelmio_api_doc.controller.swagger_yaml' shared service.
  8528.      *
  8529.      * @return \Nelmio\ApiDocBundle\Controller\YamlDocumentationController
  8530.      */
  8531.     protected function getNelmioApiDoc_Controller_SwaggerYamlService()
  8532.     {
  8533.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Controller/YamlDocumentationController.php';
  8534.         return $this->services['nelmio_api_doc.controller.swagger_yaml'] = new \Nelmio\ApiDocBundle\Controller\YamlDocumentationController(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()));
  8535.     }
  8536.     /**
  8537.      * Gets the public 'nelmio_api_doc.generator.default' shared service.
  8538.      *
  8539.      * @return \Nelmio\ApiDocBundle\ApiDocGenerator
  8540.      */
  8541.     protected function getNelmioApiDoc_Generator_DefaultService()
  8542.     {
  8543.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/ApiDocGenerator.php';
  8544.         include_once \dirname(__DIR__4).'/vendor/zircote/swagger-php/src/Generator.php';
  8545.         include_once \dirname(__DIR__4).'/vendor/zircote/swagger-php/src/Processors/ProcessorInterface.php';
  8546.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Processor/NullablePropertyProcessor.php';
  8547.         $a = new \OpenApi\Generator();
  8548.         $a->addProcessor(new \Nelmio\ApiDocBundle\Processor\NullablePropertyProcessor(), NULL);
  8549.         $this->services['nelmio_api_doc.generator.default'] = $instance = new \Nelmio\ApiDocBundle\ApiDocGenerator(new RewindableGenerator(function () {
  8550.             yield => ($this->privates['nelmio_api_doc.describers.config'] ?? $this->getNelmioApiDoc_Describers_ConfigService());
  8551.             yield => ($this->privates['nelmio_api_doc.describers.config.default'] ?? ($this->privates['nelmio_api_doc.describers.config.default'] = new \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber([], true)));
  8552.             yield => ($this->privates['nelmio_api_doc.describers.openapi_php.default'] ?? $this->getNelmioApiDoc_Describers_OpenapiPhp_DefaultService());
  8553.             yield => ($this->privates['nelmio_api_doc.describers.route.default'] ?? $this->getNelmioApiDoc_Describers_Route_DefaultService());
  8554.             yield => ($this->privates['nelmio_api_doc.describers.default'] ?? ($this->privates['nelmio_api_doc.describers.default'] = new \Nelmio\ApiDocBundle\Describer\DefaultDescriber()));
  8555.         }, 5), new RewindableGenerator(function () {
  8556.             yield => ($this->privates['nelmio_api_doc.model_describers.self_describing'] ?? ($this->privates['nelmio_api_doc.model_describers.self_describing'] = new \Nelmio\ApiDocBundle\ModelDescriber\SelfDescribingModelDescriber()));
  8557.             yield => ($this->privates['nelmio_api_doc.model_describers.enum'] ?? ($this->privates['nelmio_api_doc.model_describers.enum'] = new \Nelmio\ApiDocBundle\ModelDescriber\EnumModelDescriber()));
  8558.             yield => ($this->privates['nelmio_api_doc.model_describers.form'] ?? $this->getNelmioApiDoc_ModelDescribers_FormService());
  8559.             yield => ($this->privates['nelmio_api_doc.model_describers.jms'] ?? $this->getNelmioApiDoc_ModelDescribers_JmsService());
  8560.             yield => ($this->privates['nelmio_api_doc.model_describers.object'] ?? $this->getNelmioApiDoc_ModelDescribers_ObjectService());
  8561.             yield => ($this->privates['nelmio_api_doc.model_describers.object_fallback'] ?? ($this->privates['nelmio_api_doc.model_describers.object_fallback'] = new \Nelmio\ApiDocBundle\ModelDescriber\FallbackObjectModelDescriber()));
  8562.         }, 6), NULL'openapi_doc.default'$a);
  8563.         $b = new \Symfony\Bridge\Monolog\Logger('nelmio_api_doc');
  8564.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8565.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  8566.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  8567.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  8568.         $instance->setAlternativeNames([]);
  8569.         $instance->setMediaTypes([=> 'json']);
  8570.         $instance->setLogger($b);
  8571.         $instance->setOpenApiVersion(NULL);
  8572.         return $instance;
  8573.     }
  8574.     /**
  8575.      * Gets the public 'nelmio_api_doc.render_docs' shared service.
  8576.      *
  8577.      * @return \Nelmio\ApiDocBundle\Render\RenderOpenApi
  8578.      */
  8579.     protected function getNelmioApiDoc_RenderDocsService()
  8580.     {
  8581.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Render/RenderOpenApi.php';
  8582.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Render/OpenApiRenderer.php';
  8583.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Render/Json/JsonOpenApiRenderer.php';
  8584.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Render/Yaml/YamlOpenApiRenderer.php';
  8585.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Render/Html/HtmlOpenApiRenderer.php';
  8586.         return $this->services['nelmio_api_doc.render_docs'] = new \Nelmio\ApiDocBundle\Render\RenderOpenApi(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8587.             'default' => ['services''nelmio_api_doc.generator.default''getNelmioApiDoc_Generator_DefaultService'false],
  8588.         ], [
  8589.             'default' => '?',
  8590.         ]), 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' => []]));
  8591.     }
  8592.     /**
  8593.      * Gets the public 'old_sound_rabbit_mq.connection.default' shared service.
  8594.      *
  8595.      * @return \PhpAmqpLib\Connection\AMQPStreamConnection
  8596.      */
  8597.     protected function getOldSoundRabbitMq_Connection_DefaultService()
  8598.     {
  8599.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/php-amqplib/PhpAmqpLib/Channel/AbstractChannel.php';
  8600.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/php-amqplib/PhpAmqpLib/Connection/AbstractConnection.php';
  8601.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/php-amqplib/PhpAmqpLib/Connection/AMQPStreamConnection.php';
  8602.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/RabbitMq/AMQPConnectionFactory.php';
  8603.         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();
  8604.     }
  8605.     /**
  8606.      * Gets the public 'old_sound_rabbit_mq.parts_holder' shared service.
  8607.      *
  8608.      * @return \OldSound\RabbitMqBundle\RabbitMq\AmqpPartsHolder
  8609.      */
  8610.     protected function getOldSoundRabbitMq_PartsHolderService()
  8611.     {
  8612.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/RabbitMq/AmqpPartsHolder.php';
  8613.         return $this->services['old_sound_rabbit_mq.parts_holder'] = new \OldSound\RabbitMqBundle\RabbitMq\AmqpPartsHolder();
  8614.     }
  8615.     /**
  8616.      * Gets the public 'presta_sitemap.controller' shared service.
  8617.      *
  8618.      * @return \Presta\SitemapBundle\Controller\SitemapController
  8619.      */
  8620.     protected function getPrestaSitemap_ControllerService()
  8621.     {
  8622.         include_once \dirname(__DIR__4).'/vendor/presta/sitemap-bundle/src/Controller/SitemapController.php';
  8623.         return $this->services['presta_sitemap.controller'] = new \Presta\SitemapBundle\Controller\SitemapController(($this->services['presta_sitemap.generator'] ?? $this->getPrestaSitemap_GeneratorService()), 86400);
  8624.     }
  8625.     /**
  8626.      * Gets the public 'presta_sitemap.dump_command' shared service.
  8627.      *
  8628.      * @return \Presta\SitemapBundle\Command\DumpSitemapsCommand
  8629.      */
  8630.     protected function getPrestaSitemap_DumpCommandService()
  8631.     {
  8632.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8633.         include_once \dirname(__DIR__4).'/vendor/presta/sitemap-bundle/src/Command/DumpSitemapsCommand.php';
  8634.         $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'));
  8635.         $instance->setName('presta:sitemaps:dump');
  8636.         return $instance;
  8637.     }
  8638.     /**
  8639.      * Gets the public 'presta_sitemap.dumper' shared service.
  8640.      *
  8641.      * @return \Presta\SitemapBundle\Service\Dumper
  8642.      */
  8643.     protected function getPrestaSitemap_DumperService()
  8644.     {
  8645.         include_once \dirname(__DIR__4).'/vendor/presta/sitemap-bundle/src/Service/UrlContainerInterface.php';
  8646.         include_once \dirname(__DIR__4).'/vendor/presta/sitemap-bundle/src/Service/AbstractGenerator.php';
  8647.         include_once \dirname(__DIR__4).'/vendor/presta/sitemap-bundle/src/Service/DumperInterface.php';
  8648.         include_once \dirname(__DIR__4).'/vendor/presta/sitemap-bundle/src/Service/Dumper.php';
  8649.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  8650.         if (isset($this->services['presta_sitemap.dumper'])) {
  8651.             return $this->services['presta_sitemap.dumper'];
  8652.         }
  8653.         $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);
  8654.         $instance->setDefaults($this->parameters['presta_sitemap.defaults']);
  8655.         return $instance;
  8656.     }
  8657.     /**
  8658.      * Gets the public 'presta_sitemap.generator' shared service.
  8659.      *
  8660.      * @return \Presta\SitemapBundle\Service\Generator
  8661.      */
  8662.     protected function getPrestaSitemap_GeneratorService()
  8663.     {
  8664.         include_once \dirname(__DIR__4).'/vendor/presta/sitemap-bundle/src/Service/UrlContainerInterface.php';
  8665.         include_once \dirname(__DIR__4).'/vendor/presta/sitemap-bundle/src/Service/AbstractGenerator.php';
  8666.         include_once \dirname(__DIR__4).'/vendor/presta/sitemap-bundle/src/Service/GeneratorInterface.php';
  8667.         include_once \dirname(__DIR__4).'/vendor/presta/sitemap-bundle/src/Service/Generator.php';
  8668.         $this->services['presta_sitemap.generator'] = $instance = new \Presta\SitemapBundle\Service\Generator(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['router'] ?? $this->getRouterService()), 50000);
  8669.         $instance->setDefaults($this->parameters['presta_sitemap.defaults']);
  8670.         return $instance;
  8671.     }
  8672.     /**
  8673.      * Gets the public 'redjan_ym_fcm.client' shared service.
  8674.      *
  8675.      * @return \RedjanYm\FCMBundle\FCMClient
  8676.      */
  8677.     protected function getRedjanYmFcm_ClientService()
  8678.     {
  8679.         include_once \dirname(__DIR__4).'/vendor/redjanym/fcm-bundle/FCMClient.php';
  8680.         include_once \dirname(__DIR__4).'/vendor/redjanym/php-firebase-cloud-messaging/src/ClientInterface.php';
  8681.         include_once \dirname(__DIR__4).'/vendor/redjanym/php-firebase-cloud-messaging/src/Client.php';
  8682.         $a = new \sngrl\PhpFirebaseCloudMessaging\Client();
  8683.         $a->setApiKey($this->getEnv('resolve:FCM_SERVER_KEY'));
  8684.         return $this->services['redjan_ym_fcm.client'] = new \RedjanYm\FCMBundle\FCMClient($a);
  8685.     }
  8686.     /**
  8687.      * Gets the public 'request_stack' shared service.
  8688.      *
  8689.      * @return \Symfony\Component\HttpFoundation\RequestStack
  8690.      */
  8691.     protected function getRequestStackService()
  8692.     {
  8693.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  8694.     }
  8695.     /**
  8696.      * Gets the public 'router' shared service.
  8697.      *
  8698.      * @return \JMS\I18nRoutingBundle\Router\I18nRouter
  8699.      */
  8700.     protected function getRouterService()
  8701.     {
  8702.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  8703.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8704.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  8705.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  8706.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  8707.         $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');
  8708.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  8709.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  8710.         $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'))));
  8711.         $instance->setI18nLoaderId('jms_i18n_routing.loader');
  8712.         $instance->setDefaultLocale('ar');
  8713.         $instance->setRedirectToHost(true);
  8714.         return $instance;
  8715.     }
  8716.     /**
  8717.      * Gets the public 'routing.loader' shared service.
  8718.      *
  8719.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  8720.      */
  8721.     protected function getRouting_LoaderService()
  8722.     {
  8723.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  8724.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  8725.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  8726.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  8727.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  8728.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  8729.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Routing/SearchLoader.php';
  8730.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  8731.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php';
  8732.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php';
  8733.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php';
  8734.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  8735.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  8736.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  8737.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  8738.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  8739.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  8740.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  8741.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  8742.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  8743.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  8744.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  8745.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  8746.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  8747.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  8748.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  8749.         $b = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)));
  8750.         $c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), 'dev');
  8751.         $a->addLoader(new \Aqarmap\Bundle\ListingBundle\Routing\SearchLoader(NULL, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())));
  8752.         $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b'dev'));
  8753.         $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b'dev'));
  8754.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b'dev'));
  8755.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b'dev'));
  8756.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b'dev'));
  8757.         $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8758.             'kernel' => ['services''kernel''getKernelService'false],
  8759.         ], [
  8760.             'kernel' => 'App\\Kernel',
  8761.         ]), 'dev'));
  8762.         $a->addLoader($c);
  8763.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b$c));
  8764.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b$c));
  8765.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, ['utf8' => true], []);
  8766.     }
  8767.     /**
  8768.      * Gets the public 'services_resetter' shared service.
  8769.      *
  8770.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  8771.      */
  8772.     protected function getServicesResetterService()
  8773.     {
  8774.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  8775.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  8776.             if (false) {
  8777.                 yield 'cloudwatch_handler' => null;
  8778.             }
  8779.             if (isset($this->services['cache.app'])) {
  8780.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  8781.             }
  8782.             if (isset($this->services['cache.system'])) {
  8783.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  8784.             }
  8785.             if (isset($this->privates['cache.validator'])) {
  8786.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  8787.             }
  8788.             if (isset($this->privates['cache.serializer'])) {
  8789.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  8790.             }
  8791.             if (isset($this->privates['cache.annotations'])) {
  8792.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  8793.             }
  8794.             if (isset($this->privates['cache.property_info'])) {
  8795.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  8796.             }
  8797.             if (isset($this->privates['cache.messenger.restart_workers_signal'])) {
  8798.                 yield 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? null);
  8799.             }
  8800.             if (isset($this->privates['.debug.http_client'])) {
  8801.                 yield 'http_client' => ($this->privates['.debug.http_client'] ?? null);
  8802.             }
  8803.             if (isset($this->privates['mailer.message_logger_listener'])) {
  8804.                 yield 'mailer.message_logger_listener' => ($this->privates['mailer.message_logger_listener'] ?? null);
  8805.             }
  8806.             if (isset($this->privates['debug.stopwatch'])) {
  8807.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  8808.             }
  8809.             if (isset($this->services['event_dispatcher'])) {
  8810.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  8811.             }
  8812.             if (isset($this->services['cache.rate_limiter'])) {
  8813.                 yield 'cache.rate_limiter' => ($this->services['cache.rate_limiter'] ?? null);
  8814.             }
  8815.             if (isset($this->privates['doctrine.result_cache_pool'])) {
  8816.                 yield 'doctrine.result_cache_pool' => ($this->privates['doctrine.result_cache_pool'] ?? null);
  8817.             }
  8818.             if (isset($this->privates['doctrine.system_cache_pool'])) {
  8819.                 yield 'doctrine.system_cache_pool' => ($this->privates['doctrine.system_cache_pool'] ?? null);
  8820.             }
  8821.             if (isset($this->privates['rate_limiter_storage_pool'])) {
  8822.                 yield 'rate_limiter_storage_pool' => ($this->privates['rate_limiter_storage_pool'] ?? null);
  8823.             }
  8824.             if (isset($this->privates['session_listener'])) {
  8825.                 yield 'session_listener' => ($this->privates['session_listener'] ?? null);
  8826.             }
  8827.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  8828.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  8829.             }
  8830.             if (isset($this->services['cache.validator_expression_language'])) {
  8831.                 yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? null);
  8832.             }
  8833.             if (isset($this->privates['messenger.transport.in_memory.factory'])) {
  8834.                 yield 'messenger.transport.in_memory.factory' => ($this->privates['messenger.transport.in_memory.factory'] ?? null);
  8835.             }
  8836.             if (isset($this->services['.container.private.profiler'])) {
  8837.                 yield 'profiler' => ($this->services['.container.private.profiler'] ?? null);
  8838.             }
  8839.             if (isset($this->services['.container.private.validator'])) {
  8840.                 yield 'debug.validator' => ($this->services['.container.private.validator'] ?? null);
  8841.             }
  8842.             if (isset($this->services['doctrine'])) {
  8843.                 yield 'doctrine' => ($this->services['doctrine'] ?? null);
  8844.             }
  8845.             if (isset($this->privates['form.type.entity'])) {
  8846.                 yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  8847.             }
  8848.             if (isset($this->privates['twig.form.engine'])) {
  8849.                 yield 'twig.form.engine' => ($this->privates['twig.form.engine'] ?? null);
  8850.             }
  8851.             if (isset($this->services['fos_rest.view_handler'])) {
  8852.                 yield 'fos_rest.view_handler.default' => ($this->services['fos_rest.view_handler'] ?? null);
  8853.             }
  8854.             if (isset($this->services['.container.private.security.token_storage'])) {
  8855.                 yield 'security.token_storage' => ($this->services['.container.private.security.token_storage'] ?? null);
  8856.             }
  8857.             if (isset($this->privates['cache.security_expression_language'])) {
  8858.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
  8859.             }
  8860.             if (isset($this->privates['debug.security.firewall'])) {
  8861.                 yield 'debug.security.firewall' => ($this->privates['debug.security.firewall'] ?? null);
  8862.             }
  8863.             if (isset($this->privates['httplug.collector.collector'])) {
  8864.                 yield 'httplug.collector.collector' => ($this->privates['httplug.collector.collector'] ?? null);
  8865.             }
  8866.             if (isset($this->privates['monolog.handler.main'])) {
  8867.                 yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  8868.             }
  8869.             if (isset($this->privates['monolog.handler.console'])) {
  8870.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  8871.             }
  8872.             if (isset($this->privates['webpack_encore.tag_renderer'])) {
  8873.                 yield 'webpack_encore.tag_renderer' => ($this->privates['webpack_encore.tag_renderer'] ?? null);
  8874.             }
  8875.             if (isset($this->privates['cache.webpack_encore'])) {
  8876.                 yield 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? null);
  8877.             }
  8878.             if (isset($this->privates['webpack_encore.entrypoint_lookup[_default]'])) {
  8879.                 yield 'webpack_encore.entrypoint_lookup[_default]' => ($this->privates['webpack_encore.entrypoint_lookup[_default]'] ?? null);
  8880.             }
  8881.             if (isset($this->privates['.debug.http_client'])) {
  8882.                 yield '.debug.http_client' => ($this->privates['.debug.http_client'] ?? null);
  8883.             }
  8884.             if (isset($this->privates['.debug.sms.client'])) {
  8885.                 yield '.debug.sms.client' => ($this->privates['.debug.sms.client'] ?? null);
  8886.             }
  8887.             if (isset($this->privates['.debug.auth.client'])) {
  8888.                 yield '.debug.auth.client' => ($this->privates['.debug.auth.client'] ?? null);
  8889.             }
  8890.             if (isset($this->privates['.debug.locations_insights.client'])) {
  8891.                 yield '.debug.locations_insights.client' => ($this->privates['.debug.locations_insights.client'] ?? null);
  8892.             }
  8893.             if (isset($this->privates['.debug.fcm.client'])) {
  8894.                 yield '.debug.fcm.client' => ($this->privates['.debug.fcm.client'] ?? null);
  8895.             }
  8896.             if (isset($this->privates['.debug.search.client'])) {
  8897.                 yield '.debug.search.client' => ($this->privates['.debug.search.client'] ?? null);
  8898.             }
  8899.             if (isset($this->privates['.debug.geoip.client'])) {
  8900.                 yield '.debug.geoip.client' => ($this->privates['.debug.geoip.client'] ?? null);
  8901.             }
  8902.             if (isset($this->privates['.debug.hwi_oauth.http_client'])) {
  8903.                 yield '.debug.hwi_oauth.http_client' => ($this->privates['.debug.hwi_oauth.http_client'] ?? null);
  8904.             }
  8905.         }, function () {
  8906.             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']));
  8907.         }), ['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']]);
  8908.     }
  8909.     /**
  8910.      * Gets the public 'translator' shared service.
  8911.      *
  8912.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  8913.      */
  8914.     protected function getTranslatorService()
  8915.     {
  8916.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  8917.     }
  8918.     /**
  8919.      * Gets the public 'var_dumper.cloner' shared service.
  8920.      *
  8921.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  8922.      */
  8923.     protected function getVarDumper_ClonerService()
  8924.     {
  8925.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  8926.         $instance->setMaxItems(2500);
  8927.         $instance->setMinDepth(1);
  8928.         $instance->setMaxString(-1);
  8929.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  8930.         return $instance;
  8931.     }
  8932.     /**
  8933.      * Gets the public 'vich_uploader.download_handler' shared service.
  8934.      *
  8935.      * @return \Vich\UploaderBundle\Handler\DownloadHandler
  8936.      */
  8937.     protected function getVichUploader_DownloadHandlerService()
  8938.     {
  8939.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Handler/AbstractHandler.php';
  8940.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Handler/DownloadHandler.php';
  8941.         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()));
  8942.     }
  8943.     /**
  8944.      * Gets the public 'vich_uploader.form.type.file' shared service.
  8945.      *
  8946.      * @return \Vich\UploaderBundle\Form\Type\VichFileType
  8947.      */
  8948.     protected function getVichUploader_Form_Type_FileService()
  8949.     {
  8950.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8951.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8952.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Form/Type/VichFileType.php';
  8953.         $a = ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService());
  8954.         if (isset($this->services['vich_uploader.form.type.file'])) {
  8955.             return $this->services['vich_uploader.form.type.file'];
  8956.         }
  8957.         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()));
  8958.     }
  8959.     /**
  8960.      * Gets the public 'vich_uploader.form.type.image' shared service.
  8961.      *
  8962.      * @return \Vich\UploaderBundle\Form\Type\VichImageType
  8963.      */
  8964.     protected function getVichUploader_Form_Type_ImageService()
  8965.     {
  8966.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8967.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8968.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Form/Type/VichFileType.php';
  8969.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Form/Type/VichImageType.php';
  8970.         $a = ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService());
  8971.         if (isset($this->services['vich_uploader.form.type.image'])) {
  8972.             return $this->services['vich_uploader.form.type.image'];
  8973.         }
  8974.         $b = ($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService());
  8975.         if (isset($this->services['vich_uploader.form.type.image'])) {
  8976.             return $this->services['vich_uploader.form.type.image'];
  8977.         }
  8978.         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);
  8979.     }
  8980.     /**
  8981.      * Gets the public 'vich_uploader.namer_uniqid.listing_photos' shared service.
  8982.      *
  8983.      * @return \Vich\UploaderBundle\Naming\UniqidNamer
  8984.      */
  8985.     protected function getVichUploader_NamerUniqid_ListingPhotosService()
  8986.     {
  8987.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  8988.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  8989.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/UniqidNamer.php';
  8990.         return $this->services['vich_uploader.namer_uniqid.listing_photos'] = new \Vich\UploaderBundle\Naming\UniqidNamer();
  8991.     }
  8992.     /**
  8993.      * Gets the public 'vich_uploader.upload_handler' shared service.
  8994.      *
  8995.      * @return \Vich\UploaderBundle\Handler\UploadHandler
  8996.      */
  8997.     protected function getVichUploader_UploadHandlerService()
  8998.     {
  8999.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Handler/AbstractHandler.php';
  9000.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Handler/UploadHandler.php';
  9001.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Injector/FileInjectorInterface.php';
  9002.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Injector/FileInjector.php';
  9003.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  9004.         if (isset($this->services['vich_uploader.upload_handler'])) {
  9005.             return $this->services['vich_uploader.upload_handler'];
  9006.         }
  9007.         $b = ($this->privates['vich_uploader.storage.gaufrette'] ?? $this->getVichUploader_Storage_GaufretteService());
  9008.         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);
  9009.     }
  9010.     /**
  9011.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  9012.      *
  9013.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  9014.      */
  9015.     protected function getWebProfiler_Controller_ExceptionPanelService()
  9016.     {
  9017.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  9018.         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()));
  9019.     }
  9020.     /**
  9021.      * Gets the public 'web_profiler.controller.profiler' shared service.
  9022.      *
  9023.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  9024.      */
  9025.     protected function getWebProfiler_Controller_ProfilerService()
  9026.     {
  9027.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  9028.         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));
  9029.     }
  9030.     /**
  9031.      * Gets the public 'web_profiler.controller.router' shared service.
  9032.      *
  9033.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  9034.      */
  9035.     protected function getWebProfiler_Controller_RouterService()
  9036.     {
  9037.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  9038.         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 () {
  9039.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  9040.         }, 1));
  9041.     }
  9042.     /**
  9043.      * Gets the private '.28_doctrine_metadata_driver~NR9_EMx' shared service.
  9044.      *
  9045.      * @return \Doctrine\ORM\Mapping\Driver\XmlDriver
  9046.      */
  9047.     protected function get_28DoctrineMetadataDriverNR9EMxService()
  9048.     {
  9049.         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'));
  9050.     }
  9051.     /**
  9052.      * Gets the private '.App\Command\Patch\PatchRemoveDuplicateUserPhonesCommand.lazy' shared service.
  9053.      *
  9054.      * @return \Symfony\Component\Console\Command\LazyCommand
  9055.      */
  9056.     protected function getPatchRemoveDuplicateUserPhonesCommand_LazyService()
  9057.     {
  9058.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9059.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9060.         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 {
  9061.             return ($this->privates['App\\Command\\Patch\\PatchRemoveDuplicateUserPhonesCommand'] ?? $this->getPatchRemoveDuplicateUserPhonesCommandService());
  9062.         });
  9063.     }
  9064.     /**
  9065.      * Gets the private '.cache_connection.FANDyXX' shared service.
  9066.      *
  9067.      * @return \Symfony\Component\Cache\Adapter\AbstractAdapter
  9068.      */
  9069.     protected function get_CacheConnection_FANDyXXService()
  9070.     {
  9071.         return $this->privates['.cache_connection.FANDyXX'] = \Symfony\Component\Cache\Adapter\AbstractAdapter::createConnection($this->getEnv('string:REDIS_DSN').'?dbindex=2&redis_sentinel=mymaster', ['lazy' => true]);
  9072.     }
  9073.     /**
  9074.      * Gets the private '.console.command.about.lazy' shared service.
  9075.      *
  9076.      * @return \Symfony\Component\Console\Command\LazyCommand
  9077.      */
  9078.     protected function get_Console_Command_About_LazyService()
  9079.     {
  9080.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9081.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9082.         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 {
  9083.             return ($this->privates['console.command.about'] ?? $this->getConsole_Command_AboutService());
  9084.         });
  9085.     }
  9086.     /**
  9087.      * Gets the private '.console.command.assets_install.lazy' shared service.
  9088.      *
  9089.      * @return \Symfony\Component\Console\Command\LazyCommand
  9090.      */
  9091.     protected function get_Console_Command_AssetsInstall_LazyService()
  9092.     {
  9093.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9094.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9095.         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 {
  9096.             return ($this->privates['console.command.assets_install'] ?? $this->getConsole_Command_AssetsInstallService());
  9097.         });
  9098.     }
  9099.     /**
  9100.      * Gets the private '.console.command.cache_clear.lazy' shared service.
  9101.      *
  9102.      * @return \Symfony\Component\Console\Command\LazyCommand
  9103.      */
  9104.     protected function get_Console_Command_CacheClear_LazyService()
  9105.     {
  9106.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9107.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9108.         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 {
  9109.             return ($this->privates['console.command.cache_clear'] ?? $this->getConsole_Command_CacheClearService());
  9110.         });
  9111.     }
  9112.     /**
  9113.      * Gets the private '.console.command.cache_pool_clear.lazy' shared service.
  9114.      *
  9115.      * @return \Symfony\Component\Console\Command\LazyCommand
  9116.      */
  9117.     protected function get_Console_Command_CachePoolClear_LazyService()
  9118.     {
  9119.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9120.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9121.         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 {
  9122.             return ($this->privates['console.command.cache_pool_clear'] ?? $this->getConsole_Command_CachePoolClearService());
  9123.         });
  9124.     }
  9125.     /**
  9126.      * Gets the private '.console.command.cache_pool_delete.lazy' shared service.
  9127.      *
  9128.      * @return \Symfony\Component\Console\Command\LazyCommand
  9129.      */
  9130.     protected function get_Console_Command_CachePoolDelete_LazyService()
  9131.     {
  9132.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9133.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9134.         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 {
  9135.             return ($this->privates['console.command.cache_pool_delete'] ?? $this->getConsole_Command_CachePoolDeleteService());
  9136.         });
  9137.     }
  9138.     /**
  9139.      * Gets the private '.console.command.cache_pool_list.lazy' shared service.
  9140.      *
  9141.      * @return \Symfony\Component\Console\Command\LazyCommand
  9142.      */
  9143.     protected function get_Console_Command_CachePoolList_LazyService()
  9144.     {
  9145.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9146.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9147.         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 {
  9148.             return ($this->privates['console.command.cache_pool_list'] ?? $this->getConsole_Command_CachePoolListService());
  9149.         });
  9150.     }
  9151.     /**
  9152.      * Gets the private '.console.command.cache_pool_prune.lazy' shared service.
  9153.      *
  9154.      * @return \Symfony\Component\Console\Command\LazyCommand
  9155.      */
  9156.     protected function get_Console_Command_CachePoolPrune_LazyService()
  9157.     {
  9158.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9159.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9160.         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 {
  9161.             return ($this->privates['console.command.cache_pool_prune'] ?? $this->getConsole_Command_CachePoolPruneService());
  9162.         });
  9163.     }
  9164.     /**
  9165.      * Gets the private '.console.command.cache_warmup.lazy' shared service.
  9166.      *
  9167.      * @return \Symfony\Component\Console\Command\LazyCommand
  9168.      */
  9169.     protected function get_Console_Command_CacheWarmup_LazyService()
  9170.     {
  9171.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9172.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9173.         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 {
  9174.             return ($this->privates['console.command.cache_warmup'] ?? $this->getConsole_Command_CacheWarmupService());
  9175.         });
  9176.     }
  9177.     /**
  9178.      * Gets the private '.console.command.config_debug.lazy' shared service.
  9179.      *
  9180.      * @return \Symfony\Component\Console\Command\LazyCommand
  9181.      */
  9182.     protected function get_Console_Command_ConfigDebug_LazyService()
  9183.     {
  9184.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9185.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9186.         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 {
  9187.             return ($this->privates['console.command.config_debug'] ?? $this->getConsole_Command_ConfigDebugService());
  9188.         });
  9189.     }
  9190.     /**
  9191.      * Gets the private '.console.command.config_dump_reference.lazy' shared service.
  9192.      *
  9193.      * @return \Symfony\Component\Console\Command\LazyCommand
  9194.      */
  9195.     protected function get_Console_Command_ConfigDumpReference_LazyService()
  9196.     {
  9197.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9198.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9199.         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 {
  9200.             return ($this->privates['console.command.config_dump_reference'] ?? $this->getConsole_Command_ConfigDumpReferenceService());
  9201.         });
  9202.     }
  9203.     /**
  9204.      * Gets the private '.console.command.container_debug.lazy' shared service.
  9205.      *
  9206.      * @return \Symfony\Component\Console\Command\LazyCommand
  9207.      */
  9208.     protected function get_Console_Command_ContainerDebug_LazyService()
  9209.     {
  9210.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9211.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9212.         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 {
  9213.             return ($this->privates['console.command.container_debug'] ?? $this->getConsole_Command_ContainerDebugService());
  9214.         });
  9215.     }
  9216.     /**
  9217.      * Gets the private '.console.command.container_lint.lazy' shared service.
  9218.      *
  9219.      * @return \Symfony\Component\Console\Command\LazyCommand
  9220.      */
  9221.     protected function get_Console_Command_ContainerLint_LazyService()
  9222.     {
  9223.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9224.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9225.         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 {
  9226.             return ($this->privates['console.command.container_lint'] ?? $this->getConsole_Command_ContainerLintService());
  9227.         });
  9228.     }
  9229.     /**
  9230.      * Gets the private '.console.command.debug_autowiring.lazy' shared service.
  9231.      *
  9232.      * @return \Symfony\Component\Console\Command\LazyCommand
  9233.      */
  9234.     protected function get_Console_Command_DebugAutowiring_LazyService()
  9235.     {
  9236.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9237.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9238.         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 {
  9239.             return ($this->privates['console.command.debug_autowiring'] ?? $this->getConsole_Command_DebugAutowiringService());
  9240.         });
  9241.     }
  9242.     /**
  9243.      * Gets the private '.console.command.dotenv_debug.lazy' shared service.
  9244.      *
  9245.      * @return \Symfony\Component\Console\Command\LazyCommand
  9246.      */
  9247.     protected function get_Console_Command_DotenvDebug_LazyService()
  9248.     {
  9249.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9250.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9251.         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 {
  9252.             return ($this->privates['console.command.dotenv_debug'] ?? $this->getConsole_Command_DotenvDebugService());
  9253.         });
  9254.     }
  9255.     /**
  9256.      * Gets the private '.console.command.event_dispatcher_debug.lazy' shared service.
  9257.      *
  9258.      * @return \Symfony\Component\Console\Command\LazyCommand
  9259.      */
  9260.     protected function get_Console_Command_EventDispatcherDebug_LazyService()
  9261.     {
  9262.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9263.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9264.         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 {
  9265.             return ($this->privates['console.command.event_dispatcher_debug'] ?? $this->getConsole_Command_EventDispatcherDebugService());
  9266.         });
  9267.     }
  9268.     /**
  9269.      * Gets the private '.console.command.form_debug.lazy' shared service.
  9270.      *
  9271.      * @return \Symfony\Component\Console\Command\LazyCommand
  9272.      */
  9273.     protected function get_Console_Command_FormDebug_LazyService()
  9274.     {
  9275.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9276.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9277.         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 {
  9278.             return ($this->privates['console.command.form_debug'] ?? $this->getConsole_Command_FormDebugService());
  9279.         });
  9280.     }
  9281.     /**
  9282.      * Gets the private '.console.command.messenger_consume_messages.lazy' shared service.
  9283.      *
  9284.      * @return \Symfony\Component\Console\Command\LazyCommand
  9285.      */
  9286.     protected function get_Console_Command_MessengerConsumeMessages_LazyService()
  9287.     {
  9288.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9289.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9290.         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 {
  9291.             return ($this->privates['console.command.messenger_consume_messages'] ?? $this->getConsole_Command_MessengerConsumeMessagesService());
  9292.         });
  9293.     }
  9294.     /**
  9295.      * Gets the private '.console.command.messenger_debug.lazy' shared service.
  9296.      *
  9297.      * @return \Symfony\Component\Console\Command\LazyCommand
  9298.      */
  9299.     protected function get_Console_Command_MessengerDebug_LazyService()
  9300.     {
  9301.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9302.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9303.         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 {
  9304.             return ($this->privates['console.command.messenger_debug'] ?? $this->getConsole_Command_MessengerDebugService());
  9305.         });
  9306.     }
  9307.     /**
  9308.      * Gets the private '.console.command.messenger_failed_messages_remove.lazy' shared service.
  9309.      *
  9310.      * @return \Symfony\Component\Console\Command\LazyCommand
  9311.      */
  9312.     protected function get_Console_Command_MessengerFailedMessagesRemove_LazyService()
  9313.     {
  9314.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9315.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9316.         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 {
  9317.             return ($this->privates['console.command.messenger_failed_messages_remove'] ?? $this->getConsole_Command_MessengerFailedMessagesRemoveService());
  9318.         });
  9319.     }
  9320.     /**
  9321.      * Gets the private '.console.command.messenger_failed_messages_retry.lazy' shared service.
  9322.      *
  9323.      * @return \Symfony\Component\Console\Command\LazyCommand
  9324.      */
  9325.     protected function get_Console_Command_MessengerFailedMessagesRetry_LazyService()
  9326.     {
  9327.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9328.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9329.         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 {
  9330.             return ($this->privates['console.command.messenger_failed_messages_retry'] ?? $this->getConsole_Command_MessengerFailedMessagesRetryService());
  9331.         });
  9332.     }
  9333.     /**
  9334.      * Gets the private '.console.command.messenger_failed_messages_show.lazy' shared service.
  9335.      *
  9336.      * @return \Symfony\Component\Console\Command\LazyCommand
  9337.      */
  9338.     protected function get_Console_Command_MessengerFailedMessagesShow_LazyService()
  9339.     {
  9340.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9341.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9342.         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 {
  9343.             return ($this->privates['console.command.messenger_failed_messages_show'] ?? $this->getConsole_Command_MessengerFailedMessagesShowService());
  9344.         });
  9345.     }
  9346.     /**
  9347.      * Gets the private '.console.command.messenger_setup_transports.lazy' shared service.
  9348.      *
  9349.      * @return \Symfony\Component\Console\Command\LazyCommand
  9350.      */
  9351.     protected function get_Console_Command_MessengerSetupTransports_LazyService()
  9352.     {
  9353.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9354.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9355.         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 {
  9356.             return ($this->privates['console.command.messenger_setup_transports'] ?? $this->getConsole_Command_MessengerSetupTransportsService());
  9357.         });
  9358.     }
  9359.     /**
  9360.      * Gets the private '.console.command.messenger_stop_workers.lazy' shared service.
  9361.      *
  9362.      * @return \Symfony\Component\Console\Command\LazyCommand
  9363.      */
  9364.     protected function get_Console_Command_MessengerStopWorkers_LazyService()
  9365.     {
  9366.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9367.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9368.         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 {
  9369.             return ($this->privates['console.command.messenger_stop_workers'] ?? $this->getConsole_Command_MessengerStopWorkersService());
  9370.         });
  9371.     }
  9372.     /**
  9373.      * Gets the private '.console.command.router_debug.lazy' shared service.
  9374.      *
  9375.      * @return \Symfony\Component\Console\Command\LazyCommand
  9376.      */
  9377.     protected function get_Console_Command_RouterDebug_LazyService()
  9378.     {
  9379.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9380.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9381.         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 {
  9382.             return ($this->privates['console.command.router_debug'] ?? $this->getConsole_Command_RouterDebugService());
  9383.         });
  9384.     }
  9385.     /**
  9386.      * Gets the private '.console.command.router_match.lazy' shared service.
  9387.      *
  9388.      * @return \Symfony\Component\Console\Command\LazyCommand
  9389.      */
  9390.     protected function get_Console_Command_RouterMatch_LazyService()
  9391.     {
  9392.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9393.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9394.         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 {
  9395.             return ($this->privates['console.command.router_match'] ?? $this->getConsole_Command_RouterMatchService());
  9396.         });
  9397.     }
  9398.     /**
  9399.      * Gets the private '.console.command.secrets_decrypt_to_local.lazy' shared service.
  9400.      *
  9401.      * @return \Symfony\Component\Console\Command\LazyCommand
  9402.      */
  9403.     protected function get_Console_Command_SecretsDecryptToLocal_LazyService()
  9404.     {
  9405.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9406.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9407.         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 {
  9408.             return ($this->privates['console.command.secrets_decrypt_to_local'] ?? $this->getConsole_Command_SecretsDecryptToLocalService());
  9409.         });
  9410.     }
  9411.     /**
  9412.      * Gets the private '.console.command.secrets_encrypt_from_local.lazy' shared service.
  9413.      *
  9414.      * @return \Symfony\Component\Console\Command\LazyCommand
  9415.      */
  9416.     protected function get_Console_Command_SecretsEncryptFromLocal_LazyService()
  9417.     {
  9418.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9419.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9420.         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 {
  9421.             return ($this->privates['console.command.secrets_encrypt_from_local'] ?? $this->getConsole_Command_SecretsEncryptFromLocalService());
  9422.         });
  9423.     }
  9424.     /**
  9425.      * Gets the private '.console.command.secrets_generate_key.lazy' shared service.
  9426.      *
  9427.      * @return \Symfony\Component\Console\Command\LazyCommand
  9428.      */
  9429.     protected function get_Console_Command_SecretsGenerateKey_LazyService()
  9430.     {
  9431.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9432.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9433.         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 {
  9434.             return ($this->privates['console.command.secrets_generate_key'] ?? $this->getConsole_Command_SecretsGenerateKeyService());
  9435.         });
  9436.     }
  9437.     /**
  9438.      * Gets the private '.console.command.secrets_list.lazy' shared service.
  9439.      *
  9440.      * @return \Symfony\Component\Console\Command\LazyCommand
  9441.      */
  9442.     protected function get_Console_Command_SecretsList_LazyService()
  9443.     {
  9444.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9445.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9446.         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 {
  9447.             return ($this->privates['console.command.secrets_list'] ?? $this->getConsole_Command_SecretsListService());
  9448.         });
  9449.     }
  9450.     /**
  9451.      * Gets the private '.console.command.secrets_remove.lazy' shared service.
  9452.      *
  9453.      * @return \Symfony\Component\Console\Command\LazyCommand
  9454.      */
  9455.     protected function get_Console_Command_SecretsRemove_LazyService()
  9456.     {
  9457.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9458.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9459.         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 {
  9460.             return ($this->privates['console.command.secrets_remove'] ?? $this->getConsole_Command_SecretsRemoveService());
  9461.         });
  9462.     }
  9463.     /**
  9464.      * Gets the private '.console.command.secrets_set.lazy' shared service.
  9465.      *
  9466.      * @return \Symfony\Component\Console\Command\LazyCommand
  9467.      */
  9468.     protected function get_Console_Command_SecretsSet_LazyService()
  9469.     {
  9470.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9471.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9472.         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 {
  9473.             return ($this->privates['console.command.secrets_set'] ?? $this->getConsole_Command_SecretsSetService());
  9474.         });
  9475.     }
  9476.     /**
  9477.      * Gets the private '.console.command.translation_debug.lazy' shared service.
  9478.      *
  9479.      * @return \Symfony\Component\Console\Command\LazyCommand
  9480.      */
  9481.     protected function get_Console_Command_TranslationDebug_LazyService()
  9482.     {
  9483.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9484.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9485.         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 {
  9486.             return ($this->privates['console.command.translation_debug'] ?? $this->getConsole_Command_TranslationDebugService());
  9487.         });
  9488.     }
  9489.     /**
  9490.      * Gets the private '.console.command.translation_extract.lazy' shared service.
  9491.      *
  9492.      * @return \Symfony\Component\Console\Command\LazyCommand
  9493.      */
  9494.     protected function get_Console_Command_TranslationExtract_LazyService()
  9495.     {
  9496.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9497.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9498.         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 {
  9499.             return ($this->privates['console.command.translation_extract'] ?? $this->getConsole_Command_TranslationExtractService());
  9500.         });
  9501.     }
  9502.     /**
  9503.      * Gets the private '.console.command.translation_pull.lazy' shared service.
  9504.      *
  9505.      * @return \Symfony\Component\Console\Command\LazyCommand
  9506.      */
  9507.     protected function get_Console_Command_TranslationPull_LazyService()
  9508.     {
  9509.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9510.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9511.         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 {
  9512.             return ($this->privates['console.command.translation_pull'] ?? $this->getConsole_Command_TranslationPullService());
  9513.         });
  9514.     }
  9515.     /**
  9516.      * Gets the private '.console.command.translation_push.lazy' shared service.
  9517.      *
  9518.      * @return \Symfony\Component\Console\Command\LazyCommand
  9519.      */
  9520.     protected function get_Console_Command_TranslationPush_LazyService()
  9521.     {
  9522.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9523.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9524.         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 {
  9525.             return ($this->privates['console.command.translation_push'] ?? $this->getConsole_Command_TranslationPushService());
  9526.         });
  9527.     }
  9528.     /**
  9529.      * Gets the private '.console.command.validator_debug.lazy' shared service.
  9530.      *
  9531.      * @return \Symfony\Component\Console\Command\LazyCommand
  9532.      */
  9533.     protected function get_Console_Command_ValidatorDebug_LazyService()
  9534.     {
  9535.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9536.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9537.         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 {
  9538.             return ($this->privates['console.command.validator_debug'] ?? $this->getConsole_Command_ValidatorDebugService());
  9539.         });
  9540.     }
  9541.     /**
  9542.      * Gets the private '.console.command.xliff_lint.lazy' shared service.
  9543.      *
  9544.      * @return \Symfony\Component\Console\Command\LazyCommand
  9545.      */
  9546.     protected function get_Console_Command_XliffLint_LazyService()
  9547.     {
  9548.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9549.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9550.         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 {
  9551.             return ($this->privates['console.command.xliff_lint'] ?? $this->getConsole_Command_XliffLintService());
  9552.         });
  9553.     }
  9554.     /**
  9555.      * Gets the private '.console.command.yaml_lint.lazy' shared service.
  9556.      *
  9557.      * @return \Symfony\Component\Console\Command\LazyCommand
  9558.      */
  9559.     protected function get_Console_Command_YamlLint_LazyService()
  9560.     {
  9561.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9562.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9563.         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 {
  9564.             return ($this->privates['console.command.yaml_lint'] ?? $this->getConsole_Command_YamlLintService());
  9565.         });
  9566.     }
  9567.     /**
  9568.      * Gets the private '.debug.auth.client' shared service.
  9569.      *
  9570.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  9571.      */
  9572.     protected function get_Debug_Auth_ClientService()
  9573.     {
  9574.         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))));
  9575.     }
  9576.     /**
  9577.      * Gets the private '.debug.fcm.client' shared service.
  9578.      *
  9579.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  9580.      */
  9581.     protected function get_Debug_Fcm_ClientService()
  9582.     {
  9583.         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))));
  9584.     }
  9585.     /**
  9586.      * Gets the private '.debug.geoip.client' shared service.
  9587.      *
  9588.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  9589.      */
  9590.     protected function get_Debug_Geoip_ClientService()
  9591.     {
  9592.         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))));
  9593.     }
  9594.     /**
  9595.      * Gets the private '.debug.http_client' shared service.
  9596.      *
  9597.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  9598.      */
  9599.     protected function get_Debug_HttpClientService()
  9600.     {
  9601.         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))));
  9602.     }
  9603.     /**
  9604.      * Gets the private '.debug.http_client.inner' shared service.
  9605.      *
  9606.      * @return \Symfony\Contracts\HttpClient\HttpClientInterface
  9607.      */
  9608.     protected function get_Debug_HttpClient_InnerService()
  9609.     {
  9610.         $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);
  9611.         $a = new \Symfony\Bridge\Monolog\Logger('http_client');
  9612.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  9613.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  9614.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  9615.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  9616.         $instance->setLogger($a);
  9617.         return $instance;
  9618.     }
  9619.     /**
  9620.      * Gets the private '.debug.hwi_oauth.http_client' shared service.
  9621.      *
  9622.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  9623.      */
  9624.     protected function get_Debug_HwiOauth_HttpClientService()
  9625.     {
  9626.         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))));
  9627.     }
  9628.     /**
  9629.      * Gets the private '.debug.locations_insights.client' shared service.
  9630.      *
  9631.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  9632.      */
  9633.     protected function get_Debug_LocationsInsights_ClientService()
  9634.     {
  9635.         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))));
  9636.     }
  9637.     /**
  9638.      * Gets the private '.debug.search.client' shared service.
  9639.      *
  9640.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  9641.      */
  9642.     protected function get_Debug_Search_ClientService()
  9643.     {
  9644.         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))));
  9645.     }
  9646.     /**
  9647.      * Gets the private '.debug.sms.client' shared service.
  9648.      *
  9649.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  9650.      */
  9651.     protected function get_Debug_Sms_ClientService()
  9652.     {
  9653.         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))));
  9654.     }
  9655.     /**
  9656.      * Gets the private '.errored..service_locator..h5RDax.Aqarmap\Bundle\ListingBundle\Entity\Listing' shared service.
  9657.      *
  9658.      * @return \Aqarmap\Bundle\ListingBundle\Entity\Listing
  9659.      */
  9660.     protected function getListingService()
  9661.     {
  9662.         $this->throw('Cannot autowire service ".service_locator..h5RDax": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing" but no such service exists.');
  9663.     }
  9664.     /**
  9665.      * Gets the private '.errored..service_locator.0ea3J8t.Aqarmap\Bundle\ListingBundle\Entity\Listing' shared service.
  9666.      *
  9667.      * @return \Aqarmap\Bundle\ListingBundle\Entity\Listing
  9668.      */
  9669.     protected function getListing2Service()
  9670.     {
  9671.         $this->throw('Cannot autowire service ".service_locator.0ea3J8t": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing" but no such service exists.');
  9672.     }
  9673.     /**
  9674.      * Gets the private '.errored..service_locator.15Qxs4f.Aqarmap\Bundle\ListingBundle\Entity\Listing' shared service.
  9675.      *
  9676.      * @return \Aqarmap\Bundle\ListingBundle\Entity\Listing
  9677.      */
  9678.     protected function getListing3Service()
  9679.     {
  9680.         $this->throw('Cannot autowire service ".service_locator.15Qxs4f": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing" but no such service exists.');
  9681.     }
  9682.     /**
  9683.      * Gets the private '.errored..service_locator.2AJALl2.Aqarmap\Bundle\ListingBundle\Entity\PropertyType' shared service.
  9684.      *
  9685.      * @return \Aqarmap\Bundle\ListingBundle\Entity\PropertyType
  9686.      */
  9687.     protected function getPropertyTypeService()
  9688.     {
  9689.         $this->throw('Cannot autowire service ".service_locator.2AJALl2": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\PropertyType" but no such service exists.');
  9690.     }
  9691.     /**
  9692.      * Gets the private '.errored..service_locator.2AJALl2.Aqarmap\Bundle\ListingBundle\Entity\Section' shared service.
  9693.      *
  9694.      * @return \Aqarmap\Bundle\ListingBundle\Entity\Section
  9695.      */
  9696.     protected function getSectionService()
  9697.     {
  9698.         $this->throw('Cannot autowire service ".service_locator.2AJALl2": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Section" but no such service exists.');
  9699.     }
  9700.     /**
  9701.      * Gets the private '.errored..service_locator.2M9KHMg.Aqarmap\Bundle\UserBundle\Entity\User' shared service.
  9702.      *
  9703.      * @return \Aqarmap\Bundle\UserBundle\Entity\User
  9704.      */
  9705.     protected function getUserService()
  9706.     {
  9707.         $this->throw('Cannot autowire service ".service_locator.2M9KHMg": it references class "Aqarmap\\Bundle\\UserBundle\\Entity\\User" but no such service exists.');
  9708.     }
  9709.     /**
  9710.      * Gets the private '.errored..service_locator.2Ub4lmw.Aqarmap\Bundle\UserBundle\Entity\User' shared service.
  9711.      *
  9712.      * @return \Aqarmap\Bundle\UserBundle\Entity\User
  9713.      */
  9714.     protected function getUser2Service()
  9715.     {
  9716.         $this->throw('Cannot autowire service ".service_locator.2Ub4lmw": it references class "Aqarmap\\Bundle\\UserBundle\\Entity\\User" but no such service exists.');
  9717.     }
  9718.     /**
  9719.      * Gets the private '.errored..service_locator.2_6UvMb.Aqarmap\Bundle\DiscussionBundle\Entity\Comment' shared service.
  9720.      *
  9721.      * @return \Aqarmap\Bundle\DiscussionBundle\Entity\Comment
  9722.      */
  9723.     protected function getCommentService()
  9724.     {
  9725.         $this->throw('Cannot autowire service ".service_locator.2_6UvMb": it references class "Aqarmap\\Bundle\\DiscussionBundle\\Entity\\Comment" but no such service exists.');
  9726.     }
  9727.     /**
  9728.      * Gets the private '.errored..service_locator.3.is40S.Aqarmap\Bundle\ListingBundle\Entity\PropertyType' shared service.
  9729.      *
  9730.      * @return \Aqarmap\Bundle\ListingBundle\Entity\PropertyType
  9731.      */
  9732.     protected function getPropertyType2Service()
  9733.     {
  9734.         $this->throw('Cannot autowire service ".service_locator.3.is40S": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\PropertyType" but no such service exists.');
  9735.     }
  9736.     /**
  9737.      * Gets the private '.errored..service_locator.3Dofsr4.Aqarmap\Bundle\UserBundle\Entity\User' shared service.
  9738.      *
  9739.      * @return \Aqarmap\Bundle\UserBundle\Entity\User
  9740.      */
  9741.     protected function getUser3Service()
  9742.     {
  9743.         $this->throw('Cannot autowire service ".service_locator.3Dofsr4": it references class "Aqarmap\\Bundle\\UserBundle\\Entity\\User" but no such service exists.');
  9744.     }
  9745.     /**
  9746.      * Gets the private '.errored..service_locator.3Dofsr4.Aqarmap\Bundle\UserBundle\Entity\UserDomain' shared service.
  9747.      *
  9748.      * @return \Aqarmap\Bundle\UserBundle\Entity\UserDomain
  9749.      */
  9750.     protected function getUserDomainService()
  9751.     {
  9752.         $this->throw('Cannot autowire service ".service_locator.3Dofsr4": it references class "Aqarmap\\Bundle\\UserBundle\\Entity\\UserDomain" but no such service exists.');
  9753.     }
  9754.     /**
  9755.      * Gets the private '.errored..service_locator.3jBAVWJ.Aqarmap\Bundle\ListingBundle\Entity\Listing' shared service.
  9756.      *
  9757.      * @return \Aqarmap\Bundle\ListingBundle\Entity\Listing
  9758.      */
  9759.     protected function getListing4Service()
  9760.     {
  9761.         $this->throw('Cannot autowire service ".service_locator.3jBAVWJ": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing" but no such service exists.');
  9762.     }
  9763.     /**
  9764.      * Gets the private '.errored..service_locator.48PMbZa.Aqarmap\Bundle\ListingBundle\Entity\Listing' shared service.
  9765.      *
  9766.      * @return \Aqarmap\Bundle\ListingBundle\Entity\Listing
  9767.      */
  9768.     protected function getListing5Service()
  9769.     {
  9770.         $this->throw('Cannot autowire service ".service_locator.48PMbZa": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing" but no such service exists.');
  9771.     }
  9772.     /**
  9773.      * Gets the private '.errored..service_locator.4CTW3Co.Aqarmap\Bundle\ListingBundle\Entity\Listing' shared service.
  9774.      *
  9775.      * @return \Aqarmap\Bundle\ListingBundle\Entity\Listing
  9776.      */
  9777.     protected function getListing6Service()
  9778.     {
  9779.         $this->throw('Cannot autowire service ".service_locator.4CTW3Co": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing" but no such service exists.');
  9780.     }
  9781.     /**
  9782.      * Gets the private '.errored..service_locator.5TZeRCE.Aqarmap\Bundle\ListingBundle\Entity\File' shared service.
  9783.      *
  9784.      * @return \Aqarmap\Bundle\ListingBundle\Entity\File
  9785.      */
  9786.     protected function getFileService()
  9787.     {
  9788.         $this->throw('Cannot autowire service ".service_locator.5TZeRCE": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\File" but no such service exists.');
  9789.     }
  9790.     /**
  9791.      * Gets the private '.errored..service_locator.691P.J0.Aqarmap\Bundle\ListingBundle\Entity\Listing' shared service.
  9792.      *
  9793.      * @return \Aqarmap\Bundle\ListingBundle\Entity\Listing
  9794.      */
  9795.     protected function getListing7Service()
  9796.     {
  9797.         $this->throw('Cannot autowire service ".service_locator.691P.J0": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing" but no such service exists.');
  9798.     }
  9799.     /**
  9800.      * Gets the private '.errored..service_locator.6U_jksk.Aqarmap\Bundle\DiscussionBundle\Entity\Discussion' shared service.
  9801.      *
  9802.      * @return \Aqarmap\Bundle\DiscussionBundle\Entity\Discussion
  9803.      */
  9804.     protected function getDiscussionService()
  9805.     {
  9806.         $this->throw('Cannot autowire service ".service_locator.6U_jksk": it references class "Aqarmap\\Bundle\\DiscussionBundle\\Entity\\Discussion" but no such service exists.');
  9807.     }
  9808.     /**
  9809.      * Gets the private '.errored..service_locator.6uOXFWy.Aqarmap\Bundle\ListingBundle\Entity\Listing' shared service.
  9810.      *
  9811.      * @return \Aqarmap\Bundle\ListingBundle\Entity\Listing
  9812.      */
  9813.     protected function getListing8Service()
  9814.     {
  9815.         $this->throw('Cannot autowire service ".service_locator.6uOXFWy": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing" but no such service exists.');
  9816.     }
  9817.     /**
  9818.      * Gets the private '.errored..service_locator.6uOXFWy.Aqarmap\Bundle\ListingBundle\Entity\ListingPhoto' shared service.
  9819.      *
  9820.      * @return \Aqarmap\Bundle\ListingBundle\Entity\ListingPhoto
  9821.      */
  9822.     protected function getListingPhotoService()
  9823.     {
  9824.         $this->throw('Cannot autowire service ".service_locator.6uOXFWy": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\ListingPhoto" but no such service exists.');
  9825.     }
  9826.     /**
  9827.      * Gets the private '.errored..service_locator.81.uOvc.Aqarmap\Bundle\UserBundle\Entity\User' shared service.
  9828.      *
  9829.      * @return \Aqarmap\Bundle\UserBundle\Entity\User
  9830.      */
  9831.     protected function getUser4Service()
  9832.     {
  9833.         $this->throw('Cannot autowire service ".service_locator.81.uOvc": it references class "Aqarmap\\Bundle\\UserBundle\\Entity\\User" but no such service exists.');
  9834.     }
  9835.     /**
  9836.      * Gets the private '.errored..service_locator.81H6ZId.Aqarmap\Bundle\MainBundle\Entity\MobileSectionsToggles' shared service.
  9837.      *
  9838.      * @return \Aqarmap\Bundle\MainBundle\Entity\MobileSectionsToggles
  9839.      */
  9840.     protected function getMobileSectionsTogglesService()
  9841.     {
  9842.         $this->throw('Cannot autowire service ".service_locator.81H6ZId": it references class "Aqarmap\\Bundle\\MainBundle\\Entity\\MobileSectionsToggles" but no such service exists.');
  9843.     }
  9844.     /**
  9845.      * Gets the private '.errored..service_locator.C3YrtYY.Aqarmap\Bundle\ListingBundle\Entity\Location' shared service.
  9846.      *
  9847.      * @return \Aqarmap\Bundle\ListingBundle\Entity\Location
  9848.      */
  9849.     protected function getLocationService()
  9850.     {
  9851.         $this->throw('Cannot autowire service ".service_locator.C3YrtYY": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Location" but no such service exists.');
  9852.     }
  9853.     /**
  9854.      * Gets the private '.errored..service_locator.C3YrtYY.Aqarmap\Bundle\ListingBundle\Entity\PropertyType' shared service.
  9855.      *
  9856.      * @return \Aqarmap\Bundle\ListingBundle\Entity\PropertyType
  9857.      */
  9858.     protected function getPropertyType3Service()
  9859.     {
  9860.         $this->throw('Cannot autowire service ".service_locator.C3YrtYY": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\PropertyType" but no such service exists.');
  9861.     }
  9862.     /**
  9863.      * Gets the private '.errored..service_locator.C7sApcB.Aqarmap\Bundle\NotifierBundle\Entity\Notifier' shared service.
  9864.      *
  9865.      * @return \Aqarmap\Bundle\NotifierBundle\Entity\Notifier
  9866.      */
  9867.     protected function getNotifierService()
  9868.     {
  9869.         $this->throw('Cannot autowire service ".service_locator.C7sApcB": it references class "Aqarmap\\Bundle\\NotifierBundle\\Entity\\Notifier" but no such service exists.');
  9870.     }
  9871.     /**
  9872.      * Gets the private '.errored..service_locator.Cv0rm0q.Aqarmap\Bundle\UserBundle\Entity\User' shared service.
  9873.      *
  9874.      * @return \Aqarmap\Bundle\UserBundle\Entity\User
  9875.      */
  9876.     protected function getUser5Service()
  9877.     {
  9878.         $this->throw('Cannot autowire service ".service_locator.Cv0rm0q": it references class "Aqarmap\\Bundle\\UserBundle\\Entity\\User" but no such service exists.');
  9879.     }
  9880.     /**
  9881.      * Gets the private '.errored..service_locator.DhfpusR.Aqarmap\Bundle\MainBundle\Entity\Feedback' shared service.
  9882.      *
  9883.      * @return \Aqarmap\Bundle\MainBundle\Entity\Feedback
  9884.      */
  9885.     protected function getFeedbackService()
  9886.     {
  9887.         $this->throw('Cannot autowire service ".service_locator.DhfpusR": it references class "Aqarmap\\Bundle\\MainBundle\\Entity\\Feedback" but no such service exists.');
  9888.     }
  9889.     /**
  9890.      * Gets the private '.errored..service_locator.E5620._.Aqarmap\Bundle\ListingBundle\Entity\Listing' shared service.
  9891.      *
  9892.      * @return \Aqarmap\Bundle\ListingBundle\Entity\Listing
  9893.      */
  9894.     protected function getListing9Service()
  9895.     {
  9896.         $this->throw('Cannot autowire service ".service_locator.E5620._": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing" but no such service exists.');
  9897.     }
  9898.     /**
  9899.      * Gets the private '.errored..service_locator.EdCv38r.Aqarmap\Bundle\MainBundle\Entity\JoinUs' shared service.
  9900.      *
  9901.      * @return \Aqarmap\Bundle\MainBundle\Entity\JoinUs
  9902.      */
  9903.     protected function getJoinUsService()
  9904.     {
  9905.         $this->throw('Cannot autowire service ".service_locator.EdCv38r": it references class "Aqarmap\\Bundle\\MainBundle\\Entity\\JoinUs" but no such service exists.');
  9906.     }
  9907.     /**
  9908.      * Gets the private '.errored..service_locator.Ef4Q2nx.Aqarmap\Bundle\CustomerProfilingBundle\Entity\DynamicQuestion' shared service.
  9909.      *
  9910.      * @return \Aqarmap\Bundle\CustomerProfilingBundle\Entity\DynamicQuestion
  9911.      */
  9912.     protected function getDynamicQuestionService()
  9913.     {
  9914.         $this->throw('Cannot autowire service ".service_locator.Ef4Q2nx": it references class "Aqarmap\\Bundle\\CustomerProfilingBundle\\Entity\\DynamicQuestion" but no such service exists.');
  9915.     }
  9916.     /**
  9917.      * Gets the private '.errored..service_locator.EyfC0N4.Aqarmap\Bundle\ExchangeBundle\Entity\ExchangeRequest' shared service.
  9918.      *
  9919.      * @return \Aqarmap\Bundle\ExchangeBundle\Entity\ExchangeRequest
  9920.      */
  9921.     protected function getExchangeRequestService()
  9922.     {
  9923.         $this->throw('Cannot autowire service ".service_locator.EyfC0N4": it references class "Aqarmap\\Bundle\\ExchangeBundle\\Entity\\ExchangeRequest" but no such service exists.');
  9924.     }
  9925.     /**
  9926.      * Gets the private '.errored..service_locator.F92OUdR.Aqarmap\Bundle\FinancialAidsBundle\Entity\FinancialAid' shared service.
  9927.      *
  9928.      * @return \Aqarmap\Bundle\FinancialAidsBundle\Entity\FinancialAid
  9929.      */
  9930.     protected function getFinancialAidService()
  9931.     {
  9932.         $this->throw('Cannot autowire service ".service_locator.F92OUdR": it references class "Aqarmap\\Bundle\\FinancialAidsBundle\\Entity\\FinancialAid" but no such service exists.');
  9933.     }
  9934.     /**
  9935.      * Gets the private '.errored..service_locator.FYC1ztD.App\Entity\Subscriptions\SubscriptionPlan' shared service.
  9936.      *
  9937.      * @return \App\Entity\Subscriptions\SubscriptionPlan
  9938.      */
  9939.     protected function getSubscriptionPlanService()
  9940.     {
  9941.         $this->throw('Cannot autowire service ".service_locator.FYC1ztD": it references class "App\\Entity\\Subscriptions\\SubscriptionPlan" but no such service exists.');
  9942.     }
  9943.     /**
  9944.      * Gets the private '.errored..service_locator.FeEvP.H.App\Entity\Subscriptions\SubscriptionPlan' shared service.
  9945.      *
  9946.      * @return \App\Entity\Subscriptions\SubscriptionPlan
  9947.      */
  9948.     protected function getSubscriptionPlan2Service()
  9949.     {
  9950.         $this->throw('Cannot autowire service ".service_locator.FeEvP.H": it references class "App\\Entity\\Subscriptions\\SubscriptionPlan" but no such service exists.');
  9951.     }
  9952.     /**
  9953.      * Gets the private '.errored..service_locator.GedePMg.Aqarmap\Bundle\ListingBundle\Entity\Section' shared service.
  9954.      *
  9955.      * @return \Aqarmap\Bundle\ListingBundle\Entity\Section
  9956.      */
  9957.     protected function getSection2Service()
  9958.     {
  9959.         $this->throw('Cannot autowire service ".service_locator.GedePMg": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Section" but no such service exists.');
  9960.     }
  9961.     /**
  9962.      * Gets the private '.errored..service_locator.IxpZ58c.Aqarmap\Bundle\ListingBundle\Entity\Listing' shared service.
  9963.      *
  9964.      * @return \Aqarmap\Bundle\ListingBundle\Entity\Listing
  9965.      */
  9966.     protected function getListing10Service()
  9967.     {
  9968.         $this->throw('Cannot autowire service ".service_locator.IxpZ58c": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing" but no such service exists.');
  9969.     }
  9970.     /**
  9971.      * Gets the private '.errored..service_locator.JZvIlSn.Aqarmap\Bundle\ListingBundle\Entity\Listing' shared service.
  9972.      *
  9973.      * @return \Aqarmap\Bundle\ListingBundle\Entity\Listing
  9974.      */
  9975.     protected function getListing11Service()
  9976.     {
  9977.         $this->throw('Cannot autowire service ".service_locator.JZvIlSn": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing" but no such service exists.');
  9978.     }
  9979.     /**
  9980.      * Gets the private '.errored..service_locator.JZvIlSn.Aqarmap\Bundle\ListingBundle\Entity\ListingPhoto' shared service.
  9981.      *
  9982.      * @return \Aqarmap\Bundle\ListingBundle\Entity\ListingPhoto
  9983.      */
  9984.     protected function getListingPhoto2Service()
  9985.     {
  9986.         $this->throw('Cannot autowire service ".service_locator.JZvIlSn": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\ListingPhoto" but no such service exists.');
  9987.     }
  9988.     /**
  9989.      * Gets the private '.errored..service_locator.KI50Z4f.Aqarmap\Bundle\PaymentBundle\Entity\Payment' shared service.
  9990.      *
  9991.      * @return \Aqarmap\Bundle\PaymentBundle\Entity\Payment
  9992.      */
  9993.     protected function getPaymentService()
  9994.     {
  9995.         $this->throw('Cannot autowire service ".service_locator.KI50Z4f": it references class "Aqarmap\\Bundle\\PaymentBundle\\Entity\\Payment" but no such service exists.');
  9996.     }
  9997.     /**
  9998.      * Gets the private '.errored..service_locator.KfbR3DY.Symfony\Component\Config\Loader\LoaderInterface' shared service.
  9999.      *
  10000.      * @return \Symfony\Component\Config\Loader\LoaderInterface
  10001.      */
  10002.     protected function getLoaderInterfaceService()
  10003.     {
  10004.         $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".');
  10005.     }
  10006.     /**
  10007.      * Gets the private '.errored..service_locator.LRr2cO7.Aqarmap\Bundle\MainBundle\Entity\Menu' shared service.
  10008.      *
  10009.      * @return \Aqarmap\Bundle\MainBundle\Entity\Menu
  10010.      */
  10011.     protected function getMenuService()
  10012.     {
  10013.         $this->throw('Cannot autowire service ".service_locator.LRr2cO7": it references class "Aqarmap\\Bundle\\MainBundle\\Entity\\Menu" but no such service exists.');
  10014.     }
  10015.     /**
  10016.      * Gets the private '.errored..service_locator.LeUnxz1.Aqarmap\Bundle\ListingBundle\Entity\CompoundLocation' shared service.
  10017.      *
  10018.      * @return \Aqarmap\Bundle\ListingBundle\Entity\CompoundLocation
  10019.      */
  10020.     protected function getCompoundLocationService()
  10021.     {
  10022.         $this->throw('Cannot autowire service ".service_locator.LeUnxz1": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\CompoundLocation" but no such service exists.');
  10023.     }
  10024.     /**
  10025.      * Gets the private '.errored..service_locator.MyHXagK.Aqarmap\Bundle\UserBundle\Entity\User' shared service.
  10026.      *
  10027.      * @return \Aqarmap\Bundle\UserBundle\Entity\User
  10028.      */
  10029.     protected function getUser6Service()
  10030.     {
  10031.         $this->throw('Cannot autowire service ".service_locator.MyHXagK": it references class "Aqarmap\\Bundle\\UserBundle\\Entity\\User" but no such service exists.');
  10032.     }
  10033.     /**
  10034.      * Gets the private '.errored..service_locator.NEJIEts.Aqarmap\Bundle\ListingBundle\Entity\Listing' shared service.
  10035.      *
  10036.      * @return \Aqarmap\Bundle\ListingBundle\Entity\Listing
  10037.      */
  10038.     protected function getListing12Service()
  10039.     {
  10040.         $this->throw('Cannot autowire service ".service_locator.NEJIEts": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing" but no such service exists.');
  10041.     }
  10042.     /**
  10043.      * Gets the private '.errored..service_locator.NRsk.0J.Aqarmap\Bundle\DiscussionBundle\Entity\Comment' shared service.
  10044.      *
  10045.      * @return \Aqarmap\Bundle\DiscussionBundle\Entity\Comment
  10046.      */
  10047.     protected function getComment2Service()
  10048.     {
  10049.         $this->throw('Cannot autowire service ".service_locator.NRsk.0J": it references class "Aqarmap\\Bundle\\DiscussionBundle\\Entity\\Comment" but no such service exists.');
  10050.     }
  10051.     /**
  10052.      * Gets the private '.errored..service_locator.NRsk.0J.Aqarmap\Bundle\DiscussionBundle\Entity\Discussion' shared service.
  10053.      *
  10054.      * @return \Aqarmap\Bundle\DiscussionBundle\Entity\Discussion
  10055.      */
  10056.     protected function getDiscussion2Service()
  10057.     {
  10058.         $this->throw('Cannot autowire service ".service_locator.NRsk.0J": it references class "Aqarmap\\Bundle\\DiscussionBundle\\Entity\\Discussion" but no such service exists.');
  10059.     }
  10060.     /**
  10061.      * Gets the private '.errored..service_locator.NSHwqyp.Aqarmap\Bundle\UserBundle\Entity\User' shared service.
  10062.      *
  10063.      * @return \Aqarmap\Bundle\UserBundle\Entity\User
  10064.      */
  10065.     protected function getUser7Service()
  10066.     {
  10067.         $this->throw('Cannot autowire service ".service_locator.NSHwqyp": it references class "Aqarmap\\Bundle\\UserBundle\\Entity\\User" but no such service exists.');
  10068.     }
  10069.     /**
  10070.      * Gets the private '.errored..service_locator.N_uc6xq.Aqarmap\Bundle\ListingBundle\Entity\Listing' shared service.
  10071.      *
  10072.      * @return \Aqarmap\Bundle\ListingBundle\Entity\Listing
  10073.      */
  10074.     protected function getListing13Service()
  10075.     {
  10076.         $this->throw('Cannot autowire service ".service_locator.N_uc6xq": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing" but no such service exists.');
  10077.     }
  10078.     /**
  10079.      * Gets the private '.errored..service_locator.Nf_Q.FU.Aqarmap\Bundle\MainBundle\Entity\Page' shared service.
  10080.      *
  10081.      * @return \Aqarmap\Bundle\MainBundle\Entity\Page
  10082.      */
  10083.     protected function getPageService()
  10084.     {
  10085.         $this->throw('Cannot autowire service ".service_locator.Nf_Q.FU": it references class "Aqarmap\\Bundle\\MainBundle\\Entity\\Page" but no such service exists.');
  10086.     }
  10087.     /**
  10088.      * Gets the private '.errored..service_locator.OeUeC3z.Aqarmap\Bundle\ListingBundle\Entity\Section' shared service.
  10089.      *
  10090.      * @return \Aqarmap\Bundle\ListingBundle\Entity\Section
  10091.      */
  10092.     protected function getSection3Service()
  10093.     {
  10094.         $this->throw('Cannot autowire service ".service_locator.OeUeC3z": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Section" but no such service exists.');
  10095.     }
  10096.     /**
  10097.      * Gets the private '.errored..service_locator.P4ohWKt.App\Entity\User\UserSubAccount' shared service.
  10098.      *
  10099.      * @return \App\Entity\User\UserSubAccount
  10100.      */
  10101.     protected function getUserSubAccountService()
  10102.     {
  10103.         $this->throw('Cannot autowire service ".service_locator.P4ohWKt": it references class "App\\Entity\\User\\UserSubAccount" but no such service exists.');
  10104.     }
  10105.     /**
  10106.      * Gets the private '.errored..service_locator.Pfo2iga.Aqarmap\Bundle\ListingBundle\Entity\Listing' shared service.
  10107.      *
  10108.      * @return \Aqarmap\Bundle\ListingBundle\Entity\Listing
  10109.      */
  10110.     protected function getListing14Service()
  10111.     {
  10112.         $this->throw('Cannot autowire service ".service_locator.Pfo2iga": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing" but no such service exists.');
  10113.     }
  10114.     /**
  10115.      * Gets the private '.errored..service_locator.QVQbFIb.Aqarmap\Bundle\PaymentBundle\Entity\Payment' shared service.
  10116.      *
  10117.      * @return \Aqarmap\Bundle\PaymentBundle\Entity\Payment
  10118.      */
  10119.     protected function getPayment2Service()
  10120.     {
  10121.         $this->throw('Cannot autowire service ".service_locator.QVQbFIb": it references class "Aqarmap\\Bundle\\PaymentBundle\\Entity\\Payment" but no such service exists.');
  10122.     }
  10123.     /**
  10124.      * Gets the private '.errored..service_locator.Qp.s1q..Aqarmap\Bundle\UserBundle\Entity\User' shared service.
  10125.      *
  10126.      * @return \Aqarmap\Bundle\UserBundle\Entity\User
  10127.      */
  10128.     protected function getUser8Service()
  10129.     {
  10130.         $this->throw('Cannot autowire service ".service_locator.Qp.s1q.": it references class "Aqarmap\\Bundle\\UserBundle\\Entity\\User" but no such service exists.');
  10131.     }
  10132.     /**
  10133.      * Gets the private '.errored..service_locator.R.5rpS2.Aqarmap\Bundle\UserBundle\Entity\User' shared service.
  10134.      *
  10135.      * @return \Aqarmap\Bundle\UserBundle\Entity\User
  10136.      */
  10137.     protected function getUser9Service()
  10138.     {
  10139.         $this->throw('Cannot autowire service ".service_locator.R.5rpS2": it references class "Aqarmap\\Bundle\\UserBundle\\Entity\\User" but no such service exists.');
  10140.     }
  10141.     /**
  10142.      * Gets the private '.errored..service_locator.SBFvyl6.Aqarmap\Bundle\ListingBundle\Entity\LocationPhoto' shared service.
  10143.      *
  10144.      * @return \Aqarmap\Bundle\ListingBundle\Entity\LocationPhoto
  10145.      */
  10146.     protected function getLocationPhotoService()
  10147.     {
  10148.         $this->throw('Cannot autowire service ".service_locator.SBFvyl6": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\LocationPhoto" but no such service exists.');
  10149.     }
  10150.     /**
  10151.      * Gets the private '.errored..service_locator.SE4ny3Y.Aqarmap\Bundle\BuyerAlertsBundle\Entity\BuyerAlerts' shared service.
  10152.      *
  10153.      * @return \Aqarmap\Bundle\BuyerAlertsBundle\Entity\BuyerAlerts
  10154.      */
  10155.     protected function getBuyerAlertsService()
  10156.     {
  10157.         $this->throw('Cannot autowire service ".service_locator.SE4ny3Y": it references class "Aqarmap\\Bundle\\BuyerAlertsBundle\\Entity\\BuyerAlerts" but no such service exists.');
  10158.     }
  10159.     /**
  10160.      * Gets the private '.errored..service_locator.SblZSSN.Aqarmap\Bundle\ListingBundle\Entity\Location' shared service.
  10161.      *
  10162.      * @return \Aqarmap\Bundle\ListingBundle\Entity\Location
  10163.      */
  10164.     protected function getLocation2Service()
  10165.     {
  10166.         $this->throw('Cannot autowire service ".service_locator.SblZSSN": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Location" but no such service exists.');
  10167.     }
  10168.     /**
  10169.      * Gets the private '.errored..service_locator.SblZSSN.Aqarmap\Bundle\UserBundle\Entity\User' shared service.
  10170.      *
  10171.      * @return \Aqarmap\Bundle\UserBundle\Entity\User
  10172.      */
  10173.     protected function getUser10Service()
  10174.     {
  10175.         $this->throw('Cannot autowire service ".service_locator.SblZSSN": it references class "Aqarmap\\Bundle\\UserBundle\\Entity\\User" but no such service exists.');
  10176.     }
  10177.     /**
  10178.      * Gets the private '.errored..service_locator.ScY99ay.Aqarmap\Bundle\ListingBundle\Entity\Section' shared service.
  10179.      *
  10180.      * @return \Aqarmap\Bundle\ListingBundle\Entity\Section
  10181.      */
  10182.     protected function getSection4Service()
  10183.     {
  10184.         $this->throw('Cannot autowire service ".service_locator.ScY99ay": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Section" but no such service exists.');
  10185.     }
  10186.     /**
  10187.      * Gets the private '.errored..service_locator.TLrSZYf.Aqarmap\Bundle\ListingBundle\Entity\Favourite' shared service.
  10188.      *
  10189.      * @return \Aqarmap\Bundle\ListingBundle\Entity\Favourite
  10190.      */
  10191.     protected function getFavouriteService()
  10192.     {
  10193.         $this->throw('Cannot autowire service ".service_locator.TLrSZYf": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Favourite" but no such service exists.');
  10194.     }
  10195.     /**
  10196.      * Gets the private '.errored..service_locator.TtqXS4F.Aqarmap\Bundle\UserBundle\Entity\User' shared service.
  10197.      *
  10198.      * @return \Aqarmap\Bundle\UserBundle\Entity\User
  10199.      */
  10200.     protected function getUser11Service()
  10201.     {
  10202.         $this->throw('Cannot autowire service ".service_locator.TtqXS4F": it references class "Aqarmap\\Bundle\\UserBundle\\Entity\\User" but no such service exists.');
  10203.     }
  10204.     /**
  10205.      * Gets the private '.errored..service_locator.U7VViCc.Symfony\Component\Form\FormInterface' shared service.
  10206.      *
  10207.      * @return \Symfony\Component\Form\FormInterface
  10208.      */
  10209.     protected function getFormInterfaceService()
  10210.     {
  10211.         $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?');
  10212.     }
  10213.     /**
  10214.      * Gets the private '.errored..service_locator.Uagg_gw.Aqarmap\Bundle\UserBundle\Entity\UserDomain' shared service.
  10215.      *
  10216.      * @return \Aqarmap\Bundle\UserBundle\Entity\UserDomain
  10217.      */
  10218.     protected function getUserDomain2Service()
  10219.     {
  10220.         $this->throw('Cannot autowire service ".service_locator.Uagg_gw": it references class "Aqarmap\\Bundle\\UserBundle\\Entity\\UserDomain" but no such service exists.');
  10221.     }
  10222.     /**
  10223.      * Gets the private '.errored..service_locator.Ue3lOen.Aqarmap\Bundle\UserBundle\Entity\User' shared service.
  10224.      *
  10225.      * @return \Aqarmap\Bundle\UserBundle\Entity\User
  10226.      */
  10227.     protected function getUser12Service()
  10228.     {
  10229.         $this->throw('Cannot autowire service ".service_locator.Ue3lOen": it references class "Aqarmap\\Bundle\\UserBundle\\Entity\\User" but no such service exists.');
  10230.     }
  10231.     /**
  10232.      * Gets the private '.errored..service_locator.UsScnKS.App\Entity\Lead\Lead' shared service.
  10233.      *
  10234.      * @return \App\Entity\Lead\Lead
  10235.      */
  10236.     protected function getLeadService()
  10237.     {
  10238.         $this->throw('Cannot autowire service ".service_locator.UsScnKS": it references class "App\\Entity\\Lead\\Lead" but no such service exists.');
  10239.     }
  10240.     /**
  10241.      * Gets the private '.errored..service_locator.Uyoau69.Aqarmap\Bundle\ListingBundle\Entity\Listing' shared service.
  10242.      *
  10243.      * @return \Aqarmap\Bundle\ListingBundle\Entity\Listing
  10244.      */
  10245.     protected function getListing15Service()
  10246.     {
  10247.         $this->throw('Cannot autowire service ".service_locator.Uyoau69": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing" but no such service exists.');
  10248.     }
  10249.     /**
  10250.      * Gets the private '.errored..service_locator.VAPpaZO.App\Entity\User\UserSubAccount' shared service.
  10251.      *
  10252.      * @return \App\Entity\User\UserSubAccount
  10253.      */
  10254.     protected function getUserSubAccount2Service()
  10255.     {
  10256.         $this->throw('Cannot autowire service ".service_locator.VAPpaZO": it references class "App\\Entity\\User\\UserSubAccount" but no such service exists.');
  10257.     }
  10258.     /**
  10259.      * Gets the private '.errored..service_locator.VQspxfD.Aqarmap\Bundle\UserBundle\Entity\User' shared service.
  10260.      *
  10261.      * @return \Aqarmap\Bundle\UserBundle\Entity\User
  10262.      */
  10263.     protected function getUser13Service()
  10264.     {
  10265.         $this->throw('Cannot autowire service ".service_locator.VQspxfD": it references class "Aqarmap\\Bundle\\UserBundle\\Entity\\User" but no such service exists.');
  10266.     }
  10267.     /**
  10268.      * Gets the private '.errored..service_locator.Vhx2..N.Aqarmap\Bundle\PaymentBundle\Entity\PaymentTransactionService' shared service.
  10269.      *
  10270.      * @return \Aqarmap\Bundle\PaymentBundle\Entity\PaymentTransactionService
  10271.      */
  10272.     protected function getPaymentTransactionServiceService()
  10273.     {
  10274.         $this->throw('Cannot autowire service ".service_locator.Vhx2..N": it references class "Aqarmap\\Bundle\\PaymentBundle\\Entity\\PaymentTransactionService" but no such service exists.');
  10275.     }
  10276.     /**
  10277.      * Gets the private '.errored..service_locator.WYrnE_I.Aqarmap\Bundle\UserBundle\Entity\UserInterest' shared service.
  10278.      *
  10279.      * @return \Aqarmap\Bundle\UserBundle\Entity\UserInterest
  10280.      */
  10281.     protected function getUserInterestService()
  10282.     {
  10283.         $this->throw('Cannot autowire service ".service_locator.WYrnE_I": it references class "Aqarmap\\Bundle\\UserBundle\\Entity\\UserInterest" but no such service exists.');
  10284.     }
  10285.     /**
  10286.      * Gets the private '.errored..service_locator.XD1u.VJ.Aqarmap\Bundle\ListingBundle\Entity\Rule' shared service.
  10287.      *
  10288.      * @return \Aqarmap\Bundle\ListingBundle\Entity\Rule
  10289.      */
  10290.     protected function getRuleService()
  10291.     {
  10292.         $this->throw('Cannot autowire service ".service_locator.XD1u.VJ": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Rule" but no such service exists.');
  10293.     }
  10294.     /**
  10295.      * Gets the private '.errored..service_locator.X_4f3Bt.App\Entity\Lead\Lead' shared service.
  10296.      *
  10297.      * @return \App\Entity\Lead\Lead
  10298.      */
  10299.     protected function getLead2Service()
  10300.     {
  10301.         $this->throw('Cannot autowire service ".service_locator.X_4f3Bt": it references class "App\\Entity\\Lead\\Lead" but no such service exists.');
  10302.     }
  10303.     /**
  10304.      * Gets the private '.errored..service_locator.Xc.PcLF.Aqarmap\Bundle\MainBundle\Entity\DefaultTopCustomers' shared service.
  10305.      *
  10306.      * @return \Aqarmap\Bundle\MainBundle\Entity\DefaultTopCustomers
  10307.      */
  10308.     protected function getDefaultTopCustomersService()
  10309.     {
  10310.         $this->throw('Cannot autowire service ".service_locator.Xc.PcLF": it references class "Aqarmap\\Bundle\\MainBundle\\Entity\\DefaultTopCustomers" but no such service exists.');
  10311.     }
  10312.     /**
  10313.      * Gets the private '.errored..service_locator.ZbqxYyN.Aqarmap\Bundle\NotifierBundle\Entity\Notifier' shared service.
  10314.      *
  10315.      * @return \Aqarmap\Bundle\NotifierBundle\Entity\Notifier
  10316.      */
  10317.     protected function getNotifier2Service()
  10318.     {
  10319.         $this->throw('Cannot autowire service ".service_locator.ZbqxYyN": it references class "Aqarmap\\Bundle\\NotifierBundle\\Entity\\Notifier" but no such service exists.');
  10320.     }
  10321.     /**
  10322.      * Gets the private '.errored..service_locator._MMsLYK.Aqarmap\Bundle\ListingBundle\Entity\Listing' shared service.
  10323.      *
  10324.      * @return \Aqarmap\Bundle\ListingBundle\Entity\Listing
  10325.      */
  10326.     protected function getListing16Service()
  10327.     {
  10328.         $this->throw('Cannot autowire service ".service_locator._MMsLYK": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing" but no such service exists.');
  10329.     }
  10330.     /**
  10331.      * Gets the private '.errored..service_locator._Qw4DJe.Aqarmap\Bundle\ListingBundle\Entity\Listing' shared service.
  10332.      *
  10333.      * @return \Aqarmap\Bundle\ListingBundle\Entity\Listing
  10334.      */
  10335.     protected function getListing17Service()
  10336.     {
  10337.         $this->throw('Cannot autowire service ".service_locator._Qw4DJe": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing" but no such service exists.');
  10338.     }
  10339.     /**
  10340.      * Gets the private '.errored..service_locator._Qw4DJe.Aqarmap\Bundle\UserBundle\Entity\User' shared service.
  10341.      *
  10342.      * @return \Aqarmap\Bundle\UserBundle\Entity\User
  10343.      */
  10344.     protected function getUser14Service()
  10345.     {
  10346.         $this->throw('Cannot autowire service ".service_locator._Qw4DJe": it references class "Aqarmap\\Bundle\\UserBundle\\Entity\\User" but no such service exists.');
  10347.     }
  10348.     /**
  10349.      * Gets the private '.errored..service_locator.atd8Wi6.Aqarmap\Bundle\ListingBundle\Entity\Listing' shared service.
  10350.      *
  10351.      * @return \Aqarmap\Bundle\ListingBundle\Entity\Listing
  10352.      */
  10353.     protected function getListing18Service()
  10354.     {
  10355.         $this->throw('Cannot autowire service ".service_locator.atd8Wi6": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing" but no such service exists.');
  10356.     }
  10357.     /**
  10358.      * Gets the private '.errored..service_locator.e.ek1_q.Aqarmap\Bundle\ListingBundle\Entity\Phone' shared service.
  10359.      *
  10360.      * @return \Aqarmap\Bundle\ListingBundle\Entity\Phone
  10361.      */
  10362.     protected function getPhoneService()
  10363.     {
  10364.         $this->throw('Cannot autowire service ".service_locator.e.ek1_q": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Phone" but no such service exists.');
  10365.     }
  10366.     /**
  10367.      * Gets the private '.errored..service_locator.elP0OCB.Aqarmap\Bundle\ListingBundle\Entity\Listing' shared service.
  10368.      *
  10369.      * @return \Aqarmap\Bundle\ListingBundle\Entity\Listing
  10370.      */
  10371.     protected function getListing19Service()
  10372.     {
  10373.         $this->throw('Cannot autowire service ".service_locator.elP0OCB": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing" but no such service exists.');
  10374.     }
  10375.     /**
  10376.      * Gets the private '.errored..service_locator.faK6yZI.Aqarmap\Bundle\FeatureToggleBundle\Entity\FeatureToggle' shared service.
  10377.      *
  10378.      * @return \Aqarmap\Bundle\FeatureToggleBundle\Entity\FeatureToggle
  10379.      */
  10380.     protected function getFeatureToggleService()
  10381.     {
  10382.         $this->throw('Cannot autowire service ".service_locator.faK6yZI": it references class "Aqarmap\\Bundle\\FeatureToggleBundle\\Entity\\FeatureToggle" but no such service exists.');
  10383.     }
  10384.     /**
  10385.      * Gets the private '.errored..service_locator.gWBS00N.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.gWBS00N": it references class "Aqarmap\\Bundle\\UserBundle\\Entity\\User" but no such service exists.');
  10392.     }
  10393.     /**
  10394.      * Gets the private '.errored..service_locator.gWBS00N.Aqarmap\Bundle\UserBundle\Entity\UserPackages' shared service.
  10395.      *
  10396.      * @return \Aqarmap\Bundle\UserBundle\Entity\UserPackages
  10397.      */
  10398.     protected function getUserPackagesService()
  10399.     {
  10400.         $this->throw('Cannot autowire service ".service_locator.gWBS00N": it references class "Aqarmap\\Bundle\\UserBundle\\Entity\\UserPackages" but no such service exists.');
  10401.     }
  10402.     /**
  10403.      * Gets the private '.errored..service_locator.hiEbQuj.Aqarmap\Bundle\UserBundle\Entity\Team' shared service.
  10404.      *
  10405.      * @return \Aqarmap\Bundle\UserBundle\Entity\Team
  10406.      */
  10407.     protected function getTeamService()
  10408.     {
  10409.         $this->throw('Cannot autowire service ".service_locator.hiEbQuj": it references class "Aqarmap\\Bundle\\UserBundle\\Entity\\Team" but no such service exists.');
  10410.     }
  10411.     /**
  10412.      * Gets the private '.errored..service_locator.hwXYXrz.Aqarmap\Bundle\PaymentBundle\Entity\Payment' shared service.
  10413.      *
  10414.      * @return \Aqarmap\Bundle\PaymentBundle\Entity\Payment
  10415.      */
  10416.     protected function getPayment3Service()
  10417.     {
  10418.         $this->throw('Cannot autowire service ".service_locator.hwXYXrz": it references class "Aqarmap\\Bundle\\PaymentBundle\\Entity\\Payment" but no such service exists.');
  10419.     }
  10420.     /**
  10421.      * Gets the private '.errored..service_locator.i94Unr0.Aqarmap\Bundle\ListingBundle\Entity\Location' shared service.
  10422.      *
  10423.      * @return \Aqarmap\Bundle\ListingBundle\Entity\Location
  10424.      */
  10425.     protected function getLocation3Service()
  10426.     {
  10427.         $this->throw('Cannot autowire service ".service_locator.i94Unr0": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Location" but no such service exists.');
  10428.     }
  10429.     /**
  10430.      * Gets the private '.errored..service_locator.iI93pWi.Aqarmap\Bundle\ListingBundle\Entity\Location' shared service.
  10431.      *
  10432.      * @return \Aqarmap\Bundle\ListingBundle\Entity\Location
  10433.      */
  10434.     protected function getLocation4Service()
  10435.     {
  10436.         $this->throw('Cannot autowire service ".service_locator.iI93pWi": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Location" but no such service exists.');
  10437.     }
  10438.     /**
  10439.      * Gets the private '.errored..service_locator.iuFqMPC.Aqarmap\Bundle\MainBundle\Entity\Feedback' shared service.
  10440.      *
  10441.      * @return \Aqarmap\Bundle\MainBundle\Entity\Feedback
  10442.      */
  10443.     protected function getFeedback2Service()
  10444.     {
  10445.         $this->throw('Cannot autowire service ".service_locator.iuFqMPC": it references class "Aqarmap\\Bundle\\MainBundle\\Entity\\Feedback" but no such service exists.');
  10446.     }
  10447.     /**
  10448.      * Gets the private '.errored..service_locator.ixUkIS..Aqarmap\Bundle\ListingBundle\Entity\ListingPhoto' shared service.
  10449.      *
  10450.      * @return \Aqarmap\Bundle\ListingBundle\Entity\ListingPhoto
  10451.      */
  10452.     protected function getListingPhoto3Service()
  10453.     {
  10454.         $this->throw('Cannot autowire service ".service_locator.ixUkIS.": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\ListingPhoto" but no such service exists.');
  10455.     }
  10456.     /**
  10457.      * Gets the private '.errored..service_locator.jnEgZVj.Aqarmap\Bundle\ListingBundle\Entity\Listing' shared service.
  10458.      *
  10459.      * @return \Aqarmap\Bundle\ListingBundle\Entity\Listing
  10460.      */
  10461.     protected function getListing20Service()
  10462.     {
  10463.         $this->throw('Cannot autowire service ".service_locator.jnEgZVj": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing" but no such service exists.');
  10464.     }
  10465.     /**
  10466.      * Gets the private '.errored..service_locator.jnEgZVj.Aqarmap\Bundle\ListingBundle\Entity\PropertyType' shared service.
  10467.      *
  10468.      * @return \Aqarmap\Bundle\ListingBundle\Entity\PropertyType
  10469.      */
  10470.     protected function getPropertyType4Service()
  10471.     {
  10472.         $this->throw('Cannot autowire service ".service_locator.jnEgZVj": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\PropertyType" but no such service exists.');
  10473.     }
  10474.     /**
  10475.      * Gets the private '.errored..service_locator.jnEgZVj.Aqarmap\Bundle\ListingBundle\Entity\Section' shared service.
  10476.      *
  10477.      * @return \Aqarmap\Bundle\ListingBundle\Entity\Section
  10478.      */
  10479.     protected function getSection5Service()
  10480.     {
  10481.         $this->throw('Cannot autowire service ".service_locator.jnEgZVj": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Section" but no such service exists.');
  10482.     }
  10483.     /**
  10484.      * Gets the private '.errored..service_locator.kLKFYzd.Aqarmap\Bundle\MainBundle\Entity\Link' shared service.
  10485.      *
  10486.      * @return \Aqarmap\Bundle\MainBundle\Entity\Link
  10487.      */
  10488.     protected function getLinkService()
  10489.     {
  10490.         $this->throw('Cannot autowire service ".service_locator.kLKFYzd": it references class "Aqarmap\\Bundle\\MainBundle\\Entity\\Link" but no such service exists.');
  10491.     }
  10492.     /**
  10493.      * Gets the private '.errored..service_locator.lZdneNX.Aqarmap\Bundle\CustomerProfilingBundle\Entity\DynamicQuestionChoice' shared service.
  10494.      *
  10495.      * @return \Aqarmap\Bundle\CustomerProfilingBundle\Entity\DynamicQuestionChoice
  10496.      */
  10497.     protected function getDynamicQuestionChoiceService()
  10498.     {
  10499.         $this->throw('Cannot autowire service ".service_locator.lZdneNX": it references class "Aqarmap\\Bundle\\CustomerProfilingBundle\\Entity\\DynamicQuestionChoice" but no such service exists.');
  10500.     }
  10501.     /**
  10502.      * Gets the private '.errored..service_locator.mF_FbkU.Aqarmap\Bundle\ListingBundle\Entity\Location' shared service.
  10503.      *
  10504.      * @return \Aqarmap\Bundle\ListingBundle\Entity\Location
  10505.      */
  10506.     protected function getLocation5Service()
  10507.     {
  10508.         $this->throw('Cannot autowire service ".service_locator.mF_FbkU": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Location" but no such service exists.');
  10509.     }
  10510.     /**
  10511.      * Gets the private '.errored..service_locator.mF_FbkU.Aqarmap\Bundle\ListingBundle\Entity\PropertyType' shared service.
  10512.      *
  10513.      * @return \Aqarmap\Bundle\ListingBundle\Entity\PropertyType
  10514.      */
  10515.     protected function getPropertyType5Service()
  10516.     {
  10517.         $this->throw('Cannot autowire service ".service_locator.mF_FbkU": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\PropertyType" but no such service exists.');
  10518.     }
  10519.     /**
  10520.      * Gets the private '.errored..service_locator.mF_FbkU.Aqarmap\Bundle\ListingBundle\Entity\Section' shared service.
  10521.      *
  10522.      * @return \Aqarmap\Bundle\ListingBundle\Entity\Section
  10523.      */
  10524.     protected function getSection6Service()
  10525.     {
  10526.         $this->throw('Cannot autowire service ".service_locator.mF_FbkU": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Section" but no such service exists.');
  10527.     }
  10528.     /**
  10529.      * Gets the private '.errored..service_locator.mToiP.Q.Aqarmap\Bundle\ListingBundle\Entity\Listing' shared service.
  10530.      *
  10531.      * @return \Aqarmap\Bundle\ListingBundle\Entity\Listing
  10532.      */
  10533.     protected function getListing21Service()
  10534.     {
  10535.         $this->throw('Cannot autowire service ".service_locator.mToiP.Q": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing" but no such service exists.');
  10536.     }
  10537.     /**
  10538.      * Gets the private '.errored..service_locator.n07hh1c.Aqarmap\Bundle\MainBundle\Entity\Setting' shared service.
  10539.      *
  10540.      * @return \Aqarmap\Bundle\MainBundle\Entity\Setting
  10541.      */
  10542.     protected function getSetting2Service()
  10543.     {
  10544.         $this->throw('Cannot autowire service ".service_locator.n07hh1c": it references class "Aqarmap\\Bundle\\MainBundle\\Entity\\Setting" but no such service exists.');
  10545.     }
  10546.     /**
  10547.      * Gets the private '.errored..service_locator.nwni4V5.Aqarmap\Bundle\UserBundle\Entity\SavedSearch' shared service.
  10548.      *
  10549.      * @return \Aqarmap\Bundle\UserBundle\Entity\SavedSearch
  10550.      */
  10551.     protected function getSavedSearchService()
  10552.     {
  10553.         $this->throw('Cannot autowire service ".service_locator.nwni4V5": it references class "Aqarmap\\Bundle\\UserBundle\\Entity\\SavedSearch" but no such service exists.');
  10554.     }
  10555.     /**
  10556.      * Gets the private '.errored..service_locator.oGPbAPY.Aqarmap\Bundle\ListingBundle\Entity\Listing' shared service.
  10557.      *
  10558.      * @return \Aqarmap\Bundle\ListingBundle\Entity\Listing
  10559.      */
  10560.     protected function getListing22Service()
  10561.     {
  10562.         $this->throw('Cannot autowire service ".service_locator.oGPbAPY": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing" but no such service exists.');
  10563.     }
  10564.     /**
  10565.      * Gets the private '.errored..service_locator.oGPbAPY.Aqarmap\Bundle\ListingBundle\Entity\ListingPhone' shared service.
  10566.      *
  10567.      * @return \Aqarmap\Bundle\ListingBundle\Entity\ListingPhone
  10568.      */
  10569.     protected function getListingPhoneService()
  10570.     {
  10571.         $this->throw('Cannot autowire service ".service_locator.oGPbAPY": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\ListingPhone" but no such service exists.');
  10572.     }
  10573.     /**
  10574.      * Gets the private '.errored..service_locator.oWTv1Ao.Aqarmap\Bundle\ListingBundle\Entity\Rejection' shared service.
  10575.      *
  10576.      * @return \Aqarmap\Bundle\ListingBundle\Entity\Rejection
  10577.      */
  10578.     protected function getRejectionService()
  10579.     {
  10580.         $this->throw('Cannot autowire service ".service_locator.oWTv1Ao": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Rejection" but no such service exists.');
  10581.     }
  10582.     /**
  10583.      * Gets the private '.errored..service_locator.p92VLA7.Aqarmap\Bundle\UserBundle\Entity\User' shared service.
  10584.      *
  10585.      * @return \Aqarmap\Bundle\UserBundle\Entity\User
  10586.      */
  10587.     protected function getUser16Service()
  10588.     {
  10589.         $this->throw('Cannot autowire service ".service_locator.p92VLA7": it references class "Aqarmap\\Bundle\\UserBundle\\Entity\\User" but no such service exists.');
  10590.     }
  10591.     /**
  10592.      * Gets the private '.errored..service_locator.p92VLA7.Aqarmap\Bundle\UserBundle\Entity\UserServices' shared service.
  10593.      *
  10594.      * @return \Aqarmap\Bundle\UserBundle\Entity\UserServices
  10595.      */
  10596.     protected function getUserServicesService()
  10597.     {
  10598.         $this->throw('Cannot autowire service ".service_locator.p92VLA7": it references class "Aqarmap\\Bundle\\UserBundle\\Entity\\UserServices" but no such service exists.');
  10599.     }
  10600.     /**
  10601.      * Gets the private '.errored..service_locator.q0bdmru.Aqarmap\Bundle\DiscussionBundle\Entity\Discussion' shared service.
  10602.      *
  10603.      * @return \Aqarmap\Bundle\DiscussionBundle\Entity\Discussion
  10604.      */
  10605.     protected function getDiscussion3Service()
  10606.     {
  10607.         $this->throw('Cannot autowire service ".service_locator.q0bdmru": it references class "Aqarmap\\Bundle\\DiscussionBundle\\Entity\\Discussion" but no such service exists.');
  10608.     }
  10609.     /**
  10610.      * Gets the private '.errored..service_locator.q0bdmru.Aqarmap\Bundle\UserBundle\Entity\User' shared service.
  10611.      *
  10612.      * @return \Aqarmap\Bundle\UserBundle\Entity\User
  10613.      */
  10614.     protected function getUser17Service()
  10615.     {
  10616.         $this->throw('Cannot autowire service ".service_locator.q0bdmru": it references class "Aqarmap\\Bundle\\UserBundle\\Entity\\User" but no such service exists.');
  10617.     }
  10618.     /**
  10619.      * Gets the private '.errored..service_locator.qKrahGf.App\Entity\Subscriptions\UserSubscription' shared service.
  10620.      *
  10621.      * @return \App\Entity\Subscriptions\UserSubscription
  10622.      */
  10623.     protected function getUserSubscriptionService()
  10624.     {
  10625.         $this->throw('Cannot autowire service ".service_locator.qKrahGf": it references class "App\\Entity\\Subscriptions\\UserSubscription" but no such service exists.');
  10626.     }
  10627.     /**
  10628.      * Gets the private '.errored..service_locator.qYCra7m.App\Entity\Banners\Banners' shared service.
  10629.      *
  10630.      * @return \App\Entity\Banners\Banners
  10631.      */
  10632.     protected function getBannersService()
  10633.     {
  10634.         $this->throw('Cannot autowire service ".service_locator.qYCra7m": it references class "App\\Entity\\Banners\\Banners" but no such service exists.');
  10635.     }
  10636.     /**
  10637.      * Gets the private '.errored..service_locator.rGVylc..App\Entity\User\UserCard' shared service.
  10638.      *
  10639.      * @return \App\Entity\User\UserCard
  10640.      */
  10641.     protected function getUserCardService()
  10642.     {
  10643.         $this->throw('Cannot autowire service ".service_locator.rGVylc.": it references class "App\\Entity\\User\\UserCard" but no such service exists.');
  10644.     }
  10645.     /**
  10646.      * Gets the private '.errored..service_locator.rOeiD7t.Aqarmap\Bundle\UserBundle\Entity\Group' shared service.
  10647.      *
  10648.      * @return \Aqarmap\Bundle\UserBundle\Entity\Group
  10649.      */
  10650.     protected function getGroupService()
  10651.     {
  10652.         $this->throw('Cannot autowire service ".service_locator.rOeiD7t": it references class "Aqarmap\\Bundle\\UserBundle\\Entity\\Group" but no such service exists.');
  10653.     }
  10654.     /**
  10655.      * Gets the private '.errored..service_locator.tp5oD8B.Aqarmap\Bundle\ListingBundle\Entity\Section' shared service.
  10656.      *
  10657.      * @return \Aqarmap\Bundle\ListingBundle\Entity\Section
  10658.      */
  10659.     protected function getSection7Service()
  10660.     {
  10661.         $this->throw('Cannot autowire service ".service_locator.tp5oD8B": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Section" but no such service exists.');
  10662.     }
  10663.     /**
  10664.      * Gets the private '.errored..service_locator.txkxGC8.Aqarmap\Bundle\UserBundle\Entity\User' shared service.
  10665.      *
  10666.      * @return \Aqarmap\Bundle\UserBundle\Entity\User
  10667.      */
  10668.     protected function getUser18Service()
  10669.     {
  10670.         $this->throw('Cannot autowire service ".service_locator.txkxGC8": it references class "Aqarmap\\Bundle\\UserBundle\\Entity\\User" but no such service exists.');
  10671.     }
  10672.     /**
  10673.      * Gets the private '.errored..service_locator.u47of.0.Symfony\Component\DependencyInjection\ContainerBuilder' shared service.
  10674.      *
  10675.      * @return \Symfony\Component\DependencyInjection\ContainerBuilder
  10676.      */
  10677.     protected function getContainerBuilderService()
  10678.     {
  10679.         $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".');
  10680.     }
  10681.     /**
  10682.      * Gets the private '.errored..service_locator.vgxLjSE.Aqarmap\Bundle\ListingBundle\Entity\ListingPhoto' shared service.
  10683.      *
  10684.      * @return \Aqarmap\Bundle\ListingBundle\Entity\ListingPhoto
  10685.      */
  10686.     protected function getListingPhoto4Service()
  10687.     {
  10688.         $this->throw('Cannot autowire service ".service_locator.vgxLjSE": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\ListingPhoto" but no such service exists.');
  10689.     }
  10690.     /**
  10691.      * Gets the private '.errored..service_locator.wVrXYG2.Aqarmap\Bundle\CreditBundle\Entity\Credit' shared service.
  10692.      *
  10693.      * @return \Aqarmap\Bundle\CreditBundle\Entity\Credit
  10694.      */
  10695.     protected function getCreditService()
  10696.     {
  10697.         $this->throw('Cannot autowire service ".service_locator.wVrXYG2": it references class "Aqarmap\\Bundle\\CreditBundle\\Entity\\Credit" but no such service exists.');
  10698.     }
  10699.     /**
  10700.      * Gets the private '.errored..service_locator.wpvzSKV.Aqarmap\Bundle\DiscussionBundle\Entity\Discussion' shared service.
  10701.      *
  10702.      * @return \Aqarmap\Bundle\DiscussionBundle\Entity\Discussion
  10703.      */
  10704.     protected function getDiscussion4Service()
  10705.     {
  10706.         $this->throw('Cannot autowire service ".service_locator.wpvzSKV": it references class "Aqarmap\\Bundle\\DiscussionBundle\\Entity\\Discussion" but no such service exists.');
  10707.     }
  10708.     /**
  10709.      * Gets the private '.errored..service_locator.wskWCel.Aqarmap\Bundle\ListingBundle\Entity\Listing' shared service.
  10710.      *
  10711.      * @return \Aqarmap\Bundle\ListingBundle\Entity\Listing
  10712.      */
  10713.     protected function getListing23Service()
  10714.     {
  10715.         $this->throw('Cannot autowire service ".service_locator.wskWCel": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing" but no such service exists.');
  10716.     }
  10717.     /**
  10718.      * Gets the private '.errored..service_locator.x3wWNZA.Aqarmap\Bundle\ListingBundle\Entity\CompoundLocation' shared service.
  10719.      *
  10720.      * @return \Aqarmap\Bundle\ListingBundle\Entity\CompoundLocation
  10721.      */
  10722.     protected function getCompoundLocation2Service()
  10723.     {
  10724.         $this->throw('Cannot autowire service ".service_locator.x3wWNZA": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\CompoundLocation" but no such service exists.');
  10725.     }
  10726.     /**
  10727.      * Gets the private '.errored..service_locator.x6azFog.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.x6azFog": it references class "Aqarmap\\Bundle\\UserBundle\\Entity\\User" but no such service exists.');
  10734.     }
  10735.     /**
  10736.      * Gets the private '.errored..service_locator.xQH1vY9.Aqarmap\Bundle\CreditBundle\Entity\Service' shared service.
  10737.      *
  10738.      * @return \Aqarmap\Bundle\CreditBundle\Entity\Service
  10739.      */
  10740.     protected function getServiceService()
  10741.     {
  10742.         $this->throw('Cannot autowire service ".service_locator.xQH1vY9": it references class "Aqarmap\\Bundle\\CreditBundle\\Entity\\Service" but no such service exists.');
  10743.     }
  10744.     /**
  10745.      * Gets the private '.errored..service_locator.yzBhvT..Aqarmap\Bundle\MortgageBundle\Entity\MortgageRequest' shared service.
  10746.      *
  10747.      * @return \Aqarmap\Bundle\MortgageBundle\Entity\MortgageRequest
  10748.      */
  10749.     protected function getMortgageRequestService()
  10750.     {
  10751.         $this->throw('Cannot autowire service ".service_locator.yzBhvT.": it references class "Aqarmap\\Bundle\\MortgageBundle\\Entity\\MortgageRequest" but no such service exists.');
  10752.     }
  10753.     /**
  10754.      * Gets the private '.errored..service_locator.zJJOuyv.Aqarmap\Bundle\ListingBundle\Entity\Listing' shared service.
  10755.      *
  10756.      * @return \Aqarmap\Bundle\ListingBundle\Entity\Listing
  10757.      */
  10758.     protected function getListing24Service()
  10759.     {
  10760.         $this->throw('Cannot autowire service ".service_locator.zJJOuyv": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing" but no such service exists.');
  10761.     }
  10762.     /**
  10763.      * Gets the private '.errored..service_locator.zJJOuyv.Aqarmap\Bundle\ListingBundle\Entity\Location' shared service.
  10764.      *
  10765.      * @return \Aqarmap\Bundle\ListingBundle\Entity\Location
  10766.      */
  10767.     protected function getLocation6Service()
  10768.     {
  10769.         $this->throw('Cannot autowire service ".service_locator.zJJOuyv": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Location" but no such service exists.');
  10770.     }
  10771.     /**
  10772.      * Gets the private '.errored..service_locator.za1p.5V.Aqarmap\Bundle\ListingBundle\Entity\Listing' shared service.
  10773.      *
  10774.      * @return \Aqarmap\Bundle\ListingBundle\Entity\Listing
  10775.      */
  10776.     protected function getListing25Service()
  10777.     {
  10778.         $this->throw('Cannot autowire service ".service_locator.za1p.5V": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing" but no such service exists.');
  10779.     }
  10780.     /**
  10781.      * Gets the private '.errored..service_locator.zjdyQvB.Aqarmap\Bundle\ListingBundle\Entity\UserPhone' shared service.
  10782.      *
  10783.      * @return \Aqarmap\Bundle\ListingBundle\Entity\UserPhone
  10784.      */
  10785.     protected function getUserPhoneService()
  10786.     {
  10787.         $this->throw('Cannot autowire service ".service_locator.zjdyQvB": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\UserPhone" but no such service exists.');
  10788.     }
  10789.     /**
  10790.      * Gets the private '.errored..service_locator.zxXIGe6.Aqarmap\Bundle\MainBundle\Entity\CustomParagraph' shared service.
  10791.      *
  10792.      * @return \Aqarmap\Bundle\MainBundle\Entity\CustomParagraph
  10793.      */
  10794.     protected function getCustomParagraphService()
  10795.     {
  10796.         $this->throw('Cannot autowire service ".service_locator.zxXIGe6": it references class "Aqarmap\\Bundle\\MainBundle\\Entity\\CustomParagraph" but no such service exists.');
  10797.     }
  10798.     /**
  10799.      * Gets the private '.maker.auto_command.make_auth.lazy' shared service.
  10800.      *
  10801.      * @return \Symfony\Component\Console\Command\LazyCommand
  10802.      */
  10803.     protected function get_Maker_AutoCommand_MakeAuth_LazyService()
  10804.     {
  10805.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10806.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  10807.         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 {
  10808.             return ($this->privates['maker.auto_command.make_auth'] ?? $this->getMaker_AutoCommand_MakeAuthService());
  10809.         });
  10810.     }
  10811.     /**
  10812.      * Gets the private '.maker.auto_command.make_command.lazy' shared service.
  10813.      *
  10814.      * @return \Symfony\Component\Console\Command\LazyCommand
  10815.      */
  10816.     protected function get_Maker_AutoCommand_MakeCommand_LazyService()
  10817.     {
  10818.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10819.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  10820.         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 {
  10821.             return ($this->privates['maker.auto_command.make_command'] ?? $this->getMaker_AutoCommand_MakeCommandService());
  10822.         });
  10823.     }
  10824.     /**
  10825.      * Gets the private '.maker.auto_command.make_controller.lazy' shared service.
  10826.      *
  10827.      * @return \Symfony\Component\Console\Command\LazyCommand
  10828.      */
  10829.     protected function get_Maker_AutoCommand_MakeController_LazyService()
  10830.     {
  10831.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10832.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  10833.         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 {
  10834.             return ($this->privates['maker.auto_command.make_controller'] ?? $this->getMaker_AutoCommand_MakeControllerService());
  10835.         });
  10836.     }
  10837.     /**
  10838.      * Gets the private '.maker.auto_command.make_crud.lazy' shared service.
  10839.      *
  10840.      * @return \Symfony\Component\Console\Command\LazyCommand
  10841.      */
  10842.     protected function get_Maker_AutoCommand_MakeCrud_LazyService()
  10843.     {
  10844.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10845.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  10846.         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 {
  10847.             return ($this->privates['maker.auto_command.make_crud'] ?? $this->getMaker_AutoCommand_MakeCrudService());
  10848.         });
  10849.     }
  10850.     /**
  10851.      * Gets the private '.maker.auto_command.make_docker_database.lazy' shared service.
  10852.      *
  10853.      * @return \Symfony\Component\Console\Command\LazyCommand
  10854.      */
  10855.     protected function get_Maker_AutoCommand_MakeDockerDatabase_LazyService()
  10856.     {
  10857.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10858.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  10859.         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 {
  10860.             return ($this->privates['maker.auto_command.make_docker_database'] ?? $this->getMaker_AutoCommand_MakeDockerDatabaseService());
  10861.         });
  10862.     }
  10863.     /**
  10864.      * Gets the private '.maker.auto_command.make_entity.lazy' shared service.
  10865.      *
  10866.      * @return \Symfony\Component\Console\Command\LazyCommand
  10867.      */
  10868.     protected function get_Maker_AutoCommand_MakeEntity_LazyService()
  10869.     {
  10870.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10871.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  10872.         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 {
  10873.             return ($this->privates['maker.auto_command.make_entity'] ?? $this->getMaker_AutoCommand_MakeEntityService());
  10874.         });
  10875.     }
  10876.     /**
  10877.      * Gets the private '.maker.auto_command.make_fixtures.lazy' shared service.
  10878.      *
  10879.      * @return \Symfony\Component\Console\Command\LazyCommand
  10880.      */
  10881.     protected function get_Maker_AutoCommand_MakeFixtures_LazyService()
  10882.     {
  10883.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10884.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  10885.         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 {
  10886.             return ($this->privates['maker.auto_command.make_fixtures'] ?? $this->getMaker_AutoCommand_MakeFixturesService());
  10887.         });
  10888.     }
  10889.     /**
  10890.      * Gets the private '.maker.auto_command.make_form.lazy' shared service.
  10891.      *
  10892.      * @return \Symfony\Component\Console\Command\LazyCommand
  10893.      */
  10894.     protected function get_Maker_AutoCommand_MakeForm_LazyService()
  10895.     {
  10896.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10897.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  10898.         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 {
  10899.             return ($this->privates['maker.auto_command.make_form'] ?? $this->getMaker_AutoCommand_MakeFormService());
  10900.         });
  10901.     }
  10902.     /**
  10903.      * Gets the private '.maker.auto_command.make_message.lazy' shared service.
  10904.      *
  10905.      * @return \Symfony\Component\Console\Command\LazyCommand
  10906.      */
  10907.     protected function get_Maker_AutoCommand_MakeMessage_LazyService()
  10908.     {
  10909.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10910.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  10911.         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 {
  10912.             return ($this->privates['maker.auto_command.make_message'] ?? $this->getMaker_AutoCommand_MakeMessageService());
  10913.         });
  10914.     }
  10915.     /**
  10916.      * Gets the private '.maker.auto_command.make_messenger_middleware.lazy' shared service.
  10917.      *
  10918.      * @return \Symfony\Component\Console\Command\LazyCommand
  10919.      */
  10920.     protected function get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService()
  10921.     {
  10922.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10923.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  10924.         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 {
  10925.             return ($this->privates['maker.auto_command.make_messenger_middleware'] ?? $this->getMaker_AutoCommand_MakeMessengerMiddlewareService());
  10926.         });
  10927.     }
  10928.     /**
  10929.      * Gets the private '.maker.auto_command.make_migration.lazy' shared service.
  10930.      *
  10931.      * @return \Symfony\Component\Console\Command\LazyCommand
  10932.      */
  10933.     protected function get_Maker_AutoCommand_MakeMigration_LazyService()
  10934.     {
  10935.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10936.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  10937.         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 {
  10938.             return ($this->privates['maker.auto_command.make_migration'] ?? $this->getMaker_AutoCommand_MakeMigrationService());
  10939.         });
  10940.     }
  10941.     /**
  10942.      * Gets the private '.maker.auto_command.make_registration_form.lazy' shared service.
  10943.      *
  10944.      * @return \Symfony\Component\Console\Command\LazyCommand
  10945.      */
  10946.     protected function get_Maker_AutoCommand_MakeRegistrationForm_LazyService()
  10947.     {
  10948.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10949.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  10950.         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 {
  10951.             return ($this->privates['maker.auto_command.make_registration_form'] ?? $this->getMaker_AutoCommand_MakeRegistrationFormService());
  10952.         });
  10953.     }
  10954.     /**
  10955.      * Gets the private '.maker.auto_command.make_reset_password.lazy' shared service.
  10956.      *
  10957.      * @return \Symfony\Component\Console\Command\LazyCommand
  10958.      */
  10959.     protected function get_Maker_AutoCommand_MakeResetPassword_LazyService()
  10960.     {
  10961.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10962.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  10963.         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 {
  10964.             return ($this->privates['maker.auto_command.make_reset_password'] ?? $this->getMaker_AutoCommand_MakeResetPasswordService());
  10965.         });
  10966.     }
  10967.     /**
  10968.      * Gets the private '.maker.auto_command.make_serializer_encoder.lazy' shared service.
  10969.      *
  10970.      * @return \Symfony\Component\Console\Command\LazyCommand
  10971.      */
  10972.     protected function get_Maker_AutoCommand_MakeSerializerEncoder_LazyService()
  10973.     {
  10974.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10975.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  10976.         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 {
  10977.             return ($this->privates['maker.auto_command.make_serializer_encoder'] ?? $this->getMaker_AutoCommand_MakeSerializerEncoderService());
  10978.         });
  10979.     }
  10980.     /**
  10981.      * Gets the private '.maker.auto_command.make_serializer_normalizer.lazy' shared service.
  10982.      *
  10983.      * @return \Symfony\Component\Console\Command\LazyCommand
  10984.      */
  10985.     protected function get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService()
  10986.     {
  10987.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10988.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  10989.         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 {
  10990.             return ($this->privates['maker.auto_command.make_serializer_normalizer'] ?? $this->getMaker_AutoCommand_MakeSerializerNormalizerService());
  10991.         });
  10992.     }
  10993.     /**
  10994.      * Gets the private '.maker.auto_command.make_stimulus_controller.lazy' shared service.
  10995.      *
  10996.      * @return \Symfony\Component\Console\Command\LazyCommand
  10997.      */
  10998.     protected function get_Maker_AutoCommand_MakeStimulusController_LazyService()
  10999.     {
  11000.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11001.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11002.         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 {
  11003.             return ($this->privates['maker.auto_command.make_stimulus_controller'] ?? $this->getMaker_AutoCommand_MakeStimulusControllerService());
  11004.         });
  11005.     }
  11006.     /**
  11007.      * Gets the private '.maker.auto_command.make_subscriber.lazy' shared service.
  11008.      *
  11009.      * @return \Symfony\Component\Console\Command\LazyCommand
  11010.      */
  11011.     protected function get_Maker_AutoCommand_MakeSubscriber_LazyService()
  11012.     {
  11013.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11014.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11015.         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 {
  11016.             return ($this->privates['maker.auto_command.make_subscriber'] ?? $this->getMaker_AutoCommand_MakeSubscriberService());
  11017.         });
  11018.     }
  11019.     /**
  11020.      * Gets the private '.maker.auto_command.make_test.lazy' shared service.
  11021.      *
  11022.      * @return \Symfony\Component\Console\Command\LazyCommand
  11023.      */
  11024.     protected function get_Maker_AutoCommand_MakeTest_LazyService()
  11025.     {
  11026.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11027.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11028.         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 {
  11029.             return ($this->privates['maker.auto_command.make_test'] ?? $this->getMaker_AutoCommand_MakeTestService());
  11030.         });
  11031.     }
  11032.     /**
  11033.      * Gets the private '.maker.auto_command.make_twig_extension.lazy' shared service.
  11034.      *
  11035.      * @return \Symfony\Component\Console\Command\LazyCommand
  11036.      */
  11037.     protected function get_Maker_AutoCommand_MakeTwigExtension_LazyService()
  11038.     {
  11039.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11040.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11041.         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 {
  11042.             return ($this->privates['maker.auto_command.make_twig_extension'] ?? $this->getMaker_AutoCommand_MakeTwigExtensionService());
  11043.         });
  11044.     }
  11045.     /**
  11046.      * Gets the private '.maker.auto_command.make_user.lazy' shared service.
  11047.      *
  11048.      * @return \Symfony\Component\Console\Command\LazyCommand
  11049.      */
  11050.     protected function get_Maker_AutoCommand_MakeUser_LazyService()
  11051.     {
  11052.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11053.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11054.         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 {
  11055.             return ($this->privates['maker.auto_command.make_user'] ?? $this->getMaker_AutoCommand_MakeUserService());
  11056.         });
  11057.     }
  11058.     /**
  11059.      * Gets the private '.maker.auto_command.make_validator.lazy' shared service.
  11060.      *
  11061.      * @return \Symfony\Component\Console\Command\LazyCommand
  11062.      */
  11063.     protected function get_Maker_AutoCommand_MakeValidator_LazyService()
  11064.     {
  11065.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11066.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11067.         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 {
  11068.             return ($this->privates['maker.auto_command.make_validator'] ?? $this->getMaker_AutoCommand_MakeValidatorService());
  11069.         });
  11070.     }
  11071.     /**
  11072.      * Gets the private '.maker.auto_command.make_voter.lazy' shared service.
  11073.      *
  11074.      * @return \Symfony\Component\Console\Command\LazyCommand
  11075.      */
  11076.     protected function get_Maker_AutoCommand_MakeVoter_LazyService()
  11077.     {
  11078.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11079.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11080.         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 {
  11081.             return ($this->privates['maker.auto_command.make_voter'] ?? $this->getMaker_AutoCommand_MakeVoterService());
  11082.         });
  11083.     }
  11084.     /**
  11085.      * Gets the private '.messenger.handler_descriptor.2Q2O_CE' shared service.
  11086.      *
  11087.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  11088.      */
  11089.     protected function get_Messenger_HandlerDescriptor_2Q2OCEService()
  11090.     {
  11091.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  11092.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  11093.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/MessageHandler/BuyerAlertsSubscribeHandler.php';
  11094.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  11095.         if (isset($this->privates['.messenger.handler_descriptor.2Q2O_CE'])) {
  11096.             return $this->privates['.messenger.handler_descriptor.2Q2O_CE'];
  11097.         }
  11098.         $b = ($this->privates['Aqarmap\\Bundle\\BuyerAlertsBundle\\Service\\BuyerAlertsManager'] ?? $this->getBuyerAlertsManagerService());
  11099.         if (isset($this->privates['.messenger.handler_descriptor.2Q2O_CE'])) {
  11100.             return $this->privates['.messenger.handler_descriptor.2Q2O_CE'];
  11101.         }
  11102.         $c = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\PropertyTypeRepository'] ?? $this->getPropertyTypeRepositoryService());
  11103.         if (isset($this->privates['.messenger.handler_descriptor.2Q2O_CE'])) {
  11104.             return $this->privates['.messenger.handler_descriptor.2Q2O_CE'];
  11105.         }
  11106.         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())), []);
  11107.     }
  11108.     /**
  11109.      * Gets the private '.messenger.handler_descriptor.5HRDaKQ' shared service.
  11110.      *
  11111.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  11112.      */
  11113.     protected function get_Messenger_HandlerDescriptor_5HRDaKQService()
  11114.     {
  11115.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  11116.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  11117.         include_once \dirname(__DIR__4).'/src/App/MessageHandler/Listing/BulkListingApproveMessageHandler.php';
  11118.         $a = ($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'] ?? $this->getListingManagerService());
  11119.         if (isset($this->privates['.messenger.handler_descriptor.5HRDaKQ'])) {
  11120.             return $this->privates['.messenger.handler_descriptor.5HRDaKQ'];
  11121.         }
  11122.         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), []);
  11123.     }
  11124.     /**
  11125.      * Gets the private '.messenger.handler_descriptor.7u9lu3j' shared service.
  11126.      *
  11127.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  11128.      */
  11129.     protected function get_Messenger_HandlerDescriptor_7u9lu3jService()
  11130.     {
  11131.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  11132.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  11133.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/MessageHandler/ListingChildrenUpdateHandler.php';
  11134.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  11135.         if (isset($this->privates['.messenger.handler_descriptor.7u9lu3j'])) {
  11136.             return $this->privates['.messenger.handler_descriptor.7u9lu3j'];
  11137.         }
  11138.         $b = ($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'] ?? $this->getListingManagerService());
  11139.         if (isset($this->privates['.messenger.handler_descriptor.7u9lu3j'])) {
  11140.             return $this->privates['.messenger.handler_descriptor.7u9lu3j'];
  11141.         }
  11142.         return $this->privates['.messenger.handler_descriptor.7u9lu3j'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \Aqarmap\Bundle\ListingBundle\MessageHandler\ListingChildrenUpdateHandler($a$b), []);
  11143.     }
  11144.     /**
  11145.      * Gets the private '.messenger.handler_descriptor.D4ehsao' shared service.
  11146.      *
  11147.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  11148.      */
  11149.     protected function get_Messenger_HandlerDescriptor_D4ehsaoService()
  11150.     {
  11151.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  11152.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  11153.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/MessageHandler/ListingFeaturingExpirationHandler.php';
  11154.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  11155.         if (isset($this->privates['.messenger.handler_descriptor.D4ehsao'])) {
  11156.             return $this->privates['.messenger.handler_descriptor.D4ehsao'];
  11157.         }
  11158.         $b = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingFeatureService'] ?? $this->getListingFeatureServiceService());
  11159.         if (isset($this->privates['.messenger.handler_descriptor.D4ehsao'])) {
  11160.             return $this->privates['.messenger.handler_descriptor.D4ehsao'];
  11161.         }
  11162.         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())), []);
  11163.     }
  11164.     /**
  11165.      * Gets the private '.messenger.handler_descriptor.GbRGh2R' shared service.
  11166.      *
  11167.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  11168.      */
  11169.     protected function get_Messenger_HandlerDescriptor_GbRGh2RService()
  11170.     {
  11171.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  11172.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  11173.         include_once \dirname(__DIR__4).'/src/App/MessageHandler/LocationStatisticsAddedHandler.php';
  11174.         $a = ($this->privates['Aqarmap\\Bundle\\NeighborhoodBundle\\Service\\NeighborhoodManager'] ?? $this->getNeighborhoodManagerService());
  11175.         if (isset($this->privates['.messenger.handler_descriptor.GbRGh2R'])) {
  11176.             return $this->privates['.messenger.handler_descriptor.GbRGh2R'];
  11177.         }
  11178.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  11179.         if (isset($this->privates['.messenger.handler_descriptor.GbRGh2R'])) {
  11180.             return $this->privates['.messenger.handler_descriptor.GbRGh2R'];
  11181.         }
  11182.         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), []);
  11183.     }
  11184.     /**
  11185.      * Gets the private '.messenger.handler_descriptor.JeO4zog' shared service.
  11186.      *
  11187.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  11188.      */
  11189.     protected function get_Messenger_HandlerDescriptor_JeO4zogService()
  11190.     {
  11191.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  11192.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  11193.         include_once \dirname(__DIR__4).'/src/App/MessageHandler/LocationUpdatedHandler.php';
  11194.         return $this->privates['.messenger.handler_descriptor.JeO4zog'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\LocationUpdatedHandler(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService())), []);
  11195.     }
  11196.     /**
  11197.      * Gets the private '.messenger.handler_descriptor.MM.u3cU' shared service.
  11198.      *
  11199.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  11200.      */
  11201.     protected function get_Messenger_HandlerDescriptor_MM_U3cUService()
  11202.     {
  11203.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  11204.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  11205.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/MessageHandler/ListingInteractionsHandler.php';
  11206.         $a = ($this->services['doctrine_mongodb.odm.default_document_manager'] ?? $this->getDoctrineMongodb_Odm_DefaultDocumentManagerService());
  11207.         if (isset($this->privates['.messenger.handler_descriptor.MM.u3cU'])) {
  11208.             return $this->privates['.messenger.handler_descriptor.MM.u3cU'];
  11209.         }
  11210.         $b = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingImpressionService'] ?? $this->getListingImpressionServiceService());
  11211.         if (isset($this->privates['.messenger.handler_descriptor.MM.u3cU'])) {
  11212.             return $this->privates['.messenger.handler_descriptor.MM.u3cU'];
  11213.         }
  11214.         $c = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  11215.         if (isset($this->privates['.messenger.handler_descriptor.MM.u3cU'])) {
  11216.             return $this->privates['.messenger.handler_descriptor.MM.u3cU'];
  11217.         }
  11218.         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())), []);
  11219.     }
  11220.     /**
  11221.      * Gets the private '.messenger.handler_descriptor.NXXH9Pa' shared service.
  11222.      *
  11223.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  11224.      */
  11225.     protected function get_Messenger_HandlerDescriptor_NXXH9PaService()
  11226.     {
  11227.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  11228.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  11229.         include_once \dirname(__DIR__4).'/src/App/MessageHandler/ListingUpdatedHandler.php';
  11230.         return $this->privates['.messenger.handler_descriptor.NXXH9Pa'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\ListingUpdatedHandler(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService())), []);
  11231.     }
  11232.     /**
  11233.      * Gets the private '.messenger.handler_descriptor.O8j7clm' shared service.
  11234.      *
  11235.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  11236.      */
  11237.     protected function get_Messenger_HandlerDescriptor_O8j7clmService()
  11238.     {
  11239.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  11240.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  11241.         include_once \dirname(__DIR__4).'/src/App/MessageHandler/UserGroupUpdatedHandler.php';
  11242.         return $this->privates['.messenger.handler_descriptor.O8j7clm'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\UserGroupUpdatedHandler(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService())), []);
  11243.     }
  11244.     /**
  11245.      * Gets the private '.messenger.handler_descriptor.PeFElIy' shared service.
  11246.      *
  11247.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  11248.      */
  11249.     protected function get_Messenger_HandlerDescriptor_PeFElIyService()
  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/LoginCredentialsUpdatedMessageHandler.php';
  11254.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  11255.         if (isset($this->privates['.messenger.handler_descriptor.PeFElIy'])) {
  11256.             return $this->privates['.messenger.handler_descriptor.PeFElIy'];
  11257.         }
  11258.         $b = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\PhoneManager'] ?? $this->getPhoneManagerService());
  11259.         if (isset($this->privates['.messenger.handler_descriptor.PeFElIy'])) {
  11260.             return $this->privates['.messenger.handler_descriptor.PeFElIy'];
  11261.         }
  11262.         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), []);
  11263.     }
  11264.     /**
  11265.      * Gets the private '.messenger.handler_descriptor.TLvkPvS' shared service.
  11266.      *
  11267.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  11268.      */
  11269.     protected function get_Messenger_HandlerDescriptor_TLvkPvSService()
  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/User/NewAccountMessageHandler.php';
  11274.         $a = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\PhoneManager'] ?? $this->getPhoneManagerService());
  11275.         if (isset($this->privates['.messenger.handler_descriptor.TLvkPvS'])) {
  11276.             return $this->privates['.messenger.handler_descriptor.TLvkPvS'];
  11277.         }
  11278.         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), []);
  11279.     }
  11280.     /**
  11281.      * Gets the private '.messenger.handler_descriptor.TnEGxNs' shared service.
  11282.      *
  11283.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  11284.      */
  11285.     protected function get_Messenger_HandlerDescriptor_TnEGxNsService()
  11286.     {
  11287.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  11288.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  11289.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/MessageHandler/NewLeadPushNotificationHandler.php';
  11290.         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->getLeadRepositoryService()), ($this->privates['Aqarmap\\Bundle\\UserBundle\\Repository\\UserDeviceRepository'] ?? $this->getUserDeviceRepositoryService())), []);
  11291.     }
  11292.     /**
  11293.      * Gets the private '.messenger.handler_descriptor.XFUQcio' shared service.
  11294.      *
  11295.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  11296.      */
  11297.     protected function get_Messenger_HandlerDescriptor_XFUQcioService()
  11298.     {
  11299.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  11300.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  11301.         include_once \dirname(__DIR__4).'/src/App/MessageHandler/Location/RecordLocationSearchHistoryHandler.php';
  11302.         $a = ($this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\LocationSearchHistoryService'] ?? $this->getLocationSearchHistoryServiceService());
  11303.         if (isset($this->privates['.messenger.handler_descriptor.XFUQcio'])) {
  11304.             return $this->privates['.messenger.handler_descriptor.XFUQcio'];
  11305.         }
  11306.         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), []);
  11307.     }
  11308.     /**
  11309.      * Gets the private '.messenger.handler_descriptor.XrjJCsu' shared service.
  11310.      *
  11311.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  11312.      */
  11313.     protected function get_Messenger_HandlerDescriptor_XrjJCsuService()
  11314.     {
  11315.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  11316.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  11317.         include_once \dirname(__DIR__4).'/src/App/MessageHandler/Lead/NewLeadMessageHandler.php';
  11318.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  11319.         if (isset($this->privates['.messenger.handler_descriptor.XrjJCsu'])) {
  11320.             return $this->privates['.messenger.handler_descriptor.XrjJCsu'];
  11321.         }
  11322.         $b = ($this->privates['App\\Service\\Lead\\LeadService'] ?? $this->getLeadServiceService());
  11323.         if (isset($this->privates['.messenger.handler_descriptor.XrjJCsu'])) {
  11324.             return $this->privates['.messenger.handler_descriptor.XrjJCsu'];
  11325.         }
  11326.         $c = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LeadService'] ?? $this->getLeadService2Service());
  11327.         if (isset($this->privates['.messenger.handler_descriptor.XrjJCsu'])) {
  11328.             return $this->privates['.messenger.handler_descriptor.XrjJCsu'];
  11329.         }
  11330.         $d = ($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'] ?? $this->getListingManagerService());
  11331.         if (isset($this->privates['.messenger.handler_descriptor.XrjJCsu'])) {
  11332.             return $this->privates['.messenger.handler_descriptor.XrjJCsu'];
  11333.         }
  11334.         $e = ($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\LeadsCRMService'] ?? $this->getLeadsCRMServiceService());
  11335.         if (isset($this->privates['.messenger.handler_descriptor.XrjJCsu'])) {
  11336.             return $this->privates['.messenger.handler_descriptor.XrjJCsu'];
  11337.         }
  11338.         $f = ($this->privates['Aqarmap\\Bundle\\BuyerAlertsBundle\\Service\\BuyerAlertsManager'] ?? $this->getBuyerAlertsManagerService());
  11339.         if (isset($this->privates['.messenger.handler_descriptor.XrjJCsu'])) {
  11340.             return $this->privates['.messenger.handler_descriptor.XrjJCsu'];
  11341.         }
  11342.         $g = ($this->privates['Aqarmap\\Bundle\\NotificationBundle\\Types\\LeadGenerated'] ?? $this->getLeadGeneratedService());
  11343.         if (isset($this->privates['.messenger.handler_descriptor.XrjJCsu'])) {
  11344.             return $this->privates['.messenger.handler_descriptor.XrjJCsu'];
  11345.         }
  11346.         $h = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  11347.         if (isset($this->privates['.messenger.handler_descriptor.XrjJCsu'])) {
  11348.             return $this->privates['.messenger.handler_descriptor.XrjJCsu'];
  11349.         }
  11350.         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), []);
  11351.     }
  11352.     /**
  11353.      * Gets the private '.messenger.handler_descriptor.arWGc4f' shared service.
  11354.      *
  11355.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  11356.      */
  11357.     protected function get_Messenger_HandlerDescriptor_ArWGc4fService()
  11358.     {
  11359.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  11360.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  11361.         include_once \dirname(__DIR__4).'/src/App/MessageHandler/User/ImportUsersDevelopersMessageHandler.php';
  11362.         $a = ($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserManager'] ?? $this->getUserManagerService());
  11363.         if (isset($this->privates['.messenger.handler_descriptor.arWGc4f'])) {
  11364.             return $this->privates['.messenger.handler_descriptor.arWGc4f'];
  11365.         }
  11366.         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())), []);
  11367.     }
  11368.     /**
  11369.      * Gets the private '.messenger.handler_descriptor.axmPPI9' shared service.
  11370.      *
  11371.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  11372.      */
  11373.     protected function get_Messenger_HandlerDescriptor_AxmPPI9Service()
  11374.     {
  11375.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  11376.         include_once \dirname(__DIR__4).'/vendor/presta/sitemap-bundle/src/Messenger/DumpSitemapMessageHandler.php';
  11377.         $a = ($this->services['presta_sitemap.dumper'] ?? $this->getPrestaSitemap_DumperService());
  11378.         if (isset($this->privates['.messenger.handler_descriptor.axmPPI9'])) {
  11379.             return $this->privates['.messenger.handler_descriptor.axmPPI9'];
  11380.         }
  11381.         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')), []);
  11382.     }
  11383.     /**
  11384.      * Gets the private '.messenger.handler_descriptor.dc.1.bo' shared service.
  11385.      *
  11386.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  11387.      */
  11388.     protected function get_Messenger_HandlerDescriptor_Dc_1_BoService()
  11389.     {
  11390.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  11391.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  11392.         include_once \dirname(__DIR__4).'/src/App/MessageHandler/Listing/SyncListingProjectHandler.php';
  11393.         $a = ($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'] ?? $this->getListingManagerService());
  11394.         if (isset($this->privates['.messenger.handler_descriptor.dc.1.bo'])) {
  11395.             return $this->privates['.messenger.handler_descriptor.dc.1.bo'];
  11396.         }
  11397.         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), []);
  11398.     }
  11399.     /**
  11400.      * Gets the private '.messenger.handler_descriptor.kQwQsvy' shared service.
  11401.      *
  11402.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  11403.      */
  11404.     protected function get_Messenger_HandlerDescriptor_KQwQsvyService()
  11405.     {
  11406.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  11407.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  11408.         include_once \dirname(__DIR__4).'/src/App/MessageHandler/Location/AdminImportLocationsHandler.php';
  11409.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  11410.         if (isset($this->privates['.messenger.handler_descriptor.kQwQsvy'])) {
  11411.             return $this->privates['.messenger.handler_descriptor.kQwQsvy'];
  11412.         }
  11413.         $b = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LocationManager'] ?? $this->getLocationManagerService());
  11414.         if (isset($this->privates['.messenger.handler_descriptor.kQwQsvy'])) {
  11415.             return $this->privates['.messenger.handler_descriptor.kQwQsvy'];
  11416.         }
  11417.         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), []);
  11418.     }
  11419.     /**
  11420.      * Gets the private '.messenger.handler_descriptor.sRwIAy8' shared service.
  11421.      *
  11422.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  11423.      */
  11424.     protected function get_Messenger_HandlerDescriptor_SRwIAy8Service()
  11425.     {
  11426.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  11427.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  11428.         include_once \dirname(__DIR__4).'/src/App/MessageHandler/Listing/AfterChangeStatusHandler.php';
  11429.         $a = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\LocationRepository'] ?? $this->getLocationRepositoryService());
  11430.         if (isset($this->privates['.messenger.handler_descriptor.sRwIAy8'])) {
  11431.             return $this->privates['.messenger.handler_descriptor.sRwIAy8'];
  11432.         }
  11433.         $b = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V4\\LocationService'] ?? $this->getLocationServiceService());
  11434.         if (isset($this->privates['.messenger.handler_descriptor.sRwIAy8'])) {
  11435.             return $this->privates['.messenger.handler_descriptor.sRwIAy8'];
  11436.         }
  11437.         $c = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  11438.         if (isset($this->privates['.messenger.handler_descriptor.sRwIAy8'])) {
  11439.             return $this->privates['.messenger.handler_descriptor.sRwIAy8'];
  11440.         }
  11441.         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), []);
  11442.     }
  11443.     /**
  11444.      * Gets the private '.messenger.handler_descriptor.tGvt0LH' shared service.
  11445.      *
  11446.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  11447.      */
  11448.     protected function get_Messenger_HandlerDescriptor_TGvt0LHService()
  11449.     {
  11450.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  11451.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Messenger/MessageHandler.php';
  11452.         $a = ($this->privates['mailer.transports'] ?? $this->getMailer_TransportsService());
  11453.         if (isset($this->privates['.messenger.handler_descriptor.tGvt0LH'])) {
  11454.             return $this->privates['.messenger.handler_descriptor.tGvt0LH'];
  11455.         }
  11456.         return $this->privates['.messenger.handler_descriptor.tGvt0LH'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \Symfony\Component\Mailer\Messenger\MessageHandler($a), []);
  11457.     }
  11458.     /**
  11459.      * Gets the private '.messenger.handler_descriptor.y6aMxSF' shared service.
  11460.      *
  11461.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  11462.      */
  11463.     protected function get_Messenger_HandlerDescriptor_Y6aMxSFService()
  11464.     {
  11465.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  11466.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  11467.         include_once \dirname(__DIR__4).'/src/App/MessageHandler/User/UpdateClientServedCountForUserMessageHandler.php';
  11468.         $a = ($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserManager'] ?? $this->getUserManagerService());
  11469.         if (isset($this->privates['.messenger.handler_descriptor.y6aMxSF'])) {
  11470.             return $this->privates['.messenger.handler_descriptor.y6aMxSF'];
  11471.         }
  11472.         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())), []);
  11473.     }
  11474.     /**
  11475.      * Gets the private '.monolog.command.server_log.lazy' shared service.
  11476.      *
  11477.      * @return \Symfony\Component\Console\Command\LazyCommand
  11478.      */
  11479.     protected function get_Monolog_Command_ServerLog_LazyService()
  11480.     {
  11481.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11482.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11483.         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 {
  11484.             return ($this->privates['monolog.command.server_log'] ?? $this->getMonolog_Command_ServerLogService());
  11485.         });
  11486.     }
  11487.     /**
  11488.      * Gets the private '.security.command.debug_firewall.lazy' shared service.
  11489.      *
  11490.      * @return \Symfony\Component\Console\Command\LazyCommand
  11491.      */
  11492.     protected function get_Security_Command_DebugFirewall_LazyService()
  11493.     {
  11494.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11495.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11496.         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 {
  11497.             return ($this->privates['security.command.debug_firewall'] ?? $this->getSecurity_Command_DebugFirewallService());
  11498.         });
  11499.     }
  11500.     /**
  11501.      * Gets the private '.security.command.user_password_encoder.lazy' shared service.
  11502.      *
  11503.      * @return \Symfony\Component\Console\Command\LazyCommand
  11504.      */
  11505.     protected function get_Security_Command_UserPasswordEncoder_LazyService()
  11506.     {
  11507.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11508.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11509.         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 {
  11510.             return ($this->privates['security.command.user_password_encoder'] ?? $this->getSecurity_Command_UserPasswordEncoderService());
  11511.         });
  11512.     }
  11513.     /**
  11514.      * Gets the private '.security.command.user_password_hash.lazy' shared service.
  11515.      *
  11516.      * @return \Symfony\Component\Console\Command\LazyCommand
  11517.      */
  11518.     protected function get_Security_Command_UserPasswordHash_LazyService()
  11519.     {
  11520.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11521.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11522.         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 {
  11523.             return ($this->privates['security.command.user_password_hash'] ?? $this->getSecurity_Command_UserPasswordHashService());
  11524.         });
  11525.     }
  11526.     /**
  11527.      * Gets the private '.service_locator..h5RDax' shared service.
  11528.      *
  11529.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11530.      */
  11531.     protected function get_ServiceLocator__H5RDaxService()
  11532.     {
  11533.         return $this->privates['.service_locator..h5RDax'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11534.             '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.'],
  11535.         ], [
  11536.             'listing' => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing',
  11537.         ]);
  11538.     }
  11539.     /**
  11540.      * Gets the private '.service_locator.05NpXBu' shared service.
  11541.      *
  11542.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11543.      */
  11544.     protected function get_ServiceLocator_05NpXBuService()
  11545.     {
  11546.         return $this->privates['.service_locator.05NpXBu'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11547.             'leadRepository' => ['privates''App\\Repository\\Lead\\LeadRepository''getLeadRepository2Service'false],
  11548.             'leadService' => ['privates''App\\Service\\Lead\\LeadService''getLeadServiceService'false],
  11549.         ], [
  11550.             'leadRepository' => 'App\\Repository\\Lead\\LeadRepository',
  11551.             'leadService' => 'App\\Service\\Lead\\LeadService',
  11552.         ]);
  11553.     }
  11554.     /**
  11555.      * Gets the private '.service_locator.0CRMPWH' shared service.
  11556.      *
  11557.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11558.      */
  11559.     protected function get_ServiceLocator_0CRMPWHService()
  11560.     {
  11561.         return $this->privates['.service_locator.0CRMPWH'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11562.             'broker' => ['privates''Aqarmap\\Bundle\\BrokerSalesBundle\\Entity\\Broker''getBrokerService'false],
  11563.         ], [
  11564.             'broker' => 'Aqarmap\\Bundle\\BrokerSalesBundle\\Entity\\Broker',
  11565.         ]);
  11566.     }
  11567.     /**
  11568.      * Gets the private '.service_locator.0U7N9yd' shared service.
  11569.      *
  11570.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11571.      */
  11572.     protected function get_ServiceLocator_0U7N9ydService()
  11573.     {
  11574.         return $this->privates['.service_locator.0U7N9yd'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11575.             'documentManager' => ['services''doctrine_mongodb.odm.default_document_manager''getDoctrineMongodb_Odm_DefaultDocumentManagerService'false],
  11576.             'paginator' => ['services''knp_paginator''getKnpPaginatorService'false],
  11577.         ], [
  11578.             'documentManager' => '?',
  11579.             'paginator' => '?',
  11580.         ]);
  11581.     }
  11582.     /**
  11583.      * Gets the private '.service_locator.0XB_Fvv' shared service.
  11584.      *
  11585.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11586.      */
  11587.     protected function get_ServiceLocator_0XBFvvService()
  11588.     {
  11589.         return $this->privates['.service_locator.0XB_Fvv'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11590.             'paginator' => ['services''knp_paginator''getKnpPaginatorService'false],
  11591.             'seller' => ['privates''Aqarmap\\Bundle\\BrokerSalesBundle\\Entity\\Seller''getSellerService'false],
  11592.         ], [
  11593.             'paginator' => '?',
  11594.             'seller' => 'Aqarmap\\Bundle\\BrokerSalesBundle\\Entity\\Seller',
  11595.         ]);
  11596.     }
  11597.     /**
  11598.      * Gets the private '.service_locator.0YeVgFJ' shared service.
  11599.      *
  11600.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11601.      */
  11602.     protected function get_ServiceLocator_0YeVgFJService()
  11603.     {
  11604.         return $this->privates['.service_locator.0YeVgFJ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11605.             'subscriptionPlanRepository' => ['privates''App\\Repository\\Subscriptions\\SubscriptionPlanRepository''getSubscriptionPlanRepositoryService'false],
  11606.         ], [
  11607.             'subscriptionPlanRepository' => 'App\\Repository\\Subscriptions\\SubscriptionPlanRepository',
  11608.         ]);
  11609.     }
  11610.     /**
  11611.      * Gets the private '.service_locator.0ea3J8t' shared service.
  11612.      *
  11613.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11614.      */
  11615.     protected function get_ServiceLocator_0ea3J8tService()
  11616.     {
  11617.         return $this->privates['.service_locator.0ea3J8t'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11618.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  11619.             '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.'],
  11620.             'listingNoteRepository' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingNoteRepository''getListingNoteRepositoryService'false],
  11621.         ], [
  11622.             'em' => '?',
  11623.             'listing' => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing',
  11624.             'listingNoteRepository' => 'Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingNoteRepository',
  11625.         ]);
  11626.     }
  11627.     /**
  11628.      * Gets the private '.service_locator.0qmhlcG' shared service.
  11629.      *
  11630.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11631.      */
  11632.     protected function get_ServiceLocator_0qmhlcGService()
  11633.     {
  11634.         return $this->privates['.service_locator.0qmhlcG'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11635.             'documentManager' => ['services''doctrine_mongodb.odm.default_document_manager''getDoctrineMongodb_Odm_DefaultDocumentManagerService'false],
  11636.         ], [
  11637.             'documentManager' => '?',
  11638.         ]);
  11639.     }
  11640.     /**
  11641.      * Gets the private '.service_locator.10P59hg' shared service.
  11642.      *
  11643.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11644.      */
  11645.     protected function get_ServiceLocator_10P59hgService()
  11646.     {
  11647.         return $this->privates['.service_locator.10P59hg'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11648.             'listingManager' => ['services''Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager''getListingManagerService'false],
  11649.             'sectionRepository' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\SectionRepository''getSectionRepositoryService'false],
  11650.         ], [
  11651.             'listingManager' => 'Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager',
  11652.             'sectionRepository' => 'Aqarmap\\Bundle\\ListingBundle\\Repository\\SectionRepository',
  11653.         ]);
  11654.     }
  11655.     /**
  11656.      * Gets the private '.service_locator.15Qxs4f' shared service.
  11657.      *
  11658.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11659.      */
  11660.     protected function get_ServiceLocator_15Qxs4fService()
  11661.     {
  11662.         return $this->privates['.service_locator.15Qxs4f'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11663.             'leadRepository' => ['privates''App\\Repository\\Lead\\LeadRepository''getLeadRepository2Service'false],
  11664.             '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.'],
  11665.             'userRepository' => ['privates''Aqarmap\\Bundle\\UserBundle\\Repository\\UserRepository''getUserRepositoryService'false],
  11666.         ], [
  11667.             'leadRepository' => 'App\\Repository\\Lead\\LeadRepository',
  11668.             'listing' => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing',
  11669.             'userRepository' => 'Aqarmap\\Bundle\\UserBundle\\Repository\\UserRepository',
  11670.         ]);
  11671.     }
  11672.     /**
  11673.      * Gets the private '.service_locator.1dCwSD2' shared service.
  11674.      *
  11675.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11676.      */
  11677.     protected function get_ServiceLocator_1dCwSD2Service()
  11678.     {
  11679.         return $this->privates['.service_locator.1dCwSD2'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11680.             'default' => ['privates''messenger.transport.default''getMessenger_Transport_DefaultService'false],
  11681.             'external' => ['privates''messenger.transport.external''getMessenger_Transport_ExternalService'false],
  11682.             'failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  11683.             'failed_mailer' => ['privates''messenger.transport.failed_mailer''getMessenger_Transport_FailedMailerService'false],
  11684.             'fasttrack' => ['privates''messenger.transport.fasttrack''getMessenger_Transport_FasttrackService'false],
  11685.             'interactions' => ['privates''messenger.transport.interactions''getMessenger_Transport_InteractionsService'false],
  11686.             'mailer' => ['privates''messenger.transport.mailer''getMessenger_Transport_MailerService'false],
  11687.             'messenger.transport.default' => ['privates''messenger.transport.default''getMessenger_Transport_DefaultService'false],
  11688.             'messenger.transport.external' => ['privates''messenger.transport.external''getMessenger_Transport_ExternalService'false],
  11689.             'messenger.transport.failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  11690.             'messenger.transport.failed_mailer' => ['privates''messenger.transport.failed_mailer''getMessenger_Transport_FailedMailerService'false],
  11691.             'messenger.transport.fasttrack' => ['privates''messenger.transport.fasttrack''getMessenger_Transport_FasttrackService'false],
  11692.             'messenger.transport.interactions' => ['privates''messenger.transport.interactions''getMessenger_Transport_InteractionsService'false],
  11693.             'messenger.transport.mailer' => ['privates''messenger.transport.mailer''getMessenger_Transport_MailerService'false],
  11694.         ], [
  11695.             'default' => '?',
  11696.             'external' => '?',
  11697.             'failed' => '?',
  11698.             'failed_mailer' => '?',
  11699.             'fasttrack' => '?',
  11700.             'interactions' => '?',
  11701.             'mailer' => '?',
  11702.             'messenger.transport.default' => '?',
  11703.             'messenger.transport.external' => '?',
  11704.             'messenger.transport.failed' => '?',
  11705.             'messenger.transport.failed_mailer' => '?',
  11706.             'messenger.transport.fasttrack' => '?',
  11707.             'messenger.transport.interactions' => '?',
  11708.             'messenger.transport.mailer' => '?',
  11709.         ]);
  11710.     }
  11711.     /**
  11712.      * Gets the private '.service_locator.2395Z6t' shared service.
  11713.      *
  11714.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11715.      */
  11716.     protected function get_ServiceLocator_2395Z6tService()
  11717.     {
  11718.         return $this->privates['.service_locator.2395Z6t'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11719.             'bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  11720.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  11721.         ], [
  11722.             'bus' => '?',
  11723.             'entityManager' => '?',
  11724.         ]);
  11725.     }
  11726.     /**
  11727.      * Gets the private '.service_locator.2AJALl2' shared service.
  11728.      *
  11729.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11730.      */
  11731.     protected function get_ServiceLocator_2AJALl2Service()
  11732.     {
  11733.         return $this->privates['.service_locator.2AJALl2'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11734.             'listingFaqService' => ['privates''Aqarmap\\Bundle\\SearchBundle\\Services\\ListingFaqService''getListingFaqServiceService'false],
  11735.             '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.'],
  11736.             '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.'],
  11737.         ], [
  11738.             'listingFaqService' => 'Aqarmap\\Bundle\\SearchBundle\\Services\\ListingFaqService',
  11739.             'propertyType' => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\PropertyType',
  11740.             'section' => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\Section',
  11741.         ]);
  11742.     }
  11743.     /**
  11744.      * Gets the private '.service_locator.2M9KHMg' shared service.
  11745.      *
  11746.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11747.      */
  11748.     protected function get_ServiceLocator_2M9KHMgService()
  11749.     {
  11750.         return $this->privates['.service_locator.2M9KHMg'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11751.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  11752.             'paymentManager' => ['privates''Aqarmap\\Bundle\\PaymentBundle\\Service\\PaymentManager''getPaymentManagerService'false],
  11753.             '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.'],
  11754.         ], [
  11755.             'entityManager' => '?',
  11756.             'paymentManager' => 'Aqarmap\\Bundle\\PaymentBundle\\Service\\PaymentManager',
  11757.             'user' => 'Aqarmap\\Bundle\\UserBundle\\Entity\\User',
  11758.         ]);
  11759.     }
  11760.     /**
  11761.      * Gets the private '.service_locator.2Ub4lmw' shared service.
  11762.      *
  11763.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11764.      */
  11765.     protected function get_ServiceLocator_2Ub4lmwService()
  11766.     {
  11767.         return $this->privates['.service_locator.2Ub4lmw'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11768.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  11769.             '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.'],
  11770.         ], [
  11771.             'em' => '?',
  11772.             'user' => 'Aqarmap\\Bundle\\UserBundle\\Entity\\User',
  11773.         ]);
  11774.     }
  11775.     /**
  11776.      * Gets the private '.service_locator.2_6UvMb' shared service.
  11777.      *
  11778.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11779.      */
  11780.     protected function get_ServiceLocator_26UvMbService()
  11781.     {
  11782.         return $this->privates['.service_locator.2_6UvMb'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11783.             '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.'],
  11784.         ], [
  11785.             'comment' => 'Aqarmap\\Bundle\\DiscussionBundle\\Entity\\Comment',
  11786.         ]);
  11787.     }
  11788.     /**
  11789.      * Gets the private '.service_locator.3.is40S' shared service.
  11790.      *
  11791.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11792.      */
  11793.     protected function get_ServiceLocator_3_Is40SService()
  11794.     {
  11795.         return $this->privates['.service_locator.3.is40S'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11796.             '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.'],
  11797.         ], [
  11798.             'propertyType' => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\PropertyType',
  11799.         ]);
  11800.     }
  11801.     /**
  11802.      * Gets the private '.service_locator.3Dofsr4' shared service.
  11803.      *
  11804.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11805.      */
  11806.     protected function get_ServiceLocator_3Dofsr4Service()
  11807.     {
  11808.         return $this->privates['.service_locator.3Dofsr4'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11809.             '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.'],
  11810.             '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.'],
  11811.         ], [
  11812.             'user' => 'Aqarmap\\Bundle\\UserBundle\\Entity\\User',
  11813.             'userDomain' => 'Aqarmap\\Bundle\\UserBundle\\Entity\\UserDomain',
  11814.         ]);
  11815.     }
  11816.     /**
  11817.      * Gets the private '.service_locator.3fgTr8u' shared service.
  11818.      *
  11819.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11820.      */
  11821.     protected function get_ServiceLocator_3fgTr8uService()
  11822.     {
  11823.         return $this->privates['.service_locator.3fgTr8u'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11824.             'customFieldRepository' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\CustomFieldRepository''getCustomFieldRepositoryService'false],
  11825.             'translator' => ['services''translator''getTranslatorService'false],
  11826.         ], [
  11827.             'customFieldRepository' => 'Aqarmap\\Bundle\\ListingBundle\\Repository\\CustomFieldRepository',
  11828.             'translator' => '?',
  11829.         ]);
  11830.     }
  11831.     /**
  11832.      * Gets the private '.service_locator.3jBAVWJ' shared service.
  11833.      *
  11834.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11835.      */
  11836.     protected function get_ServiceLocator_3jBAVWJService()
  11837.     {
  11838.         return $this->privates['.service_locator.3jBAVWJ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11839.             'featureToggleManager' => ['services''Aqarmap\\Bundle\\FeatureToggleBundle\\Service\\FeatureToggleManager''getFeatureToggleManagerService'false],
  11840.             '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.'],
  11841.         ], [
  11842.             'featureToggleManager' => 'Aqarmap\\Bundle\\FeatureToggleBundle\\Service\\FeatureToggleManager',
  11843.             'listing' => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing',
  11844.         ]);
  11845.     }
  11846.     /**
  11847.      * Gets the private '.service_locator.48PMbZa' shared service.
  11848.      *
  11849.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11850.      */
  11851.     protected function get_ServiceLocator_48PMbZaService()
  11852.     {
  11853.         return $this->privates['.service_locator.48PMbZa'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11854.             '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.'],
  11855.             'listingManager' => ['services''Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager''getListingManagerService'false],
  11856.         ], [
  11857.             'listing' => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing',
  11858.             'listingManager' => 'Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager',
  11859.         ]);
  11860.     }
  11861.     /**
  11862.      * Gets the private '.service_locator.4CTW3Co' shared service.
  11863.      *
  11864.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11865.      */
  11866.     protected function get_ServiceLocator_4CTW3CoService()
  11867.     {
  11868.         return $this->privates['.service_locator.4CTW3Co'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11869.             '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.'],
  11870.             'userPackagesService' => ['privates''Aqarmap\\Bundle\\UserBundle\\Services\\UserPackagesService''getUserPackagesServiceService'false],
  11871.         ], [
  11872.             'listing' => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing',
  11873.             'userPackagesService' => 'Aqarmap\\Bundle\\UserBundle\\Services\\UserPackagesService',
  11874.         ]);
  11875.     }
  11876.     /**
  11877.      * Gets the private '.service_locator.4RkZoSP' shared service.
  11878.      *
  11879.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11880.      */
  11881.     protected function get_ServiceLocator_4RkZoSPService()
  11882.     {
  11883.         return $this->privates['.service_locator.4RkZoSP'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11884.             'broker' => ['privates''Aqarmap\\Bundle\\BrokerSalesBundle\\Entity\\Broker''getBrokerService'false],
  11885.             'paginator' => ['services''knp_paginator''getKnpPaginatorService'false],
  11886.         ], [
  11887.             'broker' => 'Aqarmap\\Bundle\\BrokerSalesBundle\\Entity\\Broker',
  11888.             'paginator' => '?',
  11889.         ]);
  11890.     }
  11891.     /**
  11892.      * Gets the private '.service_locator.4Y9JfYU' shared service.
  11893.      *
  11894.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11895.      */
  11896.     protected function get_ServiceLocator_4Y9JfYUService()
  11897.     {
  11898.         return $this->privates['.service_locator.4Y9JfYU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11899.             'company' => ['privates''Aqarmap\\Bundle\\CRMBundle\\Entity\\Company''getCompanyService'false],
  11900.             'userManager' => ['services''fos_user.user_manager''getFosUser_UserManagerService'false],
  11901.         ], [
  11902.             'company' => 'Aqarmap\\Bundle\\CRMBundle\\Entity\\Company',
  11903.             'userManager' => '?',
  11904.         ]);
  11905.     }
  11906.     /**
  11907.      * Gets the private '.service_locator.4mzSDFD' shared service.
  11908.      *
  11909.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11910.      */
  11911.     protected function get_ServiceLocator_4mzSDFDService()
  11912.     {
  11913.         return $this->privates['.service_locator.4mzSDFD'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11914.             'bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  11915.         ], [
  11916.             'bus' => '?',
  11917.         ]);
  11918.     }
  11919.     /**
  11920.      * Gets the private '.service_locator.5DRJAs3' shared service.
  11921.      *
  11922.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11923.      */
  11924.     protected function get_ServiceLocator_5DRJAs3Service()
  11925.     {
  11926.         return $this->privates['.service_locator.5DRJAs3'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11927.             'leadService' => ['privates''App\\Service\\Lead\\LeadService''getLeadServiceService'false],
  11928.             'subAccountService' => ['privates''App\\Service\\User\\SubAccountService''getSubAccountServiceService'false],
  11929.         ], [
  11930.             'leadService' => 'App\\Service\\Lead\\LeadService',
  11931.             'subAccountService' => 'App\\Service\\User\\SubAccountService',
  11932.         ]);
  11933.     }
  11934.     /**
  11935.      * Gets the private '.service_locator.5TZeRCE' shared service.
  11936.      *
  11937.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11938.      */
  11939.     protected function get_ServiceLocator_5TZeRCEService()
  11940.     {
  11941.         return $this->privates['.service_locator.5TZeRCE'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11942.             'downloadHandler' => ['services''vich_uploader.download_handler''getVichUploader_DownloadHandlerService'false],
  11943.             '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.'],
  11944.         ], [
  11945.             'downloadHandler' => '?',
  11946.             'file' => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\File',
  11947.         ]);
  11948.     }
  11949.     /**
  11950.      * Gets the private '.service_locator.5miB8_X' shared service.
  11951.      *
  11952.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11953.      */
  11954.     protected function get_ServiceLocator_5miB8XService()
  11955.     {
  11956.         return $this->privates['.service_locator.5miB8_X'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11957.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  11958.         ], [
  11959.             'em' => '?',
  11960.         ]);
  11961.     }
  11962.     /**
  11963.      * Gets the private '.service_locator.5usv1bv' shared service.
  11964.      *
  11965.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11966.      */
  11967.     protected function get_ServiceLocator_5usv1bvService()
  11968.     {
  11969.         return $this->privates['.service_locator.5usv1bv'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11970.             'eventDispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  11971.         ], [
  11972.             'eventDispatcher' => '?',
  11973.         ]);
  11974.     }
  11975.     /**
  11976.      * Gets the private '.service_locator.691P.J0' shared service.
  11977.      *
  11978.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11979.      */
  11980.     protected function get_ServiceLocator_691P_J0Service()
  11981.     {
  11982.         return $this->privates['.service_locator.691P.J0'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11983.             '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.'],
  11984.         ], [
  11985.             'listing' => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing',
  11986.         ]);
  11987.     }
  11988.     /**
  11989.      * Gets the private '.service_locator.6JLV5pg' shared service.
  11990.      *
  11991.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11992.      */
  11993.     protected function get_ServiceLocator_6JLV5pgService()
  11994.     {
  11995.         return $this->privates['.service_locator.6JLV5pg'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11996.             'company' => ['privates''Aqarmap\\Bundle\\CRMBundle\\Entity\\Company''getCompanyService'false],
  11997.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  11998.         ], [
  11999.             'company' => 'Aqarmap\\Bundle\\CRMBundle\\Entity\\Company',
  12000.             'entityManager' => '?',
  12001.         ]);
  12002.     }
  12003.     /**
  12004.      * Gets the private '.service_locator.6U_jksk' shared service.
  12005.      *
  12006.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12007.      */
  12008.     protected function get_ServiceLocator_6UJkskService()
  12009.     {
  12010.         return $this->privates['.service_locator.6U_jksk'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12011.             '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.'],
  12012.         ], [
  12013.             'discussion' => 'Aqarmap\\Bundle\\DiscussionBundle\\Entity\\Discussion',
  12014.         ]);
  12015.     }
  12016.     /**
  12017.      * Gets the private '.service_locator.6p_SLSM' shared service.
  12018.      *
  12019.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12020.      */
  12021.     protected function get_ServiceLocator_6pSLSMService()
  12022.     {
  12023.         return $this->privates['.service_locator.6p_SLSM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12024.             'event_dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  12025.             'security.event_dispatcher.api' => ['privates''security.event_dispatcher.api''getSecurity_EventDispatcher_ApiService'false],
  12026.             'security.event_dispatcher.api_v3' => ['privates''security.event_dispatcher.api_v3''getSecurity_EventDispatcher_ApiV3Service'false],
  12027.             'security.event_dispatcher.api_v3_anonymous_lead' => ['privates''security.event_dispatcher.api_v3_anonymous_lead''getSecurity_EventDispatcher_ApiV3AnonymousLeadService'false],
  12028.             'security.event_dispatcher.api_v4' => ['privates''security.event_dispatcher.api_v4''getSecurity_EventDispatcher_ApiV4Service'false],
  12029.             'security.event_dispatcher.api_v4_list_top_customers' => ['privates''security.event_dispatcher.api_v4_list_top_customers''getSecurity_EventDispatcher_ApiV4ListTopCustomersService'false],
  12030.             'security.event_dispatcher.aqarmap_api_user_personal_data' => ['privates''security.event_dispatcher.aqarmap_api_user_personal_data''getSecurity_EventDispatcher_AqarmapApiUserPersonalDataService'false],
  12031.             'security.event_dispatcher.main' => ['privates''security.event_dispatcher.main''getSecurity_EventDispatcher_MainService'false],
  12032.         ], [
  12033.             'event_dispatcher' => '?',
  12034.             'security.event_dispatcher.api' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  12035.             'security.event_dispatcher.api_v3' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  12036.             'security.event_dispatcher.api_v3_anonymous_lead' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  12037.             'security.event_dispatcher.api_v4' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  12038.             'security.event_dispatcher.api_v4_list_top_customers' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  12039.             'security.event_dispatcher.aqarmap_api_user_personal_data' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  12040.             'security.event_dispatcher.main' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  12041.         ]);
  12042.     }
  12043.     /**
  12044.      * Gets the private '.service_locator.6uOXFWy' shared service.
  12045.      *
  12046.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12047.      */
  12048.     protected function get_ServiceLocator_6uOXFWyService()
  12049.     {
  12050.         return $this->privates['.service_locator.6uOXFWy'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12051.             '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.'],
  12052.             '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.'],
  12053.         ], [
  12054.             'listing' => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing',
  12055.             'photo' => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\ListingPhoto',
  12056.         ]);
  12057.     }
  12058.     /**
  12059.      * Gets the private '.service_locator.6yCJIov' shared service.
  12060.      *
  12061.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12062.      */
  12063.     protected function get_ServiceLocator_6yCJIovService()
  12064.     {
  12065.         return $this->privates['.service_locator.6yCJIov'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12066.             'locationRepository' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\LocationRepository''getLocationRepositoryService'false],
  12067.             'propertyTypeRepository' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\PropertyTypeRepository''getPropertyTypeRepositoryService'false],
  12068.             'searchDescriptionBuilder' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Builder\\MetaTagsBuilder''getMetaTagsBuilderService'false],
  12069.             'sectionRepository' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\SectionRepository''getSectionRepositoryService'false],
  12070.         ], [
  12071.             'locationRepository' => 'Aqarmap\\Bundle\\ListingBundle\\Repository\\LocationRepository',
  12072.             'propertyTypeRepository' => 'Aqarmap\\Bundle\\ListingBundle\\Repository\\PropertyTypeRepository',
  12073.             'searchDescriptionBuilder' => '?',
  12074.             'sectionRepository' => 'Aqarmap\\Bundle\\ListingBundle\\Repository\\SectionRepository',
  12075.         ]);
  12076.     }
  12077.     /**
  12078.      * Gets the private '.service_locator.7Ryfzhm' shared service.
  12079.      *
  12080.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12081.      */
  12082.     protected function get_ServiceLocator_7RyfzhmService()
  12083.     {
  12084.         return $this->privates['.service_locator.7Ryfzhm'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12085.             'seller' => ['privates''Aqarmap\\Bundle\\BrokerSalesBundle\\Entity\\Seller''getSellerService'false],
  12086.         ], [
  12087.             'seller' => 'Aqarmap\\Bundle\\BrokerSalesBundle\\Entity\\Seller',
  12088.         ]);
  12089.     }
  12090.     /**
  12091.      * Gets the private '.service_locator.81.uOvc' shared service.
  12092.      *
  12093.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12094.      */
  12095.     protected function get_ServiceLocator_81_UOvcService()
  12096.     {
  12097.         return $this->privates['.service_locator.81.uOvc'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12098.             '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.'],
  12099.             'userSubAccountRepository' => ['privates''App\\Repository\\User\\UserSubAccountRepository''getUserSubAccountRepositoryService'false],
  12100.         ], [
  12101.             'user' => 'Aqarmap\\Bundle\\UserBundle\\Entity\\User',
  12102.             'userSubAccountRepository' => 'App\\Repository\\User\\UserSubAccountRepository',
  12103.         ]);
  12104.     }
  12105.     /**
  12106.      * Gets the private '.service_locator.81H6ZId' shared service.
  12107.      *
  12108.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12109.      */
  12110.     protected function get_ServiceLocator_81H6ZIdService()
  12111.     {
  12112.         return $this->privates['.service_locator.81H6ZId'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12113.             '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.'],
  12114.         ], [
  12115.             'toggle' => 'Aqarmap\\Bundle\\MainBundle\\Entity\\MobileSectionsToggles',
  12116.         ]);
  12117.     }
  12118.     /**
  12119.      * Gets the private '.service_locator.89oxtMu' shared service.
  12120.      *
  12121.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12122.      */
  12123.     protected function get_ServiceLocator_89oxtMuService()
  12124.     {
  12125.         return $this->privates['.service_locator.89oxtMu'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12126.             'locationRepository' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\LocationRepository''getLocationRepositoryService'false],
  12127.         ], [
  12128.             'locationRepository' => 'Aqarmap\\Bundle\\ListingBundle\\Repository\\LocationRepository',
  12129.         ]);
  12130.     }
  12131.     /**
  12132.      * Gets the private '.service_locator.9NPWjJJ' shared service.
  12133.      *
  12134.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12135.      */
  12136.     protected function get_ServiceLocator_9NPWjJJService()
  12137.     {
  12138.         return $this->privates['.service_locator.9NPWjJJ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12139.             'tokenStorage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  12140.         ], [
  12141.             'tokenStorage' => '?',
  12142.         ]);
  12143.     }
  12144.     /**
  12145.      * Gets the private '.service_locator.AM70U_D' shared service.
  12146.      *
  12147.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12148.      */
  12149.     protected function get_ServiceLocator_AM70UDService()
  12150.     {
  12151.         return $this->privates['.service_locator.AM70U_D'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12152.             'cardIntegrationService' => ['privates''App\\Service\\User\\CardIntegrationService''getCardIntegrationServiceService'false],
  12153.             'paymentRepository' => ['privates''Aqarmap\\Bundle\\PaymentBundle\\Repository\\PaymentRepository''getPaymentRepositoryService'false],
  12154.         ], [
  12155.             'cardIntegrationService' => 'App\\Service\\User\\CardIntegrationService',
  12156.             'paymentRepository' => 'Aqarmap\\Bundle\\PaymentBundle\\Repository\\PaymentRepository',
  12157.         ]);
  12158.     }
  12159.     /**
  12160.      * Gets the private '.service_locator.BirtPkH' shared service.
  12161.      *
  12162.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12163.      */
  12164.     protected function get_ServiceLocator_BirtPkHService()
  12165.     {
  12166.         return $this->privates['.service_locator.BirtPkH'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12167.             'oauthUtils' => ['privates''hwi_oauth.security.oauth_utils''getHwiOauth_Security_OauthUtilsService'false],
  12168.         ], [
  12169.             'oauthUtils' => '?',
  12170.         ]);
  12171.     }
  12172.     /**
  12173.      * Gets the private '.service_locator.C3YrtYY' shared service.
  12174.      *
  12175.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12176.      */
  12177.     protected function get_ServiceLocator_C3YrtYYService()
  12178.     {
  12179.         return $this->privates['.service_locator.C3YrtYY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12180.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  12181.             '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.'],
  12182.             '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.'],
  12183.         ], [
  12184.             'em' => '?',
  12185.             'location' => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\Location',
  12186.             'propertyType' => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\PropertyType',
  12187.         ]);
  12188.     }
  12189.     /**
  12190.      * Gets the private '.service_locator.C7sApcB' shared service.
  12191.      *
  12192.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12193.      */
  12194.     protected function get_ServiceLocator_C7sApcBService()
  12195.     {
  12196.         return $this->privates['.service_locator.C7sApcB'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12197.             '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.'],
  12198.         ], [
  12199.             'entity' => 'Aqarmap\\Bundle\\NotifierBundle\\Entity\\Notifier',
  12200.         ]);
  12201.     }
  12202.     /**
  12203.      * Gets the private '.service_locator.CmEcGGJ' shared service.
  12204.      *
  12205.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12206.      */
  12207.     protected function get_ServiceLocator_CmEcGGJService()
  12208.     {
  12209.         return $this->privates['.service_locator.CmEcGGJ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12210.             'listingManager' => ['services''Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager''getListingManagerService'false],
  12211.         ], [
  12212.             'listingManager' => 'Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager',
  12213.         ]);
  12214.     }
  12215.     /**
  12216.      * Gets the private '.service_locator.CpaXrFh' shared service.
  12217.      *
  12218.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12219.      */
  12220.     protected function get_ServiceLocator_CpaXrFhService()
  12221.     {
  12222.         return $this->privates['.service_locator.CpaXrFh'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12223.             'mailer' => ['privates''mailer.mailer''getMailer_MailerService'false],
  12224.         ], [
  12225.             'mailer' => '?',
  12226.         ]);
  12227.     }
  12228.     /**
  12229.      * Gets the private '.service_locator.Cv0rm0q' shared service.
  12230.      *
  12231.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12232.      */
  12233.     protected function get_ServiceLocator_Cv0rm0qService()
  12234.     {
  12235.         return $this->privates['.service_locator.Cv0rm0q'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12236.             '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.'],
  12237.         ], [
  12238.             'user' => 'Aqarmap\\Bundle\\UserBundle\\Entity\\User',
  12239.         ]);
  12240.     }
  12241.     /**
  12242.      * Gets the private '.service_locator.CyC.Oyy' shared service.
  12243.      *
  12244.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12245.      */
  12246.     protected function get_ServiceLocator_CyC_OyyService()
  12247.     {
  12248.         return $this->privates['.service_locator.CyC.Oyy'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12249.             'cache' => ['services''cache.app''getCache_AppService'false],
  12250.         ], [
  12251.             'cache' => '?',
  12252.         ]);
  12253.     }
  12254.     /**
  12255.      * Gets the private '.service_locator.DhfpusR' shared service.
  12256.      *
  12257.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12258.      */
  12259.     protected function get_ServiceLocator_DhfpusRService()
  12260.     {
  12261.         return $this->privates['.service_locator.DhfpusR'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12262.             '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.'],
  12263.         ], [
  12264.             'feedback' => 'Aqarmap\\Bundle\\MainBundle\\Entity\\Feedback',
  12265.         ]);
  12266.     }
  12267.     /**
  12268.      * Gets the private '.service_locator.Dvsigx3' shared service.
  12269.      *
  12270.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12271.      */
  12272.     protected function get_ServiceLocator_Dvsigx3Service()
  12273.     {
  12274.         return $this->privates['.service_locator.Dvsigx3'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12275.             'databaseNotification' => ['privates''Aqarmap\\Bundle\\NotificationBundle\\DatabaseNotification''getDatabaseNotificationService'false],
  12276.         ], [
  12277.             'databaseNotification' => 'Aqarmap\\Bundle\\NotificationBundle\\DatabaseNotification',
  12278.         ]);
  12279.     }
  12280.     /**
  12281.      * Gets the private '.service_locator.E5620._' shared service.
  12282.      *
  12283.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12284.      */
  12285.     protected function get_ServiceLocator_E5620_Service()
  12286.     {
  12287.         return $this->privates['.service_locator.E5620._'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12288.             '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.'],
  12289.         ], [
  12290.             'listing' => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing',
  12291.         ]);
  12292.     }
  12293.     /**
  12294.      * Gets the private '.service_locator.EKpMssS' shared service.
  12295.      *
  12296.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12297.      */
  12298.     protected function get_ServiceLocator_EKpMssSService()
  12299.     {
  12300.         return $this->privates['.service_locator.EKpMssS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12301.             'bannersRepository' => ['privates''App\\Repository\\Banners\\BannersRepository''getBannersRepositoryService'false],
  12302.         ], [
  12303.             'bannersRepository' => 'App\\Repository\\Banners\\BannersRepository',
  12304.         ]);
  12305.     }
  12306.     /**
  12307.      * Gets the private '.service_locator.EWg.NYx' shared service.
  12308.      *
  12309.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12310.      */
  12311.     protected function get_ServiceLocator_EWg_NYxService()
  12312.     {
  12313.         return $this->privates['.service_locator.EWg.NYx'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12314.             'company' => ['privates''Aqarmap\\Bundle\\CRMBundle\\Entity\\Company''getCompanyService'false],
  12315.         ], [
  12316.             'company' => 'Aqarmap\\Bundle\\CRMBundle\\Entity\\Company',
  12317.         ]);
  12318.     }
  12319.     /**
  12320.      * Gets the private '.service_locator.EdCv38r' shared service.
  12321.      *
  12322.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12323.      */
  12324.     protected function get_ServiceLocator_EdCv38rService()
  12325.     {
  12326.         return $this->privates['.service_locator.EdCv38r'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12327.             '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.'],
  12328.         ], [
  12329.             'joinUs' => 'Aqarmap\\Bundle\\MainBundle\\Entity\\JoinUs',
  12330.         ]);
  12331.     }
  12332.     /**
  12333.      * Gets the private '.service_locator.Ef4Q2nx' shared service.
  12334.      *
  12335.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12336.      */
  12337.     protected function get_ServiceLocator_Ef4Q2nxService()
  12338.     {
  12339.         return $this->privates['.service_locator.Ef4Q2nx'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12340.             '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.'],
  12341.         ], [
  12342.             'dynamicQuestion' => 'Aqarmap\\Bundle\\CustomerProfilingBundle\\Entity\\DynamicQuestion',
  12343.         ]);
  12344.     }
  12345.     /**
  12346.      * Gets the private '.service_locator.Ef5rjrT' shared service.
  12347.      *
  12348.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12349.      */
  12350.     protected function get_ServiceLocator_Ef5rjrTService()
  12351.     {
  12352.         return $this->privates['.service_locator.Ef5rjrT'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12353.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  12354.             'userManager' => ['services''fos_user.user_manager''getFosUser_UserManagerService'false],
  12355.         ], [
  12356.             'em' => '?',
  12357.             'userManager' => '?',
  12358.         ]);
  12359.     }
  12360.     /**
  12361.      * Gets the private '.service_locator.EoCU_mv' shared service.
  12362.      *
  12363.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12364.      */
  12365.     protected function get_ServiceLocator_EoCUMvService()
  12366.     {
  12367.         return $this->privates['.service_locator.EoCU_mv'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12368.             'sectionRepository' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\SectionRepository''getSectionRepositoryService'false],
  12369.         ], [
  12370.             'sectionRepository' => 'Aqarmap\\Bundle\\ListingBundle\\Repository\\SectionRepository',
  12371.         ]);
  12372.     }
  12373.     /**
  12374.      * Gets the private '.service_locator.EqM7.cD' shared service.
  12375.      *
  12376.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12377.      */
  12378.     protected function get_ServiceLocator_EqM7_CDService()
  12379.     {
  12380.         return $this->privates['.service_locator.EqM7.cD'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12381.             'bannerService' => ['privates''App\\Service\\Banners\\BannerService''getBannerServiceService'false],
  12382.         ], [
  12383.             'bannerService' => 'App\\Service\\Banners\\BannerService',
  12384.         ]);
  12385.     }
  12386.     /**
  12387.      * Gets the private '.service_locator.EssOJru' shared service.
  12388.      *
  12389.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12390.      */
  12391.     protected function get_ServiceLocator_EssOJruService()
  12392.     {
  12393.         return $this->privates['.service_locator.EssOJru'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12394.             'security.firewall.map.context.anonymous_otp' => ['privates''security.firewall.map.context.anonymous_otp''getSecurity_Firewall_Map_Context_AnonymousOtpService'false],
  12395.             'security.firewall.map.context.api' => ['privates''security.firewall.map.context.api''getSecurity_Firewall_Map_Context_ApiService'false],
  12396.             '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],
  12397.             'security.firewall.map.context.api_create_feedback_v3' => ['privates''security.firewall.map.context.api_create_feedback_v3''getSecurity_Firewall_Map_Context_ApiCreateFeedbackV3Service'false],
  12398.             '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],
  12399.             '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],
  12400.             'security.firewall.map.context.api_v2_oauth_token' => ['privates''security.firewall.map.context.api_v2_oauth_token''getSecurity_Firewall_Map_Context_ApiV2OauthTokenService'false],
  12401.             'security.firewall.map.context.api_v3' => ['privates''security.firewall.map.context.api_v3''getSecurity_Firewall_Map_Context_ApiV3Service'false],
  12402.             '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],
  12403.             '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],
  12404.             'security.firewall.map.context.api_v3_anonymous_impressions' => ['privates''security.firewall.map.context.api_v3_anonymous_impressions''getSecurity_Firewall_Map_Context_ApiV3AnonymousImpressionsService'false],
  12405.             'security.firewall.map.context.api_v3_anonymous_lead' => ['privates''security.firewall.map.context.api_v3_anonymous_lead''getSecurity_Firewall_Map_Context_ApiV3AnonymousLeadService'false],
  12406.             '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],
  12407.             '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],
  12408.             '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],
  12409.             '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],
  12410.             'security.firewall.map.context.api_v3_anonymous_login' => ['privates''security.firewall.map.context.api_v3_anonymous_login''getSecurity_Firewall_Map_Context_ApiV3AnonymousLoginService'false],
  12411.             '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],
  12412.             '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],
  12413.             '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],
  12414.             '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],
  12415.             'security.firewall.map.context.api_v4' => ['privates''security.firewall.map.context.api_v4''getSecurity_Firewall_Map_Context_ApiV4Service'false],
  12416.             '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],
  12417.             'security.firewall.map.context.api_v4_anonymous_filters' => ['privates''security.firewall.map.context.api_v4_anonymous_filters''getSecurity_Firewall_Map_Context_ApiV4AnonymousFiltersService'false],
  12418.             '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],
  12419.             '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],
  12420.             '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],
  12421.             '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],
  12422.             'security.firewall.map.context.api_v4_anonymous_register' => ['privates''security.firewall.map.context.api_v4_anonymous_register''getSecurity_Firewall_Map_Context_ApiV4AnonymousRegisterService'false],
  12423.             '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],
  12424.             '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],
  12425.             '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],
  12426.             '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],
  12427.             'security.firewall.map.context.api_v4_oauth_token' => ['privates''security.firewall.map.context.api_v4_oauth_token''getSecurity_Firewall_Map_Context_ApiV4OauthTokenService'false],
  12428.             'security.firewall.map.context.api_v4_resale_listings' => ['privates''security.firewall.map.context.api_v4_resale_listings''getSecurity_Firewall_Map_Context_ApiV4ResaleListingsService'false],
  12429.             '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],
  12430.             '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],
  12431.             'security.firewall.map.context.aqarmap_api_get_coordinates' => ['privates''security.firewall.map.context.aqarmap_api_get_coordinates''getSecurity_Firewall_Map_Context_AqarmapApiGetCoordinatesService'false],
  12432.             '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],
  12433.             '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],
  12434.             '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],
  12435.             '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],
  12436.             'security.firewall.map.context.contact_seller_v2' => ['privates''security.firewall.map.context.contact_seller_v2''getSecurity_Firewall_Map_Context_ContactSellerV2Service'false],
  12437.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'false],
  12438.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  12439.             '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],
  12440.         ], [
  12441.             'security.firewall.map.context.anonymous_otp' => '?',
  12442.             'security.firewall.map.context.api' => '?',
  12443.             'security.firewall.map.context.api_check_token_expiry_v4' => '?',
  12444.             'security.firewall.map.context.api_create_feedback_v3' => '?',
  12445.             'security.firewall.map.context.api_get_users_logo_v3' => '?',
  12446.             'security.firewall.map.context.api_v2_list_top_customers' => '?',
  12447.             'security.firewall.map.context.api_v2_oauth_token' => '?',
  12448.             'security.firewall.map.context.api_v3' => '?',
  12449.             'security.firewall.map.context.api_v3_anonymous_contact_seller' => '?',
  12450.             'security.firewall.map.context.api_v3_anonymous_feature-expiry-date' => '?',
  12451.             'security.firewall.map.context.api_v3_anonymous_impressions' => '?',
  12452.             'security.firewall.map.context.api_v3_anonymous_lead' => '?',
  12453.             'security.firewall.map.context.api_v3_anonymous_lead_without_user' => '?',
  12454.             'security.firewall.map.context.api_v3_anonymous_listing_rate' => '?',
  12455.             'security.firewall.map.context.api_v3_anonymous_location_search' => '?',
  12456.             'security.firewall.map.context.api_v3_anonymous_location_search_without_slash' => '?',
  12457.             'security.firewall.map.context.api_v3_anonymous_login' => '?',
  12458.             'security.firewall.map.context.api_v3_anonymous_nearby_locations' => '?',
  12459.             'security.firewall.map.context.api_v3_anonymous_rate_options' => '?',
  12460.             'security.firewall.map.context.api_v3_anonymous_rejection_reasons' => '?',
  12461.             'security.firewall.map.context.api_v3_group_create_or_open' => '?',
  12462.             'security.firewall.map.context.api_v4' => '?',
  12463.             'security.firewall.map.context.api_v4_anonymous_edit_phone' => '?',
  12464.             'security.firewall.map.context.api_v4_anonymous_filters' => '?',
  12465.             'security.firewall.map.context.api_v4_anonymous_find_listing' => '?',
  12466.             'security.firewall.map.context.api_v4_anonymous_location_children' => '?',
  12467.             'security.firewall.map.context.api_v4_anonymous_location_search' => '?',
  12468.             'security.firewall.map.context.api_v4_anonymous_login_otp' => '?',
  12469.             'security.firewall.map.context.api_v4_anonymous_register' => '?',
  12470.             'security.firewall.map.context.api_v4_anonymous_registeration_otp' => '?',
  12471.             'security.firewall.map.context.api_v4_list_top_customers' => '?',
  12472.             'security.firewall.map.context.api_v4_list_top_sellers' => '?',
  12473.             'security.firewall.map.context.api_v4_location_statistics_tree' => '?',
  12474.             'security.firewall.map.context.api_v4_oauth_token' => '?',
  12475.             'security.firewall.map.context.api_v4_resale_listings' => '?',
  12476.             'security.firewall.map.context.api_v4_user_locations_level' => '?',
  12477.             'security.firewall.map.context.aqarmap_api_check_top_seller' => '?',
  12478.             'security.firewall.map.context.aqarmap_api_get_coordinates' => '?',
  12479.             'security.firewall.map.context.aqarmap_api_get_location_parents_v4' => '?',
  12480.             'security.firewall.map.context.aqarmap_api_get_location_translation' => '?',
  12481.             'security.firewall.map.context.aqarmap_api_user_personal_data' => '?',
  12482.             'security.firewall.map.context.aqarmap_api_v2_discussion_data' => '?',
  12483.             'security.firewall.map.context.contact_seller_v2' => '?',
  12484.             'security.firewall.map.context.dev' => '?',
  12485.             'security.firewall.map.context.main' => '?',
  12486.             'security.firewall.map.context.v4_api_create_call_request' => '?',
  12487.         ]);
  12488.     }
  12489.     /**
  12490.      * Gets the private '.service_locator.EyfC0N4' shared service.
  12491.      *
  12492.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12493.      */
  12494.     protected function get_ServiceLocator_EyfC0N4Service()
  12495.     {
  12496.         return $this->privates['.service_locator.EyfC0N4'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12497.             '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.'],
  12498.         ], [
  12499.             'exchangeRequest' => 'Aqarmap\\Bundle\\ExchangeBundle\\Entity\\ExchangeRequest',
  12500.         ]);
  12501.     }
  12502.     /**
  12503.      * Gets the private '.service_locator.F92OUdR' shared service.
  12504.      *
  12505.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12506.      */
  12507.     protected function get_ServiceLocator_F92OUdRService()
  12508.     {
  12509.         return $this->privates['.service_locator.F92OUdR'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12510.             '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.'],
  12511.         ], [
  12512.             'financialAid' => 'Aqarmap\\Bundle\\FinancialAidsBundle\\Entity\\FinancialAid',
  12513.         ]);
  12514.     }
  12515.     /**
  12516.      * Gets the private '.service_locator.FYC1ztD' shared service.
  12517.      *
  12518.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12519.      */
  12520.     protected function get_ServiceLocator_FYC1ztDService()
  12521.     {
  12522.         return $this->privates['.service_locator.FYC1ztD'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12523.             '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.'],
  12524.         ], [
  12525.             'SubscriptionPlan' => 'App\\Entity\\Subscriptions\\SubscriptionPlan',
  12526.         ]);
  12527.     }
  12528.     /**
  12529.      * Gets the private '.service_locator.FYIkfU9' shared service.
  12530.      *
  12531.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12532.      */
  12533.     protected function get_ServiceLocator_FYIkfU9Service()
  12534.     {
  12535.         return $this->privates['.service_locator.FYIkfU9'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12536.             'id' => ['privates''Aqarmap\\Bundle\\CRMBundle\\Entity\\Staff''getStaffService'false],
  12537.         ], [
  12538.             'id' => 'Aqarmap\\Bundle\\CRMBundle\\Entity\\Staff',
  12539.         ]);
  12540.     }
  12541.     /**
  12542.      * Gets the private '.service_locator.FeEvP.H' shared service.
  12543.      *
  12544.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12545.      */
  12546.     protected function get_ServiceLocator_FeEvP_HService()
  12547.     {
  12548.         return $this->privates['.service_locator.FeEvP.H'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12549.             '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.'],
  12550.             'subscriptionPlansManager' => ['privates''App\\Service\\Subscriptions\\SubscriptionPlansManager''getSubscriptionPlansManagerService'false],
  12551.         ], [
  12552.             'subscriptionPlan' => 'App\\Entity\\Subscriptions\\SubscriptionPlan',
  12553.             'subscriptionPlansManager' => 'App\\Service\\Subscriptions\\SubscriptionPlansManager',
  12554.         ]);
  12555.     }
  12556.     /**
  12557.      * Gets the private '.service_locator.GNc8e5B' shared service.
  12558.      *
  12559.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12560.      */
  12561.     protected function get_ServiceLocator_GNc8e5BService()
  12562.     {
  12563.         return $this->privates['.service_locator.GNc8e5B'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12564.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  12565.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  12566.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  12567.             'message_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  12568.             'messenger.default_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  12569.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  12570.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  12571.             'router' => ['services''router''getRouterService'false],
  12572.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  12573.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  12574.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  12575.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  12576.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  12577.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  12578.         ], [
  12579.             'doctrine' => '?',
  12580.             'form.factory' => '?',
  12581.             'http_kernel' => '?',
  12582.             'message_bus' => '?',
  12583.             'messenger.default_bus' => '?',
  12584.             'parameter_bag' => '?',
  12585.             'request_stack' => '?',
  12586.             'router' => '?',
  12587.             'security.authorization_checker' => '?',
  12588.             'security.csrf.token_manager' => '?',
  12589.             'security.token_storage' => '?',
  12590.             'serializer' => '?',
  12591.             'session' => '.session.deprecated',
  12592.             'twig' => '?',
  12593.         ]);
  12594.     }
  12595.     /**
  12596.      * Gets the private '.service_locator.GedePMg' shared service.
  12597.      *
  12598.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12599.      */
  12600.     protected function get_ServiceLocator_GedePMgService()
  12601.     {
  12602.         return $this->privates['.service_locator.GedePMg'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12603.             'locationManager' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Service\\LocationManager''getLocationManagerService'false],
  12604.             '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.'],
  12605.         ], [
  12606.             'locationManager' => 'Aqarmap\\Bundle\\ListingBundle\\Service\\LocationManager',
  12607.             'section' => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\Section',
  12608.         ]);
  12609.     }
  12610.     /**
  12611.      * Gets the private '.service_locator.HcMO1Gs' shared service.
  12612.      *
  12613.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12614.      */
  12615.     protected function get_ServiceLocator_HcMO1GsService()
  12616.     {
  12617.         return $this->privates['.service_locator.HcMO1Gs'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12618.             'paginator' => ['services''knp_paginator''getKnpPaginatorService'false],
  12619.             'templating' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  12620.         ], [
  12621.             'paginator' => '?',
  12622.             'templating' => '?',
  12623.         ]);
  12624.     }
  12625.     /**
  12626.      * Gets the private '.service_locator.IxKqzhS' shared service.
  12627.      *
  12628.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12629.      */
  12630.     protected function get_ServiceLocator_IxKqzhSService()
  12631.     {
  12632.         return $this->privates['.service_locator.IxKqzhS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12633.             'locationManager' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Service\\LocationManager''getLocationManagerService'false],
  12634.         ], [
  12635.             'locationManager' => 'Aqarmap\\Bundle\\ListingBundle\\Service\\LocationManager',
  12636.         ]);
  12637.     }
  12638.     /**
  12639.      * Gets the private '.service_locator.IxpZ58c' shared service.
  12640.      *
  12641.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12642.      */
  12643.     protected function get_ServiceLocator_IxpZ58cService()
  12644.     {
  12645.         return $this->privates['.service_locator.IxpZ58c'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12646.             '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.'],
  12647.         ], [
  12648.             'entity' => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing',
  12649.         ]);
  12650.     }
  12651.     /**
  12652.      * Gets the private '.service_locator.J4vdJ1P' shared service.
  12653.      *
  12654.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12655.      */
  12656.     protected function get_ServiceLocator_J4vdJ1PService()
  12657.     {
  12658.         return $this->privates['.service_locator.J4vdJ1P'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12659.             'creditRepository' => ['privates''Aqarmap\\Bundle\\CreditBundle\\Repository\\CreditRepository''getCreditRepositoryService'false],
  12660.             'formValidationService' => ['privates''Aqarmap\\Bundle\\MainBundle\\Service\\FormValidationService''getFormValidationServiceService'false],
  12661.         ], [
  12662.             'creditRepository' => 'Aqarmap\\Bundle\\CreditBundle\\Repository\\CreditRepository',
  12663.             'formValidationService' => 'Aqarmap\\Bundle\\MainBundle\\Service\\FormValidationService',
  12664.         ]);
  12665.     }
  12666.     /**
  12667.      * Gets the private '.service_locator.JZvIlSn' shared service.
  12668.      *
  12669.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12670.      */
  12671.     protected function get_ServiceLocator_JZvIlSnService()
  12672.     {
  12673.         return $this->privates['.service_locator.JZvIlSn'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12674.             '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.'],
  12675.             '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.'],
  12676.         ], [
  12677.             'listing' => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing',
  12678.             'listingPhoto' => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\ListingPhoto',
  12679.         ]);
  12680.     }
  12681.     /**
  12682.      * Gets the private '.service_locator.JhSS0.a' shared service.
  12683.      *
  12684.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12685.      */
  12686.     protected function get_ServiceLocator_JhSS0_AService()
  12687.     {
  12688.         return $this->privates['.service_locator.JhSS0.a'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12689.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  12690.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  12691.             'fos_rest.view_handler' => ['services''fos_rest.view_handler''getFosRest_ViewHandlerService'false],
  12692.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  12693.             'message_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  12694.             'messenger.default_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  12695.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  12696.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  12697.             'router' => ['services''router''getRouterService'false],
  12698.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  12699.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  12700.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  12701.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  12702.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  12703.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  12704.         ], [
  12705.             'doctrine' => '?',
  12706.             'form.factory' => '?',
  12707.             'fos_rest.view_handler' => '?',
  12708.             'http_kernel' => '?',
  12709.             'message_bus' => '?',
  12710.             'messenger.default_bus' => '?',
  12711.             'parameter_bag' => '?',
  12712.             'request_stack' => '?',
  12713.             'router' => '?',
  12714.             'security.authorization_checker' => '?',
  12715.             'security.csrf.token_manager' => '?',
  12716.             'security.token_storage' => '?',
  12717.             'serializer' => '?',
  12718.             'session' => '.session.deprecated',
  12719.             'twig' => '?',
  12720.         ]);
  12721.     }
  12722.     /**
  12723.      * Gets the private '.service_locator.JjyeKo6' shared service.
  12724.      *
  12725.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12726.      */
  12727.     protected function get_ServiceLocator_JjyeKo6Service()
  12728.     {
  12729.         return $this->privates['.service_locator.JjyeKo6'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12730.             'staff' => ['privates''Aqarmap\\Bundle\\CRMBundle\\Entity\\Staff''getStaffService'false],
  12731.         ], [
  12732.             'staff' => 'Aqarmap\\Bundle\\CRMBundle\\Entity\\Staff',
  12733.         ]);
  12734.     }
  12735.     /**
  12736.      * Gets the private '.service_locator.K6bNIyZ' shared service.
  12737.      *
  12738.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12739.      */
  12740.     protected function get_ServiceLocator_K6bNIyZService()
  12741.     {
  12742.         return $this->privates['.service_locator.K6bNIyZ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12743.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  12744.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  12745.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  12746.             'message_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  12747.             'messenger.default_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  12748.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  12749.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  12750.             'router' => ['services''router''getRouterService'false],
  12751.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  12752.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  12753.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  12754.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  12755.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  12756.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  12757.         ], [
  12758.             'doctrine' => '?',
  12759.             'form.factory' => '?',
  12760.             'http_kernel' => '?',
  12761.             'message_bus' => '?',
  12762.             'messenger.default_bus' => '?',
  12763.             'parameter_bag' => '?',
  12764.             'request_stack' => '?',
  12765.             'router' => '?',
  12766.             'security.authorization_checker' => '?',
  12767.             'security.csrf.token_manager' => '?',
  12768.             'security.token_storage' => '?',
  12769.             'serializer' => '?',
  12770.             'session' => '.session.deprecated',
  12771.             'twig' => '?',
  12772.         ]);
  12773.     }
  12774.     /**
  12775.      * Gets the private '.service_locator.KI50Z4f' shared service.
  12776.      *
  12777.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12778.      */
  12779.     protected function get_ServiceLocator_KI50Z4fService()
  12780.     {
  12781.         return $this->privates['.service_locator.KI50Z4f'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12782.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  12783.             '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.'],
  12784.         ], [
  12785.             'em' => '?',
  12786.             'payment' => 'Aqarmap\\Bundle\\PaymentBundle\\Entity\\Payment',
  12787.         ]);
  12788.     }
  12789.     /**
  12790.      * Gets the private '.service_locator.KfbR3DY' shared service.
  12791.      *
  12792.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12793.      */
  12794.     protected function get_ServiceLocator_KfbR3DYService()
  12795.     {
  12796.         return $this->privates['.service_locator.KfbR3DY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12797.             '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".'],
  12798.         ], [
  12799.             'loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  12800.         ]);
  12801.     }
  12802.     /**
  12803.      * Gets the private '.service_locator.KnMJEak' shared service.
  12804.      *
  12805.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12806.      */
  12807.     protected function get_ServiceLocator_KnMJEakService()
  12808.     {
  12809.         return $this->privates['.service_locator.KnMJEak'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12810.             'authServer' => ['privates''App\\Service\\Security\\AuthServer''getAuthServerService'false],
  12811.             'translator' => ['services''translator''getTranslatorService'false],
  12812.             'userManager' => ['services''fos_user.user_manager''getFosUser_UserManagerService'false],
  12813.         ], [
  12814.             'authServer' => 'App\\Service\\Security\\AuthServer',
  12815.             'translator' => '?',
  12816.             'userManager' => '?',
  12817.         ]);
  12818.     }
  12819.     /**
  12820.      * Gets the private '.service_locator.LRr2cO7' shared service.
  12821.      *
  12822.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12823.      */
  12824.     protected function get_ServiceLocator_LRr2cO7Service()
  12825.     {
  12826.         return $this->privates['.service_locator.LRr2cO7'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12827.             '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.'],
  12828.         ], [
  12829.             'menu' => 'Aqarmap\\Bundle\\MainBundle\\Entity\\Menu',
  12830.         ]);
  12831.     }
  12832.     /**
  12833.      * Gets the private '.service_locator.LeUnxz1' shared service.
  12834.      *
  12835.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12836.      */
  12837.     protected function get_ServiceLocator_LeUnxz1Service()
  12838.     {
  12839.         return $this->privates['.service_locator.LeUnxz1'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12840.             '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.'],
  12841.         ], [
  12842.             'location' => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\CompoundLocation',
  12843.         ]);
  12844.     }
  12845.     /**
  12846.      * Gets the private '.service_locator.Lfq.BSd' shared service.
  12847.      *
  12848.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12849.      */
  12850.     protected function get_ServiceLocator_Lfq_BSdService()
  12851.     {
  12852.         return $this->privates['.service_locator.Lfq.BSd'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12853.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  12854.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  12855.             'fos_rest.view_handler' => ['services''fos_rest.view_handler''getFosRest_ViewHandlerService'false],
  12856.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  12857.             'message_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  12858.             'messenger.default_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  12859.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  12860.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  12861.             'router' => ['services''router''getRouterService'false],
  12862.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  12863.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  12864.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  12865.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  12866.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  12867.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  12868.         ], [
  12869.             'doctrine' => '?',
  12870.             'form.factory' => '?',
  12871.             'fos_rest.view_handler' => '?',
  12872.             'http_kernel' => '?',
  12873.             'message_bus' => '?',
  12874.             'messenger.default_bus' => '?',
  12875.             'parameter_bag' => '?',
  12876.             'request_stack' => '?',
  12877.             'router' => '?',
  12878.             'security.authorization_checker' => '?',
  12879.             'security.csrf.token_manager' => '?',
  12880.             'security.token_storage' => '?',
  12881.             'serializer' => '?',
  12882.             'session' => '.session.deprecated',
  12883.             'twig' => '?',
  12884.         ]);
  12885.     }
  12886.     /**
  12887.      * Gets the private '.service_locator.MQy.pss' shared service.
  12888.      *
  12889.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12890.      */
  12891.     protected function get_ServiceLocator_MQy_PssService()
  12892.     {
  12893.         return $this->privates['.service_locator.MQy.pss'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12894.             'cardIntegrationService' => ['privates''App\\Service\\User\\CardIntegrationService''getCardIntegrationServiceService'false],
  12895.             'userCardService' => ['privates''App\\Service\\User\\UserCardService''getUserCardServiceService'false],
  12896.         ], [
  12897.             'cardIntegrationService' => 'App\\Service\\User\\CardIntegrationService',
  12898.             'userCardService' => 'App\\Service\\User\\UserCardService',
  12899.         ]);
  12900.     }
  12901.     /**
  12902.      * Gets the private '.service_locator.Md5pun7' shared service.
  12903.      *
  12904.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12905.      */
  12906.     protected function get_ServiceLocator_Md5pun7Service()
  12907.     {
  12908.         return $this->privates['.service_locator.Md5pun7'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12909.             'userRepository' => ['privates''Aqarmap\\Bundle\\UserBundle\\Repository\\UserRepository''getUserRepositoryService'false],
  12910.         ], [
  12911.             'userRepository' => 'Aqarmap\\Bundle\\UserBundle\\Repository\\UserRepository',
  12912.         ]);
  12913.     }
  12914.     /**
  12915.      * Gets the private '.service_locator.MkMRSDY' shared service.
  12916.      *
  12917.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12918.      */
  12919.     protected function get_ServiceLocator_MkMRSDYService()
  12920.     {
  12921.         return $this->privates['.service_locator.MkMRSDY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12922.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  12923.             'subscriptionPlanRepository' => ['privates''App\\Repository\\Subscriptions\\SubscriptionPlanRepository''getSubscriptionPlanRepositoryService'false],
  12924.             'subscriptionPlansManager' => ['privates''App\\Service\\Subscriptions\\SubscriptionPlansManager''getSubscriptionPlansManagerService'false],
  12925.         ], [
  12926.             'entityManager' => '?',
  12927.             'subscriptionPlanRepository' => 'App\\Repository\\Subscriptions\\SubscriptionPlanRepository',
  12928.             'subscriptionPlansManager' => 'App\\Service\\Subscriptions\\SubscriptionPlansManager',
  12929.         ]);
  12930.     }
  12931.     /**
  12932.      * Gets the private '.service_locator.MyHXagK' shared service.
  12933.      *
  12934.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12935.      */
  12936.     protected function get_ServiceLocator_MyHXagKService()
  12937.     {
  12938.         return $this->privates['.service_locator.MyHXagK'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12939.             '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.'],
  12940.             '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.'],
  12941.             'subAccountService' => ['privates''App\\Service\\User\\SubAccountService''getSubAccountServiceService'false],
  12942.             'userSubAccountRepository' => ['privates''App\\Repository\\User\\UserSubAccountRepository''getUserSubAccountRepositoryService'false],
  12943.         ], [
  12944.             'child' => 'Aqarmap\\Bundle\\UserBundle\\Entity\\User',
  12945.             'parent' => 'Aqarmap\\Bundle\\UserBundle\\Entity\\User',
  12946.             'subAccountService' => 'App\\Service\\User\\SubAccountService',
  12947.             'userSubAccountRepository' => 'App\\Repository\\User\\UserSubAccountRepository',
  12948.         ]);
  12949.     }
  12950.     /**
  12951.      * Gets the private '.service_locator.N3LQUe3' shared service.
  12952.      *
  12953.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12954.      */
  12955.     protected function get_ServiceLocator_N3LQUe3Service()
  12956.     {
  12957.         return $this->privates['.service_locator.N3LQUe3'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12958.             'userDeviceManager' => ['privates''Aqarmap\\Bundle\\UserBundle\\Services\\UserDeviceManager''getUserDeviceManagerService'false],
  12959.         ], [
  12960.             'userDeviceManager' => 'Aqarmap\\Bundle\\UserBundle\\Services\\UserDeviceManager',
  12961.         ]);
  12962.     }
  12963.     /**
  12964.      * Gets the private '.service_locator.NEJIEts' shared service.
  12965.      *
  12966.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12967.      */
  12968.     protected function get_ServiceLocator_NEJIEtsService()
  12969.     {
  12970.         return $this->privates['.service_locator.NEJIEts'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12971.             'listing' => ['privates''.errored..service_locator.NEJIEts.Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing'NULL'Cannot autowire service ".service_locator.NEJIEts": it references class "Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing" but no such service exists.'],
  12972.             'listingRuleMatcher' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Service\\ListingRuleMatcher''getListingRuleMatcherService'false],
  12973.             'packagesRepository' => ['privates''Aqarmap\\Bundle\\UserBundle\\Repository\\UserPackagesRepository''getUserPackagesRepositoryService'false],
  12974.         ], [
  12975.             'listing' => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing',
  12976.             'listingRuleMatcher' => 'Aqarmap\\Bundle\\ListingBundle\\Service\\ListingRuleMatcher',
  12977.             'packagesRepository' => 'Aqarmap\\Bundle\\UserBundle\\Repository\\UserPackagesRepository',
  12978.         ]);
  12979.     }
  12980.     /**
  12981.      * Gets the private '.service_locator.NRsk.0J' shared service.
  12982.      *
  12983.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12984.      */
  12985.     protected function get_ServiceLocator_NRsk_0JService()
  12986.     {
  12987.         return $this->privates['.service_locator.NRsk.0J'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12988.             '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.'],
  12989.             '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.'],
  12990.         ], [
  12991.             'comment' => 'Aqarmap\\Bundle\\DiscussionBundle\\Entity\\Comment',
  12992.             'discussion' => 'Aqarmap\\Bundle\\DiscussionBundle\\Entity\\Discussion',
  12993.         ]);
  12994.     }
  12995.     /**
  12996.      * Gets the private '.service_locator.NSHwqyp' shared service.
  12997.      *
  12998.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12999.      */
  13000.     protected function get_ServiceLocator_NSHwqypService()
  13001.     {
  13002.         return $this->privates['.service_locator.NSHwqyp'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13003.             '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.'],
  13004.         ], [
  13005.             'transferer' => 'Aqarmap\\Bundle\\UserBundle\\Entity\\User',
  13006.         ]);
  13007.     }
  13008.     /**
  13009.      * Gets the private '.service_locator.NSdJoE7' shared service.
  13010.      *
  13011.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13012.      */
  13013.     protected function get_ServiceLocator_NSdJoE7Service()
  13014.     {
  13015.         return $this->privates['.service_locator.NSdJoE7'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13016.             'locationsInsightsClient' => ['privates''.debug.locations_insights.client''get_Debug_LocationsInsights_ClientService'false],
  13017.         ], [
  13018.             'locationsInsightsClient' => '?',
  13019.         ]);
  13020.     }
  13021.     /**
  13022.      * Gets the private '.service_locator.N_uc6xq' shared service.
  13023.      *
  13024.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13025.      */
  13026.     protected function get_ServiceLocator_NUc6xqService()
  13027.     {
  13028.         return $this->privates['.service_locator.N_uc6xq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13029.             '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.'],
  13030.         ], [
  13031.             'parent' => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing',
  13032.         ]);
  13033.     }
  13034.     /**
  13035.      * Gets the private '.service_locator.Nf_Q.FU' shared service.
  13036.      *
  13037.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13038.      */
  13039.     protected function get_ServiceLocator_NfQ_FUService()
  13040.     {
  13041.         return $this->privates['.service_locator.Nf_Q.FU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13042.             '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.'],
  13043.         ], [
  13044.             'page' => 'Aqarmap\\Bundle\\MainBundle\\Entity\\Page',
  13045.         ]);
  13046.     }
  13047.     /**
  13048.      * Gets the private '.service_locator.OC2AG.K' shared service.
  13049.      *
  13050.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13051.      */
  13052.     protected function get_ServiceLocator_OC2AG_KService()
  13053.     {
  13054.         return $this->privates['.service_locator.OC2AG.K'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13055.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  13056.         ], [
  13057.             'logger' => '?',
  13058.         ]);
  13059.     }
  13060.     /**
  13061.      * Gets the private '.service_locator.OeUeC3z' shared service.
  13062.      *
  13063.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13064.      */
  13065.     protected function get_ServiceLocator_OeUeC3zService()
  13066.     {
  13067.         return $this->privates['.service_locator.OeUeC3z'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13068.             'customParagraphRepository' => ['privates''Aqarmap\\Bundle\\MainBundle\\Repository\\CustomParagraphRepository''getCustomParagraphRepositoryService'false],
  13069.             '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.'],
  13070.         ], [
  13071.             'customParagraphRepository' => 'Aqarmap\\Bundle\\MainBundle\\Repository\\CustomParagraphRepository',
  13072.             'section' => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\Section',
  13073.         ]);
  13074.     }
  13075.     /**
  13076.      * Gets the private '.service_locator.P4ohWKt' shared service.
  13077.      *
  13078.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13079.      */
  13080.     protected function get_ServiceLocator_P4ohWKtService()
  13081.     {
  13082.         return $this->privates['.service_locator.P4ohWKt'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13083.             'subAccountService' => ['privates''App\\Service\\User\\SubAccountService''getSubAccountServiceService'false],
  13084.             'translator' => ['services''translator''getTranslatorService'false],
  13085.             '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.'],
  13086.         ], [
  13087.             'subAccountService' => 'App\\Service\\User\\SubAccountService',
  13088.             'translator' => '?',
  13089.             'userSubAccount' => 'App\\Entity\\User\\UserSubAccount',
  13090.         ]);
  13091.     }
  13092.     /**
  13093.      * Gets the private '.service_locator.Pfo2iga' shared service.
  13094.      *
  13095.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13096.      */
  13097.     protected function get_ServiceLocator_Pfo2igaService()
  13098.     {
  13099.         return $this->privates['.service_locator.Pfo2iga'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13100.             '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.'],
  13101.             'listingRateRepository' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingRateRepository''getListingRateRepositoryService'false],
  13102.             'paginator' => ['services''knp_paginator''getKnpPaginatorService'false],
  13103.         ], [
  13104.             'listing' => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing',
  13105.             'listingRateRepository' => 'Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingRateRepository',
  13106.             'paginator' => '?',
  13107.         ]);
  13108.     }
  13109.     /**
  13110.      * Gets the private '.service_locator.QVQbFIb' shared service.
  13111.      *
  13112.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13113.      */
  13114.     protected function get_ServiceLocator_QVQbFIbService()
  13115.     {
  13116.         return $this->privates['.service_locator.QVQbFIb'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13117.             '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.'],
  13118.         ], [
  13119.             'paymentTransaction' => 'Aqarmap\\Bundle\\PaymentBundle\\Entity\\Payment',
  13120.         ]);
  13121.     }
  13122.     /**
  13123.      * Gets the private '.service_locator.Qp.s1q.' shared service.
  13124.      *
  13125.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13126.      */
  13127.     protected function get_ServiceLocator_Qp_S1q_Service()
  13128.     {
  13129.         return $this->privates['.service_locator.Qp.s1q.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13130.             'subAccountService' => ['privates''App\\Service\\User\\SubAccountService''getSubAccountServiceService'false],
  13131.             '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.'],
  13132.         ], [
  13133.             'subAccountService' => 'App\\Service\\User\\SubAccountService',
  13134.             'user' => 'Aqarmap\\Bundle\\UserBundle\\Entity\\User',
  13135.         ]);
  13136.     }
  13137.     /**
  13138.      * Gets the private '.service_locator.R.5rpS2' shared service.
  13139.      *
  13140.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13141.      */
  13142.     protected function get_ServiceLocator_R_5rpS2Service()
  13143.     {
  13144.         return $this->privates['.service_locator.R.5rpS2'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13145.             'client' => ['privates''aqarmap.aws_ses.client''getAqarmap_AwsSes_ClientService'false],
  13146.             '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.'],
  13147.         ], [
  13148.             'client' => '?',
  13149.             'user' => 'Aqarmap\\Bundle\\UserBundle\\Entity\\User',
  13150.         ]);
  13151.     }
  13152.     /**
  13153.      * Gets the private '.service_locator.RBLp9TH' shared service.
  13154.      *
  13155.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13156.      */
  13157.     protected function get_ServiceLocator_RBLp9THService()
  13158.     {
  13159.         return $this->privates['.service_locator.RBLp9TH'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13160.             'creditPackageRepositroy' => ['privates''Aqarmap\\Bundle\\CreditBundle\\Repository\\CreditPackageRepositroy''getCreditPackageRepositroyService'false],
  13161.         ], [
  13162.             'creditPackageRepositroy' => 'Aqarmap\\Bundle\\CreditBundle\\Repository\\CreditPackageRepositroy',
  13163.         ]);
  13164.     }
  13165.     /**
  13166.      * Gets the private '.service_locator.Rozwzjh' shared service.
  13167.      *
  13168.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13169.      */
  13170.     protected function get_ServiceLocator_RozwzjhService()
  13171.     {
  13172.         return $this->privates['.service_locator.Rozwzjh'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13173.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  13174.             'listingManager' => ['services''Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager''getListingManagerService'false],
  13175.         ], [
  13176.             'entityManager' => '?',
  13177.             'listingManager' => 'Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager',
  13178.         ]);
  13179.     }
  13180.     /**
  13181.      * Gets the private '.service_locator.SBFvyl6' shared service.
  13182.      *
  13183.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13184.      */
  13185.     protected function get_ServiceLocator_SBFvyl6Service()
  13186.     {
  13187.         return $this->privates['.service_locator.SBFvyl6'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13188.             '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.'],
  13189.         ], [
  13190.             'locationPhoto' => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\LocationPhoto',
  13191.         ]);
  13192.     }
  13193.     /**
  13194.      * Gets the private '.service_locator.SE4ny3Y' shared service.
  13195.      *
  13196.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13197.      */
  13198.     protected function get_ServiceLocator_SE4ny3YService()
  13199.     {
  13200.         return $this->privates['.service_locator.SE4ny3Y'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13201.             '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.'],
  13202.         ], [
  13203.             'buyerAlert' => 'Aqarmap\\Bundle\\BuyerAlertsBundle\\Entity\\BuyerAlerts',
  13204.         ]);
  13205.     }
  13206.     /**
  13207.      * Gets the private '.service_locator.SblZSSN' shared service.
  13208.      *
  13209.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13210.      */
  13211.     protected function get_ServiceLocator_SblZSSNService()
  13212.     {
  13213.         return $this->privates['.service_locator.SblZSSN'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13214.             '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.'],
  13215.             '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.'],
  13216.         ], [
  13217.             'location' => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\Location',
  13218.             'user' => 'Aqarmap\\Bundle\\UserBundle\\Entity\\User',
  13219.         ]);
  13220.     }
  13221.     /**
  13222.      * Gets the private '.service_locator.ScY99ay' shared service.
  13223.      *
  13224.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13225.      */
  13226.     protected function get_ServiceLocator_ScY99ayService()
  13227.     {
  13228.         return $this->privates['.service_locator.ScY99ay'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13229.             '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.'],
  13230.         ], [
  13231.             'section' => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\Section',
  13232.         ]);
  13233.     }
  13234.     /**
  13235.      * Gets the private '.service_locator.TLrSZYf' shared service.
  13236.      *
  13237.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13238.      */
  13239.     protected function get_ServiceLocator_TLrSZYfService()
  13240.     {
  13241.         return $this->privates['.service_locator.TLrSZYf'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13242.             '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.'],
  13243.             'favouriteService' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Service\\FavouriteService''getFavouriteServiceService'false],
  13244.         ], [
  13245.             'favourite' => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\Favourite',
  13246.             'favouriteService' => 'Aqarmap\\Bundle\\ListingBundle\\Service\\FavouriteService',
  13247.         ]);
  13248.     }
  13249.     /**
  13250.      * Gets the private '.service_locator.TsDoRLF' shared service.
  13251.      *
  13252.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13253.      */
  13254.     protected function get_ServiceLocator_TsDoRLFService()
  13255.     {
  13256.         return $this->privates['.service_locator.TsDoRLF'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13257.             'accountManager' => ['privates''Aqarmap\\Bundle\\CRMBundle\\Entity\\Staff''getStaffService'false],
  13258.             'company' => ['privates''Aqarmap\\Bundle\\CRMBundle\\Entity\\Company''getCompanyService'false],
  13259.         ], [
  13260.             'accountManager' => 'Aqarmap\\Bundle\\CRMBundle\\Entity\\Staff',
  13261.             'company' => 'Aqarmap\\Bundle\\CRMBundle\\Entity\\Company',
  13262.         ]);
  13263.     }
  13264.     /**
  13265.      * Gets the private '.service_locator.TtqXS4F' shared service.
  13266.      *
  13267.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13268.      */
  13269.     protected function get_ServiceLocator_TtqXS4FService()
  13270.     {
  13271.         return $this->privates['.service_locator.TtqXS4F'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13272.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  13273.             'paginator' => ['services''knp_paginator''getKnpPaginatorService'false],
  13274.             '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.'],
  13275.         ], [
  13276.             'entityManager' => '?',
  13277.             'paginator' => '?',
  13278.             'userEntity' => 'Aqarmap\\Bundle\\UserBundle\\Entity\\User',
  13279.         ]);
  13280.     }
  13281.     /**
  13282.      * Gets the private '.service_locator.U..08Fk' shared service.
  13283.      *
  13284.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13285.      */
  13286.     protected function get_ServiceLocator_U__08FkService()
  13287.     {
  13288.         return $this->privates['.service_locator.U..08Fk'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13289.             'cache' => ['services''cache.app''getCache_AppService'false],
  13290.             'listingManager' => ['services''Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager''getListingManagerService'false],
  13291.             'sectionService' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Service\\SectionService''getSectionServiceService'false],
  13292.         ], [
  13293.             'cache' => '?',
  13294.             'listingManager' => 'Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager',
  13295.             'sectionService' => 'Aqarmap\\Bundle\\ListingBundle\\Service\\SectionService',
  13296.         ]);
  13297.     }
  13298.     /**
  13299.      * Gets the private '.service_locator.U38IPRQ' shared service.
  13300.      *
  13301.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13302.      */
  13303.     protected function get_ServiceLocator_U38IPRQService()
  13304.     {
  13305.         return $this->privates['.service_locator.U38IPRQ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13306.             'subAccountService' => ['privates''App\\Service\\User\\SubAccountService''getSubAccountServiceService'false],
  13307.         ], [
  13308.             'subAccountService' => 'App\\Service\\User\\SubAccountService',
  13309.         ]);
  13310.     }
  13311.     /**
  13312.      * Gets the private '.service_locator.U7VViCc' shared service.
  13313.      *
  13314.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13315.      */
  13316.     protected function get_ServiceLocator_U7VViCcService()
  13317.     {
  13318.         return $this->privates['.service_locator.U7VViCc'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13319.             '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?'],
  13320.         ], [
  13321.             'form' => 'Symfony\\Component\\Form\\FormInterface',
  13322.         ]);
  13323.     }
  13324.     /**
  13325.      * Gets the private '.service_locator.UQTEWgm' shared service.
  13326.      *
  13327.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13328.      */
  13329.     protected function get_ServiceLocator_UQTEWgmService()
  13330.     {
  13331.         return $this->privates['.service_locator.UQTEWgm'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13332.             'locationService' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Service\\V4\\LocationService''getLocationServiceService'false],
  13333.         ], [
  13334.             'locationService' => 'Aqarmap\\Bundle\\ListingBundle\\Service\\V4\\LocationService',
  13335.         ]);
  13336.     }
  13337.     /**
  13338.      * Gets the private '.service_locator.Uagg_gw' shared service.
  13339.      *
  13340.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13341.      */
  13342.     protected function get_ServiceLocator_UaggGwService()
  13343.     {
  13344.         return $this->privates['.service_locator.Uagg_gw'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13345.             '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.'],
  13346.         ], [
  13347.             'userDomain' => 'Aqarmap\\Bundle\\UserBundle\\Entity\\UserDomain',
  13348.         ]);
  13349.     }
  13350.     /**
  13351.      * Gets the private '.service_locator.Ue3lOen' shared service.
  13352.      *
  13353.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13354.      */
  13355.     protected function get_ServiceLocator_Ue3lOenService()
  13356.     {
  13357.         return $this->privates['.service_locator.Ue3lOen'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13358.             'subAccountService' => ['privates''App\\Service\\User\\SubAccountService''getSubAccountServiceService'false],
  13359.             '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.'],
  13360.             'translator' => ['services''translator''getTranslatorService'false],
  13361.         ], [
  13362.             'subAccountService' => 'App\\Service\\User\\SubAccountService',
  13363.             'subUser' => 'Aqarmap\\Bundle\\UserBundle\\Entity\\User',
  13364.             'translator' => '?',
  13365.         ]);
  13366.     }
  13367.     /**
  13368.      * Gets the private '.service_locator.UsScnKS' shared service.
  13369.      *
  13370.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13371.      */
  13372.     protected function get_ServiceLocator_UsScnKSService()
  13373.     {
  13374.         return $this->privates['.service_locator.UsScnKS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13375.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  13376.             '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.'],
  13377.         ], [
  13378.             'em' => '?',
  13379.             'lead' => 'App\\Entity\\Lead\\Lead',
  13380.         ]);
  13381.     }
  13382.     /**
  13383.      * Gets the private '.service_locator.Uyoau69' shared service.
  13384.      *
  13385.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13386.      */
  13387.     protected function get_ServiceLocator_Uyoau69Service()
  13388.     {
  13389.         return $this->privates['.service_locator.Uyoau69'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13390.             '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.'],
  13391.             'listingRateRepository' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingRateRepository''getListingRateRepositoryService'false],
  13392.             'listingRateService' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Service\\ListingRateService''getListingRateServiceService'false],
  13393.         ], [
  13394.             'listing' => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing',
  13395.             'listingRateRepository' => 'Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingRateRepository',
  13396.             'listingRateService' => 'Aqarmap\\Bundle\\ListingBundle\\Service\\ListingRateService',
  13397.         ]);
  13398.     }
  13399.     /**
  13400.      * Gets the private '.service_locator.VAPpaZO' shared service.
  13401.      *
  13402.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13403.      */
  13404.     protected function get_ServiceLocator_VAPpaZOService()
  13405.     {
  13406.         return $this->privates['.service_locator.VAPpaZO'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13407.             'signer' => ['privates''uri_signer''getUriSignerService'false],
  13408.             'subAccountService' => ['privates''App\\Service\\User\\SubAccountService''getSubAccountServiceService'false],
  13409.             'translator' => ['services''translator''getTranslatorService'false],
  13410.             '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.'],
  13411.         ], [
  13412.             'signer' => '?',
  13413.             'subAccountService' => 'App\\Service\\User\\SubAccountService',
  13414.             'translator' => '?',
  13415.             'userSubAccount' => 'App\\Entity\\User\\UserSubAccount',
  13416.         ]);
  13417.     }
  13418.     /**
  13419.      * Gets the private '.service_locator.VQspxfD' shared service.
  13420.      *
  13421.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13422.      */
  13423.     protected function get_ServiceLocator_VQspxfDService()
  13424.     {
  13425.         return $this->privates['.service_locator.VQspxfD'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13426.             'authServer' => ['privates''App\\Service\\Security\\AuthServer''getAuthServerService'false],
  13427.             '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.'],
  13428.         ], [
  13429.             'authServer' => 'App\\Service\\Security\\AuthServer',
  13430.             'user' => 'Aqarmap\\Bundle\\UserBundle\\Entity\\User',
  13431.         ]);
  13432.     }
  13433.     /**
  13434.      * Gets the private '.service_locator.VdGUnZl' shared service.
  13435.      *
  13436.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13437.      */
  13438.     protected function get_ServiceLocator_VdGUnZlService()
  13439.     {
  13440.         return $this->privates['.service_locator.VdGUnZl'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13441.             'ipService' => ['privates''Aqarmap\\Bundle\\UserBundle\\Services\\UserIpInfoService''getUserIpInfoServiceService'false],
  13442.         ], [
  13443.             'ipService' => 'Aqarmap\\Bundle\\UserBundle\\Services\\UserIpInfoService',
  13444.         ]);
  13445.     }
  13446.     /**
  13447.      * Gets the private '.service_locator.Vhx2..N' shared service.
  13448.      *
  13449.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13450.      */
  13451.     protected function get_ServiceLocator_Vhx2__NService()
  13452.     {
  13453.         return $this->privates['.service_locator.Vhx2..N'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13454.             '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.'],
  13455.         ], [
  13456.             'service' => 'Aqarmap\\Bundle\\PaymentBundle\\Entity\\PaymentTransactionService',
  13457.         ]);
  13458.     }
  13459.     /**
  13460.      * Gets the private '.service_locator.WGCFqJh' shared service.
  13461.      *
  13462.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13463.      */
  13464.     protected function get_ServiceLocator_WGCFqJhService()
  13465.     {
  13466.         return $this->privates['.service_locator.WGCFqJh'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13467.             'authClient' => ['privates''.debug.auth.client''get_Debug_Auth_ClientService'false],
  13468.             'authServer' => ['privates''App\\Service\\Security\\AuthServer''getAuthServerService'false],
  13469.             'userRepository' => ['privates''Aqarmap\\Bundle\\UserBundle\\Repository\\UserRepository''getUserRepositoryService'false],
  13470.         ], [
  13471.             'authClient' => '?',
  13472.             'authServer' => 'App\\Service\\Security\\AuthServer',
  13473.             'userRepository' => 'Aqarmap\\Bundle\\UserBundle\\Repository\\UserRepository',
  13474.         ]);
  13475.     }
  13476.     /**
  13477.      * Gets the private '.service_locator.WYrnE_I' shared service.
  13478.      *
  13479.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13480.      */
  13481.     protected function get_ServiceLocator_WYrnEIService()
  13482.     {
  13483.         return $this->privates['.service_locator.WYrnE_I'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13484.             '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.'],
  13485.         ], [
  13486.             'entity' => 'Aqarmap\\Bundle\\UserBundle\\Entity\\UserInterest',
  13487.         ]);
  13488.     }
  13489.     /**
  13490.      * Gets the private '.service_locator.WnC0PS9' shared service.
  13491.      *
  13492.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13493.      */
  13494.     protected function get_ServiceLocator_WnC0PS9Service()
  13495.     {
  13496.         return $this->privates['.service_locator.WnC0PS9'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13497.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  13498.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  13499.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  13500.             'message_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  13501.             'messenger.default_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  13502.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  13503.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  13504.             'router' => ['services''router''getRouterService'false],
  13505.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  13506.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  13507.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  13508.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  13509.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  13510.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  13511.         ], [
  13512.             'doctrine' => '?',
  13513.             'form.factory' => '?',
  13514.             'http_kernel' => '?',
  13515.             'message_bus' => '?',
  13516.             'messenger.default_bus' => '?',
  13517.             'parameter_bag' => '?',
  13518.             'request_stack' => '?',
  13519.             'router' => '?',
  13520.             'security.authorization_checker' => '?',
  13521.             'security.csrf.token_manager' => '?',
  13522.             'security.token_storage' => '?',
  13523.             'serializer' => '?',
  13524.             'session' => '.session.deprecated',
  13525.             'twig' => '?',
  13526.         ]);
  13527.     }
  13528.     /**
  13529.      * Gets the private '.service_locator.XD1u.VJ' shared service.
  13530.      *
  13531.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13532.      */
  13533.     protected function get_ServiceLocator_XD1u_VJService()
  13534.     {
  13535.         return $this->privates['.service_locator.XD1u.VJ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13536.             '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.'],
  13537.         ], [
  13538.             'rule' => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\Rule',
  13539.         ]);
  13540.     }
  13541.     /**
  13542.      * Gets the private '.service_locator.X_4f3Bt' shared service.
  13543.      *
  13544.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13545.      */
  13546.     protected function get_ServiceLocator_X4f3BtService()
  13547.     {
  13548.         return $this->privates['.service_locator.X_4f3Bt'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13549.             '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.'],
  13550.             'leadService' => ['privates''App\\Service\\Lead\\LeadService''getLeadServiceService'false],
  13551.         ], [
  13552.             'lead' => 'App\\Entity\\Lead\\Lead',
  13553.             'leadService' => 'App\\Service\\Lead\\LeadService',
  13554.         ]);
  13555.     }
  13556.     /**
  13557.      * Gets the private '.service_locator.Xc.PcLF' shared service.
  13558.      *
  13559.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13560.      */
  13561.     protected function get_ServiceLocator_Xc_PcLFService()
  13562.     {
  13563.         return $this->privates['.service_locator.Xc.PcLF'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13564.             '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.'],
  13565.         ], [
  13566.             'defaultTopCustomer' => 'Aqarmap\\Bundle\\MainBundle\\Entity\\DefaultTopCustomers',
  13567.         ]);
  13568.     }
  13569.     /**
  13570.      * Gets the private '.service_locator.YY9cfkh' shared service.
  13571.      *
  13572.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13573.      */
  13574.     protected function get_ServiceLocator_YY9cfkhService()
  13575.     {
  13576.         return $this->privates['.service_locator.YY9cfkh'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13577.             'messageBus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  13578.         ], [
  13579.             'messageBus' => '?',
  13580.         ]);
  13581.     }
  13582.     /**
  13583.      * Gets the private '.service_locator.YfO3EUD' shared service.
  13584.      *
  13585.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13586.      */
  13587.     protected function get_ServiceLocator_YfO3EUDService()
  13588.     {
  13589.         return $this->privates['.service_locator.YfO3EUD'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13590.             'userRepository' => ['privates''Aqarmap\\Bundle\\UserBundle\\Repository\\UserRepository''getUserRepositoryService'false],
  13591.             'userServicesRepository' => ['privates''Aqarmap\\Bundle\\UserBundle\\Repository\\UserServicesRepository''getUserServicesRepositoryService'false],
  13592.         ], [
  13593.             'userRepository' => 'Aqarmap\\Bundle\\UserBundle\\Repository\\UserRepository',
  13594.             'userServicesRepository' => 'Aqarmap\\Bundle\\UserBundle\\Repository\\UserServicesRepository',
  13595.         ]);
  13596.     }
  13597.     /**
  13598.      * Gets the private '.service_locator.ZbqxYyN' shared service.
  13599.      *
  13600.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13601.      */
  13602.     protected function get_ServiceLocator_ZbqxYyNService()
  13603.     {
  13604.         return $this->privates['.service_locator.ZbqxYyN'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13605.             '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.'],
  13606.         ], [
  13607.             'notifier' => 'Aqarmap\\Bundle\\NotifierBundle\\Entity\\Notifier',
  13608.         ]);
  13609.     }
  13610.     /**
  13611.      * Gets the private '.service_locator.ZxYD5ys' shared service.
  13612.      *
  13613.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13614.      */
  13615.     protected function get_ServiceLocator_ZxYD5ysService()
  13616.     {
  13617.         return $this->privates['.service_locator.ZxYD5ys'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13618.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  13619.             'listingRepository' => ['services''Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingRepository''getListingRepositoryService'false],
  13620.         ], [
  13621.             'em' => '?',
  13622.             'listingRepository' => 'Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingRepository',
  13623.         ]);
  13624.     }
  13625.     /**
  13626.      * Gets the private '.service_locator._MMsLYK' shared service.
  13627.      *
  13628.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13629.      */
  13630.     protected function get_ServiceLocator_MMsLYKService()
  13631.     {
  13632.         return $this->privates['.service_locator._MMsLYK'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13633.             'leadGenerationByIpLimiter' => ['privates''limiter.lead_generation_by_ip''getLimiter_LeadGenerationByIpService'false],
  13634.             'leadService' => ['privates''App\\Service\\Lead\\LeadService''getLeadServiceService'false],
  13635.             '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.'],
  13636.         ], [
  13637.             'leadGenerationByIpLimiter' => '?',
  13638.             'leadService' => 'App\\Service\\Lead\\LeadService',
  13639.             'listing' => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing',
  13640.         ]);
  13641.     }
  13642.     /**
  13643.      * Gets the private '.service_locator._NHYBXU' shared service.
  13644.      *
  13645.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13646.      */
  13647.     protected function get_ServiceLocator_NHYBXUService()
  13648.     {
  13649.         return $this->privates['.service_locator._NHYBXU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13650.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  13651.             'subAccountService' => ['privates''App\\Service\\User\\SubAccountService''getSubAccountServiceService'false],
  13652.         ], [
  13653.             'entityManager' => '?',
  13654.             'subAccountService' => 'App\\Service\\User\\SubAccountService',
  13655.         ]);
  13656.     }
  13657.     /**
  13658.      * Gets the private '.service_locator._Qw4DJe' shared service.
  13659.      *
  13660.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13661.      */
  13662.     protected function get_ServiceLocator_Qw4DJeService()
  13663.     {
  13664.         return $this->privates['.service_locator._Qw4DJe'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13665.             '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.'],
  13666.             '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.'],
  13667.         ], [
  13668.             'listing' => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing',
  13669.             'user' => 'Aqarmap\\Bundle\\UserBundle\\Entity\\User',
  13670.         ]);
  13671.     }
  13672.     /**
  13673.      * Gets the private '.service_locator._qdZb2L' shared service.
  13674.      *
  13675.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13676.      */
  13677.     protected function get_ServiceLocator_QdZb2LService()
  13678.     {
  13679.         return $this->privates['.service_locator._qdZb2L'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13680.             'leadService' => ['privates''App\\Service\\Lead\\LeadService''getLeadServiceService'false],
  13681.             'userRepository' => ['privates''Aqarmap\\Bundle\\UserBundle\\Repository\\UserRepository''getUserRepositoryService'false],
  13682.         ], [
  13683.             'leadService' => 'App\\Service\\Lead\\LeadService',
  13684.             'userRepository' => 'Aqarmap\\Bundle\\UserBundle\\Repository\\UserRepository',
  13685.         ]);
  13686.     }
  13687.     /**
  13688.      * Gets the private '.service_locator.aHpfFzr' shared service.
  13689.      *
  13690.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13691.      */
  13692.     protected function get_ServiceLocator_AHpfFzrService()
  13693.     {
  13694.         return $this->privates['.service_locator.aHpfFzr'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13695.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  13696.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  13697.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  13698.             'message_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  13699.             'messenger.default_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  13700.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  13701.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  13702.             'router' => ['services''router''getRouterService'false],
  13703.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  13704.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  13705.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  13706.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  13707.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  13708.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  13709.         ], [
  13710.             'doctrine' => '?',
  13711.             'form.factory' => '?',
  13712.             'http_kernel' => '?',
  13713.             'message_bus' => '?',
  13714.             'messenger.default_bus' => '?',
  13715.             'parameter_bag' => '?',
  13716.             'request_stack' => '?',
  13717.             'router' => '?',
  13718.             'security.authorization_checker' => '?',
  13719.             'security.csrf.token_manager' => '?',
  13720.             'security.token_storage' => '?',
  13721.             'serializer' => '?',
  13722.             'session' => '.session.deprecated',
  13723.             'twig' => '?',
  13724.         ]);
  13725.     }
  13726.     /**
  13727.      * Gets the private '.service_locator.at6qQDg' shared service.
  13728.      *
  13729.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13730.      */
  13731.     protected function get_ServiceLocator_At6qQDgService()
  13732.     {
  13733.         return $this->privates['.service_locator.at6qQDg'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13734.             'listingRepository' => ['services''Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingRepository''getListingRepositoryService'false],
  13735.         ], [
  13736.             'listingRepository' => 'Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingRepository',
  13737.         ]);
  13738.     }
  13739.     /**
  13740.      * Gets the private '.service_locator.atd8Wi6' shared service.
  13741.      *
  13742.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13743.      */
  13744.     protected function get_ServiceLocator_Atd8Wi6Service()
  13745.     {
  13746.         return $this->privates['.service_locator.atd8Wi6'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13747.             '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.'],
  13748.             'listingManager' => ['services''Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager''getListingManagerService'false],
  13749.             'listingRepository' => ['services''Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingRepository''getListingRepositoryService'false],
  13750.         ], [
  13751.             'listing' => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing',
  13752.             'listingManager' => 'Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager',
  13753.             'listingRepository' => 'Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingRepository',
  13754.         ]);
  13755.     }
  13756.     /**
  13757.      * Gets the private '.service_locator.b8UDMyj' shared service.
  13758.      *
  13759.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13760.      */
  13761.     protected function get_ServiceLocator_B8UDMyjService()
  13762.     {
  13763.         return $this->privates['.service_locator.b8UDMyj'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13764.             'menuRepository' => ['privates''Aqarmap\\Bundle\\MainBundle\\Repository\\MenuRepository''getMenuRepositoryService'false],
  13765.         ], [
  13766.             'menuRepository' => 'Aqarmap\\Bundle\\MainBundle\\Repository\\MenuRepository',
  13767.         ]);
  13768.     }
  13769.     /**
  13770.      * Gets the private '.service_locator.bsxjBL4' shared service.
  13771.      *
  13772.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13773.      */
  13774.     protected function get_ServiceLocator_BsxjBL4Service()
  13775.     {
  13776.         return $this->privates['.service_locator.bsxjBL4'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13777.             'locationRepo' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\LocationRepository''getLocationRepositoryService'false],
  13778.             'propertyTypeRepo' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\PropertyTypeRepository''getPropertyTypeRepositoryService'false],
  13779.             'sectionRepo' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\SectionRepository''getSectionRepositoryService'false],
  13780.         ], [
  13781.             'locationRepo' => 'Aqarmap\\Bundle\\ListingBundle\\Repository\\LocationRepository',
  13782.             'propertyTypeRepo' => 'Aqarmap\\Bundle\\ListingBundle\\Repository\\PropertyTypeRepository',
  13783.             'sectionRepo' => 'Aqarmap\\Bundle\\ListingBundle\\Repository\\SectionRepository',
  13784.         ]);
  13785.     }
  13786.     /**
  13787.      * Gets the private '.service_locator.d4MWP.x' shared service.
  13788.      *
  13789.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13790.      */
  13791.     protected function get_ServiceLocator_D4MWP_XService()
  13792.     {
  13793.         return $this->privates['.service_locator.d4MWP.x'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13794.             'locationRepository' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\LocationRepository''getLocationRepositoryService'false],
  13795.             'locationsInsightsClient' => ['privates''.debug.locations_insights.client''get_Debug_LocationsInsights_ClientService'false],
  13796.         ], [
  13797.             'locationRepository' => 'Aqarmap\\Bundle\\ListingBundle\\Repository\\LocationRepository',
  13798.             'locationsInsightsClient' => '?',
  13799.         ]);
  13800.     }
  13801.     /**
  13802.      * Gets the private '.service_locator.dHHQDtH' shared service.
  13803.      *
  13804.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13805.      */
  13806.     protected function get_ServiceLocator_DHHQDtHService()
  13807.     {
  13808.         return $this->privates['.service_locator.dHHQDtH'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13809.             'viewhandler' => ['services''fos_rest.view_handler''getFosRest_ViewHandlerService'false],
  13810.         ], [
  13811.             'viewhandler' => '?',
  13812.         ]);
  13813.     }
  13814.     /**
  13815.      * Gets the private '.service_locator.dTKcOT2' shared service.
  13816.      *
  13817.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13818.      */
  13819.     protected function get_ServiceLocator_DTKcOT2Service()
  13820.     {
  13821.         return $this->privates['.service_locator.dTKcOT2'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13822.             'paginator' => ['services''knp_paginator''getKnpPaginatorService'false],
  13823.             'userCardRepository' => ['privates''App\\Repository\\User\\UserCardRepository''getUserCardRepositoryService'false],
  13824.         ], [
  13825.             'paginator' => '?',
  13826.             'userCardRepository' => 'App\\Repository\\User\\UserCardRepository',
  13827.         ]);
  13828.     }
  13829.     /**
  13830.      * Gets the private '.service_locator.dxyzow6' shared service.
  13831.      *
  13832.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13833.      */
  13834.     protected function get_ServiceLocator_Dxyzow6Service()
  13835.     {
  13836.         return $this->privates['.service_locator.dxyzow6'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13837.             'cardIntegrationService' => ['privates''App\\Service\\User\\CardIntegrationService''getCardIntegrationServiceService'false],
  13838.             'paymentManager' => ['privates''Aqarmap\\Bundle\\PaymentBundle\\Service\\PaymentManager''getPaymentManagerService'false],
  13839.             'subscriptionManager' => ['privates''App\\Service\\User\\SubscriptionManager''getSubscriptionManagerService'false],
  13840.             'subscriptionPlanRepository' => ['privates''App\\Repository\\Subscriptions\\SubscriptionPlanRepository''getSubscriptionPlanRepositoryService'false],
  13841.             'userCardRepository' => ['privates''App\\Repository\\User\\UserCardRepository''getUserCardRepositoryService'false],
  13842.         ], [
  13843.             'cardIntegrationService' => 'App\\Service\\User\\CardIntegrationService',
  13844.             'paymentManager' => 'Aqarmap\\Bundle\\PaymentBundle\\Service\\PaymentManager',
  13845.             'subscriptionManager' => 'App\\Service\\User\\SubscriptionManager',
  13846.             'subscriptionPlanRepository' => 'App\\Repository\\Subscriptions\\SubscriptionPlanRepository',
  13847.             'userCardRepository' => 'App\\Repository\\User\\UserCardRepository',
  13848.         ]);
  13849.     }
  13850.     /**
  13851.      * Gets the private '.service_locator.e.ek1_q' shared service.
  13852.      *
  13853.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13854.      */
  13855.     protected function get_ServiceLocator_E_Ek1QService()
  13856.     {
  13857.         return $this->privates['.service_locator.e.ek1_q'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13858.             '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.'],
  13859.         ], [
  13860.             'phone' => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\Phone',
  13861.         ]);
  13862.     }
  13863.     /**
  13864.      * Gets the private '.service_locator.eIcC2Rx' shared service.
  13865.      *
  13866.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13867.      */
  13868.     protected function get_ServiceLocator_EIcC2RxService()
  13869.     {
  13870.         return $this->privates['.service_locator.eIcC2Rx'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13871.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  13872.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  13873.             'fos_rest.view_handler' => ['services''fos_rest.view_handler''getFosRest_ViewHandlerService'false],
  13874.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  13875.             'message_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  13876.             'messenger.default_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  13877.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  13878.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  13879.             'router' => ['services''router''getRouterService'false],
  13880.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  13881.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  13882.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  13883.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  13884.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  13885.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  13886.         ], [
  13887.             'doctrine' => '?',
  13888.             'form.factory' => '?',
  13889.             'fos_rest.view_handler' => '?',
  13890.             'http_kernel' => '?',
  13891.             'message_bus' => '?',
  13892.             'messenger.default_bus' => '?',
  13893.             'parameter_bag' => '?',
  13894.             'request_stack' => '?',
  13895.             'router' => '?',
  13896.             'security.authorization_checker' => '?',
  13897.             'security.csrf.token_manager' => '?',
  13898.             'security.token_storage' => '?',
  13899.             'serializer' => '?',
  13900.             'session' => '.session.deprecated',
  13901.             'twig' => '?',
  13902.         ]);
  13903.     }
  13904.     /**
  13905.      * Gets the private '.service_locator.eUnxEfJ' shared service.
  13906.      *
  13907.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13908.      */
  13909.     protected function get_ServiceLocator_EUnxEfJService()
  13910.     {
  13911.         return $this->privates['.service_locator.eUnxEfJ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13912.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  13913.             'listingRepo' => ['services''Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingRepository''getListingRepositoryService'false],
  13914.             'userRepo' => ['privates''Aqarmap\\Bundle\\UserBundle\\Repository\\UserRepository''getUserRepositoryService'false],
  13915.         ], [
  13916.             'em' => '?',
  13917.             'listingRepo' => 'Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingRepository',
  13918.             'userRepo' => 'Aqarmap\\Bundle\\UserBundle\\Repository\\UserRepository',
  13919.         ]);
  13920.     }
  13921.     /**
  13922.      * Gets the private '.service_locator.elP0OCB' shared service.
  13923.      *
  13924.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13925.      */
  13926.     protected function get_ServiceLocator_ElP0OCBService()
  13927.     {
  13928.         return $this->privates['.service_locator.elP0OCB'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13929.             '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.'],
  13930.             'topSellerRetrievalService' => ['privates''Aqarmap\\Bundle\\TopSellerBundle\\Service\\TopSellerRetrievalService''getTopSellerRetrievalServiceService'false],
  13931.         ], [
  13932.             'listing' => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing',
  13933.             'topSellerRetrievalService' => 'Aqarmap\\Bundle\\TopSellerBundle\\Service\\TopSellerRetrievalService',
  13934.         ]);
  13935.     }
  13936.     /**
  13937.      * Gets the private '.service_locator.faK6yZI' shared service.
  13938.      *
  13939.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13940.      */
  13941.     protected function get_ServiceLocator_FaK6yZIService()
  13942.     {
  13943.         return $this->privates['.service_locator.faK6yZI'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13944.             '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.'],
  13945.         ], [
  13946.             'featureToggle' => 'Aqarmap\\Bundle\\FeatureToggleBundle\\Entity\\FeatureToggle',
  13947.         ]);
  13948.     }
  13949.     /**
  13950.      * Gets the private '.service_locator.gCd.NgZ' shared service.
  13951.      *
  13952.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13953.      */
  13954.     protected function get_ServiceLocator_GCd_NgZService()
  13955.     {
  13956.         return $this->privates['.service_locator.gCd.NgZ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13957.             'listingManager' => ['services''Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager''getListingManagerService'false],
  13958.             'propertyTypeRepository' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\PropertyTypeRepository''getPropertyTypeRepositoryService'false],
  13959.         ], [
  13960.             'listingManager' => 'Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager',
  13961.             'propertyTypeRepository' => 'Aqarmap\\Bundle\\ListingBundle\\Repository\\PropertyTypeRepository',
  13962.         ]);
  13963.     }
  13964.     /**
  13965.      * Gets the private '.service_locator.gLZfSFb' shared service.
  13966.      *
  13967.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13968.      */
  13969.     protected function get_ServiceLocator_GLZfSFbService()
  13970.     {
  13971.         return $this->privates['.service_locator.gLZfSFb'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13972.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  13973.             'leadRepository' => ['privates''App\\Repository\\Lead\\LeadRepository''getLeadRepository2Service'false],
  13974.         ], [
  13975.             'entityManager' => '?',
  13976.             'leadRepository' => 'App\\Repository\\Lead\\LeadRepository',
  13977.         ]);
  13978.     }
  13979.     /**
  13980.      * Gets the private '.service_locator.gWBS00N' shared service.
  13981.      *
  13982.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13983.      */
  13984.     protected function get_ServiceLocator_GWBS00NService()
  13985.     {
  13986.         return $this->privates['.service_locator.gWBS00N'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13987.             '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.'],
  13988.             '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.'],
  13989.         ], [
  13990.             'userEntity' => 'Aqarmap\\Bundle\\UserBundle\\Entity\\User',
  13991.             'userPackage' => 'Aqarmap\\Bundle\\UserBundle\\Entity\\UserPackages',
  13992.         ]);
  13993.     }
  13994.     /**
  13995.      * Gets the private '.service_locator.gkdKNNQ' shared service.
  13996.      *
  13997.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13998.      */
  13999.     protected function get_ServiceLocator_GkdKNNQService()
  14000.     {
  14001.         return $this->privates['.service_locator.gkdKNNQ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14002.             'leadRepository' => ['privates''App\\Repository\\Lead\\LeadRepository''getLeadRepository2Service'false],
  14003.             'leadService' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Service\\LeadService''getLeadService2Service'false],
  14004.             'subAccountService' => ['privates''App\\Service\\User\\SubAccountService''getSubAccountServiceService'false],
  14005.         ], [
  14006.             'leadRepository' => 'App\\Repository\\Lead\\LeadRepository',
  14007.             'leadService' => 'Aqarmap\\Bundle\\ListingBundle\\Service\\LeadService',
  14008.             'subAccountService' => 'App\\Service\\User\\SubAccountService',
  14009.         ]);
  14010.     }
  14011.     /**
  14012.      * Gets the private '.service_locator.gy5S5Qw' shared service.
  14013.      *
  14014.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14015.      */
  14016.     protected function get_ServiceLocator_Gy5S5QwService()
  14017.     {
  14018.         return $this->privates['.service_locator.gy5S5Qw'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14019.             'failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  14020.             'failed_mailer' => ['privates''messenger.transport.failed_mailer''getMessenger_Transport_FailedMailerService'false],
  14021.         ], [
  14022.             'failed' => '?',
  14023.             'failed_mailer' => '?',
  14024.         ]);
  14025.     }
  14026.     /**
  14027.      * Gets the private '.service_locator.hiEbQuj' shared service.
  14028.      *
  14029.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14030.      */
  14031.     protected function get_ServiceLocator_HiEbQujService()
  14032.     {
  14033.         return $this->privates['.service_locator.hiEbQuj'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14034.             '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.'],
  14035.         ], [
  14036.             'team' => 'Aqarmap\\Bundle\\UserBundle\\Entity\\Team',
  14037.         ]);
  14038.     }
  14039.     /**
  14040.      * Gets the private '.service_locator.hwXYXrz' shared service.
  14041.      *
  14042.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14043.      */
  14044.     protected function get_ServiceLocator_HwXYXrzService()
  14045.     {
  14046.         return $this->privates['.service_locator.hwXYXrz'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14047.             '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.'],
  14048.         ], [
  14049.             'payment' => 'Aqarmap\\Bundle\\PaymentBundle\\Entity\\Payment',
  14050.         ]);
  14051.     }
  14052.     /**
  14053.      * Gets the private '.service_locator.i94Unr0' shared service.
  14054.      *
  14055.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14056.      */
  14057.     protected function get_ServiceLocator_I94Unr0Service()
  14058.     {
  14059.         return $this->privates['.service_locator.i94Unr0'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14060.             '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.'],
  14061.         ], [
  14062.             'location' => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\Location',
  14063.         ]);
  14064.     }
  14065.     /**
  14066.      * Gets the private '.service_locator.iI93pWi' shared service.
  14067.      *
  14068.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14069.      */
  14070.     protected function get_ServiceLocator_II93pWiService()
  14071.     {
  14072.         return $this->privates['.service_locator.iI93pWi'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14073.             '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.'],
  14074.             'locationManager' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Service\\LocationManager''getLocationManagerService'false],
  14075.         ], [
  14076.             'location' => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\Location',
  14077.             'locationManager' => 'Aqarmap\\Bundle\\ListingBundle\\Service\\LocationManager',
  14078.         ]);
  14079.     }
  14080.     /**
  14081.      * Gets the private '.service_locator.iuFqMPC' shared service.
  14082.      *
  14083.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14084.      */
  14085.     protected function get_ServiceLocator_IuFqMPCService()
  14086.     {
  14087.         return $this->privates['.service_locator.iuFqMPC'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14088.             '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.'],
  14089.         ], [
  14090.             'entity' => 'Aqarmap\\Bundle\\MainBundle\\Entity\\Feedback',
  14091.         ]);
  14092.     }
  14093.     /**
  14094.      * Gets the private '.service_locator.ixUkIS.' shared service.
  14095.      *
  14096.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14097.      */
  14098.     protected function get_ServiceLocator_IxUkIS_Service()
  14099.     {
  14100.         return $this->privates['.service_locator.ixUkIS.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14101.             '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.'],
  14102.         ], [
  14103.             'photo' => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\ListingPhoto',
  14104.         ]);
  14105.     }
  14106.     /**
  14107.      * Gets the private '.service_locator.j1R4m5C' shared service.
  14108.      *
  14109.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14110.      */
  14111.     protected function get_ServiceLocator_J1R4m5CService()
  14112.     {
  14113.         return $this->privates['.service_locator.j1R4m5C'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14114.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  14115.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  14116.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  14117.             'message_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  14118.             'messenger.default_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  14119.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  14120.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  14121.             'router' => ['services''router''getRouterService'false],
  14122.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  14123.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  14124.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  14125.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  14126.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  14127.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  14128.         ], [
  14129.             'doctrine' => '?',
  14130.             'form.factory' => '?',
  14131.             'http_kernel' => '?',
  14132.             'message_bus' => '?',
  14133.             'messenger.default_bus' => '?',
  14134.             'parameter_bag' => '?',
  14135.             'request_stack' => '?',
  14136.             'router' => '?',
  14137.             'security.authorization_checker' => '?',
  14138.             'security.csrf.token_manager' => '?',
  14139.             'security.token_storage' => '?',
  14140.             'serializer' => '?',
  14141.             'session' => '.session.deprecated',
  14142.             'twig' => '?',
  14143.         ]);
  14144.     }
  14145.     /**
  14146.      * Gets the private '.service_locator.jCd05L.' shared service.
  14147.      *
  14148.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14149.      */
  14150.     protected function get_ServiceLocator_JCd05L_Service()
  14151.     {
  14152.         return $this->privates['.service_locator.jCd05L.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14153.             'announcement' => ['privates''Aqarmap\\Bundle\\AnnouncementBundle\\Entity\\Announcement''getAnnouncementService'false],
  14154.         ], [
  14155.             'announcement' => 'Aqarmap\\Bundle\\AnnouncementBundle\\Entity\\Announcement',
  14156.         ]);
  14157.     }
  14158.     /**
  14159.      * Gets the private '.service_locator.ja3Wfc0' shared service.
  14160.      *
  14161.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14162.      */
  14163.     protected function get_ServiceLocator_Ja3Wfc0Service()
  14164.     {
  14165.         return $this->privates['.service_locator.ja3Wfc0'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14166.             'userInfoService' => ['privates''Aqarmap\\Bundle\\UserBundle\\Services\\UserIpInfoService''getUserIpInfoServiceService'false],
  14167.         ], [
  14168.             'userInfoService' => '?',
  14169.         ]);
  14170.     }
  14171.     /**
  14172.      * Gets the private '.service_locator.jnEgZVj' shared service.
  14173.      *
  14174.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14175.      */
  14176.     protected function get_ServiceLocator_JnEgZVjService()
  14177.     {
  14178.         return $this->privates['.service_locator.jnEgZVj'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14179.             '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.'],
  14180.             '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.'],
  14181.             '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.'],
  14182.         ], [
  14183.             'propertyType' => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\PropertyType',
  14184.             'section' => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\Section',
  14185.             'sourceListing' => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing',
  14186.         ]);
  14187.     }
  14188.     /**
  14189.      * Gets the private '.service_locator.kLKFYzd' shared service.
  14190.      *
  14191.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14192.      */
  14193.     protected function get_ServiceLocator_KLKFYzdService()
  14194.     {
  14195.         return $this->privates['.service_locator.kLKFYzd'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14196.             '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.'],
  14197.         ], [
  14198.             'link' => 'Aqarmap\\Bundle\\MainBundle\\Entity\\Link',
  14199.         ]);
  14200.     }
  14201.     /**
  14202.      * Gets the private '.service_locator.kQ3e.Yt' shared service.
  14203.      *
  14204.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14205.      */
  14206.     protected function get_ServiceLocator_KQ3e_YtService()
  14207.     {
  14208.         return $this->privates['.service_locator.kQ3e.Yt'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14209.             'dm' => ['services''doctrine_mongodb.odm.default_document_manager''getDoctrineMongodb_Odm_DefaultDocumentManagerService'false],
  14210.         ], [
  14211.             'dm' => '?',
  14212.         ]);
  14213.     }
  14214.     /**
  14215.      * Gets the private '.service_locator.kyyH9Zf' shared service.
  14216.      *
  14217.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14218.      */
  14219.     protected function get_ServiceLocator_KyyH9ZfService()
  14220.     {
  14221.         return $this->privates['.service_locator.kyyH9Zf'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14222.             'listingManager' => ['services''Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager''getListingManagerService'false],
  14223.             'listingPhotoRepository' => ['services''Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingPhotoRepository''getListingPhotoRepositoryService'false],
  14224.         ], [
  14225.             'listingManager' => 'Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager',
  14226.             'listingPhotoRepository' => 'Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingPhotoRepository',
  14227.         ]);
  14228.     }
  14229.     /**
  14230.      * Gets the private '.service_locator.l2QwsaZ' shared service.
  14231.      *
  14232.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14233.      */
  14234.     protected function get_ServiceLocator_L2QwsaZService()
  14235.     {
  14236.         return $this->privates['.service_locator.l2QwsaZ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14237.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  14238.         ], [
  14239.             'entityManager' => '?',
  14240.         ]);
  14241.     }
  14242.     /**
  14243.      * Gets the private '.service_locator.l8gbRtF' shared service.
  14244.      *
  14245.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14246.      */
  14247.     protected function get_ServiceLocator_L8gbRtFService()
  14248.     {
  14249.         return $this->privates['.service_locator.l8gbRtF'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14250.             'databaseNotification' => ['privates''Aqarmap\\Bundle\\NotificationBundle\\DatabaseNotification''getDatabaseNotificationService'false],
  14251.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  14252.         ], [
  14253.             'databaseNotification' => 'Aqarmap\\Bundle\\NotificationBundle\\DatabaseNotification',
  14254.             'logger' => '?',
  14255.         ]);
  14256.     }
  14257.     /**
  14258.      * Gets the private '.service_locator.lZdneNX' shared service.
  14259.      *
  14260.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14261.      */
  14262.     protected function get_ServiceLocator_LZdneNXService()
  14263.     {
  14264.         return $this->privates['.service_locator.lZdneNX'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14265.             '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.'],
  14266.         ], [
  14267.             'dynamicQuestionChoice' => 'Aqarmap\\Bundle\\CustomerProfilingBundle\\Entity\\DynamicQuestionChoice',
  14268.         ]);
  14269.     }
  14270.     /**
  14271.      * Gets the private '.service_locator.lsi4tRL' shared service.
  14272.      *
  14273.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14274.      */
  14275.     protected function get_ServiceLocator_Lsi4tRLService()
  14276.     {
  14277.         return $this->privates['.service_locator.lsi4tRL'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14278.             'company' => ['privates''Aqarmap\\Bundle\\CRMBundle\\Entity\\Company''getCompanyService'false],
  14279.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  14280.             'fosUserManager' => ['services''fos_user.user_manager''getFosUser_UserManagerService'false],
  14281.             'userManager' => ['privates''Aqarmap\\Bundle\\UserBundle\\Services\\UserManager''getUserManagerService'false],
  14282.         ], [
  14283.             'company' => 'Aqarmap\\Bundle\\CRMBundle\\Entity\\Company',
  14284.             'entityManager' => '?',
  14285.             'fosUserManager' => '?',
  14286.             'userManager' => 'Aqarmap\\Bundle\\UserBundle\\Services\\UserManager',
  14287.         ]);
  14288.     }
  14289.     /**
  14290.      * Gets the private '.service_locator.mB9R.17' shared service.
  14291.      *
  14292.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14293.      */
  14294.     protected function get_ServiceLocator_MB9R_17Service()
  14295.     {
  14296.         return $this->privates['.service_locator.mB9R.17'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14297.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  14298.             'ipInfoService' => ['privates''Aqarmap\\Bundle\\UserBundle\\Services\\UserIpInfoService''getUserIpInfoServiceService'false],
  14299.         ], [
  14300.             'em' => '?',
  14301.             'ipInfoService' => '?',
  14302.         ]);
  14303.     }
  14304.     /**
  14305.      * Gets the private '.service_locator.mF_FbkU' shared service.
  14306.      *
  14307.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14308.      */
  14309.     protected function get_ServiceLocator_MFFbkUService()
  14310.     {
  14311.         return $this->privates['.service_locator.mF_FbkU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14312.             'customParagraphRepository' => ['privates''Aqarmap\\Bundle\\MainBundle\\Repository\\CustomParagraphRepository''getCustomParagraphRepositoryService'false],
  14313.             '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.'],
  14314.             '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.'],
  14315.             '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.'],
  14316.             'seoListingSearchService' => ['privates''Aqarmap\\Bundle\\SearchBundle\\Services\\SEOListingSearchService''getSEOListingSearchServiceService'false],
  14317.         ], [
  14318.             'customParagraphRepository' => 'Aqarmap\\Bundle\\MainBundle\\Repository\\CustomParagraphRepository',
  14319.             'location' => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\Location',
  14320.             'propertyType' => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\PropertyType',
  14321.             'section' => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\Section',
  14322.             'seoListingSearchService' => 'Aqarmap\\Bundle\\SearchBundle\\Services\\SEOListingSearchService',
  14323.         ]);
  14324.     }
  14325.     /**
  14326.      * Gets the private '.service_locator.mToiP.Q' shared service.
  14327.      *
  14328.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14329.      */
  14330.     protected function get_ServiceLocator_MToiP_QService()
  14331.     {
  14332.         return $this->privates['.service_locator.mToiP.Q'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14333.             'featureToggleManager' => ['services''Aqarmap\\Bundle\\FeatureToggleBundle\\Service\\FeatureToggleManager''getFeatureToggleManagerService'false],
  14334.             '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.'],
  14335.             'listingService' => ['privates''App\\Service\\Listing\\ListingService''getListingServiceService'false],
  14336.         ], [
  14337.             'featureToggleManager' => 'Aqarmap\\Bundle\\FeatureToggleBundle\\Service\\FeatureToggleManager',
  14338.             'listing' => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing',
  14339.             'listingService' => 'App\\Service\\Listing\\ListingService',
  14340.         ]);
  14341.     }
  14342.     /**
  14343.      * Gets the private '.service_locator.n07hh1c' shared service.
  14344.      *
  14345.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14346.      */
  14347.     protected function get_ServiceLocator_N07hh1cService()
  14348.     {
  14349.         return $this->privates['.service_locator.n07hh1c'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14350.             '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.'],
  14351.         ], [
  14352.             'setting' => 'Aqarmap\\Bundle\\MainBundle\\Entity\\Setting',
  14353.         ]);
  14354.     }
  14355.     /**
  14356.      * Gets the private '.service_locator.nubiGXU' shared service.
  14357.      *
  14358.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14359.      */
  14360.     protected function get_ServiceLocator_NubiGXUService()
  14361.     {
  14362.         return $this->privates['.service_locator.nubiGXU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14363.             'App\\Controller\\API\\Banners\\BannersController::getAll' => ['privates''.service_locator.EKpMssS''get_ServiceLocator_EKpMssSService'false],
  14364.             'App\\Controller\\API\\Banners\\BannersController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14365.             'App\\Controller\\API\\Lead\\LeadController::add' => ['privates''.service_locator._MMsLYK''get_ServiceLocator_MMsLYKService'false],
  14366.             'App\\Controller\\API\\Lead\\LeadController::addBulkLeads' => ['privates''.service_locator.v1GQ0lT''get_ServiceLocator_V1GQ0lTService'false],
  14367.             'App\\Controller\\API\\Lead\\LeadController::addLeadNote' => ['privates''.service_locator.X_4f3Bt''get_ServiceLocator_X4f3BtService'false],
  14368.             'App\\Controller\\API\\Lead\\LeadController::addTopSeller' => ['privates''.service_locator.shNG6D3''get_ServiceLocator_ShNG6D3Service'false],
  14369.             'App\\Controller\\API\\Lead\\LeadController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14370.             'App\\Controller\\API\\Listing\\ListingController::deletePhotos' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14371.             'App\\Controller\\API\\Listing\\ListingController::finalizeListing' => ['privates''.service_locator.NEJIEts''get_ServiceLocator_NEJIEtsService'false],
  14372.             'App\\Controller\\API\\Listing\\ListingController::getCustomField' => ['privates''.service_locator.3fgTr8u''get_ServiceLocator_3fgTr8uService'false],
  14373.             'App\\Controller\\API\\Listing\\ListingController::setDescription' => ['privates''.service_locator.3jBAVWJ''get_ServiceLocator_3jBAVWJService'false],
  14374.             'App\\Controller\\API\\Listing\\ListingController::setDetails' => ['privates''.service_locator.mToiP.Q''get_ServiceLocator_MToiP_QService'false],
  14375.             'App\\Controller\\API\\Listing\\ListingController::setMainPhotos' => ['privates''.service_locator.vgxLjSE''get_ServiceLocator_VgxLjSEService'false],
  14376.             'App\\Controller\\API\\Listing\\ListingController::uploadPhotos' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14377.             'App\\Controller\\API\\LocationsInsights\\LocationsInsightsProxyController::getDemandLocations' => ['privates''.service_locator.d4MWP.x''get_ServiceLocator_D4MWP_XService'false],
  14378.             'App\\Controller\\API\\LocationsInsights\\LocationsInsightsProxyController::getLocationDemandDetails' => ['privates''.service_locator.NSdJoE7''get_ServiceLocator_NSdJoE7Service'false],
  14379.             'App\\Controller\\API\\LocationsInsights\\LocationsInsightsProxyController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14380.             'App\\Controller\\API\\Subscriptions\\SubscriptionPlansController::findSubscriptionPlan' => ['privates''.service_locator.FYC1ztD''get_ServiceLocator_FYC1ztDService'false],
  14381.             'App\\Controller\\API\\Subscriptions\\SubscriptionPlansController::getAll' => ['privates''.service_locator.0YeVgFJ''get_ServiceLocator_0YeVgFJService'false],
  14382.             'App\\Controller\\API\\Subscriptions\\SubscriptionPlansController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14383.             'App\\Controller\\API\\User\\CardsController::delete' => ['privates''.service_locator.rGVylc.''get_ServiceLocator_RGVylc_Service'false],
  14384.             'App\\Controller\\API\\User\\CardsController::index' => ['privates''.service_locator.dTKcOT2''get_ServiceLocator_DTKcOT2Service'false],
  14385.             'App\\Controller\\API\\User\\CardsController::new' => ['privates''.service_locator.MQy.pss''get_ServiceLocator_MQy_PssService'false],
  14386.             'App\\Controller\\API\\User\\CardsController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14387.             'App\\Controller\\API\\User\\SubAccountsController::acceptInvitation' => ['privates''.service_locator.VAPpaZO''get_ServiceLocator_VAPpaZOService'false],
  14388.             'App\\Controller\\API\\User\\SubAccountsController::add' => ['privates''.service_locator.Ue3lOen''get_ServiceLocator_Ue3lOenService'false],
  14389.             'App\\Controller\\API\\User\\SubAccountsController::delete' => ['privates''.service_locator.P4ohWKt''get_ServiceLocator_P4ohWKtService'false],
  14390.             'App\\Controller\\API\\User\\SubAccountsController::index' => ['privates''.service_locator.yHxuB79''get_ServiceLocator_YHxuB79Service'false],
  14391.             'App\\Controller\\API\\User\\SubAccountsController::lookup' => ['privates''.service_locator.Md5pun7''get_ServiceLocator_Md5pun7Service'false],
  14392.             'App\\Controller\\API\\User\\SubAccountsController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14393.             'App\\Controller\\API\\User\\SubAccountsController::statistics' => ['privates''.service_locator.YfO3EUD''get_ServiceLocator_YfO3EUDService'false],
  14394.             'App\\Controller\\API\\User\\SubscriptionsController::cancel' => ['privates''.service_locator.qKrahGf''get_ServiceLocator_QKrahGfService'false],
  14395.             'App\\Controller\\API\\User\\SubscriptionsController::index' => ['privates''.service_locator.tGqu6ZS''get_ServiceLocator_TGqu6ZSService'false],
  14396.             'App\\Controller\\API\\User\\SubscriptionsController::new' => ['privates''.service_locator.dxyzow6''get_ServiceLocator_Dxyzow6Service'false],
  14397.             'App\\Controller\\API\\User\\SubscriptionsController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14398.             'App\\Controller\\Admin\\Banners\\BannersController::delete' => ['privates''.service_locator.qYCra7m''get_ServiceLocator_QYCra7mService'false],
  14399.             'App\\Controller\\Admin\\Banners\\BannersController::edit' => ['privates''.service_locator.qYCra7m''get_ServiceLocator_QYCra7mService'false],
  14400.             'App\\Controller\\Admin\\Banners\\BannersController::index' => ['privates''.service_locator.EKpMssS''get_ServiceLocator_EKpMssSService'false],
  14401.             'App\\Controller\\Admin\\Banners\\BannersController::new' => ['privates''.service_locator.EqM7.cD''get_ServiceLocator_EqM7_CDService'false],
  14402.             'App\\Controller\\Admin\\Subscriptions\\SubscriptionPlansController::activate' => ['privates''.service_locator.FeEvP.H''get_ServiceLocator_FeEvP_HService'false],
  14403.             'App\\Controller\\Admin\\Subscriptions\\SubscriptionPlansController::diActivate' => ['privates''.service_locator.FeEvP.H''get_ServiceLocator_FeEvP_HService'false],
  14404.             'App\\Controller\\Admin\\Subscriptions\\SubscriptionPlansController::index' => ['privates''.service_locator.0YeVgFJ''get_ServiceLocator_0YeVgFJService'false],
  14405.             'App\\Controller\\Admin\\Subscriptions\\SubscriptionPlansController::post' => ['privates''.service_locator.MkMRSDY''get_ServiceLocator_MkMRSDYService'false],
  14406.             'App\\Controller\\DefaultController::healthCheck' => ['privates''.service_locator.mB9R.17''get_ServiceLocator_MB9R_17Service'false],
  14407.             'App\\Controller\\EmailList\\WaitingController::index' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  14408.             'App\\Controller\\SecurityController::changePassword' => ['privates''.service_locator.KnMJEak''get_ServiceLocator_KnMJEakService'false],
  14409.             'App\\Controller\\SecurityController::login' => ['privates''.service_locator.BirtPkH''get_ServiceLocator_BirtPkHService'false],
  14410.             'App\\Kernel::build' => ['privates''.service_locator.u47of.0''get_ServiceLocator_U47of_0Service'false],
  14411.             'App\\Kernel::loadRoutes' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  14412.             'App\\Kernel::registerContainerConfiguration' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  14413.             'Aqarmap\\Bundle\\AnnouncementBundle\\Controller\\Admin\\AnnouncementController::announcementForm' => ['privates''.service_locator.jCd05L.''get_ServiceLocator_JCd05L_Service'false],
  14414.             'Aqarmap\\Bundle\\AnnouncementBundle\\Controller\\Api\\AnnouncementController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14415.             'Aqarmap\\Bundle\\BrokerSalesBundle\\Controller\\Admin\\BrokerController::assignBrokerToSellerForm' => ['privates''.service_locator.0CRMPWH''get_ServiceLocator_0CRMPWHService'false],
  14416.             'Aqarmap\\Bundle\\BrokerSalesBundle\\Controller\\Admin\\BrokerController::brokerDetails' => ['privates''.service_locator.4RkZoSP''get_ServiceLocator_4RkZoSPService'false],
  14417.             'Aqarmap\\Bundle\\BrokerSalesBundle\\Controller\\Admin\\BrokerController::createAssignBrokerForm' => ['privates''.service_locator.0CRMPWH''get_ServiceLocator_0CRMPWHService'false],
  14418.             'Aqarmap\\Bundle\\BrokerSalesBundle\\Controller\\Admin\\BrokerController::delete' => ['privates''.service_locator.0CRMPWH''get_ServiceLocator_0CRMPWHService'false],
  14419.             'Aqarmap\\Bundle\\BrokerSalesBundle\\Controller\\Admin\\BrokerController::setBrokerCreatedDate' => ['privates''.service_locator.0CRMPWH''get_ServiceLocator_0CRMPWHService'false],
  14420.             'Aqarmap\\Bundle\\BrokerSalesBundle\\Controller\\Admin\\SellerController::deleteSeller' => ['privates''.service_locator.7Ryfzhm''get_ServiceLocator_7RyfzhmService'false],
  14421.             'Aqarmap\\Bundle\\BrokerSalesBundle\\Controller\\Admin\\SellerController::sellerBrokers' => ['privates''.service_locator.0XB_Fvv''get_ServiceLocator_0XBFvvService'false],
  14422.             'Aqarmap\\Bundle\\BrokerSalesBundle\\Controller\\Admin\\SellerController::sellers' => ['privates''.service_locator.z4vVS.d''get_ServiceLocator_Z4vVS_DService'false],
  14423.             'Aqarmap\\Bundle\\BuyerAlertsBundle\\Controller\\Api\\BuyerAlertsController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14424.             'Aqarmap\\Bundle\\BuyerAlertsBundle\\Controller\\BuyerAlertsController::BuyerAlerts' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  14425.             'Aqarmap\\Bundle\\BuyerAlertsBundle\\Controller\\BuyerAlertsController::unsubscribeBuyerAlerts' => ['privates''.service_locator.SE4ny3Y''get_ServiceLocator_SE4ny3YService'false],
  14426.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\CompanyController::assignAccountManager' => ['privates''.service_locator.EWg.NYx''get_ServiceLocator_EWg_NYxService'false],
  14427.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\CompanyController::company' => ['privates''.service_locator.Ef5rjrT''get_ServiceLocator_Ef5rjrTService'false],
  14428.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\CompanyController::companyAccountManagers' => ['privates''.service_locator.EWg.NYx''get_ServiceLocator_EWg_NYxService'false],
  14429.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\CompanyController::companyAccounts' => ['privates''.service_locator.4Y9JfYU''get_ServiceLocator_4Y9JfYUService'false],
  14430.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\CompanyController::createCompanyForm' => ['privates''.service_locator.EWg.NYx''get_ServiceLocator_EWg_NYxService'false],
  14431.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\CompanyController::createExistingStaffUser' => ['privates''.service_locator.EWg.NYx''get_ServiceLocator_EWg_NYxService'false],
  14432.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\CompanyController::createNewRegisteredStaffUser' => ['privates''.service_locator.lsi4tRL''get_ServiceLocator_Lsi4tRLService'false],
  14433.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\CompanyController::removeStaffAccount' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  14434.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\CompanyController::setCompanyCustomer' => ['privates''.service_locator.6JLV5pg''get_ServiceLocator_6JLV5pgService'false],
  14435.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\CompanyController::setCompanyPotential' => ['privates''.service_locator.6JLV5pg''get_ServiceLocator_6JLV5pgService'false],
  14436.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\CompanyController::setCompanyProspected' => ['privates''.service_locator.6JLV5pg''get_ServiceLocator_6JLV5pgService'false],
  14437.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\CompanyController::setCompanyRejected' => ['privates''.service_locator.EWg.NYx''get_ServiceLocator_EWg_NYxService'false],
  14438.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\CompanyController::unassignAccountManager' => ['privates''.service_locator.te1Yo1e''get_ServiceLocator_Te1Yo1eService'false],
  14439.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\StaffController::createExistingStaffUser' => ['privates''.service_locator.JjyeKo6''get_ServiceLocator_JjyeKo6Service'false],
  14440.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\StaffController::createNewRegisteredStaffUser' => ['privates''.service_locator.JjyeKo6''get_ServiceLocator_JjyeKo6Service'false],
  14441.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\StaffController::createStaffForm' => ['privates''.service_locator.JjyeKo6''get_ServiceLocator_JjyeKo6Service'false],
  14442.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\StaffController::delete' => ['privates''.service_locator.JjyeKo6''get_ServiceLocator_JjyeKo6Service'false],
  14443.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\StaffController::removeStaffAccount' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  14444.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Api\\CompanyController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14445.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Api\\CompanyController::updateCompany' => ['privates''.service_locator.EWg.NYx''get_ServiceLocator_EWg_NYxService'false],
  14446.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Api\\StaffCheckInController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14447.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Api\\StaffCheckInController::upload' => ['privates''.service_locator.x6Cz3.I''get_ServiceLocator_X6Cz3_IService'false],
  14448.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Api\\StaffController::getStaffData' => ['privates''.service_locator.FYIkfU9''get_ServiceLocator_FYIkfU9Service'false],
  14449.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Api\\StaffController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14450.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Admin\\CreditController::activatePackage' => ['privates''.service_locator.wVrXYG2''get_ServiceLocator_WVrXYG2Service'false],
  14451.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Admin\\CreditController::cancel' => ['privates''.service_locator.wVrXYG2''get_ServiceLocator_WVrXYG2Service'false],
  14452.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Admin\\CreditController::cancelRecurringl' => ['privates''.service_locator.hwXYXrz''get_ServiceLocator_HwXYXrzService'false],
  14453.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Admin\\CreditController::deductPoints' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  14454.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Admin\\CreditController::depositPoints' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  14455.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Admin\\CreditController::transfer' => ['privates''.service_locator.NSHwqyp''get_ServiceLocator_NSHwqypService'false],
  14456.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Admin\\CreditPackageController::post' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  14457.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Admin\\CreditServiceController::changePosition' => ['privates''.service_locator.xQH1vY9''get_ServiceLocator_XQH1vY9Service'false],
  14458.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Admin\\CreditServiceController::delete' => ['privates''.service_locator.xQH1vY9''get_ServiceLocator_XQH1vY9Service'false],
  14459.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Admin\\CreditServiceController::edit' => ['privates''.service_locator.xQH1vY9''get_ServiceLocator_XQH1vY9Service'false],
  14460.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Api\\CreditAnalysisController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14461.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Api\\CreditController::deduct' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  14462.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Api\\CreditController::exportCreditTransactions' => ['privates''.service_locator.J4vdJ1P''get_ServiceLocator_J4vdJ1PService'false],
  14463.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Api\\CreditController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14464.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Api\\CreditServiceController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14465.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Api\\CreditServiceController::updateServiceStatus' => ['privates''.service_locator.Vhx2..N''get_ServiceLocator_Vhx2__NService'false],
  14466.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Api\\V2\\CreditPackageController::getUserTypePackages' => ['privates''.service_locator.RBLp9TH''get_ServiceLocator_RBLp9THService'false],
  14467.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Api\\V2\\CreditPackageController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14468.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Api\\V3\\CreditController::getErrorMessages' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  14469.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Api\\V3\\CreditController::respondWithValidationErrors' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  14470.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Api\\V3\\CreditController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14471.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\CreditController::package' => ['privates''.service_locator.0qmhlcG''get_ServiceLocator_0qmhlcGService'false],
  14472.             'Aqarmap\\Bundle\\CustomerProfilingBundle\\Controller\\Admin\\DynamicQuestionController::addAnswer' => ['privates''.service_locator.Ef4Q2nx''get_ServiceLocator_Ef4Q2nxService'false],
  14473.             'Aqarmap\\Bundle\\CustomerProfilingBundle\\Controller\\Admin\\DynamicQuestionController::editAnswer' => ['privates''.service_locator.lZdneNX''get_ServiceLocator_LZdneNXService'false],
  14474.             'Aqarmap\\Bundle\\CustomerProfilingBundle\\Controller\\Admin\\DynamicQuestionController::removeAnswer' => ['privates''.service_locator.lZdneNX''get_ServiceLocator_LZdneNXService'false],
  14475.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Admin\\CommentController::approve' => ['privates''.service_locator.2_6UvMb''get_ServiceLocator_26UvMbService'false],
  14476.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Admin\\CommentController::decline' => ['privates''.service_locator.2_6UvMb''get_ServiceLocator_26UvMbService'false],
  14477.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Admin\\CommentController::delete' => ['privates''.service_locator.2_6UvMb''get_ServiceLocator_26UvMbService'false],
  14478.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Admin\\DiscussionController::SendToHelp' => ['privates''.service_locator.6U_jksk''get_ServiceLocator_6UJkskService'false],
  14479.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Admin\\DiscussionController::approve' => ['privates''.service_locator.6U_jksk''get_ServiceLocator_6UJkskService'false],
  14480.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Admin\\DiscussionController::decline' => ['privates''.service_locator.6U_jksk''get_ServiceLocator_6UJkskService'false],
  14481.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Admin\\DiscussionController::delete' => ['privates''.service_locator.6U_jksk''get_ServiceLocator_6UJkskService'false],
  14482.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Admin\\DiscussionController::edit' => ['privates''.service_locator.wpvzSKV''get_ServiceLocator_WpvzSKVService'false],
  14483.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Admin\\DiscussionController::locationDiscussions' => ['privates''.service_locator.i94Unr0''get_ServiceLocator_I94Unr0Service'false],
  14484.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Api\\DiscussionController::addComment' => ['privates''.service_locator.6U_jksk''get_ServiceLocator_6UJkskService'false],
  14485.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Api\\DiscussionController::addCommentLike' => ['privates''.service_locator.2_6UvMb''get_ServiceLocator_26UvMbService'false],
  14486.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Api\\DiscussionController::addDiscussion' => ['privates''.service_locator.iI93pWi''get_ServiceLocator_II93pWiService'false],
  14487.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Api\\DiscussionController::addDiscussionSubscriber' => ['privates''.service_locator.6U_jksk''get_ServiceLocator_6UJkskService'false],
  14488.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Api\\DiscussionController::checkDiscussionSubscriber' => ['privates''.service_locator.6U_jksk''get_ServiceLocator_6UJkskService'false],
  14489.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Api\\DiscussionController::discussion' => ['privates''.service_locator.6U_jksk''get_ServiceLocator_6UJkskService'false],
  14490.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Api\\DiscussionController::discussions' => ['privates''.service_locator.i94Unr0''get_ServiceLocator_I94Unr0Service'false],
  14491.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Api\\DiscussionController::removeCommentLike' => ['privates''.service_locator.2_6UvMb''get_ServiceLocator_26UvMbService'false],
  14492.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Api\\DiscussionController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14493.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Api\\DiscussionController::unsetDiscussionSubscriber' => ['privates''.service_locator.6U_jksk''get_ServiceLocator_6UJkskService'false],
  14494.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Api\\DiscussionController::updateCommentLike' => ['privates''.service_locator.2_6UvMb''get_ServiceLocator_26UvMbService'false],
  14495.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Api\\DiscussionController::updateDiscussion' => ['privates''.service_locator.6U_jksk''get_ServiceLocator_6UJkskService'false],
  14496.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\CommentController::create' => ['privates''.service_locator.6U_jksk''get_ServiceLocator_6UJkskService'false],
  14497.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\CommentController::delete' => ['privates''.service_locator.NRsk.0J''get_ServiceLocator_NRsk_0JService'false],
  14498.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\CommentController::edit' => ['privates''.service_locator.NRsk.0J''get_ServiceLocator_NRsk_0JService'false],
  14499.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\DiscussionController::addDiscussionSubscriber' => ['privates''.service_locator.6U_jksk''get_ServiceLocator_6UJkskService'false],
  14500.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\DiscussionController::create' => ['privates''.service_locator.IxKqzhS''get_ServiceLocator_IxKqzhSService'false],
  14501.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\DiscussionController::delete' => ['privates''.service_locator.6U_jksk''get_ServiceLocator_6UJkskService'false],
  14502.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\DiscussionController::discussionComments' => ['privates''.service_locator.l8gbRtF''get_ServiceLocator_L8gbRtFService'false],
  14503.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\DiscussionController::discussions' => ['privates''.service_locator.IxKqzhS''get_ServiceLocator_IxKqzhSService'false],
  14504.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\DiscussionController::edit' => ['privates''.service_locator.wpvzSKV''get_ServiceLocator_WpvzSKVService'false],
  14505.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\DiscussionController::unsetDiscussionSubscriber' => ['privates''.service_locator.6U_jksk''get_ServiceLocator_6UJkskService'false],
  14506.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\DiscussionController::unsubscribeConfirm' => ['privates''.service_locator.q0bdmru''get_ServiceLocator_Q0bdmruService'false],
  14507.             'Aqarmap\\Bundle\\ExchangeBundle\\Controller\\Api\\ExchangeRequestController::deleteExchangeRequest' => ['privates''.service_locator.EyfC0N4''get_ServiceLocator_EyfC0N4Service'false],
  14508.             'Aqarmap\\Bundle\\ExchangeBundle\\Controller\\Api\\ExchangeRequestController::getExchangeRequest' => ['privates''.service_locator.EyfC0N4''get_ServiceLocator_EyfC0N4Service'false],
  14509.             'Aqarmap\\Bundle\\ExchangeBundle\\Controller\\Api\\ExchangeRequestController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14510.             'Aqarmap\\Bundle\\ExchangeBundle\\Controller\\Api\\ExchangeRequestController::unlockExchangeRequest' => ['privates''.service_locator.EyfC0N4''get_ServiceLocator_EyfC0N4Service'false],
  14511.             'Aqarmap\\Bundle\\ExchangeBundle\\Controller\\Api\\ExchangeRequestController::updateExchangeRequest' => ['privates''.service_locator.EyfC0N4''get_ServiceLocator_EyfC0N4Service'false],
  14512.             'Aqarmap\\Bundle\\FeatureToggleBundle\\Controller\\Admin\\FeatureToggleController::edit' => ['privates''.service_locator.faK6yZI''get_ServiceLocator_FaK6yZIService'false],
  14513.             'Aqarmap\\Bundle\\FeatureToggleBundle\\Controller\\Api\\FeatureToggleController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14514.             'Aqarmap\\Bundle\\FinancialAidsBundle\\Controller\\Admin\\FinancialAidController::edit' => ['privates''.service_locator.F92OUdR''get_ServiceLocator_F92OUdRService'false],
  14515.             'Aqarmap\\Bundle\\FinancialAidsBundle\\Controller\\Admin\\FinancialAidController::postEdit' => ['privates''.service_locator.F92OUdR''get_ServiceLocator_F92OUdRService'false],
  14516.             'Aqarmap\\Bundle\\FinancialAidsBundle\\Controller\\Admin\\FinancialAidController::updateFinancialAidStatus' => ['privates''.service_locator.F92OUdR''get_ServiceLocator_F92OUdRService'false],
  14517.             'Aqarmap\\Bundle\\FinancialAidsBundle\\Controller\\Api\\FinancialAidController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14518.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\CompoundLocationController::disable' => ['privates''.service_locator.x3wWNZA''get_ServiceLocator_X3wWNZAService'false],
  14519.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\CompoundLocationController::enable' => ['privates''.service_locator.x3wWNZA''get_ServiceLocator_X3wWNZAService'false],
  14520.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\LeadsController::exportLeads' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  14521.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\LeadsController::index' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  14522.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\LeadsController::resendLeads' => ['privates''.service_locator.2395Z6t''get_ServiceLocator_2395Z6tService'false],
  14523.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::QuickPostListingForm' => ['privates''.service_locator.IxpZ58c''get_ServiceLocator_IxpZ58cService'false],
  14524.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::addNote' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14525.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::addParticipant' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14526.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::adminChangeLocation' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14527.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::adminListingRejections' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14528.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::adminPropertyType' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14529.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::approve' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14530.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::approveChildren' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14531.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::bulkDeletePhoto' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  14532.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::bulkFeatureAsAdmin' => ['privates''.service_locator.ZxYD5ys''get_ServiceLocator_ZxYD5ysService'false],
  14533.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::bulkFeatureAsSeller' => ['privates''.service_locator.ZxYD5ys''get_ServiceLocator_ZxYD5ysService'false],
  14534.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::bumpUp' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14535.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::changeSection' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14536.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::clearMap' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14537.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::clearPrice' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14538.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::clearVideo' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14539.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::consumersRatesData' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14540.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::delete' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14541.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::deleteNote' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14542.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::deletePhoto' => ['privates''.service_locator.ixUkIS.''get_ServiceLocator_IxUkIS_Service'false],
  14543.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::downloadBrochure' => ['privates''.service_locator.5TZeRCE''get_ServiceLocator_5TZeRCEService'false],
  14544.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::editListing' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14545.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::editListingArea' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14546.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::editListingLocations' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14547.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::editListingParticipants' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14548.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::editListingPaymentMethod' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14549.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::editListingPhones' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14550.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::editListingPhotos' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14551.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::editListingTranslation' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14552.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::editListingUnits' => ['privates''.service_locator.za1p.5V''get_ServiceLocator_Za1p_5VService'false],
  14553.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::featured' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14554.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::featuredAsSeller' => ['privates''.service_locator.48PMbZa''get_ServiceLocator_48PMbZaService'false],
  14555.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::getListingBasics' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14556.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::listingLocationForm' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14557.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::listingPhoneForm' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14558.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::moveListingPhotoDown' => ['privates''.service_locator.ixUkIS.''get_ServiceLocator_IxUkIS_Service'false],
  14559.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::moveListingPhotoUp' => ['privates''.service_locator.ixUkIS.''get_ServiceLocator_IxUkIS_Service'false],
  14560.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::newLocationModal' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14561.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::newPhoneModal' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14562.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::pending' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14563.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::pendingChildren' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14564.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::postEditListingBasics' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14565.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::postEditListingPhotos' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14566.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::postEditListingTranslations' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14567.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::postListingLocation' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14568.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::postListingPhone' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14569.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::pumpUp' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14570.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::quickPostListingModelForm' => ['privates''.service_locator.N_uc6xq''get_ServiceLocator_NUc6xqService'false],
  14571.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::quickRegisterParticipant' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14572.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::rates' => ['privates''.service_locator.pzZ8_Cb''get_ServiceLocator_PzZ8CbService'false],
  14573.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::ratesDetails' => ['privates''.service_locator.Uyoau69''get_ServiceLocator_Uyoau69Service'false],
  14574.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::relist' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14575.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::removeListingLocation' => ['privates''.service_locator.zJJOuyv''get_ServiceLocator_ZJJOuyvService'false],
  14576.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::removeNumbers' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14577.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::removeParticipant' => ['privates''.service_locator._Qw4DJe''get_ServiceLocator_Qw4DJeService'false],
  14578.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::removePhone' => ['privates''.service_locator.oGPbAPY''get_ServiceLocator_OGPbAPYService'false],
  14579.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::resetTitle' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14580.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::revertBumpUp' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14581.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::review' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14582.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::showInHomepage' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14583.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::unflag' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14584.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingPendingFeaturingController::approveFeaturingListing' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14585.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingPendingFeaturingController::reject' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14586.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingPendingFeaturingController::rejectFeaturingListing' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  14587.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingRulesController::changePosition' => ['privates''.service_locator.XD1u.VJ''get_ServiceLocator_XD1u_VJService'false],
  14588.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingRulesController::delete' => ['privates''.service_locator.XD1u.VJ''get_ServiceLocator_XD1u_VJService'false],
  14589.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingRulesController::edit' => ['privates''.service_locator.XD1u.VJ''get_ServiceLocator_XD1u_VJService'false],
  14590.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingRulesController::index' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  14591.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\LocationController::Post' => ['privates''.service_locator.UQTEWgm''get_ServiceLocator_UQTEWgmService'false],
  14592.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\LocationController::addNearestLocations' => ['privates''.service_locator.i94Unr0''get_ServiceLocator_I94Unr0Service'false],
  14593.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\LocationController::changeStatus' => ['privates''.service_locator.i94Unr0''get_ServiceLocator_I94Unr0Service'false],
  14594.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\LocationController::deleteLocationPhoto' => ['privates''.service_locator.SBFvyl6''get_ServiceLocator_SBFvyl6Service'false],
  14595.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\LocationController::locationFetcher' => ['privates''.service_locator.IxKqzhS''get_ServiceLocator_IxKqzhSService'false],
  14596.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\LocationController::mainPhotoLocation' => ['privates''.service_locator.SBFvyl6''get_ServiceLocator_SBFvyl6Service'false],
  14597.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\LocationController::moveLocationListings' => ['privates''.service_locator.i94Unr0''get_ServiceLocator_I94Unr0Service'false],
  14598.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\LocationController::unsetLocationListing' => ['privates''.service_locator.i94Unr0''get_ServiceLocator_I94Unr0Service'false],
  14599.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\LocationController::unsetNearestLocation' => ['privates''.service_locator.i94Unr0''get_ServiceLocator_I94Unr0Service'false],
  14600.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\LocationController::upload' => ['privates''.service_locator.i94Unr0''get_ServiceLocator_I94Unr0Service'false],
  14601.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\RejectionController::delete' => ['privates''.service_locator.oWTv1Ao''get_ServiceLocator_OWTv1AoService'false],
  14602.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ScrapedListingController::removePhoto' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  14603.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\SearchController::locationSearchHistoryLink' => ['privates''.service_locator.IxKqzhS''get_ServiceLocator_IxKqzhSService'false],
  14604.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\SearchController::searchAdmin' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  14605.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\SearchController::searchResult' => ['privates''.service_locator.kQ3e.Yt''get_ServiceLocator_KQ3e_YtService'false],
  14606.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\CallRequestController::getTotalQueuedCalls' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  14607.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\CallRequestController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14608.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\CompoundLocationController::getLocationChildren' => ['privates''.service_locator.LeUnxz1''get_ServiceLocator_LeUnxz1Service'false],
  14609.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\CompoundLocationController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14610.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\CompoundSearchController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14611.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\CustomFieldController::getFinishTypes' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  14612.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\CustomFieldController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14613.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\EstimateController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14614.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\FavouriteController::create' => ['privates''.service_locator.tV2D6Yk''get_ServiceLocator_TV2D6YkService'false],
  14615.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\FavouriteController::delete' => ['privates''.service_locator.TLrSZYf''get_ServiceLocator_TLrSZYfService'false],
  14616.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\FavouriteController::getFavouritesCount' => ['privates''.service_locator.tV2D6Yk''get_ServiceLocator_TV2D6YkService'false],
  14617.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\FavouriteController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14618.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LeadController::QuickCreateLead' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14619.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LeadController::addLeadQuality' => ['privates''.service_locator.05NpXBu''get_ServiceLocator_05NpXBuService'false],
  14620.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LeadController::countLeadsInSpecificPeriod' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  14621.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LeadController::exportLeads' => ['privates''.service_locator.gkdKNNQ''get_ServiceLocator_GkdKNNQService'false],
  14622.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LeadController::exportTopSellerLeads' => ['privates''.service_locator.U38IPRQ''get_ServiceLocator_U38IPRQService'false],
  14623.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LeadController::getLead' => ['privates''.service_locator.gLZfSFb''get_ServiceLocator_GLZfSFbService'false],
  14624.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LeadController::getLeadsCountsForEachType' => ['privates''.service_locator.5DRJAs3''get_ServiceLocator_5DRJAs3Service'false],
  14625.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LeadController::getLeadsInsights' => ['privates''.service_locator.UsScnKS''get_ServiceLocator_UsScnKSService'false],
  14626.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LeadController::getLeadsList' => ['privates''.service_locator.wB_aZlL''get_ServiceLocator_WBAZlLService'false],
  14627.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LeadController::getListingFeatureStatus' => ['privates''.service_locator.xh9dd2n''get_ServiceLocator_Xh9dd2nService'false],
  14628.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LeadController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14629.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::callRequest' => ['privates''.service_locator.E5620._''get_ServiceLocator_E5620_Service'false],
  14630.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::cloneListing' => ['privates''.service_locator.jnEgZVj''get_ServiceLocator_JnEgZVjService'false],
  14631.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::contactSeller' => ['privates''.service_locator.E5620._''get_ServiceLocator_E5620_Service'false],
  14632.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::contactSellerWithQuickRegistration' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14633.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::delete' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14634.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::feature' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14635.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::filterListingChildren' => ['privates''.service_locator.691P.J0''get_ServiceLocator_691P_J0Service'false],
  14636.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::getLeadAnalytics' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14637.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::getListing' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14638.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::getListingChildren' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14639.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::getListingDetails' => ['privates''.service_locator.at6qQDg''get_ServiceLocator_At6qQDgService'false],
  14640.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::getListingNote' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14641.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::getListingPhone' => ['privates''.service_locator.E5620._''get_ServiceLocator_E5620_Service'false],
  14642.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::getListingPhotos' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14643.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::getListingPreviewData' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14644.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::getListingRules' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14645.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::getListingTopSeller' => ['privates''.service_locator.elP0OCB''get_ServiceLocator_ElP0OCBService'false],
  14646.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::getRateDetails' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14647.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::getRelatedListing' => ['privates''.service_locator.atd8Wi6''get_ServiceLocator_Atd8Wi6Service'false],
  14648.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::getSimilarListingsCount' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14649.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::increaseListingViews' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14650.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::postListingSingleNote' => ['privates''.service_locator.0ea3J8t''get_ServiceLocator_0ea3J8tService'false],
  14651.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::quickCreateLead' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14652.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::rateReview' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14653.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::relist' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14654.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14655.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::undelete' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14656.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::update' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14657.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::updateListing' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14658.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::upload' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14659.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::uploadListingPhoto' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14660.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LocationController::getLocationChildren' => ['privates''.service_locator.i94Unr0''get_ServiceLocator_I94Unr0Service'false],
  14661.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LocationController::getLocationStatistics' => ['privates''.service_locator.C3YrtYY''get_ServiceLocator_C3YrtYYService'false],
  14662.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LocationController::getLocationsHomeCompounds' => ['privates''.service_locator.89oxtMu''get_ServiceLocator_89oxtMuService'false],
  14663.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LocationController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14664.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\NoteController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14665.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\PhotoController::delete' => ['privates''.service_locator.JZvIlSn''get_ServiceLocator_JZvIlSnService'false],
  14666.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\PhotoController::mainPhoto' => ['privates''.service_locator.JZvIlSn''get_ServiceLocator_JZvIlSnService'false],
  14667.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\PhotoController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14668.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\PriceFilterController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14669.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\PropertyTypeController::getPropertyTypeChildren' => ['privates''.service_locator.3.is40S''get_ServiceLocator_3_Is40SService'false],
  14670.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\PropertyTypeController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14671.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\RateController::add' => ['privates''.service_locator.15Qxs4f''get_ServiceLocator_15Qxs4fService'false],
  14672.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\RateController::create' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14673.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\RateController::getListingRate' => ['privates''.service_locator.Pfo2iga''get_ServiceLocator_Pfo2igaService'false],
  14674.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\RateController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14675.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\SearchFiltersController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14676.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\SectionController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14677.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\BrokerRankingController::getErrorMessages' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  14678.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\BrokerRankingController::respondWithValidationErrors' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  14679.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\BrokerRankingController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14680.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\FavouriteController::getErrorMessages' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  14681.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\FavouriteController::respondWithValidationErrors' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  14682.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\FavouriteController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14683.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\ImpressionController::getErrorMessages' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  14684.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\ImpressionController::respondWithValidationErrors' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  14685.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\ImpressionController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14686.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\ListingController::contactSeller' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14687.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\ListingController::getErrorMessages' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  14688.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\ListingController::getFeatureExpiryDate' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14689.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\ListingController::respondWithValidationErrors' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  14690.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\ListingController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14691.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\ListingController::update' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14692.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\LocationController::getErrorMessages' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  14693.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\LocationController::respondWithValidationErrors' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  14694.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\LocationController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14695.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\RateController::getErrorMessages' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  14696.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\RateController::respondWithValidationErrors' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  14697.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\RateController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14698.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\CallRequestController::callRequestForm' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14699.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\CallRequestController::getErrorMessages' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  14700.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\CallRequestController::respondWithValidationErrors' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  14701.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\CallRequestController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14702.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\CompoundLocationController::getCompoundChildrenLocations' => ['privates''.service_locator.x3wWNZA''get_ServiceLocator_X3wWNZAService'false],
  14703.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\CompoundLocationController::getErrorMessages' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  14704.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\CompoundLocationController::respondWithValidationErrors' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  14705.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\CompoundLocationController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14706.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\ConditionalFieldController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14707.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\FiltersController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14708.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\ListingController::deletePhoto' => ['privates''.service_locator.6uOXFWy''get_ServiceLocator_6uOXFWyService'false],
  14709.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\ListingController::downloadBrochure' => ['privates''.service_locator.vsIiRg8''get_ServiceLocator_VsIiRg8Service'false],
  14710.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\ListingController::getListingRules' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14711.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\ListingController::getSpecialAddListingFeatures' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14712.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\ListingController::getUserListings' => ['privates''.service_locator.vDcpV4H''get_ServiceLocator_VDcpV4HService'false],
  14713.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\ListingController::setMainPhoto' => ['privates''.service_locator.6uOXFWy''get_ServiceLocator_6uOXFWyService'false],
  14714.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\ListingController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14715.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\ListingController::update' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14716.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\ListingController::uploadPhotos' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14717.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\LocationController::getLocationChildren' => ['privates''.service_locator.i94Unr0''get_ServiceLocator_I94Unr0Service'false],
  14718.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\LocationController::getLocationTranslation' => ['privates''.service_locator.i94Unr0''get_ServiceLocator_I94Unr0Service'false],
  14719.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\LocationController::getNearbyLocations' => ['privates''.service_locator.i94Unr0''get_ServiceLocator_I94Unr0Service'false],
  14720.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\LocationController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14721.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\PropertyTypeController::allChildren' => ['privates''.service_locator.3.is40S''get_ServiceLocator_3_Is40SService'false],
  14722.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\PropertyTypeController::getPropertyType' => ['privates''.service_locator.3.is40S''get_ServiceLocator_3_Is40SService'false],
  14723.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\PropertyTypeController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14724.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\SectionController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14725.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\UserListingStatisticController::getCountForEachFeaturedListings' => ['privates''.service_locator.U38IPRQ''get_ServiceLocator_U38IPRQService'false],
  14726.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\UserListingStatisticController::getErrorMessages' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  14727.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\UserListingStatisticController::getListingCountForEachStatus' => ['privates''.service_locator.U38IPRQ''get_ServiceLocator_U38IPRQService'false],
  14728.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\UserListingStatisticController::respondWithValidationErrors' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  14729.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\UserListingStatisticController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14730.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\DefaultController::myListings' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  14731.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\LeadController::quickLead' => ['privates''.service_locator.OC2AG.K''get_ServiceLocator_OC2AG_KService'false],
  14732.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\LeadController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14733.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController::CSVLatestListings' => ['privates''.service_locator.tp5oD8B''get_ServiceLocator_Tp5oD8BService'false],
  14734.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController::bulkDeletePhoto' => ['privates''.service_locator.kyyH9Zf''get_ServiceLocator_KyyH9ZfService'false],
  14735.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController::callRequest' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14736.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController::callRequestForm' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14737.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController::confirmFeaturedPublishing' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14738.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController::confirmPublishing' => ['privates''.service_locator.4CTW3Co''get_ServiceLocator_4CTW3CoService'false],
  14739.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController::confirmPumpUpListing' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14740.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController::contactSeller' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14741.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController::contactSellerForm' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14742.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController::contactSellerWideForm' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14743.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController::delete' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14744.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController::downloadBrochure' => ['privates''.service_locator.5TZeRCE''get_ServiceLocator_5TZeRCEService'false],
  14745.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController::finish' => ['privates''.service_locator.4CTW3Co''get_ServiceLocator_4CTW3CoService'false],
  14746.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController::landingPage' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14747.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController::listRejections' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14748.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController::listingDetailsApp' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14749.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController::post' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14750.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController::prepareFeaturedListingPayment' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14751.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController::prepareListingPayment' => ['privates''.service_locator.4CTW3Co''get_ServiceLocator_4CTW3CoService'false],
  14752.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController::preview' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14753.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController::pumpUpListing' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14754.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController::read' => ['privates''.service_locator.wskWCel''get_ServiceLocator_WskWCelService'false],
  14755.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController::relist' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14756.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController::specialAddListingFeature' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14757.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController::transferScrapedListingOwnership' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14758.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController::undelete' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14759.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController::upload' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14760.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingSearchController::searchResults' => ['privates''.service_locator.GedePMg''get_ServiceLocator_GedePMgService'false],
  14761.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\PhotoController::delete' => ['privates''.service_locator.vgxLjSE''get_ServiceLocator_VgxLjSEService'false],
  14762.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\PhotoController::editPhotoType' => ['privates''.service_locator.vgxLjSE''get_ServiceLocator_VgxLjSEService'false],
  14763.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\PhotoController::mainPhoto' => ['privates''.service_locator.vgxLjSE''get_ServiceLocator_VgxLjSEService'false],
  14764.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\SectionController::show' => ['privates''.service_locator.ScY99ay''get_ServiceLocator_ScY99ayService'false],
  14765.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\CustomParagraphController::delete' => ['privates''.service_locator.zxXIGe6''get_ServiceLocator_ZxXIGe6Service'false],
  14766.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\CustomParagraphController::edit' => ['privates''.service_locator.zxXIGe6''get_ServiceLocator_ZxXIGe6Service'false],
  14767.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\CustomParagraphController::toggleStatus' => ['privates''.service_locator.zxXIGe6''get_ServiceLocator_ZxXIGe6Service'false],
  14768.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\DefaultController::activity' => ['privates''.service_locator.0U7N9yd''get_ServiceLocator_0U7N9ydService'false],
  14769.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\DefaultTopCustomersController::delete' => ['privates''.service_locator.Xc.PcLF''get_ServiceLocator_Xc_PcLFService'false],
  14770.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\DefaultTopCustomersController::edit' => ['privates''.service_locator.Xc.PcLF''get_ServiceLocator_Xc_PcLFService'false],
  14771.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\FeedbackController::delete' => ['privates''.service_locator.DhfpusR''get_ServiceLocator_DhfpusRService'false],
  14772.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\FeedbackController::feedbackForm' => ['privates''.service_locator.DhfpusR''get_ServiceLocator_DhfpusRService'false],
  14773.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\FeedbackController::noteForm' => ['privates''.service_locator.iuFqMPC''get_ServiceLocator_IuFqMPCService'false],
  14774.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\MenuController::link' => ['privates''.service_locator.LRr2cO7''get_ServiceLocator_LRr2cO7Service'false],
  14775.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\MenuController::linkdelete' => ['privates''.service_locator.kLKFYzd''get_ServiceLocator_KLKFYzdService'false],
  14776.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\MenuController::linkinsert' => ['privates''.service_locator.LRr2cO7''get_ServiceLocator_LRr2cO7Service'false],
  14777.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\MenuController::menuDelete' => ['privates''.service_locator.LRr2cO7''get_ServiceLocator_LRr2cO7Service'false],
  14778.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\MobileSectionsTogglesController::editStatus' => ['privates''.service_locator.81H6ZId''get_ServiceLocator_81H6ZIdService'false],
  14779.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\MobileSectionsTogglesController::getErrorMessages' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  14780.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\MobileSectionsTogglesController::respondWithValidationErrors' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  14781.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\MobileSectionsTogglesController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14782.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\PageController::delete' => ['privates''.service_locator.Nf_Q.FU''get_ServiceLocator_NfQ_FUService'false],
  14783.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\SettingController::edit' => ['privates''.service_locator.n07hh1c''get_ServiceLocator_N07hh1cService'false],
  14784.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\TestimonialController::edit' => ['privates''.service_locator.0qmhlcG''get_ServiceLocator_0qmhlcGService'false],
  14785.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\TestimonialController::index' => ['privates''.service_locator.0qmhlcG''get_ServiceLocator_0qmhlcGService'false],
  14786.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\TestimonialController::toggleStatus' => ['privates''.service_locator.0qmhlcG''get_ServiceLocator_0qmhlcGService'false],
  14787.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\BaseController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14788.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\DefaultController::getClientIp' => ['privates''.service_locator.VdGUnZl''get_ServiceLocator_VdGUnZlService'false],
  14789.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\DefaultController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14790.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\DefaultTopCustomersController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14791.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\FeedbackController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14792.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\SettingController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14793.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\V2\\DefaultController::getListingCount' => ['privates''.service_locator.CmEcGGJ''get_ServiceLocator_CmEcGGJService'false],
  14794.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\V2\\DefaultController::getMenuLinks' => ['privates''.service_locator.b8UDMyj''get_ServiceLocator_B8UDMyjService'false],
  14795.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\V2\\DefaultController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14796.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\V3\\BaseController::getErrorMessages' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  14797.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\V3\\BaseController::respondWithValidationErrors' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  14798.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\V3\\BaseController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14799.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\V3\\FeedbackController::getErrorMessages' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  14800.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\V3\\FeedbackController::respondWithValidationErrors' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  14801.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\V3\\FeedbackController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14802.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\V4\\BaseController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14803.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\V4\\MobileSectionsTogglesController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14804.             'Aqarmap\\Bundle\\MainBundle\\Controller\\DefaultController::home' => ['privates''.service_locator.10P59hg''get_ServiceLocator_10P59hgService'false],
  14805.             'Aqarmap\\Bundle\\MainBundle\\Controller\\DefaultController::searchPageFilters' => ['privates''.service_locator.EoCU_mv''get_ServiceLocator_EoCUMvService'false],
  14806.             'Aqarmap\\Bundle\\MainBundle\\Controller\\FeedbackController::post' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  14807.             'Aqarmap\\Bundle\\MainBundle\\Controller\\JoinUsController::createJoinUsForm' => ['privates''.service_locator.EdCv38r''get_ServiceLocator_EdCv38rService'false],
  14808.             'Aqarmap\\Bundle\\MainBundle\\Controller\\JoinUsController::index' => ['privates''.service_locator.CpaXrFh''get_ServiceLocator_CpaXrFhService'false],
  14809.             'Aqarmap\\Bundle\\MainBundle\\Controller\\PageController::view' => ['privates''.service_locator.Nf_Q.FU''get_ServiceLocator_NfQ_FUService'false],
  14810.             'Aqarmap\\Bundle\\MainBundle\\Controller\\SNSNotificationsController::receiver' => ['privates''.service_locator.5usv1bv''get_ServiceLocator_5usv1bvService'false],
  14811.             'Aqarmap\\Bundle\\MortgageBundle\\Controller\\DefaultController::createRequestForm' => ['privates''.service_locator.yzBhvT.''get_ServiceLocator_YzBhvT_Service'false],
  14812.             'Aqarmap\\Bundle\\MortgageBundle\\Controller\\DefaultController::setUserData' => ['privates''.service_locator.yzBhvT.''get_ServiceLocator_YzBhvT_Service'false],
  14813.             'Aqarmap\\Bundle\\NeighborhoodBundle\\Controller\\Admin\\LocationStatisticsController::index' => ['privates''.service_locator.i94Unr0''get_ServiceLocator_I94Unr0Service'false],
  14814.             'Aqarmap\\Bundle\\NeighborhoodBundle\\Controller\\Api\\NeighborhoodController::getNeighborhoodDetails' => ['privates''.service_locator.i94Unr0''get_ServiceLocator_I94Unr0Service'false],
  14815.             'Aqarmap\\Bundle\\NeighborhoodBundle\\Controller\\Api\\NeighborhoodController::getNeighborhoodHistory' => ['privates''.service_locator.i94Unr0''get_ServiceLocator_I94Unr0Service'false],
  14816.             'Aqarmap\\Bundle\\NeighborhoodBundle\\Controller\\Api\\NeighborhoodController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14817.             'Aqarmap\\Bundle\\NeighborhoodBundle\\Controller\\DefaultController::addNeighbourhoodSubscriber' => ['privates''.service_locator.i94Unr0''get_ServiceLocator_I94Unr0Service'false],
  14818.             'Aqarmap\\Bundle\\NeighborhoodBundle\\Controller\\DefaultController::contactSellerForm' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14819.             'Aqarmap\\Bundle\\NeighborhoodBundle\\Controller\\DefaultController::index' => ['privates''.service_locator.vWucQHF''get_ServiceLocator_VWucQHFService'false],
  14820.             'Aqarmap\\Bundle\\NeighborhoodBundle\\Controller\\DefaultController::unSubscribeLocationConfirm' => ['privates''.service_locator.SblZSSN''get_ServiceLocator_SblZSSNService'false],
  14821.             'Aqarmap\\Bundle\\NeighborhoodBundle\\Controller\\DefaultController::unsetNeighbourhoodSubscriber' => ['privates''.service_locator.i94Unr0''get_ServiceLocator_I94Unr0Service'false],
  14822.             'Aqarmap\\Bundle\\NotificationBundle\\Controller\\Api\\NotificationController::getNotificationsCount' => ['privates''.service_locator.Dvsigx3''get_ServiceLocator_Dvsigx3Service'false],
  14823.             'Aqarmap\\Bundle\\NotificationBundle\\Controller\\Api\\NotificationController::registerToken' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  14824.             'Aqarmap\\Bundle\\NotificationBundle\\Controller\\Api\\NotificationController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14825.             'Aqarmap\\Bundle\\NotificationBundle\\Controller\\Api\\SenderController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14826.             'Aqarmap\\Bundle\\NotificationBundle\\Controller\\NotificationsController::viewNotifications' => ['privates''.service_locator.HcMO1Gs''get_ServiceLocator_HcMO1GsService'false],
  14827.             'Aqarmap\\Bundle\\NotifierBundle\\Controller\\Api\\NotifierController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14828.             'Aqarmap\\Bundle\\NotifierBundle\\Controller\\DefaultController::activeNotifier' => ['privates''.service_locator.C7sApcB''get_ServiceLocator_C7sApcBService'false],
  14829.             'Aqarmap\\Bundle\\NotifierBundle\\Controller\\DefaultController::globalUnsubscribeNotifier' => ['privates''.service_locator.ZbqxYyN''get_ServiceLocator_ZbqxYyNService'false],
  14830.             'Aqarmap\\Bundle\\NotifierBundle\\Controller\\DefaultController::notifier' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  14831.             'Aqarmap\\Bundle\\NotifierBundle\\Controller\\DefaultController::pauseNotifier' => ['privates''.service_locator.C7sApcB''get_ServiceLocator_C7sApcBService'false],
  14832.             'Aqarmap\\Bundle\\NotifierBundle\\Controller\\DefaultController::post' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  14833.             'Aqarmap\\Bundle\\NotifierBundle\\Controller\\DefaultController::unsubscribeAllNotifier' => ['privates''.service_locator.C7sApcB''get_ServiceLocator_C7sApcBService'false],
  14834.             'Aqarmap\\Bundle\\NotifierBundle\\Controller\\DefaultController::unsubscribeNotifier' => ['privates''.service_locator.C7sApcB''get_ServiceLocator_C7sApcBService'false],
  14835.             'Aqarmap\\Bundle\\OTPBundle\\Controller\\Api\\V4\\OtpController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14836.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\AnalysisController::newCompanies' => ['privates''.service_locator.z4vVS.d''get_ServiceLocator_Z4vVS_DService'false],
  14837.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\AnalysisController::removeCompanies' => ['privates''.service_locator.2Ub4lmw''get_ServiceLocator_2Ub4lmwService'false],
  14838.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\AnalysisController::userRevenueDetails' => ['privates''.service_locator.z4vVS.d''get_ServiceLocator_Z4vVS_DService'false],
  14839.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController::activatePackage' => ['privates''.service_locator.QVQbFIb''get_ServiceLocator_QVQbFIbService'false],
  14840.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController::add' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  14841.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController::approveTransaction' => ['privates''.service_locator.hwXYXrz''get_ServiceLocator_HwXYXrzService'false],
  14842.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController::assignAgent' => ['privates''.service_locator.hwXYXrz''get_ServiceLocator_HwXYXrzService'false],
  14843.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController::cancel' => ['privates''.service_locator.hwXYXrz''get_ServiceLocator_HwXYXrzService'false],
  14844.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController::cancelRecurringl' => ['privates''.service_locator.hwXYXrz''get_ServiceLocator_HwXYXrzService'false],
  14845.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController::changeTransactionAuditStatus' => ['privates''.service_locator.hwXYXrz''get_ServiceLocator_HwXYXrzService'false],
  14846.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController::changeTransactionCashStatus' => ['privates''.service_locator.hwXYXrz''get_ServiceLocator_HwXYXrzService'false],
  14847.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController::createAssignAgentForm' => ['privates''.service_locator.hwXYXrz''get_ServiceLocator_HwXYXrzService'false],
  14848.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController::deleteAccountManager' => ['privates''.service_locator.TsDoRLF''get_ServiceLocator_TsDoRLFService'false],
  14849.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController::draft' => ['privates''.service_locator.2M9KHMg''get_ServiceLocator_2M9KHMgService'false],
  14850.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController::draftManualFawry' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  14851.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController::edit' => ['privates''.service_locator.hwXYXrz''get_ServiceLocator_HwXYXrzService'false],
  14852.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController::handleCreateTransaction' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  14853.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController::refund' => ['privates''.service_locator.hwXYXrz''get_ServiceLocator_HwXYXrzService'false],
  14854.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController::updatePackage' => ['privates''.service_locator.KI50Z4f''get_ServiceLocator_KI50Z4fService'false],
  14855.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Api\\PaymentController::callback' => ['privates''.service_locator.AM70U_D''get_ServiceLocator_AM70UDService'false],
  14856.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Api\\PaymentController::getPaymentTransactionServices' => ['privates''.service_locator.hwXYXrz''get_ServiceLocator_HwXYXrzService'false],
  14857.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Api\\PaymentController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14858.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Api\\RecurringController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14859.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\ListingSearchController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14860.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\LocationSearchController::listingFaq' => ['privates''.service_locator.2AJALl2''get_ServiceLocator_2AJALl2Service'false],
  14861.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\LocationSearchController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14862.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\SearchResultsController::getCustomParagraph' => ['privates''.service_locator.OeUeC3z''get_ServiceLocator_OeUeC3zService'false],
  14863.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\SearchResultsController::getLocationListing' => ['privates''.service_locator.i94Unr0''get_ServiceLocator_I94Unr0Service'false],
  14864.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\SearchResultsController::getPropertiesChips' => ['privates''.service_locator.gCd.NgZ''get_ServiceLocator_GCd_NgZService'false],
  14865.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\SearchResultsController::getPropertiesChipsLegazy' => ['privates''.service_locator.rIcyEMN''get_ServiceLocator_RIcyEMNService'false],
  14866.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\SearchResultsController::getSeoData' => ['privates''.service_locator.mF_FbkU''get_ServiceLocator_MFFbkUService'false],
  14867.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\SearchResultsController::resolveSearchPageSlugs' => ['privates''.service_locator.bsxjBL4''get_ServiceLocator_BsxjBL4Service'false],
  14868.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\SearchResultsController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14869.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\SearchResultsController::singlePageSSRData' => ['privates''.service_locator.6yCJIov''get_ServiceLocator_6yCJIovService'false],
  14870.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\V4\\CompoundSearchController::getCompoundDetails' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14871.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\V4\\CompoundSearchController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14872.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\V4\\ListingSearchController::getListings' => ['privates''.service_locator.rPdPczr''get_ServiceLocator_RPdPczrService'false],
  14873.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\V4\\ListingSearchController::getListingsEsDebug' => ['privates''.service_locator.CmEcGGJ''get_ServiceLocator_CmEcGGJService'false],
  14874.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\V4\\ListingSearchController::getListingsSearchSSRData' => ['privates''.service_locator.U..08Fk''get_ServiceLocator_U__08FkService'false],
  14875.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\V4\\ListingSearchController::getSearchListings' => ['privates''.service_locator.CyC.Oyy''get_ServiceLocator_CyC_OyyService'false],
  14876.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\V4\\ListingSearchController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14877.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\V4\\ListingSearchController::triggerSearchListingsAction' => ['privates''.service_locator.YY9cfkh''get_ServiceLocator_YY9cfkhService'false],
  14878.             'Aqarmap\\Bundle\\TopSellerBundle\\Controller\\Admin\\TopSellerController::bulkGenerateTopSellersLeads' => ['privates''.service_locator._qdZb2L''get_ServiceLocator_QdZb2LService'false],
  14879.             'Aqarmap\\Bundle\\TopSellerBundle\\Controller\\Api\\V4\\TopSellerController::getTopSellerLeads' => ['privates''.service_locator.U38IPRQ''get_ServiceLocator_U38IPRQService'false],
  14880.             'Aqarmap\\Bundle\\TopSellerBundle\\Controller\\Api\\V4\\TopSellerController::getTopSellers' => ['privates''.service_locator.Md5pun7''get_ServiceLocator_Md5pun7Service'false],
  14881.             'Aqarmap\\Bundle\\TopSellerBundle\\Controller\\Api\\V4\\TopSellerController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14882.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\GroupController::delete' => ['privates''.service_locator.rOeiD7t''get_ServiceLocator_ROeiD7tService'false],
  14883.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\GroupController::edit' => ['privates''.service_locator.rOeiD7t''get_ServiceLocator_ROeiD7tService'false],
  14884.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\GroupController::list' => ['privates''.service_locator.oR9s530''get_ServiceLocator_OR9s530Service'false],
  14885.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\GroupController::new' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  14886.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\TeamController::assignUserTeam' => ['privates''.service_locator.hiEbQuj''get_ServiceLocator_HiEbQujService'false],
  14887.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\TeamController::delete' => ['privates''.service_locator.hiEbQuj''get_ServiceLocator_HiEbQujService'false],
  14888.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\TeamController::edit' => ['privates''.service_locator.hiEbQuj''get_ServiceLocator_HiEbQujService'false],
  14889.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\TeamController::unassignUserTeam' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  14890.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController::adminChangePassword' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  14891.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController::adminSendEmail' => ['privates''.service_locator.VQspxfD''get_ServiceLocator_VQspxfDService'false],
  14892.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController::approveLogo' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  14893.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController::approvePersonalPhoto' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  14894.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController::assignReferrals' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  14895.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController::changeUserType' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  14896.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController::disable' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  14897.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController::editUserBoostLevel' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  14898.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController::editUserGroup' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  14899.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController::enable' => ['privates''.service_locator.R.5rpS2''get_ServiceLocator_R_5rpS2Service'false],
  14900.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController::extendExpiryDate' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  14901.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController::getReferrals' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  14902.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController::importUsersDevelopers' => ['privates''.service_locator.YY9cfkh''get_ServiceLocator_YY9cfkhService'false],
  14903.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController::rejectLogo' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  14904.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController::rejectPersonalPhoto' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  14905.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController::syncToZoho' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  14906.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController::update' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  14907.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserDomainController::delete' => ['privates''.service_locator.Uagg_gw''get_ServiceLocator_UaggGwService'false],
  14908.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserDomainController::edit' => ['privates''.service_locator.3Dofsr4''get_ServiceLocator_3Dofsr4Service'false],
  14909.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserDomainController::index' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  14910.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserDomainController::new' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  14911.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserPackagesController::index' => ['privates''.service_locator.x6azFog''get_ServiceLocator_X6azFogService'false],
  14912.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserPackagesController::updateUserPackage' => ['privates''.service_locator.gWBS00N''get_ServiceLocator_GWBS00NService'false],
  14913.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserServiceController::addUserService' => ['privates''.service_locator.txkxGC8''get_ServiceLocator_TxkxGC8Service'false],
  14914.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserServiceController::index' => ['privates''.service_locator.TtqXS4F''get_ServiceLocator_TtqXS4FService'false],
  14915.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserServiceController::updateUserService' => ['privates''.service_locator.p92VLA7''get_ServiceLocator_P92VLA7Service'false],
  14916.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserSubAccountController::attach' => ['privates''.service_locator.Qp.s1q.''get_ServiceLocator_Qp_S1q_Service'false],
  14917.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserSubAccountController::detach' => ['privates''.service_locator.MyHXagK''get_ServiceLocator_MyHXagKService'false],
  14918.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserSubAccountController::index' => ['privates''.service_locator.81.uOvc''get_ServiceLocator_81_UOvcService'false],
  14919.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\AuthProxyController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14920.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\AuthProxyController::token' => ['privates''.service_locator.WGCFqJh''get_ServiceLocator_WGCFqJhService'false],
  14921.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\NotificationTokenController::remove' => ['privates''.service_locator.N3LQUe3''get_ServiceLocator_N3LQUe3Service'false],
  14922.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\NotificationTokenController::save' => ['privates''.service_locator.N3LQUe3''get_ServiceLocator_N3LQUe3Service'false],
  14923.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\NotificationTokenController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14924.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\TargetAudienceController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14925.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\TeamController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14926.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\TokenDocController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14927.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController::addUserPhone' => ['privates''.service_locator.ja3Wfc0''get_ServiceLocator_Ja3Wfc0Service'false],
  14928.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController::deleteUserSearch' => ['privates''.service_locator.nwni4V5''get_ServiceLocator_Nwni4V5Service'false],
  14929.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController::getListingNote' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  14930.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController::getMyAccount' => ['privates''.service_locator.eUnxEfJ''get_ServiceLocator_EUnxEfJService'false],
  14931.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController::getMyLeads' => ['privates''.service_locator._NHYBXU''get_ServiceLocator_NHYBXUService'false],
  14932.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController::getNpsData' => ['privates''.service_locator.Rozwzjh''get_ServiceLocator_RozwzjhService'false],
  14933.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController::getRate' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  14934.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController::getUserAccount' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  14935.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController::getUserCompanyInfo' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  14936.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController::getUserListings' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  14937.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController::postUserNote' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  14938.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController::removeUserPhone' => ['privates''.service_locator.zjdyQvB''get_ServiceLocator_ZjdyQvBService'false],
  14939.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController::sendResetPasswordEmail' => ['privates''.service_locator.vJOpZrR''get_ServiceLocator_VJOpZrRService'false],
  14940.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14941.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController::updatePhone' => ['privates''.service_locator.e.ek1_q''get_ServiceLocator_E_Ek1QService'false],
  14942.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController::updateProfileBasicInfo' => ['privates''.service_locator.4mzSDFD''get_ServiceLocator_4mzSDFDService'false],
  14943.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController::updateUserPhone' => ['privates''.service_locator.zjdyQvB''get_ServiceLocator_ZjdyQvBService'false],
  14944.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserServiceController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14945.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\V3\\UserController::getErrorMessages' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  14946.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\V3\\UserController::resetPassword' => ['privates''.service_locator.vJOpZrR''get_ServiceLocator_VJOpZrRService'false],
  14947.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\V3\\UserController::respondWithValidationErrors' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  14948.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\V3\\UserController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14949.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\V4\\UserController::createUser' => ['privates''.service_locator.9NPWjJJ''get_ServiceLocator_9NPWjJJService'false],
  14950.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\V4\\UserController::getErrorMessages' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  14951.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\V4\\UserController::register' => ['privates''.service_locator.xTG7jfg''get_ServiceLocator_XTG7jfgService'false],
  14952.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\V4\\UserController::respondWithValidationErrors' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  14953.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\V4\\UserController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14954.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\V4\\UserLocationController::getErrorMessages' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  14955.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\V4\\UserLocationController::respondWithValidationErrors' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  14956.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\V4\\UserLocationController::setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14957.             'Aqarmap\\Bundle\\UserBundle\\Controller\\ExternalProfileController::callRequestForm' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14958.             'Aqarmap\\Bundle\\UserBundle\\Controller\\ExternalProfileController::contactSeller' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  14959.             'Aqarmap\\Bundle\\UserBundle\\Controller\\ExternalProfileController::contactSellerForm' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14960.             'Aqarmap\\Bundle\\UserBundle\\Controller\\ExternalProfileController::contactSellerWideForm' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14961.             'Aqarmap\\Bundle\\UserBundle\\Controller\\ExternalProfileController::index' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  14962.             'Aqarmap\\Bundle\\UserBundle\\Controller\\ExternalProfileController::listing' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14963.             'Aqarmap\\Bundle\\UserBundle\\Controller\\ExternalProfileController::userContactSellerForm' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  14964.             'Aqarmap\\Bundle\\UserBundle\\Controller\\ExternalProfileController::userContactSellerWideForm' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  14965.             'Aqarmap\\Bundle\\UserBundle\\Controller\\ProfileController::removePhoto' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  14966.             'Aqarmap\\Bundle\\UserBundle\\Controller\\UserController::pauseInterest' => ['privates''.service_locator.WYrnE_I''get_ServiceLocator_WYrnEIService'false],
  14967.             'kernel::build' => ['privates''.service_locator.u47of.0''get_ServiceLocator_U47of_0Service'false],
  14968.             'kernel::loadRoutes' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  14969.             'kernel::registerContainerConfiguration' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  14970.             'App\\Controller\\API\\Banners\\BannersController:getAll' => ['privates''.service_locator.EKpMssS''get_ServiceLocator_EKpMssSService'false],
  14971.             'App\\Controller\\API\\Banners\\BannersController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14972.             'App\\Controller\\API\\Lead\\LeadController:add' => ['privates''.service_locator._MMsLYK''get_ServiceLocator_MMsLYKService'false],
  14973.             'App\\Controller\\API\\Lead\\LeadController:addBulkLeads' => ['privates''.service_locator.v1GQ0lT''get_ServiceLocator_V1GQ0lTService'false],
  14974.             'App\\Controller\\API\\Lead\\LeadController:addLeadNote' => ['privates''.service_locator.X_4f3Bt''get_ServiceLocator_X4f3BtService'false],
  14975.             'App\\Controller\\API\\Lead\\LeadController:addTopSeller' => ['privates''.service_locator.shNG6D3''get_ServiceLocator_ShNG6D3Service'false],
  14976.             'App\\Controller\\API\\Lead\\LeadController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14977.             'App\\Controller\\API\\Listing\\ListingController:deletePhotos' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14978.             'App\\Controller\\API\\Listing\\ListingController:finalizeListing' => ['privates''.service_locator.NEJIEts''get_ServiceLocator_NEJIEtsService'false],
  14979.             'App\\Controller\\API\\Listing\\ListingController:getCustomField' => ['privates''.service_locator.3fgTr8u''get_ServiceLocator_3fgTr8uService'false],
  14980.             'App\\Controller\\API\\Listing\\ListingController:setDescription' => ['privates''.service_locator.3jBAVWJ''get_ServiceLocator_3jBAVWJService'false],
  14981.             'App\\Controller\\API\\Listing\\ListingController:setDetails' => ['privates''.service_locator.mToiP.Q''get_ServiceLocator_MToiP_QService'false],
  14982.             'App\\Controller\\API\\Listing\\ListingController:setMainPhotos' => ['privates''.service_locator.vgxLjSE''get_ServiceLocator_VgxLjSEService'false],
  14983.             'App\\Controller\\API\\Listing\\ListingController:uploadPhotos' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  14984.             'App\\Controller\\API\\LocationsInsights\\LocationsInsightsProxyController:getDemandLocations' => ['privates''.service_locator.d4MWP.x''get_ServiceLocator_D4MWP_XService'false],
  14985.             'App\\Controller\\API\\LocationsInsights\\LocationsInsightsProxyController:getLocationDemandDetails' => ['privates''.service_locator.NSdJoE7''get_ServiceLocator_NSdJoE7Service'false],
  14986.             'App\\Controller\\API\\LocationsInsights\\LocationsInsightsProxyController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14987.             'App\\Controller\\API\\Subscriptions\\SubscriptionPlansController:findSubscriptionPlan' => ['privates''.service_locator.FYC1ztD''get_ServiceLocator_FYC1ztDService'false],
  14988.             'App\\Controller\\API\\Subscriptions\\SubscriptionPlansController:getAll' => ['privates''.service_locator.0YeVgFJ''get_ServiceLocator_0YeVgFJService'false],
  14989.             'App\\Controller\\API\\Subscriptions\\SubscriptionPlansController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14990.             'App\\Controller\\API\\User\\CardsController:delete' => ['privates''.service_locator.rGVylc.''get_ServiceLocator_RGVylc_Service'false],
  14991.             'App\\Controller\\API\\User\\CardsController:index' => ['privates''.service_locator.dTKcOT2''get_ServiceLocator_DTKcOT2Service'false],
  14992.             'App\\Controller\\API\\User\\CardsController:new' => ['privates''.service_locator.MQy.pss''get_ServiceLocator_MQy_PssService'false],
  14993.             'App\\Controller\\API\\User\\CardsController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  14994.             'App\\Controller\\API\\User\\SubAccountsController:acceptInvitation' => ['privates''.service_locator.VAPpaZO''get_ServiceLocator_VAPpaZOService'false],
  14995.             'App\\Controller\\API\\User\\SubAccountsController:add' => ['privates''.service_locator.Ue3lOen''get_ServiceLocator_Ue3lOenService'false],
  14996.             'App\\Controller\\API\\User\\SubAccountsController:delete' => ['privates''.service_locator.P4ohWKt''get_ServiceLocator_P4ohWKtService'false],
  14997.             'App\\Controller\\API\\User\\SubAccountsController:index' => ['privates''.service_locator.yHxuB79''get_ServiceLocator_YHxuB79Service'false],
  14998.             'App\\Controller\\API\\User\\SubAccountsController:lookup' => ['privates''.service_locator.Md5pun7''get_ServiceLocator_Md5pun7Service'false],
  14999.             'App\\Controller\\API\\User\\SubAccountsController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  15000.             'App\\Controller\\API\\User\\SubAccountsController:statistics' => ['privates''.service_locator.YfO3EUD''get_ServiceLocator_YfO3EUDService'false],
  15001.             'App\\Controller\\API\\User\\SubscriptionsController:cancel' => ['privates''.service_locator.qKrahGf''get_ServiceLocator_QKrahGfService'false],
  15002.             'App\\Controller\\API\\User\\SubscriptionsController:index' => ['privates''.service_locator.tGqu6ZS''get_ServiceLocator_TGqu6ZSService'false],
  15003.             'App\\Controller\\API\\User\\SubscriptionsController:new' => ['privates''.service_locator.dxyzow6''get_ServiceLocator_Dxyzow6Service'false],
  15004.             'App\\Controller\\API\\User\\SubscriptionsController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  15005.             'App\\Controller\\Admin\\Banners\\BannersController:delete' => ['privates''.service_locator.qYCra7m''get_ServiceLocator_QYCra7mService'false],
  15006.             'App\\Controller\\Admin\\Banners\\BannersController:edit' => ['privates''.service_locator.qYCra7m''get_ServiceLocator_QYCra7mService'false],
  15007.             'App\\Controller\\Admin\\Banners\\BannersController:index' => ['privates''.service_locator.EKpMssS''get_ServiceLocator_EKpMssSService'false],
  15008.             'App\\Controller\\Admin\\Banners\\BannersController:new' => ['privates''.service_locator.EqM7.cD''get_ServiceLocator_EqM7_CDService'false],
  15009.             'App\\Controller\\Admin\\Subscriptions\\SubscriptionPlansController:activate' => ['privates''.service_locator.FeEvP.H''get_ServiceLocator_FeEvP_HService'false],
  15010.             'App\\Controller\\Admin\\Subscriptions\\SubscriptionPlansController:diActivate' => ['privates''.service_locator.FeEvP.H''get_ServiceLocator_FeEvP_HService'false],
  15011.             'App\\Controller\\Admin\\Subscriptions\\SubscriptionPlansController:index' => ['privates''.service_locator.0YeVgFJ''get_ServiceLocator_0YeVgFJService'false],
  15012.             'App\\Controller\\Admin\\Subscriptions\\SubscriptionPlansController:post' => ['privates''.service_locator.MkMRSDY''get_ServiceLocator_MkMRSDYService'false],
  15013.             'App\\Controller\\DefaultController:healthCheck' => ['privates''.service_locator.mB9R.17''get_ServiceLocator_MB9R_17Service'false],
  15014.             'App\\Controller\\EmailList\\WaitingController:index' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  15015.             'App\\Controller\\SecurityController:changePassword' => ['privates''.service_locator.KnMJEak''get_ServiceLocator_KnMJEakService'false],
  15016.             'App\\Controller\\SecurityController:login' => ['privates''.service_locator.BirtPkH''get_ServiceLocator_BirtPkHService'false],
  15017.             'Aqarmap\\Bundle\\AnnouncementBundle\\Controller\\Admin\\AnnouncementController:announcementForm' => ['privates''.service_locator.jCd05L.''get_ServiceLocator_JCd05L_Service'false],
  15018.             'Aqarmap\\Bundle\\AnnouncementBundle\\Controller\\Api\\AnnouncementController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  15019.             'Aqarmap\\Bundle\\BrokerSalesBundle\\Controller\\Admin\\BrokerController:assignBrokerToSellerForm' => ['privates''.service_locator.0CRMPWH''get_ServiceLocator_0CRMPWHService'false],
  15020.             'Aqarmap\\Bundle\\BrokerSalesBundle\\Controller\\Admin\\BrokerController:brokerDetails' => ['privates''.service_locator.4RkZoSP''get_ServiceLocator_4RkZoSPService'false],
  15021.             'Aqarmap\\Bundle\\BrokerSalesBundle\\Controller\\Admin\\BrokerController:createAssignBrokerForm' => ['privates''.service_locator.0CRMPWH''get_ServiceLocator_0CRMPWHService'false],
  15022.             'Aqarmap\\Bundle\\BrokerSalesBundle\\Controller\\Admin\\BrokerController:delete' => ['privates''.service_locator.0CRMPWH''get_ServiceLocator_0CRMPWHService'false],
  15023.             'Aqarmap\\Bundle\\BrokerSalesBundle\\Controller\\Admin\\BrokerController:setBrokerCreatedDate' => ['privates''.service_locator.0CRMPWH''get_ServiceLocator_0CRMPWHService'false],
  15024.             'Aqarmap\\Bundle\\BrokerSalesBundle\\Controller\\Admin\\SellerController:deleteSeller' => ['privates''.service_locator.7Ryfzhm''get_ServiceLocator_7RyfzhmService'false],
  15025.             'Aqarmap\\Bundle\\BrokerSalesBundle\\Controller\\Admin\\SellerController:sellerBrokers' => ['privates''.service_locator.0XB_Fvv''get_ServiceLocator_0XBFvvService'false],
  15026.             'Aqarmap\\Bundle\\BrokerSalesBundle\\Controller\\Admin\\SellerController:sellers' => ['privates''.service_locator.z4vVS.d''get_ServiceLocator_Z4vVS_DService'false],
  15027.             'Aqarmap\\Bundle\\BuyerAlertsBundle\\Controller\\Api\\BuyerAlertsController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  15028.             'Aqarmap\\Bundle\\BuyerAlertsBundle\\Controller\\BuyerAlertsController:BuyerAlerts' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  15029.             'Aqarmap\\Bundle\\BuyerAlertsBundle\\Controller\\BuyerAlertsController:unsubscribeBuyerAlerts' => ['privates''.service_locator.SE4ny3Y''get_ServiceLocator_SE4ny3YService'false],
  15030.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\CompanyController:assignAccountManager' => ['privates''.service_locator.EWg.NYx''get_ServiceLocator_EWg_NYxService'false],
  15031.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\CompanyController:company' => ['privates''.service_locator.Ef5rjrT''get_ServiceLocator_Ef5rjrTService'false],
  15032.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\CompanyController:companyAccountManagers' => ['privates''.service_locator.EWg.NYx''get_ServiceLocator_EWg_NYxService'false],
  15033.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\CompanyController:companyAccounts' => ['privates''.service_locator.4Y9JfYU''get_ServiceLocator_4Y9JfYUService'false],
  15034.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\CompanyController:createCompanyForm' => ['privates''.service_locator.EWg.NYx''get_ServiceLocator_EWg_NYxService'false],
  15035.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\CompanyController:createExistingStaffUser' => ['privates''.service_locator.EWg.NYx''get_ServiceLocator_EWg_NYxService'false],
  15036.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\CompanyController:createNewRegisteredStaffUser' => ['privates''.service_locator.lsi4tRL''get_ServiceLocator_Lsi4tRLService'false],
  15037.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\CompanyController:removeStaffAccount' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  15038.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\CompanyController:setCompanyCustomer' => ['privates''.service_locator.6JLV5pg''get_ServiceLocator_6JLV5pgService'false],
  15039.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\CompanyController:setCompanyPotential' => ['privates''.service_locator.6JLV5pg''get_ServiceLocator_6JLV5pgService'false],
  15040.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\CompanyController:setCompanyProspected' => ['privates''.service_locator.6JLV5pg''get_ServiceLocator_6JLV5pgService'false],
  15041.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\CompanyController:setCompanyRejected' => ['privates''.service_locator.EWg.NYx''get_ServiceLocator_EWg_NYxService'false],
  15042.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\CompanyController:unassignAccountManager' => ['privates''.service_locator.te1Yo1e''get_ServiceLocator_Te1Yo1eService'false],
  15043.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\StaffController:createExistingStaffUser' => ['privates''.service_locator.JjyeKo6''get_ServiceLocator_JjyeKo6Service'false],
  15044.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\StaffController:createNewRegisteredStaffUser' => ['privates''.service_locator.JjyeKo6''get_ServiceLocator_JjyeKo6Service'false],
  15045.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\StaffController:createStaffForm' => ['privates''.service_locator.JjyeKo6''get_ServiceLocator_JjyeKo6Service'false],
  15046.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\StaffController:delete' => ['privates''.service_locator.JjyeKo6''get_ServiceLocator_JjyeKo6Service'false],
  15047.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\StaffController:removeStaffAccount' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  15048.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Api\\CompanyController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  15049.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Api\\CompanyController:updateCompany' => ['privates''.service_locator.EWg.NYx''get_ServiceLocator_EWg_NYxService'false],
  15050.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Api\\StaffCheckInController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  15051.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Api\\StaffCheckInController:upload' => ['privates''.service_locator.x6Cz3.I''get_ServiceLocator_X6Cz3_IService'false],
  15052.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Api\\StaffController:getStaffData' => ['privates''.service_locator.FYIkfU9''get_ServiceLocator_FYIkfU9Service'false],
  15053.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Api\\StaffController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  15054.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Admin\\CreditController:activatePackage' => ['privates''.service_locator.wVrXYG2''get_ServiceLocator_WVrXYG2Service'false],
  15055.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Admin\\CreditController:cancel' => ['privates''.service_locator.wVrXYG2''get_ServiceLocator_WVrXYG2Service'false],
  15056.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Admin\\CreditController:cancelRecurringl' => ['privates''.service_locator.hwXYXrz''get_ServiceLocator_HwXYXrzService'false],
  15057.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Admin\\CreditController:deductPoints' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  15058.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Admin\\CreditController:depositPoints' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  15059.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Admin\\CreditController:transfer' => ['privates''.service_locator.NSHwqyp''get_ServiceLocator_NSHwqypService'false],
  15060.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Admin\\CreditPackageController:post' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  15061.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Admin\\CreditServiceController:changePosition' => ['privates''.service_locator.xQH1vY9''get_ServiceLocator_XQH1vY9Service'false],
  15062.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Admin\\CreditServiceController:delete' => ['privates''.service_locator.xQH1vY9''get_ServiceLocator_XQH1vY9Service'false],
  15063.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Admin\\CreditServiceController:edit' => ['privates''.service_locator.xQH1vY9''get_ServiceLocator_XQH1vY9Service'false],
  15064.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Api\\CreditAnalysisController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  15065.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Api\\CreditController:deduct' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  15066.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Api\\CreditController:exportCreditTransactions' => ['privates''.service_locator.J4vdJ1P''get_ServiceLocator_J4vdJ1PService'false],
  15067.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Api\\CreditController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  15068.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Api\\CreditServiceController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  15069.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Api\\CreditServiceController:updateServiceStatus' => ['privates''.service_locator.Vhx2..N''get_ServiceLocator_Vhx2__NService'false],
  15070.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Api\\V2\\CreditPackageController:getUserTypePackages' => ['privates''.service_locator.RBLp9TH''get_ServiceLocator_RBLp9THService'false],
  15071.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Api\\V2\\CreditPackageController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  15072.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Api\\V3\\CreditController:getErrorMessages' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  15073.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Api\\V3\\CreditController:respondWithValidationErrors' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  15074.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Api\\V3\\CreditController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  15075.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\CreditController:package' => ['privates''.service_locator.0qmhlcG''get_ServiceLocator_0qmhlcGService'false],
  15076.             'Aqarmap\\Bundle\\CustomerProfilingBundle\\Controller\\Admin\\DynamicQuestionController:addAnswer' => ['privates''.service_locator.Ef4Q2nx''get_ServiceLocator_Ef4Q2nxService'false],
  15077.             'Aqarmap\\Bundle\\CustomerProfilingBundle\\Controller\\Admin\\DynamicQuestionController:editAnswer' => ['privates''.service_locator.lZdneNX''get_ServiceLocator_LZdneNXService'false],
  15078.             'Aqarmap\\Bundle\\CustomerProfilingBundle\\Controller\\Admin\\DynamicQuestionController:removeAnswer' => ['privates''.service_locator.lZdneNX''get_ServiceLocator_LZdneNXService'false],
  15079.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Admin\\CommentController:approve' => ['privates''.service_locator.2_6UvMb''get_ServiceLocator_26UvMbService'false],
  15080.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Admin\\CommentController:decline' => ['privates''.service_locator.2_6UvMb''get_ServiceLocator_26UvMbService'false],
  15081.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Admin\\CommentController:delete' => ['privates''.service_locator.2_6UvMb''get_ServiceLocator_26UvMbService'false],
  15082.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Admin\\DiscussionController:SendToHelp' => ['privates''.service_locator.6U_jksk''get_ServiceLocator_6UJkskService'false],
  15083.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Admin\\DiscussionController:approve' => ['privates''.service_locator.6U_jksk''get_ServiceLocator_6UJkskService'false],
  15084.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Admin\\DiscussionController:decline' => ['privates''.service_locator.6U_jksk''get_ServiceLocator_6UJkskService'false],
  15085.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Admin\\DiscussionController:delete' => ['privates''.service_locator.6U_jksk''get_ServiceLocator_6UJkskService'false],
  15086.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Admin\\DiscussionController:edit' => ['privates''.service_locator.wpvzSKV''get_ServiceLocator_WpvzSKVService'false],
  15087.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Admin\\DiscussionController:locationDiscussions' => ['privates''.service_locator.i94Unr0''get_ServiceLocator_I94Unr0Service'false],
  15088.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Api\\DiscussionController:addComment' => ['privates''.service_locator.6U_jksk''get_ServiceLocator_6UJkskService'false],
  15089.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Api\\DiscussionController:addCommentLike' => ['privates''.service_locator.2_6UvMb''get_ServiceLocator_26UvMbService'false],
  15090.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Api\\DiscussionController:addDiscussion' => ['privates''.service_locator.iI93pWi''get_ServiceLocator_II93pWiService'false],
  15091.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Api\\DiscussionController:addDiscussionSubscriber' => ['privates''.service_locator.6U_jksk''get_ServiceLocator_6UJkskService'false],
  15092.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Api\\DiscussionController:checkDiscussionSubscriber' => ['privates''.service_locator.6U_jksk''get_ServiceLocator_6UJkskService'false],
  15093.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Api\\DiscussionController:discussion' => ['privates''.service_locator.6U_jksk''get_ServiceLocator_6UJkskService'false],
  15094.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Api\\DiscussionController:discussions' => ['privates''.service_locator.i94Unr0''get_ServiceLocator_I94Unr0Service'false],
  15095.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Api\\DiscussionController:removeCommentLike' => ['privates''.service_locator.2_6UvMb''get_ServiceLocator_26UvMbService'false],
  15096.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Api\\DiscussionController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  15097.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Api\\DiscussionController:unsetDiscussionSubscriber' => ['privates''.service_locator.6U_jksk''get_ServiceLocator_6UJkskService'false],
  15098.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Api\\DiscussionController:updateCommentLike' => ['privates''.service_locator.2_6UvMb''get_ServiceLocator_26UvMbService'false],
  15099.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Api\\DiscussionController:updateDiscussion' => ['privates''.service_locator.6U_jksk''get_ServiceLocator_6UJkskService'false],
  15100.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\CommentController:create' => ['privates''.service_locator.6U_jksk''get_ServiceLocator_6UJkskService'false],
  15101.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\CommentController:delete' => ['privates''.service_locator.NRsk.0J''get_ServiceLocator_NRsk_0JService'false],
  15102.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\CommentController:edit' => ['privates''.service_locator.NRsk.0J''get_ServiceLocator_NRsk_0JService'false],
  15103.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\DiscussionController:addDiscussionSubscriber' => ['privates''.service_locator.6U_jksk''get_ServiceLocator_6UJkskService'false],
  15104.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\DiscussionController:create' => ['privates''.service_locator.IxKqzhS''get_ServiceLocator_IxKqzhSService'false],
  15105.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\DiscussionController:delete' => ['privates''.service_locator.6U_jksk''get_ServiceLocator_6UJkskService'false],
  15106.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\DiscussionController:discussionComments' => ['privates''.service_locator.l8gbRtF''get_ServiceLocator_L8gbRtFService'false],
  15107.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\DiscussionController:discussions' => ['privates''.service_locator.IxKqzhS''get_ServiceLocator_IxKqzhSService'false],
  15108.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\DiscussionController:edit' => ['privates''.service_locator.wpvzSKV''get_ServiceLocator_WpvzSKVService'false],
  15109.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\DiscussionController:unsetDiscussionSubscriber' => ['privates''.service_locator.6U_jksk''get_ServiceLocator_6UJkskService'false],
  15110.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\DiscussionController:unsubscribeConfirm' => ['privates''.service_locator.q0bdmru''get_ServiceLocator_Q0bdmruService'false],
  15111.             'Aqarmap\\Bundle\\ExchangeBundle\\Controller\\Api\\ExchangeRequestController:deleteExchangeRequest' => ['privates''.service_locator.EyfC0N4''get_ServiceLocator_EyfC0N4Service'false],
  15112.             'Aqarmap\\Bundle\\ExchangeBundle\\Controller\\Api\\ExchangeRequestController:getExchangeRequest' => ['privates''.service_locator.EyfC0N4''get_ServiceLocator_EyfC0N4Service'false],
  15113.             'Aqarmap\\Bundle\\ExchangeBundle\\Controller\\Api\\ExchangeRequestController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  15114.             'Aqarmap\\Bundle\\ExchangeBundle\\Controller\\Api\\ExchangeRequestController:unlockExchangeRequest' => ['privates''.service_locator.EyfC0N4''get_ServiceLocator_EyfC0N4Service'false],
  15115.             'Aqarmap\\Bundle\\ExchangeBundle\\Controller\\Api\\ExchangeRequestController:updateExchangeRequest' => ['privates''.service_locator.EyfC0N4''get_ServiceLocator_EyfC0N4Service'false],
  15116.             'Aqarmap\\Bundle\\FeatureToggleBundle\\Controller\\Admin\\FeatureToggleController:edit' => ['privates''.service_locator.faK6yZI''get_ServiceLocator_FaK6yZIService'false],
  15117.             'Aqarmap\\Bundle\\FeatureToggleBundle\\Controller\\Api\\FeatureToggleController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  15118.             'Aqarmap\\Bundle\\FinancialAidsBundle\\Controller\\Admin\\FinancialAidController:edit' => ['privates''.service_locator.F92OUdR''get_ServiceLocator_F92OUdRService'false],
  15119.             'Aqarmap\\Bundle\\FinancialAidsBundle\\Controller\\Admin\\FinancialAidController:postEdit' => ['privates''.service_locator.F92OUdR''get_ServiceLocator_F92OUdRService'false],
  15120.             'Aqarmap\\Bundle\\FinancialAidsBundle\\Controller\\Admin\\FinancialAidController:updateFinancialAidStatus' => ['privates''.service_locator.F92OUdR''get_ServiceLocator_F92OUdRService'false],
  15121.             'Aqarmap\\Bundle\\FinancialAidsBundle\\Controller\\Api\\FinancialAidController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  15122.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\CompoundLocationController:disable' => ['privates''.service_locator.x3wWNZA''get_ServiceLocator_X3wWNZAService'false],
  15123.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\CompoundLocationController:enable' => ['privates''.service_locator.x3wWNZA''get_ServiceLocator_X3wWNZAService'false],
  15124.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\LeadsController:exportLeads' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  15125.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\LeadsController:index' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  15126.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\LeadsController:resendLeads' => ['privates''.service_locator.2395Z6t''get_ServiceLocator_2395Z6tService'false],
  15127.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:QuickPostListingForm' => ['privates''.service_locator.IxpZ58c''get_ServiceLocator_IxpZ58cService'false],
  15128.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:addNote' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  15129.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:addParticipant' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  15130.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:adminChangeLocation' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  15131.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:adminListingRejections' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  15132.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:adminPropertyType' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  15133.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:approve' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  15134.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:approveChildren' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  15135.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:bulkDeletePhoto' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  15136.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:bulkFeatureAsAdmin' => ['privates''.service_locator.ZxYD5ys''get_ServiceLocator_ZxYD5ysService'false],
  15137.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:bulkFeatureAsSeller' => ['privates''.service_locator.ZxYD5ys''get_ServiceLocator_ZxYD5ysService'false],
  15138.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:bumpUp' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  15139.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:changeSection' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  15140.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:clearMap' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  15141.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:clearPrice' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  15142.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:clearVideo' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  15143.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:consumersRatesData' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  15144.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:delete' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  15145.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:deleteNote' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  15146.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:deletePhoto' => ['privates''.service_locator.ixUkIS.''get_ServiceLocator_IxUkIS_Service'false],
  15147.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:downloadBrochure' => ['privates''.service_locator.5TZeRCE''get_ServiceLocator_5TZeRCEService'false],
  15148.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:editListing' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  15149.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:editListingArea' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  15150.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:editListingLocations' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  15151.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:editListingParticipants' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  15152.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:editListingPaymentMethod' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  15153.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:editListingPhones' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  15154.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:editListingPhotos' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  15155.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:editListingTranslation' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  15156.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:editListingUnits' => ['privates''.service_locator.za1p.5V''get_ServiceLocator_Za1p_5VService'false],
  15157.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:featured' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  15158.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:featuredAsSeller' => ['privates''.service_locator.48PMbZa''get_ServiceLocator_48PMbZaService'false],
  15159.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:getListingBasics' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  15160.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:listingLocationForm' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  15161.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:listingPhoneForm' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  15162.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:moveListingPhotoDown' => ['privates''.service_locator.ixUkIS.''get_ServiceLocator_IxUkIS_Service'false],
  15163.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:moveListingPhotoUp' => ['privates''.service_locator.ixUkIS.''get_ServiceLocator_IxUkIS_Service'false],
  15164.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:newLocationModal' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  15165.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:newPhoneModal' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  15166.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:pending' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  15167.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:pendingChildren' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  15168.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:postEditListingBasics' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  15169.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:postEditListingPhotos' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  15170.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:postEditListingTranslations' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  15171.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:postListingLocation' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  15172.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:postListingPhone' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  15173.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:pumpUp' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  15174.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:quickPostListingModelForm' => ['privates''.service_locator.N_uc6xq''get_ServiceLocator_NUc6xqService'false],
  15175.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:quickRegisterParticipant' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  15176.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:rates' => ['privates''.service_locator.pzZ8_Cb''get_ServiceLocator_PzZ8CbService'false],
  15177.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:ratesDetails' => ['privates''.service_locator.Uyoau69''get_ServiceLocator_Uyoau69Service'false],
  15178.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:relist' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  15179.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:removeListingLocation' => ['privates''.service_locator.zJJOuyv''get_ServiceLocator_ZJJOuyvService'false],
  15180.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:removeNumbers' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  15181.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:removeParticipant' => ['privates''.service_locator._Qw4DJe''get_ServiceLocator_Qw4DJeService'false],
  15182.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:removePhone' => ['privates''.service_locator.oGPbAPY''get_ServiceLocator_OGPbAPYService'false],
  15183.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:resetTitle' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  15184.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:revertBumpUp' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  15185.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:review' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  15186.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:showInHomepage' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  15187.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:unflag' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  15188.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingPendingFeaturingController:approveFeaturingListing' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  15189.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingPendingFeaturingController:reject' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  15190.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingPendingFeaturingController:rejectFeaturingListing' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  15191.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingRulesController:changePosition' => ['privates''.service_locator.XD1u.VJ''get_ServiceLocator_XD1u_VJService'false],
  15192.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingRulesController:delete' => ['privates''.service_locator.XD1u.VJ''get_ServiceLocator_XD1u_VJService'false],
  15193.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingRulesController:edit' => ['privates''.service_locator.XD1u.VJ''get_ServiceLocator_XD1u_VJService'false],
  15194.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingRulesController:index' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  15195.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\LocationController:Post' => ['privates''.service_locator.UQTEWgm''get_ServiceLocator_UQTEWgmService'false],
  15196.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\LocationController:addNearestLocations' => ['privates''.service_locator.i94Unr0''get_ServiceLocator_I94Unr0Service'false],
  15197.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\LocationController:changeStatus' => ['privates''.service_locator.i94Unr0''get_ServiceLocator_I94Unr0Service'false],
  15198.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\LocationController:deleteLocationPhoto' => ['privates''.service_locator.SBFvyl6''get_ServiceLocator_SBFvyl6Service'false],
  15199.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\LocationController:locationFetcher' => ['privates''.service_locator.IxKqzhS''get_ServiceLocator_IxKqzhSService'false],
  15200.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\LocationController:mainPhotoLocation' => ['privates''.service_locator.SBFvyl6''get_ServiceLocator_SBFvyl6Service'false],
  15201.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\LocationController:moveLocationListings' => ['privates''.service_locator.i94Unr0''get_ServiceLocator_I94Unr0Service'false],
  15202.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\LocationController:unsetLocationListing' => ['privates''.service_locator.i94Unr0''get_ServiceLocator_I94Unr0Service'false],
  15203.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\LocationController:unsetNearestLocation' => ['privates''.service_locator.i94Unr0''get_ServiceLocator_I94Unr0Service'false],
  15204.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\LocationController:upload' => ['privates''.service_locator.i94Unr0''get_ServiceLocator_I94Unr0Service'false],
  15205.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\RejectionController:delete' => ['privates''.service_locator.oWTv1Ao''get_ServiceLocator_OWTv1AoService'false],
  15206.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ScrapedListingController:removePhoto' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  15207.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\SearchController:locationSearchHistoryLink' => ['privates''.service_locator.IxKqzhS''get_ServiceLocator_IxKqzhSService'false],
  15208.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\SearchController:searchAdmin' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  15209.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\SearchController:searchResult' => ['privates''.service_locator.kQ3e.Yt''get_ServiceLocator_KQ3e_YtService'false],
  15210.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\CallRequestController:getTotalQueuedCalls' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  15211.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\CallRequestController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  15212.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\CompoundLocationController:getLocationChildren' => ['privates''.service_locator.LeUnxz1''get_ServiceLocator_LeUnxz1Service'false],
  15213.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\CompoundLocationController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  15214.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\CompoundSearchController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  15215.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\CustomFieldController:getFinishTypes' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  15216.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\CustomFieldController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  15217.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\EstimateController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  15218.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\FavouriteController:create' => ['privates''.service_locator.tV2D6Yk''get_ServiceLocator_TV2D6YkService'false],
  15219.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\FavouriteController:delete' => ['privates''.service_locator.TLrSZYf''get_ServiceLocator_TLrSZYfService'false],
  15220.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\FavouriteController:getFavouritesCount' => ['privates''.service_locator.tV2D6Yk''get_ServiceLocator_TV2D6YkService'false],
  15221.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\FavouriteController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  15222.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LeadController:QuickCreateLead' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  15223.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LeadController:addLeadQuality' => ['privates''.service_locator.05NpXBu''get_ServiceLocator_05NpXBuService'false],
  15224.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LeadController:countLeadsInSpecificPeriod' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  15225.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LeadController:exportLeads' => ['privates''.service_locator.gkdKNNQ''get_ServiceLocator_GkdKNNQService'false],
  15226.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LeadController:exportTopSellerLeads' => ['privates''.service_locator.U38IPRQ''get_ServiceLocator_U38IPRQService'false],
  15227.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LeadController:getLead' => ['privates''.service_locator.gLZfSFb''get_ServiceLocator_GLZfSFbService'false],
  15228.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LeadController:getLeadsCountsForEachType' => ['privates''.service_locator.5DRJAs3''get_ServiceLocator_5DRJAs3Service'false],
  15229.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LeadController:getLeadsInsights' => ['privates''.service_locator.UsScnKS''get_ServiceLocator_UsScnKSService'false],
  15230.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LeadController:getLeadsList' => ['privates''.service_locator.wB_aZlL''get_ServiceLocator_WBAZlLService'false],
  15231.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LeadController:getListingFeatureStatus' => ['privates''.service_locator.xh9dd2n''get_ServiceLocator_Xh9dd2nService'false],
  15232.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LeadController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  15233.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:callRequest' => ['privates''.service_locator.E5620._''get_ServiceLocator_E5620_Service'false],
  15234.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:cloneListing' => ['privates''.service_locator.jnEgZVj''get_ServiceLocator_JnEgZVjService'false],
  15235.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:contactSeller' => ['privates''.service_locator.E5620._''get_ServiceLocator_E5620_Service'false],
  15236.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:contactSellerWithQuickRegistration' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  15237.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:delete' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  15238.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:feature' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  15239.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:filterListingChildren' => ['privates''.service_locator.691P.J0''get_ServiceLocator_691P_J0Service'false],
  15240.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:getLeadAnalytics' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  15241.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:getListing' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  15242.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:getListingChildren' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  15243.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:getListingDetails' => ['privates''.service_locator.at6qQDg''get_ServiceLocator_At6qQDgService'false],
  15244.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:getListingNote' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  15245.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:getListingPhone' => ['privates''.service_locator.E5620._''get_ServiceLocator_E5620_Service'false],
  15246.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:getListingPhotos' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  15247.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:getListingPreviewData' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  15248.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:getListingRules' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  15249.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:getListingTopSeller' => ['privates''.service_locator.elP0OCB''get_ServiceLocator_ElP0OCBService'false],
  15250.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:getRateDetails' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  15251.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:getRelatedListing' => ['privates''.service_locator.atd8Wi6''get_ServiceLocator_Atd8Wi6Service'false],
  15252.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:getSimilarListingsCount' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  15253.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:increaseListingViews' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  15254.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:postListingSingleNote' => ['privates''.service_locator.0ea3J8t''get_ServiceLocator_0ea3J8tService'false],
  15255.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:quickCreateLead' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  15256.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:rateReview' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  15257.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:relist' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  15258.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  15259.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:undelete' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  15260.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:update' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  15261.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:updateListing' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  15262.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:upload' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  15263.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:uploadListingPhoto' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  15264.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LocationController:getLocationChildren' => ['privates''.service_locator.i94Unr0''get_ServiceLocator_I94Unr0Service'false],
  15265.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LocationController:getLocationStatistics' => ['privates''.service_locator.C3YrtYY''get_ServiceLocator_C3YrtYYService'false],
  15266.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LocationController:getLocationsHomeCompounds' => ['privates''.service_locator.89oxtMu''get_ServiceLocator_89oxtMuService'false],
  15267.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LocationController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  15268.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\NoteController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  15269.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\PhotoController:delete' => ['privates''.service_locator.JZvIlSn''get_ServiceLocator_JZvIlSnService'false],
  15270.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\PhotoController:mainPhoto' => ['privates''.service_locator.JZvIlSn''get_ServiceLocator_JZvIlSnService'false],
  15271.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\PhotoController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  15272.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\PriceFilterController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  15273.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\PropertyTypeController:getPropertyTypeChildren' => ['privates''.service_locator.3.is40S''get_ServiceLocator_3_Is40SService'false],
  15274.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\PropertyTypeController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  15275.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\RateController:add' => ['privates''.service_locator.15Qxs4f''get_ServiceLocator_15Qxs4fService'false],
  15276.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\RateController:create' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  15277.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\RateController:getListingRate' => ['privates''.service_locator.Pfo2iga''get_ServiceLocator_Pfo2igaService'false],
  15278.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\RateController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  15279.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\SearchFiltersController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  15280.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\SectionController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  15281.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\BrokerRankingController:getErrorMessages' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  15282.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\BrokerRankingController:respondWithValidationErrors' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  15283.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\BrokerRankingController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  15284.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\FavouriteController:getErrorMessages' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  15285.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\FavouriteController:respondWithValidationErrors' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  15286.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\FavouriteController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  15287.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\ImpressionController:getErrorMessages' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  15288.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\ImpressionController:respondWithValidationErrors' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  15289.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\ImpressionController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  15290.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\ListingController:contactSeller' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  15291.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\ListingController:getErrorMessages' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  15292.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\ListingController:getFeatureExpiryDate' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  15293.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\ListingController:respondWithValidationErrors' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  15294.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\ListingController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  15295.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\ListingController:update' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  15296.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\LocationController:getErrorMessages' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  15297.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\LocationController:respondWithValidationErrors' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  15298.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\LocationController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  15299.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\RateController:getErrorMessages' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  15300.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\RateController:respondWithValidationErrors' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  15301.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\RateController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  15302.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\CallRequestController:callRequestForm' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  15303.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\CallRequestController:getErrorMessages' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  15304.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\CallRequestController:respondWithValidationErrors' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  15305.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\CallRequestController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  15306.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\CompoundLocationController:getCompoundChildrenLocations' => ['privates''.service_locator.x3wWNZA''get_ServiceLocator_X3wWNZAService'false],
  15307.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\CompoundLocationController:getErrorMessages' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  15308.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\CompoundLocationController:respondWithValidationErrors' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  15309.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\CompoundLocationController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  15310.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\ConditionalFieldController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  15311.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\FiltersController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  15312.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\ListingController:deletePhoto' => ['privates''.service_locator.6uOXFWy''get_ServiceLocator_6uOXFWyService'false],
  15313.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\ListingController:downloadBrochure' => ['privates''.service_locator.vsIiRg8''get_ServiceLocator_VsIiRg8Service'false],
  15314.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\ListingController:getListingRules' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  15315.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\ListingController:getSpecialAddListingFeatures' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  15316.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\ListingController:getUserListings' => ['privates''.service_locator.vDcpV4H''get_ServiceLocator_VDcpV4HService'false],
  15317.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\ListingController:setMainPhoto' => ['privates''.service_locator.6uOXFWy''get_ServiceLocator_6uOXFWyService'false],
  15318.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\ListingController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  15319.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\ListingController:update' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  15320.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\ListingController:uploadPhotos' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  15321.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\LocationController:getLocationChildren' => ['privates''.service_locator.i94Unr0''get_ServiceLocator_I94Unr0Service'false],
  15322.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\LocationController:getLocationTranslation' => ['privates''.service_locator.i94Unr0''get_ServiceLocator_I94Unr0Service'false],
  15323.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\LocationController:getNearbyLocations' => ['privates''.service_locator.i94Unr0''get_ServiceLocator_I94Unr0Service'false],
  15324.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\LocationController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  15325.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\PropertyTypeController:allChildren' => ['privates''.service_locator.3.is40S''get_ServiceLocator_3_Is40SService'false],
  15326.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\PropertyTypeController:getPropertyType' => ['privates''.service_locator.3.is40S''get_ServiceLocator_3_Is40SService'false],
  15327.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\PropertyTypeController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  15328.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\SectionController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  15329.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\UserListingStatisticController:getCountForEachFeaturedListings' => ['privates''.service_locator.U38IPRQ''get_ServiceLocator_U38IPRQService'false],
  15330.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\UserListingStatisticController:getErrorMessages' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  15331.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\UserListingStatisticController:getListingCountForEachStatus' => ['privates''.service_locator.U38IPRQ''get_ServiceLocator_U38IPRQService'false],
  15332.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\UserListingStatisticController:respondWithValidationErrors' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  15333.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\UserListingStatisticController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  15334.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\DefaultController:myListings' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  15335.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\LeadController:quickLead' => ['privates''.service_locator.OC2AG.K''get_ServiceLocator_OC2AG_KService'false],
  15336.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\LeadController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  15337.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController:CSVLatestListings' => ['privates''.service_locator.tp5oD8B''get_ServiceLocator_Tp5oD8BService'false],
  15338.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController:bulkDeletePhoto' => ['privates''.service_locator.kyyH9Zf''get_ServiceLocator_KyyH9ZfService'false],
  15339.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController:callRequest' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  15340.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController:callRequestForm' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  15341.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController:confirmFeaturedPublishing' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  15342.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController:confirmPublishing' => ['privates''.service_locator.4CTW3Co''get_ServiceLocator_4CTW3CoService'false],
  15343.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController:confirmPumpUpListing' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  15344.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController:contactSeller' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  15345.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController:contactSellerForm' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  15346.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController:contactSellerWideForm' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  15347.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController:delete' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  15348.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController:downloadBrochure' => ['privates''.service_locator.5TZeRCE''get_ServiceLocator_5TZeRCEService'false],
  15349.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController:finish' => ['privates''.service_locator.4CTW3Co''get_ServiceLocator_4CTW3CoService'false],
  15350.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController:landingPage' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  15351.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController:listRejections' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  15352.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController:listingDetailsApp' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  15353.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController:post' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  15354.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController:prepareFeaturedListingPayment' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  15355.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController:prepareListingPayment' => ['privates''.service_locator.4CTW3Co''get_ServiceLocator_4CTW3CoService'false],
  15356.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController:preview' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  15357.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController:pumpUpListing' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  15358.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController:read' => ['privates''.service_locator.wskWCel''get_ServiceLocator_WskWCelService'false],
  15359.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController:relist' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  15360.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController:specialAddListingFeature' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  15361.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController:transferScrapedListingOwnership' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  15362.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController:undelete' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  15363.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController:upload' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  15364.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingSearchController:searchResults' => ['privates''.service_locator.GedePMg''get_ServiceLocator_GedePMgService'false],
  15365.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\PhotoController:delete' => ['privates''.service_locator.vgxLjSE''get_ServiceLocator_VgxLjSEService'false],
  15366.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\PhotoController:editPhotoType' => ['privates''.service_locator.vgxLjSE''get_ServiceLocator_VgxLjSEService'false],
  15367.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\PhotoController:mainPhoto' => ['privates''.service_locator.vgxLjSE''get_ServiceLocator_VgxLjSEService'false],
  15368.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\SectionController:show' => ['privates''.service_locator.ScY99ay''get_ServiceLocator_ScY99ayService'false],
  15369.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\CustomParagraphController:delete' => ['privates''.service_locator.zxXIGe6''get_ServiceLocator_ZxXIGe6Service'false],
  15370.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\CustomParagraphController:edit' => ['privates''.service_locator.zxXIGe6''get_ServiceLocator_ZxXIGe6Service'false],
  15371.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\CustomParagraphController:toggleStatus' => ['privates''.service_locator.zxXIGe6''get_ServiceLocator_ZxXIGe6Service'false],
  15372.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\DefaultController:activity' => ['privates''.service_locator.0U7N9yd''get_ServiceLocator_0U7N9ydService'false],
  15373.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\DefaultTopCustomersController:delete' => ['privates''.service_locator.Xc.PcLF''get_ServiceLocator_Xc_PcLFService'false],
  15374.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\DefaultTopCustomersController:edit' => ['privates''.service_locator.Xc.PcLF''get_ServiceLocator_Xc_PcLFService'false],
  15375.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\FeedbackController:delete' => ['privates''.service_locator.DhfpusR''get_ServiceLocator_DhfpusRService'false],
  15376.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\FeedbackController:feedbackForm' => ['privates''.service_locator.DhfpusR''get_ServiceLocator_DhfpusRService'false],
  15377.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\FeedbackController:noteForm' => ['privates''.service_locator.iuFqMPC''get_ServiceLocator_IuFqMPCService'false],
  15378.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\MenuController:link' => ['privates''.service_locator.LRr2cO7''get_ServiceLocator_LRr2cO7Service'false],
  15379.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\MenuController:linkdelete' => ['privates''.service_locator.kLKFYzd''get_ServiceLocator_KLKFYzdService'false],
  15380.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\MenuController:linkinsert' => ['privates''.service_locator.LRr2cO7''get_ServiceLocator_LRr2cO7Service'false],
  15381.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\MenuController:menuDelete' => ['privates''.service_locator.LRr2cO7''get_ServiceLocator_LRr2cO7Service'false],
  15382.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\MobileSectionsTogglesController:editStatus' => ['privates''.service_locator.81H6ZId''get_ServiceLocator_81H6ZIdService'false],
  15383.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\MobileSectionsTogglesController:getErrorMessages' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  15384.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\MobileSectionsTogglesController:respondWithValidationErrors' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  15385.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\MobileSectionsTogglesController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  15386.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\PageController:delete' => ['privates''.service_locator.Nf_Q.FU''get_ServiceLocator_NfQ_FUService'false],
  15387.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\SettingController:edit' => ['privates''.service_locator.n07hh1c''get_ServiceLocator_N07hh1cService'false],
  15388.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\TestimonialController:edit' => ['privates''.service_locator.0qmhlcG''get_ServiceLocator_0qmhlcGService'false],
  15389.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\TestimonialController:index' => ['privates''.service_locator.0qmhlcG''get_ServiceLocator_0qmhlcGService'false],
  15390.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\TestimonialController:toggleStatus' => ['privates''.service_locator.0qmhlcG''get_ServiceLocator_0qmhlcGService'false],
  15391.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\BaseController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  15392.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\DefaultController:getClientIp' => ['privates''.service_locator.VdGUnZl''get_ServiceLocator_VdGUnZlService'false],
  15393.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\DefaultController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  15394.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\DefaultTopCustomersController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  15395.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\FeedbackController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  15396.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\SettingController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  15397.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\V2\\DefaultController:getListingCount' => ['privates''.service_locator.CmEcGGJ''get_ServiceLocator_CmEcGGJService'false],
  15398.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\V2\\DefaultController:getMenuLinks' => ['privates''.service_locator.b8UDMyj''get_ServiceLocator_B8UDMyjService'false],
  15399.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\V2\\DefaultController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  15400.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\V3\\BaseController:getErrorMessages' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  15401.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\V3\\BaseController:respondWithValidationErrors' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  15402.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\V3\\BaseController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  15403.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\V3\\FeedbackController:getErrorMessages' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  15404.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\V3\\FeedbackController:respondWithValidationErrors' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  15405.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\V3\\FeedbackController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  15406.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\V4\\BaseController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  15407.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\V4\\MobileSectionsTogglesController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  15408.             'Aqarmap\\Bundle\\MainBundle\\Controller\\DefaultController:home' => ['privates''.service_locator.10P59hg''get_ServiceLocator_10P59hgService'false],
  15409.             'Aqarmap\\Bundle\\MainBundle\\Controller\\DefaultController:searchPageFilters' => ['privates''.service_locator.EoCU_mv''get_ServiceLocator_EoCUMvService'false],
  15410.             'Aqarmap\\Bundle\\MainBundle\\Controller\\FeedbackController:post' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  15411.             'Aqarmap\\Bundle\\MainBundle\\Controller\\JoinUsController:createJoinUsForm' => ['privates''.service_locator.EdCv38r''get_ServiceLocator_EdCv38rService'false],
  15412.             'Aqarmap\\Bundle\\MainBundle\\Controller\\JoinUsController:index' => ['privates''.service_locator.CpaXrFh''get_ServiceLocator_CpaXrFhService'false],
  15413.             'Aqarmap\\Bundle\\MainBundle\\Controller\\PageController:view' => ['privates''.service_locator.Nf_Q.FU''get_ServiceLocator_NfQ_FUService'false],
  15414.             'Aqarmap\\Bundle\\MainBundle\\Controller\\SNSNotificationsController:receiver' => ['privates''.service_locator.5usv1bv''get_ServiceLocator_5usv1bvService'false],
  15415.             'Aqarmap\\Bundle\\MortgageBundle\\Controller\\DefaultController:createRequestForm' => ['privates''.service_locator.yzBhvT.''get_ServiceLocator_YzBhvT_Service'false],
  15416.             'Aqarmap\\Bundle\\MortgageBundle\\Controller\\DefaultController:setUserData' => ['privates''.service_locator.yzBhvT.''get_ServiceLocator_YzBhvT_Service'false],
  15417.             'Aqarmap\\Bundle\\NeighborhoodBundle\\Controller\\Admin\\LocationStatisticsController:index' => ['privates''.service_locator.i94Unr0''get_ServiceLocator_I94Unr0Service'false],
  15418.             'Aqarmap\\Bundle\\NeighborhoodBundle\\Controller\\Api\\NeighborhoodController:getNeighborhoodDetails' => ['privates''.service_locator.i94Unr0''get_ServiceLocator_I94Unr0Service'false],
  15419.             'Aqarmap\\Bundle\\NeighborhoodBundle\\Controller\\Api\\NeighborhoodController:getNeighborhoodHistory' => ['privates''.service_locator.i94Unr0''get_ServiceLocator_I94Unr0Service'false],
  15420.             'Aqarmap\\Bundle\\NeighborhoodBundle\\Controller\\Api\\NeighborhoodController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  15421.             'Aqarmap\\Bundle\\NeighborhoodBundle\\Controller\\DefaultController:addNeighbourhoodSubscriber' => ['privates''.service_locator.i94Unr0''get_ServiceLocator_I94Unr0Service'false],
  15422.             'Aqarmap\\Bundle\\NeighborhoodBundle\\Controller\\DefaultController:contactSellerForm' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  15423.             'Aqarmap\\Bundle\\NeighborhoodBundle\\Controller\\DefaultController:index' => ['privates''.service_locator.vWucQHF''get_ServiceLocator_VWucQHFService'false],
  15424.             'Aqarmap\\Bundle\\NeighborhoodBundle\\Controller\\DefaultController:unSubscribeLocationConfirm' => ['privates''.service_locator.SblZSSN''get_ServiceLocator_SblZSSNService'false],
  15425.             'Aqarmap\\Bundle\\NeighborhoodBundle\\Controller\\DefaultController:unsetNeighbourhoodSubscriber' => ['privates''.service_locator.i94Unr0''get_ServiceLocator_I94Unr0Service'false],
  15426.             'Aqarmap\\Bundle\\NotificationBundle\\Controller\\Api\\NotificationController:getNotificationsCount' => ['privates''.service_locator.Dvsigx3''get_ServiceLocator_Dvsigx3Service'false],
  15427.             'Aqarmap\\Bundle\\NotificationBundle\\Controller\\Api\\NotificationController:registerToken' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  15428.             'Aqarmap\\Bundle\\NotificationBundle\\Controller\\Api\\NotificationController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  15429.             'Aqarmap\\Bundle\\NotificationBundle\\Controller\\Api\\SenderController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  15430.             'Aqarmap\\Bundle\\NotificationBundle\\Controller\\NotificationsController:viewNotifications' => ['privates''.service_locator.HcMO1Gs''get_ServiceLocator_HcMO1GsService'false],
  15431.             'Aqarmap\\Bundle\\NotifierBundle\\Controller\\Api\\NotifierController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  15432.             'Aqarmap\\Bundle\\NotifierBundle\\Controller\\DefaultController:activeNotifier' => ['privates''.service_locator.C7sApcB''get_ServiceLocator_C7sApcBService'false],
  15433.             'Aqarmap\\Bundle\\NotifierBundle\\Controller\\DefaultController:globalUnsubscribeNotifier' => ['privates''.service_locator.ZbqxYyN''get_ServiceLocator_ZbqxYyNService'false],
  15434.             'Aqarmap\\Bundle\\NotifierBundle\\Controller\\DefaultController:notifier' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  15435.             'Aqarmap\\Bundle\\NotifierBundle\\Controller\\DefaultController:pauseNotifier' => ['privates''.service_locator.C7sApcB''get_ServiceLocator_C7sApcBService'false],
  15436.             'Aqarmap\\Bundle\\NotifierBundle\\Controller\\DefaultController:post' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  15437.             'Aqarmap\\Bundle\\NotifierBundle\\Controller\\DefaultController:unsubscribeAllNotifier' => ['privates''.service_locator.C7sApcB''get_ServiceLocator_C7sApcBService'false],
  15438.             'Aqarmap\\Bundle\\NotifierBundle\\Controller\\DefaultController:unsubscribeNotifier' => ['privates''.service_locator.C7sApcB''get_ServiceLocator_C7sApcBService'false],
  15439.             'Aqarmap\\Bundle\\OTPBundle\\Controller\\Api\\V4\\OtpController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  15440.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\AnalysisController:newCompanies' => ['privates''.service_locator.z4vVS.d''get_ServiceLocator_Z4vVS_DService'false],
  15441.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\AnalysisController:removeCompanies' => ['privates''.service_locator.2Ub4lmw''get_ServiceLocator_2Ub4lmwService'false],
  15442.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\AnalysisController:userRevenueDetails' => ['privates''.service_locator.z4vVS.d''get_ServiceLocator_Z4vVS_DService'false],
  15443.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController:activatePackage' => ['privates''.service_locator.QVQbFIb''get_ServiceLocator_QVQbFIbService'false],
  15444.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController:add' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  15445.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController:approveTransaction' => ['privates''.service_locator.hwXYXrz''get_ServiceLocator_HwXYXrzService'false],
  15446.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController:assignAgent' => ['privates''.service_locator.hwXYXrz''get_ServiceLocator_HwXYXrzService'false],
  15447.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController:cancel' => ['privates''.service_locator.hwXYXrz''get_ServiceLocator_HwXYXrzService'false],
  15448.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController:cancelRecurringl' => ['privates''.service_locator.hwXYXrz''get_ServiceLocator_HwXYXrzService'false],
  15449.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController:changeTransactionAuditStatus' => ['privates''.service_locator.hwXYXrz''get_ServiceLocator_HwXYXrzService'false],
  15450.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController:changeTransactionCashStatus' => ['privates''.service_locator.hwXYXrz''get_ServiceLocator_HwXYXrzService'false],
  15451.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController:createAssignAgentForm' => ['privates''.service_locator.hwXYXrz''get_ServiceLocator_HwXYXrzService'false],
  15452.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController:deleteAccountManager' => ['privates''.service_locator.TsDoRLF''get_ServiceLocator_TsDoRLFService'false],
  15453.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController:draft' => ['privates''.service_locator.2M9KHMg''get_ServiceLocator_2M9KHMgService'false],
  15454.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController:draftManualFawry' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  15455.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController:edit' => ['privates''.service_locator.hwXYXrz''get_ServiceLocator_HwXYXrzService'false],
  15456.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController:handleCreateTransaction' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  15457.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController:refund' => ['privates''.service_locator.hwXYXrz''get_ServiceLocator_HwXYXrzService'false],
  15458.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController:updatePackage' => ['privates''.service_locator.KI50Z4f''get_ServiceLocator_KI50Z4fService'false],
  15459.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Api\\PaymentController:callback' => ['privates''.service_locator.AM70U_D''get_ServiceLocator_AM70UDService'false],
  15460.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Api\\PaymentController:getPaymentTransactionServices' => ['privates''.service_locator.hwXYXrz''get_ServiceLocator_HwXYXrzService'false],
  15461.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Api\\PaymentController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  15462.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Api\\RecurringController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  15463.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\ListingSearchController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  15464.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\LocationSearchController:listingFaq' => ['privates''.service_locator.2AJALl2''get_ServiceLocator_2AJALl2Service'false],
  15465.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\LocationSearchController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  15466.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\SearchResultsController:getCustomParagraph' => ['privates''.service_locator.OeUeC3z''get_ServiceLocator_OeUeC3zService'false],
  15467.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\SearchResultsController:getLocationListing' => ['privates''.service_locator.i94Unr0''get_ServiceLocator_I94Unr0Service'false],
  15468.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\SearchResultsController:getPropertiesChips' => ['privates''.service_locator.gCd.NgZ''get_ServiceLocator_GCd_NgZService'false],
  15469.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\SearchResultsController:getPropertiesChipsLegazy' => ['privates''.service_locator.rIcyEMN''get_ServiceLocator_RIcyEMNService'false],
  15470.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\SearchResultsController:getSeoData' => ['privates''.service_locator.mF_FbkU''get_ServiceLocator_MFFbkUService'false],
  15471.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\SearchResultsController:resolveSearchPageSlugs' => ['privates''.service_locator.bsxjBL4''get_ServiceLocator_BsxjBL4Service'false],
  15472.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\SearchResultsController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  15473.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\SearchResultsController:singlePageSSRData' => ['privates''.service_locator.6yCJIov''get_ServiceLocator_6yCJIovService'false],
  15474.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\V4\\CompoundSearchController:getCompoundDetails' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  15475.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\V4\\CompoundSearchController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  15476.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\V4\\ListingSearchController:getListings' => ['privates''.service_locator.rPdPczr''get_ServiceLocator_RPdPczrService'false],
  15477.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\V4\\ListingSearchController:getListingsEsDebug' => ['privates''.service_locator.CmEcGGJ''get_ServiceLocator_CmEcGGJService'false],
  15478.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\V4\\ListingSearchController:getListingsSearchSSRData' => ['privates''.service_locator.U..08Fk''get_ServiceLocator_U__08FkService'false],
  15479.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\V4\\ListingSearchController:getSearchListings' => ['privates''.service_locator.CyC.Oyy''get_ServiceLocator_CyC_OyyService'false],
  15480.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\V4\\ListingSearchController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  15481.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\V4\\ListingSearchController:triggerSearchListingsAction' => ['privates''.service_locator.YY9cfkh''get_ServiceLocator_YY9cfkhService'false],
  15482.             'Aqarmap\\Bundle\\TopSellerBundle\\Controller\\Admin\\TopSellerController:bulkGenerateTopSellersLeads' => ['privates''.service_locator._qdZb2L''get_ServiceLocator_QdZb2LService'false],
  15483.             'Aqarmap\\Bundle\\TopSellerBundle\\Controller\\Api\\V4\\TopSellerController:getTopSellerLeads' => ['privates''.service_locator.U38IPRQ''get_ServiceLocator_U38IPRQService'false],
  15484.             'Aqarmap\\Bundle\\TopSellerBundle\\Controller\\Api\\V4\\TopSellerController:getTopSellers' => ['privates''.service_locator.Md5pun7''get_ServiceLocator_Md5pun7Service'false],
  15485.             'Aqarmap\\Bundle\\TopSellerBundle\\Controller\\Api\\V4\\TopSellerController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  15486.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\GroupController:delete' => ['privates''.service_locator.rOeiD7t''get_ServiceLocator_ROeiD7tService'false],
  15487.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\GroupController:edit' => ['privates''.service_locator.rOeiD7t''get_ServiceLocator_ROeiD7tService'false],
  15488.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\GroupController:list' => ['privates''.service_locator.oR9s530''get_ServiceLocator_OR9s530Service'false],
  15489.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\GroupController:new' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  15490.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\TeamController:assignUserTeam' => ['privates''.service_locator.hiEbQuj''get_ServiceLocator_HiEbQujService'false],
  15491.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\TeamController:delete' => ['privates''.service_locator.hiEbQuj''get_ServiceLocator_HiEbQujService'false],
  15492.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\TeamController:edit' => ['privates''.service_locator.hiEbQuj''get_ServiceLocator_HiEbQujService'false],
  15493.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\TeamController:unassignUserTeam' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  15494.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController:adminChangePassword' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  15495.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController:adminSendEmail' => ['privates''.service_locator.VQspxfD''get_ServiceLocator_VQspxfDService'false],
  15496.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController:approveLogo' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  15497.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController:approvePersonalPhoto' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  15498.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController:assignReferrals' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  15499.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController:changeUserType' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  15500.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController:disable' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  15501.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController:editUserBoostLevel' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  15502.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController:editUserGroup' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  15503.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController:enable' => ['privates''.service_locator.R.5rpS2''get_ServiceLocator_R_5rpS2Service'false],
  15504.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController:extendExpiryDate' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  15505.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController:getReferrals' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  15506.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController:importUsersDevelopers' => ['privates''.service_locator.YY9cfkh''get_ServiceLocator_YY9cfkhService'false],
  15507.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController:rejectLogo' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  15508.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController:rejectPersonalPhoto' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  15509.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController:syncToZoho' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  15510.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController:update' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  15511.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserDomainController:delete' => ['privates''.service_locator.Uagg_gw''get_ServiceLocator_UaggGwService'false],
  15512.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserDomainController:edit' => ['privates''.service_locator.3Dofsr4''get_ServiceLocator_3Dofsr4Service'false],
  15513.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserDomainController:index' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  15514.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserDomainController:new' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  15515.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserPackagesController:index' => ['privates''.service_locator.x6azFog''get_ServiceLocator_X6azFogService'false],
  15516.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserPackagesController:updateUserPackage' => ['privates''.service_locator.gWBS00N''get_ServiceLocator_GWBS00NService'false],
  15517.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserServiceController:addUserService' => ['privates''.service_locator.txkxGC8''get_ServiceLocator_TxkxGC8Service'false],
  15518.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserServiceController:index' => ['privates''.service_locator.TtqXS4F''get_ServiceLocator_TtqXS4FService'false],
  15519.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserServiceController:updateUserService' => ['privates''.service_locator.p92VLA7''get_ServiceLocator_P92VLA7Service'false],
  15520.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserSubAccountController:attach' => ['privates''.service_locator.Qp.s1q.''get_ServiceLocator_Qp_S1q_Service'false],
  15521.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserSubAccountController:detach' => ['privates''.service_locator.MyHXagK''get_ServiceLocator_MyHXagKService'false],
  15522.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserSubAccountController:index' => ['privates''.service_locator.81.uOvc''get_ServiceLocator_81_UOvcService'false],
  15523.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\AuthProxyController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  15524.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\AuthProxyController:token' => ['privates''.service_locator.WGCFqJh''get_ServiceLocator_WGCFqJhService'false],
  15525.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\NotificationTokenController:remove' => ['privates''.service_locator.N3LQUe3''get_ServiceLocator_N3LQUe3Service'false],
  15526.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\NotificationTokenController:save' => ['privates''.service_locator.N3LQUe3''get_ServiceLocator_N3LQUe3Service'false],
  15527.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\NotificationTokenController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  15528.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\TargetAudienceController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  15529.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\TeamController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  15530.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\TokenDocController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  15531.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController:addUserPhone' => ['privates''.service_locator.ja3Wfc0''get_ServiceLocator_Ja3Wfc0Service'false],
  15532.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController:deleteUserSearch' => ['privates''.service_locator.nwni4V5''get_ServiceLocator_Nwni4V5Service'false],
  15533.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController:getListingNote' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  15534.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController:getMyAccount' => ['privates''.service_locator.eUnxEfJ''get_ServiceLocator_EUnxEfJService'false],
  15535.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController:getMyLeads' => ['privates''.service_locator._NHYBXU''get_ServiceLocator_NHYBXUService'false],
  15536.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController:getNpsData' => ['privates''.service_locator.Rozwzjh''get_ServiceLocator_RozwzjhService'false],
  15537.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController:getRate' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  15538.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController:getUserAccount' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  15539.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController:getUserCompanyInfo' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  15540.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController:getUserListings' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  15541.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController:postUserNote' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  15542.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController:removeUserPhone' => ['privates''.service_locator.zjdyQvB''get_ServiceLocator_ZjdyQvBService'false],
  15543.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController:sendResetPasswordEmail' => ['privates''.service_locator.vJOpZrR''get_ServiceLocator_VJOpZrRService'false],
  15544.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  15545.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController:updatePhone' => ['privates''.service_locator.e.ek1_q''get_ServiceLocator_E_Ek1QService'false],
  15546.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController:updateProfileBasicInfo' => ['privates''.service_locator.4mzSDFD''get_ServiceLocator_4mzSDFDService'false],
  15547.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController:updateUserPhone' => ['privates''.service_locator.zjdyQvB''get_ServiceLocator_ZjdyQvBService'false],
  15548.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserServiceController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  15549.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\V3\\UserController:getErrorMessages' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  15550.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\V3\\UserController:resetPassword' => ['privates''.service_locator.vJOpZrR''get_ServiceLocator_VJOpZrRService'false],
  15551.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\V3\\UserController:respondWithValidationErrors' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  15552.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\V3\\UserController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  15553.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\V4\\UserController:createUser' => ['privates''.service_locator.9NPWjJJ''get_ServiceLocator_9NPWjJJService'false],
  15554.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\V4\\UserController:getErrorMessages' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  15555.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\V4\\UserController:register' => ['privates''.service_locator.xTG7jfg''get_ServiceLocator_XTG7jfgService'false],
  15556.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\V4\\UserController:respondWithValidationErrors' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  15557.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\V4\\UserController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  15558.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\V4\\UserLocationController:getErrorMessages' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  15559.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\V4\\UserLocationController:respondWithValidationErrors' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  15560.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\V4\\UserLocationController:setViewHandler' => ['privates''.service_locator.dHHQDtH''get_ServiceLocator_DHHQDtHService'false],
  15561.             'Aqarmap\\Bundle\\UserBundle\\Controller\\ExternalProfileController:callRequestForm' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  15562.             'Aqarmap\\Bundle\\UserBundle\\Controller\\ExternalProfileController:contactSeller' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  15563.             'Aqarmap\\Bundle\\UserBundle\\Controller\\ExternalProfileController:contactSellerForm' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  15564.             'Aqarmap\\Bundle\\UserBundle\\Controller\\ExternalProfileController:contactSellerWideForm' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  15565.             'Aqarmap\\Bundle\\UserBundle\\Controller\\ExternalProfileController:index' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  15566.             'Aqarmap\\Bundle\\UserBundle\\Controller\\ExternalProfileController:listing' => ['privates''.service_locator..h5RDax''get_ServiceLocator__H5RDaxService'false],
  15567.             'Aqarmap\\Bundle\\UserBundle\\Controller\\ExternalProfileController:userContactSellerForm' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  15568.             'Aqarmap\\Bundle\\UserBundle\\Controller\\ExternalProfileController:userContactSellerWideForm' => ['privates''.service_locator.Cv0rm0q''get_ServiceLocator_Cv0rm0qService'false],
  15569.             'Aqarmap\\Bundle\\UserBundle\\Controller\\ProfileController:removePhoto' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  15570.             'Aqarmap\\Bundle\\UserBundle\\Controller\\UserController:pauseInterest' => ['privates''.service_locator.WYrnE_I''get_ServiceLocator_WYrnEIService'false],
  15571.             'kernel:build' => ['privates''.service_locator.u47of.0''get_ServiceLocator_U47of_0Service'false],
  15572.             'kernel:loadRoutes' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  15573.             'kernel:registerContainerConfiguration' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  15574.         ], [
  15575.             'App\\Controller\\API\\Banners\\BannersController::getAll' => '?',
  15576.             'App\\Controller\\API\\Banners\\BannersController::setViewHandler' => '?',
  15577.             'App\\Controller\\API\\Lead\\LeadController::add' => '?',
  15578.             'App\\Controller\\API\\Lead\\LeadController::addBulkLeads' => '?',
  15579.             'App\\Controller\\API\\Lead\\LeadController::addLeadNote' => '?',
  15580.             'App\\Controller\\API\\Lead\\LeadController::addTopSeller' => '?',
  15581.             'App\\Controller\\API\\Lead\\LeadController::setViewHandler' => '?',
  15582.             'App\\Controller\\API\\Listing\\ListingController::deletePhotos' => '?',
  15583.             'App\\Controller\\API\\Listing\\ListingController::finalizeListing' => '?',
  15584.             'App\\Controller\\API\\Listing\\ListingController::getCustomField' => '?',
  15585.             'App\\Controller\\API\\Listing\\ListingController::setDescription' => '?',
  15586.             'App\\Controller\\API\\Listing\\ListingController::setDetails' => '?',
  15587.             'App\\Controller\\API\\Listing\\ListingController::setMainPhotos' => '?',
  15588.             'App\\Controller\\API\\Listing\\ListingController::uploadPhotos' => '?',
  15589.             'App\\Controller\\API\\LocationsInsights\\LocationsInsightsProxyController::getDemandLocations' => '?',
  15590.             'App\\Controller\\API\\LocationsInsights\\LocationsInsightsProxyController::getLocationDemandDetails' => '?',
  15591.             'App\\Controller\\API\\LocationsInsights\\LocationsInsightsProxyController::setViewHandler' => '?',
  15592.             'App\\Controller\\API\\Subscriptions\\SubscriptionPlansController::findSubscriptionPlan' => '?',
  15593.             'App\\Controller\\API\\Subscriptions\\SubscriptionPlansController::getAll' => '?',
  15594.             'App\\Controller\\API\\Subscriptions\\SubscriptionPlansController::setViewHandler' => '?',
  15595.             'App\\Controller\\API\\User\\CardsController::delete' => '?',
  15596.             'App\\Controller\\API\\User\\CardsController::index' => '?',
  15597.             'App\\Controller\\API\\User\\CardsController::new' => '?',
  15598.             'App\\Controller\\API\\User\\CardsController::setViewHandler' => '?',
  15599.             'App\\Controller\\API\\User\\SubAccountsController::acceptInvitation' => '?',
  15600.             'App\\Controller\\API\\User\\SubAccountsController::add' => '?',
  15601.             'App\\Controller\\API\\User\\SubAccountsController::delete' => '?',
  15602.             'App\\Controller\\API\\User\\SubAccountsController::index' => '?',
  15603.             'App\\Controller\\API\\User\\SubAccountsController::lookup' => '?',
  15604.             'App\\Controller\\API\\User\\SubAccountsController::setViewHandler' => '?',
  15605.             'App\\Controller\\API\\User\\SubAccountsController::statistics' => '?',
  15606.             'App\\Controller\\API\\User\\SubscriptionsController::cancel' => '?',
  15607.             'App\\Controller\\API\\User\\SubscriptionsController::index' => '?',
  15608.             'App\\Controller\\API\\User\\SubscriptionsController::new' => '?',
  15609.             'App\\Controller\\API\\User\\SubscriptionsController::setViewHandler' => '?',
  15610.             'App\\Controller\\Admin\\Banners\\BannersController::delete' => '?',
  15611.             'App\\Controller\\Admin\\Banners\\BannersController::edit' => '?',
  15612.             'App\\Controller\\Admin\\Banners\\BannersController::index' => '?',
  15613.             'App\\Controller\\Admin\\Banners\\BannersController::new' => '?',
  15614.             'App\\Controller\\Admin\\Subscriptions\\SubscriptionPlansController::activate' => '?',
  15615.             'App\\Controller\\Admin\\Subscriptions\\SubscriptionPlansController::diActivate' => '?',
  15616.             'App\\Controller\\Admin\\Subscriptions\\SubscriptionPlansController::index' => '?',
  15617.             'App\\Controller\\Admin\\Subscriptions\\SubscriptionPlansController::post' => '?',
  15618.             'App\\Controller\\DefaultController::healthCheck' => '?',
  15619.             'App\\Controller\\EmailList\\WaitingController::index' => '?',
  15620.             'App\\Controller\\SecurityController::changePassword' => '?',
  15621.             'App\\Controller\\SecurityController::login' => '?',
  15622.             'App\\Kernel::build' => '?',
  15623.             'App\\Kernel::loadRoutes' => '?',
  15624.             'App\\Kernel::registerContainerConfiguration' => '?',
  15625.             'Aqarmap\\Bundle\\AnnouncementBundle\\Controller\\Admin\\AnnouncementController::announcementForm' => '?',
  15626.             'Aqarmap\\Bundle\\AnnouncementBundle\\Controller\\Api\\AnnouncementController::setViewHandler' => '?',
  15627.             'Aqarmap\\Bundle\\BrokerSalesBundle\\Controller\\Admin\\BrokerController::assignBrokerToSellerForm' => '?',
  15628.             'Aqarmap\\Bundle\\BrokerSalesBundle\\Controller\\Admin\\BrokerController::brokerDetails' => '?',
  15629.             'Aqarmap\\Bundle\\BrokerSalesBundle\\Controller\\Admin\\BrokerController::createAssignBrokerForm' => '?',
  15630.             'Aqarmap\\Bundle\\BrokerSalesBundle\\Controller\\Admin\\BrokerController::delete' => '?',
  15631.             'Aqarmap\\Bundle\\BrokerSalesBundle\\Controller\\Admin\\BrokerController::setBrokerCreatedDate' => '?',
  15632.             'Aqarmap\\Bundle\\BrokerSalesBundle\\Controller\\Admin\\SellerController::deleteSeller' => '?',
  15633.             'Aqarmap\\Bundle\\BrokerSalesBundle\\Controller\\Admin\\SellerController::sellerBrokers' => '?',
  15634.             'Aqarmap\\Bundle\\BrokerSalesBundle\\Controller\\Admin\\SellerController::sellers' => '?',
  15635.             'Aqarmap\\Bundle\\BuyerAlertsBundle\\Controller\\Api\\BuyerAlertsController::setViewHandler' => '?',
  15636.             'Aqarmap\\Bundle\\BuyerAlertsBundle\\Controller\\BuyerAlertsController::BuyerAlerts' => '?',
  15637.             'Aqarmap\\Bundle\\BuyerAlertsBundle\\Controller\\BuyerAlertsController::unsubscribeBuyerAlerts' => '?',
  15638.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\CompanyController::assignAccountManager' => '?',
  15639.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\CompanyController::company' => '?',
  15640.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\CompanyController::companyAccountManagers' => '?',
  15641.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\CompanyController::companyAccounts' => '?',
  15642.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\CompanyController::createCompanyForm' => '?',
  15643.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\CompanyController::createExistingStaffUser' => '?',
  15644.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\CompanyController::createNewRegisteredStaffUser' => '?',
  15645.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\CompanyController::removeStaffAccount' => '?',
  15646.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\CompanyController::setCompanyCustomer' => '?',
  15647.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\CompanyController::setCompanyPotential' => '?',
  15648.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\CompanyController::setCompanyProspected' => '?',
  15649.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\CompanyController::setCompanyRejected' => '?',
  15650.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\CompanyController::unassignAccountManager' => '?',
  15651.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\StaffController::createExistingStaffUser' => '?',
  15652.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\StaffController::createNewRegisteredStaffUser' => '?',
  15653.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\StaffController::createStaffForm' => '?',
  15654.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\StaffController::delete' => '?',
  15655.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\StaffController::removeStaffAccount' => '?',
  15656.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Api\\CompanyController::setViewHandler' => '?',
  15657.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Api\\CompanyController::updateCompany' => '?',
  15658.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Api\\StaffCheckInController::setViewHandler' => '?',
  15659.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Api\\StaffCheckInController::upload' => '?',
  15660.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Api\\StaffController::getStaffData' => '?',
  15661.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Api\\StaffController::setViewHandler' => '?',
  15662.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Admin\\CreditController::activatePackage' => '?',
  15663.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Admin\\CreditController::cancel' => '?',
  15664.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Admin\\CreditController::cancelRecurringl' => '?',
  15665.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Admin\\CreditController::deductPoints' => '?',
  15666.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Admin\\CreditController::depositPoints' => '?',
  15667.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Admin\\CreditController::transfer' => '?',
  15668.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Admin\\CreditPackageController::post' => '?',
  15669.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Admin\\CreditServiceController::changePosition' => '?',
  15670.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Admin\\CreditServiceController::delete' => '?',
  15671.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Admin\\CreditServiceController::edit' => '?',
  15672.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Api\\CreditAnalysisController::setViewHandler' => '?',
  15673.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Api\\CreditController::deduct' => '?',
  15674.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Api\\CreditController::exportCreditTransactions' => '?',
  15675.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Api\\CreditController::setViewHandler' => '?',
  15676.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Api\\CreditServiceController::setViewHandler' => '?',
  15677.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Api\\CreditServiceController::updateServiceStatus' => '?',
  15678.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Api\\V2\\CreditPackageController::getUserTypePackages' => '?',
  15679.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Api\\V2\\CreditPackageController::setViewHandler' => '?',
  15680.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Api\\V3\\CreditController::getErrorMessages' => '?',
  15681.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Api\\V3\\CreditController::respondWithValidationErrors' => '?',
  15682.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Api\\V3\\CreditController::setViewHandler' => '?',
  15683.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\CreditController::package' => '?',
  15684.             'Aqarmap\\Bundle\\CustomerProfilingBundle\\Controller\\Admin\\DynamicQuestionController::addAnswer' => '?',
  15685.             'Aqarmap\\Bundle\\CustomerProfilingBundle\\Controller\\Admin\\DynamicQuestionController::editAnswer' => '?',
  15686.             'Aqarmap\\Bundle\\CustomerProfilingBundle\\Controller\\Admin\\DynamicQuestionController::removeAnswer' => '?',
  15687.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Admin\\CommentController::approve' => '?',
  15688.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Admin\\CommentController::decline' => '?',
  15689.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Admin\\CommentController::delete' => '?',
  15690.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Admin\\DiscussionController::SendToHelp' => '?',
  15691.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Admin\\DiscussionController::approve' => '?',
  15692.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Admin\\DiscussionController::decline' => '?',
  15693.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Admin\\DiscussionController::delete' => '?',
  15694.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Admin\\DiscussionController::edit' => '?',
  15695.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Admin\\DiscussionController::locationDiscussions' => '?',
  15696.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Api\\DiscussionController::addComment' => '?',
  15697.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Api\\DiscussionController::addCommentLike' => '?',
  15698.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Api\\DiscussionController::addDiscussion' => '?',
  15699.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Api\\DiscussionController::addDiscussionSubscriber' => '?',
  15700.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Api\\DiscussionController::checkDiscussionSubscriber' => '?',
  15701.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Api\\DiscussionController::discussion' => '?',
  15702.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Api\\DiscussionController::discussions' => '?',
  15703.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Api\\DiscussionController::removeCommentLike' => '?',
  15704.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Api\\DiscussionController::setViewHandler' => '?',
  15705.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Api\\DiscussionController::unsetDiscussionSubscriber' => '?',
  15706.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Api\\DiscussionController::updateCommentLike' => '?',
  15707.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Api\\DiscussionController::updateDiscussion' => '?',
  15708.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\CommentController::create' => '?',
  15709.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\CommentController::delete' => '?',
  15710.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\CommentController::edit' => '?',
  15711.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\DiscussionController::addDiscussionSubscriber' => '?',
  15712.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\DiscussionController::create' => '?',
  15713.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\DiscussionController::delete' => '?',
  15714.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\DiscussionController::discussionComments' => '?',
  15715.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\DiscussionController::discussions' => '?',
  15716.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\DiscussionController::edit' => '?',
  15717.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\DiscussionController::unsetDiscussionSubscriber' => '?',
  15718.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\DiscussionController::unsubscribeConfirm' => '?',
  15719.             'Aqarmap\\Bundle\\ExchangeBundle\\Controller\\Api\\ExchangeRequestController::deleteExchangeRequest' => '?',
  15720.             'Aqarmap\\Bundle\\ExchangeBundle\\Controller\\Api\\ExchangeRequestController::getExchangeRequest' => '?',
  15721.             'Aqarmap\\Bundle\\ExchangeBundle\\Controller\\Api\\ExchangeRequestController::setViewHandler' => '?',
  15722.             'Aqarmap\\Bundle\\ExchangeBundle\\Controller\\Api\\ExchangeRequestController::unlockExchangeRequest' => '?',
  15723.             'Aqarmap\\Bundle\\ExchangeBundle\\Controller\\Api\\ExchangeRequestController::updateExchangeRequest' => '?',
  15724.             'Aqarmap\\Bundle\\FeatureToggleBundle\\Controller\\Admin\\FeatureToggleController::edit' => '?',
  15725.             'Aqarmap\\Bundle\\FeatureToggleBundle\\Controller\\Api\\FeatureToggleController::setViewHandler' => '?',
  15726.             'Aqarmap\\Bundle\\FinancialAidsBundle\\Controller\\Admin\\FinancialAidController::edit' => '?',
  15727.             'Aqarmap\\Bundle\\FinancialAidsBundle\\Controller\\Admin\\FinancialAidController::postEdit' => '?',
  15728.             'Aqarmap\\Bundle\\FinancialAidsBundle\\Controller\\Admin\\FinancialAidController::updateFinancialAidStatus' => '?',
  15729.             'Aqarmap\\Bundle\\FinancialAidsBundle\\Controller\\Api\\FinancialAidController::setViewHandler' => '?',
  15730.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\CompoundLocationController::disable' => '?',
  15731.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\CompoundLocationController::enable' => '?',
  15732.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\LeadsController::exportLeads' => '?',
  15733.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\LeadsController::index' => '?',
  15734.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\LeadsController::resendLeads' => '?',
  15735.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::QuickPostListingForm' => '?',
  15736.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::addNote' => '?',
  15737.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::addParticipant' => '?',
  15738.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::adminChangeLocation' => '?',
  15739.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::adminListingRejections' => '?',
  15740.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::adminPropertyType' => '?',
  15741.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::approve' => '?',
  15742.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::approveChildren' => '?',
  15743.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::bulkDeletePhoto' => '?',
  15744.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::bulkFeatureAsAdmin' => '?',
  15745.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::bulkFeatureAsSeller' => '?',
  15746.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::bumpUp' => '?',
  15747.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::changeSection' => '?',
  15748.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::clearMap' => '?',
  15749.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::clearPrice' => '?',
  15750.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::clearVideo' => '?',
  15751.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::consumersRatesData' => '?',
  15752.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::delete' => '?',
  15753.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::deleteNote' => '?',
  15754.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::deletePhoto' => '?',
  15755.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::downloadBrochure' => '?',
  15756.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::editListing' => '?',
  15757.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::editListingArea' => '?',
  15758.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::editListingLocations' => '?',
  15759.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::editListingParticipants' => '?',
  15760.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::editListingPaymentMethod' => '?',
  15761.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::editListingPhones' => '?',
  15762.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::editListingPhotos' => '?',
  15763.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::editListingTranslation' => '?',
  15764.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::editListingUnits' => '?',
  15765.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::featured' => '?',
  15766.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::featuredAsSeller' => '?',
  15767.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::getListingBasics' => '?',
  15768.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::listingLocationForm' => '?',
  15769.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::listingPhoneForm' => '?',
  15770.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::moveListingPhotoDown' => '?',
  15771.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::moveListingPhotoUp' => '?',
  15772.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::newLocationModal' => '?',
  15773.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::newPhoneModal' => '?',
  15774.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::pending' => '?',
  15775.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::pendingChildren' => '?',
  15776.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::postEditListingBasics' => '?',
  15777.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::postEditListingPhotos' => '?',
  15778.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::postEditListingTranslations' => '?',
  15779.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::postListingLocation' => '?',
  15780.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::postListingPhone' => '?',
  15781.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::pumpUp' => '?',
  15782.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::quickPostListingModelForm' => '?',
  15783.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::quickRegisterParticipant' => '?',
  15784.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::rates' => '?',
  15785.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::ratesDetails' => '?',
  15786.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::relist' => '?',
  15787.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::removeListingLocation' => '?',
  15788.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::removeNumbers' => '?',
  15789.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::removeParticipant' => '?',
  15790.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::removePhone' => '?',
  15791.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::resetTitle' => '?',
  15792.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::revertBumpUp' => '?',
  15793.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::review' => '?',
  15794.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::showInHomepage' => '?',
  15795.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController::unflag' => '?',
  15796.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingPendingFeaturingController::approveFeaturingListing' => '?',
  15797.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingPendingFeaturingController::reject' => '?',
  15798.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingPendingFeaturingController::rejectFeaturingListing' => '?',
  15799.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingRulesController::changePosition' => '?',
  15800.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingRulesController::delete' => '?',
  15801.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingRulesController::edit' => '?',
  15802.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingRulesController::index' => '?',
  15803.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\LocationController::Post' => '?',
  15804.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\LocationController::addNearestLocations' => '?',
  15805.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\LocationController::changeStatus' => '?',
  15806.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\LocationController::deleteLocationPhoto' => '?',
  15807.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\LocationController::locationFetcher' => '?',
  15808.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\LocationController::mainPhotoLocation' => '?',
  15809.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\LocationController::moveLocationListings' => '?',
  15810.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\LocationController::unsetLocationListing' => '?',
  15811.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\LocationController::unsetNearestLocation' => '?',
  15812.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\LocationController::upload' => '?',
  15813.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\RejectionController::delete' => '?',
  15814.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ScrapedListingController::removePhoto' => '?',
  15815.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\SearchController::locationSearchHistoryLink' => '?',
  15816.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\SearchController::searchAdmin' => '?',
  15817.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\SearchController::searchResult' => '?',
  15818.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\CallRequestController::getTotalQueuedCalls' => '?',
  15819.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\CallRequestController::setViewHandler' => '?',
  15820.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\CompoundLocationController::getLocationChildren' => '?',
  15821.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\CompoundLocationController::setViewHandler' => '?',
  15822.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\CompoundSearchController::setViewHandler' => '?',
  15823.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\CustomFieldController::getFinishTypes' => '?',
  15824.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\CustomFieldController::setViewHandler' => '?',
  15825.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\EstimateController::setViewHandler' => '?',
  15826.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\FavouriteController::create' => '?',
  15827.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\FavouriteController::delete' => '?',
  15828.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\FavouriteController::getFavouritesCount' => '?',
  15829.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\FavouriteController::setViewHandler' => '?',
  15830.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LeadController::QuickCreateLead' => '?',
  15831.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LeadController::addLeadQuality' => '?',
  15832.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LeadController::countLeadsInSpecificPeriod' => '?',
  15833.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LeadController::exportLeads' => '?',
  15834.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LeadController::exportTopSellerLeads' => '?',
  15835.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LeadController::getLead' => '?',
  15836.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LeadController::getLeadsCountsForEachType' => '?',
  15837.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LeadController::getLeadsInsights' => '?',
  15838.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LeadController::getLeadsList' => '?',
  15839.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LeadController::getListingFeatureStatus' => '?',
  15840.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LeadController::setViewHandler' => '?',
  15841.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::callRequest' => '?',
  15842.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::cloneListing' => '?',
  15843.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::contactSeller' => '?',
  15844.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::contactSellerWithQuickRegistration' => '?',
  15845.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::delete' => '?',
  15846.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::feature' => '?',
  15847.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::filterListingChildren' => '?',
  15848.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::getLeadAnalytics' => '?',
  15849.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::getListing' => '?',
  15850.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::getListingChildren' => '?',
  15851.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::getListingDetails' => '?',
  15852.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::getListingNote' => '?',
  15853.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::getListingPhone' => '?',
  15854.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::getListingPhotos' => '?',
  15855.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::getListingPreviewData' => '?',
  15856.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::getListingRules' => '?',
  15857.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::getListingTopSeller' => '?',
  15858.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::getRateDetails' => '?',
  15859.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::getRelatedListing' => '?',
  15860.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::getSimilarListingsCount' => '?',
  15861.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::increaseListingViews' => '?',
  15862.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::postListingSingleNote' => '?',
  15863.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::quickCreateLead' => '?',
  15864.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::rateReview' => '?',
  15865.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::relist' => '?',
  15866.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::setViewHandler' => '?',
  15867.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::undelete' => '?',
  15868.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::update' => '?',
  15869.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::updateListing' => '?',
  15870.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::upload' => '?',
  15871.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController::uploadListingPhoto' => '?',
  15872.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LocationController::getLocationChildren' => '?',
  15873.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LocationController::getLocationStatistics' => '?',
  15874.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LocationController::getLocationsHomeCompounds' => '?',
  15875.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LocationController::setViewHandler' => '?',
  15876.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\NoteController::setViewHandler' => '?',
  15877.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\PhotoController::delete' => '?',
  15878.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\PhotoController::mainPhoto' => '?',
  15879.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\PhotoController::setViewHandler' => '?',
  15880.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\PriceFilterController::setViewHandler' => '?',
  15881.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\PropertyTypeController::getPropertyTypeChildren' => '?',
  15882.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\PropertyTypeController::setViewHandler' => '?',
  15883.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\RateController::add' => '?',
  15884.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\RateController::create' => '?',
  15885.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\RateController::getListingRate' => '?',
  15886.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\RateController::setViewHandler' => '?',
  15887.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\SearchFiltersController::setViewHandler' => '?',
  15888.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\SectionController::setViewHandler' => '?',
  15889.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\BrokerRankingController::getErrorMessages' => '?',
  15890.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\BrokerRankingController::respondWithValidationErrors' => '?',
  15891.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\BrokerRankingController::setViewHandler' => '?',
  15892.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\FavouriteController::getErrorMessages' => '?',
  15893.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\FavouriteController::respondWithValidationErrors' => '?',
  15894.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\FavouriteController::setViewHandler' => '?',
  15895.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\ImpressionController::getErrorMessages' => '?',
  15896.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\ImpressionController::respondWithValidationErrors' => '?',
  15897.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\ImpressionController::setViewHandler' => '?',
  15898.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\ListingController::contactSeller' => '?',
  15899.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\ListingController::getErrorMessages' => '?',
  15900.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\ListingController::getFeatureExpiryDate' => '?',
  15901.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\ListingController::respondWithValidationErrors' => '?',
  15902.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\ListingController::setViewHandler' => '?',
  15903.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\ListingController::update' => '?',
  15904.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\LocationController::getErrorMessages' => '?',
  15905.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\LocationController::respondWithValidationErrors' => '?',
  15906.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\LocationController::setViewHandler' => '?',
  15907.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\RateController::getErrorMessages' => '?',
  15908.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\RateController::respondWithValidationErrors' => '?',
  15909.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\RateController::setViewHandler' => '?',
  15910.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\CallRequestController::callRequestForm' => '?',
  15911.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\CallRequestController::getErrorMessages' => '?',
  15912.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\CallRequestController::respondWithValidationErrors' => '?',
  15913.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\CallRequestController::setViewHandler' => '?',
  15914.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\CompoundLocationController::getCompoundChildrenLocations' => '?',
  15915.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\CompoundLocationController::getErrorMessages' => '?',
  15916.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\CompoundLocationController::respondWithValidationErrors' => '?',
  15917.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\CompoundLocationController::setViewHandler' => '?',
  15918.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\ConditionalFieldController::setViewHandler' => '?',
  15919.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\FiltersController::setViewHandler' => '?',
  15920.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\ListingController::deletePhoto' => '?',
  15921.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\ListingController::downloadBrochure' => '?',
  15922.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\ListingController::getListingRules' => '?',
  15923.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\ListingController::getSpecialAddListingFeatures' => '?',
  15924.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\ListingController::getUserListings' => '?',
  15925.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\ListingController::setMainPhoto' => '?',
  15926.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\ListingController::setViewHandler' => '?',
  15927.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\ListingController::update' => '?',
  15928.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\ListingController::uploadPhotos' => '?',
  15929.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\LocationController::getLocationChildren' => '?',
  15930.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\LocationController::getLocationTranslation' => '?',
  15931.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\LocationController::getNearbyLocations' => '?',
  15932.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\LocationController::setViewHandler' => '?',
  15933.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\PropertyTypeController::allChildren' => '?',
  15934.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\PropertyTypeController::getPropertyType' => '?',
  15935.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\PropertyTypeController::setViewHandler' => '?',
  15936.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\SectionController::setViewHandler' => '?',
  15937.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\UserListingStatisticController::getCountForEachFeaturedListings' => '?',
  15938.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\UserListingStatisticController::getErrorMessages' => '?',
  15939.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\UserListingStatisticController::getListingCountForEachStatus' => '?',
  15940.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\UserListingStatisticController::respondWithValidationErrors' => '?',
  15941.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\UserListingStatisticController::setViewHandler' => '?',
  15942.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\DefaultController::myListings' => '?',
  15943.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\LeadController::quickLead' => '?',
  15944.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\LeadController::setViewHandler' => '?',
  15945.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController::CSVLatestListings' => '?',
  15946.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController::bulkDeletePhoto' => '?',
  15947.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController::callRequest' => '?',
  15948.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController::callRequestForm' => '?',
  15949.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController::confirmFeaturedPublishing' => '?',
  15950.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController::confirmPublishing' => '?',
  15951.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController::confirmPumpUpListing' => '?',
  15952.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController::contactSeller' => '?',
  15953.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController::contactSellerForm' => '?',
  15954.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController::contactSellerWideForm' => '?',
  15955.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController::delete' => '?',
  15956.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController::downloadBrochure' => '?',
  15957.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController::finish' => '?',
  15958.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController::landingPage' => '?',
  15959.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController::listRejections' => '?',
  15960.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController::listingDetailsApp' => '?',
  15961.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController::post' => '?',
  15962.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController::prepareFeaturedListingPayment' => '?',
  15963.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController::prepareListingPayment' => '?',
  15964.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController::preview' => '?',
  15965.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController::pumpUpListing' => '?',
  15966.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController::read' => '?',
  15967.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController::relist' => '?',
  15968.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController::specialAddListingFeature' => '?',
  15969.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController::transferScrapedListingOwnership' => '?',
  15970.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController::undelete' => '?',
  15971.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController::upload' => '?',
  15972.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingSearchController::searchResults' => '?',
  15973.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\PhotoController::delete' => '?',
  15974.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\PhotoController::editPhotoType' => '?',
  15975.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\PhotoController::mainPhoto' => '?',
  15976.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\SectionController::show' => '?',
  15977.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\CustomParagraphController::delete' => '?',
  15978.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\CustomParagraphController::edit' => '?',
  15979.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\CustomParagraphController::toggleStatus' => '?',
  15980.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\DefaultController::activity' => '?',
  15981.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\DefaultTopCustomersController::delete' => '?',
  15982.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\DefaultTopCustomersController::edit' => '?',
  15983.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\FeedbackController::delete' => '?',
  15984.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\FeedbackController::feedbackForm' => '?',
  15985.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\FeedbackController::noteForm' => '?',
  15986.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\MenuController::link' => '?',
  15987.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\MenuController::linkdelete' => '?',
  15988.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\MenuController::linkinsert' => '?',
  15989.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\MenuController::menuDelete' => '?',
  15990.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\MobileSectionsTogglesController::editStatus' => '?',
  15991.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\MobileSectionsTogglesController::getErrorMessages' => '?',
  15992.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\MobileSectionsTogglesController::respondWithValidationErrors' => '?',
  15993.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\MobileSectionsTogglesController::setViewHandler' => '?',
  15994.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\PageController::delete' => '?',
  15995.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\SettingController::edit' => '?',
  15996.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\TestimonialController::edit' => '?',
  15997.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\TestimonialController::index' => '?',
  15998.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\TestimonialController::toggleStatus' => '?',
  15999.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\BaseController::setViewHandler' => '?',
  16000.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\DefaultController::getClientIp' => '?',
  16001.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\DefaultController::setViewHandler' => '?',
  16002.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\DefaultTopCustomersController::setViewHandler' => '?',
  16003.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\FeedbackController::setViewHandler' => '?',
  16004.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\SettingController::setViewHandler' => '?',
  16005.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\V2\\DefaultController::getListingCount' => '?',
  16006.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\V2\\DefaultController::getMenuLinks' => '?',
  16007.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\V2\\DefaultController::setViewHandler' => '?',
  16008.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\V3\\BaseController::getErrorMessages' => '?',
  16009.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\V3\\BaseController::respondWithValidationErrors' => '?',
  16010.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\V3\\BaseController::setViewHandler' => '?',
  16011.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\V3\\FeedbackController::getErrorMessages' => '?',
  16012.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\V3\\FeedbackController::respondWithValidationErrors' => '?',
  16013.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\V3\\FeedbackController::setViewHandler' => '?',
  16014.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\V4\\BaseController::setViewHandler' => '?',
  16015.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\V4\\MobileSectionsTogglesController::setViewHandler' => '?',
  16016.             'Aqarmap\\Bundle\\MainBundle\\Controller\\DefaultController::home' => '?',
  16017.             'Aqarmap\\Bundle\\MainBundle\\Controller\\DefaultController::searchPageFilters' => '?',
  16018.             'Aqarmap\\Bundle\\MainBundle\\Controller\\FeedbackController::post' => '?',
  16019.             'Aqarmap\\Bundle\\MainBundle\\Controller\\JoinUsController::createJoinUsForm' => '?',
  16020.             'Aqarmap\\Bundle\\MainBundle\\Controller\\JoinUsController::index' => '?',
  16021.             'Aqarmap\\Bundle\\MainBundle\\Controller\\PageController::view' => '?',
  16022.             'Aqarmap\\Bundle\\MainBundle\\Controller\\SNSNotificationsController::receiver' => '?',
  16023.             'Aqarmap\\Bundle\\MortgageBundle\\Controller\\DefaultController::createRequestForm' => '?',
  16024.             'Aqarmap\\Bundle\\MortgageBundle\\Controller\\DefaultController::setUserData' => '?',
  16025.             'Aqarmap\\Bundle\\NeighborhoodBundle\\Controller\\Admin\\LocationStatisticsController::index' => '?',
  16026.             'Aqarmap\\Bundle\\NeighborhoodBundle\\Controller\\Api\\NeighborhoodController::getNeighborhoodDetails' => '?',
  16027.             'Aqarmap\\Bundle\\NeighborhoodBundle\\Controller\\Api\\NeighborhoodController::getNeighborhoodHistory' => '?',
  16028.             'Aqarmap\\Bundle\\NeighborhoodBundle\\Controller\\Api\\NeighborhoodController::setViewHandler' => '?',
  16029.             'Aqarmap\\Bundle\\NeighborhoodBundle\\Controller\\DefaultController::addNeighbourhoodSubscriber' => '?',
  16030.             'Aqarmap\\Bundle\\NeighborhoodBundle\\Controller\\DefaultController::contactSellerForm' => '?',
  16031.             'Aqarmap\\Bundle\\NeighborhoodBundle\\Controller\\DefaultController::index' => '?',
  16032.             'Aqarmap\\Bundle\\NeighborhoodBundle\\Controller\\DefaultController::unSubscribeLocationConfirm' => '?',
  16033.             'Aqarmap\\Bundle\\NeighborhoodBundle\\Controller\\DefaultController::unsetNeighbourhoodSubscriber' => '?',
  16034.             'Aqarmap\\Bundle\\NotificationBundle\\Controller\\Api\\NotificationController::getNotificationsCount' => '?',
  16035.             'Aqarmap\\Bundle\\NotificationBundle\\Controller\\Api\\NotificationController::registerToken' => '?',
  16036.             'Aqarmap\\Bundle\\NotificationBundle\\Controller\\Api\\NotificationController::setViewHandler' => '?',
  16037.             'Aqarmap\\Bundle\\NotificationBundle\\Controller\\Api\\SenderController::setViewHandler' => '?',
  16038.             'Aqarmap\\Bundle\\NotificationBundle\\Controller\\NotificationsController::viewNotifications' => '?',
  16039.             'Aqarmap\\Bundle\\NotifierBundle\\Controller\\Api\\NotifierController::setViewHandler' => '?',
  16040.             'Aqarmap\\Bundle\\NotifierBundle\\Controller\\DefaultController::activeNotifier' => '?',
  16041.             'Aqarmap\\Bundle\\NotifierBundle\\Controller\\DefaultController::globalUnsubscribeNotifier' => '?',
  16042.             'Aqarmap\\Bundle\\NotifierBundle\\Controller\\DefaultController::notifier' => '?',
  16043.             'Aqarmap\\Bundle\\NotifierBundle\\Controller\\DefaultController::pauseNotifier' => '?',
  16044.             'Aqarmap\\Bundle\\NotifierBundle\\Controller\\DefaultController::post' => '?',
  16045.             'Aqarmap\\Bundle\\NotifierBundle\\Controller\\DefaultController::unsubscribeAllNotifier' => '?',
  16046.             'Aqarmap\\Bundle\\NotifierBundle\\Controller\\DefaultController::unsubscribeNotifier' => '?',
  16047.             'Aqarmap\\Bundle\\OTPBundle\\Controller\\Api\\V4\\OtpController::setViewHandler' => '?',
  16048.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\AnalysisController::newCompanies' => '?',
  16049.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\AnalysisController::removeCompanies' => '?',
  16050.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\AnalysisController::userRevenueDetails' => '?',
  16051.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController::activatePackage' => '?',
  16052.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController::add' => '?',
  16053.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController::approveTransaction' => '?',
  16054.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController::assignAgent' => '?',
  16055.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController::cancel' => '?',
  16056.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController::cancelRecurringl' => '?',
  16057.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController::changeTransactionAuditStatus' => '?',
  16058.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController::changeTransactionCashStatus' => '?',
  16059.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController::createAssignAgentForm' => '?',
  16060.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController::deleteAccountManager' => '?',
  16061.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController::draft' => '?',
  16062.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController::draftManualFawry' => '?',
  16063.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController::edit' => '?',
  16064.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController::handleCreateTransaction' => '?',
  16065.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController::refund' => '?',
  16066.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController::updatePackage' => '?',
  16067.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Api\\PaymentController::callback' => '?',
  16068.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Api\\PaymentController::getPaymentTransactionServices' => '?',
  16069.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Api\\PaymentController::setViewHandler' => '?',
  16070.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Api\\RecurringController::setViewHandler' => '?',
  16071.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\ListingSearchController::setViewHandler' => '?',
  16072.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\LocationSearchController::listingFaq' => '?',
  16073.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\LocationSearchController::setViewHandler' => '?',
  16074.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\SearchResultsController::getCustomParagraph' => '?',
  16075.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\SearchResultsController::getLocationListing' => '?',
  16076.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\SearchResultsController::getPropertiesChips' => '?',
  16077.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\SearchResultsController::getPropertiesChipsLegazy' => '?',
  16078.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\SearchResultsController::getSeoData' => '?',
  16079.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\SearchResultsController::resolveSearchPageSlugs' => '?',
  16080.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\SearchResultsController::setViewHandler' => '?',
  16081.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\SearchResultsController::singlePageSSRData' => '?',
  16082.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\V4\\CompoundSearchController::getCompoundDetails' => '?',
  16083.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\V4\\CompoundSearchController::setViewHandler' => '?',
  16084.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\V4\\ListingSearchController::getListings' => '?',
  16085.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\V4\\ListingSearchController::getListingsEsDebug' => '?',
  16086.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\V4\\ListingSearchController::getListingsSearchSSRData' => '?',
  16087.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\V4\\ListingSearchController::getSearchListings' => '?',
  16088.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\V4\\ListingSearchController::setViewHandler' => '?',
  16089.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\V4\\ListingSearchController::triggerSearchListingsAction' => '?',
  16090.             'Aqarmap\\Bundle\\TopSellerBundle\\Controller\\Admin\\TopSellerController::bulkGenerateTopSellersLeads' => '?',
  16091.             'Aqarmap\\Bundle\\TopSellerBundle\\Controller\\Api\\V4\\TopSellerController::getTopSellerLeads' => '?',
  16092.             'Aqarmap\\Bundle\\TopSellerBundle\\Controller\\Api\\V4\\TopSellerController::getTopSellers' => '?',
  16093.             'Aqarmap\\Bundle\\TopSellerBundle\\Controller\\Api\\V4\\TopSellerController::setViewHandler' => '?',
  16094.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\GroupController::delete' => '?',
  16095.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\GroupController::edit' => '?',
  16096.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\GroupController::list' => '?',
  16097.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\GroupController::new' => '?',
  16098.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\TeamController::assignUserTeam' => '?',
  16099.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\TeamController::delete' => '?',
  16100.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\TeamController::edit' => '?',
  16101.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\TeamController::unassignUserTeam' => '?',
  16102.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController::adminChangePassword' => '?',
  16103.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController::adminSendEmail' => '?',
  16104.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController::approveLogo' => '?',
  16105.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController::approvePersonalPhoto' => '?',
  16106.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController::assignReferrals' => '?',
  16107.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController::changeUserType' => '?',
  16108.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController::disable' => '?',
  16109.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController::editUserBoostLevel' => '?',
  16110.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController::editUserGroup' => '?',
  16111.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController::enable' => '?',
  16112.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController::extendExpiryDate' => '?',
  16113.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController::getReferrals' => '?',
  16114.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController::importUsersDevelopers' => '?',
  16115.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController::rejectLogo' => '?',
  16116.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController::rejectPersonalPhoto' => '?',
  16117.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController::syncToZoho' => '?',
  16118.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController::update' => '?',
  16119.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserDomainController::delete' => '?',
  16120.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserDomainController::edit' => '?',
  16121.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserDomainController::index' => '?',
  16122.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserDomainController::new' => '?',
  16123.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserPackagesController::index' => '?',
  16124.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserPackagesController::updateUserPackage' => '?',
  16125.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserServiceController::addUserService' => '?',
  16126.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserServiceController::index' => '?',
  16127.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserServiceController::updateUserService' => '?',
  16128.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserSubAccountController::attach' => '?',
  16129.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserSubAccountController::detach' => '?',
  16130.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserSubAccountController::index' => '?',
  16131.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\AuthProxyController::setViewHandler' => '?',
  16132.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\AuthProxyController::token' => '?',
  16133.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\NotificationTokenController::remove' => '?',
  16134.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\NotificationTokenController::save' => '?',
  16135.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\NotificationTokenController::setViewHandler' => '?',
  16136.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\TargetAudienceController::setViewHandler' => '?',
  16137.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\TeamController::setViewHandler' => '?',
  16138.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\TokenDocController::setViewHandler' => '?',
  16139.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController::addUserPhone' => '?',
  16140.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController::deleteUserSearch' => '?',
  16141.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController::getListingNote' => '?',
  16142.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController::getMyAccount' => '?',
  16143.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController::getMyLeads' => '?',
  16144.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController::getNpsData' => '?',
  16145.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController::getRate' => '?',
  16146.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController::getUserAccount' => '?',
  16147.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController::getUserCompanyInfo' => '?',
  16148.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController::getUserListings' => '?',
  16149.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController::postUserNote' => '?',
  16150.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController::removeUserPhone' => '?',
  16151.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController::sendResetPasswordEmail' => '?',
  16152.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController::setViewHandler' => '?',
  16153.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController::updatePhone' => '?',
  16154.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController::updateProfileBasicInfo' => '?',
  16155.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController::updateUserPhone' => '?',
  16156.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserServiceController::setViewHandler' => '?',
  16157.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\V3\\UserController::getErrorMessages' => '?',
  16158.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\V3\\UserController::resetPassword' => '?',
  16159.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\V3\\UserController::respondWithValidationErrors' => '?',
  16160.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\V3\\UserController::setViewHandler' => '?',
  16161.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\V4\\UserController::createUser' => '?',
  16162.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\V4\\UserController::getErrorMessages' => '?',
  16163.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\V4\\UserController::register' => '?',
  16164.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\V4\\UserController::respondWithValidationErrors' => '?',
  16165.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\V4\\UserController::setViewHandler' => '?',
  16166.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\V4\\UserLocationController::getErrorMessages' => '?',
  16167.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\V4\\UserLocationController::respondWithValidationErrors' => '?',
  16168.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\V4\\UserLocationController::setViewHandler' => '?',
  16169.             'Aqarmap\\Bundle\\UserBundle\\Controller\\ExternalProfileController::callRequestForm' => '?',
  16170.             'Aqarmap\\Bundle\\UserBundle\\Controller\\ExternalProfileController::contactSeller' => '?',
  16171.             'Aqarmap\\Bundle\\UserBundle\\Controller\\ExternalProfileController::contactSellerForm' => '?',
  16172.             'Aqarmap\\Bundle\\UserBundle\\Controller\\ExternalProfileController::contactSellerWideForm' => '?',
  16173.             'Aqarmap\\Bundle\\UserBundle\\Controller\\ExternalProfileController::index' => '?',
  16174.             'Aqarmap\\Bundle\\UserBundle\\Controller\\ExternalProfileController::listing' => '?',
  16175.             'Aqarmap\\Bundle\\UserBundle\\Controller\\ExternalProfileController::userContactSellerForm' => '?',
  16176.             'Aqarmap\\Bundle\\UserBundle\\Controller\\ExternalProfileController::userContactSellerWideForm' => '?',
  16177.             'Aqarmap\\Bundle\\UserBundle\\Controller\\ProfileController::removePhoto' => '?',
  16178.             'Aqarmap\\Bundle\\UserBundle\\Controller\\UserController::pauseInterest' => '?',
  16179.             'kernel::build' => '?',
  16180.             'kernel::loadRoutes' => '?',
  16181.             'kernel::registerContainerConfiguration' => '?',
  16182.             'App\\Controller\\API\\Banners\\BannersController:getAll' => '?',
  16183.             'App\\Controller\\API\\Banners\\BannersController:setViewHandler' => '?',
  16184.             'App\\Controller\\API\\Lead\\LeadController:add' => '?',
  16185.             'App\\Controller\\API\\Lead\\LeadController:addBulkLeads' => '?',
  16186.             'App\\Controller\\API\\Lead\\LeadController:addLeadNote' => '?',
  16187.             'App\\Controller\\API\\Lead\\LeadController:addTopSeller' => '?',
  16188.             'App\\Controller\\API\\Lead\\LeadController:setViewHandler' => '?',
  16189.             'App\\Controller\\API\\Listing\\ListingController:deletePhotos' => '?',
  16190.             'App\\Controller\\API\\Listing\\ListingController:finalizeListing' => '?',
  16191.             'App\\Controller\\API\\Listing\\ListingController:getCustomField' => '?',
  16192.             'App\\Controller\\API\\Listing\\ListingController:setDescription' => '?',
  16193.             'App\\Controller\\API\\Listing\\ListingController:setDetails' => '?',
  16194.             'App\\Controller\\API\\Listing\\ListingController:setMainPhotos' => '?',
  16195.             'App\\Controller\\API\\Listing\\ListingController:uploadPhotos' => '?',
  16196.             'App\\Controller\\API\\LocationsInsights\\LocationsInsightsProxyController:getDemandLocations' => '?',
  16197.             'App\\Controller\\API\\LocationsInsights\\LocationsInsightsProxyController:getLocationDemandDetails' => '?',
  16198.             'App\\Controller\\API\\LocationsInsights\\LocationsInsightsProxyController:setViewHandler' => '?',
  16199.             'App\\Controller\\API\\Subscriptions\\SubscriptionPlansController:findSubscriptionPlan' => '?',
  16200.             'App\\Controller\\API\\Subscriptions\\SubscriptionPlansController:getAll' => '?',
  16201.             'App\\Controller\\API\\Subscriptions\\SubscriptionPlansController:setViewHandler' => '?',
  16202.             'App\\Controller\\API\\User\\CardsController:delete' => '?',
  16203.             'App\\Controller\\API\\User\\CardsController:index' => '?',
  16204.             'App\\Controller\\API\\User\\CardsController:new' => '?',
  16205.             'App\\Controller\\API\\User\\CardsController:setViewHandler' => '?',
  16206.             'App\\Controller\\API\\User\\SubAccountsController:acceptInvitation' => '?',
  16207.             'App\\Controller\\API\\User\\SubAccountsController:add' => '?',
  16208.             'App\\Controller\\API\\User\\SubAccountsController:delete' => '?',
  16209.             'App\\Controller\\API\\User\\SubAccountsController:index' => '?',
  16210.             'App\\Controller\\API\\User\\SubAccountsController:lookup' => '?',
  16211.             'App\\Controller\\API\\User\\SubAccountsController:setViewHandler' => '?',
  16212.             'App\\Controller\\API\\User\\SubAccountsController:statistics' => '?',
  16213.             'App\\Controller\\API\\User\\SubscriptionsController:cancel' => '?',
  16214.             'App\\Controller\\API\\User\\SubscriptionsController:index' => '?',
  16215.             'App\\Controller\\API\\User\\SubscriptionsController:new' => '?',
  16216.             'App\\Controller\\API\\User\\SubscriptionsController:setViewHandler' => '?',
  16217.             'App\\Controller\\Admin\\Banners\\BannersController:delete' => '?',
  16218.             'App\\Controller\\Admin\\Banners\\BannersController:edit' => '?',
  16219.             'App\\Controller\\Admin\\Banners\\BannersController:index' => '?',
  16220.             'App\\Controller\\Admin\\Banners\\BannersController:new' => '?',
  16221.             'App\\Controller\\Admin\\Subscriptions\\SubscriptionPlansController:activate' => '?',
  16222.             'App\\Controller\\Admin\\Subscriptions\\SubscriptionPlansController:diActivate' => '?',
  16223.             'App\\Controller\\Admin\\Subscriptions\\SubscriptionPlansController:index' => '?',
  16224.             'App\\Controller\\Admin\\Subscriptions\\SubscriptionPlansController:post' => '?',
  16225.             'App\\Controller\\DefaultController:healthCheck' => '?',
  16226.             'App\\Controller\\EmailList\\WaitingController:index' => '?',
  16227.             'App\\Controller\\SecurityController:changePassword' => '?',
  16228.             'App\\Controller\\SecurityController:login' => '?',
  16229.             'Aqarmap\\Bundle\\AnnouncementBundle\\Controller\\Admin\\AnnouncementController:announcementForm' => '?',
  16230.             'Aqarmap\\Bundle\\AnnouncementBundle\\Controller\\Api\\AnnouncementController:setViewHandler' => '?',
  16231.             'Aqarmap\\Bundle\\BrokerSalesBundle\\Controller\\Admin\\BrokerController:assignBrokerToSellerForm' => '?',
  16232.             'Aqarmap\\Bundle\\BrokerSalesBundle\\Controller\\Admin\\BrokerController:brokerDetails' => '?',
  16233.             'Aqarmap\\Bundle\\BrokerSalesBundle\\Controller\\Admin\\BrokerController:createAssignBrokerForm' => '?',
  16234.             'Aqarmap\\Bundle\\BrokerSalesBundle\\Controller\\Admin\\BrokerController:delete' => '?',
  16235.             'Aqarmap\\Bundle\\BrokerSalesBundle\\Controller\\Admin\\BrokerController:setBrokerCreatedDate' => '?',
  16236.             'Aqarmap\\Bundle\\BrokerSalesBundle\\Controller\\Admin\\SellerController:deleteSeller' => '?',
  16237.             'Aqarmap\\Bundle\\BrokerSalesBundle\\Controller\\Admin\\SellerController:sellerBrokers' => '?',
  16238.             'Aqarmap\\Bundle\\BrokerSalesBundle\\Controller\\Admin\\SellerController:sellers' => '?',
  16239.             'Aqarmap\\Bundle\\BuyerAlertsBundle\\Controller\\Api\\BuyerAlertsController:setViewHandler' => '?',
  16240.             'Aqarmap\\Bundle\\BuyerAlertsBundle\\Controller\\BuyerAlertsController:BuyerAlerts' => '?',
  16241.             'Aqarmap\\Bundle\\BuyerAlertsBundle\\Controller\\BuyerAlertsController:unsubscribeBuyerAlerts' => '?',
  16242.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\CompanyController:assignAccountManager' => '?',
  16243.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\CompanyController:company' => '?',
  16244.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\CompanyController:companyAccountManagers' => '?',
  16245.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\CompanyController:companyAccounts' => '?',
  16246.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\CompanyController:createCompanyForm' => '?',
  16247.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\CompanyController:createExistingStaffUser' => '?',
  16248.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\CompanyController:createNewRegisteredStaffUser' => '?',
  16249.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\CompanyController:removeStaffAccount' => '?',
  16250.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\CompanyController:setCompanyCustomer' => '?',
  16251.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\CompanyController:setCompanyPotential' => '?',
  16252.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\CompanyController:setCompanyProspected' => '?',
  16253.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\CompanyController:setCompanyRejected' => '?',
  16254.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\CompanyController:unassignAccountManager' => '?',
  16255.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\StaffController:createExistingStaffUser' => '?',
  16256.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\StaffController:createNewRegisteredStaffUser' => '?',
  16257.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\StaffController:createStaffForm' => '?',
  16258.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\StaffController:delete' => '?',
  16259.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Admin\\StaffController:removeStaffAccount' => '?',
  16260.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Api\\CompanyController:setViewHandler' => '?',
  16261.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Api\\CompanyController:updateCompany' => '?',
  16262.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Api\\StaffCheckInController:setViewHandler' => '?',
  16263.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Api\\StaffCheckInController:upload' => '?',
  16264.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Api\\StaffController:getStaffData' => '?',
  16265.             'Aqarmap\\Bundle\\CRMBundle\\Controller\\Api\\StaffController:setViewHandler' => '?',
  16266.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Admin\\CreditController:activatePackage' => '?',
  16267.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Admin\\CreditController:cancel' => '?',
  16268.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Admin\\CreditController:cancelRecurringl' => '?',
  16269.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Admin\\CreditController:deductPoints' => '?',
  16270.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Admin\\CreditController:depositPoints' => '?',
  16271.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Admin\\CreditController:transfer' => '?',
  16272.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Admin\\CreditPackageController:post' => '?',
  16273.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Admin\\CreditServiceController:changePosition' => '?',
  16274.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Admin\\CreditServiceController:delete' => '?',
  16275.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Admin\\CreditServiceController:edit' => '?',
  16276.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Api\\CreditAnalysisController:setViewHandler' => '?',
  16277.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Api\\CreditController:deduct' => '?',
  16278.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Api\\CreditController:exportCreditTransactions' => '?',
  16279.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Api\\CreditController:setViewHandler' => '?',
  16280.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Api\\CreditServiceController:setViewHandler' => '?',
  16281.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Api\\CreditServiceController:updateServiceStatus' => '?',
  16282.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Api\\V2\\CreditPackageController:getUserTypePackages' => '?',
  16283.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Api\\V2\\CreditPackageController:setViewHandler' => '?',
  16284.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Api\\V3\\CreditController:getErrorMessages' => '?',
  16285.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Api\\V3\\CreditController:respondWithValidationErrors' => '?',
  16286.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\Api\\V3\\CreditController:setViewHandler' => '?',
  16287.             'Aqarmap\\Bundle\\CreditBundle\\Controller\\CreditController:package' => '?',
  16288.             'Aqarmap\\Bundle\\CustomerProfilingBundle\\Controller\\Admin\\DynamicQuestionController:addAnswer' => '?',
  16289.             'Aqarmap\\Bundle\\CustomerProfilingBundle\\Controller\\Admin\\DynamicQuestionController:editAnswer' => '?',
  16290.             'Aqarmap\\Bundle\\CustomerProfilingBundle\\Controller\\Admin\\DynamicQuestionController:removeAnswer' => '?',
  16291.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Admin\\CommentController:approve' => '?',
  16292.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Admin\\CommentController:decline' => '?',
  16293.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Admin\\CommentController:delete' => '?',
  16294.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Admin\\DiscussionController:SendToHelp' => '?',
  16295.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Admin\\DiscussionController:approve' => '?',
  16296.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Admin\\DiscussionController:decline' => '?',
  16297.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Admin\\DiscussionController:delete' => '?',
  16298.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Admin\\DiscussionController:edit' => '?',
  16299.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Admin\\DiscussionController:locationDiscussions' => '?',
  16300.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Api\\DiscussionController:addComment' => '?',
  16301.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Api\\DiscussionController:addCommentLike' => '?',
  16302.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Api\\DiscussionController:addDiscussion' => '?',
  16303.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Api\\DiscussionController:addDiscussionSubscriber' => '?',
  16304.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Api\\DiscussionController:checkDiscussionSubscriber' => '?',
  16305.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Api\\DiscussionController:discussion' => '?',
  16306.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Api\\DiscussionController:discussions' => '?',
  16307.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Api\\DiscussionController:removeCommentLike' => '?',
  16308.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Api\\DiscussionController:setViewHandler' => '?',
  16309.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Api\\DiscussionController:unsetDiscussionSubscriber' => '?',
  16310.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Api\\DiscussionController:updateCommentLike' => '?',
  16311.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\Api\\DiscussionController:updateDiscussion' => '?',
  16312.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\CommentController:create' => '?',
  16313.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\CommentController:delete' => '?',
  16314.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\CommentController:edit' => '?',
  16315.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\DiscussionController:addDiscussionSubscriber' => '?',
  16316.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\DiscussionController:create' => '?',
  16317.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\DiscussionController:delete' => '?',
  16318.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\DiscussionController:discussionComments' => '?',
  16319.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\DiscussionController:discussions' => '?',
  16320.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\DiscussionController:edit' => '?',
  16321.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\DiscussionController:unsetDiscussionSubscriber' => '?',
  16322.             'Aqarmap\\Bundle\\DiscussionBundle\\Controller\\DiscussionController:unsubscribeConfirm' => '?',
  16323.             'Aqarmap\\Bundle\\ExchangeBundle\\Controller\\Api\\ExchangeRequestController:deleteExchangeRequest' => '?',
  16324.             'Aqarmap\\Bundle\\ExchangeBundle\\Controller\\Api\\ExchangeRequestController:getExchangeRequest' => '?',
  16325.             'Aqarmap\\Bundle\\ExchangeBundle\\Controller\\Api\\ExchangeRequestController:setViewHandler' => '?',
  16326.             'Aqarmap\\Bundle\\ExchangeBundle\\Controller\\Api\\ExchangeRequestController:unlockExchangeRequest' => '?',
  16327.             'Aqarmap\\Bundle\\ExchangeBundle\\Controller\\Api\\ExchangeRequestController:updateExchangeRequest' => '?',
  16328.             'Aqarmap\\Bundle\\FeatureToggleBundle\\Controller\\Admin\\FeatureToggleController:edit' => '?',
  16329.             'Aqarmap\\Bundle\\FeatureToggleBundle\\Controller\\Api\\FeatureToggleController:setViewHandler' => '?',
  16330.             'Aqarmap\\Bundle\\FinancialAidsBundle\\Controller\\Admin\\FinancialAidController:edit' => '?',
  16331.             'Aqarmap\\Bundle\\FinancialAidsBundle\\Controller\\Admin\\FinancialAidController:postEdit' => '?',
  16332.             'Aqarmap\\Bundle\\FinancialAidsBundle\\Controller\\Admin\\FinancialAidController:updateFinancialAidStatus' => '?',
  16333.             'Aqarmap\\Bundle\\FinancialAidsBundle\\Controller\\Api\\FinancialAidController:setViewHandler' => '?',
  16334.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\CompoundLocationController:disable' => '?',
  16335.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\CompoundLocationController:enable' => '?',
  16336.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\LeadsController:exportLeads' => '?',
  16337.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\LeadsController:index' => '?',
  16338.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\LeadsController:resendLeads' => '?',
  16339.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:QuickPostListingForm' => '?',
  16340.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:addNote' => '?',
  16341.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:addParticipant' => '?',
  16342.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:adminChangeLocation' => '?',
  16343.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:adminListingRejections' => '?',
  16344.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:adminPropertyType' => '?',
  16345.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:approve' => '?',
  16346.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:approveChildren' => '?',
  16347.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:bulkDeletePhoto' => '?',
  16348.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:bulkFeatureAsAdmin' => '?',
  16349.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:bulkFeatureAsSeller' => '?',
  16350.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:bumpUp' => '?',
  16351.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:changeSection' => '?',
  16352.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:clearMap' => '?',
  16353.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:clearPrice' => '?',
  16354.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:clearVideo' => '?',
  16355.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:consumersRatesData' => '?',
  16356.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:delete' => '?',
  16357.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:deleteNote' => '?',
  16358.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:deletePhoto' => '?',
  16359.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:downloadBrochure' => '?',
  16360.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:editListing' => '?',
  16361.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:editListingArea' => '?',
  16362.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:editListingLocations' => '?',
  16363.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:editListingParticipants' => '?',
  16364.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:editListingPaymentMethod' => '?',
  16365.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:editListingPhones' => '?',
  16366.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:editListingPhotos' => '?',
  16367.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:editListingTranslation' => '?',
  16368.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:editListingUnits' => '?',
  16369.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:featured' => '?',
  16370.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:featuredAsSeller' => '?',
  16371.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:getListingBasics' => '?',
  16372.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:listingLocationForm' => '?',
  16373.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:listingPhoneForm' => '?',
  16374.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:moveListingPhotoDown' => '?',
  16375.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:moveListingPhotoUp' => '?',
  16376.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:newLocationModal' => '?',
  16377.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:newPhoneModal' => '?',
  16378.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:pending' => '?',
  16379.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:pendingChildren' => '?',
  16380.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:postEditListingBasics' => '?',
  16381.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:postEditListingPhotos' => '?',
  16382.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:postEditListingTranslations' => '?',
  16383.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:postListingLocation' => '?',
  16384.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:postListingPhone' => '?',
  16385.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:pumpUp' => '?',
  16386.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:quickPostListingModelForm' => '?',
  16387.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:quickRegisterParticipant' => '?',
  16388.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:rates' => '?',
  16389.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:ratesDetails' => '?',
  16390.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:relist' => '?',
  16391.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:removeListingLocation' => '?',
  16392.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:removeNumbers' => '?',
  16393.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:removeParticipant' => '?',
  16394.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:removePhone' => '?',
  16395.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:resetTitle' => '?',
  16396.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:revertBumpUp' => '?',
  16397.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:review' => '?',
  16398.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:showInHomepage' => '?',
  16399.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingController:unflag' => '?',
  16400.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingPendingFeaturingController:approveFeaturingListing' => '?',
  16401.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingPendingFeaturingController:reject' => '?',
  16402.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingPendingFeaturingController:rejectFeaturingListing' => '?',
  16403.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingRulesController:changePosition' => '?',
  16404.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingRulesController:delete' => '?',
  16405.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingRulesController:edit' => '?',
  16406.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ListingRulesController:index' => '?',
  16407.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\LocationController:Post' => '?',
  16408.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\LocationController:addNearestLocations' => '?',
  16409.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\LocationController:changeStatus' => '?',
  16410.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\LocationController:deleteLocationPhoto' => '?',
  16411.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\LocationController:locationFetcher' => '?',
  16412.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\LocationController:mainPhotoLocation' => '?',
  16413.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\LocationController:moveLocationListings' => '?',
  16414.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\LocationController:unsetLocationListing' => '?',
  16415.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\LocationController:unsetNearestLocation' => '?',
  16416.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\LocationController:upload' => '?',
  16417.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\RejectionController:delete' => '?',
  16418.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\ScrapedListingController:removePhoto' => '?',
  16419.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\SearchController:locationSearchHistoryLink' => '?',
  16420.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\SearchController:searchAdmin' => '?',
  16421.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Admin\\SearchController:searchResult' => '?',
  16422.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\CallRequestController:getTotalQueuedCalls' => '?',
  16423.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\CallRequestController:setViewHandler' => '?',
  16424.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\CompoundLocationController:getLocationChildren' => '?',
  16425.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\CompoundLocationController:setViewHandler' => '?',
  16426.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\CompoundSearchController:setViewHandler' => '?',
  16427.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\CustomFieldController:getFinishTypes' => '?',
  16428.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\CustomFieldController:setViewHandler' => '?',
  16429.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\EstimateController:setViewHandler' => '?',
  16430.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\FavouriteController:create' => '?',
  16431.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\FavouriteController:delete' => '?',
  16432.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\FavouriteController:getFavouritesCount' => '?',
  16433.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\FavouriteController:setViewHandler' => '?',
  16434.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LeadController:QuickCreateLead' => '?',
  16435.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LeadController:addLeadQuality' => '?',
  16436.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LeadController:countLeadsInSpecificPeriod' => '?',
  16437.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LeadController:exportLeads' => '?',
  16438.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LeadController:exportTopSellerLeads' => '?',
  16439.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LeadController:getLead' => '?',
  16440.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LeadController:getLeadsCountsForEachType' => '?',
  16441.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LeadController:getLeadsInsights' => '?',
  16442.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LeadController:getLeadsList' => '?',
  16443.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LeadController:getListingFeatureStatus' => '?',
  16444.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LeadController:setViewHandler' => '?',
  16445.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:callRequest' => '?',
  16446.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:cloneListing' => '?',
  16447.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:contactSeller' => '?',
  16448.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:contactSellerWithQuickRegistration' => '?',
  16449.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:delete' => '?',
  16450.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:feature' => '?',
  16451.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:filterListingChildren' => '?',
  16452.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:getLeadAnalytics' => '?',
  16453.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:getListing' => '?',
  16454.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:getListingChildren' => '?',
  16455.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:getListingDetails' => '?',
  16456.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:getListingNote' => '?',
  16457.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:getListingPhone' => '?',
  16458.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:getListingPhotos' => '?',
  16459.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:getListingPreviewData' => '?',
  16460.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:getListingRules' => '?',
  16461.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:getListingTopSeller' => '?',
  16462.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:getRateDetails' => '?',
  16463.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:getRelatedListing' => '?',
  16464.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:getSimilarListingsCount' => '?',
  16465.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:increaseListingViews' => '?',
  16466.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:postListingSingleNote' => '?',
  16467.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:quickCreateLead' => '?',
  16468.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:rateReview' => '?',
  16469.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:relist' => '?',
  16470.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:setViewHandler' => '?',
  16471.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:undelete' => '?',
  16472.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:update' => '?',
  16473.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:updateListing' => '?',
  16474.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:upload' => '?',
  16475.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\ListingController:uploadListingPhoto' => '?',
  16476.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LocationController:getLocationChildren' => '?',
  16477.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LocationController:getLocationStatistics' => '?',
  16478.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LocationController:getLocationsHomeCompounds' => '?',
  16479.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\LocationController:setViewHandler' => '?',
  16480.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\NoteController:setViewHandler' => '?',
  16481.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\PhotoController:delete' => '?',
  16482.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\PhotoController:mainPhoto' => '?',
  16483.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\PhotoController:setViewHandler' => '?',
  16484.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\PriceFilterController:setViewHandler' => '?',
  16485.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\PropertyTypeController:getPropertyTypeChildren' => '?',
  16486.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\PropertyTypeController:setViewHandler' => '?',
  16487.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\RateController:add' => '?',
  16488.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\RateController:create' => '?',
  16489.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\RateController:getListingRate' => '?',
  16490.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\RateController:setViewHandler' => '?',
  16491.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\SearchFiltersController:setViewHandler' => '?',
  16492.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\SectionController:setViewHandler' => '?',
  16493.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\BrokerRankingController:getErrorMessages' => '?',
  16494.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\BrokerRankingController:respondWithValidationErrors' => '?',
  16495.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\BrokerRankingController:setViewHandler' => '?',
  16496.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\FavouriteController:getErrorMessages' => '?',
  16497.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\FavouriteController:respondWithValidationErrors' => '?',
  16498.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\FavouriteController:setViewHandler' => '?',
  16499.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\ImpressionController:getErrorMessages' => '?',
  16500.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\ImpressionController:respondWithValidationErrors' => '?',
  16501.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\ImpressionController:setViewHandler' => '?',
  16502.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\ListingController:contactSeller' => '?',
  16503.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\ListingController:getErrorMessages' => '?',
  16504.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\ListingController:getFeatureExpiryDate' => '?',
  16505.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\ListingController:respondWithValidationErrors' => '?',
  16506.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\ListingController:setViewHandler' => '?',
  16507.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\ListingController:update' => '?',
  16508.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\LocationController:getErrorMessages' => '?',
  16509.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\LocationController:respondWithValidationErrors' => '?',
  16510.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\LocationController:setViewHandler' => '?',
  16511.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\RateController:getErrorMessages' => '?',
  16512.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\RateController:respondWithValidationErrors' => '?',
  16513.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V3\\RateController:setViewHandler' => '?',
  16514.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\CallRequestController:callRequestForm' => '?',
  16515.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\CallRequestController:getErrorMessages' => '?',
  16516.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\CallRequestController:respondWithValidationErrors' => '?',
  16517.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\CallRequestController:setViewHandler' => '?',
  16518.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\CompoundLocationController:getCompoundChildrenLocations' => '?',
  16519.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\CompoundLocationController:getErrorMessages' => '?',
  16520.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\CompoundLocationController:respondWithValidationErrors' => '?',
  16521.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\CompoundLocationController:setViewHandler' => '?',
  16522.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\ConditionalFieldController:setViewHandler' => '?',
  16523.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\FiltersController:setViewHandler' => '?',
  16524.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\ListingController:deletePhoto' => '?',
  16525.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\ListingController:downloadBrochure' => '?',
  16526.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\ListingController:getListingRules' => '?',
  16527.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\ListingController:getSpecialAddListingFeatures' => '?',
  16528.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\ListingController:getUserListings' => '?',
  16529.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\ListingController:setMainPhoto' => '?',
  16530.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\ListingController:setViewHandler' => '?',
  16531.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\ListingController:update' => '?',
  16532.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\ListingController:uploadPhotos' => '?',
  16533.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\LocationController:getLocationChildren' => '?',
  16534.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\LocationController:getLocationTranslation' => '?',
  16535.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\LocationController:getNearbyLocations' => '?',
  16536.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\LocationController:setViewHandler' => '?',
  16537.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\PropertyTypeController:allChildren' => '?',
  16538.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\PropertyTypeController:getPropertyType' => '?',
  16539.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\PropertyTypeController:setViewHandler' => '?',
  16540.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\SectionController:setViewHandler' => '?',
  16541.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\UserListingStatisticController:getCountForEachFeaturedListings' => '?',
  16542.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\UserListingStatisticController:getErrorMessages' => '?',
  16543.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\UserListingStatisticController:getListingCountForEachStatus' => '?',
  16544.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\UserListingStatisticController:respondWithValidationErrors' => '?',
  16545.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\Api\\V4\\UserListingStatisticController:setViewHandler' => '?',
  16546.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\DefaultController:myListings' => '?',
  16547.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\LeadController:quickLead' => '?',
  16548.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\LeadController:setViewHandler' => '?',
  16549.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController:CSVLatestListings' => '?',
  16550.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController:bulkDeletePhoto' => '?',
  16551.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController:callRequest' => '?',
  16552.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController:callRequestForm' => '?',
  16553.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController:confirmFeaturedPublishing' => '?',
  16554.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController:confirmPublishing' => '?',
  16555.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController:confirmPumpUpListing' => '?',
  16556.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController:contactSeller' => '?',
  16557.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController:contactSellerForm' => '?',
  16558.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController:contactSellerWideForm' => '?',
  16559.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController:delete' => '?',
  16560.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController:downloadBrochure' => '?',
  16561.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController:finish' => '?',
  16562.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController:landingPage' => '?',
  16563.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController:listRejections' => '?',
  16564.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController:listingDetailsApp' => '?',
  16565.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController:post' => '?',
  16566.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController:prepareFeaturedListingPayment' => '?',
  16567.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController:prepareListingPayment' => '?',
  16568.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController:preview' => '?',
  16569.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController:pumpUpListing' => '?',
  16570.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController:read' => '?',
  16571.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController:relist' => '?',
  16572.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController:specialAddListingFeature' => '?',
  16573.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController:transferScrapedListingOwnership' => '?',
  16574.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController:undelete' => '?',
  16575.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingController:upload' => '?',
  16576.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\ListingSearchController:searchResults' => '?',
  16577.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\PhotoController:delete' => '?',
  16578.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\PhotoController:editPhotoType' => '?',
  16579.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\PhotoController:mainPhoto' => '?',
  16580.             'Aqarmap\\Bundle\\ListingBundle\\Controller\\SectionController:show' => '?',
  16581.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\CustomParagraphController:delete' => '?',
  16582.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\CustomParagraphController:edit' => '?',
  16583.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\CustomParagraphController:toggleStatus' => '?',
  16584.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\DefaultController:activity' => '?',
  16585.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\DefaultTopCustomersController:delete' => '?',
  16586.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\DefaultTopCustomersController:edit' => '?',
  16587.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\FeedbackController:delete' => '?',
  16588.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\FeedbackController:feedbackForm' => '?',
  16589.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\FeedbackController:noteForm' => '?',
  16590.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\MenuController:link' => '?',
  16591.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\MenuController:linkdelete' => '?',
  16592.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\MenuController:linkinsert' => '?',
  16593.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\MenuController:menuDelete' => '?',
  16594.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\MobileSectionsTogglesController:editStatus' => '?',
  16595.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\MobileSectionsTogglesController:getErrorMessages' => '?',
  16596.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\MobileSectionsTogglesController:respondWithValidationErrors' => '?',
  16597.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\MobileSectionsTogglesController:setViewHandler' => '?',
  16598.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\PageController:delete' => '?',
  16599.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\SettingController:edit' => '?',
  16600.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\TestimonialController:edit' => '?',
  16601.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\TestimonialController:index' => '?',
  16602.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Admin\\TestimonialController:toggleStatus' => '?',
  16603.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\BaseController:setViewHandler' => '?',
  16604.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\DefaultController:getClientIp' => '?',
  16605.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\DefaultController:setViewHandler' => '?',
  16606.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\DefaultTopCustomersController:setViewHandler' => '?',
  16607.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\FeedbackController:setViewHandler' => '?',
  16608.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\SettingController:setViewHandler' => '?',
  16609.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\V2\\DefaultController:getListingCount' => '?',
  16610.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\V2\\DefaultController:getMenuLinks' => '?',
  16611.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\V2\\DefaultController:setViewHandler' => '?',
  16612.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\V3\\BaseController:getErrorMessages' => '?',
  16613.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\V3\\BaseController:respondWithValidationErrors' => '?',
  16614.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\V3\\BaseController:setViewHandler' => '?',
  16615.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\V3\\FeedbackController:getErrorMessages' => '?',
  16616.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\V3\\FeedbackController:respondWithValidationErrors' => '?',
  16617.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\V3\\FeedbackController:setViewHandler' => '?',
  16618.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\V4\\BaseController:setViewHandler' => '?',
  16619.             'Aqarmap\\Bundle\\MainBundle\\Controller\\Api\\V4\\MobileSectionsTogglesController:setViewHandler' => '?',
  16620.             'Aqarmap\\Bundle\\MainBundle\\Controller\\DefaultController:home' => '?',
  16621.             'Aqarmap\\Bundle\\MainBundle\\Controller\\DefaultController:searchPageFilters' => '?',
  16622.             'Aqarmap\\Bundle\\MainBundle\\Controller\\FeedbackController:post' => '?',
  16623.             'Aqarmap\\Bundle\\MainBundle\\Controller\\JoinUsController:createJoinUsForm' => '?',
  16624.             'Aqarmap\\Bundle\\MainBundle\\Controller\\JoinUsController:index' => '?',
  16625.             'Aqarmap\\Bundle\\MainBundle\\Controller\\PageController:view' => '?',
  16626.             'Aqarmap\\Bundle\\MainBundle\\Controller\\SNSNotificationsController:receiver' => '?',
  16627.             'Aqarmap\\Bundle\\MortgageBundle\\Controller\\DefaultController:createRequestForm' => '?',
  16628.             'Aqarmap\\Bundle\\MortgageBundle\\Controller\\DefaultController:setUserData' => '?',
  16629.             'Aqarmap\\Bundle\\NeighborhoodBundle\\Controller\\Admin\\LocationStatisticsController:index' => '?',
  16630.             'Aqarmap\\Bundle\\NeighborhoodBundle\\Controller\\Api\\NeighborhoodController:getNeighborhoodDetails' => '?',
  16631.             'Aqarmap\\Bundle\\NeighborhoodBundle\\Controller\\Api\\NeighborhoodController:getNeighborhoodHistory' => '?',
  16632.             'Aqarmap\\Bundle\\NeighborhoodBundle\\Controller\\Api\\NeighborhoodController:setViewHandler' => '?',
  16633.             'Aqarmap\\Bundle\\NeighborhoodBundle\\Controller\\DefaultController:addNeighbourhoodSubscriber' => '?',
  16634.             'Aqarmap\\Bundle\\NeighborhoodBundle\\Controller\\DefaultController:contactSellerForm' => '?',
  16635.             'Aqarmap\\Bundle\\NeighborhoodBundle\\Controller\\DefaultController:index' => '?',
  16636.             'Aqarmap\\Bundle\\NeighborhoodBundle\\Controller\\DefaultController:unSubscribeLocationConfirm' => '?',
  16637.             'Aqarmap\\Bundle\\NeighborhoodBundle\\Controller\\DefaultController:unsetNeighbourhoodSubscriber' => '?',
  16638.             'Aqarmap\\Bundle\\NotificationBundle\\Controller\\Api\\NotificationController:getNotificationsCount' => '?',
  16639.             'Aqarmap\\Bundle\\NotificationBundle\\Controller\\Api\\NotificationController:registerToken' => '?',
  16640.             'Aqarmap\\Bundle\\NotificationBundle\\Controller\\Api\\NotificationController:setViewHandler' => '?',
  16641.             'Aqarmap\\Bundle\\NotificationBundle\\Controller\\Api\\SenderController:setViewHandler' => '?',
  16642.             'Aqarmap\\Bundle\\NotificationBundle\\Controller\\NotificationsController:viewNotifications' => '?',
  16643.             'Aqarmap\\Bundle\\NotifierBundle\\Controller\\Api\\NotifierController:setViewHandler' => '?',
  16644.             'Aqarmap\\Bundle\\NotifierBundle\\Controller\\DefaultController:activeNotifier' => '?',
  16645.             'Aqarmap\\Bundle\\NotifierBundle\\Controller\\DefaultController:globalUnsubscribeNotifier' => '?',
  16646.             'Aqarmap\\Bundle\\NotifierBundle\\Controller\\DefaultController:notifier' => '?',
  16647.             'Aqarmap\\Bundle\\NotifierBundle\\Controller\\DefaultController:pauseNotifier' => '?',
  16648.             'Aqarmap\\Bundle\\NotifierBundle\\Controller\\DefaultController:post' => '?',
  16649.             'Aqarmap\\Bundle\\NotifierBundle\\Controller\\DefaultController:unsubscribeAllNotifier' => '?',
  16650.             'Aqarmap\\Bundle\\NotifierBundle\\Controller\\DefaultController:unsubscribeNotifier' => '?',
  16651.             'Aqarmap\\Bundle\\OTPBundle\\Controller\\Api\\V4\\OtpController:setViewHandler' => '?',
  16652.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\AnalysisController:newCompanies' => '?',
  16653.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\AnalysisController:removeCompanies' => '?',
  16654.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\AnalysisController:userRevenueDetails' => '?',
  16655.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController:activatePackage' => '?',
  16656.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController:add' => '?',
  16657.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController:approveTransaction' => '?',
  16658.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController:assignAgent' => '?',
  16659.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController:cancel' => '?',
  16660.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController:cancelRecurringl' => '?',
  16661.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController:changeTransactionAuditStatus' => '?',
  16662.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController:changeTransactionCashStatus' => '?',
  16663.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController:createAssignAgentForm' => '?',
  16664.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController:deleteAccountManager' => '?',
  16665.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController:draft' => '?',
  16666.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController:draftManualFawry' => '?',
  16667.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController:edit' => '?',
  16668.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController:handleCreateTransaction' => '?',
  16669.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController:refund' => '?',
  16670.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Admin\\PaymentController:updatePackage' => '?',
  16671.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Api\\PaymentController:callback' => '?',
  16672.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Api\\PaymentController:getPaymentTransactionServices' => '?',
  16673.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Api\\PaymentController:setViewHandler' => '?',
  16674.             'Aqarmap\\Bundle\\PaymentBundle\\Controller\\Api\\RecurringController:setViewHandler' => '?',
  16675.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\ListingSearchController:setViewHandler' => '?',
  16676.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\LocationSearchController:listingFaq' => '?',
  16677.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\LocationSearchController:setViewHandler' => '?',
  16678.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\SearchResultsController:getCustomParagraph' => '?',
  16679.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\SearchResultsController:getLocationListing' => '?',
  16680.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\SearchResultsController:getPropertiesChips' => '?',
  16681.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\SearchResultsController:getPropertiesChipsLegazy' => '?',
  16682.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\SearchResultsController:getSeoData' => '?',
  16683.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\SearchResultsController:resolveSearchPageSlugs' => '?',
  16684.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\SearchResultsController:setViewHandler' => '?',
  16685.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\SearchResultsController:singlePageSSRData' => '?',
  16686.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\V4\\CompoundSearchController:getCompoundDetails' => '?',
  16687.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\V4\\CompoundSearchController:setViewHandler' => '?',
  16688.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\V4\\ListingSearchController:getListings' => '?',
  16689.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\V4\\ListingSearchController:getListingsEsDebug' => '?',
  16690.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\V4\\ListingSearchController:getListingsSearchSSRData' => '?',
  16691.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\V4\\ListingSearchController:getSearchListings' => '?',
  16692.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\V4\\ListingSearchController:setViewHandler' => '?',
  16693.             'Aqarmap\\Bundle\\SearchBundle\\Controller\\Api\\V4\\ListingSearchController:triggerSearchListingsAction' => '?',
  16694.             'Aqarmap\\Bundle\\TopSellerBundle\\Controller\\Admin\\TopSellerController:bulkGenerateTopSellersLeads' => '?',
  16695.             'Aqarmap\\Bundle\\TopSellerBundle\\Controller\\Api\\V4\\TopSellerController:getTopSellerLeads' => '?',
  16696.             'Aqarmap\\Bundle\\TopSellerBundle\\Controller\\Api\\V4\\TopSellerController:getTopSellers' => '?',
  16697.             'Aqarmap\\Bundle\\TopSellerBundle\\Controller\\Api\\V4\\TopSellerController:setViewHandler' => '?',
  16698.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\GroupController:delete' => '?',
  16699.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\GroupController:edit' => '?',
  16700.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\GroupController:list' => '?',
  16701.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\GroupController:new' => '?',
  16702.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\TeamController:assignUserTeam' => '?',
  16703.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\TeamController:delete' => '?',
  16704.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\TeamController:edit' => '?',
  16705.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\TeamController:unassignUserTeam' => '?',
  16706.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController:adminChangePassword' => '?',
  16707.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController:adminSendEmail' => '?',
  16708.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController:approveLogo' => '?',
  16709.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController:approvePersonalPhoto' => '?',
  16710.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController:assignReferrals' => '?',
  16711.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController:changeUserType' => '?',
  16712.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController:disable' => '?',
  16713.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController:editUserBoostLevel' => '?',
  16714.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController:editUserGroup' => '?',
  16715.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController:enable' => '?',
  16716.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController:extendExpiryDate' => '?',
  16717.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController:getReferrals' => '?',
  16718.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController:importUsersDevelopers' => '?',
  16719.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController:rejectLogo' => '?',
  16720.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController:rejectPersonalPhoto' => '?',
  16721.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController:syncToZoho' => '?',
  16722.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserController:update' => '?',
  16723.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserDomainController:delete' => '?',
  16724.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserDomainController:edit' => '?',
  16725.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserDomainController:index' => '?',
  16726.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserDomainController:new' => '?',
  16727.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserPackagesController:index' => '?',
  16728.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserPackagesController:updateUserPackage' => '?',
  16729.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserServiceController:addUserService' => '?',
  16730.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserServiceController:index' => '?',
  16731.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserServiceController:updateUserService' => '?',
  16732.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserSubAccountController:attach' => '?',
  16733.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserSubAccountController:detach' => '?',
  16734.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Admin\\UserSubAccountController:index' => '?',
  16735.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\AuthProxyController:setViewHandler' => '?',
  16736.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\AuthProxyController:token' => '?',
  16737.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\NotificationTokenController:remove' => '?',
  16738.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\NotificationTokenController:save' => '?',
  16739.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\NotificationTokenController:setViewHandler' => '?',
  16740.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\TargetAudienceController:setViewHandler' => '?',
  16741.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\TeamController:setViewHandler' => '?',
  16742.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\TokenDocController:setViewHandler' => '?',
  16743.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController:addUserPhone' => '?',
  16744.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController:deleteUserSearch' => '?',
  16745.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController:getListingNote' => '?',
  16746.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController:getMyAccount' => '?',
  16747.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController:getMyLeads' => '?',
  16748.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController:getNpsData' => '?',
  16749.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController:getRate' => '?',
  16750.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController:getUserAccount' => '?',
  16751.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController:getUserCompanyInfo' => '?',
  16752.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController:getUserListings' => '?',
  16753.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController:postUserNote' => '?',
  16754.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController:removeUserPhone' => '?',
  16755.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController:sendResetPasswordEmail' => '?',
  16756.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController:setViewHandler' => '?',
  16757.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController:updatePhone' => '?',
  16758.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController:updateProfileBasicInfo' => '?',
  16759.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserController:updateUserPhone' => '?',
  16760.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\UserServiceController:setViewHandler' => '?',
  16761.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\V3\\UserController:getErrorMessages' => '?',
  16762.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\V3\\UserController:resetPassword' => '?',
  16763.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\V3\\UserController:respondWithValidationErrors' => '?',
  16764.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\V3\\UserController:setViewHandler' => '?',
  16765.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\V4\\UserController:createUser' => '?',
  16766.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\V4\\UserController:getErrorMessages' => '?',
  16767.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\V4\\UserController:register' => '?',
  16768.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\V4\\UserController:respondWithValidationErrors' => '?',
  16769.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\V4\\UserController:setViewHandler' => '?',
  16770.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\V4\\UserLocationController:getErrorMessages' => '?',
  16771.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\V4\\UserLocationController:respondWithValidationErrors' => '?',
  16772.             'Aqarmap\\Bundle\\UserBundle\\Controller\\Api\\V4\\UserLocationController:setViewHandler' => '?',
  16773.             'Aqarmap\\Bundle\\UserBundle\\Controller\\ExternalProfileController:callRequestForm' => '?',
  16774.             'Aqarmap\\Bundle\\UserBundle\\Controller\\ExternalProfileController:contactSeller' => '?',
  16775.             'Aqarmap\\Bundle\\UserBundle\\Controller\\ExternalProfileController:contactSellerForm' => '?',
  16776.             'Aqarmap\\Bundle\\UserBundle\\Controller\\ExternalProfileController:contactSellerWideForm' => '?',
  16777.             'Aqarmap\\Bundle\\UserBundle\\Controller\\ExternalProfileController:index' => '?',
  16778.             'Aqarmap\\Bundle\\UserBundle\\Controller\\ExternalProfileController:listing' => '?',
  16779.             'Aqarmap\\Bundle\\UserBundle\\Controller\\ExternalProfileController:userContactSellerForm' => '?',
  16780.             'Aqarmap\\Bundle\\UserBundle\\Controller\\ExternalProfileController:userContactSellerWideForm' => '?',
  16781.             'Aqarmap\\Bundle\\UserBundle\\Controller\\ProfileController:removePhoto' => '?',
  16782.             'Aqarmap\\Bundle\\UserBundle\\Controller\\UserController:pauseInterest' => '?',
  16783.             'kernel:build' => '?',
  16784.             'kernel:loadRoutes' => '?',
  16785.             'kernel:registerContainerConfiguration' => '?',
  16786.         ]);
  16787.     }
  16788.     /**
  16789.      * Gets the private '.service_locator.nwni4V5' shared service.
  16790.      *
  16791.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16792.      */
  16793.     protected function get_ServiceLocator_Nwni4V5Service()
  16794.     {
  16795.         return $this->privates['.service_locator.nwni4V5'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16796.             '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.'],
  16797.         ], [
  16798.             'search' => 'Aqarmap\\Bundle\\UserBundle\\Entity\\SavedSearch',
  16799.         ]);
  16800.     }
  16801.     /**
  16802.      * Gets the private '.service_locator.oGPbAPY' shared service.
  16803.      *
  16804.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16805.      */
  16806.     protected function get_ServiceLocator_OGPbAPYService()
  16807.     {
  16808.         return $this->privates['.service_locator.oGPbAPY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16809.             '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.'],
  16810.             '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.'],
  16811.         ], [
  16812.             'listing' => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing',
  16813.             'phone' => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\ListingPhone',
  16814.         ]);
  16815.     }
  16816.     /**
  16817.      * Gets the private '.service_locator.oR9s530' shared service.
  16818.      *
  16819.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16820.      */
  16821.     protected function get_ServiceLocator_OR9s530Service()
  16822.     {
  16823.         return $this->privates['.service_locator.oR9s530'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16824.             'groupRepository' => ['privates''Aqarmap\\Bundle\\UserBundle\\Repository\\GroupRepository''getGroupRepositoryService'false],
  16825.         ], [
  16826.             'groupRepository' => 'Aqarmap\\Bundle\\UserBundle\\Repository\\GroupRepository',
  16827.         ]);
  16828.     }
  16829.     /**
  16830.      * Gets the private '.service_locator.oWTv1Ao' shared service.
  16831.      *
  16832.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16833.      */
  16834.     protected function get_ServiceLocator_OWTv1AoService()
  16835.     {
  16836.         return $this->privates['.service_locator.oWTv1Ao'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16837.             '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.'],
  16838.         ], [
  16839.             'rejection' => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\Rejection',
  16840.         ]);
  16841.     }
  16842.     /**
  16843.      * Gets the private '.service_locator.p92VLA7' shared service.
  16844.      *
  16845.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16846.      */
  16847.     protected function get_ServiceLocator_P92VLA7Service()
  16848.     {
  16849.         return $this->privates['.service_locator.p92VLA7'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16850.             '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.'],
  16851.             '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.'],
  16852.             'userServicesManager' => ['privates''Aqarmap\\Bundle\\UserBundle\\Services\\UserServicesManager''getUserServicesManagerService'false],
  16853.         ], [
  16854.             'service' => 'Aqarmap\\Bundle\\UserBundle\\Entity\\UserServices',
  16855.             'userEntity' => 'Aqarmap\\Bundle\\UserBundle\\Entity\\User',
  16856.             'userServicesManager' => 'Aqarmap\\Bundle\\UserBundle\\Services\\UserServicesManager',
  16857.         ]);
  16858.     }
  16859.     /**
  16860.      * Gets the private '.service_locator.pxk9xbM' shared service.
  16861.      *
  16862.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16863.      */
  16864.     protected function get_ServiceLocator_Pxk9xbMService()
  16865.     {
  16866.         return $this->privates['.service_locator.pxk9xbM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16867.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  16868.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  16869.             'fos_rest.view_handler' => ['services''fos_rest.view_handler''getFosRest_ViewHandlerService'false],
  16870.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  16871.             'message_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  16872.             'messenger.default_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  16873.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  16874.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  16875.             'router' => ['services''router''getRouterService'false],
  16876.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  16877.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  16878.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  16879.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  16880.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  16881.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  16882.         ], [
  16883.             'doctrine' => '?',
  16884.             'form.factory' => '?',
  16885.             'fos_rest.view_handler' => '?',
  16886.             'http_kernel' => '?',
  16887.             'message_bus' => '?',
  16888.             'messenger.default_bus' => '?',
  16889.             'parameter_bag' => '?',
  16890.             'request_stack' => '?',
  16891.             'router' => '?',
  16892.             'security.authorization_checker' => '?',
  16893.             'security.csrf.token_manager' => '?',
  16894.             'security.token_storage' => '?',
  16895.             'serializer' => '?',
  16896.             'session' => '.session.deprecated',
  16897.             'twig' => '?',
  16898.         ]);
  16899.     }
  16900.     /**
  16901.      * Gets the private '.service_locator.pzZ8_Cb' shared service.
  16902.      *
  16903.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16904.      */
  16905.     protected function get_ServiceLocator_PzZ8CbService()
  16906.     {
  16907.         return $this->privates['.service_locator.pzZ8_Cb'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16908.             'listingRateRepository' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingRateRepository''getListingRateRepositoryService'false],
  16909.             'listingRateService' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Service\\ListingRateService''getListingRateServiceService'false],
  16910.             'listingRepository' => ['services''Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingRepository''getListingRepositoryService'false],
  16911.         ], [
  16912.             'listingRateRepository' => 'Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingRateRepository',
  16913.             'listingRateService' => 'Aqarmap\\Bundle\\ListingBundle\\Service\\ListingRateService',
  16914.             'listingRepository' => 'Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingRepository',
  16915.         ]);
  16916.     }
  16917.     /**
  16918.      * Gets the private '.service_locator.q0bdmru' shared service.
  16919.      *
  16920.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16921.      */
  16922.     protected function get_ServiceLocator_Q0bdmruService()
  16923.     {
  16924.         return $this->privates['.service_locator.q0bdmru'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16925.             '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.'],
  16926.             '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.'],
  16927.         ], [
  16928.             'discussion' => 'Aqarmap\\Bundle\\DiscussionBundle\\Entity\\Discussion',
  16929.             'user' => 'Aqarmap\\Bundle\\UserBundle\\Entity\\User',
  16930.         ]);
  16931.     }
  16932.     /**
  16933.      * Gets the private '.service_locator.qKrahGf' shared service.
  16934.      *
  16935.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16936.      */
  16937.     protected function get_ServiceLocator_QKrahGfService()
  16938.     {
  16939.         return $this->privates['.service_locator.qKrahGf'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16940.             'subscriptionManager' => ['privates''App\\Service\\User\\SubscriptionManager''getSubscriptionManagerService'false],
  16941.             '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.'],
  16942.         ], [
  16943.             'subscriptionManager' => 'App\\Service\\User\\SubscriptionManager',
  16944.             'userSubscription' => 'App\\Entity\\Subscriptions\\UserSubscription',
  16945.         ]);
  16946.     }
  16947.     /**
  16948.      * Gets the private '.service_locator.qYCra7m' shared service.
  16949.      *
  16950.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16951.      */
  16952.     protected function get_ServiceLocator_QYCra7mService()
  16953.     {
  16954.         return $this->privates['.service_locator.qYCra7m'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16955.             '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.'],
  16956.             'bannerService' => ['privates''App\\Service\\Banners\\BannerService''getBannerServiceService'false],
  16957.         ], [
  16958.             'banner' => 'App\\Entity\\Banners\\Banners',
  16959.             'bannerService' => 'App\\Service\\Banners\\BannerService',
  16960.         ]);
  16961.     }
  16962.     /**
  16963.      * Gets the private '.service_locator.rGVylc.' shared service.
  16964.      *
  16965.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16966.      */
  16967.     protected function get_ServiceLocator_RGVylc_Service()
  16968.     {
  16969.         return $this->privates['.service_locator.rGVylc.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16970.             '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.'],
  16971.             'userCardService' => ['privates''App\\Service\\User\\UserCardService''getUserCardServiceService'false],
  16972.         ], [
  16973.             'userCard' => 'App\\Entity\\User\\UserCard',
  16974.             'userCardService' => 'App\\Service\\User\\UserCardService',
  16975.         ]);
  16976.     }
  16977.     /**
  16978.      * Gets the private '.service_locator.rIcyEMN' shared service.
  16979.      *
  16980.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16981.      */
  16982.     protected function get_ServiceLocator_RIcyEMNService()
  16983.     {
  16984.         return $this->privates['.service_locator.rIcyEMN'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16985.             'menuBuilderService' => ['privates''Aqarmap\\Bundle\\MainBundle\\Service\\MenuBuilderService''getMenuBuilderServiceService'false],
  16986.         ], [
  16987.             'menuBuilderService' => 'Aqarmap\\Bundle\\MainBundle\\Service\\MenuBuilderService',
  16988.         ]);
  16989.     }
  16990.     /**
  16991.      * Gets the private '.service_locator.rOeiD7t' shared service.
  16992.      *
  16993.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16994.      */
  16995.     protected function get_ServiceLocator_ROeiD7tService()
  16996.     {
  16997.         return $this->privates['.service_locator.rOeiD7t'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16998.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  16999.             '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.'],
  17000.         ], [
  17001.             'entityManager' => '?',
  17002.             'group' => 'Aqarmap\\Bundle\\UserBundle\\Entity\\Group',
  17003.         ]);
  17004.     }
  17005.     /**
  17006.      * Gets the private '.service_locator.rPdPczr' shared service.
  17007.      *
  17008.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17009.      */
  17010.     protected function get_ServiceLocator_RPdPczrService()
  17011.     {
  17012.         return $this->privates['.service_locator.rPdPczr'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17013.             'cache' => ['services''cache.app''getCache_AppService'false],
  17014.             'listingManager' => ['services''Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager''getListingManagerService'false],
  17015.             'listingRepository' => ['services''Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingRepository''getListingRepositoryService'false],
  17016.             'messageBus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  17017.         ], [
  17018.             'cache' => '?',
  17019.             'listingManager' => 'Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager',
  17020.             'listingRepository' => 'Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingRepository',
  17021.             'messageBus' => '?',
  17022.         ]);
  17023.     }
  17024.     /**
  17025.      * Gets the private '.service_locator.shNG6D3' shared service.
  17026.      *
  17027.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17028.      */
  17029.     protected function get_ServiceLocator_ShNG6D3Service()
  17030.     {
  17031.         return $this->privates['.service_locator.shNG6D3'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17032.             'leadService' => ['privates''App\\Service\\Lead\\LeadService''getLeadServiceService'false],
  17033.         ], [
  17034.             'leadService' => 'App\\Service\\Lead\\LeadService',
  17035.         ]);
  17036.     }
  17037.     /**
  17038.      * Gets the private '.service_locator.tGqu6ZS' shared service.
  17039.      *
  17040.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17041.      */
  17042.     protected function get_ServiceLocator_TGqu6ZSService()
  17043.     {
  17044.         return $this->privates['.service_locator.tGqu6ZS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17045.             'userSubscriptionRepository' => ['privates''App\\Repository\\Subscriptions\\UserSubscriptionRepository''getUserSubscriptionRepositoryService'false],
  17046.         ], [
  17047.             'userSubscriptionRepository' => 'App\\Repository\\Subscriptions\\UserSubscriptionRepository',
  17048.         ]);
  17049.     }
  17050.     /**
  17051.      * Gets the private '.service_locator.tV2D6Yk' shared service.
  17052.      *
  17053.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17054.      */
  17055.     protected function get_ServiceLocator_TV2D6YkService()
  17056.     {
  17057.         return $this->privates['.service_locator.tV2D6Yk'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17058.             'favouriteService' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Service\\FavouriteService''getFavouriteServiceService'false],
  17059.         ], [
  17060.             'favouriteService' => 'Aqarmap\\Bundle\\ListingBundle\\Service\\FavouriteService',
  17061.         ]);
  17062.     }
  17063.     /**
  17064.      * Gets the private '.service_locator.te1Yo1e' shared service.
  17065.      *
  17066.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17067.      */
  17068.     protected function get_ServiceLocator_Te1Yo1eService()
  17069.     {
  17070.         return $this->privates['.service_locator.te1Yo1e'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17071.             'company' => ['privates''Aqarmap\\Bundle\\CRMBundle\\Entity\\Company''getCompanyService'false],
  17072.             'staff' => ['privates''Aqarmap\\Bundle\\CRMBundle\\Entity\\Staff''getStaffService'false],
  17073.         ], [
  17074.             'company' => 'Aqarmap\\Bundle\\CRMBundle\\Entity\\Company',
  17075.             'staff' => 'Aqarmap\\Bundle\\CRMBundle\\Entity\\Staff',
  17076.         ]);
  17077.     }
  17078.     /**
  17079.      * Gets the private '.service_locator.tp5oD8B' shared service.
  17080.      *
  17081.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17082.      */
  17083.     protected function get_ServiceLocator_Tp5oD8BService()
  17084.     {
  17085.         return $this->privates['.service_locator.tp5oD8B'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17086.             '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.'],
  17087.         ], [
  17088.             'section' => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\Section',
  17089.         ]);
  17090.     }
  17091.     /**
  17092.      * Gets the private '.service_locator.txkxGC8' shared service.
  17093.      *
  17094.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17095.      */
  17096.     protected function get_ServiceLocator_TxkxGC8Service()
  17097.     {
  17098.         return $this->privates['.service_locator.txkxGC8'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17099.             '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.'],
  17100.             'userServicesManager' => ['privates''Aqarmap\\Bundle\\UserBundle\\Services\\UserServicesManager''getUserServicesManagerService'false],
  17101.         ], [
  17102.             'userEntity' => 'Aqarmap\\Bundle\\UserBundle\\Entity\\User',
  17103.             'userServicesManager' => 'Aqarmap\\Bundle\\UserBundle\\Services\\UserServicesManager',
  17104.         ]);
  17105.     }
  17106.     /**
  17107.      * Gets the private '.service_locator.u47of.0' shared service.
  17108.      *
  17109.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17110.      */
  17111.     protected function get_ServiceLocator_U47of_0Service()
  17112.     {
  17113.         return $this->privates['.service_locator.u47of.0'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17114.             '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".'],
  17115.         ], [
  17116.             'container' => 'Symfony\\Component\\DependencyInjection\\ContainerBuilder',
  17117.         ]);
  17118.     }
  17119.     /**
  17120.      * Gets the private '.service_locator.v1GQ0lT' shared service.
  17121.      *
  17122.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17123.      */
  17124.     protected function get_ServiceLocator_V1GQ0lTService()
  17125.     {
  17126.         return $this->privates['.service_locator.v1GQ0lT'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17127.             'leadService' => ['privates''App\\Service\\Lead\\LeadService''getLeadServiceService'false],
  17128.             'userInfoService' => ['privates''Aqarmap\\Bundle\\UserBundle\\Services\\UserIpInfoService''getUserIpInfoServiceService'false],
  17129.         ], [
  17130.             'leadService' => 'App\\Service\\Lead\\LeadService',
  17131.             'userInfoService' => '?',
  17132.         ]);
  17133.     }
  17134.     /**
  17135.      * Gets the private '.service_locator.vDcpV4H' shared service.
  17136.      *
  17137.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17138.      */
  17139.     protected function get_ServiceLocator_VDcpV4HService()
  17140.     {
  17141.         return $this->privates['.service_locator.vDcpV4H'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17142.             'serializer' => ['services''jms_serializer''getJmsSerializerService'false],
  17143.             'subAccountService' => ['privates''App\\Service\\User\\SubAccountService''getSubAccountServiceService'false],
  17144.         ], [
  17145.             'serializer' => '?',
  17146.             'subAccountService' => 'App\\Service\\User\\SubAccountService',
  17147.         ]);
  17148.     }
  17149.     /**
  17150.      * Gets the private '.service_locator.vJOpZrR' shared service.
  17151.      *
  17152.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17153.      */
  17154.     protected function get_ServiceLocator_VJOpZrRService()
  17155.     {
  17156.         return $this->privates['.service_locator.vJOpZrR'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17157.             'authServer' => ['privates''App\\Service\\Security\\AuthServer''getAuthServerService'false],
  17158.         ], [
  17159.             'authServer' => 'App\\Service\\Security\\AuthServer',
  17160.         ]);
  17161.     }
  17162.     /**
  17163.      * Gets the private '.service_locator.vWucQHF' shared service.
  17164.      *
  17165.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17166.      */
  17167.     protected function get_ServiceLocator_VWucQHFService()
  17168.     {
  17169.         return $this->privates['.service_locator.vWucQHF'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17170.             'locationManager' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Service\\LocationManager''getLocationManagerService'false],
  17171.         ], [
  17172.             'locationManager' => 'Aqarmap\\Bundle\\ListingBundle\\Service\\LocationManager',
  17173.         ]);
  17174.     }
  17175.     /**
  17176.      * Gets the private '.service_locator.vgxLjSE' shared service.
  17177.      *
  17178.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17179.      */
  17180.     protected function get_ServiceLocator_VgxLjSEService()
  17181.     {
  17182.         return $this->privates['.service_locator.vgxLjSE'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17183.             '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.'],
  17184.         ], [
  17185.             'listingPhoto' => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\ListingPhoto',
  17186.         ]);
  17187.     }
  17188.     /**
  17189.      * Gets the private '.service_locator.vsIiRg8' shared service.
  17190.      *
  17191.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17192.      */
  17193.     protected function get_ServiceLocator_VsIiRg8Service()
  17194.     {
  17195.         return $this->privates['.service_locator.vsIiRg8'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17196.             'downloadHandler' => ['services''vich_uploader.download_handler''getVichUploader_DownloadHandlerService'false],
  17197.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  17198.         ], [
  17199.             'downloadHandler' => '?',
  17200.             'entityManager' => '?',
  17201.         ]);
  17202.     }
  17203.     /**
  17204.      * Gets the private '.service_locator.wB_aZlL' shared service.
  17205.      *
  17206.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17207.      */
  17208.     protected function get_ServiceLocator_WBAZlLService()
  17209.     {
  17210.         return $this->privates['.service_locator.wB_aZlL'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17211.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  17212.             'leadRepository' => ['privates''App\\Repository\\Lead\\LeadRepository''getLeadRepository2Service'false],
  17213.             'paginator' => ['services''knp_paginator''getKnpPaginatorService'false],
  17214.             'subAccountService' => ['privates''App\\Service\\User\\SubAccountService''getSubAccountServiceService'false],
  17215.         ], [
  17216.             'entityManager' => '?',
  17217.             'leadRepository' => 'App\\Repository\\Lead\\LeadRepository',
  17218.             'paginator' => '?',
  17219.             'subAccountService' => 'App\\Service\\User\\SubAccountService',
  17220.         ]);
  17221.     }
  17222.     /**
  17223.      * Gets the private '.service_locator.wVrXYG2' shared service.
  17224.      *
  17225.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17226.      */
  17227.     protected function get_ServiceLocator_WVrXYG2Service()
  17228.     {
  17229.         return $this->privates['.service_locator.wVrXYG2'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17230.             '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.'],
  17231.         ], [
  17232.             'credit' => 'Aqarmap\\Bundle\\CreditBundle\\Entity\\Credit',
  17233.         ]);
  17234.     }
  17235.     /**
  17236.      * Gets the private '.service_locator.wpvzSKV' shared service.
  17237.      *
  17238.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17239.      */
  17240.     protected function get_ServiceLocator_WpvzSKVService()
  17241.     {
  17242.         return $this->privates['.service_locator.wpvzSKV'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17243.             '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.'],
  17244.             'locationManager' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Service\\LocationManager''getLocationManagerService'false],
  17245.         ], [
  17246.             'discussion' => 'Aqarmap\\Bundle\\DiscussionBundle\\Entity\\Discussion',
  17247.             'locationManager' => 'Aqarmap\\Bundle\\ListingBundle\\Service\\LocationManager',
  17248.         ]);
  17249.     }
  17250.     /**
  17251.      * Gets the private '.service_locator.wskWCel' shared service.
  17252.      *
  17253.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17254.      */
  17255.     protected function get_ServiceLocator_WskWCelService()
  17256.     {
  17257.         return $this->privates['.service_locator.wskWCel'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17258.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  17259.             '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.'],
  17260.         ], [
  17261.             'em' => '?',
  17262.             'listing' => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing',
  17263.         ]);
  17264.     }
  17265.     /**
  17266.      * Gets the private '.service_locator.x3wWNZA' shared service.
  17267.      *
  17268.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17269.      */
  17270.     protected function get_ServiceLocator_X3wWNZAService()
  17271.     {
  17272.         return $this->privates['.service_locator.x3wWNZA'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17273.             '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.'],
  17274.         ], [
  17275.             'compoundLocation' => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\CompoundLocation',
  17276.         ]);
  17277.     }
  17278.     /**
  17279.      * Gets the private '.service_locator.x6Cz3.I' shared service.
  17280.      *
  17281.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17282.      */
  17283.     protected function get_ServiceLocator_X6Cz3_IService()
  17284.     {
  17285.         return $this->privates['.service_locator.x6Cz3.I'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17286.             'staffCheckIn' => ['privates''Aqarmap\\Bundle\\CRMBundle\\Entity\\StaffCheckIn''getStaffCheckInService'false],
  17287.         ], [
  17288.             'staffCheckIn' => 'Aqarmap\\Bundle\\CRMBundle\\Entity\\StaffCheckIn',
  17289.         ]);
  17290.     }
  17291.     /**
  17292.      * Gets the private '.service_locator.x6azFog' shared service.
  17293.      *
  17294.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17295.      */
  17296.     protected function get_ServiceLocator_X6azFogService()
  17297.     {
  17298.         return $this->privates['.service_locator.x6azFog'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17299.             '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.'],
  17300.         ], [
  17301.             'userEntity' => 'Aqarmap\\Bundle\\UserBundle\\Entity\\User',
  17302.         ]);
  17303.     }
  17304.     /**
  17305.      * Gets the private '.service_locator.xQH1vY9' shared service.
  17306.      *
  17307.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17308.      */
  17309.     protected function get_ServiceLocator_XQH1vY9Service()
  17310.     {
  17311.         return $this->privates['.service_locator.xQH1vY9'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17312.             '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.'],
  17313.         ], [
  17314.             'service' => 'Aqarmap\\Bundle\\CreditBundle\\Entity\\Service',
  17315.         ]);
  17316.     }
  17317.     /**
  17318.      * Gets the private '.service_locator.xTG7jfg' shared service.
  17319.      *
  17320.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17321.      */
  17322.     protected function get_ServiceLocator_XTG7jfgService()
  17323.     {
  17324.         return $this->privates['.service_locator.xTG7jfg'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17325.             '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.'],
  17326.         ], [
  17327.             'userAuthenticationService' => 'Aqarmap\\Bundle\\UserBundle\\Services\\UserAuthenticationService',
  17328.         ]);
  17329.     }
  17330.     /**
  17331.      * Gets the private '.service_locator.xh9dd2n' shared service.
  17332.      *
  17333.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17334.      */
  17335.     protected function get_ServiceLocator_Xh9dd2nService()
  17336.     {
  17337.         return $this->privates['.service_locator.xh9dd2n'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17338.             'listingFeatureRepository' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingFeatureRepository''getListingFeatureRepositoryService'false],
  17339.         ], [
  17340.             'listingFeatureRepository' => 'Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingFeatureRepository',
  17341.         ]);
  17342.     }
  17343.     /**
  17344.      * Gets the private '.service_locator.yHxuB79' shared service.
  17345.      *
  17346.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17347.      */
  17348.     protected function get_ServiceLocator_YHxuB79Service()
  17349.     {
  17350.         return $this->privates['.service_locator.yHxuB79'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17351.             'creditManager' => ['privates''Aqarmap\\Bundle\\CreditBundle\\Services\\CreditManager''getCreditManagerService'false],
  17352.             'paginator' => ['services''knp_paginator''getKnpPaginatorService'false],
  17353.             'userSubAccountRepository' => ['privates''App\\Repository\\User\\UserSubAccountRepository''getUserSubAccountRepositoryService'false],
  17354.         ], [
  17355.             'creditManager' => 'Aqarmap\\Bundle\\CreditBundle\\Services\\CreditManager',
  17356.             'paginator' => '?',
  17357.             'userSubAccountRepository' => 'App\\Repository\\User\\UserSubAccountRepository',
  17358.         ]);
  17359.     }
  17360.     /**
  17361.      * Gets the private '.service_locator.yzBhvT.' shared service.
  17362.      *
  17363.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17364.      */
  17365.     protected function get_ServiceLocator_YzBhvT_Service()
  17366.     {
  17367.         return $this->privates['.service_locator.yzBhvT.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17368.             '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.'],
  17369.         ], [
  17370.             'entity' => 'Aqarmap\\Bundle\\MortgageBundle\\Entity\\MortgageRequest',
  17371.         ]);
  17372.     }
  17373.     /**
  17374.      * Gets the private '.service_locator.z4vVS.d' shared service.
  17375.      *
  17376.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17377.      */
  17378.     protected function get_ServiceLocator_Z4vVS_DService()
  17379.     {
  17380.         return $this->privates['.service_locator.z4vVS.d'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17381.             'paginator' => ['services''knp_paginator''getKnpPaginatorService'false],
  17382.         ], [
  17383.             'paginator' => '?',
  17384.         ]);
  17385.     }
  17386.     /**
  17387.      * Gets the private '.service_locator.zJJOuyv' shared service.
  17388.      *
  17389.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17390.      */
  17391.     protected function get_ServiceLocator_ZJJOuyvService()
  17392.     {
  17393.         return $this->privates['.service_locator.zJJOuyv'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17394.             '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.'],
  17395.             '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.'],
  17396.         ], [
  17397.             'listing' => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing',
  17398.             'location' => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\Location',
  17399.         ]);
  17400.     }
  17401.     /**
  17402.      * Gets the private '.service_locator.za1p.5V' shared service.
  17403.      *
  17404.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17405.      */
  17406.     protected function get_ServiceLocator_Za1p_5VService()
  17407.     {
  17408.         return $this->privates['.service_locator.za1p.5V'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17409.             '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.'],
  17410.             'listingRepository' => ['services''Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingRepository''getListingRepositoryService'false],
  17411.         ], [
  17412.             'listing' => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing',
  17413.             'listingRepository' => 'Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingRepository',
  17414.         ]);
  17415.     }
  17416.     /**
  17417.      * Gets the private '.service_locator.zjdyQvB' shared service.
  17418.      *
  17419.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17420.      */
  17421.     protected function get_ServiceLocator_ZjdyQvBService()
  17422.     {
  17423.         return $this->privates['.service_locator.zjdyQvB'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17424.             '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.'],
  17425.         ], [
  17426.             'userPhone' => 'Aqarmap\\Bundle\\ListingBundle\\Entity\\UserPhone',
  17427.         ]);
  17428.     }
  17429.     /**
  17430.      * Gets the private '.service_locator.zxXIGe6' shared service.
  17431.      *
  17432.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17433.      */
  17434.     protected function get_ServiceLocator_ZxXIGe6Service()
  17435.     {
  17436.         return $this->privates['.service_locator.zxXIGe6'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17437.             '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.'],
  17438.         ], [
  17439.             'customParagraph' => 'Aqarmap\\Bundle\\MainBundle\\Entity\\CustomParagraph',
  17440.         ]);
  17441.     }
  17442.     /**
  17443.      * Gets the private '.session.deprecated' shared service.
  17444.      *
  17445.      * @return \Symfony\Component\HttpFoundation\Session\SessionInterface
  17446.      */
  17447.     protected function get_Session_DeprecatedService()
  17448.     {
  17449.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Session/DeprecatedSessionFactory.php';
  17450.         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();
  17451.     }
  17452.     /**
  17453.      * Gets the private '.twig.command.debug.lazy' shared service.
  17454.      *
  17455.      * @return \Symfony\Component\Console\Command\LazyCommand
  17456.      */
  17457.     protected function get_Twig_Command_Debug_LazyService()
  17458.     {
  17459.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17460.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  17461.         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 {
  17462.             return ($this->privates['twig.command.debug'] ?? $this->getTwig_Command_DebugService());
  17463.         });
  17464.     }
  17465.     /**
  17466.      * Gets the private '.twig.command.lint.lazy' shared service.
  17467.      *
  17468.      * @return \Symfony\Component\Console\Command\LazyCommand
  17469.      */
  17470.     protected function get_Twig_Command_Lint_LazyService()
  17471.     {
  17472.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17473.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  17474.         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 {
  17475.             return ($this->privates['twig.command.lint'] ?? $this->getTwig_Command_LintService());
  17476.         });
  17477.     }
  17478.     /**
  17479.      * Gets the private '.var_dumper.command.server_dump.lazy' shared service.
  17480.      *
  17481.      * @return \Symfony\Component\Console\Command\LazyCommand
  17482.      */
  17483.     protected function get_VarDumper_Command_ServerDump_LazyService()
  17484.     {
  17485.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17486.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  17487.         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 {
  17488.             return ($this->privates['var_dumper.command.server_dump'] ?? $this->getVarDumper_Command_ServerDumpService());
  17489.         });
  17490.     }
  17491.     /**
  17492.      * Gets the private 'App\Command\Listing\SendListingAvailabilityReminderEmailCommand' shared autowired service.
  17493.      *
  17494.      * @return \App\Command\Listing\SendListingAvailabilityReminderEmailCommand
  17495.      */
  17496.     protected function getSendListingAvailabilityReminderEmailCommandService()
  17497.     {
  17498.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17499.         include_once \dirname(__DIR__4).'/src/App/Command/Listing/SendListingAvailabilityReminderEmailCommand.php';
  17500.         include_once \dirname(__DIR__4).'/src/App/Service/Listing/ListingAvailabilityEmailingService.php';
  17501.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  17502.         $b = ($this->services['translator'] ?? $this->getTranslatorService());
  17503.         $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()));
  17504.         $instance->setName('app:listings-availability:send');
  17505.         return $instance;
  17506.     }
  17507.     /**
  17508.      * Gets the private 'App\Command\Patch\PatchRemoveDuplicateUserPhonesCommand' shared autowired service.
  17509.      *
  17510.      * @return \App\Command\Patch\PatchRemoveDuplicateUserPhonesCommand
  17511.      */
  17512.     protected function getPatchRemoveDuplicateUserPhonesCommandService()
  17513.     {
  17514.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17515.         include_once \dirname(__DIR__4).'/src/App/Command/Patch/PatchRemoveDuplicateUserPhonesCommand.php';
  17516.         $this->privates['App\\Command\\Patch\\PatchRemoveDuplicateUserPhonesCommand'] = $instance = new \App\Command\Patch\PatchRemoveDuplicateUserPhonesCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  17517.         $instance->setName('app:patch:remove-duplicate-user-phones');
  17518.         $instance->setDescription('Add a short description for your command');
  17519.         return $instance;
  17520.     }
  17521.     /**
  17522.      * Gets the private 'App\Command\Subscriptions\renewUserSubscriptionsCommand' shared autowired service.
  17523.      *
  17524.      * @return \App\Command\Subscriptions\renewUserSubscriptionsCommand
  17525.      */
  17526.     protected function getRenewUserSubscriptionsCommandService()
  17527.     {
  17528.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17529.         include_once \dirname(__DIR__4).'/src/App/Command/Subscriptions/renewUserSubscriptionsCommand.php';
  17530.         $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()));
  17531.         $instance->setName('app:user-subscriptions:renew');
  17532.         return $instance;
  17533.     }
  17534.     /**
  17535.      * Gets the private 'App\EventSubscriber\ScraperThrottleSubscriber' shared autowired service.
  17536.      *
  17537.      * @return \App\EventSubscriber\ScraperThrottleSubscriber
  17538.      */
  17539.     protected function getScraperThrottleSubscriberService()
  17540.     {
  17541.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  17542.         if (isset($this->privates['App\\EventSubscriber\\ScraperThrottleSubscriber'])) {
  17543.             return $this->privates['App\\EventSubscriber\\ScraperThrottleSubscriber'];
  17544.         }
  17545.         $b = ($this->privates['App\\Repository\\Lead\\LeadRepository'] ?? $this->getLeadRepository2Service());
  17546.         if (isset($this->privates['App\\EventSubscriber\\ScraperThrottleSubscriber'])) {
  17547.             return $this->privates['App\\EventSubscriber\\ScraperThrottleSubscriber'];
  17548.         }
  17549.         return $this->privates['App\\EventSubscriber\\ScraperThrottleSubscriber'] = new \App\EventSubscriber\ScraperThrottleSubscriber($a$b);
  17550.     }
  17551.     /**
  17552.      * Gets the private 'App\Form\Type\Banners\BannersType' shared autowired service.
  17553.      *
  17554.      * @return \App\Form\Type\Banners\BannersType
  17555.      */
  17556.     protected function getBannersTypeService()
  17557.     {
  17558.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17559.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17560.         include_once \dirname(__DIR__4).'/src/App/Form/Type/Banners/BannersType.php';
  17561.         return $this->privates['App\\Form\\Type\\Banners\\BannersType'] = new \App\Form\Type\Banners\BannersType();
  17562.     }
  17563.     /**
  17564.      * Gets the private 'App\Form\Type\EmailList\EmailListType' shared autowired service.
  17565.      *
  17566.      * @return \App\Form\Type\EmailList\EmailListType
  17567.      */
  17568.     protected function getEmailListTypeService()
  17569.     {
  17570.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17571.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17572.         include_once \dirname(__DIR__4).'/src/App/Form/Type/EmailList/EmailListType.php';
  17573.         return $this->privates['App\\Form\\Type\\EmailList\\EmailListType'] = new \App\Form\Type\EmailList\EmailListType();
  17574.     }
  17575.     /**
  17576.      * Gets the private 'App\Form\Type\Lead\LeadFormType' shared autowired service.
  17577.      *
  17578.      * @return \App\Form\Type\Lead\LeadFormType
  17579.      */
  17580.     protected function getLeadFormTypeService()
  17581.     {
  17582.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17583.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17584.         include_once \dirname(__DIR__4).'/src/App/Form/Type/Lead/LeadFormType.php';
  17585.         return $this->privates['App\\Form\\Type\\Lead\\LeadFormType'] = new \App\Form\Type\Lead\LeadFormType();
  17586.     }
  17587.     /**
  17588.      * Gets the private 'App\Form\Type\Lead\PhoneFormType' shared autowired service.
  17589.      *
  17590.      * @return \App\Form\Type\Lead\PhoneFormType
  17591.      */
  17592.     protected function getPhoneFormTypeService()
  17593.     {
  17594.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17595.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17596.         include_once \dirname(__DIR__4).'/src/App/Form/Type/Lead/PhoneFormType.php';
  17597.         return $this->privates['App\\Form\\Type\\Lead\\PhoneFormType'] = new \App\Form\Type\Lead\PhoneFormType();
  17598.     }
  17599.     /**
  17600.      * Gets the private 'App\Form\Type\Listing\ListingDescriptionType' shared autowired service.
  17601.      *
  17602.      * @return \App\Form\Type\Listing\ListingDescriptionType
  17603.      */
  17604.     protected function getListingDescriptionTypeService()
  17605.     {
  17606.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17607.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17608.         include_once \dirname(__DIR__4).'/src/App/Form/Type/Listing/ListingDescriptionType.php';
  17609.         return $this->privates['App\\Form\\Type\\Listing\\ListingDescriptionType'] = new \App\Form\Type\Listing\ListingDescriptionType();
  17610.     }
  17611.     /**
  17612.      * Gets the private 'App\Form\Type\Listing\ListingDetailsType' shared autowired service.
  17613.      *
  17614.      * @return \App\Form\Type\Listing\ListingDetailsType
  17615.      */
  17616.     protected function getListingDetailsTypeService()
  17617.     {
  17618.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17619.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17620.         include_once \dirname(__DIR__4).'/src/App/Form/Type/Listing/ListingDetailsType.php';
  17621.         return $this->privates['App\\Form\\Type\\Listing\\ListingDetailsType'] = new \App\Form\Type\Listing\ListingDetailsType();
  17622.     }
  17623.     /**
  17624.      * Gets the private 'App\Form\Type\Listing\ListingInitializeType' shared autowired service.
  17625.      *
  17626.      * @return \App\Form\Type\Listing\ListingInitializeType
  17627.      */
  17628.     protected function getListingInitializeTypeService()
  17629.     {
  17630.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17631.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17632.         include_once \dirname(__DIR__4).'/src/App/Form/Type/Listing/ListingInitializeType.php';
  17633.         return $this->privates['App\\Form\\Type\\Listing\\ListingInitializeType'] = new \App\Form\Type\Listing\ListingInitializeType();
  17634.     }
  17635.     /**
  17636.      * Gets the private 'App\Form\Type\Listing\ListingPhotosType' shared autowired service.
  17637.      *
  17638.      * @return \App\Form\Type\Listing\ListingPhotosType
  17639.      */
  17640.     protected function getListingPhotosTypeService()
  17641.     {
  17642.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17643.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17644.         include_once \dirname(__DIR__4).'/src/App/Form/Type/Listing/ListingPhotosType.php';
  17645.         return $this->privates['App\\Form\\Type\\Listing\\ListingPhotosType'] = new \App\Form\Type\Listing\ListingPhotosType();
  17646.     }
  17647.     /**
  17648.      * Gets the private 'App\Form\Type\Listing\SinglePhotosType' shared autowired service.
  17649.      *
  17650.      * @return \App\Form\Type\Listing\SinglePhotosType
  17651.      */
  17652.     protected function getSinglePhotosTypeService()
  17653.     {
  17654.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17655.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17656.         include_once \dirname(__DIR__4).'/src/App/Form/Type/Listing/SinglePhotosType.php';
  17657.         return $this->privates['App\\Form\\Type\\Listing\\SinglePhotosType'] = new \App\Form\Type\Listing\SinglePhotosType();
  17658.     }
  17659.     /**
  17660.      * Gets the private 'App\Form\Type\Security\ChangePasswordType' shared autowired service.
  17661.      *
  17662.      * @return \App\Form\Type\Security\ChangePasswordType
  17663.      */
  17664.     protected function getChangePasswordTypeService()
  17665.     {
  17666.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17667.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17668.         include_once \dirname(__DIR__4).'/src/App/Form/Type/Security/ChangePasswordType.php';
  17669.         return $this->privates['App\\Form\\Type\\Security\\ChangePasswordType'] = new \App\Form\Type\Security\ChangePasswordType();
  17670.     }
  17671.     /**
  17672.      * Gets the private 'App\Form\Type\Subscriptions\SubscriptionPlanType' shared autowired service.
  17673.      *
  17674.      * @return \App\Form\Type\Subscriptions\SubscriptionPlanType
  17675.      */
  17676.     protected function getSubscriptionPlanTypeService()
  17677.     {
  17678.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17679.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17680.         include_once \dirname(__DIR__4).'/src/App/Form/Type/Subscriptions/SubscriptionPlanType.php';
  17681.         return $this->privates['App\\Form\\Type\\Subscriptions\\SubscriptionPlanType'] = new \App\Form\Type\Subscriptions\SubscriptionPlanType();
  17682.     }
  17683.     /**
  17684.      * Gets the private 'App\Form\Type\User\SubAccountFormType' shared autowired service.
  17685.      *
  17686.      * @return \App\Form\Type\User\SubAccountFormType
  17687.      */
  17688.     protected function getSubAccountFormTypeService()
  17689.     {
  17690.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17691.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17692.         include_once \dirname(__DIR__4).'/src/App/Form/Type/User/SubAccountFormType.php';
  17693.         return $this->privates['App\\Form\\Type\\User\\SubAccountFormType'] = new \App\Form\Type\User\SubAccountFormType();
  17694.     }
  17695.     /**
  17696.      * Gets the private 'App\Repository\Banners\BannersRepository' shared autowired service.
  17697.      *
  17698.      * @return \App\Repository\Banners\BannersRepository
  17699.      */
  17700.     protected function getBannersRepositoryService()
  17701.     {
  17702.         include_once \dirname(__DIR__4).'/src/App/Repository/Banners/BannersRepository.php';
  17703.         return $this->privates['App\\Repository\\Banners\\BannersRepository'] = new \App\Repository\Banners\BannersRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  17704.     }
  17705.     /**
  17706.      * Gets the private 'App\Repository\Lead\LeadRepository' shared autowired service.
  17707.      *
  17708.      * @return \App\Repository\Lead\LeadRepository
  17709.      */
  17710.     protected function getLeadRepository2Service()
  17711.     {
  17712.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  17713.         if (isset($this->privates['App\\Repository\\Lead\\LeadRepository'])) {
  17714.             return $this->privates['App\\Repository\\Lead\\LeadRepository'];
  17715.         }
  17716.         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);
  17717.     }
  17718.     /**
  17719.      * Gets the private 'App\Repository\Subscriptions\SubscriptionPlanPackageRepository' shared autowired service.
  17720.      *
  17721.      * @return \App\Repository\Subscriptions\SubscriptionPlanPackageRepository
  17722.      */
  17723.     protected function getSubscriptionPlanPackageRepositoryService()
  17724.     {
  17725.         include_once \dirname(__DIR__4).'/src/App/Repository/Subscriptions/SubscriptionPlanPackageRepository.php';
  17726.         return $this->privates['App\\Repository\\Subscriptions\\SubscriptionPlanPackageRepository'] = new \App\Repository\Subscriptions\SubscriptionPlanPackageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  17727.     }
  17728.     /**
  17729.      * Gets the private 'App\Repository\Subscriptions\SubscriptionPlanRepository' shared autowired service.
  17730.      *
  17731.      * @return \App\Repository\Subscriptions\SubscriptionPlanRepository
  17732.      */
  17733.     protected function getSubscriptionPlanRepositoryService()
  17734.     {
  17735.         include_once \dirname(__DIR__4).'/src/App/Repository/Subscriptions/SubscriptionPlanRepository.php';
  17736.         return $this->privates['App\\Repository\\Subscriptions\\SubscriptionPlanRepository'] = new \App\Repository\Subscriptions\SubscriptionPlanRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  17737.     }
  17738.     /**
  17739.      * Gets the private 'App\Repository\Subscriptions\SubscriptionPlanServiceRepository' shared autowired service.
  17740.      *
  17741.      * @return \App\Repository\Subscriptions\SubscriptionPlanServiceRepository
  17742.      */
  17743.     protected function getSubscriptionPlanServiceRepositoryService()
  17744.     {
  17745.         include_once \dirname(__DIR__4).'/src/App/Repository/Subscriptions/SubscriptionPlanServiceRepository.php';
  17746.         return $this->privates['App\\Repository\\Subscriptions\\SubscriptionPlanServiceRepository'] = new \App\Repository\Subscriptions\SubscriptionPlanServiceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  17747.     }
  17748.     /**
  17749.      * Gets the private 'App\Repository\Subscriptions\UserSubscriptionRepository' shared autowired service.
  17750.      *
  17751.      * @return \App\Repository\Subscriptions\UserSubscriptionRepository
  17752.      */
  17753.     protected function getUserSubscriptionRepositoryService()
  17754.     {
  17755.         include_once \dirname(__DIR__4).'/src/App/Repository/Subscriptions/UserSubscriptionRepository.php';
  17756.         return $this->privates['App\\Repository\\Subscriptions\\UserSubscriptionRepository'] = new \App\Repository\Subscriptions\UserSubscriptionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  17757.     }
  17758.     /**
  17759.      * Gets the private 'App\Repository\User\UserCardRepository' shared autowired service.
  17760.      *
  17761.      * @return \App\Repository\User\UserCardRepository
  17762.      */
  17763.     protected function getUserCardRepositoryService()
  17764.     {
  17765.         include_once \dirname(__DIR__4).'/src/App/Repository/User/UserCardRepository.php';
  17766.         return $this->privates['App\\Repository\\User\\UserCardRepository'] = new \App\Repository\User\UserCardRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  17767.     }
  17768.     /**
  17769.      * Gets the private 'App\Repository\User\UserSubAccountRepository' shared autowired service.
  17770.      *
  17771.      * @return \App\Repository\User\UserSubAccountRepository
  17772.      */
  17773.     protected function getUserSubAccountRepositoryService()
  17774.     {
  17775.         include_once \dirname(__DIR__4).'/src/App/Repository/User/UserSubAccountRepository.php';
  17776.         return $this->privates['App\\Repository\\User\\UserSubAccountRepository'] = new \App\Repository\User\UserSubAccountRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  17777.     }
  17778.     /**
  17779.      * Gets the private 'App\Service\Banners\BannerService' shared autowired service.
  17780.      *
  17781.      * @return \App\Service\Banners\BannerService
  17782.      */
  17783.     protected function getBannerServiceService()
  17784.     {
  17785.         include_once \dirname(__DIR__4).'/src/App/Service/Banners/BannerService.php';
  17786.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  17787.         if (isset($this->privates['App\\Service\\Banners\\BannerService'])) {
  17788.             return $this->privates['App\\Service\\Banners\\BannerService'];
  17789.         }
  17790.         return $this->privates['App\\Service\\Banners\\BannerService'] = new \App\Service\Banners\BannerService($a);
  17791.     }
  17792.     /**
  17793.      * Gets the private 'App\Service\Lead\LeadService' shared autowired service.
  17794.      *
  17795.      * @return \App\Service\Lead\LeadService
  17796.      */
  17797.     protected function getLeadServiceService()
  17798.     {
  17799.         include_once \dirname(__DIR__4).'/src/App/Service/Lead/LeadService.php';
  17800.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  17801.         if (isset($this->privates['App\\Service\\Lead\\LeadService'])) {
  17802.             return $this->privates['App\\Service\\Lead\\LeadService'];
  17803.         }
  17804.         $b = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  17805.         if (isset($this->privates['App\\Service\\Lead\\LeadService'])) {
  17806.             return $this->privates['App\\Service\\Lead\\LeadService'];
  17807.         }
  17808.         $c = ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\Setting'] ?? $this->getSettingService());
  17809.         if (isset($this->privates['App\\Service\\Lead\\LeadService'])) {
  17810.             return $this->privates['App\\Service\\Lead\\LeadService'];
  17811.         }
  17812.         $d = ($this->privates['Aqarmap\\Bundle\\MainBundle\\Adapter\\MailerService'] ?? $this->getMailerServiceService());
  17813.         if (isset($this->privates['App\\Service\\Lead\\LeadService'])) {
  17814.             return $this->privates['App\\Service\\Lead\\LeadService'];
  17815.         }
  17816.         $e = ($this->privates['App\\Repository\\Lead\\LeadRepository'] ?? $this->getLeadRepository2Service());
  17817.         if (isset($this->privates['App\\Service\\Lead\\LeadService'])) {
  17818.             return $this->privates['App\\Service\\Lead\\LeadService'];
  17819.         }
  17820.         $f = ($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'] ?? $this->getListingManagerService());
  17821.         if (isset($this->privates['App\\Service\\Lead\\LeadService'])) {
  17822.             return $this->privates['App\\Service\\Lead\\LeadService'];
  17823.         }
  17824.         $g = ($this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\ElasticListingSearch\\DefaultListingSearch'] ?? $this->getDefaultListingSearchService());
  17825.         if (isset($this->privates['App\\Service\\Lead\\LeadService'])) {
  17826.             return $this->privates['App\\Service\\Lead\\LeadService'];
  17827.         }
  17828.         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()));
  17829.     }
  17830.     /**
  17831.      * Gets the private 'App\Service\Listing\ListingService' shared autowired service.
  17832.      *
  17833.      * @return \App\Service\Listing\ListingService
  17834.      */
  17835.     protected function getListingServiceService()
  17836.     {
  17837.         include_once \dirname(__DIR__4).'/src/App/Service/Listing/ListingService.php';
  17838.         $a = ($this->services['Aqarmap\\Bundle\\FeatureToggleBundle\\Service\\FeatureToggleManager'] ?? $this->getFeatureToggleManagerService());
  17839.         if (isset($this->privates['App\\Service\\Listing\\ListingService'])) {
  17840.             return $this->privates['App\\Service\\Listing\\ListingService'];
  17841.         }
  17842.         $b = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\Mortgage\\MortgageService'] ?? $this->getMortgageServiceService());
  17843.         if (isset($this->privates['App\\Service\\Listing\\ListingService'])) {
  17844.             return $this->privates['App\\Service\\Listing\\ListingService'];
  17845.         }
  17846.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17847.         if (isset($this->privates['App\\Service\\Listing\\ListingService'])) {
  17848.             return $this->privates['App\\Service\\Listing\\ListingService'];
  17849.         }
  17850.         $d = ($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'] ?? $this->getListingManagerService());
  17851.         if (isset($this->privates['App\\Service\\Listing\\ListingService'])) {
  17852.             return $this->privates['App\\Service\\Listing\\ListingService'];
  17853.         }
  17854.         $e = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  17855.         if (isset($this->privates['App\\Service\\Listing\\ListingService'])) {
  17856.             return $this->privates['App\\Service\\Listing\\ListingService'];
  17857.         }
  17858.         return $this->privates['App\\Service\\Listing\\ListingService'] = new \App\Service\Listing\ListingService($a$b$c$d$e);
  17859.     }
  17860.     /**
  17861.      * Gets the private 'App\Service\SMSManager' shared autowired service.
  17862.      *
  17863.      * @return \App\Service\SMSManager
  17864.      */
  17865.     protected function getSMSManagerService()
  17866.     {
  17867.         return $this->privates['App\\Service\\SMSManager'] = new \App\Service\SMSManager(($this->privates['.debug.sms.client'] ?? $this->get_Debug_Sms_ClientService()));
  17868.     }
  17869.     /**
  17870.      * Gets the private 'App\Service\Security\AuthServer' shared autowired service.
  17871.      *
  17872.      * @return \App\Service\Security\AuthServer
  17873.      */
  17874.     protected function getAuthServerService()
  17875.     {
  17876.         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'));
  17877.     }
  17878.     /**
  17879.      * Gets the private 'App\Service\Subscriptions\SubscriptionEmailingService' shared autowired service.
  17880.      *
  17881.      * @return \App\Service\Subscriptions\SubscriptionEmailingService
  17882.      */
  17883.     protected function getSubscriptionEmailingServiceService()
  17884.     {
  17885.         include_once \dirname(__DIR__4).'/src/App/Service/Subscriptions/SubscriptionEmailingService.php';
  17886.         $a = ($this->privates['Aqarmap\\Bundle\\MainBundle\\Adapter\\MailerService'] ?? $this->getMailerServiceService());
  17887.         if (isset($this->privates['App\\Service\\Subscriptions\\SubscriptionEmailingService'])) {
  17888.             return $this->privates['App\\Service\\Subscriptions\\SubscriptionEmailingService'];
  17889.         }
  17890.         $b = ($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserManager'] ?? $this->getUserManagerService());
  17891.         if (isset($this->privates['App\\Service\\Subscriptions\\SubscriptionEmailingService'])) {
  17892.             return $this->privates['App\\Service\\Subscriptions\\SubscriptionEmailingService'];
  17893.         }
  17894.         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);
  17895.     }
  17896.     /**
  17897.      * Gets the private 'App\Service\Subscriptions\SubscriptionPlansManager' shared autowired service.
  17898.      *
  17899.      * @return \App\Service\Subscriptions\SubscriptionPlansManager
  17900.      */
  17901.     protected function getSubscriptionPlansManagerService()
  17902.     {
  17903.         include_once \dirname(__DIR__4).'/src/App/Service/Subscriptions/SubscriptionPlansManager.php';
  17904.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  17905.         if (isset($this->privates['App\\Service\\Subscriptions\\SubscriptionPlansManager'])) {
  17906.             return $this->privates['App\\Service\\Subscriptions\\SubscriptionPlansManager'];
  17907.         }
  17908.         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()));
  17909.     }
  17910.     /**
  17911.      * Gets the private 'App\Service\User\CardIntegrationService' shared autowired service.
  17912.      *
  17913.      * @return \App\Service\User\CardIntegrationService
  17914.      */
  17915.     protected function getCardIntegrationServiceService()
  17916.     {
  17917.         include_once \dirname(__DIR__4).'/src/App/Service/User/CardIntegrationService.php';
  17918.         $a = ($this->privates['Aqarmap\\Bundle\\PaymentBundle\\Service\\SignatureManager'] ?? $this->getSignatureManagerService());
  17919.         if (isset($this->privates['App\\Service\\User\\CardIntegrationService'])) {
  17920.             return $this->privates['App\\Service\\User\\CardIntegrationService'];
  17921.         }
  17922.         $b = ($this->privates['App\\Service\\User\\UserCardService'] ?? $this->getUserCardServiceService());
  17923.         if (isset($this->privates['App\\Service\\User\\CardIntegrationService'])) {
  17924.             return $this->privates['App\\Service\\User\\CardIntegrationService'];
  17925.         }
  17926.         $c = ($this->privates['App\\Service\\User\\SubscriptionManager'] ?? $this->getSubscriptionManagerService());
  17927.         if (isset($this->privates['App\\Service\\User\\CardIntegrationService'])) {
  17928.             return $this->privates['App\\Service\\User\\CardIntegrationService'];
  17929.         }
  17930.         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))), $a, ($this->privates['Aqarmap\\Bundle\\UserBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), $b$c);
  17931.     }
  17932.     /**
  17933.      * Gets the private 'App\Service\User\SubAccountService' shared autowired service.
  17934.      *
  17935.      * @return \App\Service\User\SubAccountService
  17936.      */
  17937.     protected function getSubAccountServiceService()
  17938.     {
  17939.         include_once \dirname(__DIR__4).'/src/App/Service/User/SubAccountService.php';
  17940.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  17941.         if (isset($this->privates['App\\Service\\User\\SubAccountService'])) {
  17942.             return $this->privates['App\\Service\\User\\SubAccountService'];
  17943.         }
  17944.         $b = ($this->privates['Aqarmap\\Bundle\\MainBundle\\Adapter\\MailerService'] ?? $this->getMailerServiceService());
  17945.         if (isset($this->privates['App\\Service\\User\\SubAccountService'])) {
  17946.             return $this->privates['App\\Service\\User\\SubAccountService'];
  17947.         }
  17948.         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()));
  17949.     }
  17950.     /**
  17951.      * Gets the private 'App\Service\User\SubscriptionManager' shared autowired service.
  17952.      *
  17953.      * @return \App\Service\User\SubscriptionManager
  17954.      */
  17955.     protected function getSubscriptionManagerService()
  17956.     {
  17957.         include_once \dirname(__DIR__4).'/src/App/Service/User/SubscriptionManager.php';
  17958.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  17959.         if (isset($this->privates['App\\Service\\User\\SubscriptionManager'])) {
  17960.             return $this->privates['App\\Service\\User\\SubscriptionManager'];
  17961.         }
  17962.         $b = ($this->privates['Aqarmap\\Bundle\\CreditBundle\\Services\\CreditManager'] ?? $this->getCreditManagerService());
  17963.         if (isset($this->privates['App\\Service\\User\\SubscriptionManager'])) {
  17964.             return $this->privates['App\\Service\\User\\SubscriptionManager'];
  17965.         }
  17966.         $c = ($this->privates['Aqarmap\\Bundle\\PaymentBundle\\Service\\PaymentManager'] ?? $this->getPaymentManagerService());
  17967.         if (isset($this->privates['App\\Service\\User\\SubscriptionManager'])) {
  17968.             return $this->privates['App\\Service\\User\\SubscriptionManager'];
  17969.         }
  17970.         $d = ($this->privates['App\\Service\\Subscriptions\\SubscriptionEmailingService'] ?? $this->getSubscriptionEmailingServiceService());
  17971.         if (isset($this->privates['App\\Service\\User\\SubscriptionManager'])) {
  17972.             return $this->privates['App\\Service\\User\\SubscriptionManager'];
  17973.         }
  17974.         return $this->privates['App\\Service\\User\\SubscriptionManager'] = new \App\Service\User\SubscriptionManager($a$b$c, ($this->privates['App\\Repository\\Subscriptions\\UserSubscriptionRepository'] ?? $this->getUserSubscriptionRepositoryService()), $d);
  17975.     }
  17976.     /**
  17977.      * Gets the private 'App\Service\User\UserCardService' shared autowired service.
  17978.      *
  17979.      * @return \App\Service\User\UserCardService
  17980.      */
  17981.     protected function getUserCardServiceService()
  17982.     {
  17983.         include_once \dirname(__DIR__4).'/src/App/Service/User/UserCardService.php';
  17984.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  17985.         if (isset($this->privates['App\\Service\\User\\UserCardService'])) {
  17986.             return $this->privates['App\\Service\\User\\UserCardService'];
  17987.         }
  17988.         return $this->privates['App\\Service\\User\\UserCardService'] = new \App\Service\User\UserCardService($a);
  17989.     }
  17990.     /**
  17991.      * Gets the private 'Aqarmap\Bundle\AnnouncementBundle\Entity\Announcement' shared autowired service.
  17992.      *
  17993.      * @return \Aqarmap\Bundle\AnnouncementBundle\Entity\Announcement
  17994.      */
  17995.     protected function getAnnouncementService()
  17996.     {
  17997.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/AnnouncementBundle/Entity/Announcement.php';
  17998.         return $this->privates['Aqarmap\\Bundle\\AnnouncementBundle\\Entity\\Announcement'] = new \Aqarmap\Bundle\AnnouncementBundle\Entity\Announcement();
  17999.     }
  18000.     /**
  18001.      * Gets the private 'Aqarmap\Bundle\AnnouncementBundle\Form\AnnouncementType' shared autowired service.
  18002.      *
  18003.      * @return \Aqarmap\Bundle\AnnouncementBundle\Form\AnnouncementType
  18004.      */
  18005.     protected function getAnnouncementTypeService()
  18006.     {
  18007.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18008.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18009.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/AnnouncementBundle/Form/AnnouncementType.php';
  18010.         return $this->privates['Aqarmap\\Bundle\\AnnouncementBundle\\Form\\AnnouncementType'] = new \Aqarmap\Bundle\AnnouncementBundle\Form\AnnouncementType();
  18011.     }
  18012.     /**
  18013.      * Gets the private 'Aqarmap\Bundle\ApiBundle\EventListener\LocaleEventSubscriber' shared autowired service.
  18014.      *
  18015.      * @return \Aqarmap\Bundle\ApiBundle\EventListener\LocaleEventSubscriber
  18016.      */
  18017.     protected function getLocaleEventSubscriberService()
  18018.     {
  18019.         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))));
  18020.     }
  18021.     /**
  18022.      * Gets the private 'Aqarmap\Bundle\BrokerSalesBundle\Entity\Broker' shared autowired service.
  18023.      *
  18024.      * @return \Aqarmap\Bundle\BrokerSalesBundle\Entity\Broker
  18025.      */
  18026.     protected function getBrokerService()
  18027.     {
  18028.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/BrokerSalesBundle/Entity/Broker.php';
  18029.         return $this->privates['Aqarmap\\Bundle\\BrokerSalesBundle\\Entity\\Broker'] = new \Aqarmap\Bundle\BrokerSalesBundle\Entity\Broker();
  18030.     }
  18031.     /**
  18032.      * Gets the private 'Aqarmap\Bundle\BrokerSalesBundle\Entity\Seller' shared autowired service.
  18033.      *
  18034.      * @return \Aqarmap\Bundle\BrokerSalesBundle\Entity\Seller
  18035.      */
  18036.     protected function getSellerService()
  18037.     {
  18038.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/BrokerSalesBundle/Entity/Seller.php';
  18039.         return $this->privates['Aqarmap\\Bundle\\BrokerSalesBundle\\Entity\\Seller'] = new \Aqarmap\Bundle\BrokerSalesBundle\Entity\Seller();
  18040.     }
  18041.     /**
  18042.      * Gets the private 'Aqarmap\Bundle\BrokerSalesBundle\Form\AssignBrokerToSellerType' shared autowired service.
  18043.      *
  18044.      * @return \Aqarmap\Bundle\BrokerSalesBundle\Form\AssignBrokerToSellerType
  18045.      */
  18046.     protected function getAssignBrokerToSellerTypeService()
  18047.     {
  18048.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18049.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18050.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/BrokerSalesBundle/Form/AssignBrokerToSellerType.php';
  18051.         return $this->privates['Aqarmap\\Bundle\\BrokerSalesBundle\\Form\\AssignBrokerToSellerType'] = new \Aqarmap\Bundle\BrokerSalesBundle\Form\AssignBrokerToSellerType();
  18052.     }
  18053.     /**
  18054.      * Gets the private 'Aqarmap\Bundle\BrokerSalesBundle\Form\ExistingUserFormType' shared autowired service.
  18055.      *
  18056.      * @return \Aqarmap\Bundle\BrokerSalesBundle\Form\ExistingUserFormType
  18057.      */
  18058.     protected function getExistingUserFormTypeService()
  18059.     {
  18060.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18061.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18062.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/BrokerSalesBundle/Form/ExistingUserFormType.php';
  18063.         return $this->privates['Aqarmap\\Bundle\\BrokerSalesBundle\\Form\\ExistingUserFormType'] = new \Aqarmap\Bundle\BrokerSalesBundle\Form\ExistingUserFormType();
  18064.     }
  18065.     /**
  18066.      * Gets the private 'Aqarmap\Bundle\BrokerSalesBundle\Form\RegisterNewUserType' shared autowired service.
  18067.      *
  18068.      * @return \Aqarmap\Bundle\BrokerSalesBundle\Form\RegisterNewUserType
  18069.      */
  18070.     protected function getRegisterNewUserTypeService()
  18071.     {
  18072.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18073.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18074.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/BrokerSalesBundle/Form/RegisterNewUserType.php';
  18075.         return $this->privates['Aqarmap\\Bundle\\BrokerSalesBundle\\Form\\RegisterNewUserType'] = new \Aqarmap\Bundle\BrokerSalesBundle\Form\RegisterNewUserType();
  18076.     }
  18077.     /**
  18078.      * Gets the private 'Aqarmap\Bundle\BrokerSalesBundle\Repository\BrokerRepository' shared autowired service.
  18079.      *
  18080.      * @return \Aqarmap\Bundle\BrokerSalesBundle\Repository\BrokerRepository
  18081.      */
  18082.     protected function getBrokerRepositoryService()
  18083.     {
  18084.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/BrokerSalesBundle/Repository/BrokerRepository.php';
  18085.         return $this->privates['Aqarmap\\Bundle\\BrokerSalesBundle\\Repository\\BrokerRepository'] = new \Aqarmap\Bundle\BrokerSalesBundle\Repository\BrokerRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  18086.     }
  18087.     /**
  18088.      * Gets the private 'Aqarmap\Bundle\BrokerSalesBundle\Repository\SellerRepository' shared autowired service.
  18089.      *
  18090.      * @return \Aqarmap\Bundle\BrokerSalesBundle\Repository\SellerRepository
  18091.      */
  18092.     protected function getSellerRepositoryService()
  18093.     {
  18094.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/BrokerSalesBundle/Repository/SellerRepository.php';
  18095.         return $this->privates['Aqarmap\\Bundle\\BrokerSalesBundle\\Repository\\SellerRepository'] = new \Aqarmap\Bundle\BrokerSalesBundle\Repository\SellerRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  18096.     }
  18097.     /**
  18098.      * Gets the private 'Aqarmap\Bundle\BrokerSalesBundle\Services\SellerBrokerManager' shared autowired service.
  18099.      *
  18100.      * @return \Aqarmap\Bundle\BrokerSalesBundle\Services\SellerBrokerManager
  18101.      */
  18102.     protected function getSellerBrokerManagerService()
  18103.     {
  18104.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/BrokerSalesBundle/Services/SellerBrokerManager.php';
  18105.         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()));
  18106.     }
  18107.     /**
  18108.      * Gets the private 'Aqarmap\Bundle\BuyerAlertsBundle\Command\BuyerAlertsCommand' shared autowired service.
  18109.      *
  18110.      * @return \Aqarmap\Bundle\BuyerAlertsBundle\Command\BuyerAlertsCommand
  18111.      */
  18112.     protected function getBuyerAlertsCommandService()
  18113.     {
  18114.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18115.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/BuyerAlertsBundle/Command/BuyerAlertsCommand.php';
  18116.         $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()));
  18117.         $instance->setName('app:buyer-alerts:send');
  18118.         return $instance;
  18119.     }
  18120.     /**
  18121.      * Gets the private 'Aqarmap\Bundle\BuyerAlertsBundle\Command\SendRecentListingsEmailCommand' shared autowired service.
  18122.      *
  18123.      * @return \Aqarmap\Bundle\BuyerAlertsBundle\Command\SendRecentListingsEmailCommand
  18124.      */
  18125.     protected function getSendRecentListingsEmailCommandService()
  18126.     {
  18127.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18128.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/BuyerAlertsBundle/Command/SendRecentListingsEmailCommand.php';
  18129.         $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()));
  18130.         $instance->setName('app:recent-listings:send');
  18131.         return $instance;
  18132.     }
  18133.     /**
  18134.      * Gets the private 'Aqarmap\Bundle\BuyerAlertsBundle\Form\BuyerAlertsApiType' shared autowired service.
  18135.      *
  18136.      * @return \Aqarmap\Bundle\BuyerAlertsBundle\Form\BuyerAlertsApiType
  18137.      */
  18138.     protected function getBuyerAlertsApiTypeService()
  18139.     {
  18140.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18141.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18142.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/BuyerAlertsBundle/Form/BuyerAlertsApiType.php';
  18143.         return $this->privates['Aqarmap\\Bundle\\BuyerAlertsBundle\\Form\\BuyerAlertsApiType'] = new \Aqarmap\Bundle\BuyerAlertsBundle\Form\BuyerAlertsApiType();
  18144.     }
  18145.     /**
  18146.      * Gets the private 'Aqarmap\Bundle\BuyerAlertsBundle\Form\BuyerAlertsType' shared autowired service.
  18147.      *
  18148.      * @return \Aqarmap\Bundle\BuyerAlertsBundle\Form\BuyerAlertsType
  18149.      */
  18150.     protected function getBuyerAlertsTypeService()
  18151.     {
  18152.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18153.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18154.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/BuyerAlertsBundle/Form/BuyerAlertsType.php';
  18155.         return $this->privates['Aqarmap\\Bundle\\BuyerAlertsBundle\\Form\\BuyerAlertsType'] = new \Aqarmap\Bundle\BuyerAlertsBundle\Form\BuyerAlertsType();
  18156.     }
  18157.     /**
  18158.      * Gets the private 'Aqarmap\Bundle\BuyerAlertsBundle\Repository\BuyerAlertsRepository' shared autowired service.
  18159.      *
  18160.      * @return \Aqarmap\Bundle\BuyerAlertsBundle\Repository\BuyerAlertsRepository
  18161.      */
  18162.     protected function getBuyerAlertsRepositoryService()
  18163.     {
  18164.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/BuyerAlertsBundle/Repository/BuyerAlertsRepository.php';
  18165.         return $this->privates['Aqarmap\\Bundle\\BuyerAlertsBundle\\Repository\\BuyerAlertsRepository'] = new \Aqarmap\Bundle\BuyerAlertsBundle\Repository\BuyerAlertsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  18166.     }
  18167.     /**
  18168.      * Gets the private 'Aqarmap\Bundle\BuyerAlertsBundle\Repository\RecentSearchesRepository' shared autowired service.
  18169.      *
  18170.      * @return \Aqarmap\Bundle\BuyerAlertsBundle\Repository\RecentSearchesRepository
  18171.      */
  18172.     protected function getRecentSearchesRepositoryService()
  18173.     {
  18174.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/BuyerAlertsBundle/Repository/RecentSearchesRepository.php';
  18175.         return $this->privates['Aqarmap\\Bundle\\BuyerAlertsBundle\\Repository\\RecentSearchesRepository'] = new \Aqarmap\Bundle\BuyerAlertsBundle\Repository\RecentSearchesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  18176.     }
  18177.     /**
  18178.      * Gets the private 'Aqarmap\Bundle\BuyerAlertsBundle\Service\BuyerAlertsEmailingService' shared autowired service.
  18179.      *
  18180.      * @return \Aqarmap\Bundle\BuyerAlertsBundle\Service\BuyerAlertsEmailingService
  18181.      */
  18182.     protected function getBuyerAlertsEmailingServiceService()
  18183.     {
  18184.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/BuyerAlertsBundle/Service/BuyerAlertsEmailingService.php';
  18185.         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()));
  18186.     }
  18187.     /**
  18188.      * Gets the private 'Aqarmap\Bundle\BuyerAlertsBundle\Service\BuyerAlertsManager' shared autowired service.
  18189.      *
  18190.      * @return \Aqarmap\Bundle\BuyerAlertsBundle\Service\BuyerAlertsManager
  18191.      */
  18192.     protected function getBuyerAlertsManagerService()
  18193.     {
  18194.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/BuyerAlertsBundle/Contracts/BuyerAlertsManagerInterface.php';
  18195.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/BuyerAlertsBundle/Service/BuyerAlertsManager.php';
  18196.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  18197.         if (isset($this->privates['Aqarmap\\Bundle\\BuyerAlertsBundle\\Service\\BuyerAlertsManager'])) {
  18198.             return $this->privates['Aqarmap\\Bundle\\BuyerAlertsBundle\\Service\\BuyerAlertsManager'];
  18199.         }
  18200.         $b = ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\PriceExtender'] ?? $this->getPriceExtenderService());
  18201.         if (isset($this->privates['Aqarmap\\Bundle\\BuyerAlertsBundle\\Service\\BuyerAlertsManager'])) {
  18202.             return $this->privates['Aqarmap\\Bundle\\BuyerAlertsBundle\\Service\\BuyerAlertsManager'];
  18203.         }
  18204.         $c = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  18205.         if (isset($this->privates['Aqarmap\\Bundle\\BuyerAlertsBundle\\Service\\BuyerAlertsManager'])) {
  18206.             return $this->privates['Aqarmap\\Bundle\\BuyerAlertsBundle\\Service\\BuyerAlertsManager'];
  18207.         }
  18208.         $d = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\LocationRepository'] ?? $this->getLocationRepositoryService());
  18209.         if (isset($this->privates['Aqarmap\\Bundle\\BuyerAlertsBundle\\Service\\BuyerAlertsManager'])) {
  18210.             return $this->privates['Aqarmap\\Bundle\\BuyerAlertsBundle\\Service\\BuyerAlertsManager'];
  18211.         }
  18212.         $e = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\PropertyTypeRepository'] ?? $this->getPropertyTypeRepositoryService());
  18213.         if (isset($this->privates['Aqarmap\\Bundle\\BuyerAlertsBundle\\Service\\BuyerAlertsManager'])) {
  18214.             return $this->privates['Aqarmap\\Bundle\\BuyerAlertsBundle\\Service\\BuyerAlertsManager'];
  18215.         }
  18216.         $f = ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\Setting'] ?? $this->getSettingService());
  18217.         if (isset($this->privates['Aqarmap\\Bundle\\BuyerAlertsBundle\\Service\\BuyerAlertsManager'])) {
  18218.             return $this->privates['Aqarmap\\Bundle\\BuyerAlertsBundle\\Service\\BuyerAlertsManager'];
  18219.         }
  18220.         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()));
  18221.     }
  18222.     /**
  18223.      * Gets the private 'Aqarmap\Bundle\CRMBundle\Command\CRMUpdateCommand' shared autowired service.
  18224.      *
  18225.      * @return \Aqarmap\Bundle\CRMBundle\Command\CRMUpdateCommand
  18226.      */
  18227.     protected function getCRMUpdateCommandService()
  18228.     {
  18229.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18230.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CRMBundle/Command/CRMUpdateCommand.php';
  18231.         $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()));
  18232.         $instance->setName('app:crm:update');
  18233.         return $instance;
  18234.     }
  18235.     /**
  18236.      * Gets the private 'Aqarmap\Bundle\CRMBundle\Command\PatchGenerateStaffHistoryCommand' shared autowired service.
  18237.      *
  18238.      * @return \Aqarmap\Bundle\CRMBundle\Command\PatchGenerateStaffHistoryCommand
  18239.      */
  18240.     protected function getPatchGenerateStaffHistoryCommandService()
  18241.     {
  18242.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18243.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CRMBundle/Command/PatchGenerateStaffHistoryCommand.php';
  18244.         $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()));
  18245.         $instance->setName('app:crm:generate-staff-history-patch');
  18246.         return $instance;
  18247.     }
  18248.     /**
  18249.      * Gets the private 'Aqarmap\Bundle\CRMBundle\Command\PatchUpdateCompanyCreateAtDateCommand' shared autowired service.
  18250.      *
  18251.      * @return \Aqarmap\Bundle\CRMBundle\Command\PatchUpdateCompanyCreateAtDateCommand
  18252.      */
  18253.     protected function getPatchUpdateCompanyCreateAtDateCommandService()
  18254.     {
  18255.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18256.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CRMBundle/Command/PatchUpdateCompanyCreateAtDateCommand.php';
  18257.         $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()));
  18258.         $instance->setName('app:patch:crm:update-companies-dates');
  18259.         return $instance;
  18260.     }
  18261.     /**
  18262.      * Gets the private 'Aqarmap\Bundle\CRMBundle\Entity\Company' shared autowired service.
  18263.      *
  18264.      * @return \Aqarmap\Bundle\CRMBundle\Entity\Company
  18265.      */
  18266.     protected function getCompanyService()
  18267.     {
  18268.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CRMBundle/Entity/Company.php';
  18269.         return $this->privates['Aqarmap\\Bundle\\CRMBundle\\Entity\\Company'] = new \Aqarmap\Bundle\CRMBundle\Entity\Company();
  18270.     }
  18271.     /**
  18272.      * Gets the private 'Aqarmap\Bundle\CRMBundle\Entity\Staff' shared autowired service.
  18273.      *
  18274.      * @return \Aqarmap\Bundle\CRMBundle\Entity\Staff
  18275.      */
  18276.     protected function getStaffService()
  18277.     {
  18278.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CRMBundle/Entity/Staff.php';
  18279.         return $this->privates['Aqarmap\\Bundle\\CRMBundle\\Entity\\Staff'] = new \Aqarmap\Bundle\CRMBundle\Entity\Staff();
  18280.     }
  18281.     /**
  18282.      * Gets the private 'Aqarmap\Bundle\CRMBundle\Entity\StaffCheckIn' shared autowired service.
  18283.      *
  18284.      * @return \Aqarmap\Bundle\CRMBundle\Entity\StaffCheckIn
  18285.      */
  18286.     protected function getStaffCheckInService()
  18287.     {
  18288.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CRMBundle/Entity/StaffCheckIn.php';
  18289.         return $this->privates['Aqarmap\\Bundle\\CRMBundle\\Entity\\StaffCheckIn'] = new \Aqarmap\Bundle\CRMBundle\Entity\StaffCheckIn();
  18290.     }
  18291.     /**
  18292.      * Gets the private 'Aqarmap\Bundle\CRMBundle\EventListener\CRMLeadListener' shared autowired service.
  18293.      *
  18294.      * @return \Aqarmap\Bundle\CRMBundle\EventListener\CRMLeadListener
  18295.      */
  18296.     protected function getCRMLeadListenerService()
  18297.     {
  18298.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CRMBundle/EventListener/CRMLeadListener.php';
  18299.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  18300.         if (isset($this->privates['Aqarmap\\Bundle\\CRMBundle\\EventListener\\CRMLeadListener'])) {
  18301.             return $this->privates['Aqarmap\\Bundle\\CRMBundle\\EventListener\\CRMLeadListener'];
  18302.         }
  18303.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18304.         if (isset($this->privates['Aqarmap\\Bundle\\CRMBundle\\EventListener\\CRMLeadListener'])) {
  18305.             return $this->privates['Aqarmap\\Bundle\\CRMBundle\\EventListener\\CRMLeadListener'];
  18306.         }
  18307.         $c = ($this->services['Aqarmap\\Bundle\\FeatureToggleBundle\\Service\\FeatureToggleManager'] ?? $this->getFeatureToggleManagerService());
  18308.         if (isset($this->privates['Aqarmap\\Bundle\\CRMBundle\\EventListener\\CRMLeadListener'])) {
  18309.             return $this->privates['Aqarmap\\Bundle\\CRMBundle\\EventListener\\CRMLeadListener'];
  18310.         }
  18311.         $d = ($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\LeadsCRMService'] ?? $this->getLeadsCRMServiceService());
  18312.         if (isset($this->privates['Aqarmap\\Bundle\\CRMBundle\\EventListener\\CRMLeadListener'])) {
  18313.             return $this->privates['Aqarmap\\Bundle\\CRMBundle\\EventListener\\CRMLeadListener'];
  18314.         }
  18315.         $e = ($this->privates['Aqarmap\\Bundle\\NotificationBundle\\Types\\LeadGenerated'] ?? $this->getLeadGeneratedService());
  18316.         if (isset($this->privates['Aqarmap\\Bundle\\CRMBundle\\EventListener\\CRMLeadListener'])) {
  18317.             return $this->privates['Aqarmap\\Bundle\\CRMBundle\\EventListener\\CRMLeadListener'];
  18318.         }
  18319.         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);
  18320.     }
  18321.     /**
  18322.      * Gets the private 'Aqarmap\Bundle\CRMBundle\Form\AttachmentType' shared autowired service.
  18323.      *
  18324.      * @return \Aqarmap\Bundle\CRMBundle\Form\AttachmentType
  18325.      */
  18326.     protected function getAttachmentTypeService()
  18327.     {
  18328.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18329.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18330.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CRMBundle/Form/AttachmentType.php';
  18331.         return $this->privates['Aqarmap\\Bundle\\CRMBundle\\Form\\AttachmentType'] = new \Aqarmap\Bundle\CRMBundle\Form\AttachmentType();
  18332.     }
  18333.     /**
  18334.      * Gets the private 'Aqarmap\Bundle\CRMBundle\Form\CompanyAccountManagerType' shared autowired service.
  18335.      *
  18336.      * @return \Aqarmap\Bundle\CRMBundle\Form\CompanyAccountManagerType
  18337.      */
  18338.     protected function getCompanyAccountManagerTypeService()
  18339.     {
  18340.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18341.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18342.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CRMBundle/Form/CompanyAccountManagerType.php';
  18343.         return $this->privates['Aqarmap\\Bundle\\CRMBundle\\Form\\CompanyAccountManagerType'] = new \Aqarmap\Bundle\CRMBundle\Form\CompanyAccountManagerType();
  18344.     }
  18345.     /**
  18346.      * Gets the private 'Aqarmap\Bundle\CRMBundle\Form\CompanyType' shared autowired service.
  18347.      *
  18348.      * @return \Aqarmap\Bundle\CRMBundle\Form\CompanyType
  18349.      */
  18350.     protected function getCompanyTypeService()
  18351.     {
  18352.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18353.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18354.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CRMBundle/Form/CompanyType.php';
  18355.         return $this->privates['Aqarmap\\Bundle\\CRMBundle\\Form\\CompanyType'] = new \Aqarmap\Bundle\CRMBundle\Form\CompanyType();
  18356.     }
  18357.     /**
  18358.      * Gets the private 'Aqarmap\Bundle\CRMBundle\Form\ExistingUserFormType' shared autowired service.
  18359.      *
  18360.      * @return \Aqarmap\Bundle\CRMBundle\Form\ExistingUserFormType
  18361.      */
  18362.     protected function getExistingUserFormType2Service()
  18363.     {
  18364.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18365.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18366.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CRMBundle/Form/ExistingUserFormType.php';
  18367.         return $this->privates['Aqarmap\\Bundle\\CRMBundle\\Form\\ExistingUserFormType'] = new \Aqarmap\Bundle\CRMBundle\Form\ExistingUserFormType();
  18368.     }
  18369.     /**
  18370.      * Gets the private 'Aqarmap\Bundle\CRMBundle\Form\PhotoType' shared autowired service.
  18371.      *
  18372.      * @return \Aqarmap\Bundle\CRMBundle\Form\PhotoType
  18373.      */
  18374.     protected function getPhotoTypeService()
  18375.     {
  18376.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18377.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18378.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CRMBundle/Form/PhotoType.php';
  18379.         return $this->privates['Aqarmap\\Bundle\\CRMBundle\\Form\\PhotoType'] = new \Aqarmap\Bundle\CRMBundle\Form\PhotoType();
  18380.     }
  18381.     /**
  18382.      * Gets the private 'Aqarmap\Bundle\CRMBundle\Form\StaffCheckInType' shared autowired service.
  18383.      *
  18384.      * @return \Aqarmap\Bundle\CRMBundle\Form\StaffCheckInType
  18385.      */
  18386.     protected function getStaffCheckInTypeService()
  18387.     {
  18388.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18389.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18390.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CRMBundle/Form/StaffCheckInType.php';
  18391.         return $this->privates['Aqarmap\\Bundle\\CRMBundle\\Form\\StaffCheckInType'] = new \Aqarmap\Bundle\CRMBundle\Form\StaffCheckInType();
  18392.     }
  18393.     /**
  18394.      * Gets the private 'Aqarmap\Bundle\CRMBundle\Form\StaffType' shared autowired service.
  18395.      *
  18396.      * @return \Aqarmap\Bundle\CRMBundle\Form\StaffType
  18397.      */
  18398.     protected function getStaffTypeService()
  18399.     {
  18400.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18401.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18402.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CRMBundle/Form/StaffType.php';
  18403.         return $this->privates['Aqarmap\\Bundle\\CRMBundle\\Form\\StaffType'] = new \Aqarmap\Bundle\CRMBundle\Form\StaffType();
  18404.     }
  18405.     /**
  18406.      * Gets the private 'Aqarmap\Bundle\CRMBundle\Repository\CompanyRepository' shared autowired service.
  18407.      *
  18408.      * @return \Aqarmap\Bundle\CRMBundle\Repository\CompanyRepository
  18409.      */
  18410.     protected function getCompanyRepositoryService()
  18411.     {
  18412.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CRMBundle/Repository/CompanyRepository.php';
  18413.         return $this->privates['Aqarmap\\Bundle\\CRMBundle\\Repository\\CompanyRepository'] = new \Aqarmap\Bundle\CRMBundle\Repository\CompanyRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  18414.     }
  18415.     /**
  18416.      * Gets the private 'Aqarmap\Bundle\CRMBundle\Repository\CompanyStaffRepository' shared autowired service.
  18417.      *
  18418.      * @return \Aqarmap\Bundle\CRMBundle\Repository\CompanyStaffRepository
  18419.      */
  18420.     protected function getCompanyStaffRepositoryService()
  18421.     {
  18422.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CRMBundle/Repository/CompanyStaffRepository.php';
  18423.         return $this->privates['Aqarmap\\Bundle\\CRMBundle\\Repository\\CompanyStaffRepository'] = new \Aqarmap\Bundle\CRMBundle\Repository\CompanyStaffRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  18424.     }
  18425.     /**
  18426.      * Gets the private 'Aqarmap\Bundle\CRMBundle\Repository\StaffCheckInRepository' shared autowired service.
  18427.      *
  18428.      * @return \Aqarmap\Bundle\CRMBundle\Repository\StaffCheckInRepository
  18429.      */
  18430.     protected function getStaffCheckInRepositoryService()
  18431.     {
  18432.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CRMBundle/Repository/StaffCheckInRepository.php';
  18433.         return $this->privates['Aqarmap\\Bundle\\CRMBundle\\Repository\\StaffCheckInRepository'] = new \Aqarmap\Bundle\CRMBundle\Repository\StaffCheckInRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  18434.     }
  18435.     /**
  18436.      * Gets the private 'Aqarmap\Bundle\CRMBundle\Repository\StaffHistoryRepository' shared autowired service.
  18437.      *
  18438.      * @return \Aqarmap\Bundle\CRMBundle\Repository\StaffHistoryRepository
  18439.      */
  18440.     protected function getStaffHistoryRepositoryService()
  18441.     {
  18442.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CRMBundle/Repository/StaffHistoryRepository.php';
  18443.         return $this->privates['Aqarmap\\Bundle\\CRMBundle\\Repository\\StaffHistoryRepository'] = new \Aqarmap\Bundle\CRMBundle\Repository\StaffHistoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  18444.     }
  18445.     /**
  18446.      * Gets the private 'Aqarmap\Bundle\CRMBundle\Repository\StaffRepository' shared autowired service.
  18447.      *
  18448.      * @return \Aqarmap\Bundle\CRMBundle\Repository\StaffRepository
  18449.      */
  18450.     protected function getStaffRepositoryService()
  18451.     {
  18452.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CRMBundle/Repository/StaffRepository.php';
  18453.         return $this->privates['Aqarmap\\Bundle\\CRMBundle\\Repository\\StaffRepository'] = new \Aqarmap\Bundle\CRMBundle\Repository\StaffRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  18454.     }
  18455.     /**
  18456.      * Gets the private 'Aqarmap\Bundle\CRMBundle\Services\CRMManager' shared autowired service.
  18457.      *
  18458.      * @return \Aqarmap\Bundle\CRMBundle\Services\CRMManager
  18459.      */
  18460.     protected function getCRMManagerService()
  18461.     {
  18462.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CRMBundle/Services/CRMManager.php';
  18463.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/LeadsExpectationsService.php';
  18464.         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()));
  18465.     }
  18466.     /**
  18467.      * Gets the private 'Aqarmap\Bundle\CRMBundle\Services\CompanyManager' shared autowired service.
  18468.      *
  18469.      * @return \Aqarmap\Bundle\CRMBundle\Services\CompanyManager
  18470.      */
  18471.     protected function getCompanyManagerService()
  18472.     {
  18473.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CRMBundle/Services/CompanyManager.php';
  18474.         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()));
  18475.     }
  18476.     /**
  18477.      * Gets the private 'Aqarmap\Bundle\CRMBundle\Services\StaffHistoryManager' shared autowired service.
  18478.      *
  18479.      * @return \Aqarmap\Bundle\CRMBundle\Services\StaffHistoryManager
  18480.      */
  18481.     protected function getStaffHistoryManagerService()
  18482.     {
  18483.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CRMBundle/Services/StaffHistoryManager.php';
  18484.         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()));
  18485.     }
  18486.     /**
  18487.      * Gets the private 'Aqarmap\Bundle\CRMBundle\Strategy\UpdateCompanyStrategy' shared autowired service.
  18488.      *
  18489.      * @return \Aqarmap\Bundle\CRMBundle\Strategy\UpdateCompanyStrategy
  18490.      */
  18491.     protected function getUpdateCompanyStrategyService()
  18492.     {
  18493.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Contract/Consumer/StrategyInterface.php';
  18494.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CRMBundle/Strategy/UpdateCompanyStrategy.php';
  18495.         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()));
  18496.     }
  18497.     /**
  18498.      * Gets the private 'Aqarmap\Bundle\CreditBundle\Command\BatchUpdatePackageTaxesCommand' shared autowired service.
  18499.      *
  18500.      * @return \Aqarmap\Bundle\CreditBundle\Command\BatchUpdatePackageTaxesCommand
  18501.      */
  18502.     protected function getBatchUpdatePackageTaxesCommandService()
  18503.     {
  18504.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18505.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Command/BatchUpdatePackageTaxesCommand.php';
  18506.         $this->privates['Aqarmap\\Bundle\\CreditBundle\\Command\\BatchUpdatePackageTaxesCommand'] = $instance = new \Aqarmap\Bundle\CreditBundle\Command\BatchUpdatePackageTaxesCommand();
  18507.         $instance->setName('app:batch:credit:update_packages_taxes');
  18508.         return $instance;
  18509.     }
  18510.     /**
  18511.      * Gets the private 'Aqarmap\Bundle\CreditBundle\Command\CreditAnalysisCommand' shared autowired service.
  18512.      *
  18513.      * @return \Aqarmap\Bundle\CreditBundle\Command\CreditAnalysisCommand
  18514.      */
  18515.     protected function getCreditAnalysisCommandService()
  18516.     {
  18517.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18518.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Command/CreditAnalysisCommand.php';
  18519.         $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()));
  18520.         $instance->setName('app:analyse:credit:patch');
  18521.         return $instance;
  18522.     }
  18523.     /**
  18524.      * Gets the private 'Aqarmap\Bundle\CreditBundle\Command\ExclusivePackagesCreditFundingCommand' shared autowired service.
  18525.      *
  18526.      * @return \Aqarmap\Bundle\CreditBundle\Command\ExclusivePackagesCreditFundingCommand
  18527.      */
  18528.     protected function getExclusivePackagesCreditFundingCommandService()
  18529.     {
  18530.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18531.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Command/ExclusivePackagesCreditFundingCommand.php';
  18532.         $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()));
  18533.         $instance->setName('app:packages:exclusive:funding');
  18534.         return $instance;
  18535.     }
  18536.     /**
  18537.      * Gets the private 'Aqarmap\Bundle\CreditBundle\Command\ExpireCreditCommand' shared autowired service.
  18538.      *
  18539.      * @return \Aqarmap\Bundle\CreditBundle\Command\ExpireCreditCommand
  18540.      */
  18541.     protected function getExpireCreditCommandService()
  18542.     {
  18543.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18544.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Command/ExpireCreditCommand.php';
  18545.         $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()));
  18546.         $instance->setName('app:expire-credit-after-thirty-days');
  18547.         return $instance;
  18548.     }
  18549.     /**
  18550.      * Gets the private 'Aqarmap\Bundle\CreditBundle\Command\PackageUserTypePatchCommand' shared autowired service.
  18551.      *
  18552.      * @return \Aqarmap\Bundle\CreditBundle\Command\PackageUserTypePatchCommand
  18553.      */
  18554.     protected function getPackageUserTypePatchCommandService()
  18555.     {
  18556.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18557.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Command/PackageUserTypePatchCommand.php';
  18558.         $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()));
  18559.         $instance->setName('app:packages:usertype:patch');
  18560.         return $instance;
  18561.     }
  18562.     /**
  18563.      * Gets the private 'Aqarmap\Bundle\CreditBundle\Command\PatchCreditServicesOrderCommand' shared autowired service.
  18564.      *
  18565.      * @return \Aqarmap\Bundle\CreditBundle\Command\PatchCreditServicesOrderCommand
  18566.      */
  18567.     protected function getPatchCreditServicesOrderCommandService()
  18568.     {
  18569.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18570.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Command/PatchCreditServicesOrderCommand.php';
  18571.         $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()));
  18572.         $instance->setName('app:credit-services-order:patch');
  18573.         return $instance;
  18574.     }
  18575.     /**
  18576.      * Gets the private 'Aqarmap\Bundle\CreditBundle\Command\PatchExtendActiveCreditPackagesCommand' shared autowired service.
  18577.      *
  18578.      * @return \Aqarmap\Bundle\CreditBundle\Command\PatchExtendActiveCreditPackagesCommand
  18579.      */
  18580.     protected function getPatchExtendActiveCreditPackagesCommandService()
  18581.     {
  18582.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18583.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Command/PatchExtendActiveCreditPackagesCommand.php';
  18584.         $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()));
  18585.         $instance->setName('app:patch:extend-active-packages');
  18586.         return $instance;
  18587.     }
  18588.     /**
  18589.      * Gets the private 'Aqarmap\Bundle\CreditBundle\Command\PatchGenerateChurnAndExpiryHistoryCommand' shared autowired service.
  18590.      *
  18591.      * @return \Aqarmap\Bundle\CreditBundle\Command\PatchGenerateChurnAndExpiryHistoryCommand
  18592.      */
  18593.     protected function getPatchGenerateChurnAndExpiryHistoryCommandService()
  18594.     {
  18595.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18596.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Command/PatchGenerateChurnAndExpiryHistoryCommand.php';
  18597.         $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()));
  18598.         $instance->setName('app:patch:generate-churn-expiry-history');
  18599.         return $instance;
  18600.     }
  18601.     /**
  18602.      * Gets the private 'Aqarmap\Bundle\CreditBundle\Command\PatchRevertActiveCreditPackagesExtensionCommand' shared autowired service.
  18603.      *
  18604.      * @return \Aqarmap\Bundle\CreditBundle\Command\PatchRevertActiveCreditPackagesExtensionCommand
  18605.      */
  18606.     protected function getPatchRevertActiveCreditPackagesExtensionCommandService()
  18607.     {
  18608.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18609.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Command/PatchRevertActiveCreditPackagesExtensionCommand.php';
  18610.         $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()));
  18611.         $instance->setName('app:patch:revert-active-packages-extension');
  18612.         return $instance;
  18613.     }
  18614.     /**
  18615.      * Gets the private 'Aqarmap\Bundle\CreditBundle\Command\PaymentTransactionsPatchCommand' shared autowired service.
  18616.      *
  18617.      * @return \Aqarmap\Bundle\CreditBundle\Command\PaymentTransactionsPatchCommand
  18618.      */
  18619.     protected function getPaymentTransactionsPatchCommandService()
  18620.     {
  18621.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18622.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Command/PaymentTransactionsPatchCommand.php';
  18623.         $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()));
  18624.         $instance->setName('app:old-credits:patch');
  18625.         return $instance;
  18626.     }
  18627.     /**
  18628.      * Gets the private 'Aqarmap\Bundle\CreditBundle\Command\ResetCreditOnChurnExpiryCommand' shared autowired service.
  18629.      *
  18630.      * @return \Aqarmap\Bundle\CreditBundle\Command\ResetCreditOnChurnExpiryCommand
  18631.      */
  18632.     protected function getResetCreditOnChurnExpiryCommandService()
  18633.     {
  18634.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18635.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Command/ResetCreditOnChurnExpiryCommand.php';
  18636.         $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()));
  18637.         $instance->setName('app:reset_credit_churn_expiry');
  18638.         return $instance;
  18639.     }
  18640.     /**
  18641.      * Gets the private 'Aqarmap\Bundle\CreditBundle\Command\UpdateChurnsAndExpiryDataCommand' shared autowired service.
  18642.      *
  18643.      * @return \Aqarmap\Bundle\CreditBundle\Command\UpdateChurnsAndExpiryDataCommand
  18644.      */
  18645.     protected function getUpdateChurnsAndExpiryDataCommandService()
  18646.     {
  18647.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18648.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Command/UpdateChurnsAndExpiryDataCommand.php';
  18649.         $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()));
  18650.         $instance->setName('app:update:churns:expiry');
  18651.         return $instance;
  18652.     }
  18653.     /**
  18654.      * Gets the private 'Aqarmap\Bundle\CreditBundle\EventListener\ChurnAndExpiryEventSubscriber' shared autowired service.
  18655.      *
  18656.      * @return \Aqarmap\Bundle\CreditBundle\EventListener\ChurnAndExpiryEventSubscriber
  18657.      */
  18658.     protected function getChurnAndExpiryEventSubscriberService()
  18659.     {
  18660.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/EventListener/ChurnAndExpiryEventSubscriber.php';
  18661.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  18662.         if (isset($this->privates['Aqarmap\\Bundle\\CreditBundle\\EventListener\\ChurnAndExpiryEventSubscriber'])) {
  18663.             return $this->privates['Aqarmap\\Bundle\\CreditBundle\\EventListener\\ChurnAndExpiryEventSubscriber'];
  18664.         }
  18665.         $b = ($this->privates['Aqarmap\\Bundle\\CreditBundle\\Services\\ChurnAndExpiryManager'] ?? $this->getChurnAndExpiryManagerService());
  18666.         if (isset($this->privates['Aqarmap\\Bundle\\CreditBundle\\EventListener\\ChurnAndExpiryEventSubscriber'])) {
  18667.             return $this->privates['Aqarmap\\Bundle\\CreditBundle\\EventListener\\ChurnAndExpiryEventSubscriber'];
  18668.         }
  18669.         return $this->privates['Aqarmap\\Bundle\\CreditBundle\\EventListener\\ChurnAndExpiryEventSubscriber'] = new \Aqarmap\Bundle\CreditBundle\EventListener\ChurnAndExpiryEventSubscriber($a$b);
  18670.     }
  18671.     /**
  18672.      * Gets the private 'Aqarmap\Bundle\CreditBundle\EventListener\ConfigureMenuEventSubscriber' shared autowired service.
  18673.      *
  18674.      * @return \Aqarmap\Bundle\CreditBundle\EventListener\ConfigureMenuEventSubscriber
  18675.      */
  18676.     protected function getConfigureMenuEventSubscriberService()
  18677.     {
  18678.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/EventListener/ConfigureMenuEventSubscriber.php';
  18679.         $a = ($this->services['Aqarmap\\Bundle\\FeatureToggleBundle\\Service\\FeatureToggleManager'] ?? $this->getFeatureToggleManagerService());
  18680.         if (isset($this->privates['Aqarmap\\Bundle\\CreditBundle\\EventListener\\ConfigureMenuEventSubscriber'])) {
  18681.             return $this->privates['Aqarmap\\Bundle\\CreditBundle\\EventListener\\ConfigureMenuEventSubscriber'];
  18682.         }
  18683.         $b = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  18684.         if (isset($this->privates['Aqarmap\\Bundle\\CreditBundle\\EventListener\\ConfigureMenuEventSubscriber'])) {
  18685.             return $this->privates['Aqarmap\\Bundle\\CreditBundle\\EventListener\\ConfigureMenuEventSubscriber'];
  18686.         }
  18687.         return $this->privates['Aqarmap\\Bundle\\CreditBundle\\EventListener\\ConfigureMenuEventSubscriber'] = new \Aqarmap\Bundle\CreditBundle\EventListener\ConfigureMenuEventSubscriber(($this->services['translator'] ?? $this->getTranslatorService()), $a$b);
  18688.     }
  18689.     /**
  18690.      * Gets the private 'Aqarmap\Bundle\CreditBundle\Form\AdminSubtractCreditsFormType' shared autowired service.
  18691.      *
  18692.      * @return \Aqarmap\Bundle\CreditBundle\Form\AdminSubtractCreditsFormType
  18693.      */
  18694.     protected function getAdminSubtractCreditsFormTypeService()
  18695.     {
  18696.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18697.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18698.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Form/AdminSubtractCreditsFormType.php';
  18699.         return $this->privates['Aqarmap\\Bundle\\CreditBundle\\Form\\AdminSubtractCreditsFormType'] = new \Aqarmap\Bundle\CreditBundle\Form\AdminSubtractCreditsFormType();
  18700.     }
  18701.     /**
  18702.      * Gets the private 'Aqarmap\Bundle\CreditBundle\Form\Admin\TransferPointsType' shared autowired service.
  18703.      *
  18704.      * @return \Aqarmap\Bundle\CreditBundle\Form\Admin\TransferPointsType
  18705.      */
  18706.     protected function getTransferPointsTypeService()
  18707.     {
  18708.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18709.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18710.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Form/Admin/TransferPointsType.php';
  18711.         return $this->privates['Aqarmap\\Bundle\\CreditBundle\\Form\\Admin\\TransferPointsType'] = new \Aqarmap\Bundle\CreditBundle\Form\Admin\TransferPointsType();
  18712.     }
  18713.     /**
  18714.      * Gets the private 'Aqarmap\Bundle\CreditBundle\Form\Admin\UserPointsType' shared autowired service.
  18715.      *
  18716.      * @return \Aqarmap\Bundle\CreditBundle\Form\Admin\UserPointsType
  18717.      */
  18718.     protected function getUserPointsTypeService()
  18719.     {
  18720.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18721.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18722.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Form/Admin/UserPointsType.php';
  18723.         return $this->privates['Aqarmap\\Bundle\\CreditBundle\\Form\\Admin\\UserPointsType'] = new \Aqarmap\Bundle\CreditBundle\Form\Admin\UserPointsType();
  18724.     }
  18725.     /**
  18726.      * Gets the private 'Aqarmap\Bundle\CreditBundle\Form\BuyCreditsFormType' shared autowired service.
  18727.      *
  18728.      * @return \Aqarmap\Bundle\CreditBundle\Form\BuyCreditsFormType
  18729.      */
  18730.     protected function getBuyCreditsFormTypeService()
  18731.     {
  18732.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18733.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18734.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Form/BuyCreditsFormType.php';
  18735.         return $this->privates['Aqarmap\\Bundle\\CreditBundle\\Form\\BuyCreditsFormType'] = new \Aqarmap\Bundle\CreditBundle\Form\BuyCreditsFormType();
  18736.     }
  18737.     /**
  18738.      * Gets the private 'Aqarmap\Bundle\CreditBundle\Form\ExportCreditTransactionType' shared autowired service.
  18739.      *
  18740.      * @return \Aqarmap\Bundle\CreditBundle\Form\ExportCreditTransactionType
  18741.      */
  18742.     protected function getExportCreditTransactionTypeService()
  18743.     {
  18744.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18745.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18746.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Form/ExportCreditTransactionType.php';
  18747.         return $this->privates['Aqarmap\\Bundle\\CreditBundle\\Form\\ExportCreditTransactionType'] = new \Aqarmap\Bundle\CreditBundle\Form\ExportCreditTransactionType();
  18748.     }
  18749.     /**
  18750.      * Gets the private 'Aqarmap\Bundle\CreditBundle\Form\FaqType' shared autowired service.
  18751.      *
  18752.      * @return \Aqarmap\Bundle\CreditBundle\Form\FaqType
  18753.      */
  18754.     protected function getFaqTypeService()
  18755.     {
  18756.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18757.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18758.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Form/FaqType.php';
  18759.         return $this->privates['Aqarmap\\Bundle\\CreditBundle\\Form\\FaqType'] = new \Aqarmap\Bundle\CreditBundle\Form\FaqType();
  18760.     }
  18761.     /**
  18762.      * Gets the private 'Aqarmap\Bundle\CreditBundle\Form\PackageFiltersFormType' shared autowired service.
  18763.      *
  18764.      * @return \Aqarmap\Bundle\CreditBundle\Form\PackageFiltersFormType
  18765.      */
  18766.     protected function getPackageFiltersFormTypeService()
  18767.     {
  18768.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18769.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18770.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Form/PackageFiltersFormType.php';
  18771.         return $this->privates['Aqarmap\\Bundle\\CreditBundle\\Form\\PackageFiltersFormType'] = new \Aqarmap\Bundle\CreditBundle\Form\PackageFiltersFormType();
  18772.     }
  18773.     /**
  18774.      * Gets the private 'Aqarmap\Bundle\CreditBundle\Form\PackageType' shared autowired service.
  18775.      *
  18776.      * @return \Aqarmap\Bundle\CreditBundle\Form\PackageType
  18777.      */
  18778.     protected function getPackageTypeService()
  18779.     {
  18780.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18781.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18782.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Form/PackageType.php';
  18783.         $a = ($this->services['Aqarmap\\Bundle\\FeatureToggleBundle\\Service\\FeatureToggleManager'] ?? $this->getFeatureToggleManagerService());
  18784.         if (isset($this->privates['Aqarmap\\Bundle\\CreditBundle\\Form\\PackageType'])) {
  18785.             return $this->privates['Aqarmap\\Bundle\\CreditBundle\\Form\\PackageType'];
  18786.         }
  18787.         return $this->privates['Aqarmap\\Bundle\\CreditBundle\\Form\\PackageType'] = new \Aqarmap\Bundle\CreditBundle\Form\PackageType($a);
  18788.     }
  18789.     /**
  18790.      * Gets the private 'Aqarmap\Bundle\CreditBundle\Form\ServiceType' shared autowired service.
  18791.      *
  18792.      * @return \Aqarmap\Bundle\CreditBundle\Form\ServiceType
  18793.      */
  18794.     protected function getServiceTypeService()
  18795.     {
  18796.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18797.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18798.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Form/ServiceType.php';
  18799.         return $this->privates['Aqarmap\\Bundle\\CreditBundle\\Form\\ServiceType'] = new \Aqarmap\Bundle\CreditBundle\Form\ServiceType();
  18800.     }
  18801.     /**
  18802.      * Gets the private 'Aqarmap\Bundle\CreditBundle\Repository\ChurnsAndExpiryRepository' shared autowired service.
  18803.      *
  18804.      * @return \Aqarmap\Bundle\CreditBundle\Repository\ChurnsAndExpiryRepository
  18805.      */
  18806.     protected function getChurnsAndExpiryRepositoryService()
  18807.     {
  18808.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Repository/ChurnsAndExpiryRepository.php';
  18809.         return $this->privates['Aqarmap\\Bundle\\CreditBundle\\Repository\\ChurnsAndExpiryRepository'] = new \Aqarmap\Bundle\CreditBundle\Repository\ChurnsAndExpiryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  18810.     }
  18811.     /**
  18812.      * Gets the private 'Aqarmap\Bundle\CreditBundle\Repository\CreditAnalysisRepository' shared autowired service.
  18813.      *
  18814.      * @return \Aqarmap\Bundle\CreditBundle\Repository\CreditAnalysisRepository
  18815.      */
  18816.     protected function getCreditAnalysisRepositoryService()
  18817.     {
  18818.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Repository/CreditAnalysisRepository.php';
  18819.         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()));
  18820.     }
  18821.     /**
  18822.      * Gets the private 'Aqarmap\Bundle\CreditBundle\Repository\CreditPackageRepositroy' shared autowired service.
  18823.      *
  18824.      * @return \Aqarmap\Bundle\CreditBundle\Repository\CreditPackageRepositroy
  18825.      */
  18826.     protected function getCreditPackageRepositroyService()
  18827.     {
  18828.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Repository/CreditPackageRepositroy.php';
  18829.         return $this->privates['Aqarmap\\Bundle\\CreditBundle\\Repository\\CreditPackageRepositroy'] = new \Aqarmap\Bundle\CreditBundle\Repository\CreditPackageRepositroy(($this->services['doctrine'] ?? $this->getDoctrineService()));
  18830.     }
  18831.     /**
  18832.      * Gets the private 'Aqarmap\Bundle\CreditBundle\Repository\CreditRepository' shared autowired service.
  18833.      *
  18834.      * @return \Aqarmap\Bundle\CreditBundle\Repository\CreditRepository
  18835.      */
  18836.     protected function getCreditRepositoryService()
  18837.     {
  18838.         return $this->privates['Aqarmap\\Bundle\\CreditBundle\\Repository\\CreditRepository'] = new \Aqarmap\Bundle\CreditBundle\Repository\CreditRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  18839.     }
  18840.     /**
  18841.      * Gets the private 'Aqarmap\Bundle\CreditBundle\Repository\FaqRepository' shared autowired service.
  18842.      *
  18843.      * @return \Aqarmap\Bundle\CreditBundle\Repository\FaqRepository
  18844.      */
  18845.     protected function getFaqRepositoryService()
  18846.     {
  18847.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Repository/FaqRepository.php';
  18848.         return $this->privates['Aqarmap\\Bundle\\CreditBundle\\Repository\\FaqRepository'] = new \Aqarmap\Bundle\CreditBundle\Repository\FaqRepository(($this->services['doctrine_mongodb'] ?? $this->getDoctrineMongodbService()));
  18849.     }
  18850.     /**
  18851.      * Gets the private 'Aqarmap\Bundle\CreditBundle\Repository\PackageServiceRepository' shared autowired service.
  18852.      *
  18853.      * @return \Aqarmap\Bundle\CreditBundle\Repository\PackageServiceRepository
  18854.      */
  18855.     protected function getPackageServiceRepositoryService()
  18856.     {
  18857.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Repository/PackageServiceRepository.php';
  18858.         return $this->privates['Aqarmap\\Bundle\\CreditBundle\\Repository\\PackageServiceRepository'] = new \Aqarmap\Bundle\CreditBundle\Repository\PackageServiceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  18859.     }
  18860.     /**
  18861.      * Gets the private 'Aqarmap\Bundle\CreditBundle\Repository\ServiceRepository' shared autowired service.
  18862.      *
  18863.      * @return \Aqarmap\Bundle\CreditBundle\Repository\ServiceRepository
  18864.      */
  18865.     protected function getServiceRepositoryService()
  18866.     {
  18867.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Repository/ServiceRepository.php';
  18868.         return $this->privates['Aqarmap\\Bundle\\CreditBundle\\Repository\\ServiceRepository'] = new \Aqarmap\Bundle\CreditBundle\Repository\ServiceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  18869.     }
  18870.     /**
  18871.      * Gets the private 'Aqarmap\Bundle\CreditBundle\Services\ChurnAndExpiryManager' shared autowired service.
  18872.      *
  18873.      * @return \Aqarmap\Bundle\CreditBundle\Services\ChurnAndExpiryManager
  18874.      */
  18875.     protected function getChurnAndExpiryManagerService()
  18876.     {
  18877.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Services/ChurnAndExpiryManager.php';
  18878.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  18879.         if (isset($this->privates['Aqarmap\\Bundle\\CreditBundle\\Services\\ChurnAndExpiryManager'])) {
  18880.             return $this->privates['Aqarmap\\Bundle\\CreditBundle\\Services\\ChurnAndExpiryManager'];
  18881.         }
  18882.         $b = ($this->services['Aqarmap\\Bundle\\FeatureToggleBundle\\Service\\FeatureToggleManager'] ?? $this->getFeatureToggleManagerService());
  18883.         if (isset($this->privates['Aqarmap\\Bundle\\CreditBundle\\Services\\ChurnAndExpiryManager'])) {
  18884.             return $this->privates['Aqarmap\\Bundle\\CreditBundle\\Services\\ChurnAndExpiryManager'];
  18885.         }
  18886.         return $this->privates['Aqarmap\\Bundle\\CreditBundle\\Services\\ChurnAndExpiryManager'] = new \Aqarmap\Bundle\CreditBundle\Services\ChurnAndExpiryManager($a$b);
  18887.     }
  18888.     /**
  18889.      * Gets the private 'Aqarmap\Bundle\CreditBundle\Services\CreditAnalysisManager' shared autowired service.
  18890.      *
  18891.      * @return \Aqarmap\Bundle\CreditBundle\Services\CreditAnalysisManager
  18892.      */
  18893.     protected function getCreditAnalysisManagerService()
  18894.     {
  18895.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  18896.         if (isset($this->privates['Aqarmap\\Bundle\\CreditBundle\\Services\\CreditAnalysisManager'])) {
  18897.             return $this->privates['Aqarmap\\Bundle\\CreditBundle\\Services\\CreditAnalysisManager'];
  18898.         }
  18899.         $b = ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\Setting'] ?? $this->getSettingService());
  18900.         if (isset($this->privates['Aqarmap\\Bundle\\CreditBundle\\Services\\CreditAnalysisManager'])) {
  18901.             return $this->privates['Aqarmap\\Bundle\\CreditBundle\\Services\\CreditAnalysisManager'];
  18902.         }
  18903.         $c = ($this->services['Aqarmap\\Bundle\\FeatureToggleBundle\\Service\\FeatureToggleManager'] ?? $this->getFeatureToggleManagerService());
  18904.         if (isset($this->privates['Aqarmap\\Bundle\\CreditBundle\\Services\\CreditAnalysisManager'])) {
  18905.             return $this->privates['Aqarmap\\Bundle\\CreditBundle\\Services\\CreditAnalysisManager'];
  18906.         }
  18907.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18908.         if (isset($this->privates['Aqarmap\\Bundle\\CreditBundle\\Services\\CreditAnalysisManager'])) {
  18909.             return $this->privates['Aqarmap\\Bundle\\CreditBundle\\Services\\CreditAnalysisManager'];
  18910.         }
  18911.         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()));
  18912.     }
  18913.     /**
  18914.      * Gets the private 'Aqarmap\Bundle\CreditBundle\Services\CreditManager' shared autowired service.
  18915.      *
  18916.      * @return \Aqarmap\Bundle\CreditBundle\Services\CreditManager
  18917.      */
  18918.     protected function getCreditManagerService()
  18919.     {
  18920.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  18921.         if (isset($this->privates['Aqarmap\\Bundle\\CreditBundle\\Services\\CreditManager'])) {
  18922.             return $this->privates['Aqarmap\\Bundle\\CreditBundle\\Services\\CreditManager'];
  18923.         }
  18924.         $b = ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\Setting'] ?? $this->getSettingService());
  18925.         if (isset($this->privates['Aqarmap\\Bundle\\CreditBundle\\Services\\CreditManager'])) {
  18926.             return $this->privates['Aqarmap\\Bundle\\CreditBundle\\Services\\CreditManager'];
  18927.         }
  18928.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18929.         if (isset($this->privates['Aqarmap\\Bundle\\CreditBundle\\Services\\CreditManager'])) {
  18930.             return $this->privates['Aqarmap\\Bundle\\CreditBundle\\Services\\CreditManager'];
  18931.         }
  18932.         $d = ($this->privates['Aqarmap\\Bundle\\UserBundle\\Repository\\UserPackagesRepository'] ?? $this->getUserPackagesRepositoryService());
  18933.         if (isset($this->privates['Aqarmap\\Bundle\\CreditBundle\\Services\\CreditManager'])) {
  18934.             return $this->privates['Aqarmap\\Bundle\\CreditBundle\\Services\\CreditManager'];
  18935.         }
  18936.         $e = ($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserPackagesService'] ?? $this->getUserPackagesServiceService());
  18937.         if (isset($this->privates['Aqarmap\\Bundle\\CreditBundle\\Services\\CreditManager'])) {
  18938.             return $this->privates['Aqarmap\\Bundle\\CreditBundle\\Services\\CreditManager'];
  18939.         }
  18940.         $f = ($this->services['translator'] ?? $this->getTranslatorService());
  18941.         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()));
  18942.     }
  18943.     /**
  18944.      * Gets the private 'Aqarmap\Bundle\CustomerProfilingBundle\Command\CustomerProfilingSurveyCommand' shared autowired service.
  18945.      *
  18946.      * @return \Aqarmap\Bundle\CustomerProfilingBundle\Command\CustomerProfilingSurveyCommand
  18947.      */
  18948.     protected function getCustomerProfilingSurveyCommandService()
  18949.     {
  18950.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18951.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CustomerProfilingBundle/Command/CustomerProfilingSurveyCommand.php';
  18952.         $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()));
  18953.         $instance->setName('app:customers:profiling');
  18954.         return $instance;
  18955.     }
  18956.     /**
  18957.      * Gets the private 'Aqarmap\Bundle\CustomerProfilingBundle\Command\MigrateAgesCommand' shared autowired service.
  18958.      *
  18959.      * @return \Aqarmap\Bundle\CustomerProfilingBundle\Command\MigrateAgesCommand
  18960.      */
  18961.     protected function getMigrateAgesCommandService()
  18962.     {
  18963.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18964.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CustomerProfilingBundle/Command/MigrateAgesCommand.php';
  18965.         $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()));
  18966.         $instance->setName('app:patch:profiling:ages:change');
  18967.         return $instance;
  18968.     }
  18969.     /**
  18970.      * Gets the private 'Aqarmap\Bundle\CustomerProfilingBundle\EventListener\CustomerProfilingListener' shared autowired service.
  18971.      *
  18972.      * @return \Aqarmap\Bundle\CustomerProfilingBundle\EventListener\CustomerProfilingListener
  18973.      */
  18974.     protected function getCustomerProfilingListenerService()
  18975.     {
  18976.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CustomerProfilingBundle/EventListener/CustomerProfilingListener.php';
  18977.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  18978.         if (isset($this->privates['Aqarmap\\Bundle\\CustomerProfilingBundle\\EventListener\\CustomerProfilingListener'])) {
  18979.             return $this->privates['Aqarmap\\Bundle\\CustomerProfilingBundle\\EventListener\\CustomerProfilingListener'];
  18980.         }
  18981.         $b = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  18982.         if (isset($this->privates['Aqarmap\\Bundle\\CustomerProfilingBundle\\EventListener\\CustomerProfilingListener'])) {
  18983.             return $this->privates['Aqarmap\\Bundle\\CustomerProfilingBundle\\EventListener\\CustomerProfilingListener'];
  18984.         }
  18985.         $c = ($this->privates['Aqarmap\\Bundle\\CustomerProfilingBundle\\Services\\CustomerProfilingService'] ?? $this->getCustomerProfilingServiceService());
  18986.         if (isset($this->privates['Aqarmap\\Bundle\\CustomerProfilingBundle\\EventListener\\CustomerProfilingListener'])) {
  18987.             return $this->privates['Aqarmap\\Bundle\\CustomerProfilingBundle\\EventListener\\CustomerProfilingListener'];
  18988.         }
  18989.         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()));
  18990.     }
  18991.     /**
  18992.      * Gets the private 'Aqarmap\Bundle\CustomerProfilingBundle\Form\AnnualSurveyType' shared autowired service.
  18993.      *
  18994.      * @return \Aqarmap\Bundle\CustomerProfilingBundle\Form\AnnualSurveyType
  18995.      */
  18996.     protected function getAnnualSurveyTypeService()
  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/CustomerProfilingBundle/Form/AnnualSurveyType.php';
  19001.         return $this->privates['Aqarmap\\Bundle\\CustomerProfilingBundle\\Form\\AnnualSurveyType'] = new \Aqarmap\Bundle\CustomerProfilingBundle\Form\AnnualSurveyType();
  19002.     }
  19003.     /**
  19004.      * Gets the private 'Aqarmap\Bundle\CustomerProfilingBundle\Form\DynamicQuestionChoiceType' shared autowired service.
  19005.      *
  19006.      * @return \Aqarmap\Bundle\CustomerProfilingBundle\Form\DynamicQuestionChoiceType
  19007.      */
  19008.     protected function getDynamicQuestionChoiceTypeService()
  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/CustomerProfilingBundle/Form/DynamicQuestionChoiceType.php';
  19013.         return $this->privates['Aqarmap\\Bundle\\CustomerProfilingBundle\\Form\\DynamicQuestionChoiceType'] = new \Aqarmap\Bundle\CustomerProfilingBundle\Form\DynamicQuestionChoiceType();
  19014.     }
  19015.     /**
  19016.      * Gets the private 'Aqarmap\Bundle\CustomerProfilingBundle\Form\DynamicQuestionType' shared autowired service.
  19017.      *
  19018.      * @return \Aqarmap\Bundle\CustomerProfilingBundle\Form\DynamicQuestionType
  19019.      */
  19020.     protected function getDynamicQuestionTypeService()
  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/CustomerProfilingBundle/Form/DynamicQuestionType.php';
  19025.         return $this->privates['Aqarmap\\Bundle\\CustomerProfilingBundle\\Form\\DynamicQuestionType'] = new \Aqarmap\Bundle\CustomerProfilingBundle\Form\DynamicQuestionType();
  19026.     }
  19027.     /**
  19028.      * Gets the private 'Aqarmap\Bundle\CustomerProfilingBundle\Form\QuestionSetType' shared autowired service.
  19029.      *
  19030.      * @return \Aqarmap\Bundle\CustomerProfilingBundle\Form\QuestionSetType
  19031.      */
  19032.     protected function getQuestionSetTypeService()
  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/CustomerProfilingBundle/Form/QuestionSetType.php';
  19037.         return $this->privates['Aqarmap\\Bundle\\CustomerProfilingBundle\\Form\\QuestionSetType'] = new \Aqarmap\Bundle\CustomerProfilingBundle\Form\QuestionSetType();
  19038.     }
  19039.     /**
  19040.      * Gets the private 'Aqarmap\Bundle\CustomerProfilingBundle\Repository\QuestionQueueRepository' shared autowired service.
  19041.      *
  19042.      * @return \Aqarmap\Bundle\CustomerProfilingBundle\Repository\QuestionQueueRepository
  19043.      */
  19044.     protected function getQuestionQueueRepositoryService()
  19045.     {
  19046.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CustomerProfilingBundle/Repository/QuestionQueueRepository.php';
  19047.         return $this->privates['Aqarmap\\Bundle\\CustomerProfilingBundle\\Repository\\QuestionQueueRepository'] = new \Aqarmap\Bundle\CustomerProfilingBundle\Repository\QuestionQueueRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  19048.     }
  19049.     /**
  19050.      * Gets the private 'Aqarmap\Bundle\CustomerProfilingBundle\Repository\QuestionSetRepository' shared autowired service.
  19051.      *
  19052.      * @return \Aqarmap\Bundle\CustomerProfilingBundle\Repository\QuestionSetRepository
  19053.      */
  19054.     protected function getQuestionSetRepositoryService()
  19055.     {
  19056.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CustomerProfilingBundle/Repository/QuestionSetRepository.php';
  19057.         return $this->privates['Aqarmap\\Bundle\\CustomerProfilingBundle\\Repository\\QuestionSetRepository'] = new \Aqarmap\Bundle\CustomerProfilingBundle\Repository\QuestionSetRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  19058.     }
  19059.     /**
  19060.      * Gets the private 'Aqarmap\Bundle\CustomerProfilingBundle\Services\CustomerProfilingService' shared autowired service.
  19061.      *
  19062.      * @return \Aqarmap\Bundle\CustomerProfilingBundle\Services\CustomerProfilingService
  19063.      */
  19064.     protected function getCustomerProfilingServiceService()
  19065.     {
  19066.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CustomerProfilingBundle/Services/CustomerProfilingService.php';
  19067.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  19068.         if (isset($this->privates['Aqarmap\\Bundle\\CustomerProfilingBundle\\Services\\CustomerProfilingService'])) {
  19069.             return $this->privates['Aqarmap\\Bundle\\CustomerProfilingBundle\\Services\\CustomerProfilingService'];
  19070.         }
  19071.         return $this->privates['Aqarmap\\Bundle\\CustomerProfilingBundle\\Services\\CustomerProfilingService'] = new \Aqarmap\Bundle\CustomerProfilingBundle\Services\CustomerProfilingService($a, ($this->services['translator'] ?? $this->getTranslatorService()));
  19072.     }
  19073.     /**
  19074.      * Gets the private 'Aqarmap\Bundle\DiscussionBundle\Command\UpdateCommentsCounterCommand' shared autowired service.
  19075.      *
  19076.      * @return \Aqarmap\Bundle\DiscussionBundle\Command\UpdateCommentsCounterCommand
  19077.      */
  19078.     protected function getUpdateCommentsCounterCommandService()
  19079.     {
  19080.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19081.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/DiscussionBundle/Command/UpdateCommentsCounterCommand.php';
  19082.         $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()));
  19083.         $instance->setName('app:discussion:comments_counter:update');
  19084.         return $instance;
  19085.     }
  19086.     /**
  19087.      * Gets the private 'Aqarmap\Bundle\DiscussionBundle\EventListener\DiscussionSubscriberListener' shared autowired service.
  19088.      *
  19089.      * @return \Aqarmap\Bundle\DiscussionBundle\EventListener\DiscussionSubscriberListener
  19090.      */
  19091.     protected function getDiscussionSubscriberListenerService()
  19092.     {
  19093.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/DiscussionBundle/EventListener/DiscussionSubscriberListener.php';
  19094.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  19095.         if (isset($this->privates['Aqarmap\\Bundle\\DiscussionBundle\\EventListener\\DiscussionSubscriberListener'])) {
  19096.             return $this->privates['Aqarmap\\Bundle\\DiscussionBundle\\EventListener\\DiscussionSubscriberListener'];
  19097.         }
  19098.         return $this->privates['Aqarmap\\Bundle\\DiscussionBundle\\EventListener\\DiscussionSubscriberListener'] = new \Aqarmap\Bundle\DiscussionBundle\EventListener\DiscussionSubscriberListener($a);
  19099.     }
  19100.     /**
  19101.      * Gets the private 'Aqarmap\Bundle\DiscussionBundle\EventListener\NotificationsBagListener' shared autowired service.
  19102.      *
  19103.      * @return \Aqarmap\Bundle\DiscussionBundle\EventListener\NotificationsBagListener
  19104.      */
  19105.     protected function getNotificationsBagListenerService()
  19106.     {
  19107.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/DiscussionBundle/EventListener/NotificationsBagListener.php';
  19108.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  19109.         if (isset($this->privates['Aqarmap\\Bundle\\DiscussionBundle\\EventListener\\NotificationsBagListener'])) {
  19110.             return $this->privates['Aqarmap\\Bundle\\DiscussionBundle\\EventListener\\NotificationsBagListener'];
  19111.         }
  19112.         return $this->privates['Aqarmap\\Bundle\\DiscussionBundle\\EventListener\\NotificationsBagListener'] = new \Aqarmap\Bundle\DiscussionBundle\EventListener\NotificationsBagListener($a);
  19113.     }
  19114.     /**
  19115.      * Gets the private 'Aqarmap\Bundle\DiscussionBundle\Form\CategoryType' shared autowired service.
  19116.      *
  19117.      * @return \Aqarmap\Bundle\DiscussionBundle\Form\CategoryType
  19118.      */
  19119.     protected function getCategoryTypeService()
  19120.     {
  19121.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  19122.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  19123.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/DiscussionBundle/Form/CategoryType.php';
  19124.         return $this->privates['Aqarmap\\Bundle\\DiscussionBundle\\Form\\CategoryType'] = new \Aqarmap\Bundle\DiscussionBundle\Form\CategoryType();
  19125.     }
  19126.     /**
  19127.      * Gets the private 'Aqarmap\Bundle\DiscussionBundle\Form\CommentType' shared autowired service.
  19128.      *
  19129.      * @return \Aqarmap\Bundle\DiscussionBundle\Form\CommentType
  19130.      */
  19131.     protected function getCommentTypeService()
  19132.     {
  19133.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  19134.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  19135.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/DiscussionBundle/Form/CommentType.php';
  19136.         return $this->privates['Aqarmap\\Bundle\\DiscussionBundle\\Form\\CommentType'] = new \Aqarmap\Bundle\DiscussionBundle\Form\CommentType();
  19137.     }
  19138.     /**
  19139.      * Gets the private 'Aqarmap\Bundle\DiscussionBundle\Form\DiscussionSearchType' shared autowired service.
  19140.      *
  19141.      * @return \Aqarmap\Bundle\DiscussionBundle\Form\DiscussionSearchType
  19142.      */
  19143.     protected function getDiscussionSearchTypeService()
  19144.     {
  19145.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  19146.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  19147.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/DiscussionBundle/Form/DiscussionSearchType.php';
  19148.         return $this->privates['Aqarmap\\Bundle\\DiscussionBundle\\Form\\DiscussionSearchType'] = new \Aqarmap\Bundle\DiscussionBundle\Form\DiscussionSearchType();
  19149.     }
  19150.     /**
  19151.      * Gets the private 'Aqarmap\Bundle\DiscussionBundle\Form\DiscussionType' shared autowired service.
  19152.      *
  19153.      * @return \Aqarmap\Bundle\DiscussionBundle\Form\DiscussionType
  19154.      */
  19155.     protected function getDiscussionTypeService()
  19156.     {
  19157.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  19158.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  19159.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/DiscussionBundle/Form/DiscussionType.php';
  19160.         return $this->privates['Aqarmap\\Bundle\\DiscussionBundle\\Form\\DiscussionType'] = new \Aqarmap\Bundle\DiscussionBundle\Form\DiscussionType(($this->services['translator'] ?? $this->getTranslatorService()));
  19161.     }
  19162.     /**
  19163.      * Gets the private 'Aqarmap\Bundle\DiscussionBundle\Repository\CategoryRepository' shared autowired service.
  19164.      *
  19165.      * @return \Aqarmap\Bundle\DiscussionBundle\Repository\CategoryRepository
  19166.      */
  19167.     protected function getCategoryRepositoryService()
  19168.     {
  19169.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/DiscussionBundle/Repository/CategoryRepository.php';
  19170.         return $this->privates['Aqarmap\\Bundle\\DiscussionBundle\\Repository\\CategoryRepository'] = new \Aqarmap\Bundle\DiscussionBundle\Repository\CategoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  19171.     }
  19172.     /**
  19173.      * Gets the private 'Aqarmap\Bundle\DiscussionBundle\Repository\CommentRepository' shared autowired service.
  19174.      *
  19175.      * @return \Aqarmap\Bundle\DiscussionBundle\Repository\CommentRepository
  19176.      */
  19177.     protected function getCommentRepositoryService()
  19178.     {
  19179.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/DiscussionBundle/Repository/CommentRepository.php';
  19180.         return $this->privates['Aqarmap\\Bundle\\DiscussionBundle\\Repository\\CommentRepository'] = new \Aqarmap\Bundle\DiscussionBundle\Repository\CommentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  19181.     }
  19182.     /**
  19183.      * Gets the private 'Aqarmap\Bundle\DiscussionBundle\Repository\DiscussionRepository' shared autowired service.
  19184.      *
  19185.      * @return \Aqarmap\Bundle\DiscussionBundle\Repository\DiscussionRepository
  19186.      */
  19187.     protected function getDiscussionRepositoryService()
  19188.     {
  19189.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/DiscussionBundle/Repository/DiscussionRepository.php';
  19190.         return $this->privates['Aqarmap\\Bundle\\DiscussionBundle\\Repository\\DiscussionRepository'] = new \Aqarmap\Bundle\DiscussionBundle\Repository\DiscussionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  19191.     }
  19192.     /**
  19193.      * Gets the private 'Aqarmap\Bundle\DiscussionBundle\Service\CommentManager' shared autowired service.
  19194.      *
  19195.      * @return \Aqarmap\Bundle\DiscussionBundle\Service\CommentManager
  19196.      */
  19197.     protected function getCommentManagerService()
  19198.     {
  19199.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/DiscussionBundle/Service/CommentManager.php';
  19200.         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()));
  19201.     }
  19202.     /**
  19203.      * Gets the private 'Aqarmap\Bundle\DiscussionBundle\Service\DiscussionManager' shared autowired service.
  19204.      *
  19205.      * @return \Aqarmap\Bundle\DiscussionBundle\Service\DiscussionManager
  19206.      */
  19207.     protected function getDiscussionManagerService()
  19208.     {
  19209.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/DiscussionBundle/Service/DiscussionManager.php';
  19210.         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()));
  19211.     }
  19212.     /**
  19213.      * Gets the private 'Aqarmap\Bundle\DiscussionBundle\Service\DiscussionService' shared autowired service.
  19214.      *
  19215.      * @return \Aqarmap\Bundle\DiscussionBundle\Service\DiscussionService
  19216.      */
  19217.     protected function getDiscussionServiceService()
  19218.     {
  19219.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/DiscussionBundle/Contract/Service/DiscussionServiceInterface.php';
  19220.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/DiscussionBundle/Service/DiscussionService.php';
  19221.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Contract/Serializer/Denormalizer/DenormalizerInterface.php';
  19222.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Serializer/Denormalizer/Denormalizer.php';
  19223.         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())));
  19224.     }
  19225.     /**
  19226.      * Gets the private 'Aqarmap\Bundle\DiscussionBundle\Service\WordpressManager' shared autowired service.
  19227.      *
  19228.      * @return \Aqarmap\Bundle\DiscussionBundle\Service\WordpressManager
  19229.      */
  19230.     protected function getWordpressManagerService()
  19231.     {
  19232.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/DiscussionBundle/Service/WordpressManager.php';
  19233.         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()));
  19234.     }
  19235.     /**
  19236.      * Gets the private 'Aqarmap\Bundle\ExchangeBundle\EventListener\VerifyExchangeUnlocksSerializerListener' shared autowired service.
  19237.      *
  19238.      * @return \Aqarmap\Bundle\ExchangeBundle\EventListener\VerifyExchangeUnlocksSerializerListener
  19239.      */
  19240.     protected function getVerifyExchangeUnlocksSerializerListenerService()
  19241.     {
  19242.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventSubscriberInterface.php';
  19243.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ExchangeBundle/EventListener/VerifyExchangeUnlocksSerializerListener.php';
  19244.         $a = ($this->privates['Aqarmap\\Bundle\\ExchangeBundle\\Service\\ExchangeManager'] ?? $this->getExchangeManagerService());
  19245.         if (isset($this->privates['Aqarmap\\Bundle\\ExchangeBundle\\EventListener\\VerifyExchangeUnlocksSerializerListener'])) {
  19246.             return $this->privates['Aqarmap\\Bundle\\ExchangeBundle\\EventListener\\VerifyExchangeUnlocksSerializerListener'];
  19247.         }
  19248.         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);
  19249.     }
  19250.     /**
  19251.      * Gets the private 'Aqarmap\Bundle\ExchangeBundle\Form\ExchangeRequestType' shared autowired service.
  19252.      *
  19253.      * @return \Aqarmap\Bundle\ExchangeBundle\Form\ExchangeRequestType
  19254.      */
  19255.     protected function getExchangeRequestTypeService()
  19256.     {
  19257.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  19258.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  19259.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ExchangeBundle/Form/ExchangeRequestType.php';
  19260.         return $this->privates['Aqarmap\\Bundle\\ExchangeBundle\\Form\\ExchangeRequestType'] = new \Aqarmap\Bundle\ExchangeBundle\Form\ExchangeRequestType();
  19261.     }
  19262.     /**
  19263.      * Gets the private 'Aqarmap\Bundle\ExchangeBundle\Repository\ExchangeRequestRepository' shared autowired service.
  19264.      *
  19265.      * @return \Aqarmap\Bundle\ExchangeBundle\Repository\ExchangeRequestRepository
  19266.      */
  19267.     protected function getExchangeRequestRepositoryService()
  19268.     {
  19269.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ExchangeBundle/Repository/ExchangeRequestRepository.php';
  19270.         return $this->privates['Aqarmap\\Bundle\\ExchangeBundle\\Repository\\ExchangeRequestRepository'] = new \Aqarmap\Bundle\ExchangeBundle\Repository\ExchangeRequestRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  19271.     }
  19272.     /**
  19273.      * Gets the private 'Aqarmap\Bundle\ExchangeBundle\Repository\ExchangeRequestUnlockRepository' shared autowired service.
  19274.      *
  19275.      * @return \Aqarmap\Bundle\ExchangeBundle\Repository\ExchangeRequestUnlockRepository
  19276.      */
  19277.     protected function getExchangeRequestUnlockRepositoryService()
  19278.     {
  19279.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ExchangeBundle/Repository/ExchangeRequestUnlockRepository.php';
  19280.         return $this->privates['Aqarmap\\Bundle\\ExchangeBundle\\Repository\\ExchangeRequestUnlockRepository'] = new \Aqarmap\Bundle\ExchangeBundle\Repository\ExchangeRequestUnlockRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  19281.     }
  19282.     /**
  19283.      * Gets the private 'Aqarmap\Bundle\ExchangeBundle\Service\ExchangeManager' shared autowired service.
  19284.      *
  19285.      * @return \Aqarmap\Bundle\ExchangeBundle\Service\ExchangeManager
  19286.      */
  19287.     protected function getExchangeManagerService()
  19288.     {
  19289.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ExchangeBundle/Service/ExchangeManager.php';
  19290.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  19291.         if (isset($this->privates['Aqarmap\\Bundle\\ExchangeBundle\\Service\\ExchangeManager'])) {
  19292.             return $this->privates['Aqarmap\\Bundle\\ExchangeBundle\\Service\\ExchangeManager'];
  19293.         }
  19294.         $b = ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\Setting'] ?? $this->getSettingService());
  19295.         if (isset($this->privates['Aqarmap\\Bundle\\ExchangeBundle\\Service\\ExchangeManager'])) {
  19296.             return $this->privates['Aqarmap\\Bundle\\ExchangeBundle\\Service\\ExchangeManager'];
  19297.         }
  19298.         return $this->privates['Aqarmap\\Bundle\\ExchangeBundle\\Service\\ExchangeManager'] = new \Aqarmap\Bundle\ExchangeBundle\Service\ExchangeManager($a$b);
  19299.     }
  19300.     /**
  19301.      * Gets the private 'Aqarmap\Bundle\FeatureToggleBundle\Form\Admin\AddFeatureToggleFormType' shared autowired service.
  19302.      *
  19303.      * @return \Aqarmap\Bundle\FeatureToggleBundle\Form\Admin\AddFeatureToggleFormType
  19304.      */
  19305.     protected function getAddFeatureToggleFormTypeService()
  19306.     {
  19307.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  19308.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  19309.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/FeatureToggleBundle/Form/Admin/AddFeatureToggleFormType.php';
  19310.         return $this->privates['Aqarmap\\Bundle\\FeatureToggleBundle\\Form\\Admin\\AddFeatureToggleFormType'] = new \Aqarmap\Bundle\FeatureToggleBundle\Form\Admin\AddFeatureToggleFormType();
  19311.     }
  19312.     /**
  19313.      * Gets the private 'Aqarmap\Bundle\FeatureToggleBundle\Form\Admin\EditFeatureToggleFormType' shared autowired service.
  19314.      *
  19315.      * @return \Aqarmap\Bundle\FeatureToggleBundle\Form\Admin\EditFeatureToggleFormType
  19316.      */
  19317.     protected function getEditFeatureToggleFormTypeService()
  19318.     {
  19319.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  19320.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  19321.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/FeatureToggleBundle/Form/Admin/EditFeatureToggleFormType.php';
  19322.         return $this->privates['Aqarmap\\Bundle\\FeatureToggleBundle\\Form\\Admin\\EditFeatureToggleFormType'] = new \Aqarmap\Bundle\FeatureToggleBundle\Form\Admin\EditFeatureToggleFormType();
  19323.     }
  19324.     /**
  19325.      * Gets the private 'Aqarmap\Bundle\FeatureToggleBundle\Repository\FeatureToggleRepository' shared autowired service.
  19326.      *
  19327.      * @return \Aqarmap\Bundle\FeatureToggleBundle\Repository\FeatureToggleRepository
  19328.      */
  19329.     protected function getFeatureToggleRepositoryService()
  19330.     {
  19331.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/FeatureToggleBundle/Repository/FeatureToggleRepository.php';
  19332.         return $this->privates['Aqarmap\\Bundle\\FeatureToggleBundle\\Repository\\FeatureToggleRepository'] = new \Aqarmap\Bundle\FeatureToggleBundle\Repository\FeatureToggleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  19333.     }
  19334.     /**
  19335.      * Gets the private 'Aqarmap\Bundle\FeatureToggleBundle\Repository\FeatureToggleRuleRepository' shared autowired service.
  19336.      *
  19337.      * @return \Aqarmap\Bundle\FeatureToggleBundle\Repository\FeatureToggleRuleRepository
  19338.      */
  19339.     protected function getFeatureToggleRuleRepositoryService()
  19340.     {
  19341.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/FeatureToggleBundle/Repository/FeatureToggleRuleRepository.php';
  19342.         return $this->privates['Aqarmap\\Bundle\\FeatureToggleBundle\\Repository\\FeatureToggleRuleRepository'] = new \Aqarmap\Bundle\FeatureToggleBundle\Repository\FeatureToggleRuleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  19343.     }
  19344.     /**
  19345.      * Gets the private 'Aqarmap\Bundle\FinancialAidsBundle\Form\Admin\FinancialAidForm' shared autowired service.
  19346.      *
  19347.      * @return \Aqarmap\Bundle\FinancialAidsBundle\Form\Admin\FinancialAidForm
  19348.      */
  19349.     protected function getFinancialAidFormService()
  19350.     {
  19351.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  19352.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  19353.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/FinancialAidsBundle/Form/Admin/FinancialAidForm.php';
  19354.         return $this->privates['Aqarmap\\Bundle\\FinancialAidsBundle\\Form\\Admin\\FinancialAidForm'] = new \Aqarmap\Bundle\FinancialAidsBundle\Form\Admin\FinancialAidForm();
  19355.     }
  19356.     /**
  19357.      * Gets the private 'Aqarmap\Bundle\FinancialAidsBundle\Repository\FinancialAidRepository' shared autowired service.
  19358.      *
  19359.      * @return \Aqarmap\Bundle\FinancialAidsBundle\Repository\FinancialAidRepository
  19360.      */
  19361.     protected function getFinancialAidRepositoryService()
  19362.     {
  19363.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/FinancialAidsBundle/Repository/FinancialAidRepository.php';
  19364.         return $this->privates['Aqarmap\\Bundle\\FinancialAidsBundle\\Repository\\FinancialAidRepository'] = new \Aqarmap\Bundle\FinancialAidsBundle\Repository\FinancialAidRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  19365.     }
  19366.     /**
  19367.      * Gets the private 'Aqarmap\Bundle\FinancialAidsBundle\Service\FinancialAidService' shared autowired service.
  19368.      *
  19369.      * @return \Aqarmap\Bundle\FinancialAidsBundle\Service\FinancialAidService
  19370.      */
  19371.     protected function getFinancialAidServiceService()
  19372.     {
  19373.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  19374.         if (isset($this->privates['Aqarmap\\Bundle\\FinancialAidsBundle\\Service\\FinancialAidService'])) {
  19375.             return $this->privates['Aqarmap\\Bundle\\FinancialAidsBundle\\Service\\FinancialAidService'];
  19376.         }
  19377.         $b = ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService());
  19378.         if (isset($this->privates['Aqarmap\\Bundle\\FinancialAidsBundle\\Service\\FinancialAidService'])) {
  19379.             return $this->privates['Aqarmap\\Bundle\\FinancialAidsBundle\\Service\\FinancialAidService'];
  19380.         }
  19381.         $c = ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\Setting'] ?? $this->getSettingService());
  19382.         if (isset($this->privates['Aqarmap\\Bundle\\FinancialAidsBundle\\Service\\FinancialAidService'])) {
  19383.             return $this->privates['Aqarmap\\Bundle\\FinancialAidsBundle\\Service\\FinancialAidService'];
  19384.         }
  19385.         return $this->privates['Aqarmap\\Bundle\\FinancialAidsBundle\\Service\\FinancialAidService'] = new \Aqarmap\Bundle\FinancialAidsBundle\Service\FinancialAidService($a$b, ($this->services['router'] ?? $this->getRouterService()), $c);
  19386.     }
  19387.     /**
  19388.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Builder\MetaTagsBuilder' shared autowired service.
  19389.      *
  19390.      * @return \Aqarmap\Bundle\ListingBundle\Builder\MetaTagsBuilder
  19391.      */
  19392.     protected function getMetaTagsBuilderService()
  19393.     {
  19394.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  19395.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Builder\\MetaTagsBuilder'])) {
  19396.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Builder\\MetaTagsBuilder'];
  19397.         }
  19398.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Builder\\MetaTagsBuilder'] = new \Aqarmap\Bundle\ListingBundle\Builder\MetaTagsBuilder($a, ($this->services['translator'] ?? $this->getTranslatorService()));
  19399.     }
  19400.     /**
  19401.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Command\AutoBumpUpCreationCommand' shared autowired service.
  19402.      *
  19403.      * @return \Aqarmap\Bundle\ListingBundle\Command\AutoBumpUpCreationCommand
  19404.      */
  19405.     protected function getAutoBumpUpCreationCommandService()
  19406.     {
  19407.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19408.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Command/AutoBumpUpCreationCommand.php';
  19409.         $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()));
  19410.         $instance->setName('app:units:create-auto-bump-up');
  19411.         return $instance;
  19412.     }
  19413.     /**
  19414.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Command\AutoBumpUpListingsCommand' shared autowired service.
  19415.      *
  19416.      * @return \Aqarmap\Bundle\ListingBundle\Command\AutoBumpUpListingsCommand
  19417.      */
  19418.     protected function getAutoBumpUpListingsCommandService()
  19419.     {
  19420.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19421.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Command/AutoBumpUpListingsCommand.php';
  19422.         $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()));
  19423.         $instance->setName('app:listings:bump-up');
  19424.         return $instance;
  19425.     }
  19426.     /**
  19427.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Command\AutoScrapedPublisherCommand' shared autowired service.
  19428.      *
  19429.      * @return \Aqarmap\Bundle\ListingBundle\Command\AutoScrapedPublisherCommand
  19430.      */
  19431.     protected function getAutoScrapedPublisherCommandService()
  19432.     {
  19433.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19434.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Command/AutoScrapedPublisherCommand.php';
  19435.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/AutoScrapping/Publisher/ScrapedListingPublisher.php';
  19436.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/AutoScrapping/Publisher/ListingPublisher.php';
  19437.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/AutoScrapping/Publisher/ScrapedUserPublisher.php';
  19438.         $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())));
  19439.         $instance->setName('app:scraped:listings:publisher');
  19440.         return $instance;
  19441.     }
  19442.     /**
  19443.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Command\AutoScrapedRefinerCommand' shared autowired service.
  19444.      *
  19445.      * @return \Aqarmap\Bundle\ListingBundle\Command\AutoScrapedRefinerCommand
  19446.      */
  19447.     protected function getAutoScrapedRefinerCommandService()
  19448.     {
  19449.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19450.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Command/AutoScrapedRefinerCommand.php';
  19451.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/AutoScrapping/Refiner/ScrapedListingRefiner.php';
  19452.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/Validators/ScrapedListing/ListingValidator.php';
  19453.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/AutoScrapping/Refiner/ScrapedListingMapper.php';
  19454.         $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 () {
  19455.             yield => ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\AutoScrapping\\Refiner\\Mapper\\ImagesMapper'] ?? $this->getImagesMapperService());
  19456.             yield => ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\AutoScrapping\\Refiner\\Mapper\\LocationMapper'] ?? $this->getLocationMapperService());
  19457.             yield => ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\AutoScrapping\\Refiner\\Mapper\\PropertyTypeMapper'] ?? $this->getPropertyTypeMapperService());
  19458.             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()));
  19459.             yield => ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\AutoScrapping\\Refiner\\Mapper\\SectionMapper'] ?? $this->getSectionMapperService());
  19460.             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()));
  19461.         }, 6)), ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\AutoScrapping\\ProcessManager'] ?? $this->getProcessManagerService())));
  19462.         $instance->setName('app:scraped:listings:refiner');
  19463.         return $instance;
  19464.     }
  19465.     /**
  19466.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Command\BatchInsertListingFeaturesForOldFlf2ListingsCommand' shared autowired service.
  19467.      *
  19468.      * @return \Aqarmap\Bundle\ListingBundle\Command\BatchInsertListingFeaturesForOldFlf2ListingsCommand
  19469.      */
  19470.     protected function getBatchInsertListingFeaturesForOldFlf2ListingsCommandService()
  19471.     {
  19472.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19473.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Command/BatchInsertListingFeaturesForOldFlf2ListingsCommand.php';
  19474.         $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()));
  19475.         $instance->setName('app:batch:flf2_listing_features');
  19476.         return $instance;
  19477.     }
  19478.     /**
  19479.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Command\BatchUpdateListingMainPhotosCommand' shared autowired service.
  19480.      *
  19481.      * @return \Aqarmap\Bundle\ListingBundle\Command\BatchUpdateListingMainPhotosCommand
  19482.      */
  19483.     protected function getBatchUpdateListingMainPhotosCommandService()
  19484.     {
  19485.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19486.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Command/BatchUpdateListingMainPhotosCommand.php';
  19487.         $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()));
  19488.         $instance->setName('app:batch:listings:update_main_photo');
  19489.         return $instance;
  19490.     }
  19491.     /**
  19492.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Command\CTRCommand' shared autowired service.
  19493.      *
  19494.      * @return \Aqarmap\Bundle\ListingBundle\Command\CTRCommand
  19495.      */
  19496.     protected function getCTRCommandService()
  19497.     {
  19498.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19499.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Command/CTRCommand.php';
  19500.         $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()));
  19501.         $instance->setName('app:listings:update-ctr');
  19502.         return $instance;
  19503.     }
  19504.     /**
  19505.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Command\CallRequestCommand' shared autowired service.
  19506.      *
  19507.      * @return \Aqarmap\Bundle\ListingBundle\Command\CallRequestCommand
  19508.      */
  19509.     protected function getCallRequestCommandService()
  19510.     {
  19511.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19512.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Command/CallRequestCommand.php';
  19513.         $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()));
  19514.         $instance->setName('app:call_request:deliver');
  19515.         return $instance;
  19516.     }
  19517.     /**
  19518.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Command\CleanUpPhonesAndContryCodeCommand' shared autowired service.
  19519.      *
  19520.      * @return \Aqarmap\Bundle\ListingBundle\Command\CleanUpPhonesAndContryCodeCommand
  19521.      */
  19522.     protected function getCleanUpPhonesAndContryCodeCommandService()
  19523.     {
  19524.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19525.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Command/CleanUpPhonesAndContryCodeCommand.php';
  19526.         $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()));
  19527.         $instance->setName('app:phones:clean-up');
  19528.         return $instance;
  19529.     }
  19530.     /**
  19531.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Command\CompoundAveragePriceCommand' shared autowired service.
  19532.      *
  19533.      * @return \Aqarmap\Bundle\ListingBundle\Command\CompoundAveragePriceCommand
  19534.      */
  19535.     protected function getCompoundAveragePriceCommandService()
  19536.     {
  19537.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19538.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Command/CompoundAveragePriceCommand.php';
  19539.         $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()));
  19540.         $instance->setName('app:listing:average-price');
  19541.         return $instance;
  19542.     }
  19543.     /**
  19544.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Command\DeleteRejectedListingCommand' shared autowired service.
  19545.      *
  19546.      * @return \Aqarmap\Bundle\ListingBundle\Command\DeleteRejectedListingCommand
  19547.      */
  19548.     protected function getDeleteRejectedListingCommandService()
  19549.     {
  19550.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19551.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Command/DeleteRejectedListingCommand.php';
  19552.         $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()));
  19553.         $instance->setName('app:listing:delete_rejected');
  19554.         return $instance;
  19555.     }
  19556.     /**
  19557.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Command\FreezeListingsCommand' shared autowired service.
  19558.      *
  19559.      * @return \Aqarmap\Bundle\ListingBundle\Command\FreezeListingsCommand
  19560.      */
  19561.     protected function getFreezeListingsCommandService()
  19562.     {
  19563.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19564.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Command/FreezeListingsCommand.php';
  19565.         $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()));
  19566.         $instance->setName('app:freeze:listings');
  19567.         return $instance;
  19568.     }
  19569.     /**
  19570.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Command\GenerateTopCustomersCommand' shared autowired service.
  19571.      *
  19572.      * @return \Aqarmap\Bundle\ListingBundle\Command\GenerateTopCustomersCommand
  19573.      */
  19574.     protected function getGenerateTopCustomersCommandService()
  19575.     {
  19576.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19577.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Command/GenerateTopCustomersCommand.php';
  19578.         $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()));
  19579.         $instance->setName('app:top_customers:generate');
  19580.         return $instance;
  19581.     }
  19582.     /**
  19583.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Command\IncrementListingImpressionsCommand' shared autowired service.
  19584.      *
  19585.      * @return \Aqarmap\Bundle\ListingBundle\Command\IncrementListingImpressionsCommand
  19586.      */
  19587.     protected function getIncrementListingImpressionsCommandService()
  19588.     {
  19589.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19590.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Command/IncrementListingImpressionsCommand.php';
  19591.         $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()));
  19592.         $instance->setName('app:listing:increment_listing_impressions');
  19593.         return $instance;
  19594.     }
  19595.     /**
  19596.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Command\LeadsCRMCommand' shared autowired service.
  19597.      *
  19598.      * @return \Aqarmap\Bundle\ListingBundle\Command\LeadsCRMCommand
  19599.      */
  19600.     protected function getLeadsCRMCommandService()
  19601.     {
  19602.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19603.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Command/LeadsCRMCommand.php';
  19604.         $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()));
  19605.         $instance->setName('crm:leads:sync');
  19606.         return $instance;
  19607.     }
  19608.     /**
  19609.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Command\LinkedLocationHistoryCountCommand' shared autowired service.
  19610.      *
  19611.      * @return \Aqarmap\Bundle\ListingBundle\Command\LinkedLocationHistoryCountCommand
  19612.      */
  19613.     protected function getLinkedLocationHistoryCountCommandService()
  19614.     {
  19615.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19616.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Command/LinkedLocationHistoryCountCommand.php';
  19617.         $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()));
  19618.         $instance->setName('app:locations:history:linked_locations_count:update');
  19619.         return $instance;
  19620.     }
  19621.     /**
  19622.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Command\ListingExpirationCommand' shared autowired service.
  19623.      *
  19624.      * @return \Aqarmap\Bundle\ListingBundle\Command\ListingExpirationCommand
  19625.      */
  19626.     protected function getListingExpirationCommandService()
  19627.     {
  19628.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19629.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Command/ListingExpirationCommand.php';
  19630.         $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()));
  19631.         $instance->setName('app:listing:expiration');
  19632.         return $instance;
  19633.     }
  19634.     /**
  19635.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Command\ListingFeaturedExpirationCommand' shared autowired service.
  19636.      *
  19637.      * @return \Aqarmap\Bundle\ListingBundle\Command\ListingFeaturedExpirationCommand
  19638.      */
  19639.     protected function getListingFeaturedExpirationCommandService()
  19640.     {
  19641.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19642.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Command/ListingFeaturedExpirationCommand.php';
  19643.         $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()));
  19644.         $instance->setName('app:listing:featured_expiration');
  19645.         return $instance;
  19646.     }
  19647.     /**
  19648.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Command\ListingNotificationCommand' shared autowired service.
  19649.      *
  19650.      * @return \Aqarmap\Bundle\ListingBundle\Command\ListingNotificationCommand
  19651.      */
  19652.     protected function getListingNotificationCommandService()
  19653.     {
  19654.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19655.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Command/ListingNotificationCommand.php';
  19656.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/ListingNotificationManager.php';
  19657.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  19658.         $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()));
  19659.         $instance->setName('app:listing_notification:deliver');
  19660.         return $instance;
  19661.     }
  19662.     /**
  19663.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Command\ListingPendingPaymentCommand' shared autowired service.
  19664.      *
  19665.      * @return \Aqarmap\Bundle\ListingBundle\Command\ListingPendingPaymentCommand
  19666.      */
  19667.     protected function getListingPendingPaymentCommandService()
  19668.     {
  19669.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19670.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Command/ListingPendingPaymentCommand.php';
  19671.         $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()));
  19672.         $instance->setName('app:listing:pending:payment');
  19673.         return $instance;
  19674.     }
  19675.     /**
  19676.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Command\ListingPendingPhotoCommand' shared autowired service.
  19677.      *
  19678.      * @return \Aqarmap\Bundle\ListingBundle\Command\ListingPendingPhotoCommand
  19679.      */
  19680.     protected function getListingPendingPhotoCommandService()
  19681.     {
  19682.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19683.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Command/ListingPendingPhotoCommand.php';
  19684.         $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()));
  19685.         $instance->setName('app:listing:pending:photos');
  19686.         return $instance;
  19687.     }
  19688.     /**
  19689.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Command\ListingRelistExpiredCommand' shared autowired service.
  19690.      *
  19691.      * @return \Aqarmap\Bundle\ListingBundle\Command\ListingRelistExpiredCommand
  19692.      */
  19693.     protected function getListingRelistExpiredCommandService()
  19694.     {
  19695.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19696.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Command/ListingRelistExpiredCommand.php';
  19697.         $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()));
  19698.         $instance->setName('app:listing:relist');
  19699.         return $instance;
  19700.     }
  19701.     /**
  19702.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Command\ListingsPhotosOrderPatchCommand' shared autowired service.
  19703.      *
  19704.      * @return \Aqarmap\Bundle\ListingBundle\Command\ListingsPhotosOrderPatchCommand
  19705.      */
  19706.     protected function getListingsPhotosOrderPatchCommandService()
  19707.     {
  19708.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19709.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Command/ListingsPhotosOrderPatchCommand.php';
  19710.         $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()));
  19711.         $instance->setName('app:patch:listing:photo:order');
  19712.         return $instance;
  19713.     }
  19714.     /**
  19715.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Command\LocationNearestByCalculateCommand' shared autowired service.
  19716.      *
  19717.      * @return \Aqarmap\Bundle\ListingBundle\Command\LocationNearestByCalculateCommand
  19718.      */
  19719.     protected function getLocationNearestByCalculateCommandService()
  19720.     {
  19721.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19722.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Command/LocationNearestByCalculateCommand.php';
  19723.         $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()));
  19724.         $instance->setName('app:location:nearest_by');
  19725.         return $instance;
  19726.     }
  19727.     /**
  19728.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Command\LocationSupplyDemandGetCommand' shared autowired service.
  19729.      *
  19730.      * @return \Aqarmap\Bundle\ListingBundle\Command\LocationSupplyDemandGetCommand
  19731.      */
  19732.     protected function getLocationSupplyDemandGetCommandService()
  19733.     {
  19734.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19735.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Command/LocationSupplyDemandGetCommand.php';
  19736.         $this->privates['Aqarmap\\Bundle\\ListingBundle\\Command\\LocationSupplyDemandGetCommand'] = $instance = new \Aqarmap\Bundle\ListingBundle\Command\LocationSupplyDemandGetCommand(($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\SupplyDemandManager'] ?? $this->getSupplyDemandManagerService()));
  19737.         $instance->setName('app:supply_demand:get');
  19738.         return $instance;
  19739.     }
  19740.     /**
  19741.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Command\MoveListingPhoneCommand' shared autowired service.
  19742.      *
  19743.      * @return \Aqarmap\Bundle\ListingBundle\Command\MoveListingPhoneCommand
  19744.      */
  19745.     protected function getMoveListingPhoneCommandService()
  19746.     {
  19747.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19748.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Command/MoveListingPhoneCommand.php';
  19749.         $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()));
  19750.         $instance->setName('app:listings:phones:patch');
  19751.         return $instance;
  19752.     }
  19753.     /**
  19754.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Command\MoveUserPhoneNumbersCommand' shared autowired service.
  19755.      *
  19756.      * @return \Aqarmap\Bundle\ListingBundle\Command\MoveUserPhoneNumbersCommand
  19757.      */
  19758.     protected function getMoveUserPhoneNumbersCommandService()
  19759.     {
  19760.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19761.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Command/MoveUserPhoneNumbersCommand.php';
  19762.         $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()));
  19763.         $instance->setName('app:users:phones:patch');
  19764.         return $instance;
  19765.     }
  19766.     /**
  19767.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Command\PatchFixListingsSlugCommand' shared autowired service.
  19768.      *
  19769.      * @return \Aqarmap\Bundle\ListingBundle\Command\PatchFixListingsSlugCommand
  19770.      */
  19771.     protected function getPatchFixListingsSlugCommandService()
  19772.     {
  19773.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19774.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Command/PatchFixListingsSlugCommand.php';
  19775.         $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()));
  19776.         $instance->setName('app:patch:fix_listings_slug');
  19777.         return $instance;
  19778.     }
  19779.     /**
  19780.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Command\PatchPublishListingsDataToSNSCommand' shared autowired service.
  19781.      *
  19782.      * @return \Aqarmap\Bundle\ListingBundle\Command\PatchPublishListingsDataToSNSCommand
  19783.      */
  19784.     protected function getPatchPublishListingsDataToSNSCommandService()
  19785.     {
  19786.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19787.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Command/PatchPublishListingsDataToSNSCommand.php';
  19788.         $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()));
  19789.         $instance->setName('app:patch:publish_listing_sns');
  19790.         return $instance;
  19791.     }
  19792.     /**
  19793.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Command\PatchRepublishLeadsToQueueCommand' shared autowired service.
  19794.      *
  19795.      * @return \Aqarmap\Bundle\ListingBundle\Command\PatchRepublishLeadsToQueueCommand
  19796.      */
  19797.     protected function getPatchRepublishLeadsToQueueCommandService()
  19798.     {
  19799.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19800.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Command/PatchRepublishLeadsToQueueCommand.php';
  19801.         $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()));
  19802.         $instance->setName('app:leads:send-emails-queue-republish');
  19803.         return $instance;
  19804.     }
  19805.     /**
  19806.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Command\PatchUpdateCompoundLocationCommand' shared autowired service.
  19807.      *
  19808.      * @return \Aqarmap\Bundle\ListingBundle\Command\PatchUpdateCompoundLocationCommand
  19809.      */
  19810.     protected function getPatchUpdateCompoundLocationCommandService()
  19811.     {
  19812.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19813.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Command/PatchUpdateCompoundLocationCommand.php';
  19814.         $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()));
  19815.         $instance->setName('app:location:update-compound-location');
  19816.         return $instance;
  19817.     }
  19818.     /**
  19819.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Command\PatchUpdateListingCoordinatesCommand' shared autowired service.
  19820.      *
  19821.      * @return \Aqarmap\Bundle\ListingBundle\Command\PatchUpdateListingCoordinatesCommand
  19822.      */
  19823.     protected function getPatchUpdateListingCoordinatesCommandService()
  19824.     {
  19825.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19826.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Command/PatchUpdateListingCoordinatesCommand.php';
  19827.         $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()));
  19828.         $instance->setName('app:listing:update-coordinates');
  19829.         return $instance;
  19830.     }
  19831.     /**
  19832.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Command\PatchUpdateListingLeadsCountCommand' shared autowired service.
  19833.      *
  19834.      * @return \Aqarmap\Bundle\ListingBundle\Command\PatchUpdateListingLeadsCountCommand
  19835.      */
  19836.     protected function getPatchUpdateListingLeadsCountCommandService()
  19837.     {
  19838.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19839.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Command/PatchUpdateListingLeadsCountCommand.php';
  19840.         $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()));
  19841.         $instance->setName('app:listing:leads-count');
  19842.         return $instance;
  19843.     }
  19844.     /**
  19845.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Command\ProjectReportCommand' shared autowired service.
  19846.      *
  19847.      * @return \Aqarmap\Bundle\ListingBundle\Command\ProjectReportCommand
  19848.      */
  19849.     protected function getProjectReportCommandService()
  19850.     {
  19851.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19852.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Command/ProjectReportCommand.php';
  19853.         $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()));
  19854.         $instance->setName('app:project_report:deliver');
  19855.         return $instance;
  19856.     }
  19857.     /**
  19858.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Command\ResetFailedCallRequestCommand' shared autowired service.
  19859.      *
  19860.      * @return \Aqarmap\Bundle\ListingBundle\Command\ResetFailedCallRequestCommand
  19861.      */
  19862.     protected function getResetFailedCallRequestCommandService()
  19863.     {
  19864.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19865.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Command/ResetFailedCallRequestCommand.php';
  19866.         $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()));
  19867.         $instance->setName('app:call_request:reset-failed');
  19868.         return $instance;
  19869.     }
  19870.     /**
  19871.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Command\ResetListingsRatesCommand' shared autowired service.
  19872.      *
  19873.      * @return \Aqarmap\Bundle\ListingBundle\Command\ResetListingsRatesCommand
  19874.      */
  19875.     protected function getResetListingsRatesCommandService()
  19876.     {
  19877.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19878.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Command/ResetListingsRatesCommand.php';
  19879.         $this->privates['Aqarmap\\Bundle\\ListingBundle\\Command\\ResetListingsRatesCommand'] = $instance = new \Aqarmap\Bundle\ListingBundle\Command\ResetListingsRatesCommand(($this->services['Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingRepository'] ?? $this->getListingRepositoryService()));
  19880.         $instance->setName('app:reset-listing-rates');
  19881.         return $instance;
  19882.     }
  19883.     /**
  19884.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Command\ScoringCommand' shared autowired service.
  19885.      *
  19886.      * @return \Aqarmap\Bundle\ListingBundle\Command\ScoringCommand
  19887.      */
  19888.     protected function getScoringCommandService()
  19889.     {
  19890.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19891.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Command/ScoringCommand.php';
  19892.         $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()));
  19893.         $instance->setName('app:listing:scoring');
  19894.         return $instance;
  19895.     }
  19896.     /**
  19897.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Command\ScrapedBrokersDataCommand' shared autowired service.
  19898.      *
  19899.      * @return \Aqarmap\Bundle\ListingBundle\Command\ScrapedBrokersDataCommand
  19900.      */
  19901.     protected function getScrapedBrokersDataCommandService()
  19902.     {
  19903.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19904.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Command/ScrapedBrokersDataCommand.php';
  19905.         $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()));
  19906.         $instance->setName('app:get-brokers-data');
  19907.         return $instance;
  19908.     }
  19909.     /**
  19910.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Command\ScrapedListingProcessingCommand' shared autowired service.
  19911.      *
  19912.      * @return \Aqarmap\Bundle\ListingBundle\Command\ScrapedListingProcessingCommand
  19913.      */
  19914.     protected function getScrapedListingProcessingCommandService()
  19915.     {
  19916.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19917.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Command/ScrapedListingProcessingCommand.php';
  19918.         $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))));
  19919.         $instance->setName('app:scraped:listings');
  19920.         return $instance;
  19921.     }
  19922.     /**
  19923.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Command\UpdateClientServedCountCommand' shared autowired service.
  19924.      *
  19925.      * @return \Aqarmap\Bundle\ListingBundle\Command\UpdateClientServedCountCommand
  19926.      */
  19927.     protected function getUpdateClientServedCountCommandService()
  19928.     {
  19929.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19930.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Command/UpdateClientServedCountCommand.php';
  19931.         $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()));
  19932.         $instance->setName('app:user:client-served-count-patch');
  19933.         return $instance;
  19934.     }
  19935.     /**
  19936.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Command\UpdateCorruptedPhonesCommand' shared autowired service.
  19937.      *
  19938.      * @return \Aqarmap\Bundle\ListingBundle\Command\UpdateCorruptedPhonesCommand
  19939.      */
  19940.     protected function getUpdateCorruptedPhonesCommandService()
  19941.     {
  19942.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19943.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Command/UpdateCorruptedPhonesCommand.php';
  19944.         $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()));
  19945.         $instance->setName('app:user:listing-phone-numbers-patch');
  19946.         return $instance;
  19947.     }
  19948.     /**
  19949.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Command\UpdateDisabledLocationsChildrenCommand' shared autowired service.
  19950.      *
  19951.      * @return \Aqarmap\Bundle\ListingBundle\Command\UpdateDisabledLocationsChildrenCommand
  19952.      */
  19953.     protected function getUpdateDisabledLocationsChildrenCommandService()
  19954.     {
  19955.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19956.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Command/UpdateDisabledLocationsChildrenCommand.php';
  19957.         $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()));
  19958.         $instance->setName('app:locations:disabled_children:update');
  19959.         return $instance;
  19960.     }
  19961.     /**
  19962.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Command\UpdateListingsLabel' shared autowired service.
  19963.      *
  19964.      * @return \Aqarmap\Bundle\ListingBundle\Command\UpdateListingsLabel
  19965.      */
  19966.     protected function getUpdateListingsLabelService()
  19967.     {
  19968.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19969.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Command/UpdateListingsLabel.php';
  19970.         $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()));
  19971.         $instance->setName('app:batch-update-listings-label');
  19972.         return $instance;
  19973.     }
  19974.     /**
  19975.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Command\UpdateLocationFullPathCommand' shared autowired service.
  19976.      *
  19977.      * @return \Aqarmap\Bundle\ListingBundle\Command\UpdateLocationFullPathCommand
  19978.      */
  19979.     protected function getUpdateLocationFullPathCommandService()
  19980.     {
  19981.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19982.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Command/UpdateLocationFullPathCommand.php';
  19983.         $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()));
  19984.         $instance->setName('app:locations:full_path:update');
  19985.         return $instance;
  19986.     }
  19987.     /**
  19988.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Command\UpdateLocationsEstimatableCommand' shared autowired service.
  19989.      *
  19990.      * @return \Aqarmap\Bundle\ListingBundle\Command\UpdateLocationsEstimatableCommand
  19991.      */
  19992.     protected function getUpdateLocationsEstimatableCommandService()
  19993.     {
  19994.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19995.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Command/UpdateLocationsEstimatableCommand.php';
  19996.         $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()));
  19997.         $instance->setName('app:locations:estimatable:update');
  19998.         return $instance;
  19999.     }
  20000.     /**
  20001.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Command\UpdateScrapedListingDataCommand' shared autowired service.
  20002.      *
  20003.      * @return \Aqarmap\Bundle\ListingBundle\Command\UpdateScrapedListingDataCommand
  20004.      */
  20005.     protected function getUpdateScrapedListingDataCommandService()
  20006.     {
  20007.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20008.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Command/UpdateScrapedListingDataCommand.php';
  20009.         $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()));
  20010.         $instance->setName('app:update-scrapped-listings');
  20011.         return $instance;
  20012.     }
  20013.     /**
  20014.      * Gets the private 'Aqarmap\Bundle\ListingBundle\EventListener\BuildListingAttributeFormListener' shared autowired service.
  20015.      *
  20016.      * @return \Aqarmap\Bundle\ListingBundle\EventListener\BuildListingAttributeFormListener
  20017.      */
  20018.     protected function getBuildListingAttributeFormListenerService()
  20019.     {
  20020.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/EventListener/BuildListingAttributeFormListener.php';
  20021.         $a = ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService());
  20022.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\BuildListingAttributeFormListener'])) {
  20023.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\BuildListingAttributeFormListener'];
  20024.         }
  20025.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\BuildListingAttributeFormListener'] = new \Aqarmap\Bundle\ListingBundle\EventListener\BuildListingAttributeFormListener($a);
  20026.     }
  20027.     /**
  20028.      * Gets the private 'Aqarmap\Bundle\ListingBundle\EventListener\CompoundAveragePricePerMeterListener' shared autowired service.
  20029.      *
  20030.      * @return \Aqarmap\Bundle\ListingBundle\EventListener\CompoundAveragePricePerMeterListener
  20031.      */
  20032.     protected function getCompoundAveragePricePerMeterListenerService()
  20033.     {
  20034.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/EventListener/CompoundAveragePricePerMeterListener.php';
  20035.         $a = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V4\\CompoundAveragePriceService'] ?? $this->getCompoundAveragePriceServiceService());
  20036.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\CompoundAveragePricePerMeterListener'])) {
  20037.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\CompoundAveragePricePerMeterListener'];
  20038.         }
  20039.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\CompoundAveragePricePerMeterListener'] = new \Aqarmap\Bundle\ListingBundle\EventListener\CompoundAveragePricePerMeterListener($a);
  20040.     }
  20041.     /**
  20042.      * Gets the private 'Aqarmap\Bundle\ListingBundle\EventListener\CompoundFieldListener' shared autowired service.
  20043.      *
  20044.      * @return \Aqarmap\Bundle\ListingBundle\EventListener\CompoundFieldListener
  20045.      */
  20046.     protected function getCompoundFieldListenerService()
  20047.     {
  20048.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/EventListener/CompoundFieldListener.php';
  20049.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  20050.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\CompoundFieldListener'])) {
  20051.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\CompoundFieldListener'];
  20052.         }
  20053.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\CompoundFieldListener'] = new \Aqarmap\Bundle\ListingBundle\EventListener\CompoundFieldListener($a);
  20054.     }
  20055.     /**
  20056.      * Gets the private 'Aqarmap\Bundle\ListingBundle\EventListener\CompoundLocationPreSerializer' shared autowired service.
  20057.      *
  20058.      * @return \Aqarmap\Bundle\ListingBundle\EventListener\CompoundLocationPreSerializer
  20059.      */
  20060.     protected function getCompoundLocationPreSerializerService()
  20061.     {
  20062.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventSubscriberInterface.php';
  20063.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/EventListener/CompoundLocationPreSerializer.php';
  20064.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  20065.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\CompoundLocationPreSerializer'])) {
  20066.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\CompoundLocationPreSerializer'];
  20067.         }
  20068.         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())));
  20069.     }
  20070.     /**
  20071.      * Gets the private 'Aqarmap\Bundle\ListingBundle\EventListener\ConfigureMenuEventSubscriber' shared autowired service.
  20072.      *
  20073.      * @return \Aqarmap\Bundle\ListingBundle\EventListener\ConfigureMenuEventSubscriber
  20074.      */
  20075.     protected function getConfigureMenuEventSubscriber2Service()
  20076.     {
  20077.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/EventListener/ConfigureMenuEventSubscriber.php';
  20078.         $a = ($this->services['Aqarmap\\Bundle\\FeatureToggleBundle\\Service\\FeatureToggleManager'] ?? $this->getFeatureToggleManagerService());
  20079.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ConfigureMenuEventSubscriber'])) {
  20080.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ConfigureMenuEventSubscriber'];
  20081.         }
  20082.         $b = ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\Setting'] ?? $this->getSettingService());
  20083.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ConfigureMenuEventSubscriber'])) {
  20084.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ConfigureMenuEventSubscriber'];
  20085.         }
  20086.         $c = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  20087.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ConfigureMenuEventSubscriber'])) {
  20088.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ConfigureMenuEventSubscriber'];
  20089.         }
  20090.         $d = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  20091.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ConfigureMenuEventSubscriber'])) {
  20092.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ConfigureMenuEventSubscriber'];
  20093.         }
  20094.         $e = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Twig\\ListingExtension'] ?? $this->getListingExtensionService());
  20095.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ConfigureMenuEventSubscriber'])) {
  20096.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ConfigureMenuEventSubscriber'];
  20097.         }
  20098.         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())));
  20099.     }
  20100.     /**
  20101.      * Gets the private 'Aqarmap\Bundle\ListingBundle\EventListener\CreditStatusListener' shared autowired service.
  20102.      *
  20103.      * @return \Aqarmap\Bundle\ListingBundle\EventListener\CreditStatusListener
  20104.      */
  20105.     protected function getCreditStatusListenerService()
  20106.     {
  20107.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/EventListener/CreditStatusListener.php';
  20108.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  20109.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\CreditStatusListener'])) {
  20110.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\CreditStatusListener'];
  20111.         }
  20112.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\CreditStatusListener'] = new \Aqarmap\Bundle\ListingBundle\EventListener\CreditStatusListener($a);
  20113.     }
  20114.     /**
  20115.      * Gets the private 'Aqarmap\Bundle\ListingBundle\EventListener\LeadDuplicateSubscriber' shared autowired service.
  20116.      *
  20117.      * @return \Aqarmap\Bundle\ListingBundle\EventListener\LeadDuplicateSubscriber
  20118.      */
  20119.     protected function getLeadDuplicateSubscriberService()
  20120.     {
  20121.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/EventListener/LeadDuplicateSubscriber.php';
  20122.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  20123.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\LeadDuplicateSubscriber'])) {
  20124.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\LeadDuplicateSubscriber'];
  20125.         }
  20126.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\LeadDuplicateSubscriber'] = new \Aqarmap\Bundle\ListingBundle\EventListener\LeadDuplicateSubscriber(($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingLeadRepository'] ?? $this->getListingLeadRepositoryService()), $a);
  20127.     }
  20128.     /**
  20129.      * Gets the private 'Aqarmap\Bundle\ListingBundle\EventListener\LeadPreSerializerSubscriber' shared autowired service.
  20130.      *
  20131.      * @return \Aqarmap\Bundle\ListingBundle\EventListener\LeadPreSerializerSubscriber
  20132.      */
  20133.     protected function getLeadPreSerializerSubscriberService()
  20134.     {
  20135.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventSubscriberInterface.php';
  20136.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/EventListener/LeadPreSerializerSubscriber.php';
  20137.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\LeadPreSerializerSubscriber'] = new \Aqarmap\Bundle\ListingBundle\EventListener\LeadPreSerializerSubscriber(($this->services['translator'] ?? $this->getTranslatorService()));
  20138.     }
  20139.     /**
  20140.      * Gets the private 'Aqarmap\Bundle\ListingBundle\EventListener\LeadSubscribeListener' shared autowired service.
  20141.      *
  20142.      * @return \Aqarmap\Bundle\ListingBundle\EventListener\LeadSubscribeListener
  20143.      */
  20144.     protected function getLeadSubscribeListenerService()
  20145.     {
  20146.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/EventListener/LeadSubscribeListener.php';
  20147.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  20148.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\LeadSubscribeListener'])) {
  20149.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\LeadSubscribeListener'];
  20150.         }
  20151.         $b = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LeadService'] ?? $this->getLeadService2Service());
  20152.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\LeadSubscribeListener'])) {
  20153.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\LeadSubscribeListener'];
  20154.         }
  20155.         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()));
  20156.     }
  20157.     /**
  20158.      * Gets the private 'Aqarmap\Bundle\ListingBundle\EventListener\LeadSystemLabelSubscriber' shared autowired service.
  20159.      *
  20160.      * @return \Aqarmap\Bundle\ListingBundle\EventListener\LeadSystemLabelSubscriber
  20161.      */
  20162.     protected function getLeadSystemLabelSubscriberService()
  20163.     {
  20164.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/EventListener/LeadSystemLabelSubscriber.php';
  20165.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  20166.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\LeadSystemLabelSubscriber'])) {
  20167.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\LeadSystemLabelSubscriber'];
  20168.         }
  20169.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\LeadSystemLabelSubscriber'] = new \Aqarmap\Bundle\ListingBundle\EventListener\LeadSystemLabelSubscriber(($this->privates['Aqarmap\\Bundle\\UserBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), $a);
  20170.     }
  20171.     /**
  20172.      * Gets the private 'Aqarmap\Bundle\ListingBundle\EventListener\ListingActivityLogListener' shared autowired service.
  20173.      *
  20174.      * @return \Aqarmap\Bundle\ListingBundle\EventListener\ListingActivityLogListener
  20175.      */
  20176.     protected function getListingActivityLogListenerService()
  20177.     {
  20178.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/EventListener/ListingActivityLogListener.php';
  20179.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  20180.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingActivityLogListener'])) {
  20181.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingActivityLogListener'];
  20182.         }
  20183.         $b = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingActivityLogService'] ?? $this->getListingActivityLogServiceService());
  20184.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingActivityLogListener'])) {
  20185.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingActivityLogListener'];
  20186.         }
  20187.         $c = ($this->services['jms_serializer'] ?? $this->getJmsSerializerService());
  20188.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingActivityLogListener'])) {
  20189.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingActivityLogListener'];
  20190.         }
  20191.         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);
  20192.     }
  20193.     /**
  20194.      * Gets the private 'Aqarmap\Bundle\ListingBundle\EventListener\ListingBuildDataSubscriber' shared autowired service.
  20195.      *
  20196.      * @return \Aqarmap\Bundle\ListingBundle\EventListener\ListingBuildDataSubscriber
  20197.      */
  20198.     protected function getListingBuildDataSubscriberService()
  20199.     {
  20200.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventSubscriberInterface.php';
  20201.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/EventListener/ListingBuildDataSubscriber.php';
  20202.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingBuildDataSubscriber'] = new \Aqarmap\Bundle\ListingBundle\EventListener\ListingBuildDataSubscriber();
  20203.     }
  20204.     /**
  20205.      * Gets the private 'Aqarmap\Bundle\ListingBundle\EventListener\ListingCategorySubscriber' shared autowired service.
  20206.      *
  20207.      * @return \Aqarmap\Bundle\ListingBundle\EventListener\ListingCategorySubscriber
  20208.      */
  20209.     protected function getListingCategorySubscriberService()
  20210.     {
  20211.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/EventListener/ListingCategorySubscriber.php';
  20212.         $a = ($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'] ?? $this->getListingManagerService());
  20213.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingCategorySubscriber'])) {
  20214.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingCategorySubscriber'];
  20215.         }
  20216.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  20217.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingCategorySubscriber'])) {
  20218.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingCategorySubscriber'];
  20219.         }
  20220.         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);
  20221.     }
  20222.     /**
  20223.      * Gets the private 'Aqarmap\Bundle\ListingBundle\EventListener\ListingFeatureListener' shared autowired service.
  20224.      *
  20225.      * @return \Aqarmap\Bundle\ListingBundle\EventListener\ListingFeatureListener
  20226.      */
  20227.     protected function getListingFeatureListenerService()
  20228.     {
  20229.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/EventListener/ListingFeatureListener.php';
  20230.         $a = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingFeatureService'] ?? $this->getListingFeatureServiceService());
  20231.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingFeatureListener'])) {
  20232.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingFeatureListener'];
  20233.         }
  20234.         $b = ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\Setting'] ?? $this->getSettingService());
  20235.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingFeatureListener'])) {
  20236.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingFeatureListener'];
  20237.         }
  20238.         $c = ($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'] ?? $this->getListingManagerService());
  20239.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingFeatureListener'])) {
  20240.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingFeatureListener'];
  20241.         }
  20242.         $d = ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\ActivityLogger'] ?? $this->getActivityLoggerService());
  20243.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingFeatureListener'])) {
  20244.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingFeatureListener'];
  20245.         }
  20246.         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()));
  20247.     }
  20248.     /**
  20249.      * Gets the private 'Aqarmap\Bundle\ListingBundle\EventListener\ListingListener' shared autowired service.
  20250.      *
  20251.      * @return \Aqarmap\Bundle\ListingBundle\EventListener\ListingListener
  20252.      */
  20253.     protected function getListingListenerService()
  20254.     {
  20255.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/EventListener/ListingListener.php';
  20256.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/YoutubeHelper.php';
  20257.         $a = ($this->services['Aqarmap\\Bundle\\FeatureToggleBundle\\Service\\FeatureToggleManager'] ?? $this->getFeatureToggleManagerService());
  20258.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingListener'])) {
  20259.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingListener'];
  20260.         }
  20261.         $b = ($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'] ?? $this->getListingManagerService());
  20262.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingListener'])) {
  20263.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingListener'];
  20264.         }
  20265.         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()));
  20266.     }
  20267.     /**
  20268.      * Gets the private 'Aqarmap\Bundle\ListingBundle\EventListener\ListingPreSerializerListener' shared autowired service.
  20269.      *
  20270.      * @return \Aqarmap\Bundle\ListingBundle\EventListener\ListingPreSerializerListener
  20271.      */
  20272.     protected function getListingPreSerializerListenerService()
  20273.     {
  20274.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventSubscriberInterface.php';
  20275.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/EventListener/ListingPreSerializerListener.php';
  20276.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  20277.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingPreSerializerListener'])) {
  20278.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingPreSerializerListener'];
  20279.         }
  20280.         $b = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V4\\CompoundDetailService'] ?? $this->getCompoundDetailServiceService());
  20281.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingPreSerializerListener'])) {
  20282.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingPreSerializerListener'];
  20283.         }
  20284.         $c = ($this->privates['Aqarmap\\Bundle\\FinancialAidsBundle\\Service\\FinancialAidService'] ?? $this->getFinancialAidServiceService());
  20285.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingPreSerializerListener'])) {
  20286.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingPreSerializerListener'];
  20287.         }
  20288.         $d = ($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'] ?? $this->getListingManagerService());
  20289.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingPreSerializerListener'])) {
  20290.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingPreSerializerListener'];
  20291.         }
  20292.         $e = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V4\\CostPerLeadService'] ?? $this->getCostPerLeadServiceService());
  20293.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingPreSerializerListener'])) {
  20294.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingPreSerializerListener'];
  20295.         }
  20296.         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);
  20297.     }
  20298.     /**
  20299.      * Gets the private 'Aqarmap\Bundle\ListingBundle\EventListener\ListingRatedListener' shared autowired service.
  20300.      *
  20301.      * @return \Aqarmap\Bundle\ListingBundle\EventListener\ListingRatedListener
  20302.      */
  20303.     protected function getListingRatedListenerService()
  20304.     {
  20305.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/EventListener/ListingRatedListener.php';
  20306.         $a = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingRateService'] ?? $this->getListingRateServiceService());
  20307.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingRatedListener'])) {
  20308.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingRatedListener'];
  20309.         }
  20310.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingRatedListener'] = new \Aqarmap\Bundle\ListingBundle\EventListener\ListingRatedListener($a);
  20311.     }
  20312.     /**
  20313.      * Gets the private 'Aqarmap\Bundle\ListingBundle\EventListener\ListingRejectedListener' shared autowired service.
  20314.      *
  20315.      * @return \Aqarmap\Bundle\ListingBundle\EventListener\ListingRejectedListener
  20316.      */
  20317.     protected function getListingRejectedListenerService()
  20318.     {
  20319.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/EventListener/ListingRejectedListener.php';
  20320.         $a = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingRateService'] ?? $this->getListingRateServiceService());
  20321.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingRejectedListener'])) {
  20322.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingRejectedListener'];
  20323.         }
  20324.         $b = ($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'] ?? $this->getListingManagerService());
  20325.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingRejectedListener'])) {
  20326.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingRejectedListener'];
  20327.         }
  20328.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingRejectedListener'] = new \Aqarmap\Bundle\ListingBundle\EventListener\ListingRejectedListener($a$b);
  20329.     }
  20330.     /**
  20331.      * Gets the private 'Aqarmap\Bundle\ListingBundle\EventListener\ListingRuleListener' shared autowired service.
  20332.      *
  20333.      * @return \Aqarmap\Bundle\ListingBundle\EventListener\ListingRuleListener
  20334.      */
  20335.     protected function getListingRuleListenerService()
  20336.     {
  20337.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/EventListener/ListingRuleListener.php';
  20338.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/SpecialAddListingService.php';
  20339.         $a = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingRuleMatcher'] ?? $this->getListingRuleMatcherService());
  20340.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingRuleListener'])) {
  20341.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingRuleListener'];
  20342.         }
  20343.         $b = ($this->privates['Aqarmap\\Bundle\\CreditBundle\\Services\\CreditManager'] ?? $this->getCreditManagerService());
  20344.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingRuleListener'])) {
  20345.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingRuleListener'];
  20346.         }
  20347.         $c = ($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'] ?? $this->getListingManagerService());
  20348.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingRuleListener'])) {
  20349.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingRuleListener'];
  20350.         }
  20351.         $d = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  20352.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingRuleListener'])) {
  20353.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingRuleListener'];
  20354.         }
  20355.         $e = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingFeatureService'] ?? $this->getListingFeatureServiceService());
  20356.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingRuleListener'])) {
  20357.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingRuleListener'];
  20358.         }
  20359.         $f = ($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserServicesManager'] ?? $this->getUserServicesManagerService());
  20360.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingRuleListener'])) {
  20361.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingRuleListener'];
  20362.         }
  20363.         $g = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  20364.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingRuleListener'])) {
  20365.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingRuleListener'];
  20366.         }
  20367.         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);
  20368.     }
  20369.     /**
  20370.      * Gets the private 'Aqarmap\Bundle\ListingBundle\EventListener\ListingSearchTriggerListener' shared autowired service.
  20371.      *
  20372.      * @return \Aqarmap\Bundle\ListingBundle\EventListener\ListingSearchTriggerListener
  20373.      */
  20374.     protected function getListingSearchTriggerListenerService()
  20375.     {
  20376.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/EventListener/ListingSearchTriggerListener.php';
  20377.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  20378.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingSearchTriggerListener'])) {
  20379.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingSearchTriggerListener'];
  20380.         }
  20381.         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()));
  20382.     }
  20383.     /**
  20384.      * Gets the private 'Aqarmap\Bundle\ListingBundle\EventListener\ListingSlugListener' shared autowired service.
  20385.      *
  20386.      * @return \Aqarmap\Bundle\ListingBundle\EventListener\ListingSlugListener
  20387.      */
  20388.     protected function getListingSlugListenerService()
  20389.     {
  20390.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/EventListener/ListingSlugListener.php';
  20391.         $a = ($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'] ?? $this->getListingManagerService());
  20392.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingSlugListener'])) {
  20393.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingSlugListener'];
  20394.         }
  20395.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  20396.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingSlugListener'])) {
  20397.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingSlugListener'];
  20398.         }
  20399.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingSlugListener'] = new \Aqarmap\Bundle\ListingBundle\EventListener\ListingSlugListener($a$b);
  20400.     }
  20401.     /**
  20402.      * Gets the private 'Aqarmap\Bundle\ListingBundle\EventListener\ListingStatusListener' shared autowired service.
  20403.      *
  20404.      * @return \Aqarmap\Bundle\ListingBundle\EventListener\ListingStatusListener
  20405.      */
  20406.     protected function getListingStatusListenerService()
  20407.     {
  20408.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/EventListener/ListingStatusListener.php';
  20409.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/SpecialAddListingService.php';
  20410.         $a = ($this->privates['Aqarmap\\Bundle\\MainBundle\\Adapter\\MailerService'] ?? $this->getMailerServiceService());
  20411.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingStatusListener'])) {
  20412.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingStatusListener'];
  20413.         }
  20414.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  20415.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingStatusListener'])) {
  20416.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingStatusListener'];
  20417.         }
  20418.         $c = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingRuleMatcher'] ?? $this->getListingRuleMatcherService());
  20419.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingStatusListener'])) {
  20420.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingStatusListener'];
  20421.         }
  20422.         $d = ($this->privates['Aqarmap\\Bundle\\CreditBundle\\Services\\CreditManager'] ?? $this->getCreditManagerService());
  20423.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingStatusListener'])) {
  20424.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingStatusListener'];
  20425.         }
  20426.         $e = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  20427.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingStatusListener'])) {
  20428.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingStatusListener'];
  20429.         }
  20430.         $f = ($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'] ?? $this->getListingManagerService());
  20431.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingStatusListener'])) {
  20432.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingStatusListener'];
  20433.         }
  20434.         $g = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  20435.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingStatusListener'])) {
  20436.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingStatusListener'];
  20437.         }
  20438.         $h = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  20439.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingStatusListener'])) {
  20440.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingStatusListener'];
  20441.         }
  20442.         $i = ($this->services['doctrine_mongodb.odm.default_document_manager'] ?? $this->getDoctrineMongodb_Odm_DefaultDocumentManagerService());
  20443.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingStatusListener'])) {
  20444.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingStatusListener'];
  20445.         }
  20446.         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);
  20447.     }
  20448.     /**
  20449.      * Gets the private 'Aqarmap\Bundle\ListingBundle\EventListener\ListingUpdatedListener' shared autowired service.
  20450.      *
  20451.      * @return \Aqarmap\Bundle\ListingBundle\EventListener\ListingUpdatedListener
  20452.      */
  20453.     protected function getListingUpdatedListenerService()
  20454.     {
  20455.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/EventListener/ListingUpdatedListener.php';
  20456.         $a = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingRateService'] ?? $this->getListingRateServiceService());
  20457.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingUpdatedListener'])) {
  20458.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingUpdatedListener'];
  20459.         }
  20460.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  20461.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingUpdatedListener'])) {
  20462.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingUpdatedListener'];
  20463.         }
  20464.         $c = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  20465.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingUpdatedListener'])) {
  20466.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingUpdatedListener'];
  20467.         }
  20468.         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);
  20469.     }
  20470.     /**
  20471.      * Gets the private 'Aqarmap\Bundle\ListingBundle\EventListener\LocationPreSerializerListener' shared autowired service.
  20472.      *
  20473.      * @return \Aqarmap\Bundle\ListingBundle\EventListener\LocationPreSerializerListener
  20474.      */
  20475.     protected function getLocationPreSerializerListenerService()
  20476.     {
  20477.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventSubscriberInterface.php';
  20478.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/EventListener/LocationPreSerializerListener.php';
  20479.         $a = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LocationManager'] ?? $this->getLocationManagerService());
  20480.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\LocationPreSerializerListener'])) {
  20481.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\LocationPreSerializerListener'];
  20482.         }
  20483.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  20484.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\LocationPreSerializerListener'])) {
  20485.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\LocationPreSerializerListener'];
  20486.         }
  20487.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\LocationPreSerializerListener'] = new \Aqarmap\Bundle\ListingBundle\EventListener\LocationPreSerializerListener($a$b);
  20488.     }
  20489.     /**
  20490.      * Gets the private 'Aqarmap\Bundle\ListingBundle\EventListener\LocationSubscriber' shared autowired service.
  20491.      *
  20492.      * @return \Aqarmap\Bundle\ListingBundle\EventListener\LocationSubscriber
  20493.      */
  20494.     protected function getLocationSubscriberService()
  20495.     {
  20496.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/EventListener/LocationSubscriber.php';
  20497.         $a = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LocationManager'] ?? $this->getLocationManagerService());
  20498.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\LocationSubscriber'])) {
  20499.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\LocationSubscriber'];
  20500.         }
  20501.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\LocationSubscriber'] = new \Aqarmap\Bundle\ListingBundle\EventListener\LocationSubscriber($a);
  20502.     }
  20503.     /**
  20504.      * Gets the private 'Aqarmap\Bundle\ListingBundle\EventListener\NotifierSubscribeListener' shared autowired service.
  20505.      *
  20506.      * @return \Aqarmap\Bundle\ListingBundle\EventListener\NotifierSubscribeListener
  20507.      */
  20508.     protected function getNotifierSubscribeListenerService()
  20509.     {
  20510.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/EventListener/NotifierSubscribeListener.php';
  20511.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  20512.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\NotifierSubscribeListener'])) {
  20513.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\NotifierSubscribeListener'];
  20514.         }
  20515.         $b = ($this->privates['Aqarmap\\Bundle\\NotifierBundle\\Service\\NotifierManager'] ?? $this->getNotifierManagerService());
  20516.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\NotifierSubscribeListener'])) {
  20517.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\NotifierSubscribeListener'];
  20518.         }
  20519.         $c = ($this->privates['Aqarmap\\Bundle\\BuyerAlertsBundle\\Service\\BuyerAlertsManager'] ?? $this->getBuyerAlertsManagerService());
  20520.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\NotifierSubscribeListener'])) {
  20521.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\NotifierSubscribeListener'];
  20522.         }
  20523.         $d = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\PropertyTypeRepository'] ?? $this->getPropertyTypeRepositoryService());
  20524.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\NotifierSubscribeListener'])) {
  20525.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\NotifierSubscribeListener'];
  20526.         }
  20527.         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);
  20528.     }
  20529.     /**
  20530.      * Gets the private 'Aqarmap\Bundle\ListingBundle\EventListener\PhotoThumbSerializerListener' shared autowired service.
  20531.      *
  20532.      * @return \Aqarmap\Bundle\ListingBundle\EventListener\PhotoThumbSerializerListener
  20533.      */
  20534.     protected function getPhotoThumbSerializerListenerService()
  20535.     {
  20536.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventSubscriberInterface.php';
  20537.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/EventListener/PhotoThumbSerializerListener.php';
  20538.         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()));
  20539.     }
  20540.     /**
  20541.      * Gets the private 'Aqarmap\Bundle\ListingBundle\EventListener\PropertyTypePreSerializer' shared autowired service.
  20542.      *
  20543.      * @return \Aqarmap\Bundle\ListingBundle\EventListener\PropertyTypePreSerializer
  20544.      */
  20545.     protected function getPropertyTypePreSerializerService()
  20546.     {
  20547.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventSubscriberInterface.php';
  20548.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/EventListener/PropertyTypePreSerializer.php';
  20549.         $a = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LocationManager'] ?? $this->getLocationManagerService());
  20550.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\PropertyTypePreSerializer'])) {
  20551.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\PropertyTypePreSerializer'];
  20552.         }
  20553.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  20554.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\PropertyTypePreSerializer'])) {
  20555.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\PropertyTypePreSerializer'];
  20556.         }
  20557.         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())));
  20558.     }
  20559.     /**
  20560.      * Gets the private 'Aqarmap\Bundle\ListingBundle\EventListener\SearchKeywordHistorySubscriber' shared autowired service.
  20561.      *
  20562.      * @return \Aqarmap\Bundle\ListingBundle\EventListener\SearchKeywordHistorySubscriber
  20563.      */
  20564.     protected function getSearchKeywordHistorySubscriberService()
  20565.     {
  20566.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/EventListener/SearchKeywordHistorySubscriber.php';
  20567.         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()));
  20568.     }
  20569.     /**
  20570.      * Gets the private 'Aqarmap\Bundle\ListingBundle\EventListener\SectionPreSerializer' shared autowired service.
  20571.      *
  20572.      * @return \Aqarmap\Bundle\ListingBundle\EventListener\SectionPreSerializer
  20573.      */
  20574.     protected function getSectionPreSerializerService()
  20575.     {
  20576.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventSubscriberInterface.php';
  20577.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/EventListener/SectionPreSerializer.php';
  20578.         $a = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LocationManager'] ?? $this->getLocationManagerService());
  20579.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\SectionPreSerializer'])) {
  20580.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\SectionPreSerializer'];
  20581.         }
  20582.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  20583.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\SectionPreSerializer'])) {
  20584.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\SectionPreSerializer'];
  20585.         }
  20586.         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())));
  20587.     }
  20588.     /**
  20589.      * Gets the private 'Aqarmap\Bundle\ListingBundle\EventListener\SoftDeleteEventSubscriber' shared autowired service.
  20590.      *
  20591.      * @return \Aqarmap\Bundle\ListingBundle\EventListener\SoftDeleteEventSubscriber
  20592.      */
  20593.     protected function getSoftDeleteEventSubscriberService()
  20594.     {
  20595.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  20596.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\SoftDeleteEventSubscriber'])) {
  20597.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\SoftDeleteEventSubscriber'];
  20598.         }
  20599.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\EventListener\\SoftDeleteEventSubscriber'] = new \Aqarmap\Bundle\ListingBundle\EventListener\SoftDeleteEventSubscriber($a);
  20600.     }
  20601.     /**
  20602.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\AdminListingRuleFilterType' shared autowired service.
  20603.      *
  20604.      * @return \Aqarmap\Bundle\ListingBundle\Form\AdminListingRuleFilterType
  20605.      */
  20606.     protected function getAdminListingRuleFilterTypeService()
  20607.     {
  20608.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  20609.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  20610.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/AdminListingRuleFilterType.php';
  20611.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\AdminListingRuleFilterType'] = new \Aqarmap\Bundle\ListingBundle\Form\AdminListingRuleFilterType();
  20612.     }
  20613.     /**
  20614.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\AdminListingRuleType' shared autowired service.
  20615.      *
  20616.      * @return \Aqarmap\Bundle\ListingBundle\Form\AdminListingRuleType
  20617.      */
  20618.     protected function getAdminListingRuleTypeService()
  20619.     {
  20620.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  20621.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  20622.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/AdminListingRuleType.php';
  20623.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\AdminListingRuleType'] = new \Aqarmap\Bundle\ListingBundle\Form\AdminListingRuleType();
  20624.     }
  20625.     /**
  20626.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\AdvancedFilterType' shared autowired service.
  20627.      *
  20628.      * @return \Aqarmap\Bundle\ListingBundle\Form\AdvancedFilterType
  20629.      */
  20630.     protected function getAdvancedFilterTypeService()
  20631.     {
  20632.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  20633.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  20634.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/AdvancedFilterType.php';
  20635.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\AdvancedFilterType'] = new \Aqarmap\Bundle\ListingBundle\Form\AdvancedFilterType();
  20636.     }
  20637.     /**
  20638.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\AdvancedSearchType' shared autowired service.
  20639.      *
  20640.      * @return \Aqarmap\Bundle\ListingBundle\Form\AdvancedSearchType
  20641.      */
  20642.     protected function getAdvancedSearchTypeService()
  20643.     {
  20644.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  20645.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  20646.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/AdvancedSearchType.php';
  20647.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\AdvancedSearchType'] = new \Aqarmap\Bundle\ListingBundle\Form\AdvancedSearchType();
  20648.     }
  20649.     /**
  20650.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\AutoBumpUpListingType' shared autowired service.
  20651.      *
  20652.      * @return \Aqarmap\Bundle\ListingBundle\Form\AutoBumpUpListingType
  20653.      */
  20654.     protected function getAutoBumpUpListingTypeService()
  20655.     {
  20656.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  20657.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  20658.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/AutoBumpUpListingType.php';
  20659.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\AutoBumpUpListingType'] = new \Aqarmap\Bundle\ListingBundle\Form\AutoBumpUpListingType();
  20660.     }
  20661.     /**
  20662.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\CallRequestFormType' shared autowired service.
  20663.      *
  20664.      * @return \Aqarmap\Bundle\ListingBundle\Form\CallRequestFormType
  20665.      */
  20666.     protected function getCallRequestFormTypeService()
  20667.     {
  20668.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  20669.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  20670.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/CallRequestFormType.php';
  20671.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\CallRequestFormType'] = new \Aqarmap\Bundle\ListingBundle\Form\CallRequestFormType();
  20672.     }
  20673.     /**
  20674.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\ChangeAreaType' shared autowired service.
  20675.      *
  20676.      * @return \Aqarmap\Bundle\ListingBundle\Form\ChangeAreaType
  20677.      */
  20678.     protected function getChangeAreaTypeService()
  20679.     {
  20680.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  20681.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  20682.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/ChangeAreaType.php';
  20683.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\ChangeAreaType'] = new \Aqarmap\Bundle\ListingBundle\Form\ChangeAreaType();
  20684.     }
  20685.     /**
  20686.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\ChangeLocationType' shared autowired service.
  20687.      *
  20688.      * @return \Aqarmap\Bundle\ListingBundle\Form\ChangeLocationType
  20689.      */
  20690.     protected function getChangeLocationTypeService()
  20691.     {
  20692.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  20693.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  20694.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/ChangeLocationType.php';
  20695.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\ChangeLocationType'] = new \Aqarmap\Bundle\ListingBundle\Form\ChangeLocationType();
  20696.     }
  20697.     /**
  20698.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\ChangePaymentMethodType' shared autowired service.
  20699.      *
  20700.      * @return \Aqarmap\Bundle\ListingBundle\Form\ChangePaymentMethodType
  20701.      */
  20702.     protected function getChangePaymentMethodTypeService()
  20703.     {
  20704.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  20705.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  20706.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/ChangePaymentMethodType.php';
  20707.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\ChangePaymentMethodType'] = new \Aqarmap\Bundle\ListingBundle\Form\ChangePaymentMethodType();
  20708.     }
  20709.     /**
  20710.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\ChangePropertyTypeType' shared autowired service.
  20711.      *
  20712.      * @return \Aqarmap\Bundle\ListingBundle\Form\ChangePropertyTypeType
  20713.      */
  20714.     protected function getChangePropertyTypeTypeService()
  20715.     {
  20716.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  20717.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  20718.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/ChangePropertyTypeType.php';
  20719.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\ChangePropertyTypeType'] = new \Aqarmap\Bundle\ListingBundle\Form\ChangePropertyTypeType();
  20720.     }
  20721.     /**
  20722.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\ChangeSectionType' shared autowired service.
  20723.      *
  20724.      * @return \Aqarmap\Bundle\ListingBundle\Form\ChangeSectionType
  20725.      */
  20726.     protected function getChangeSectionTypeService()
  20727.     {
  20728.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  20729.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  20730.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/ChangeSectionType.php';
  20731.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\ChangeSectionType'] = new \Aqarmap\Bundle\ListingBundle\Form\ChangeSectionType();
  20732.     }
  20733.     /**
  20734.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\CompoundLocationType' shared autowired service.
  20735.      *
  20736.      * @return \Aqarmap\Bundle\ListingBundle\Form\CompoundLocationType
  20737.      */
  20738.     protected function getCompoundLocationTypeService()
  20739.     {
  20740.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  20741.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  20742.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/CompoundLocationType.php';
  20743.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\CompoundLocationType'] = new \Aqarmap\Bundle\ListingBundle\Form\CompoundLocationType();
  20744.     }
  20745.     /**
  20746.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\CompoundSearchFormType' shared autowired service.
  20747.      *
  20748.      * @return \Aqarmap\Bundle\ListingBundle\Form\CompoundSearchFormType
  20749.      */
  20750.     protected function getCompoundSearchFormTypeService()
  20751.     {
  20752.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  20753.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  20754.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/CompoundSearchFormType.php';
  20755.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\CompoundSearchFormType'] = new \Aqarmap\Bundle\ListingBundle\Form\CompoundSearchFormType();
  20756.     }
  20757.     /**
  20758.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\ContactSellerFormType' shared autowired service.
  20759.      *
  20760.      * @return \Aqarmap\Bundle\ListingBundle\Form\ContactSellerFormType
  20761.      */
  20762.     protected function getContactSellerFormTypeService()
  20763.     {
  20764.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  20765.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  20766.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/ContactSellerFormType.php';
  20767.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\ContactSellerFormType'] = new \Aqarmap\Bundle\ListingBundle\Form\ContactSellerFormType();
  20768.     }
  20769.     /**
  20770.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\ContactSellerWideFormType' shared autowired service.
  20771.      *
  20772.      * @return \Aqarmap\Bundle\ListingBundle\Form\ContactSellerWideFormType
  20773.      */
  20774.     protected function getContactSellerWideFormTypeService()
  20775.     {
  20776.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  20777.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  20778.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/ContactSellerFormType.php';
  20779.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/ContactSellerWideFormType.php';
  20780.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\ContactSellerWideFormType'] = new \Aqarmap\Bundle\ListingBundle\Form\ContactSellerWideFormType();
  20781.     }
  20782.     /**
  20783.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\CustomFieldChoiceType' shared autowired service.
  20784.      *
  20785.      * @return \Aqarmap\Bundle\ListingBundle\Form\CustomFieldChoiceType
  20786.      */
  20787.     protected function getCustomFieldChoiceTypeService()
  20788.     {
  20789.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  20790.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  20791.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/CustomFieldChoiceType.php';
  20792.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\CustomFieldChoiceType'] = new \Aqarmap\Bundle\ListingBundle\Form\CustomFieldChoiceType();
  20793.     }
  20794.     /**
  20795.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\DeleteListingFormType' shared autowired service.
  20796.      *
  20797.      * @return \Aqarmap\Bundle\ListingBundle\Form\DeleteListingFormType
  20798.      */
  20799.     protected function getDeleteListingFormTypeService()
  20800.     {
  20801.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  20802.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  20803.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/DeleteListingFormType.php';
  20804.         $a = ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\Setting'] ?? $this->getSettingService());
  20805.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\DeleteListingFormType'])) {
  20806.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\DeleteListingFormType'];
  20807.         }
  20808.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\DeleteListingFormType'] = new \Aqarmap\Bundle\ListingBundle\Form\DeleteListingFormType($a);
  20809.     }
  20810.     /**
  20811.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\ExistingParticipantFormType' shared autowired service.
  20812.      *
  20813.      * @return \Aqarmap\Bundle\ListingBundle\Form\ExistingParticipantFormType
  20814.      */
  20815.     protected function getExistingParticipantFormTypeService()
  20816.     {
  20817.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  20818.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  20819.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/ExistingParticipantFormType.php';
  20820.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\ExistingParticipantFormType'] = new \Aqarmap\Bundle\ListingBundle\Form\ExistingParticipantFormType();
  20821.     }
  20822.     /**
  20823.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\ExportCustomerLeadsType' shared autowired service.
  20824.      *
  20825.      * @return \Aqarmap\Bundle\ListingBundle\Form\ExportCustomerLeadsType
  20826.      */
  20827.     protected function getExportCustomerLeadsTypeService()
  20828.     {
  20829.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  20830.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  20831.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/ExportCustomerLeadsType.php';
  20832.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\ExportCustomerLeadsType'] = new \Aqarmap\Bundle\ListingBundle\Form\ExportCustomerLeadsType();
  20833.     }
  20834.     /**
  20835.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\FetchLocationsType' shared autowired service.
  20836.      *
  20837.      * @return \Aqarmap\Bundle\ListingBundle\Form\FetchLocationsType
  20838.      */
  20839.     protected function getFetchLocationsTypeService()
  20840.     {
  20841.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  20842.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  20843.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/FetchLocationsType.php';
  20844.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\FetchLocationsType'] = new \Aqarmap\Bundle\ListingBundle\Form\FetchLocationsType();
  20845.     }
  20846.     /**
  20847.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\FullAdvancedFilterType' shared autowired service.
  20848.      *
  20849.      * @return \Aqarmap\Bundle\ListingBundle\Form\FullAdvancedFilterType
  20850.      */
  20851.     protected function getFullAdvancedFilterTypeService()
  20852.     {
  20853.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  20854.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  20855.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/FullAdvancedFilterType.php';
  20856.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\FullAdvancedFilterType'] = new \Aqarmap\Bundle\ListingBundle\Form\FullAdvancedFilterType();
  20857.     }
  20858.     /**
  20859.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\ImportLocationsType' shared autowired service.
  20860.      *
  20861.      * @return \Aqarmap\Bundle\ListingBundle\Form\ImportLocationsType
  20862.      */
  20863.     protected function getImportLocationsTypeService()
  20864.     {
  20865.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  20866.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  20867.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/ImportLocationsType.php';
  20868.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\ImportLocationsType'] = new \Aqarmap\Bundle\ListingBundle\Form\ImportLocationsType();
  20869.     }
  20870.     /**
  20871.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\LandingPageFormType' shared autowired service.
  20872.      *
  20873.      * @return \Aqarmap\Bundle\ListingBundle\Form\LandingPageFormType
  20874.      */
  20875.     protected function getLandingPageFormTypeService()
  20876.     {
  20877.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  20878.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  20879.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/LandingPageFormType.php';
  20880.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\LandingPageFormType'] = new \Aqarmap\Bundle\ListingBundle\Form\LandingPageFormType();
  20881.     }
  20882.     /**
  20883.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\LeadType' shared autowired service.
  20884.      *
  20885.      * @return \Aqarmap\Bundle\ListingBundle\Form\LeadType
  20886.      */
  20887.     protected function getLeadTypeService()
  20888.     {
  20889.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  20890.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  20891.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/LeadType.php';
  20892.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\LeadType'] = new \Aqarmap\Bundle\ListingBundle\Form\LeadType();
  20893.     }
  20894.     /**
  20895.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\ListingApiType' shared autowired service.
  20896.      *
  20897.      * @return \Aqarmap\Bundle\ListingBundle\Form\ListingApiType
  20898.      */
  20899.     protected function getListingApiTypeService()
  20900.     {
  20901.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  20902.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  20903.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/ListingApiType.php';
  20904.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\ListingApiType'] = new \Aqarmap\Bundle\ListingBundle\Form\ListingApiType();
  20905.     }
  20906.     /**
  20907.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\ListingAttributeType' shared autowired service.
  20908.      *
  20909.      * @return \Aqarmap\Bundle\ListingBundle\Form\ListingAttributeType
  20910.      */
  20911.     protected function getListingAttributeTypeService()
  20912.     {
  20913.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  20914.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  20915.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/ListingAttributeType.php';
  20916.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\ListingAttributeType'] = new \Aqarmap\Bundle\ListingBundle\Form\ListingAttributeType();
  20917.     }
  20918.     /**
  20919.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\ListingBasicsType' shared autowired service.
  20920.      *
  20921.      * @return \Aqarmap\Bundle\ListingBundle\Form\ListingBasicsType
  20922.      */
  20923.     protected function getListingBasicsTypeService()
  20924.     {
  20925.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  20926.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  20927.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/ListingBasicsType.php';
  20928.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\ListingBasicsType'] = new \Aqarmap\Bundle\ListingBundle\Form\ListingBasicsType();
  20929.     }
  20930.     /**
  20931.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\ListingBulkUpdateType' shared autowired service.
  20932.      *
  20933.      * @return \Aqarmap\Bundle\ListingBundle\Form\ListingBulkUpdateType
  20934.      */
  20935.     protected function getListingBulkUpdateTypeService()
  20936.     {
  20937.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  20938.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  20939.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/ListingBulkUpdateType.php';
  20940.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\ListingBulkUpdateType'] = new \Aqarmap\Bundle\ListingBundle\Form\ListingBulkUpdateType();
  20941.     }
  20942.     /**
  20943.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\ListingInitializeType' shared autowired service.
  20944.      *
  20945.      * @return \Aqarmap\Bundle\ListingBundle\Form\ListingInitializeType
  20946.      */
  20947.     protected function getListingInitializeType2Service()
  20948.     {
  20949.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  20950.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  20951.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/ListingInitializeType.php';
  20952.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\ListingInitializeType'] = new \Aqarmap\Bundle\ListingBundle\Form\ListingInitializeType();
  20953.     }
  20954.     /**
  20955.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\ListingLocationType' shared autowired service.
  20956.      *
  20957.      * @return \Aqarmap\Bundle\ListingBundle\Form\ListingLocationType
  20958.      */
  20959.     protected function getListingLocationTypeService()
  20960.     {
  20961.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  20962.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  20963.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/ListingLocationType.php';
  20964.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\ListingLocationType'] = new \Aqarmap\Bundle\ListingBundle\Form\ListingLocationType();
  20965.     }
  20966.     /**
  20967.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\ListingNoteType' shared autowired service.
  20968.      *
  20969.      * @return \Aqarmap\Bundle\ListingBundle\Form\ListingNoteType
  20970.      */
  20971.     protected function getListingNoteTypeService()
  20972.     {
  20973.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  20974.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  20975.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/ListingNoteType.php';
  20976.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\ListingNoteType'] = new \Aqarmap\Bundle\ListingBundle\Form\ListingNoteType();
  20977.     }
  20978.     /**
  20979.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\ListingOwnerType' shared autowired service.
  20980.      *
  20981.      * @return \Aqarmap\Bundle\ListingBundle\Form\ListingOwnerType
  20982.      */
  20983.     protected function getListingOwnerTypeService()
  20984.     {
  20985.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  20986.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  20987.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/ListingOwnerType.php';
  20988.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\ListingOwnerType'] = new \Aqarmap\Bundle\ListingBundle\Form\ListingOwnerType();
  20989.     }
  20990.     /**
  20991.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\ListingPhotoType' shared autowired service.
  20992.      *
  20993.      * @return \Aqarmap\Bundle\ListingBundle\Form\ListingPhotoType
  20994.      */
  20995.     protected function getListingPhotoTypeService()
  20996.     {
  20997.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  20998.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  20999.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/ListingPhotoType.php';
  21000.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\ListingPhotoType'] = new \Aqarmap\Bundle\ListingBundle\Form\ListingPhotoType();
  21001.     }
  21002.     /**
  21003.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\ListingRejectionType' shared autowired service.
  21004.      *
  21005.      * @return \Aqarmap\Bundle\ListingBundle\Form\ListingRejectionType
  21006.      */
  21007.     protected function getListingRejectionTypeService()
  21008.     {
  21009.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21010.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21011.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/ListingRejectionType.php';
  21012.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\ListingRejectionType'] = new \Aqarmap\Bundle\ListingBundle\Form\ListingRejectionType();
  21013.     }
  21014.     /**
  21015.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\ListingTranslationType' shared autowired service.
  21016.      *
  21017.      * @return \Aqarmap\Bundle\ListingBundle\Form\ListingTranslationType
  21018.      */
  21019.     protected function getListingTranslationTypeService()
  21020.     {
  21021.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21022.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21023.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/ListingTranslationType.php';
  21024.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\ListingTranslationType'] = new \Aqarmap\Bundle\ListingBundle\Form\ListingTranslationType();
  21025.     }
  21026.     /**
  21027.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\ListingType' shared autowired service.
  21028.      *
  21029.      * @return \Aqarmap\Bundle\ListingBundle\Form\ListingType
  21030.      */
  21031.     protected function getListingTypeService()
  21032.     {
  21033.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21034.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21035.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/ListingType.php';
  21036.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\ListingType'] = new \Aqarmap\Bundle\ListingBundle\Form\ListingType();
  21037.     }
  21038.     /**
  21039.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\LiteListingType' shared autowired service.
  21040.      *
  21041.      * @return \Aqarmap\Bundle\ListingBundle\Form\LiteListingType
  21042.      */
  21043.     protected function getLiteListingTypeService()
  21044.     {
  21045.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21046.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21047.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/LiteListingType.php';
  21048.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\LiteListingType'] = new \Aqarmap\Bundle\ListingBundle\Form\LiteListingType();
  21049.     }
  21050.     /**
  21051.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\LocationBulkUpdateType' shared autowired service.
  21052.      *
  21053.      * @return \Aqarmap\Bundle\ListingBundle\Form\LocationBulkUpdateType
  21054.      */
  21055.     protected function getLocationBulkUpdateTypeService()
  21056.     {
  21057.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21058.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21059.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/LocationBulkUpdateType.php';
  21060.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\LocationBulkUpdateType'] = new \Aqarmap\Bundle\ListingBundle\Form\LocationBulkUpdateType();
  21061.     }
  21062.     /**
  21063.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\LocationHistoryLinkType' shared autowired service.
  21064.      *
  21065.      * @return \Aqarmap\Bundle\ListingBundle\Form\LocationHistoryLinkType
  21066.      */
  21067.     protected function getLocationHistoryLinkTypeService()
  21068.     {
  21069.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21070.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21071.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/LocationHistoryLinkType.php';
  21072.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\LocationHistoryLinkType'] = new \Aqarmap\Bundle\ListingBundle\Form\LocationHistoryLinkType();
  21073.     }
  21074.     /**
  21075.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\LocationRatingType' shared autowired service.
  21076.      *
  21077.      * @return \Aqarmap\Bundle\ListingBundle\Form\LocationRatingType
  21078.      */
  21079.     protected function getLocationRatingTypeService()
  21080.     {
  21081.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21082.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21083.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/LocationRatingType.php';
  21084.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\LocationRatingType'] = new \Aqarmap\Bundle\ListingBundle\Form\LocationRatingType();
  21085.     }
  21086.     /**
  21087.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\LocationType' shared autowired service.
  21088.      *
  21089.      * @return \Aqarmap\Bundle\ListingBundle\Form\LocationType
  21090.      */
  21091.     protected function getLocationTypeService()
  21092.     {
  21093.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21094.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21095.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/LocationType.php';
  21096.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\LocationType'] = new \Aqarmap\Bundle\ListingBundle\Form\LocationType();
  21097.     }
  21098.     /**
  21099.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\MoveLocationListings' shared autowired service.
  21100.      *
  21101.      * @return \Aqarmap\Bundle\ListingBundle\Form\MoveLocationListings
  21102.      */
  21103.     protected function getMoveLocationListingsService()
  21104.     {
  21105.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21106.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21107.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/MoveLocationListings.php';
  21108.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\MoveLocationListings'] = new \Aqarmap\Bundle\ListingBundle\Form\MoveLocationListings();
  21109.     }
  21110.     /**
  21111.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\MultipleSearchFormType' shared autowired service.
  21112.      *
  21113.      * @return \Aqarmap\Bundle\ListingBundle\Form\MultipleSearchFormType
  21114.      */
  21115.     protected function getMultipleSearchFormTypeService()
  21116.     {
  21117.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21118.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21119.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/MultipleSearchFormType.php';
  21120.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\MultipleSearchFormType'] = new \Aqarmap\Bundle\ListingBundle\Form\MultipleSearchFormType();
  21121.     }
  21122.     /**
  21123.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\MyListingSearchType' shared autowired service.
  21124.      *
  21125.      * @return \Aqarmap\Bundle\ListingBundle\Form\MyListingSearchType
  21126.      */
  21127.     protected function getMyListingSearchTypeService()
  21128.     {
  21129.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21130.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21131.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/MyListingSearchType.php';
  21132.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\MyListingSearchType'] = new \Aqarmap\Bundle\ListingBundle\Form\MyListingSearchType();
  21133.     }
  21134.     /**
  21135.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\NearestLocationType' shared autowired service.
  21136.      *
  21137.      * @return \Aqarmap\Bundle\ListingBundle\Form\NearestLocationType
  21138.      */
  21139.     protected function getNearestLocationTypeService()
  21140.     {
  21141.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21142.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21143.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/NearestLocationType.php';
  21144.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\NearestLocationType'] = new \Aqarmap\Bundle\ListingBundle\Form\NearestLocationType();
  21145.     }
  21146.     /**
  21147.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\OnePhotoType' shared autowired service.
  21148.      *
  21149.      * @return \Aqarmap\Bundle\ListingBundle\Form\OnePhotoType
  21150.      */
  21151.     protected function getOnePhotoTypeService()
  21152.     {
  21153.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21154.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21155.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/OnePhotoType.php';
  21156.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\OnePhotoType'] = new \Aqarmap\Bundle\ListingBundle\Form\OnePhotoType();
  21157.     }
  21158.     /**
  21159.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\PhoneType' shared autowired service.
  21160.      *
  21161.      * @return \Aqarmap\Bundle\ListingBundle\Form\PhoneType
  21162.      */
  21163.     protected function getPhoneTypeService()
  21164.     {
  21165.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21166.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21167.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/PhoneType.php';
  21168.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\PhoneType'] = new \Aqarmap\Bundle\ListingBundle\Form\PhoneType();
  21169.     }
  21170.     /**
  21171.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\PhotoType' shared autowired service.
  21172.      *
  21173.      * @return \Aqarmap\Bundle\ListingBundle\Form\PhotoType
  21174.      */
  21175.     protected function getPhotoType2Service()
  21176.     {
  21177.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21178.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21179.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/PhotoType.php';
  21180.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\PhotoType'] = new \Aqarmap\Bundle\ListingBundle\Form\PhotoType();
  21181.     }
  21182.     /**
  21183.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\ProjectSettingFormType' shared autowired service.
  21184.      *
  21185.      * @return \Aqarmap\Bundle\ListingBundle\Form\ProjectSettingFormType
  21186.      */
  21187.     protected function getProjectSettingFormTypeService()
  21188.     {
  21189.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21190.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21191.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/ProjectSettingFormType.php';
  21192.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\ProjectSettingFormType'] = new \Aqarmap\Bundle\ListingBundle\Form\ProjectSettingFormType();
  21193.     }
  21194.     /**
  21195.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\PropertyTypeType' shared autowired service.
  21196.      *
  21197.      * @return \Aqarmap\Bundle\ListingBundle\Form\PropertyTypeType
  21198.      */
  21199.     protected function getPropertyTypeTypeService()
  21200.     {
  21201.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21202.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21203.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/PropertyTypeType.php';
  21204.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\PropertyTypeType'] = new \Aqarmap\Bundle\ListingBundle\Form\PropertyTypeType();
  21205.     }
  21206.     /**
  21207.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\QuickAddListingType' shared autowired service.
  21208.      *
  21209.      * @return \Aqarmap\Bundle\ListingBundle\Form\QuickAddListingType
  21210.      */
  21211.     protected function getQuickAddListingTypeService()
  21212.     {
  21213.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21214.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21215.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/QuickAddListingType.php';
  21216.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\QuickAddListingType'] = new \Aqarmap\Bundle\ListingBundle\Form\QuickAddListingType();
  21217.     }
  21218.     /**
  21219.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\QuickContactSellerType' shared autowired service.
  21220.      *
  21221.      * @return \Aqarmap\Bundle\ListingBundle\Form\QuickContactSellerType
  21222.      */
  21223.     protected function getQuickContactSellerTypeService()
  21224.     {
  21225.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21226.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21227.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/ContactSellerFormType.php';
  21228.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/QuickContactSellerType.php';
  21229.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\QuickContactSellerType'] = new \Aqarmap\Bundle\ListingBundle\Form\QuickContactSellerType();
  21230.     }
  21231.     /**
  21232.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\QuickCreateLeadFormType' shared autowired service.
  21233.      *
  21234.      * @return \Aqarmap\Bundle\ListingBundle\Form\QuickCreateLeadFormType
  21235.      */
  21236.     protected function getQuickCreateLeadFormTypeService()
  21237.     {
  21238.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21239.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21240.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/QuickCreateLeadFormType.php';
  21241.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\QuickCreateLeadFormType'] = new \Aqarmap\Bundle\ListingBundle\Form\QuickCreateLeadFormType();
  21242.     }
  21243.     /**
  21244.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\QuickLeadType' shared autowired service.
  21245.      *
  21246.      * @return \Aqarmap\Bundle\ListingBundle\Form\QuickLeadType
  21247.      */
  21248.     protected function getQuickLeadTypeService()
  21249.     {
  21250.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21251.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21252.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/QuickLeadType.php';
  21253.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\QuickLeadType'] = new \Aqarmap\Bundle\ListingBundle\Form\QuickLeadType();
  21254.     }
  21255.     /**
  21256.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\RatesNoteType' shared autowired service.
  21257.      *
  21258.      * @return \Aqarmap\Bundle\ListingBundle\Form\RatesNoteType
  21259.      */
  21260.     protected function getRatesNoteTypeService()
  21261.     {
  21262.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21263.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21264.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/RatesNoteType.php';
  21265.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\RatesNoteType'] = new \Aqarmap\Bundle\ListingBundle\Form\RatesNoteType();
  21266.     }
  21267.     /**
  21268.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\RejectionType' shared autowired service.
  21269.      *
  21270.      * @return \Aqarmap\Bundle\ListingBundle\Form\RejectionType
  21271.      */
  21272.     protected function getRejectionTypeService()
  21273.     {
  21274.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21275.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21276.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/RejectionType.php';
  21277.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\RejectionType'] = new \Aqarmap\Bundle\ListingBundle\Form\RejectionType();
  21278.     }
  21279.     /**
  21280.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\ScrapedListingStateType' shared autowired service.
  21281.      *
  21282.      * @return \Aqarmap\Bundle\ListingBundle\Form\ScrapedListingStateType
  21283.      */
  21284.     protected function getScrapedListingStateTypeService()
  21285.     {
  21286.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21287.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21288.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/ScrapedListingStateType.php';
  21289.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\ScrapedListingStateType'] = new \Aqarmap\Bundle\ListingBundle\Form\ScrapedListingStateType();
  21290.     }
  21291.     /**
  21292.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\SearchBoxType' shared autowired service.
  21293.      *
  21294.      * @return \Aqarmap\Bundle\ListingBundle\Form\SearchBoxType
  21295.      */
  21296.     protected function getSearchBoxTypeService()
  21297.     {
  21298.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21299.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21300.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/SearchBoxType.php';
  21301.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\SearchBoxType'] = new \Aqarmap\Bundle\ListingBundle\Form\SearchBoxType(($this->services['router'] ?? $this->getRouterService()));
  21302.     }
  21303.     /**
  21304.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\SearchByLocationType' shared autowired service.
  21305.      *
  21306.      * @return \Aqarmap\Bundle\ListingBundle\Form\SearchByLocationType
  21307.      */
  21308.     protected function getSearchByLocationTypeService()
  21309.     {
  21310.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21311.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21312.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/SearchByLocationType.php';
  21313.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\SearchByLocationType'] = new \Aqarmap\Bundle\ListingBundle\Form\SearchByLocationType();
  21314.     }
  21315.     /**
  21316.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\SearchTermAliasType' shared autowired service.
  21317.      *
  21318.      * @return \Aqarmap\Bundle\ListingBundle\Form\SearchTermAliasType
  21319.      */
  21320.     protected function getSearchTermAliasTypeService()
  21321.     {
  21322.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21323.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21324.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/SearchTermAliasType.php';
  21325.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\SearchTermAliasType'] = new \Aqarmap\Bundle\ListingBundle\Form\SearchTermAliasType();
  21326.     }
  21327.     /**
  21328.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\SearchType' shared autowired service.
  21329.      *
  21330.      * @return \Aqarmap\Bundle\ListingBundle\Form\SearchType
  21331.      */
  21332.     protected function getSearchTypeService()
  21333.     {
  21334.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21335.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21336.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/SearchType.php';
  21337.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\SearchType'] = new \Aqarmap\Bundle\ListingBundle\Form\SearchType();
  21338.     }
  21339.     /**
  21340.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\StatisticsType' shared autowired service.
  21341.      *
  21342.      * @return \Aqarmap\Bundle\ListingBundle\Form\StatisticsType
  21343.      */
  21344.     protected function getStatisticsTypeService()
  21345.     {
  21346.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21347.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21348.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/StatisticsType.php';
  21349.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\StatisticsType'] = new \Aqarmap\Bundle\ListingBundle\Form\StatisticsType();
  21350.     }
  21351.     /**
  21352.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\UserDeviceType' shared autowired service.
  21353.      *
  21354.      * @return \Aqarmap\Bundle\ListingBundle\Form\UserDeviceType
  21355.      */
  21356.     protected function getUserDeviceTypeService()
  21357.     {
  21358.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21359.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21360.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/UserDeviceType.php';
  21361.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\UserDeviceType'] = new \Aqarmap\Bundle\ListingBundle\Form\UserDeviceType();
  21362.     }
  21363.     /**
  21364.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\V3\AddListingType' shared autowired service.
  21365.      *
  21366.      * @return \Aqarmap\Bundle\ListingBundle\Form\V3\AddListingType
  21367.      */
  21368.     protected function getAddListingTypeService()
  21369.     {
  21370.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21371.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21372.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/V3/AddListingType.php';
  21373.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\V3\\AddListingType'] = new \Aqarmap\Bundle\ListingBundle\Form\V3\AddListingType();
  21374.     }
  21375.     /**
  21376.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\V3\ListingAttributeType' shared autowired service.
  21377.      *
  21378.      * @return \Aqarmap\Bundle\ListingBundle\Form\V3\ListingAttributeType
  21379.      */
  21380.     protected function getListingAttributeType2Service()
  21381.     {
  21382.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21383.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21384.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/V3/ListingAttributeType.php';
  21385.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\V3\\ListingAttributeType'] = new \Aqarmap\Bundle\ListingBundle\Form\V3\ListingAttributeType();
  21386.     }
  21387.     /**
  21388.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\V3\ListingType' shared autowired service.
  21389.      *
  21390.      * @return \Aqarmap\Bundle\ListingBundle\Form\V3\ListingType
  21391.      */
  21392.     protected function getListingType2Service()
  21393.     {
  21394.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21395.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21396.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/V3/ListingType.php';
  21397.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\V3\\ListingType'] = new \Aqarmap\Bundle\ListingBundle\Form\V3\ListingType();
  21398.     }
  21399.     /**
  21400.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\V3\ListingTypes\DescriptionTranslationType' shared autowired service.
  21401.      *
  21402.      * @return \Aqarmap\Bundle\ListingBundle\Form\V3\ListingTypes\DescriptionTranslationType
  21403.      */
  21404.     protected function getDescriptionTranslationTypeService()
  21405.     {
  21406.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21407.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21408.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/V3/ListingTypes/DescriptionTranslationType.php';
  21409.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\V3\\ListingTypes\\DescriptionTranslationType'] = new \Aqarmap\Bundle\ListingBundle\Form\V3\ListingTypes\DescriptionTranslationType();
  21410.     }
  21411.     /**
  21412.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\V3\ListingTypes\TitleTranslationType' shared autowired service.
  21413.      *
  21414.      * @return \Aqarmap\Bundle\ListingBundle\Form\V3\ListingTypes\TitleTranslationType
  21415.      */
  21416.     protected function getTitleTranslationTypeService()
  21417.     {
  21418.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21419.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21420.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/V3/ListingTypes/TitleTranslationType.php';
  21421.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\V3\\ListingTypes\\TitleTranslationType'] = new \Aqarmap\Bundle\ListingBundle\Form\V3\ListingTypes\TitleTranslationType();
  21422.     }
  21423.     /**
  21424.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Form\V4\ListingType' shared autowired service.
  21425.      *
  21426.      * @return \Aqarmap\Bundle\ListingBundle\Form\V4\ListingType
  21427.      */
  21428.     protected function getListingType3Service()
  21429.     {
  21430.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21431.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21432.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Form/V4/ListingType.php';
  21433.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Form\\V4\\ListingType'] = new \Aqarmap\Bundle\ListingBundle\Form\V4\ListingType();
  21434.     }
  21435.     /**
  21436.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Model\ShowPhoneNumberEmailBodyBuilder' shared autowired service.
  21437.      *
  21438.      * @return \Aqarmap\Bundle\ListingBundle\Model\ShowPhoneNumberEmailBodyBuilder
  21439.      */
  21440.     protected function getShowPhoneNumberEmailBodyBuilderService()
  21441.     {
  21442.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Contract/EmailBodyBuilderInterface.php';
  21443.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Model/ShowPhoneNumberEmailBodyBuilder.php';
  21444.         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()));
  21445.     }
  21446.     /**
  21447.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Repository\CRMLeadRepository' shared autowired service.
  21448.      *
  21449.      * @return \Aqarmap\Bundle\ListingBundle\Repository\CRMLeadRepository
  21450.      */
  21451.     protected function getCRMLeadRepositoryService()
  21452.     {
  21453.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Repository/CRMLeadRepository.php';
  21454.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\CRMLeadRepository'] = new \Aqarmap\Bundle\ListingBundle\Repository\CRMLeadRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  21455.     }
  21456.     /**
  21457.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Repository\CallRequestLeadRepository' shared autowired service.
  21458.      *
  21459.      * @return \Aqarmap\Bundle\ListingBundle\Repository\CallRequestLeadRepository
  21460.      */
  21461.     protected function getCallRequestLeadRepositoryService()
  21462.     {
  21463.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\CallRequestLeadRepository'] = new \Aqarmap\Bundle\ListingBundle\Repository\CallRequestLeadRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  21464.     }
  21465.     /**
  21466.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Repository\CallRequestRepository' shared autowired service.
  21467.      *
  21468.      * @return \Aqarmap\Bundle\ListingBundle\Repository\CallRequestRepository
  21469.      */
  21470.     protected function getCallRequestRepositoryService()
  21471.     {
  21472.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\CallRequestRepository'] = new \Aqarmap\Bundle\ListingBundle\Repository\CallRequestRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  21473.     }
  21474.     /**
  21475.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Repository\CompoundAveragePriceRepository' shared autowired service.
  21476.      *
  21477.      * @return \Aqarmap\Bundle\ListingBundle\Repository\CompoundAveragePriceRepository
  21478.      */
  21479.     protected function getCompoundAveragePriceRepositoryService()
  21480.     {
  21481.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Repository/CompoundAveragePriceRepository.php';
  21482.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\CompoundAveragePriceRepository'] = new \Aqarmap\Bundle\ListingBundle\Repository\CompoundAveragePriceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  21483.     }
  21484.     /**
  21485.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Repository\CompoundLocationRepository' shared autowired service.
  21486.      *
  21487.      * @return \Aqarmap\Bundle\ListingBundle\Repository\CompoundLocationRepository
  21488.      */
  21489.     protected function getCompoundLocationRepositoryService()
  21490.     {
  21491.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  21492.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\CompoundLocationRepository'])) {
  21493.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\CompoundLocationRepository'];
  21494.         }
  21495.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\CompoundLocationRepository'] = new \Aqarmap\Bundle\ListingBundle\Repository\CompoundLocationRepository($a);
  21496.     }
  21497.     /**
  21498.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Repository\CustomFieldRepository' shared autowired service.
  21499.      *
  21500.      * @return \Aqarmap\Bundle\ListingBundle\Repository\CustomFieldRepository
  21501.      */
  21502.     protected function getCustomFieldRepositoryService()
  21503.     {
  21504.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\CustomFieldRepository'] = new \Aqarmap\Bundle\ListingBundle\Repository\CustomFieldRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  21505.     }
  21506.     /**
  21507.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Repository\FavouriteRepository' shared autowired service.
  21508.      *
  21509.      * @return \Aqarmap\Bundle\ListingBundle\Repository\FavouriteRepository
  21510.      */
  21511.     protected function getFavouriteRepositoryService()
  21512.     {
  21513.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\FavouriteRepository'] = new \Aqarmap\Bundle\ListingBundle\Repository\FavouriteRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  21514.     }
  21515.     /**
  21516.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Repository\FeaturedCompanyLeadRepository' shared autowired service.
  21517.      *
  21518.      * @return \Aqarmap\Bundle\ListingBundle\Repository\FeaturedCompanyLeadRepository
  21519.      */
  21520.     protected function getFeaturedCompanyLeadRepositoryService()
  21521.     {
  21522.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Repository/FeaturedCompanyLeadRepository.php';
  21523.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\FeaturedCompanyLeadRepository'] = new \Aqarmap\Bundle\ListingBundle\Repository\FeaturedCompanyLeadRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  21524.     }
  21525.     /**
  21526.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Repository\FreeListingRepository' shared autowired service.
  21527.      *
  21528.      * @return \Aqarmap\Bundle\ListingBundle\Repository\FreeListingRepository
  21529.      */
  21530.     protected function getFreeListingRepositoryService()
  21531.     {
  21532.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\FreeListingRepository'] = new \Aqarmap\Bundle\ListingBundle\Repository\FreeListingRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  21533.     }
  21534.     /**
  21535.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Repository\InteractionRepository' shared autowired service.
  21536.      *
  21537.      * @return \Aqarmap\Bundle\ListingBundle\Repository\InteractionRepository
  21538.      */
  21539.     protected function getInteractionRepositoryService()
  21540.     {
  21541.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\InteractionRepository'] = new \Aqarmap\Bundle\ListingBundle\Repository\InteractionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  21542.     }
  21543.     /**
  21544.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Repository\LeadRepository' shared autowired service.
  21545.      *
  21546.      * @return \Aqarmap\Bundle\ListingBundle\Repository\LeadRepository
  21547.      */
  21548.     protected function getLeadRepositoryService()
  21549.     {
  21550.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\LeadRepository'] = new \Aqarmap\Bundle\ListingBundle\Repository\LeadRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  21551.     }
  21552.     /**
  21553.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Repository\LeadsExpectationsRepository' shared autowired service.
  21554.      *
  21555.      * @return \Aqarmap\Bundle\ListingBundle\Repository\LeadsExpectationsRepository
  21556.      */
  21557.     protected function getLeadsExpectationsRepositoryService()
  21558.     {
  21559.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Repository/LeadsExpectationsRepository.php';
  21560.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\LeadsExpectationsRepository'] = new \Aqarmap\Bundle\ListingBundle\Repository\LeadsExpectationsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  21561.     }
  21562.     /**
  21563.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Repository\ListingActivityLogRepository' shared autowired service.
  21564.      *
  21565.      * @return \Aqarmap\Bundle\ListingBundle\Repository\ListingActivityLogRepository
  21566.      */
  21567.     protected function getListingActivityLogRepositoryService()
  21568.     {
  21569.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Repository/ListingActivityLogRepository.php';
  21570.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingActivityLogRepository'] = new \Aqarmap\Bundle\ListingBundle\Repository\ListingActivityLogRepository(($this->services['doctrine_mongodb'] ?? $this->getDoctrineMongodbService()));
  21571.     }
  21572.     /**
  21573.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Repository\ListingFeatureRepository' shared autowired service.
  21574.      *
  21575.      * @return \Aqarmap\Bundle\ListingBundle\Repository\ListingFeatureRepository
  21576.      */
  21577.     protected function getListingFeatureRepositoryService()
  21578.     {
  21579.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingFeatureRepository'] = new \Aqarmap\Bundle\ListingBundle\Repository\ListingFeatureRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  21580.     }
  21581.     /**
  21582.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Repository\ListingImpressionAggregationRepository' shared autowired service.
  21583.      *
  21584.      * @return \Aqarmap\Bundle\ListingBundle\Repository\ListingImpressionAggregationRepository
  21585.      */
  21586.     protected function getListingImpressionAggregationRepositoryService()
  21587.     {
  21588.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Repository/ListingImpressionAggregationRepository.php';
  21589.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingImpressionAggregationRepository'] = new \Aqarmap\Bundle\ListingBundle\Repository\ListingImpressionAggregationRepository(($this->services['doctrine_mongodb'] ?? $this->getDoctrineMongodbService()));
  21590.     }
  21591.     /**
  21592.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Repository\ListingImpressionRepository' shared autowired service.
  21593.      *
  21594.      * @return \Aqarmap\Bundle\ListingBundle\Repository\ListingImpressionRepository
  21595.      */
  21596.     protected function getListingImpressionRepositoryService()
  21597.     {
  21598.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingImpressionRepository'] = new \Aqarmap\Bundle\ListingBundle\Repository\ListingImpressionRepository(($this->services['doctrine_mongodb'] ?? $this->getDoctrineMongodbService()));
  21599.     }
  21600.     /**
  21601.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Repository\ListingLeadRepository' shared autowired service.
  21602.      *
  21603.      * @return \Aqarmap\Bundle\ListingBundle\Repository\ListingLeadRepository
  21604.      */
  21605.     protected function getListingLeadRepositoryService()
  21606.     {
  21607.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingLeadRepository'] = new \Aqarmap\Bundle\ListingBundle\Repository\ListingLeadRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  21608.     }
  21609.     /**
  21610.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Repository\ListingNoteRepository' shared autowired service.
  21611.      *
  21612.      * @return \Aqarmap\Bundle\ListingBundle\Repository\ListingNoteRepository
  21613.      */
  21614.     protected function getListingNoteRepositoryService()
  21615.     {
  21616.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Repository/ListingNoteRepository.php';
  21617.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingNoteRepository'] = new \Aqarmap\Bundle\ListingBundle\Repository\ListingNoteRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  21618.     }
  21619.     /**
  21620.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Repository\ListingPhoneRepository' shared autowired service.
  21621.      *
  21622.      * @return \Aqarmap\Bundle\ListingBundle\Repository\ListingPhoneRepository
  21623.      */
  21624.     protected function getListingPhoneRepositoryService()
  21625.     {
  21626.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingPhoneRepository'] = new \Aqarmap\Bundle\ListingBundle\Repository\ListingPhoneRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  21627.     }
  21628.     /**
  21629.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Repository\ListingRateReasonsRepository' shared autowired service.
  21630.      *
  21631.      * @return \Aqarmap\Bundle\ListingBundle\Repository\ListingRateReasonsRepository
  21632.      */
  21633.     protected function getListingRateReasonsRepositoryService()
  21634.     {
  21635.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Repository/ListingRateReasonsRepository.php';
  21636.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingRateReasonsRepository'] = new \Aqarmap\Bundle\ListingBundle\Repository\ListingRateReasonsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  21637.     }
  21638.     /**
  21639.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Repository\ListingRateRepository' shared autowired service.
  21640.      *
  21641.      * @return \Aqarmap\Bundle\ListingBundle\Repository\ListingRateRepository
  21642.      */
  21643.     protected function getListingRateRepositoryService()
  21644.     {
  21645.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Repository/ListingRateRepository.php';
  21646.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingRateRepository'] = new \Aqarmap\Bundle\ListingBundle\Repository\ListingRateRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  21647.     }
  21648.     /**
  21649.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Repository\LocationRepository' shared autowired service.
  21650.      *
  21651.      * @return \Aqarmap\Bundle\ListingBundle\Repository\LocationRepository
  21652.      */
  21653.     protected function getLocationRepositoryService()
  21654.     {
  21655.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  21656.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\LocationRepository'])) {
  21657.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\LocationRepository'];
  21658.         }
  21659.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\LocationRepository'] = new \Aqarmap\Bundle\ListingBundle\Repository\LocationRepository($a);
  21660.     }
  21661.     /**
  21662.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Repository\LocationSearchHistoryRepository' shared autowired service.
  21663.      *
  21664.      * @return \Aqarmap\Bundle\ListingBundle\Repository\LocationSearchHistoryRepository
  21665.      */
  21666.     protected function getLocationSearchHistoryRepositoryService()
  21667.     {
  21668.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Repository/LocationSearchHistoryRepository.php';
  21669.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\LocationSearchHistoryRepository'] = new \Aqarmap\Bundle\ListingBundle\Repository\LocationSearchHistoryRepository(($this->services['doctrine_mongodb'] ?? $this->getDoctrineMongodbService()));
  21670.     }
  21671.     /**
  21672.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Repository\LocationSupplyDemandRepository' shared autowired service.
  21673.      *
  21674.      * @return \Aqarmap\Bundle\ListingBundle\Repository\LocationSupplyDemandRepository
  21675.      */
  21676.     protected function getLocationSupplyDemandRepositoryService()
  21677.     {
  21678.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Repository/LocationSupplyDemandRepository.php';
  21679.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\LocationSupplyDemandRepository'] = new \Aqarmap\Bundle\ListingBundle\Repository\LocationSupplyDemandRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  21680.     }
  21681.     /**
  21682.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Repository\MessageLeadRepository' shared autowired service.
  21683.      *
  21684.      * @return \Aqarmap\Bundle\ListingBundle\Repository\MessageLeadRepository
  21685.      */
  21686.     protected function getMessageLeadRepositoryService()
  21687.     {
  21688.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\MessageLeadRepository'] = new \Aqarmap\Bundle\ListingBundle\Repository\MessageLeadRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  21689.     }
  21690.     /**
  21691.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Repository\PhoneLeadRepository' shared autowired service.
  21692.      *
  21693.      * @return \Aqarmap\Bundle\ListingBundle\Repository\PhoneLeadRepository
  21694.      */
  21695.     protected function getPhoneLeadRepositoryService()
  21696.     {
  21697.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\PhoneLeadRepository'] = new \Aqarmap\Bundle\ListingBundle\Repository\PhoneLeadRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  21698.     }
  21699.     /**
  21700.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Repository\PhoneRepository' shared autowired service.
  21701.      *
  21702.      * @return \Aqarmap\Bundle\ListingBundle\Repository\PhoneRepository
  21703.      */
  21704.     protected function getPhoneRepositoryService()
  21705.     {
  21706.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\PhoneRepository'] = new \Aqarmap\Bundle\ListingBundle\Repository\PhoneRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  21707.     }
  21708.     /**
  21709.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Repository\ProjectSettingRepository' shared autowired service.
  21710.      *
  21711.      * @return \Aqarmap\Bundle\ListingBundle\Repository\ProjectSettingRepository
  21712.      */
  21713.     protected function getProjectSettingRepositoryService()
  21714.     {
  21715.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Repository/ProjectSettingRepository.php';
  21716.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\ProjectSettingRepository'] = new \Aqarmap\Bundle\ListingBundle\Repository\ProjectSettingRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  21717.     }
  21718.     /**
  21719.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Repository\PropertyTypeRepository' shared autowired service.
  21720.      *
  21721.      * @return \Aqarmap\Bundle\ListingBundle\Repository\PropertyTypeRepository
  21722.      */
  21723.     protected function getPropertyTypeRepositoryService()
  21724.     {
  21725.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  21726.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\PropertyTypeRepository'])) {
  21727.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\PropertyTypeRepository'];
  21728.         }
  21729.         $this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\PropertyTypeRepository'] = $instance = new \Aqarmap\Bundle\ListingBundle\Repository\PropertyTypeRepository($a);
  21730.         $instance->setCacheManager(($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\CacheManager'] ?? $this->getCacheManagerService()));
  21731.         return $instance;
  21732.     }
  21733.     /**
  21734.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Repository\QuickRegistrationUnsubmitSurveyRepository' shared autowired service.
  21735.      *
  21736.      * @return \Aqarmap\Bundle\ListingBundle\Repository\QuickRegistrationUnsubmitSurveyRepository
  21737.      */
  21738.     protected function getQuickRegistrationUnsubmitSurveyRepositoryService()
  21739.     {
  21740.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Repository/QuickRegistrationUnsubmitSurveyRepository.php';
  21741.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\QuickRegistrationUnsubmitSurveyRepository'] = new \Aqarmap\Bundle\ListingBundle\Repository\QuickRegistrationUnsubmitSurveyRepository(($this->services['doctrine_mongodb'] ?? $this->getDoctrineMongodbService()));
  21742.     }
  21743.     /**
  21744.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Repository\RejectionRepository' shared autowired service.
  21745.      *
  21746.      * @return \Aqarmap\Bundle\ListingBundle\Repository\RejectionRepository
  21747.      */
  21748.     protected function getRejectionRepositoryService()
  21749.     {
  21750.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\RejectionRepository'] = new \Aqarmap\Bundle\ListingBundle\Repository\RejectionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  21751.     }
  21752.     /**
  21753.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Repository\SavedSearchRepository' shared autowired service.
  21754.      *
  21755.      * @return \Aqarmap\Bundle\ListingBundle\Repository\SavedSearchRepository
  21756.      */
  21757.     protected function getSavedSearchRepositoryService()
  21758.     {
  21759.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Repository/SavedSearchRepository.php';
  21760.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\SavedSearchRepository'] = new \Aqarmap\Bundle\ListingBundle\Repository\SavedSearchRepository(($this->services['doctrine_mongodb'] ?? $this->getDoctrineMongodbService()));
  21761.     }
  21762.     /**
  21763.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Repository\ScrapedListingRepository' shared autowired service.
  21764.      *
  21765.      * @return \Aqarmap\Bundle\ListingBundle\Repository\ScrapedListingRepository
  21766.      */
  21767.     protected function getScrapedListingRepositoryService()
  21768.     {
  21769.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Repository/ScrapedListingRepository.php';
  21770.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\ScrapedListingRepository'] = new \Aqarmap\Bundle\ListingBundle\Repository\ScrapedListingRepository(($this->services['doctrine_mongodb'] ?? $this->getDoctrineMongodbService()));
  21771.     }
  21772.     /**
  21773.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Repository\ScrapedListingStatsRepository' shared autowired service.
  21774.      *
  21775.      * @return \Aqarmap\Bundle\ListingBundle\Repository\ScrapedListingStatsRepository
  21776.      */
  21777.     protected function getScrapedListingStatsRepositoryService()
  21778.     {
  21779.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Repository/ScrapedListingStatsRepository.php';
  21780.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\ScrapedListingStatsRepository'] = new \Aqarmap\Bundle\ListingBundle\Repository\ScrapedListingStatsRepository(($this->services['doctrine_mongodb'] ?? $this->getDoctrineMongodbService()));
  21781.     }
  21782.     /**
  21783.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Repository\SearchKeywordRepository' shared autowired service.
  21784.      *
  21785.      * @return \Aqarmap\Bundle\ListingBundle\Repository\SearchKeywordRepository
  21786.      */
  21787.     protected function getSearchKeywordRepositoryService()
  21788.     {
  21789.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Repository/SearchKeywordRepository.php';
  21790.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\SearchKeywordRepository'] = new \Aqarmap\Bundle\ListingBundle\Repository\SearchKeywordRepository(($this->services['doctrine_mongodb'] ?? $this->getDoctrineMongodbService()));
  21791.     }
  21792.     /**
  21793.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Repository\SearchRepository' shared autowired service.
  21794.      *
  21795.      * @return \Aqarmap\Bundle\ListingBundle\Repository\SearchRepository
  21796.      */
  21797.     protected function getSearchRepositoryService()
  21798.     {
  21799.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Repository/SearchRepository.php';
  21800.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\SearchRepository'] = new \Aqarmap\Bundle\ListingBundle\Repository\SearchRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  21801.     }
  21802.     /**
  21803.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Repository\SectionRepository' shared autowired service.
  21804.      *
  21805.      * @return \Aqarmap\Bundle\ListingBundle\Repository\SectionRepository
  21806.      */
  21807.     protected function getSectionRepositoryService()
  21808.     {
  21809.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\SectionRepository'] = new \Aqarmap\Bundle\ListingBundle\Repository\SectionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  21810.     }
  21811.     /**
  21812.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Repository\SimilarListingsLeadRepository' shared autowired service.
  21813.      *
  21814.      * @return \Aqarmap\Bundle\ListingBundle\Repository\SimilarListingsLeadRepository
  21815.      */
  21816.     protected function getSimilarListingsLeadRepositoryService()
  21817.     {
  21818.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\SimilarListingsLeadRepository'] = new \Aqarmap\Bundle\ListingBundle\Repository\SimilarListingsLeadRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  21819.     }
  21820.     /**
  21821.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Repository\TargetUserLeadRepository' shared autowired service.
  21822.      *
  21823.      * @return \Aqarmap\Bundle\ListingBundle\Repository\TargetUserLeadRepository
  21824.      */
  21825.     protected function getTargetUserLeadRepositoryService()
  21826.     {
  21827.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\TargetUserLeadRepository'] = new \Aqarmap\Bundle\ListingBundle\Repository\TargetUserLeadRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  21828.     }
  21829.     /**
  21830.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Repository\TargetUserMessageLeadRepository' shared autowired service.
  21831.      *
  21832.      * @return \Aqarmap\Bundle\ListingBundle\Repository\TargetUserMessageLeadRepository
  21833.      */
  21834.     protected function getTargetUserMessageLeadRepositoryService()
  21835.     {
  21836.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\TargetUserMessageLeadRepository'] = new \Aqarmap\Bundle\ListingBundle\Repository\TargetUserMessageLeadRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  21837.     }
  21838.     /**
  21839.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Repository\TargetUserPhoneLeadRepository' shared autowired service.
  21840.      *
  21841.      * @return \Aqarmap\Bundle\ListingBundle\Repository\TargetUserPhoneLeadRepository
  21842.      */
  21843.     protected function getTargetUserPhoneLeadRepositoryService()
  21844.     {
  21845.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\TargetUserPhoneLeadRepository'] = new \Aqarmap\Bundle\ListingBundle\Repository\TargetUserPhoneLeadRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  21846.     }
  21847.     /**
  21848.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Repository\TopCustomerRepository' shared autowired service.
  21849.      *
  21850.      * @return \Aqarmap\Bundle\ListingBundle\Repository\TopCustomerRepository
  21851.      */
  21852.     protected function getTopCustomerRepositoryService()
  21853.     {
  21854.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Repository/TopCustomerRepository.php';
  21855.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\TopCustomerRepository'] = new \Aqarmap\Bundle\ListingBundle\Repository\TopCustomerRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  21856.     }
  21857.     /**
  21858.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Repository\TopSellerLeadRepository' shared autowired service.
  21859.      *
  21860.      * @return \Aqarmap\Bundle\ListingBundle\Repository\TopSellerLeadRepository
  21861.      */
  21862.     protected function getTopSellerLeadRepositoryService()
  21863.     {
  21864.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\TopSellerLeadRepository'] = new \Aqarmap\Bundle\ListingBundle\Repository\TopSellerLeadRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  21865.     }
  21866.     /**
  21867.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Repository\UserDomainLeadRepository' shared autowired service.
  21868.      *
  21869.      * @return \Aqarmap\Bundle\ListingBundle\Repository\UserDomainLeadRepository
  21870.      */
  21871.     protected function getUserDomainLeadRepositoryService()
  21872.     {
  21873.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\UserDomainLeadRepository'] = new \Aqarmap\Bundle\ListingBundle\Repository\UserDomainLeadRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  21874.     }
  21875.     /**
  21876.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Repository\UserDomainMessageLeadRepository' shared autowired service.
  21877.      *
  21878.      * @return \Aqarmap\Bundle\ListingBundle\Repository\UserDomainMessageLeadRepository
  21879.      */
  21880.     protected function getUserDomainMessageLeadRepositoryService()
  21881.     {
  21882.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\UserDomainMessageLeadRepository'] = new \Aqarmap\Bundle\ListingBundle\Repository\UserDomainMessageLeadRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  21883.     }
  21884.     /**
  21885.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Repository\UserDomainPhoneLeadRepository' shared autowired service.
  21886.      *
  21887.      * @return \Aqarmap\Bundle\ListingBundle\Repository\UserDomainPhoneLeadRepository
  21888.      */
  21889.     protected function getUserDomainPhoneLeadRepositoryService()
  21890.     {
  21891.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\UserDomainPhoneLeadRepository'] = new \Aqarmap\Bundle\ListingBundle\Repository\UserDomainPhoneLeadRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  21892.     }
  21893.     /**
  21894.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Repository\UserPhoneRepository' shared autowired service.
  21895.      *
  21896.      * @return \Aqarmap\Bundle\ListingBundle\Repository\UserPhoneRepository
  21897.      */
  21898.     protected function getUserPhoneRepositoryService()
  21899.     {
  21900.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\UserPhoneRepository'] = new \Aqarmap\Bundle\ListingBundle\Repository\UserPhoneRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  21901.     }
  21902.     /**
  21903.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Repository\WhatsAppLeadRepository' shared autowired service.
  21904.      *
  21905.      * @return \Aqarmap\Bundle\ListingBundle\Repository\WhatsAppLeadRepository
  21906.      */
  21907.     protected function getWhatsAppLeadRepositoryService()
  21908.     {
  21909.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\WhatsAppLeadRepository'] = new \Aqarmap\Bundle\ListingBundle\Repository\WhatsAppLeadRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  21910.     }
  21911.     /**
  21912.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Service\AdvancedFilterFormTypeManager' shared autowired service.
  21913.      *
  21914.      * @return \Aqarmap\Bundle\ListingBundle\Service\AdvancedFilterFormTypeManager
  21915.      */
  21916.     protected function getAdvancedFilterFormTypeManagerService()
  21917.     {
  21918.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/AdvancedFilterFormTypeManager.php';
  21919.         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()));
  21920.     }
  21921.     /**
  21922.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Service\AdvancedSearchFormTypeManager' shared autowired service.
  21923.      *
  21924.      * @return \Aqarmap\Bundle\ListingBundle\Service\AdvancedSearchFormTypeManager
  21925.      */
  21926.     protected function getAdvancedSearchFormTypeManagerService()
  21927.     {
  21928.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/AdvancedSearchFormTypeManager.php';
  21929.         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()));
  21930.     }
  21931.     /**
  21932.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Service\AutoScrapping\Logger' shared autowired service.
  21933.      *
  21934.      * @return \Aqarmap\Bundle\ListingBundle\Service\AutoScrapping\Logger
  21935.      */
  21936.     protected function getLoggerService()
  21937.     {
  21938.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/AutoScrapping/Logger.php';
  21939.         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()));
  21940.     }
  21941.     /**
  21942.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Service\AutoScrapping\ProcessManager' shared autowired service.
  21943.      *
  21944.      * @return \Aqarmap\Bundle\ListingBundle\Service\AutoScrapping\ProcessManager
  21945.      */
  21946.     protected function getProcessManagerService()
  21947.     {
  21948.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/AutoScrapping/ProcessManager.php';
  21949.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/AutoScrapping/ScrapedListingStateManager.php';
  21950.         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()));
  21951.     }
  21952.     /**
  21953.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Service\AutoScrapping\Refiner\Mapper\ImagesMapper' shared autowired service.
  21954.      *
  21955.      * @return \Aqarmap\Bundle\ListingBundle\Service\AutoScrapping\Refiner\Mapper\ImagesMapper
  21956.      */
  21957.     protected function getImagesMapperService()
  21958.     {
  21959.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/AutoScrapping/Refiner/Mapper/MapperInterface.php';
  21960.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/AutoScrapping/Refiner/Mapper/ImagesMapper.php';
  21961.         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));
  21962.     }
  21963.     /**
  21964.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Service\AutoScrapping\Refiner\Mapper\LocationMapper' shared autowired service.
  21965.      *
  21966.      * @return \Aqarmap\Bundle\ListingBundle\Service\AutoScrapping\Refiner\Mapper\LocationMapper
  21967.      */
  21968.     protected function getLocationMapperService()
  21969.     {
  21970.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/AutoScrapping/Refiner/Mapper/MapperInterface.php';
  21971.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/AutoScrapping/Refiner/Mapper/LocationMapper.php';
  21972.         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()));
  21973.     }
  21974.     /**
  21975.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Service\AutoScrapping\Refiner\Mapper\PropertyTypeMapper' shared autowired service.
  21976.      *
  21977.      * @return \Aqarmap\Bundle\ListingBundle\Service\AutoScrapping\Refiner\Mapper\PropertyTypeMapper
  21978.      */
  21979.     protected function getPropertyTypeMapperService()
  21980.     {
  21981.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/AutoScrapping/Refiner/Mapper/MapperInterface.php';
  21982.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/AutoScrapping/Refiner/Mapper/PropertyTypeMapper.php';
  21983.         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()));
  21984.     }
  21985.     /**
  21986.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Service\AutoScrapping\Refiner\Mapper\SectionMapper' shared autowired service.
  21987.      *
  21988.      * @return \Aqarmap\Bundle\ListingBundle\Service\AutoScrapping\Refiner\Mapper\SectionMapper
  21989.      */
  21990.     protected function getSectionMapperService()
  21991.     {
  21992.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/AutoScrapping/Refiner/Mapper/MapperInterface.php';
  21993.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/AutoScrapping/Refiner/Mapper/SectionMapper.php';
  21994.         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()));
  21995.     }
  21996.     /**
  21997.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Service\CallLog\Logger' shared autowired service.
  21998.      *
  21999.      * @return \Aqarmap\Bundle\ListingBundle\Service\CallLog\Logger
  22000.      */
  22001.     protected function getLogger2Service()
  22002.     {
  22003.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/CallLog/Logger.php';
  22004.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/CallLog/LoggerInterface.php';
  22005.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/CallLog/Drivers/Cookies.php';
  22006.         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()))));
  22007.     }
  22008.     /**
  22009.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Service\CallRequestManager' shared autowired service.
  22010.      *
  22011.      * @return \Aqarmap\Bundle\ListingBundle\Service\CallRequestManager
  22012.      */
  22013.     protected function getCallRequestManagerService()
  22014.     {
  22015.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  22016.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\CallRequestManager'])) {
  22017.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\CallRequestManager'];
  22018.         }
  22019.         $b = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LeadService'] ?? $this->getLeadService2Service());
  22020.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\CallRequestManager'])) {
  22021.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\CallRequestManager'];
  22022.         }
  22023.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  22024.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\CallRequestManager'])) {
  22025.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\CallRequestManager'];
  22026.         }
  22027.         $d = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\PhoneManager'] ?? $this->getPhoneManagerService());
  22028.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\CallRequestManager'])) {
  22029.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\CallRequestManager'];
  22030.         }
  22031.         $e = ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\Setting'] ?? $this->getSettingService());
  22032.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\CallRequestManager'])) {
  22033.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\CallRequestManager'];
  22034.         }
  22035.         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()));
  22036.     }
  22037.     /**
  22038.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Service\CompoundService' shared autowired service.
  22039.      *
  22040.      * @return \Aqarmap\Bundle\ListingBundle\Service\CompoundService
  22041.      */
  22042.     protected function getCompoundServiceService()
  22043.     {
  22044.         $a = ($this->services['jms_serializer'] ?? $this->getJmsSerializerService());
  22045.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\CompoundService'])) {
  22046.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\CompoundService'];
  22047.         }
  22048.         $b = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\LocationRepository'] ?? $this->getLocationRepositoryService());
  22049.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\CompoundService'])) {
  22050.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\CompoundService'];
  22051.         }
  22052.         $c = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\PropertyTypeRepository'] ?? $this->getPropertyTypeRepositoryService());
  22053.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\CompoundService'])) {
  22054.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\CompoundService'];
  22055.         }
  22056.         $d = ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService());
  22057.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\CompoundService'])) {
  22058.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\CompoundService'];
  22059.         }
  22060.         $e = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  22061.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\CompoundService'])) {
  22062.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\CompoundService'];
  22063.         }
  22064.         $f = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\CompoundLocationRepository'] ?? $this->getCompoundLocationRepositoryService());
  22065.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\CompoundService'])) {
  22066.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\CompoundService'];
  22067.         }
  22068.         $g = ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\Setting'] ?? $this->getSettingService());
  22069.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\CompoundService'])) {
  22070.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\CompoundService'];
  22071.         }
  22072.         $h = ($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'] ?? $this->getListingManagerService());
  22073.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\CompoundService'])) {
  22074.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\CompoundService'];
  22075.         }
  22076.         $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);
  22077.         $instance->setCompoundSearchService(($this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\CompoundSearchService'] ?? $this->getCompoundSearchServiceService()));
  22078.         return $instance;
  22079.     }
  22080.     /**
  22081.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Service\CustomFieldService' shared autowired service.
  22082.      *
  22083.      * @return \Aqarmap\Bundle\ListingBundle\Service\CustomFieldService
  22084.      */
  22085.     protected function getCustomFieldServiceService()
  22086.     {
  22087.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/CustomFieldService.php';
  22088.         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()));
  22089.     }
  22090.     /**
  22091.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Service\FavouriteService' shared autowired service.
  22092.      *
  22093.      * @return \Aqarmap\Bundle\ListingBundle\Service\FavouriteService
  22094.      */
  22095.     protected function getFavouriteServiceService()
  22096.     {
  22097.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/FavouriteService.php';
  22098.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  22099.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\FavouriteService'])) {
  22100.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\FavouriteService'];
  22101.         }
  22102.         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()));
  22103.     }
  22104.     /**
  22105.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Service\InteractionService' shared autowired service.
  22106.      *
  22107.      * @return \Aqarmap\Bundle\ListingBundle\Service\InteractionService
  22108.      */
  22109.     protected function getInteractionServiceService()
  22110.     {
  22111.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  22112.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\InteractionService'])) {
  22113.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\InteractionService'];
  22114.         }
  22115.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  22116.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\InteractionService'])) {
  22117.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\InteractionService'];
  22118.         }
  22119.         $c = ($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserInterestManager'] ?? $this->getUserInterestManagerService());
  22120.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\InteractionService'])) {
  22121.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\InteractionService'];
  22122.         }
  22123.         $d = ($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserManager'] ?? $this->getUserManagerService());
  22124.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\InteractionService'])) {
  22125.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\InteractionService'];
  22126.         }
  22127.         $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()));
  22128.         $instance->setListingManager(($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'] ?? $this->getListingManagerService()));
  22129.         return $instance;
  22130.     }
  22131.     /**
  22132.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Service\LeadService' shared autowired service.
  22133.      *
  22134.      * @return \Aqarmap\Bundle\ListingBundle\Service\LeadService
  22135.      */
  22136.     protected function getLeadService2Service()
  22137.     {
  22138.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  22139.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LeadService'])) {
  22140.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LeadService'];
  22141.         }
  22142.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  22143.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LeadService'])) {
  22144.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LeadService'];
  22145.         }
  22146.         $c = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LeadServiceFactory'] ?? $this->getLeadServiceFactoryService());
  22147.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LeadService'])) {
  22148.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LeadService'];
  22149.         }
  22150.         $d = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\PhoneManager'] ?? $this->getPhoneManagerService());
  22151.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LeadService'])) {
  22152.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LeadService'];
  22153.         }
  22154.         $e = ($this->privates['Aqarmap\\Bundle\\MessageBundle\\Service\\Composer'] ?? $this->getComposerService());
  22155.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LeadService'])) {
  22156.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LeadService'];
  22157.         }
  22158.         $f = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\InteractionService'] ?? $this->getInteractionServiceService());
  22159.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LeadService'])) {
  22160.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LeadService'];
  22161.         }
  22162.         $g = ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\Setting'] ?? $this->getSettingService());
  22163.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LeadService'])) {
  22164.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LeadService'];
  22165.         }
  22166.         $h = ($this->services['Aqarmap\\Bundle\\FeatureToggleBundle\\Service\\FeatureToggleManager'] ?? $this->getFeatureToggleManagerService());
  22167.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LeadService'])) {
  22168.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LeadService'];
  22169.         }
  22170.         $i = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  22171.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LeadService'])) {
  22172.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LeadService'];
  22173.         }
  22174.         $j = ($this->privates['Aqarmap\\Bundle\\MainBundle\\Adapter\\MailerService'] ?? $this->getMailerServiceService());
  22175.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LeadService'])) {
  22176.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LeadService'];
  22177.         }
  22178.         $k = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LeadsInsightsService'] ?? $this->getLeadsInsightsServiceService());
  22179.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LeadService'])) {
  22180.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LeadService'];
  22181.         }
  22182.         $l = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  22183.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LeadService'])) {
  22184.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LeadService'];
  22185.         }
  22186.         $m = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  22187.         $n = ($this->services['translator'] ?? $this->getTranslatorService());
  22188.         $o = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\LeadRepository'] ?? $this->getLeadRepositoryService());
  22189.         $p = ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this)));
  22190.         $q = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingLeadRepository'] ?? $this->getListingLeadRepositoryService());
  22191.         $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()));
  22192.         $instance->setListingManager(($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'] ?? $this->getListingManagerService()));
  22193.         return $instance;
  22194.     }
  22195.     /**
  22196.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Service\LeadServiceFactory' shared autowired service.
  22197.      *
  22198.      * @return \Aqarmap\Bundle\ListingBundle\Service\LeadServiceFactory
  22199.      */
  22200.     protected function getLeadServiceFactoryService()
  22201.     {
  22202.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  22203.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LeadServiceFactory'])) {
  22204.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LeadServiceFactory'];
  22205.         }
  22206.         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()));
  22207.     }
  22208.     /**
  22209.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Service\LeadsInsightsService' shared autowired service.
  22210.      *
  22211.      * @return \Aqarmap\Bundle\ListingBundle\Service\LeadsInsightsService
  22212.      */
  22213.     protected function getLeadsInsightsServiceService()
  22214.     {
  22215.         $a = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\LocationRepository'] ?? $this->getLocationRepositoryService());
  22216.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LeadsInsightsService'])) {
  22217.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LeadsInsightsService'];
  22218.         }
  22219.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  22220.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LeadsInsightsService'])) {
  22221.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LeadsInsightsService'];
  22222.         }
  22223.         $c = ($this->privates['App\\Repository\\Lead\\LeadRepository'] ?? $this->getLeadRepository2Service());
  22224.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LeadsInsightsService'])) {
  22225.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LeadsInsightsService'];
  22226.         }
  22227.         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->getLeadRepositoryService()), ($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);
  22228.     }
  22229.     /**
  22230.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Service\ListingActivityLogService' shared autowired service.
  22231.      *
  22232.      * @return \Aqarmap\Bundle\ListingBundle\Service\ListingActivityLogService
  22233.      */
  22234.     protected function getListingActivityLogServiceService()
  22235.     {
  22236.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/ListingActivityLogService.php';
  22237.         $a = ($this->services['doctrine_mongodb.odm.default_document_manager'] ?? $this->getDoctrineMongodb_Odm_DefaultDocumentManagerService());
  22238.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingActivityLogService'])) {
  22239.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingActivityLogService'];
  22240.         }
  22241.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingActivityLogService'] = new \Aqarmap\Bundle\ListingBundle\Service\ListingActivityLogService(($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingActivityLogRepository'] ?? $this->getListingActivityLogRepositoryService()), $a);
  22242.     }
  22243.     /**
  22244.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Service\ListingContactRateService' shared autowired service.
  22245.      *
  22246.      * @return \Aqarmap\Bundle\ListingBundle\Service\ListingContactRateService
  22247.      */
  22248.     protected function getListingContactRateServiceService()
  22249.     {
  22250.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingContactRateService'] = new \Aqarmap\Bundle\ListingBundle\Service\ListingContactRateService(($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\ListingLeadRepository'] ?? $this->getListingLeadRepositoryService()));
  22251.     }
  22252.     /**
  22253.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Service\ListingFeatureService' shared autowired service.
  22254.      *
  22255.      * @return \Aqarmap\Bundle\ListingBundle\Service\ListingFeatureService
  22256.      */
  22257.     protected function getListingFeatureServiceService()
  22258.     {
  22259.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  22260.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingFeatureService'])) {
  22261.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingFeatureService'];
  22262.         }
  22263.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  22264.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingFeatureService'])) {
  22265.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingFeatureService'];
  22266.         }
  22267.         $c = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingRuleMatcher'] ?? $this->getListingRuleMatcherService());
  22268.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingFeatureService'])) {
  22269.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingFeatureService'];
  22270.         }
  22271.         $d = ($this->privates['Aqarmap\\Bundle\\CreditBundle\\Services\\CreditManager'] ?? $this->getCreditManagerService());
  22272.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingFeatureService'])) {
  22273.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingFeatureService'];
  22274.         }
  22275.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingFeatureService'] = new \Aqarmap\Bundle\ListingBundle\Service\ListingFeatureService($a$b$c$d, ($this->services['translator'] ?? $this->getTranslatorService()));
  22276.     }
  22277.     /**
  22278.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Service\ListingImpressionService' shared autowired service.
  22279.      *
  22280.      * @return \Aqarmap\Bundle\ListingBundle\Service\ListingImpressionService
  22281.      */
  22282.     protected function getListingImpressionServiceService()
  22283.     {
  22284.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/ListingImpressionService.php';
  22285.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  22286.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingImpressionService'])) {
  22287.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingImpressionService'];
  22288.         }
  22289.         $b = ($this->services['doctrine_mongodb.odm.default_document_manager'] ?? $this->getDoctrineMongodb_Odm_DefaultDocumentManagerService());
  22290.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingImpressionService'])) {
  22291.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingImpressionService'];
  22292.         }
  22293.         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()));
  22294.     }
  22295.     /**
  22296.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Service\ListingLabelQueueProducer' shared autowired service.
  22297.      *
  22298.      * @return \Aqarmap\Bundle\ListingBundle\Service\ListingLabelQueueProducer
  22299.      */
  22300.     protected function getListingLabelQueueProducerService()
  22301.     {
  22302.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/ListingLabelQueueProducer.php';
  22303.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingLabelQueueProducer'] = new \Aqarmap\Bundle\ListingBundle\Service\ListingLabelQueueProducer(($this->privates['Aqarmap\\Bundle\\MainBundle\\Contract\\ProducerFactoryInterface $producerFactory'] ?? $this->getProducerFactoryInterfaceproducerFactoryService()));
  22304.     }
  22305.     /**
  22306.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Service\ListingNoteService' shared autowired service.
  22307.      *
  22308.      * @return \Aqarmap\Bundle\ListingBundle\Service\ListingNoteService
  22309.      */
  22310.     protected function getListingNoteServiceService()
  22311.     {
  22312.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/ListingNoteService.php';
  22313.         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()));
  22314.     }
  22315.     /**
  22316.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Service\ListingRateService' shared autowired service.
  22317.      *
  22318.      * @return \Aqarmap\Bundle\ListingBundle\Service\ListingRateService
  22319.      */
  22320.     protected function getListingRateServiceService()
  22321.     {
  22322.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/ListingRateService.php';
  22323.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  22324.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingRateService'])) {
  22325.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingRateService'];
  22326.         }
  22327.         $b = ($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'] ?? $this->getListingManagerService());
  22328.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingRateService'])) {
  22329.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingRateService'];
  22330.         }
  22331.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  22332.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingRateService'])) {
  22333.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingRateService'];
  22334.         }
  22335.         $d = ($this->privates['App\\Repository\\Lead\\LeadRepository'] ?? $this->getLeadRepository2Service());
  22336.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingRateService'])) {
  22337.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingRateService'];
  22338.         }
  22339.         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);
  22340.     }
  22341.     /**
  22342.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Service\ListingRuleMatcher' shared autowired service.
  22343.      *
  22344.      * @return \Aqarmap\Bundle\ListingBundle\Service\ListingRuleMatcher
  22345.      */
  22346.     protected function getListingRuleMatcherService()
  22347.     {
  22348.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  22349.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingRuleMatcher'])) {
  22350.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingRuleMatcher'];
  22351.         }
  22352.         $b = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\LocationRepository'] ?? $this->getLocationRepositoryService());
  22353.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingRuleMatcher'])) {
  22354.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingRuleMatcher'];
  22355.         }
  22356.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingRuleMatcher'] = new \Aqarmap\Bundle\ListingBundle\Service\ListingRuleMatcher($a$b, new \Aqarmap\Bundle\ListingBundle\Repository\RuleRepository($a));
  22357.     }
  22358.     /**
  22359.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Service\LocationHistoryService' shared autowired service.
  22360.      *
  22361.      * @return \Aqarmap\Bundle\ListingBundle\Service\LocationHistoryService
  22362.      */
  22363.     protected function getLocationHistoryServiceService()
  22364.     {
  22365.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/LocationHistoryService.php';
  22366.         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()));
  22367.     }
  22368.     /**
  22369.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Service\LocationManager' shared autowired service.
  22370.      *
  22371.      * @return \Aqarmap\Bundle\ListingBundle\Service\LocationManager
  22372.      */
  22373.     protected function getLocationManagerService()
  22374.     {
  22375.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  22376.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LocationManager'])) {
  22377.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LocationManager'];
  22378.         }
  22379.         $b = ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService());
  22380.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LocationManager'])) {
  22381.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LocationManager'];
  22382.         }
  22383.         $c = ($this->services['jms_serializer'] ?? $this->getJmsSerializerService());
  22384.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LocationManager'])) {
  22385.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LocationManager'];
  22386.         }
  22387.         $d = ($this->privates['Aqarmap\\Bundle\\SearchBundle\\CriteriaMediator\\CriteriaMediator'] ?? $this->getCriteriaMediator2Service());
  22388.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LocationManager'])) {
  22389.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LocationManager'];
  22390.         }
  22391.         $e = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\LocationRepository'] ?? $this->getLocationRepositoryService());
  22392.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LocationManager'])) {
  22393.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LocationManager'];
  22394.         }
  22395.         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()));
  22396.     }
  22397.     /**
  22398.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Service\Mortgage\MortgageService' shared autowired service.
  22399.      *
  22400.      * @return \Aqarmap\Bundle\ListingBundle\Service\Mortgage\MortgageService
  22401.      */
  22402.     protected function getMortgageServiceService()
  22403.     {
  22404.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/Mortgage/MortgageService.php';
  22405.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  22406.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\Mortgage\\MortgageService'])) {
  22407.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\Mortgage\\MortgageService'];
  22408.         }
  22409.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\Mortgage\\MortgageService'] = new \Aqarmap\Bundle\ListingBundle\Service\Mortgage\MortgageService($a);
  22410.     }
  22411.     /**
  22412.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Service\PhoneManager' shared autowired service.
  22413.      *
  22414.      * @return \Aqarmap\Bundle\ListingBundle\Service\PhoneManager
  22415.      */
  22416.     protected function getPhoneManagerService()
  22417.     {
  22418.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  22419.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\PhoneManager'])) {
  22420.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\PhoneManager'];
  22421.         }
  22422.         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())));
  22423.     }
  22424.     /**
  22425.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Service\QuickRegUnsubmittedSurveyService' shared autowired service.
  22426.      *
  22427.      * @return \Aqarmap\Bundle\ListingBundle\Service\QuickRegUnsubmittedSurveyService
  22428.      */
  22429.     protected function getQuickRegUnsubmittedSurveyServiceService()
  22430.     {
  22431.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/QuickRegUnsubmittedSurveyService.php';
  22432.         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()));
  22433.     }
  22434.     /**
  22435.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Service\RelatedResultService' shared autowired service.
  22436.      *
  22437.      * @return \Aqarmap\Bundle\ListingBundle\Service\RelatedResultService
  22438.      */
  22439.     protected function getRelatedResultServiceService()
  22440.     {
  22441.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  22442.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\RelatedResultService'])) {
  22443.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\RelatedResultService'];
  22444.         }
  22445.         $b = ($this->privates['Aqarmap\\Bundle\\SearchBundle\\CriteriaMediator\\CriteriaMediator'] ?? $this->getCriteriaMediator2Service());
  22446.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\RelatedResultService'])) {
  22447.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\RelatedResultService'];
  22448.         }
  22449.         $c = ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService());
  22450.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\RelatedResultService'])) {
  22451.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\RelatedResultService'];
  22452.         }
  22453.         $d = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V4\\ListingService'] ?? $this->getListingService2Service());
  22454.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\RelatedResultService'])) {
  22455.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\RelatedResultService'];
  22456.         }
  22457.         $e = ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\Setting'] ?? $this->getSettingService());
  22458.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\RelatedResultService'])) {
  22459.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\RelatedResultService'];
  22460.         }
  22461.         $f = ($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'] ?? $this->getListingManagerService());
  22462.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\RelatedResultService'])) {
  22463.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\RelatedResultService'];
  22464.         }
  22465.         $g = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\LocationRepository'] ?? $this->getLocationRepositoryService());
  22466.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\RelatedResultService'])) {
  22467.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\RelatedResultService'];
  22468.         }
  22469.         $h = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  22470.         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);
  22471.     }
  22472.     /**
  22473.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Service\ReviewService' shared autowired service.
  22474.      *
  22475.      * @return \Aqarmap\Bundle\ListingBundle\Service\ReviewService
  22476.      */
  22477.     protected function getReviewServiceService()
  22478.     {
  22479.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/ReviewService.php';
  22480.         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()));
  22481.     }
  22482.     /**
  22483.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Service\SavedSearchService' shared autowired service.
  22484.      *
  22485.      * @return \Aqarmap\Bundle\ListingBundle\Service\SavedSearchService
  22486.      */
  22487.     protected function getSavedSearchServiceService()
  22488.     {
  22489.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Contracts/SavedSearchServiceInterface.php';
  22490.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/SavedSearchService.php';
  22491.         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()));
  22492.     }
  22493.     /**
  22494.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Service\ScrapedListingService' shared autowired service.
  22495.      *
  22496.      * @return \Aqarmap\Bundle\ListingBundle\Service\ScrapedListingService
  22497.      */
  22498.     protected function getScrapedListingServiceService()
  22499.     {
  22500.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/ScrapedListingService.php';
  22501.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Model/SMSManagerInterface.php';
  22502.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Service/SMS/InfobipManager.php';
  22503.         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()));
  22504.     }
  22505.     /**
  22506.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Service\SectionService' shared autowired service.
  22507.      *
  22508.      * @return \Aqarmap\Bundle\ListingBundle\Service\SectionService
  22509.      */
  22510.     protected function getSectionServiceService()
  22511.     {
  22512.         $a = ($this->services['jms_serializer'] ?? $this->getJmsSerializerService());
  22513.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\SectionService'])) {
  22514.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\SectionService'];
  22515.         }
  22516.         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);
  22517.     }
  22518.     /**
  22519.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Service\SpecialListingFeatureDecorator' shared autowired service.
  22520.      *
  22521.      * @return \Aqarmap\Bundle\ListingBundle\Service\SpecialListingFeatureDecorator
  22522.      */
  22523.     protected function getSpecialListingFeatureDecoratorService()
  22524.     {
  22525.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/SpecialListingFeatureDecorator.php';
  22526.         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()));
  22527.     }
  22528.     /**
  22529.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Service\SupplyDemandManager' shared autowired service.
  22530.      *
  22531.      * @return \Aqarmap\Bundle\ListingBundle\Service\SupplyDemandManager
  22532.      */
  22533.     protected function getSupplyDemandManagerService()
  22534.     {
  22535.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/SupplyDemandManager.php';
  22536.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  22537.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\SupplyDemandManager'])) {
  22538.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\SupplyDemandManager'];
  22539.         }
  22540.         $b = ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\Setting'] ?? $this->getSettingService());
  22541.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\SupplyDemandManager'])) {
  22542.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\SupplyDemandManager'];
  22543.         }
  22544.         $c = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\LocationRepository'] ?? $this->getLocationRepositoryService());
  22545.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\SupplyDemandManager'])) {
  22546.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\SupplyDemandManager'];
  22547.         }
  22548.         $d = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\PropertyTypeRepository'] ?? $this->getPropertyTypeRepositoryService());
  22549.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\SupplyDemandManager'])) {
  22550.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\SupplyDemandManager'];
  22551.         }
  22552.         $e = ($this->privates['App\\Repository\\Lead\\LeadRepository'] ?? $this->getLeadRepository2Service());
  22553.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\SupplyDemandManager'])) {
  22554.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\SupplyDemandManager'];
  22555.         }
  22556.         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);
  22557.     }
  22558.     /**
  22559.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Service\TopCustomerService' shared autowired service.
  22560.      *
  22561.      * @return \Aqarmap\Bundle\ListingBundle\Service\TopCustomerService
  22562.      */
  22563.     protected function getTopCustomerServiceService()
  22564.     {
  22565.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/TopCustomerService.php';
  22566.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/Validators/TopCustomerValidatorInterface.php';
  22567.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/Validators/TopCustomerValidator.php';
  22568.         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()));
  22569.     }
  22570.     /**
  22571.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Service\V3\ListingAttributesMapper' shared autowired service.
  22572.      *
  22573.      * @return \Aqarmap\Bundle\ListingBundle\Service\V3\ListingAttributesMapper
  22574.      */
  22575.     protected function getListingAttributesMapperService()
  22576.     {
  22577.         $a = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V3\\ListingAttributesTransformer'] ?? $this->getListingAttributesTransformerService());
  22578.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V3\\ListingAttributesMapper'])) {
  22579.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V3\\ListingAttributesMapper'];
  22580.         }
  22581.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  22582.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V3\\ListingAttributesMapper'])) {
  22583.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V3\\ListingAttributesMapper'];
  22584.         }
  22585.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V3\\ListingAttributesMapper'] = new \Aqarmap\Bundle\ListingBundle\Service\V3\ListingAttributesMapper($a$b);
  22586.     }
  22587.     /**
  22588.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Service\V3\ListingAttributesTransformer' shared autowired service.
  22589.      *
  22590.      * @return \Aqarmap\Bundle\ListingBundle\Service\V3\ListingAttributesTransformer
  22591.      */
  22592.     protected function getListingAttributesTransformerService()
  22593.     {
  22594.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  22595.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V3\\ListingAttributesTransformer'])) {
  22596.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V3\\ListingAttributesTransformer'];
  22597.         }
  22598.         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()));
  22599.     }
  22600.     /**
  22601.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Service\V3\ListingTranslationMapper' shared autowired service.
  22602.      *
  22603.      * @return \Aqarmap\Bundle\ListingBundle\Service\V3\ListingTranslationMapper
  22604.      */
  22605.     protected function getListingTranslationMapperService()
  22606.     {
  22607.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  22608.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V3\\ListingTranslationMapper'])) {
  22609.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V3\\ListingTranslationMapper'];
  22610.         }
  22611.         $b = ($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'] ?? $this->getListingManagerService());
  22612.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V3\\ListingTranslationMapper'])) {
  22613.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V3\\ListingTranslationMapper'];
  22614.         }
  22615.         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))));
  22616.     }
  22617.     /**
  22618.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Service\V4\CompoundAveragePriceService' shared autowired service.
  22619.      *
  22620.      * @return \Aqarmap\Bundle\ListingBundle\Service\V4\CompoundAveragePriceService
  22621.      */
  22622.     protected function getCompoundAveragePriceServiceService()
  22623.     {
  22624.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/V4/CompoundAveragePriceService.php';
  22625.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  22626.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V4\\CompoundAveragePriceService'])) {
  22627.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V4\\CompoundAveragePriceService'];
  22628.         }
  22629.         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()));
  22630.     }
  22631.     /**
  22632.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Service\V4\CompoundDetailService' shared autowired service.
  22633.      *
  22634.      * @return \Aqarmap\Bundle\ListingBundle\Service\V4\CompoundDetailService
  22635.      */
  22636.     protected function getCompoundDetailServiceService()
  22637.     {
  22638.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/V4/CompoundDetailService.php';
  22639.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  22640.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V4\\CompoundDetailService'])) {
  22641.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V4\\CompoundDetailService'];
  22642.         }
  22643.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V4\\CompoundDetailService'] = new \Aqarmap\Bundle\ListingBundle\Service\V4\CompoundDetailService($a);
  22644.     }
  22645.     /**
  22646.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Service\V4\CostPerLeadService' shared autowired service.
  22647.      *
  22648.      * @return \Aqarmap\Bundle\ListingBundle\Service\V4\CostPerLeadService
  22649.      */
  22650.     protected function getCostPerLeadServiceService()
  22651.     {
  22652.         $a = ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\Setting'] ?? $this->getSettingService());
  22653.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V4\\CostPerLeadService'])) {
  22654.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V4\\CostPerLeadService'];
  22655.         }
  22656.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  22657.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V4\\CostPerLeadService'])) {
  22658.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V4\\CostPerLeadService'];
  22659.         }
  22660.         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);
  22661.     }
  22662.     /**
  22663.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Service\V4\FreezedListingService' shared autowired service.
  22664.      *
  22665.      * @return \Aqarmap\Bundle\ListingBundle\Service\V4\FreezedListingService
  22666.      */
  22667.     protected function getFreezedListingServiceService()
  22668.     {
  22669.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/V4/FreezedListingService.php';
  22670.         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()));
  22671.     }
  22672.     /**
  22673.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Service\V4\ListingLabelService' shared autowired service.
  22674.      *
  22675.      * @return \Aqarmap\Bundle\ListingBundle\Service\V4\ListingLabelService
  22676.      */
  22677.     protected function getListingLabelServiceService()
  22678.     {
  22679.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/V4/ListingLabelService.php';
  22680.         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()));
  22681.     }
  22682.     /**
  22683.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Service\V4\ListingService' shared autowired service.
  22684.      *
  22685.      * @return \Aqarmap\Bundle\ListingBundle\Service\V4\ListingService
  22686.      */
  22687.     protected function getListingService2Service()
  22688.     {
  22689.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  22690.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V4\\ListingService'])) {
  22691.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V4\\ListingService'];
  22692.         }
  22693.         $b = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingRuleMatcher'] ?? $this->getListingRuleMatcherService());
  22694.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V4\\ListingService'])) {
  22695.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V4\\ListingService'];
  22696.         }
  22697.         $c = ($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'] ?? $this->getListingManagerService());
  22698.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V4\\ListingService'])) {
  22699.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V4\\ListingService'];
  22700.         }
  22701.         $d = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V3\\ListingTranslationMapper'] ?? $this->getListingTranslationMapperService());
  22702.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V4\\ListingService'])) {
  22703.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V4\\ListingService'];
  22704.         }
  22705.         $e = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V3\\ListingAttributesMapper'] ?? $this->getListingAttributesMapperService());
  22706.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V4\\ListingService'])) {
  22707.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V4\\ListingService'];
  22708.         }
  22709.         $f = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  22710.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V4\\ListingService'])) {
  22711.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V4\\ListingService'];
  22712.         }
  22713.         $g = ($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserServicesManager'] ?? $this->getUserServicesManagerService());
  22714.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V4\\ListingService'])) {
  22715.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V4\\ListingService'];
  22716.         }
  22717.         $h = ($this->privates['Aqarmap\\Bundle\\CreditBundle\\Services\\CreditManager'] ?? $this->getCreditManagerService());
  22718.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V4\\ListingService'])) {
  22719.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V4\\ListingService'];
  22720.         }
  22721.         $i = ($this->services['Aqarmap\\Bundle\\FeatureToggleBundle\\Service\\FeatureToggleManager'] ?? $this->getFeatureToggleManagerService());
  22722.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V4\\ListingService'])) {
  22723.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V4\\ListingService'];
  22724.         }
  22725.         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']);
  22726.     }
  22727.     /**
  22728.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Service\V4\LocationService' shared autowired service.
  22729.      *
  22730.      * @return \Aqarmap\Bundle\ListingBundle\Service\V4\LocationService
  22731.      */
  22732.     protected function getLocationServiceService()
  22733.     {
  22734.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  22735.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V4\\LocationService'])) {
  22736.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V4\\LocationService'];
  22737.         }
  22738.         $b = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\LocationRepository'] ?? $this->getLocationRepositoryService());
  22739.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V4\\LocationService'])) {
  22740.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V4\\LocationService'];
  22741.         }
  22742.         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()));
  22743.     }
  22744.     /**
  22745.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Strategy\BulkListingsApproveStrategy' shared autowired service.
  22746.      *
  22747.      * @return \Aqarmap\Bundle\ListingBundle\Strategy\BulkListingsApproveStrategy
  22748.      */
  22749.     protected function getBulkListingsApproveStrategyService()
  22750.     {
  22751.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Contract/Consumer/StrategyInterface.php';
  22752.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Strategy/BulkListingsApproveStrategy.php';
  22753.         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()));
  22754.     }
  22755.     /**
  22756.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Strategy\CompoundAveragePriceStrategy' shared autowired service.
  22757.      *
  22758.      * @return \Aqarmap\Bundle\ListingBundle\Strategy\CompoundAveragePriceStrategy
  22759.      */
  22760.     protected function getCompoundAveragePriceStrategyService()
  22761.     {
  22762.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Contract/Consumer/StrategyInterface.php';
  22763.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Strategy/CompoundAveragePriceStrategy.php';
  22764.         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()));
  22765.     }
  22766.     /**
  22767.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Strategy\ImportLocationsStrategy' shared autowired service.
  22768.      *
  22769.      * @return \Aqarmap\Bundle\ListingBundle\Strategy\ImportLocationsStrategy
  22770.      */
  22771.     protected function getImportLocationsStrategyService()
  22772.     {
  22773.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Contract/Consumer/StrategyInterface.php';
  22774.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Strategy/ImportLocationsStrategy.php';
  22775.         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()));
  22776.     }
  22777.     /**
  22778.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Strategy\RecordLocationSearchHistoryStrategy' shared autowired service.
  22779.      *
  22780.      * @return \Aqarmap\Bundle\ListingBundle\Strategy\RecordLocationSearchHistoryStrategy
  22781.      */
  22782.     protected function getRecordLocationSearchHistoryStrategyService()
  22783.     {
  22784.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Contract/Consumer/StrategyInterface.php';
  22785.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Strategy/RecordLocationSearchHistoryStrategy.php';
  22786.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Strategy\\RecordLocationSearchHistoryStrategy'] = new \Aqarmap\Bundle\ListingBundle\Strategy\RecordLocationSearchHistoryStrategy(($this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\LocationSearchHistoryService'] ?? $this->getLocationSearchHistoryServiceService()));
  22787.     }
  22788.     /**
  22789.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Strategy\RecordSearchKeywordHistoryStrategy' shared autowired service.
  22790.      *
  22791.      * @return \Aqarmap\Bundle\ListingBundle\Strategy\RecordSearchKeywordHistoryStrategy
  22792.      */
  22793.     protected function getRecordSearchKeywordHistoryStrategyService()
  22794.     {
  22795.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Contract/Consumer/StrategyInterface.php';
  22796.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Strategy/RecordSearchKeywordHistoryStrategy.php';
  22797.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Strategy\\RecordSearchKeywordHistoryStrategy'] = new \Aqarmap\Bundle\ListingBundle\Strategy\RecordSearchKeywordHistoryStrategy(($this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\SearchKeywordHistoryService'] ?? $this->getSearchKeywordHistoryServiceService()));
  22798.     }
  22799.     /**
  22800.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Strategy\UpdateListingImpressionsStrategy' shared autowired service.
  22801.      *
  22802.      * @return \Aqarmap\Bundle\ListingBundle\Strategy\UpdateListingImpressionsStrategy
  22803.      */
  22804.     protected function getUpdateListingImpressionsStrategyService()
  22805.     {
  22806.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Contract/Consumer/StrategyInterface.php';
  22807.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Strategy/UpdateListingImpressionsStrategy.php';
  22808.         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()));
  22809.     }
  22810.     /**
  22811.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Strategy\UpdateListingLabelStrategy' shared autowired service.
  22812.      *
  22813.      * @return \Aqarmap\Bundle\ListingBundle\Strategy\UpdateListingLabelStrategy
  22814.      */
  22815.     protected function getUpdateListingLabelStrategyService()
  22816.     {
  22817.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Contract/Consumer/StrategyInterface.php';
  22818.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Strategy/UpdateListingLabelStrategy.php';
  22819.         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()));
  22820.     }
  22821.     /**
  22822.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Twig\ListingExtension' shared autowired service.
  22823.      *
  22824.      * @return \Aqarmap\Bundle\ListingBundle\Twig\ListingExtension
  22825.      */
  22826.     protected function getListingExtensionService()
  22827.     {
  22828.         $a = ($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'] ?? $this->getListingManagerService());
  22829.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Twig\\ListingExtension'])) {
  22830.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Twig\\ListingExtension'];
  22831.         }
  22832.         $b = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingFeatureService'] ?? $this->getListingFeatureServiceService());
  22833.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Twig\\ListingExtension'])) {
  22834.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Twig\\ListingExtension'];
  22835.         }
  22836.         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()));
  22837.     }
  22838.     /**
  22839.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Twig\SearchDescriptionExtension' shared autowired service.
  22840.      *
  22841.      * @return \Aqarmap\Bundle\ListingBundle\Twig\SearchDescriptionExtension
  22842.      */
  22843.     protected function getSearchDescriptionExtensionService()
  22844.     {
  22845.         $a = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Builder\\MetaTagsBuilder'] ?? $this->getMetaTagsBuilderService());
  22846.         if (isset($this->privates['Aqarmap\\Bundle\\ListingBundle\\Twig\\SearchDescriptionExtension'])) {
  22847.             return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Twig\\SearchDescriptionExtension'];
  22848.         }
  22849.         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);
  22850.     }
  22851.     /**
  22852.      * Gets the private 'Aqarmap\Bundle\ListingBundle\Validator\Constraints\IsYoutubeUrlOrNullValidator' shared autowired service.
  22853.      *
  22854.      * @return \Aqarmap\Bundle\ListingBundle\Validator\Constraints\IsYoutubeUrlOrNullValidator
  22855.      */
  22856.     protected function getIsYoutubeUrlOrNullValidatorService()
  22857.     {
  22858.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  22859.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  22860.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Validator/Constraints/IsYoutubeUrlOrNullValidator.php';
  22861.         return $this->privates['Aqarmap\\Bundle\\ListingBundle\\Validator\\Constraints\\IsYoutubeUrlOrNullValidator'] = new \Aqarmap\Bundle\ListingBundle\Validator\Constraints\IsYoutubeUrlOrNullValidator();
  22862.     }
  22863.     /**
  22864.      * Gets the private 'Aqarmap\Bundle\MainBundle\Adapter\MailerService' shared autowired service.
  22865.      *
  22866.      * @return \Aqarmap\Bundle\MainBundle\Adapter\MailerService
  22867.      */
  22868.     protected function getMailerServiceService()
  22869.     {
  22870.         $a = ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService());
  22871.         if (isset($this->privates['Aqarmap\\Bundle\\MainBundle\\Adapter\\MailerService'])) {
  22872.             return $this->privates['Aqarmap\\Bundle\\MainBundle\\Adapter\\MailerService'];
  22873.         }
  22874.         $b = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  22875.         if (isset($this->privates['Aqarmap\\Bundle\\MainBundle\\Adapter\\MailerService'])) {
  22876.             return $this->privates['Aqarmap\\Bundle\\MainBundle\\Adapter\\MailerService'];
  22877.         }
  22878.         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);
  22879.     }
  22880.     /**
  22881.      * Gets the private 'Aqarmap\Bundle\MainBundle\Command\EntityPersisterCommand' shared autowired service.
  22882.      *
  22883.      * @return \Aqarmap\Bundle\MainBundle\Command\EntityPersisterCommand
  22884.      */
  22885.     protected function getEntityPersisterCommandService()
  22886.     {
  22887.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22888.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Command/EntityPersisterCommand.php';
  22889.         $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()));
  22890.         $instance->setName('app:entity:persist');
  22891.         return $instance;
  22892.     }
  22893.     /**
  22894.      * Gets the private 'Aqarmap\Bundle\MainBundle\Command\FixturesCommand' shared autowired service.
  22895.      *
  22896.      * @return \Aqarmap\Bundle\MainBundle\Command\FixturesCommand
  22897.      */
  22898.     protected function getFixturesCommandService()
  22899.     {
  22900.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22901.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Command/FixturesCommand.php';
  22902.         $this->privates['Aqarmap\\Bundle\\MainBundle\\Command\\FixturesCommand'] = $instance = new \Aqarmap\Bundle\MainBundle\Command\FixturesCommand();
  22903.         $instance->setName('app:fixtures:rebuild');
  22904.         return $instance;
  22905.     }
  22906.     /**
  22907.      * Gets the private 'Aqarmap\Bundle\MainBundle\Command\MoonshotCacheWarmerCommand' shared autowired service.
  22908.      *
  22909.      * @return \Aqarmap\Bundle\MainBundle\Command\MoonshotCacheWarmerCommand
  22910.      */
  22911.     protected function getMoonshotCacheWarmerCommandService()
  22912.     {
  22913.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22914.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Command/MoonshotCacheWarmerCommand.php';
  22915.         $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))));
  22916.         $instance->setName('app:cache:warmup');
  22917.         return $instance;
  22918.     }
  22919.     /**
  22920.      * Gets the private 'Aqarmap\Bundle\MainBundle\Command\PatchAddLegacyPropertyTypeCommand' shared autowired service.
  22921.      *
  22922.      * @return \Aqarmap\Bundle\MainBundle\Command\PatchAddLegacyPropertyTypeCommand
  22923.      */
  22924.     protected function getPatchAddLegacyPropertyTypeCommandService()
  22925.     {
  22926.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22927.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Command/PatchAddLegacyPropertyTypeCommand.php';
  22928.         $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()));
  22929.         $instance->setName('app:patch:add-legacy-property-types');
  22930.         return $instance;
  22931.     }
  22932.     /**
  22933.      * Gets the private 'Aqarmap\Bundle\MainBundle\Command\PatchTreeRebuildCommand' shared autowired service.
  22934.      *
  22935.      * @return \Aqarmap\Bundle\MainBundle\Command\PatchTreeRebuildCommand
  22936.      */
  22937.     protected function getPatchTreeRebuildCommandService()
  22938.     {
  22939.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22940.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Command/PatchTreeRebuildCommand.php';
  22941.         $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()));
  22942.         $instance->setName('app:entity:tree-rebuild');
  22943.         return $instance;
  22944.     }
  22945.     /**
  22946.      * Gets the private 'Aqarmap\Bundle\MainBundle\Command\UpdateCustomFieldCommand' shared autowired service.
  22947.      *
  22948.      * @return \Aqarmap\Bundle\MainBundle\Command\UpdateCustomFieldCommand
  22949.      */
  22950.     protected function getUpdateCustomFieldCommandService()
  22951.     {
  22952.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22953.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Command/UpdateCustomFieldCommand.php';
  22954.         $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()));
  22955.         $instance->setName('app:custom-field:patch');
  22956.         return $instance;
  22957.     }
  22958.     /**
  22959.      * Gets the private 'Aqarmap\Bundle\MainBundle\Contract\ProducerFactoryInterface $pokeProducerFactory' shared autowired service.
  22960.      *
  22961.      * @return \Aqarmap\Bundle\MainBundle\Producer\ProducerFactory
  22962.      */
  22963.     protected function getProducerFactoryInterfacepokeProducerFactoryService()
  22964.     {
  22965.         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())));
  22966.     }
  22967.     /**
  22968.      * Gets the private 'Aqarmap\Bundle\MainBundle\Contract\ProducerFactoryInterface $producerFactory' shared autowired service.
  22969.      *
  22970.      * @return \Aqarmap\Bundle\MainBundle\Producer\ProducerFactory
  22971.      */
  22972.     protected function getProducerFactoryInterfaceproducerFactoryService()
  22973.     {
  22974.         return $this->privates['Aqarmap\\Bundle\\MainBundle\\Contract\\ProducerFactoryInterface $producerFactory'] = new \Aqarmap\Bundle\MainBundle\Producer\ProducerFactory(($this->privates['aqarmap.sqs.service'] ?? $this->getAqarmap_Sqs_ServiceService()));
  22975.     }
  22976.     /**
  22977.      * Gets the private 'Aqarmap\Bundle\MainBundle\EventListener\BouncedEmailListener' shared autowired service.
  22978.      *
  22979.      * @return \Aqarmap\Bundle\MainBundle\EventListener\BouncedEmailListener
  22980.      */
  22981.     protected function getBouncedEmailListenerService()
  22982.     {
  22983.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/EventListener/BouncedEmailListener.php';
  22984.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  22985.         if (isset($this->privates['Aqarmap\\Bundle\\MainBundle\\EventListener\\BouncedEmailListener'])) {
  22986.             return $this->privates['Aqarmap\\Bundle\\MainBundle\\EventListener\\BouncedEmailListener'];
  22987.         }
  22988.         $b = ($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserManager'] ?? $this->getUserManagerService());
  22989.         if (isset($this->privates['Aqarmap\\Bundle\\MainBundle\\EventListener\\BouncedEmailListener'])) {
  22990.             return $this->privates['Aqarmap\\Bundle\\MainBundle\\EventListener\\BouncedEmailListener'];
  22991.         }
  22992.         return $this->privates['Aqarmap\\Bundle\\MainBundle\\EventListener\\BouncedEmailListener'] = new \Aqarmap\Bundle\MainBundle\EventListener\BouncedEmailListener($a$b);
  22993.     }
  22994.     /**
  22995.      * Gets the private 'Aqarmap\Bundle\MainBundle\EventListener\FeedbackListener' shared autowired service.
  22996.      *
  22997.      * @return \Aqarmap\Bundle\MainBundle\EventListener\FeedbackListener
  22998.      */
  22999.     protected function getFeedbackListenerService()
  23000.     {
  23001.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/EventListener/FeedbackListener.php';
  23002.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  23003.         if (isset($this->privates['Aqarmap\\Bundle\\MainBundle\\EventListener\\FeedbackListener'])) {
  23004.             return $this->privates['Aqarmap\\Bundle\\MainBundle\\EventListener\\FeedbackListener'];
  23005.         }
  23006.         $b = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  23007.         if (isset($this->privates['Aqarmap\\Bundle\\MainBundle\\EventListener\\FeedbackListener'])) {
  23008.             return $this->privates['Aqarmap\\Bundle\\MainBundle\\EventListener\\FeedbackListener'];
  23009.         }
  23010.         $c = ($this->privates['Aqarmap\\Bundle\\MainBundle\\Adapter\\MailerService'] ?? $this->getMailerServiceService());
  23011.         if (isset($this->privates['Aqarmap\\Bundle\\MainBundle\\EventListener\\FeedbackListener'])) {
  23012.             return $this->privates['Aqarmap\\Bundle\\MainBundle\\EventListener\\FeedbackListener'];
  23013.         }
  23014.         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()));
  23015.     }
  23016.     /**
  23017.      * Gets the private 'Aqarmap\Bundle\MainBundle\EventListener\IpTraceSubscriber' shared autowired service.
  23018.      *
  23019.      * @return \Aqarmap\Bundle\MainBundle\EventListener\IpTraceSubscriber
  23020.      */
  23021.     protected function getIpTraceSubscriberService()
  23022.     {
  23023.         return $this->privates['Aqarmap\\Bundle\\MainBundle\\EventListener\\IpTraceSubscriber'] = new \Aqarmap\Bundle\MainBundle\EventListener\IpTraceSubscriber(($this->privates['gedmo.listener.iptraceable'] ?? $this->getGedmo_Listener_IptraceableService()));
  23024.     }
  23025.     /**
  23026.      * Gets the private 'Aqarmap\Bundle\MainBundle\EventListener\SiteMapListener' shared autowired service.
  23027.      *
  23028.      * @return \Aqarmap\Bundle\MainBundle\EventListener\SiteMapListener
  23029.      */
  23030.     protected function getSiteMapListenerService()
  23031.     {
  23032.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/EventListener/SiteMapListener.php';
  23033.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  23034.         if (isset($this->privates['Aqarmap\\Bundle\\MainBundle\\EventListener\\SiteMapListener'])) {
  23035.             return $this->privates['Aqarmap\\Bundle\\MainBundle\\EventListener\\SiteMapListener'];
  23036.         }
  23037.         $b = ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\SiteMapService'] ?? $this->getSiteMapServiceService());
  23038.         if (isset($this->privates['Aqarmap\\Bundle\\MainBundle\\EventListener\\SiteMapListener'])) {
  23039.             return $this->privates['Aqarmap\\Bundle\\MainBundle\\EventListener\\SiteMapListener'];
  23040.         }
  23041.         $c = ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\Setting'] ?? $this->getSettingService());
  23042.         if (isset($this->privates['Aqarmap\\Bundle\\MainBundle\\EventListener\\SiteMapListener'])) {
  23043.             return $this->privates['Aqarmap\\Bundle\\MainBundle\\EventListener\\SiteMapListener'];
  23044.         }
  23045.         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))));
  23046.     }
  23047.     /**
  23048.      * Gets the private 'Aqarmap\Bundle\MainBundle\EventStreaming\EventStreamingClientFactory' shared autowired service.
  23049.      *
  23050.      * @return \Aqarmap\Bundle\MainBundle\EventStreaming\EventStreamingClientFactory
  23051.      */
  23052.     protected function getEventStreamingClientFactoryService()
  23053.     {
  23054.         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'));
  23055.     }
  23056.     /**
  23057.      * Gets the private 'Aqarmap\Bundle\MainBundle\Form\Admin\AddSettingType' shared autowired service.
  23058.      *
  23059.      * @return \Aqarmap\Bundle\MainBundle\Form\Admin\AddSettingType
  23060.      */
  23061.     protected function getAddSettingTypeService()
  23062.     {
  23063.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  23064.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  23065.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Form/Admin/AddSettingType.php';
  23066.         return $this->privates['Aqarmap\\Bundle\\MainBundle\\Form\\Admin\\AddSettingType'] = new \Aqarmap\Bundle\MainBundle\Form\Admin\AddSettingType();
  23067.     }
  23068.     /**
  23069.      * Gets the private 'Aqarmap\Bundle\MainBundle\Form\Admin\UpdateSettingType' shared autowired service.
  23070.      *
  23071.      * @return \Aqarmap\Bundle\MainBundle\Form\Admin\UpdateSettingType
  23072.      */
  23073.     protected function getUpdateSettingTypeService()
  23074.     {
  23075.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  23076.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  23077.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Form/Admin/UpdateSettingType.php';
  23078.         return $this->privates['Aqarmap\\Bundle\\MainBundle\\Form\\Admin\\UpdateSettingType'] = new \Aqarmap\Bundle\MainBundle\Form\Admin\UpdateSettingType();
  23079.     }
  23080.     /**
  23081.      * Gets the private 'Aqarmap\Bundle\MainBundle\Form\ConfirmFeaturedFormType' shared autowired service.
  23082.      *
  23083.      * @return \Aqarmap\Bundle\MainBundle\Form\ConfirmFeaturedFormType
  23084.      */
  23085.     protected function getConfirmFeaturedFormTypeService()
  23086.     {
  23087.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  23088.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  23089.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Form/ConfirmFeaturedFormType.php';
  23090.         return $this->privates['Aqarmap\\Bundle\\MainBundle\\Form\\ConfirmFeaturedFormType'] = new \Aqarmap\Bundle\MainBundle\Form\ConfirmFeaturedFormType();
  23091.     }
  23092.     /**
  23093.      * Gets the private 'Aqarmap\Bundle\MainBundle\Form\ConfirmFormType' shared autowired service.
  23094.      *
  23095.      * @return \Aqarmap\Bundle\MainBundle\Form\ConfirmFormType
  23096.      */
  23097.     protected function getConfirmFormTypeService()
  23098.     {
  23099.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  23100.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  23101.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Form/ConfirmFormType.php';
  23102.         return $this->privates['Aqarmap\\Bundle\\MainBundle\\Form\\ConfirmFormType'] = new \Aqarmap\Bundle\MainBundle\Form\ConfirmFormType();
  23103.     }
  23104.     /**
  23105.      * Gets the private 'Aqarmap\Bundle\MainBundle\Form\CustomParagraphType' shared autowired service.
  23106.      *
  23107.      * @return \Aqarmap\Bundle\MainBundle\Form\CustomParagraphType
  23108.      */
  23109.     protected function getCustomParagraphTypeService()
  23110.     {
  23111.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  23112.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  23113.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Form/CustomParagraphType.php';
  23114.         return $this->privates['Aqarmap\\Bundle\\MainBundle\\Form\\CustomParagraphType'] = new \Aqarmap\Bundle\MainBundle\Form\CustomParagraphType();
  23115.     }
  23116.     /**
  23117.      * Gets the private 'Aqarmap\Bundle\MainBundle\Form\DefaultTopCustomerType' shared autowired service.
  23118.      *
  23119.      * @return \Aqarmap\Bundle\MainBundle\Form\DefaultTopCustomerType
  23120.      */
  23121.     protected function getDefaultTopCustomerTypeService()
  23122.     {
  23123.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  23124.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  23125.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Form/DefaultTopCustomerType.php';
  23126.         return $this->privates['Aqarmap\\Bundle\\MainBundle\\Form\\DefaultTopCustomerType'] = new \Aqarmap\Bundle\MainBundle\Form\DefaultTopCustomerType();
  23127.     }
  23128.     /**
  23129.      * Gets the private 'Aqarmap\Bundle\MainBundle\Form\FeedbackNoteType' shared autowired service.
  23130.      *
  23131.      * @return \Aqarmap\Bundle\MainBundle\Form\FeedbackNoteType
  23132.      */
  23133.     protected function getFeedbackNoteTypeService()
  23134.     {
  23135.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  23136.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  23137.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Form/FeedbackNoteType.php';
  23138.         return $this->privates['Aqarmap\\Bundle\\MainBundle\\Form\\FeedbackNoteType'] = new \Aqarmap\Bundle\MainBundle\Form\FeedbackNoteType();
  23139.     }
  23140.     /**
  23141.      * Gets the private 'Aqarmap\Bundle\MainBundle\Form\FeedbackType' shared autowired service.
  23142.      *
  23143.      * @return \Aqarmap\Bundle\MainBundle\Form\FeedbackType
  23144.      */
  23145.     protected function getFeedbackTypeService()
  23146.     {
  23147.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  23148.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  23149.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Form/FeedbackType.php';
  23150.         return $this->privates['Aqarmap\\Bundle\\MainBundle\\Form\\FeedbackType'] = new \Aqarmap\Bundle\MainBundle\Form\FeedbackType();
  23151.     }
  23152.     /**
  23153.      * Gets the private 'Aqarmap\Bundle\MainBundle\Form\FilterCustomParagraphType' shared autowired service.
  23154.      *
  23155.      * @return \Aqarmap\Bundle\MainBundle\Form\FilterCustomParagraphType
  23156.      */
  23157.     protected function getFilterCustomParagraphTypeService()
  23158.     {
  23159.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  23160.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  23161.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Form/FilterCustomParagraphType.php';
  23162.         return $this->privates['Aqarmap\\Bundle\\MainBundle\\Form\\FilterCustomParagraphType'] = new \Aqarmap\Bundle\MainBundle\Form\FilterCustomParagraphType();
  23163.     }
  23164.     /**
  23165.      * Gets the private 'Aqarmap\Bundle\MainBundle\Form\JoinUsType' shared autowired service.
  23166.      *
  23167.      * @return \Aqarmap\Bundle\MainBundle\Form\JoinUsType
  23168.      */
  23169.     protected function getJoinUsTypeService()
  23170.     {
  23171.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  23172.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  23173.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Form/JoinUsType.php';
  23174.         return $this->privates['Aqarmap\\Bundle\\MainBundle\\Form\\JoinUsType'] = new \Aqarmap\Bundle\MainBundle\Form\JoinUsType();
  23175.     }
  23176.     /**
  23177.      * Gets the private 'Aqarmap\Bundle\MainBundle\Form\LinkType' shared autowired service.
  23178.      *
  23179.      * @return \Aqarmap\Bundle\MainBundle\Form\LinkType
  23180.      */
  23181.     protected function getLinkTypeService()
  23182.     {
  23183.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  23184.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  23185.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Form/LinkType.php';
  23186.         return $this->privates['Aqarmap\\Bundle\\MainBundle\\Form\\LinkType'] = new \Aqarmap\Bundle\MainBundle\Form\LinkType();
  23187.     }
  23188.     /**
  23189.      * Gets the private 'Aqarmap\Bundle\MainBundle\Form\MenuType' shared autowired service.
  23190.      *
  23191.      * @return \Aqarmap\Bundle\MainBundle\Form\MenuType
  23192.      */
  23193.     protected function getMenuTypeService()
  23194.     {
  23195.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  23196.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  23197.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Form/MenuType.php';
  23198.         return $this->privates['Aqarmap\\Bundle\\MainBundle\\Form\\MenuType'] = new \Aqarmap\Bundle\MainBundle\Form\MenuType();
  23199.     }
  23200.     /**
  23201.      * Gets the private 'Aqarmap\Bundle\MainBundle\Form\PageType' shared autowired service.
  23202.      *
  23203.      * @return \Aqarmap\Bundle\MainBundle\Form\PageType
  23204.      */
  23205.     protected function getPageTypeService()
  23206.     {
  23207.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  23208.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  23209.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Form/PageType.php';
  23210.         return $this->privates['Aqarmap\\Bundle\\MainBundle\\Form\\PageType'] = new \Aqarmap\Bundle\MainBundle\Form\PageType();
  23211.     }
  23212.     /**
  23213.      * Gets the private 'Aqarmap\Bundle\MainBundle\Form\SinglePhotoType' shared autowired service.
  23214.      *
  23215.      * @return \Aqarmap\Bundle\MainBundle\Form\SinglePhotoType
  23216.      */
  23217.     protected function getSinglePhotoTypeService()
  23218.     {
  23219.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  23220.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  23221.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Form/SinglePhotoType.php';
  23222.         return $this->privates['Aqarmap\\Bundle\\MainBundle\\Form\\SinglePhotoType'] = new \Aqarmap\Bundle\MainBundle\Form\SinglePhotoType();
  23223.     }
  23224.     /**
  23225.      * Gets the private 'Aqarmap\Bundle\MainBundle\Form\TestimonialType' shared autowired service.
  23226.      *
  23227.      * @return \Aqarmap\Bundle\MainBundle\Form\TestimonialType
  23228.      */
  23229.     protected function getTestimonialTypeService()
  23230.     {
  23231.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  23232.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  23233.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Form/TestimonialType.php';
  23234.         return $this->privates['Aqarmap\\Bundle\\MainBundle\\Form\\TestimonialType'] = new \Aqarmap\Bundle\MainBundle\Form\TestimonialType();
  23235.     }
  23236.     /**
  23237.      * Gets the private 'Aqarmap\Bundle\MainBundle\Helpers\MailerHelper' shared autowired service.
  23238.      *
  23239.      * @return \Aqarmap\Bundle\MainBundle\Helpers\MailerHelper
  23240.      */
  23241.     protected function getMailerHelperService()
  23242.     {
  23243.         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))));
  23244.     }
  23245.     /**
  23246.      * Gets the private 'Aqarmap\Bundle\MainBundle\Listener\ConfigureMenuEventSubscriber' shared autowired service.
  23247.      *
  23248.      * @return \Aqarmap\Bundle\MainBundle\Listener\ConfigureMenuEventSubscriber
  23249.      */
  23250.     protected function getConfigureMenuEventSubscriber3Service()
  23251.     {
  23252.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Listener/ConfigureMenuEventSubscriber.php';
  23253.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  23254.         if (isset($this->privates['Aqarmap\\Bundle\\MainBundle\\Listener\\ConfigureMenuEventSubscriber'])) {
  23255.             return $this->privates['Aqarmap\\Bundle\\MainBundle\\Listener\\ConfigureMenuEventSubscriber'];
  23256.         }
  23257.         $b = ($this->services['Aqarmap\\Bundle\\FeatureToggleBundle\\Service\\FeatureToggleManager'] ?? $this->getFeatureToggleManagerService());
  23258.         if (isset($this->privates['Aqarmap\\Bundle\\MainBundle\\Listener\\ConfigureMenuEventSubscriber'])) {
  23259.             return $this->privates['Aqarmap\\Bundle\\MainBundle\\Listener\\ConfigureMenuEventSubscriber'];
  23260.         }
  23261.         return $this->privates['Aqarmap\\Bundle\\MainBundle\\Listener\\ConfigureMenuEventSubscriber'] = new \Aqarmap\Bundle\MainBundle\Listener\ConfigureMenuEventSubscriber($this, ($this->services['translator'] ?? $this->getTranslatorService()), $a$b);
  23262.     }
  23263.     /**
  23264.      * Gets the private 'Aqarmap\Bundle\MainBundle\Listener\DoctrineExtensionEventSubscriber' shared autowired service.
  23265.      *
  23266.      * @return \Aqarmap\Bundle\MainBundle\Listener\DoctrineExtensionEventSubscriber
  23267.      */
  23268.     protected function getDoctrineExtensionEventSubscriberService()
  23269.     {
  23270.         return $this->privates['Aqarmap\\Bundle\\MainBundle\\Listener\\DoctrineExtensionEventSubscriber'] = new \Aqarmap\Bundle\MainBundle\Listener\DoctrineExtensionEventSubscriber(($this->privates['gedmo.listener.translatable'] ?? $this->getGedmo_Listener_TranslatableService()));
  23271.     }
  23272.     /**
  23273.      * Gets the private 'Aqarmap\Bundle\MainBundle\Listener\RequestEventSubscriber' shared autowired service.
  23274.      *
  23275.      * @return \Aqarmap\Bundle\MainBundle\Listener\RequestEventSubscriber
  23276.      */
  23277.     protected function getRequestEventSubscriberService()
  23278.     {
  23279.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  23280.         if (isset($this->privates['Aqarmap\\Bundle\\MainBundle\\Listener\\RequestEventSubscriber'])) {
  23281.             return $this->privates['Aqarmap\\Bundle\\MainBundle\\Listener\\RequestEventSubscriber'];
  23282.         }
  23283.         $b = ($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserManager'] ?? $this->getUserManagerService());
  23284.         if (isset($this->privates['Aqarmap\\Bundle\\MainBundle\\Listener\\RequestEventSubscriber'])) {
  23285.             return $this->privates['Aqarmap\\Bundle\\MainBundle\\Listener\\RequestEventSubscriber'];
  23286.         }
  23287.         $c = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  23288.         if (isset($this->privates['Aqarmap\\Bundle\\MainBundle\\Listener\\RequestEventSubscriber'])) {
  23289.             return $this->privates['Aqarmap\\Bundle\\MainBundle\\Listener\\RequestEventSubscriber'];
  23290.         }
  23291.         $d = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  23292.         if (isset($this->privates['Aqarmap\\Bundle\\MainBundle\\Listener\\RequestEventSubscriber'])) {
  23293.             return $this->privates['Aqarmap\\Bundle\\MainBundle\\Listener\\RequestEventSubscriber'];
  23294.         }
  23295.         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()));
  23296.     }
  23297.     /**
  23298.      * Gets the private 'Aqarmap\Bundle\MainBundle\Menu\MenuBuilder' shared autowired service.
  23299.      *
  23300.      * @return \Aqarmap\Bundle\MainBundle\Menu\MenuBuilder
  23301.      */
  23302.     protected function getMenuBuilderService()
  23303.     {
  23304.         $a = ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\Setting'] ?? $this->getSettingService());
  23305.         if (isset($this->privates['Aqarmap\\Bundle\\MainBundle\\Menu\\MenuBuilder'])) {
  23306.             return $this->privates['Aqarmap\\Bundle\\MainBundle\\Menu\\MenuBuilder'];
  23307.         }
  23308.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  23309.         if (isset($this->privates['Aqarmap\\Bundle\\MainBundle\\Menu\\MenuBuilder'])) {
  23310.             return $this->privates['Aqarmap\\Bundle\\MainBundle\\Menu\\MenuBuilder'];
  23311.         }
  23312.         $c = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  23313.         if (isset($this->privates['Aqarmap\\Bundle\\MainBundle\\Menu\\MenuBuilder'])) {
  23314.             return $this->privates['Aqarmap\\Bundle\\MainBundle\\Menu\\MenuBuilder'];
  23315.         }
  23316.         $d = ($this->privates['knp_menu.helper'] ?? $this->getKnpMenu_HelperService());
  23317.         if (isset($this->privates['Aqarmap\\Bundle\\MainBundle\\Menu\\MenuBuilder'])) {
  23318.             return $this->privates['Aqarmap\\Bundle\\MainBundle\\Menu\\MenuBuilder'];
  23319.         }
  23320.         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()));
  23321.     }
  23322.     /**
  23323.      * Gets the private 'Aqarmap\Bundle\MainBundle\Repository\ActivityRepository' shared autowired service.
  23324.      *
  23325.      * @return \Aqarmap\Bundle\MainBundle\Repository\ActivityRepository
  23326.      */
  23327.     protected function getActivityRepositoryService()
  23328.     {
  23329.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Repository/ActivityRepository.php';
  23330.         return $this->privates['Aqarmap\\Bundle\\MainBundle\\Repository\\ActivityRepository'] = new \Aqarmap\Bundle\MainBundle\Repository\ActivityRepository(($this->services['doctrine_mongodb'] ?? $this->getDoctrineMongodbService()));
  23331.     }
  23332.     /**
  23333.      * Gets the private 'Aqarmap\Bundle\MainBundle\Repository\CustomParagraphRepository' shared autowired service.
  23334.      *
  23335.      * @return \Aqarmap\Bundle\MainBundle\Repository\CustomParagraphRepository
  23336.      */
  23337.     protected function getCustomParagraphRepositoryService()
  23338.     {
  23339.         return $this->privates['Aqarmap\\Bundle\\MainBundle\\Repository\\CustomParagraphRepository'] = new \Aqarmap\Bundle\MainBundle\Repository\CustomParagraphRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23340.     }
  23341.     /**
  23342.      * Gets the private 'Aqarmap\Bundle\MainBundle\Repository\DefaultTopCustomersRepository' shared autowired service.
  23343.      *
  23344.      * @return \Aqarmap\Bundle\MainBundle\Repository\DefaultTopCustomersRepository
  23345.      */
  23346.     protected function getDefaultTopCustomersRepositoryService()
  23347.     {
  23348.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Repository/DefaultTopCustomersRepository.php';
  23349.         return $this->privates['Aqarmap\\Bundle\\MainBundle\\Repository\\DefaultTopCustomersRepository'] = new \Aqarmap\Bundle\MainBundle\Repository\DefaultTopCustomersRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23350.     }
  23351.     /**
  23352.      * Gets the private 'Aqarmap\Bundle\MainBundle\Repository\FeedbackRepository' shared autowired service.
  23353.      *
  23354.      * @return \Aqarmap\Bundle\MainBundle\Repository\FeedbackRepository
  23355.      */
  23356.     protected function getFeedbackRepositoryService()
  23357.     {
  23358.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Repository/FeedbackRepository.php';
  23359.         return $this->privates['Aqarmap\\Bundle\\MainBundle\\Repository\\FeedbackRepository'] = new \Aqarmap\Bundle\MainBundle\Repository\FeedbackRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23360.     }
  23361.     /**
  23362.      * Gets the private 'Aqarmap\Bundle\MainBundle\Repository\JoinUsRepository' shared autowired service.
  23363.      *
  23364.      * @return \Aqarmap\Bundle\MainBundle\Repository\JoinUsRepository
  23365.      */
  23366.     protected function getJoinUsRepositoryService()
  23367.     {
  23368.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Repository/JoinUsRepository.php';
  23369.         return $this->privates['Aqarmap\\Bundle\\MainBundle\\Repository\\JoinUsRepository'] = new \Aqarmap\Bundle\MainBundle\Repository\JoinUsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23370.     }
  23371.     /**
  23372.      * Gets the private 'Aqarmap\Bundle\MainBundle\Repository\MenuRepository' shared autowired service.
  23373.      *
  23374.      * @return \Aqarmap\Bundle\MainBundle\Repository\MenuRepository
  23375.      */
  23376.     protected function getMenuRepositoryService()
  23377.     {
  23378.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Repository/MenuRepository.php';
  23379.         return $this->privates['Aqarmap\\Bundle\\MainBundle\\Repository\\MenuRepository'] = new \Aqarmap\Bundle\MainBundle\Repository\MenuRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23380.     }
  23381.     /**
  23382.      * Gets the private 'Aqarmap\Bundle\MainBundle\Repository\MobileSectionsTogglesRepository' shared autowired service.
  23383.      *
  23384.      * @return \Aqarmap\Bundle\MainBundle\Repository\MobileSectionsTogglesRepository
  23385.      */
  23386.     protected function getMobileSectionsTogglesRepositoryService()
  23387.     {
  23388.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Repository/MobileSectionsTogglesRepository.php';
  23389.         return $this->privates['Aqarmap\\Bundle\\MainBundle\\Repository\\MobileSectionsTogglesRepository'] = new \Aqarmap\Bundle\MainBundle\Repository\MobileSectionsTogglesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23390.     }
  23391.     /**
  23392.      * Gets the private 'Aqarmap\Bundle\MainBundle\Repository\PerformanceLogRepository' shared autowired service.
  23393.      *
  23394.      * @return \Aqarmap\Bundle\MainBundle\Repository\PerformanceLogRepository
  23395.      */
  23396.     protected function getPerformanceLogRepositoryService()
  23397.     {
  23398.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Repository/PerformanceLogRepository.php';
  23399.         return $this->privates['Aqarmap\\Bundle\\MainBundle\\Repository\\PerformanceLogRepository'] = new \Aqarmap\Bundle\MainBundle\Repository\PerformanceLogRepository(($this->services['doctrine_mongodb'] ?? $this->getDoctrineMongodbService()));
  23400.     }
  23401.     /**
  23402.      * Gets the private 'Aqarmap\Bundle\MainBundle\Repository\SettingRepository' shared autowired service.
  23403.      *
  23404.      * @return \Aqarmap\Bundle\MainBundle\Repository\SettingRepository
  23405.      */
  23406.     protected function getSettingRepositoryService()
  23407.     {
  23408.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  23409.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Repository/SettingRepository.php';
  23410.         $this->privates['Aqarmap\\Bundle\\MainBundle\\Repository\\SettingRepository'] = $instance = new \Aqarmap\Bundle\MainBundle\Repository\SettingRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23411.         $instance->setCacheManager(($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\CacheManager'] ?? $this->getCacheManagerService()));
  23412.         return $instance;
  23413.     }
  23414.     /**
  23415.      * Gets the private 'Aqarmap\Bundle\MainBundle\Repository\TestimonialRepository' shared autowired service.
  23416.      *
  23417.      * @return \Aqarmap\Bundle\MainBundle\Repository\TestimonialRepository
  23418.      */
  23419.     protected function getTestimonialRepositoryService()
  23420.     {
  23421.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Repository/TestimonialRepository.php';
  23422.         return $this->privates['Aqarmap\\Bundle\\MainBundle\\Repository\\TestimonialRepository'] = new \Aqarmap\Bundle\MainBundle\Repository\TestimonialRepository(($this->services['doctrine_mongodb'] ?? $this->getDoctrineMongodbService()));
  23423.     }
  23424.     /**
  23425.      * Gets the private 'Aqarmap\Bundle\MainBundle\Service\ActivityLogger' shared autowired service.
  23426.      *
  23427.      * @return \Aqarmap\Bundle\MainBundle\Service\ActivityLogger
  23428.      */
  23429.     protected function getActivityLoggerService()
  23430.     {
  23431.         $a = ($this->services['doctrine_mongodb.odm.default_document_manager'] ?? $this->getDoctrineMongodb_Odm_DefaultDocumentManagerService());
  23432.         if (isset($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\ActivityLogger'])) {
  23433.             return $this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\ActivityLogger'];
  23434.         }
  23435.         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()));
  23436.     }
  23437.     /**
  23438.      * Gets the private 'Aqarmap\Bundle\MainBundle\Service\Admin\CSVFileProccessing\CSVFileProccessorFactory' shared autowired service.
  23439.      *
  23440.      * @return \Aqarmap\Bundle\MainBundle\Service\Admin\CSVFileProccessing\CSVFileProccessorFactory
  23441.      */
  23442.     protected function getCSVFileProccessorFactoryService()
  23443.     {
  23444.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Service/Admin/CSVFileProccessing/CSVFileProccessorFactory.php';
  23445.         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()));
  23446.     }
  23447.     /**
  23448.      * Gets the private 'Aqarmap\Bundle\MainBundle\Service\Admin\DefaultTopCustomersManager' shared autowired service.
  23449.      *
  23450.      * @return \Aqarmap\Bundle\MainBundle\Service\Admin\DefaultTopCustomersManager
  23451.      */
  23452.     protected function getDefaultTopCustomersManagerService()
  23453.     {
  23454.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Contract/Admin/DefaultTopCustomersManagerInterface.php';
  23455.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Service/Admin/DefaultTopCustomersManager.php';
  23456.         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()));
  23457.     }
  23458.     /**
  23459.      * Gets the private 'Aqarmap\Bundle\MainBundle\Service\CacheManager' shared autowired service.
  23460.      *
  23461.      * @return \Aqarmap\Bundle\MainBundle\Service\CacheManager
  23462.      */
  23463.     protected function getCacheManagerService()
  23464.     {
  23465.         return $this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\CacheManager'] = new \Aqarmap\Bundle\MainBundle\Service\CacheManager(($this->privates['snc_redis.default'] ?? $this->getSncRedis_DefaultService()));
  23466.     }
  23467.     /**
  23468.      * Gets the private 'Aqarmap\Bundle\MainBundle\Service\FormValidationService' shared autowired service.
  23469.      *
  23470.      * @return \Aqarmap\Bundle\MainBundle\Service\FormValidationService
  23471.      */
  23472.     protected function getFormValidationServiceService()
  23473.     {
  23474.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Service/FormValidationService.php';
  23475.         return $this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\FormValidationService'] = new \Aqarmap\Bundle\MainBundle\Service\FormValidationService();
  23476.     }
  23477.     /**
  23478.      * Gets the private 'Aqarmap\Bundle\MainBundle\Service\GraphQlClient' shared autowired service.
  23479.      *
  23480.      * @return \Aqarmap\Bundle\MainBundle\Service\GraphQlClient
  23481.      */
  23482.     protected function getGraphQlClientService()
  23483.     {
  23484.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Service/GraphQlClient.php';
  23485.         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()));
  23486.     }
  23487.     /**
  23488.      * Gets the private 'Aqarmap\Bundle\MainBundle\Service\MenuBuilderService' shared autowired service.
  23489.      *
  23490.      * @return \Aqarmap\Bundle\MainBundle\Service\MenuBuilderService
  23491.      */
  23492.     protected function getMenuBuilderServiceService()
  23493.     {
  23494.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  23495.         if (isset($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\MenuBuilderService'])) {
  23496.             return $this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\MenuBuilderService'];
  23497.         }
  23498.         $b = ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\Setting'] ?? $this->getSettingService());
  23499.         if (isset($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\MenuBuilderService'])) {
  23500.             return $this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\MenuBuilderService'];
  23501.         }
  23502.         $c = ($this->services['Aqarmap\\Bundle\\FeatureToggleBundle\\Service\\FeatureToggleManager'] ?? $this->getFeatureToggleManagerService());
  23503.         if (isset($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\MenuBuilderService'])) {
  23504.             return $this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\MenuBuilderService'];
  23505.         }
  23506.         $d = ($this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\ListingSearchCombinationsService'] ?? $this->getListingSearchCombinationsServiceService());
  23507.         if (isset($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\MenuBuilderService'])) {
  23508.             return $this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\MenuBuilderService'];
  23509.         }
  23510.         $e = ($this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\ListingSearchService'] ?? $this->getListingSearchServiceService());
  23511.         if (isset($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\MenuBuilderService'])) {
  23512.             return $this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\MenuBuilderService'];
  23513.         }
  23514.         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()));
  23515.     }
  23516.     /**
  23517.      * Gets the private 'Aqarmap\Bundle\MainBundle\Service\PriceExtender' shared autowired service.
  23518.      *
  23519.      * @return \Aqarmap\Bundle\MainBundle\Service\PriceExtender
  23520.      */
  23521.     protected function getPriceExtenderService()
  23522.     {
  23523.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  23524.         if (isset($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\PriceExtender'])) {
  23525.             return $this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\PriceExtender'];
  23526.         }
  23527.         return $this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\PriceExtender'] = new \Aqarmap\Bundle\MainBundle\Service\PriceExtender($a);
  23528.     }
  23529.     /**
  23530.      * Gets the private 'Aqarmap\Bundle\MainBundle\Service\Setting' shared autowired service.
  23531.      *
  23532.      * @return \Aqarmap\Bundle\MainBundle\Service\Setting
  23533.      */
  23534.     protected function getSettingService()
  23535.     {
  23536.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  23537.         if (isset($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\Setting'])) {
  23538.             return $this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\Setting'];
  23539.         }
  23540.         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()));
  23541.     }
  23542.     /**
  23543.      * Gets the private 'Aqarmap\Bundle\MainBundle\Service\SiteMapService' shared autowired service.
  23544.      *
  23545.      * @return \Aqarmap\Bundle\MainBundle\Service\SiteMapService
  23546.      */
  23547.     protected function getSiteMapServiceService()
  23548.     {
  23549.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Service/Contracts/SiteMapServiceInterface.php';
  23550.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Service/SiteMapService.php';
  23551.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  23552.         if (isset($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\SiteMapService'])) {
  23553.             return $this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\SiteMapService'];
  23554.         }
  23555.         return $this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\SiteMapService'] = new \Aqarmap\Bundle\MainBundle\Service\SiteMapService($a, ($this->services['router'] ?? $this->getRouterService()));
  23556.     }
  23557.     /**
  23558.      * Gets the private 'Aqarmap\Bundle\MainBundle\Service\ThumbURL' shared autowired service.
  23559.      *
  23560.      * @return \Aqarmap\Bundle\MainBundle\Service\ThumbURL
  23561.      */
  23562.     protected function getThumbURLService()
  23563.     {
  23564.         return $this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\ThumbURL'] = new \Aqarmap\Bundle\MainBundle\Service\ThumbURL($this->getParameter('aqarmap.wompoo'));
  23565.     }
  23566.     /**
  23567.      * Gets the private 'Aqarmap\Bundle\MainBundle\Strategy\ProcessEmailBodyStrategy' shared autowired service.
  23568.      *
  23569.      * @return \Aqarmap\Bundle\MainBundle\Strategy\ProcessEmailBodyStrategy
  23570.      */
  23571.     protected function getProcessEmailBodyStrategyService()
  23572.     {
  23573.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Contract/Consumer/StrategyInterface.php';
  23574.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Strategy/ProcessEmailBodyStrategy.php';
  23575.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Contract/ProcessEmailBodyFactoryInterface.php';
  23576.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Factory/ProcessEmailBodyFactory.php';
  23577.         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 () {
  23578.             yield => ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Model\\ShowPhoneNumberEmailBodyBuilder'] ?? $this->getShowPhoneNumberEmailBodyBuilderService());
  23579.         }, 1)));
  23580.     }
  23581.     /**
  23582.      * Gets the private 'Aqarmap\Bundle\MessageBundle\Command\MaskedEmailReadCommand' shared autowired service.
  23583.      *
  23584.      * @return \Aqarmap\Bundle\MessageBundle\Command\MaskedEmailReadCommand
  23585.      */
  23586.     protected function getMaskedEmailReadCommandService()
  23587.     {
  23588.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23589.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MessageBundle/Command/MaskedEmailReadCommand.php';
  23590.         $this->privates['Aqarmap\\Bundle\\MessageBundle\\Command\\MaskedEmailReadCommand'] = $instance = new \Aqarmap\Bundle\MessageBundle\Command\MaskedEmailReadCommand(($this->privates['Aqarmap\\Bundle\\MessageBundle\\Service\\Composer'] ?? $this->getComposerService()));
  23591.         $instance->setName('app:masked_email:read');
  23592.         return $instance;
  23593.     }
  23594.     /**
  23595.      * Gets the private 'Aqarmap\Bundle\MessageBundle\Command\MessageCommand' shared autowired service.
  23596.      *
  23597.      * @return \Aqarmap\Bundle\MessageBundle\Command\MessageCommand
  23598.      */
  23599.     protected function getMessageCommandService()
  23600.     {
  23601.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23602.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MessageBundle/Command/MessageCommand.php';
  23603.         $a = ($this->privates['Aqarmap\\Bundle\\MainBundle\\Adapter\\MailerService'] ?? $this->getMailerServiceService());
  23604.         $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);
  23605.         $instance->setName('app:message:send');
  23606.         return $instance;
  23607.     }
  23608.     /**
  23609.      * Gets the private 'Aqarmap\Bundle\MessageBundle\Command\PatchMaskedEmailMessageRecipientCommand' shared autowired service.
  23610.      *
  23611.      * @return \Aqarmap\Bundle\MessageBundle\Command\PatchMaskedEmailMessageRecipientCommand
  23612.      */
  23613.     protected function getPatchMaskedEmailMessageRecipientCommandService()
  23614.     {
  23615.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23616.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MessageBundle/Command/PatchMaskedEmailMessageRecipientCommand.php';
  23617.         $this->privates['Aqarmap\\Bundle\\MessageBundle\\Command\\PatchMaskedEmailMessageRecipientCommand'] = $instance = new \Aqarmap\Bundle\MessageBundle\Command\PatchMaskedEmailMessageRecipientCommand();
  23618.         $instance->setName('app:patch:missing-message-recipients');
  23619.         return $instance;
  23620.     }
  23621.     /**
  23622.      * Gets the private 'Aqarmap\Bundle\MessageBundle\Command\PatchMessageLeadCommand' shared autowired service.
  23623.      *
  23624.      * @return \Aqarmap\Bundle\MessageBundle\Command\PatchMessageLeadCommand
  23625.      */
  23626.     protected function getPatchMessageLeadCommandService()
  23627.     {
  23628.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23629.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MessageBundle/Command/PatchMessageLeadCommand.php';
  23630.         $this->privates['Aqarmap\\Bundle\\MessageBundle\\Command\\PatchMessageLeadCommand'] = $instance = new \Aqarmap\Bundle\MessageBundle\Command\PatchMessageLeadCommand();
  23631.         $instance->setName('app:patch:missing-message-leads');
  23632.         return $instance;
  23633.     }
  23634.     /**
  23635.      * Gets the private 'Aqarmap\Bundle\MessageBundle\Repository\ConversationRecipientRepository' shared autowired service.
  23636.      *
  23637.      * @return \Aqarmap\Bundle\MessageBundle\Repository\ConversationRecipientRepository
  23638.      */
  23639.     protected function getConversationRecipientRepositoryService()
  23640.     {
  23641.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MessageBundle/Repository/ConversationRecipientRepository.php';
  23642.         return $this->privates['Aqarmap\\Bundle\\MessageBundle\\Repository\\ConversationRecipientRepository'] = new \Aqarmap\Bundle\MessageBundle\Repository\ConversationRecipientRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23643.     }
  23644.     /**
  23645.      * Gets the private 'Aqarmap\Bundle\MessageBundle\Repository\ConversationRepository' shared autowired service.
  23646.      *
  23647.      * @return \Aqarmap\Bundle\MessageBundle\Repository\ConversationRepository
  23648.      */
  23649.     protected function getConversationRepositoryService()
  23650.     {
  23651.         return $this->privates['Aqarmap\\Bundle\\MessageBundle\\Repository\\ConversationRepository'] = new \Aqarmap\Bundle\MessageBundle\Repository\ConversationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23652.     }
  23653.     /**
  23654.      * Gets the private 'Aqarmap\Bundle\MessageBundle\Repository\MessageRepository' shared autowired service.
  23655.      *
  23656.      * @return \Aqarmap\Bundle\MessageBundle\Repository\MessageRepository
  23657.      */
  23658.     protected function getMessageRepositoryService()
  23659.     {
  23660.         return $this->privates['Aqarmap\\Bundle\\MessageBundle\\Repository\\MessageRepository'] = new \Aqarmap\Bundle\MessageBundle\Repository\MessageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23661.     }
  23662.     /**
  23663.      * Gets the private 'Aqarmap\Bundle\MessageBundle\Repository\RecipientRepository' shared autowired service.
  23664.      *
  23665.      * @return \Aqarmap\Bundle\MessageBundle\Repository\RecipientRepository
  23666.      */
  23667.     protected function getRecipientRepositoryService()
  23668.     {
  23669.         return $this->privates['Aqarmap\\Bundle\\MessageBundle\\Repository\\RecipientRepository'] = new \Aqarmap\Bundle\MessageBundle\Repository\RecipientRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23670.     }
  23671.     /**
  23672.      * Gets the private 'Aqarmap\Bundle\MessageBundle\Service\Composer' shared autowired service.
  23673.      *
  23674.      * @return \Aqarmap\Bundle\MessageBundle\Service\Composer
  23675.      */
  23676.     protected function getComposerService()
  23677.     {
  23678.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  23679.         if (isset($this->privates['Aqarmap\\Bundle\\MessageBundle\\Service\\Composer'])) {
  23680.             return $this->privates['Aqarmap\\Bundle\\MessageBundle\\Service\\Composer'];
  23681.         }
  23682.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  23683.         if (isset($this->privates['Aqarmap\\Bundle\\MessageBundle\\Service\\Composer'])) {
  23684.             return $this->privates['Aqarmap\\Bundle\\MessageBundle\\Service\\Composer'];
  23685.         }
  23686.         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()));
  23687.     }
  23688.     /**
  23689.      * Gets the private 'Aqarmap\Bundle\MortgageBundle\EventListener\MortgageSubscribeListener' shared autowired service.
  23690.      *
  23691.      * @return \Aqarmap\Bundle\MortgageBundle\EventListener\MortgageSubscribeListener
  23692.      */
  23693.     protected function getMortgageSubscribeListenerService()
  23694.     {
  23695.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MortgageBundle/EventListener/MortgageSubscribeListener.php';
  23696.         $a = ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\Setting'] ?? $this->getSettingService());
  23697.         if (isset($this->privates['Aqarmap\\Bundle\\MortgageBundle\\EventListener\\MortgageSubscribeListener'])) {
  23698.             return $this->privates['Aqarmap\\Bundle\\MortgageBundle\\EventListener\\MortgageSubscribeListener'];
  23699.         }
  23700.         $b = ($this->privates['Aqarmap\\Bundle\\MainBundle\\Adapter\\MailerService'] ?? $this->getMailerServiceService());
  23701.         if (isset($this->privates['Aqarmap\\Bundle\\MortgageBundle\\EventListener\\MortgageSubscribeListener'])) {
  23702.             return $this->privates['Aqarmap\\Bundle\\MortgageBundle\\EventListener\\MortgageSubscribeListener'];
  23703.         }
  23704.         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))));
  23705.     }
  23706.     /**
  23707.      * Gets the private 'Aqarmap\Bundle\MortgageBundle\Repository\MortgageRequestRepository' shared autowired service.
  23708.      *
  23709.      * @return \Aqarmap\Bundle\MortgageBundle\Repository\MortgageRequestRepository
  23710.      */
  23711.     protected function getMortgageRequestRepositoryService()
  23712.     {
  23713.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MortgageBundle/Repository/MortgageRequestRepository.php';
  23714.         return $this->privates['Aqarmap\\Bundle\\MortgageBundle\\Repository\\MortgageRequestRepository'] = new \Aqarmap\Bundle\MortgageBundle\Repository\MortgageRequestRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23715.     }
  23716.     /**
  23717.      * Gets the private 'Aqarmap\Bundle\NeighborhoodBundle\Command\DiscussionInterestsNotificationCommand' shared autowired service.
  23718.      *
  23719.      * @return \Aqarmap\Bundle\NeighborhoodBundle\Command\DiscussionInterestsNotificationCommand
  23720.      */
  23721.     protected function getDiscussionInterestsNotificationCommandService()
  23722.     {
  23723.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23724.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NeighborhoodBundle/Command/DiscussionInterestsNotificationCommand.php';
  23725.         $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()));
  23726.         $instance->setName('app:discussion:interests:add');
  23727.         return $instance;
  23728.     }
  23729.     /**
  23730.      * Gets the private 'Aqarmap\Bundle\NeighborhoodBundle\EventListener\ConfigureMenuEventSubscriber' shared autowired service.
  23731.      *
  23732.      * @return \Aqarmap\Bundle\NeighborhoodBundle\EventListener\ConfigureMenuEventSubscriber
  23733.      */
  23734.     protected function getConfigureMenuEventSubscriber4Service()
  23735.     {
  23736.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NeighborhoodBundle/EventListener/ConfigureMenuEventSubscriber.php';
  23737.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  23738.         if (isset($this->privates['Aqarmap\\Bundle\\NeighborhoodBundle\\EventListener\\ConfigureMenuEventSubscriber'])) {
  23739.             return $this->privates['Aqarmap\\Bundle\\NeighborhoodBundle\\EventListener\\ConfigureMenuEventSubscriber'];
  23740.         }
  23741.         return $this->privates['Aqarmap\\Bundle\\NeighborhoodBundle\\EventListener\\ConfigureMenuEventSubscriber'] = new \Aqarmap\Bundle\NeighborhoodBundle\EventListener\ConfigureMenuEventSubscriber($this, ($this->services['translator'] ?? $this->getTranslatorService()), $a);
  23742.     }
  23743.     /**
  23744.      * Gets the private 'Aqarmap\Bundle\NeighborhoodBundle\Form\CompoundSearchType' shared autowired service.
  23745.      *
  23746.      * @return \Aqarmap\Bundle\NeighborhoodBundle\Form\CompoundSearchType
  23747.      */
  23748.     protected function getCompoundSearchTypeService()
  23749.     {
  23750.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  23751.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  23752.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NeighborhoodBundle/Form/CompoundSearchType.php';
  23753.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  23754.         if (isset($this->privates['Aqarmap\\Bundle\\NeighborhoodBundle\\Form\\CompoundSearchType'])) {
  23755.             return $this->privates['Aqarmap\\Bundle\\NeighborhoodBundle\\Form\\CompoundSearchType'];
  23756.         }
  23757.         return $this->privates['Aqarmap\\Bundle\\NeighborhoodBundle\\Form\\CompoundSearchType'] = new \Aqarmap\Bundle\NeighborhoodBundle\Form\CompoundSearchType($a);
  23758.     }
  23759.     /**
  23760.      * Gets the private 'Aqarmap\Bundle\NeighborhoodBundle\Form\LocationCompoundSizeType' shared autowired service.
  23761.      *
  23762.      * @return \Aqarmap\Bundle\NeighborhoodBundle\Form\LocationCompoundSizeType
  23763.      */
  23764.     protected function getLocationCompoundSizeTypeService()
  23765.     {
  23766.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  23767.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  23768.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NeighborhoodBundle/Form/LocationCompoundSizeType.php';
  23769.         return $this->privates['Aqarmap\\Bundle\\NeighborhoodBundle\\Form\\LocationCompoundSizeType'] = new \Aqarmap\Bundle\NeighborhoodBundle\Form\LocationCompoundSizeType();
  23770.     }
  23771.     /**
  23772.      * Gets the private 'Aqarmap\Bundle\NeighborhoodBundle\Form\LocationCompoundType' shared autowired service.
  23773.      *
  23774.      * @return \Aqarmap\Bundle\NeighborhoodBundle\Form\LocationCompoundType
  23775.      */
  23776.     protected function getLocationCompoundTypeService()
  23777.     {
  23778.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  23779.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  23780.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NeighborhoodBundle/Form/LocationCompoundType.php';
  23781.         return $this->privates['Aqarmap\\Bundle\\NeighborhoodBundle\\Form\\LocationCompoundType'] = new \Aqarmap\Bundle\NeighborhoodBundle\Form\LocationCompoundType();
  23782.     }
  23783.     /**
  23784.      * Gets the private 'Aqarmap\Bundle\NeighborhoodBundle\Form\LocationStatisticsType' shared autowired service.
  23785.      *
  23786.      * @return \Aqarmap\Bundle\NeighborhoodBundle\Form\LocationStatisticsType
  23787.      */
  23788.     protected function getLocationStatisticsTypeService()
  23789.     {
  23790.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  23791.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  23792.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NeighborhoodBundle/Form/LocationStatisticsType.php';
  23793.         return $this->privates['Aqarmap\\Bundle\\NeighborhoodBundle\\Form\\LocationStatisticsType'] = new \Aqarmap\Bundle\NeighborhoodBundle\Form\LocationStatisticsType();
  23794.     }
  23795.     /**
  23796.      * Gets the private 'Aqarmap\Bundle\NeighborhoodBundle\Service\NeighborhoodManager' shared autowired service.
  23797.      *
  23798.      * @return \Aqarmap\Bundle\NeighborhoodBundle\Service\NeighborhoodManager
  23799.      */
  23800.     protected function getNeighborhoodManagerService()
  23801.     {
  23802.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NeighborhoodBundle/Service/NeighborhoodManager.php';
  23803.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Contract/Serializer/Denormalizer/DenormalizerInterface.php';
  23804.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Serializer/Denormalizer/Denormalizer.php';
  23805.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  23806.         if (isset($this->privates['Aqarmap\\Bundle\\NeighborhoodBundle\\Service\\NeighborhoodManager'])) {
  23807.             return $this->privates['Aqarmap\\Bundle\\NeighborhoodBundle\\Service\\NeighborhoodManager'];
  23808.         }
  23809.         $b = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\SupplyDemandManager'] ?? $this->getSupplyDemandManagerService());
  23810.         if (isset($this->privates['Aqarmap\\Bundle\\NeighborhoodBundle\\Service\\NeighborhoodManager'])) {
  23811.             return $this->privates['Aqarmap\\Bundle\\NeighborhoodBundle\\Service\\NeighborhoodManager'];
  23812.         }
  23813.         $c = ($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserInterestManager'] ?? $this->getUserInterestManagerService());
  23814.         if (isset($this->privates['Aqarmap\\Bundle\\NeighborhoodBundle\\Service\\NeighborhoodManager'])) {
  23815.             return $this->privates['Aqarmap\\Bundle\\NeighborhoodBundle\\Service\\NeighborhoodManager'];
  23816.         }
  23817.         $d = ($this->services['jms_serializer'] ?? $this->getJmsSerializerService());
  23818.         if (isset($this->privates['Aqarmap\\Bundle\\NeighborhoodBundle\\Service\\NeighborhoodManager'])) {
  23819.             return $this->privates['Aqarmap\\Bundle\\NeighborhoodBundle\\Service\\NeighborhoodManager'];
  23820.         }
  23821.         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()));
  23822.     }
  23823.     /**
  23824.      * Gets the private 'Aqarmap\Bundle\NeighborhoodBundle\Strategy\SubscribeToNeighborhoodLocationStrategy' shared autowired service.
  23825.      *
  23826.      * @return \Aqarmap\Bundle\NeighborhoodBundle\Strategy\SubscribeToNeighborhoodLocationStrategy
  23827.      */
  23828.     protected function getSubscribeToNeighborhoodLocationStrategyService()
  23829.     {
  23830.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Contract/Consumer/StrategyInterface.php';
  23831.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NeighborhoodBundle/Strategy/SubscribeToNeighborhoodLocationStrategy.php';
  23832.         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()));
  23833.     }
  23834.     /**
  23835.      * Gets the private 'Aqarmap\Bundle\NotificationBundle\Command\ConsumerCommand' shared autowired service.
  23836.      *
  23837.      * @return \Aqarmap\Bundle\NotificationBundle\Command\ConsumerCommand
  23838.      */
  23839.     protected function getConsumerCommandService()
  23840.     {
  23841.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23842.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Command/ConsumerCommand.php';
  23843.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Contract/Consumer/ConsumerInterface.php';
  23844.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Consumer/SqsConsumer.php';
  23845.         $this->privates['Aqarmap\\Bundle\\NotificationBundle\\Command\\ConsumerCommand'] = $instance = new \Aqarmap\Bundle\NotificationBundle\Command\ConsumerCommand(new \Aqarmap\Bundle\MainBundle\Consumer\SqsConsumer(new RewindableGenerator(function () {
  23846.             yield => ($this->privates['Aqarmap\\Bundle\\UserBundle\\Strategy\\AddUserInterestStrategy'] ?? $this->getAddUserInterestStrategyService());
  23847.             yield => ($this->privates['Aqarmap\\Bundle\\UserBundle\\Strategy\\ImportUsersDevelopersStrategy'] ?? $this->getImportUsersDevelopersStrategyService());
  23848.             yield => ($this->privates['Aqarmap\\Bundle\\UserBundle\\Strategy\\ImportUsersStrategy'] ?? $this->getImportUsersStrategyService());
  23849.             yield => ($this->privates['Aqarmap\\Bundle\\UserBundle\\Strategy\\UpdateClientServedCountStrategy'] ?? $this->getUpdateClientServedCountStrategyService());
  23850.             yield => ($this->privates['Aqarmap\\Bundle\\UserBundle\\Strategy\\UpdateUserGroupsElasticSearchStrategy'] ?? $this->getUpdateUserGroupsElasticSearchStrategyService());
  23851.             yield => ($this->privates['Aqarmap\\Bundle\\MainBundle\\Strategy\\ProcessEmailBodyStrategy'] ?? $this->getProcessEmailBodyStrategyService());
  23852.             yield => ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Strategy\\BulkListingsApproveStrategy'] ?? $this->getBulkListingsApproveStrategyService());
  23853.             yield => ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Strategy\\CompoundAveragePriceStrategy'] ?? $this->getCompoundAveragePriceStrategyService());
  23854.             yield => ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Strategy\\ImportLocationsStrategy'] ?? $this->getImportLocationsStrategyService());
  23855.             yield => ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Strategy\\RecordLocationSearchHistoryStrategy'] ?? $this->getRecordLocationSearchHistoryStrategyService());
  23856.             yield 10 => ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Strategy\\RecordSearchKeywordHistoryStrategy'] ?? $this->getRecordSearchKeywordHistoryStrategyService());
  23857.             yield 11 => ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Strategy\\UpdateListingImpressionsStrategy'] ?? $this->getUpdateListingImpressionsStrategyService());
  23858.             yield 12 => ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Strategy\\UpdateListingLabelStrategy'] ?? $this->getUpdateListingLabelStrategyService());
  23859.             yield 13 => ($this->privates['Aqarmap\\Bundle\\NotifierBundle\\Strategy\\AddNewNotifierStrategy'] ?? $this->getAddNewNotifierStrategyService());
  23860.             yield 14 => ($this->privates['Aqarmap\\Bundle\\NotificationBundle\\Strategy\\SendNotificationStrategy'] ?? $this->getSendNotificationStrategyService());
  23861.             yield 15 => ($this->privates['Aqarmap\\Bundle\\NeighborhoodBundle\\Strategy\\SubscribeToNeighborhoodLocationStrategy'] ?? $this->getSubscribeToNeighborhoodLocationStrategyService());
  23862.             yield 16 => ($this->privates['Aqarmap\\Bundle\\CRMBundle\\Strategy\\UpdateCompanyStrategy'] ?? $this->getUpdateCompanyStrategyService());
  23863.             yield 17 => ($this->privates['Aqarmap\\Bundle\\SearchBundle\\Strategy\\SearchResultCombinationFilterPublisherStrategy'] ?? $this->getSearchResultCombinationFilterPublisherStrategyService());
  23864.             yield 18 => ($this->privates['Aqarmap\\Bundle\\SearchBundle\\Strategy\\SearchResultCombinationFilterStrategy'] ?? $this->getSearchResultCombinationFilterStrategyService());
  23865.             yield 19 => ($this->privates['Aqarmap\\Bundle\\SearchBundle\\Strategy\\SearchResultCombinationStrategy'] ?? $this->getSearchResultCombinationStrategyService());
  23866.         }, 20), ($this->privates['aqarmap.sqs.service'] ?? $this->getAqarmap_Sqs_ServiceService())), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  23867.         $instance->setName('app:queue:consumer');
  23868.         return $instance;
  23869.     }
  23870.     /**
  23871.      * Gets the private 'Aqarmap\Bundle\NotificationBundle\Command\DeviceCommand' shared autowired service.
  23872.      *
  23873.      * @return \Aqarmap\Bundle\NotificationBundle\Command\DeviceCommand
  23874.      */
  23875.     protected function getDeviceCommandService()
  23876.     {
  23877.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23878.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Command/DeviceCommand.php';
  23879.         $this->privates['Aqarmap\\Bundle\\NotificationBundle\\Command\\DeviceCommand'] = $instance = new \Aqarmap\Bundle\NotificationBundle\Command\DeviceCommand();
  23880.         $instance->setName('app:device:check');
  23881.         return $instance;
  23882.     }
  23883.     /**
  23884.      * Gets the private 'Aqarmap\Bundle\NotificationBundle\Command\DispatcherNotificationCommand' shared autowired service.
  23885.      *
  23886.      * @return \Aqarmap\Bundle\NotificationBundle\Command\DispatcherNotificationCommand
  23887.      */
  23888.     protected function getDispatcherNotificationCommandService()
  23889.     {
  23890.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23891.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Command/DispatcherNotificationCommand.php';
  23892.         $this->privates['Aqarmap\\Bundle\\NotificationBundle\\Command\\DispatcherNotificationCommand'] = $instance = new \Aqarmap\Bundle\NotificationBundle\Command\DispatcherNotificationCommand();
  23893.         $instance->setName('aqarmap:notification-dispatch');
  23894.         return $instance;
  23895.     }
  23896.     /**
  23897.      * Gets the private 'Aqarmap\Bundle\NotificationBundle\Command\GenerateNotificationCommand' shared autowired service.
  23898.      *
  23899.      * @return \Aqarmap\Bundle\NotificationBundle\Command\GenerateNotificationCommand
  23900.      */
  23901.     protected function getGenerateNotificationCommandService()
  23902.     {
  23903.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23904.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Command/GenerateNotificationCommand.php';
  23905.         $this->privates['Aqarmap\\Bundle\\NotificationBundle\\Command\\GenerateNotificationCommand'] = $instance = new \Aqarmap\Bundle\NotificationBundle\Command\GenerateNotificationCommand();
  23906.         $instance->setName('aqarmap:notification-create');
  23907.         return $instance;
  23908.     }
  23909.     /**
  23910.      * Gets the private 'Aqarmap\Bundle\NotificationBundle\Command\NotificationGenerator' shared autowired service.
  23911.      *
  23912.      * @return \Aqarmap\Bundle\NotificationBundle\Command\NotificationGenerator
  23913.      */
  23914.     protected function getNotificationGeneratorService()
  23915.     {
  23916.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23917.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Command/NotificationGenerator.php';
  23918.         $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())));
  23919.         $instance->setName('aqarmap:notification-generator');
  23920.         return $instance;
  23921.     }
  23922.     /**
  23923.      * Gets the private 'Aqarmap\Bundle\NotificationBundle\Command\NotificationsBagsCommand' shared autowired service.
  23924.      *
  23925.      * @return \Aqarmap\Bundle\NotificationBundle\Command\NotificationsBagsCommand
  23926.      */
  23927.     protected function getNotificationsBagsCommandService()
  23928.     {
  23929.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23930.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Command/NotificationsBagsCommand.php';
  23931.         $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()));
  23932.         $instance->setName('notifications:bags:process');
  23933.         return $instance;
  23934.     }
  23935.     /**
  23936.      * Gets the private 'Aqarmap\Bundle\NotificationBundle\DatabaseNotification' shared autowired service.
  23937.      *
  23938.      * @return \Aqarmap\Bundle\NotificationBundle\DatabaseNotification
  23939.      */
  23940.     protected function getDatabaseNotificationService()
  23941.     {
  23942.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/DatabaseNotification.php';
  23943.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  23944.         if (isset($this->privates['Aqarmap\\Bundle\\NotificationBundle\\DatabaseNotification'])) {
  23945.             return $this->privates['Aqarmap\\Bundle\\NotificationBundle\\DatabaseNotification'];
  23946.         }
  23947.         return $this->privates['Aqarmap\\Bundle\\NotificationBundle\\DatabaseNotification'] = new \Aqarmap\Bundle\NotificationBundle\DatabaseNotification($this$a);
  23948.     }
  23949.     /**
  23950.      * Gets the private 'Aqarmap\Bundle\NotificationBundle\NotificationSubscriber' shared autowired service.
  23951.      *
  23952.      * @return \Aqarmap\Bundle\NotificationBundle\NotificationSubscriber
  23953.      */
  23954.     protected function getNotificationSubscriber2Service()
  23955.     {
  23956.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/NotificationSubscriber.php';
  23957.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/NotificationManager.php';
  23958.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Channels/ChannelInterface.php';
  23959.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Channels/DataBaseChannel.php';
  23960.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/NotificationLogger.php';
  23961.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Channels/MailChannel.php';
  23962.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Channels/SmsChannel.php';
  23963.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Contract/MobileInterface.php';
  23964.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Channels/MobileChannel.php';
  23965.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Model/SMSManagerInterface.php';
  23966.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Service/SMS/InfobipManager.php';
  23967.         $a = ($this->privates['Aqarmap\\Bundle\\MainBundle\\Adapter\\MailerService'] ?? $this->getMailerServiceService());
  23968.         if (isset($this->privates['Aqarmap\\Bundle\\NotificationBundle\\NotificationSubscriber'])) {
  23969.             return $this->privates['Aqarmap\\Bundle\\NotificationBundle\\NotificationSubscriber'];
  23970.         }
  23971.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  23972.         if (isset($this->privates['Aqarmap\\Bundle\\NotificationBundle\\NotificationSubscriber'])) {
  23973.             return $this->privates['Aqarmap\\Bundle\\NotificationBundle\\NotificationSubscriber'];
  23974.         }
  23975.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  23976.         if (isset($this->privates['Aqarmap\\Bundle\\NotificationBundle\\NotificationSubscriber'])) {
  23977.             return $this->privates['Aqarmap\\Bundle\\NotificationBundle\\NotificationSubscriber'];
  23978.         }
  23979.         $d = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  23980.         if (isset($this->privates['Aqarmap\\Bundle\\NotificationBundle\\NotificationSubscriber'])) {
  23981.             return $this->privates['Aqarmap\\Bundle\\NotificationBundle\\NotificationSubscriber'];
  23982.         }
  23983.         $e = new \Aqarmap\Bundle\NotificationBundle\NotificationLogger(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  23984.         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);
  23985.     }
  23986.     /**
  23987.      * Gets the private 'Aqarmap\Bundle\NotificationBundle\Repository\NotificationBagRepository' shared autowired service.
  23988.      *
  23989.      * @return \Aqarmap\Bundle\NotificationBundle\Repository\NotificationBagRepository
  23990.      */
  23991.     protected function getNotificationBagRepositoryService()
  23992.     {
  23993.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Repository/NotificationBagRepository.php';
  23994.         return $this->privates['Aqarmap\\Bundle\\NotificationBundle\\Repository\\NotificationBagRepository'] = new \Aqarmap\Bundle\NotificationBundle\Repository\NotificationBagRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23995.     }
  23996.     /**
  23997.      * Gets the private 'Aqarmap\Bundle\NotificationBundle\Repository\NotificationRepository' shared autowired service.
  23998.      *
  23999.      * @return \Aqarmap\Bundle\NotificationBundle\Repository\NotificationRepository
  24000.      */
  24001.     protected function getNotificationRepositoryService()
  24002.     {
  24003.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Repository/NotificationRepository.php';
  24004.         return $this->privates['Aqarmap\\Bundle\\NotificationBundle\\Repository\\NotificationRepository'] = new \Aqarmap\Bundle\NotificationBundle\Repository\NotificationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24005.     }
  24006.     /**
  24007.      * Gets the private 'Aqarmap\Bundle\NotificationBundle\Service\NotificationTypesSubscriber' shared autowired service.
  24008.      *
  24009.      * @return \Aqarmap\Bundle\NotificationBundle\Service\NotificationTypesSubscriber
  24010.      */
  24011.     protected function getNotificationTypesSubscriberService()
  24012.     {
  24013.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Service/NotificationTypesSubscriber.php';
  24014.         return $this->privates['Aqarmap\\Bundle\\NotificationBundle\\Service\\NotificationTypesSubscriber'] = new \Aqarmap\Bundle\NotificationBundle\Service\NotificationTypesSubscriber((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  24015.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\ArpaPaymentCancelled' => ['privates''Aqarmap\\Bundle\\NotificationBundle\\Types\\ArpaPaymentCancelled''getArpaPaymentCancelledService'false],
  24016.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\ArpaPaymentMissed' => ['privates''Aqarmap\\Bundle\\NotificationBundle\\Types\\ArpaPaymentMissed''getArpaPaymentMissedService'false],
  24017.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\ArpaPaymentSucceeded' => ['privates''Aqarmap\\Bundle\\NotificationBundle\\Types\\ArpaPaymentSucceeded''getArpaPaymentSucceededService'false],
  24018.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\ArpaRecurringPaymentSucceeded' => ['privates''Aqarmap\\Bundle\\NotificationBundle\\Types\\ArpaRecurringPaymentSucceeded''getArpaRecurringPaymentSucceededService'false],
  24019.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\CreditWasCharged' => ['privates''Aqarmap\\Bundle\\NotificationBundle\\Types\\CreditWasCharged''getCreditWasChargedService'false],
  24020.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\CreditWasDeducted' => ['privates''Aqarmap\\Bundle\\NotificationBundle\\Types\\CreditWasDeducted''getCreditWasDeductedService'false],
  24021.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\DiscussionCommentWasApproved' => ['privates''Aqarmap\\Bundle\\NotificationBundle\\Types\\DiscussionCommentWasApproved''getDiscussionCommentWasApprovedService'false],
  24022.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\DiscussionCommentWasPublished' => ['privates''Aqarmap\\Bundle\\NotificationBundle\\Types\\DiscussionCommentWasPublished''getDiscussionCommentWasPublishedService'false],
  24023.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\DiscussionHasNewComment' => ['privates''Aqarmap\\Bundle\\NotificationBundle\\Types\\DiscussionHasNewComment''getDiscussionHasNewCommentService'false],
  24024.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\DiscussionWasApproved' => ['privates''Aqarmap\\Bundle\\NotificationBundle\\Types\\DiscussionWasApproved''getDiscussionWasApprovedService'false],
  24025.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\DiscussionWasPublished' => ['privates''Aqarmap\\Bundle\\NotificationBundle\\Types\\DiscussionWasPublished''getDiscussionWasPublishedService'false],
  24026.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\DiscussionWasPublishedWithHandler' => ['privates''Aqarmap\\Bundle\\NotificationBundle\\Types\\DiscussionWasPublishedWithHandler''getDiscussionWasPublishedWithHandlerService'false],
  24027.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\DiscussionWasRejected' => ['privates''Aqarmap\\Bundle\\NotificationBundle\\Types\\DiscussionWasRejected''getDiscussionWasRejectedService'false],
  24028.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\ExchangeRequestWasCreated' => ['privates''Aqarmap\\Bundle\\NotificationBundle\\Types\\ExchangeRequestWasCreated''getExchangeRequestWasCreatedService'false],
  24029.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\LeadGenerated' => ['privates''Aqarmap\\Bundle\\NotificationBundle\\Types\\LeadGenerated''getLeadGeneratedService'false],
  24030.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\ListingHasExpired' => ['privates''Aqarmap\\Bundle\\NotificationBundle\\Types\\ListingHasExpired''getListingHasExpiredService'false],
  24031.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\ListingWasApprovedForFeaturing' => ['privates''Aqarmap\\Bundle\\NotificationBundle\\Types\\ListingWasApprovedForFeaturing''getListingWasApprovedForFeaturingService'false],
  24032.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\ListingWasPublished' => ['privates''Aqarmap\\Bundle\\NotificationBundle\\Types\\ListingWasPublished''getListingWasPublishedService'false],
  24033.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\ListingWasRejected' => ['privates''Aqarmap\\Bundle\\NotificationBundle\\Types\\ListingWasRejected''getListingWasRejectedService'false],
  24034.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\ListingWasRejectedForFeaturing' => ['privates''Aqarmap\\Bundle\\NotificationBundle\\Types\\ListingWasRejectedForFeaturing''getListingWasRejectedForFeaturingService'false],
  24035.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\ListingWasScraped' => ['privates''Aqarmap\\Bundle\\NotificationBundle\\Types\\ListingWasScraped''getListingWasScrapedService'false],
  24036.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\ListingWasSoldByOwner' => ['privates''Aqarmap\\Bundle\\NotificationBundle\\Types\\ListingWasSoldByOwner''getListingWasSoldByOwnerService'false],
  24037.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\NotificationChannelsApi' => ['privates''Aqarmap\\Bundle\\NotificationBundle\\Types\\NotificationChannelsApi''getNotificationChannelsApiService'false],
  24038.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\PaymentWasFailed' => ['privates''Aqarmap\\Bundle\\NotificationBundle\\Types\\PaymentWasFailed''getPaymentWasFailedService'false],
  24039.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\ReminderPackageExpiration' => ['privates''Aqarmap\\Bundle\\NotificationBundle\\Types\\ReminderPackageExpiration''getReminderPackageExpirationService'false],
  24040.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\SendNotificationChunk' => ['privates''Aqarmap\\Bundle\\NotificationBundle\\Types\\SendNotificationChunk''getSendNotificationChunkService'false],
  24041.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\SimilarListingsLeadNotification' => ['privates''Aqarmap\\Bundle\\NotificationBundle\\Types\\SimilarListingsLeadNotification''getSimilarListingsLeadNotificationService'false],
  24042.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\UserLogoWasRejected' => ['privates''Aqarmap\\Bundle\\NotificationBundle\\Types\\UserLogoWasRejected''getUserLogoWasRejectedService'false],
  24043.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\UserPasswordReset' => ['privates''Aqarmap\\Bundle\\NotificationBundle\\Types\\UserPasswordReset''getUserPasswordResetService'false],
  24044.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\UserPersonalPhotoWasRejected' => ['privates''Aqarmap\\Bundle\\NotificationBundle\\Types\\UserPersonalPhotoWasRejected''getUserPersonalPhotoWasRejectedService'false],
  24045.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\UserWasLogged' => ['privates''Aqarmap\\Bundle\\NotificationBundle\\Types\\UserWasLogged''getUserWasLoggedService'false],
  24046.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\UserWasSignup' => ['privates''Aqarmap\\Bundle\\NotificationBundle\\Types\\UserWasSignup''getUserWasSignupService'false],
  24047.         ], [
  24048.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\ArpaPaymentCancelled' => 'Aqarmap\\Bundle\\NotificationBundle\\Types\\ArpaPaymentCancelled',
  24049.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\ArpaPaymentMissed' => 'Aqarmap\\Bundle\\NotificationBundle\\Types\\ArpaPaymentMissed',
  24050.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\ArpaPaymentSucceeded' => 'Aqarmap\\Bundle\\NotificationBundle\\Types\\ArpaPaymentSucceeded',
  24051.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\ArpaRecurringPaymentSucceeded' => 'Aqarmap\\Bundle\\NotificationBundle\\Types\\ArpaRecurringPaymentSucceeded',
  24052.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\CreditWasCharged' => 'Aqarmap\\Bundle\\NotificationBundle\\Types\\CreditWasCharged',
  24053.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\CreditWasDeducted' => 'Aqarmap\\Bundle\\NotificationBundle\\Types\\CreditWasDeducted',
  24054.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\DiscussionCommentWasApproved' => 'Aqarmap\\Bundle\\NotificationBundle\\Types\\DiscussionCommentWasApproved',
  24055.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\DiscussionCommentWasPublished' => 'Aqarmap\\Bundle\\NotificationBundle\\Types\\DiscussionCommentWasPublished',
  24056.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\DiscussionHasNewComment' => 'Aqarmap\\Bundle\\NotificationBundle\\Types\\DiscussionHasNewComment',
  24057.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\DiscussionWasApproved' => 'Aqarmap\\Bundle\\NotificationBundle\\Types\\DiscussionWasApproved',
  24058.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\DiscussionWasPublished' => 'Aqarmap\\Bundle\\NotificationBundle\\Types\\DiscussionWasPublished',
  24059.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\DiscussionWasPublishedWithHandler' => 'Aqarmap\\Bundle\\NotificationBundle\\Types\\DiscussionWasPublishedWithHandler',
  24060.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\DiscussionWasRejected' => 'Aqarmap\\Bundle\\NotificationBundle\\Types\\DiscussionWasRejected',
  24061.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\ExchangeRequestWasCreated' => 'Aqarmap\\Bundle\\NotificationBundle\\Types\\ExchangeRequestWasCreated',
  24062.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\LeadGenerated' => 'Aqarmap\\Bundle\\NotificationBundle\\Types\\LeadGenerated',
  24063.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\ListingHasExpired' => 'Aqarmap\\Bundle\\NotificationBundle\\Types\\ListingHasExpired',
  24064.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\ListingWasApprovedForFeaturing' => 'Aqarmap\\Bundle\\NotificationBundle\\Types\\ListingWasApprovedForFeaturing',
  24065.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\ListingWasPublished' => 'Aqarmap\\Bundle\\NotificationBundle\\Types\\ListingWasPublished',
  24066.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\ListingWasRejected' => 'Aqarmap\\Bundle\\NotificationBundle\\Types\\ListingWasRejected',
  24067.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\ListingWasRejectedForFeaturing' => 'Aqarmap\\Bundle\\NotificationBundle\\Types\\ListingWasRejectedForFeaturing',
  24068.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\ListingWasScraped' => 'Aqarmap\\Bundle\\NotificationBundle\\Types\\ListingWasScraped',
  24069.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\ListingWasSoldByOwner' => 'Aqarmap\\Bundle\\NotificationBundle\\Types\\ListingWasSoldByOwner',
  24070.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\NotificationChannelsApi' => 'Aqarmap\\Bundle\\NotificationBundle\\Types\\NotificationChannelsApi',
  24071.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\PaymentWasFailed' => 'Aqarmap\\Bundle\\NotificationBundle\\Types\\PaymentWasFailed',
  24072.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\ReminderPackageExpiration' => 'Aqarmap\\Bundle\\NotificationBundle\\Types\\ReminderPackageExpiration',
  24073.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\SendNotificationChunk' => 'Aqarmap\\Bundle\\NotificationBundle\\Types\\SendNotificationChunk',
  24074.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\SimilarListingsLeadNotification' => 'Aqarmap\\Bundle\\NotificationBundle\\Types\\SimilarListingsLeadNotification',
  24075.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\UserLogoWasRejected' => 'Aqarmap\\Bundle\\NotificationBundle\\Types\\UserLogoWasRejected',
  24076.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\UserPasswordReset' => 'Aqarmap\\Bundle\\NotificationBundle\\Types\\UserPasswordReset',
  24077.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\UserPersonalPhotoWasRejected' => 'Aqarmap\\Bundle\\NotificationBundle\\Types\\UserPersonalPhotoWasRejected',
  24078.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\UserWasLogged' => 'Aqarmap\\Bundle\\NotificationBundle\\Types\\UserWasLogged',
  24079.             'Aqarmap\\Bundle\\NotificationBundle\\Types\\UserWasSignup' => 'Aqarmap\\Bundle\\NotificationBundle\\Types\\UserWasSignup',
  24080.         ]))->withContext('Aqarmap\\Bundle\\NotificationBundle\\Service\\NotificationTypesSubscriber'$this));
  24081.     }
  24082.     /**
  24083.      * Gets the private 'Aqarmap\Bundle\NotificationBundle\Strategy\SendNotificationStrategy' shared autowired service.
  24084.      *
  24085.      * @return \Aqarmap\Bundle\NotificationBundle\Strategy\SendNotificationStrategy
  24086.      */
  24087.     protected function getSendNotificationStrategyService()
  24088.     {
  24089.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Contract/Consumer/StrategyInterface.php';
  24090.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Strategy/SendNotificationStrategy.php';
  24091.         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()));
  24092.     }
  24093.     /**
  24094.      * Gets the private 'Aqarmap\Bundle\NotificationBundle\Types\ArpaPaymentCancelled' shared autowired service.
  24095.      *
  24096.      * @return \Aqarmap\Bundle\NotificationBundle\Types\ArpaPaymentCancelled
  24097.      */
  24098.     protected function getArpaPaymentCancelledService()
  24099.     {
  24100.         include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/StoppableEventInterface.php';
  24101.         include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/Event.php';
  24102.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/NotificationInterface.php';
  24103.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Notification.php';
  24104.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Types/ArpaPaymentCancelled.php';
  24105.         $this->privates['Aqarmap\\Bundle\\NotificationBundle\\Types\\ArpaPaymentCancelled'] = $instance = new \Aqarmap\Bundle\NotificationBundle\Types\ArpaPaymentCancelled();
  24106.         $instance->autowireParameterBag(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  24107.         return $instance;
  24108.     }
  24109.     /**
  24110.      * Gets the private 'Aqarmap\Bundle\NotificationBundle\Types\ArpaPaymentMissed' shared autowired service.
  24111.      *
  24112.      * @return \Aqarmap\Bundle\NotificationBundle\Types\ArpaPaymentMissed
  24113.      */
  24114.     protected function getArpaPaymentMissedService()
  24115.     {
  24116.         include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/StoppableEventInterface.php';
  24117.         include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/Event.php';
  24118.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/NotificationInterface.php';
  24119.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Notification.php';
  24120.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Types/ArpaPaymentMissed.php';
  24121.         $this->privates['Aqarmap\\Bundle\\NotificationBundle\\Types\\ArpaPaymentMissed'] = $instance = new \Aqarmap\Bundle\NotificationBundle\Types\ArpaPaymentMissed();
  24122.         $instance->autowireParameterBag(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  24123.         return $instance;
  24124.     }
  24125.     /**
  24126.      * Gets the private 'Aqarmap\Bundle\NotificationBundle\Types\ArpaPaymentSucceeded' shared autowired service.
  24127.      *
  24128.      * @return \Aqarmap\Bundle\NotificationBundle\Types\ArpaPaymentSucceeded
  24129.      */
  24130.     protected function getArpaPaymentSucceededService()
  24131.     {
  24132.         include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/StoppableEventInterface.php';
  24133.         include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/Event.php';
  24134.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/NotificationInterface.php';
  24135.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Notification.php';
  24136.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Types/ArpaPaymentSucceeded.php';
  24137.         $this->privates['Aqarmap\\Bundle\\NotificationBundle\\Types\\ArpaPaymentSucceeded'] = $instance = new \Aqarmap\Bundle\NotificationBundle\Types\ArpaPaymentSucceeded();
  24138.         $instance->autowireParameterBag(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  24139.         return $instance;
  24140.     }
  24141.     /**
  24142.      * Gets the private 'Aqarmap\Bundle\NotificationBundle\Types\ArpaRecurringPaymentSucceeded' shared autowired service.
  24143.      *
  24144.      * @return \Aqarmap\Bundle\NotificationBundle\Types\ArpaRecurringPaymentSucceeded
  24145.      */
  24146.     protected function getArpaRecurringPaymentSucceededService()
  24147.     {
  24148.         include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/StoppableEventInterface.php';
  24149.         include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/Event.php';
  24150.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/NotificationInterface.php';
  24151.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Notification.php';
  24152.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Types/ArpaRecurringPaymentSucceeded.php';
  24153.         $this->privates['Aqarmap\\Bundle\\NotificationBundle\\Types\\ArpaRecurringPaymentSucceeded'] = $instance = new \Aqarmap\Bundle\NotificationBundle\Types\ArpaRecurringPaymentSucceeded();
  24154.         $instance->autowireParameterBag(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  24155.         return $instance;
  24156.     }
  24157.     /**
  24158.      * Gets the private 'Aqarmap\Bundle\NotificationBundle\Types\CreditWasCharged' shared autowired service.
  24159.      *
  24160.      * @return \Aqarmap\Bundle\NotificationBundle\Types\CreditWasCharged
  24161.      */
  24162.     protected function getCreditWasChargedService()
  24163.     {
  24164.         include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/StoppableEventInterface.php';
  24165.         include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/Event.php';
  24166.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/NotificationInterface.php';
  24167.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Notification.php';
  24168.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Types/CreditWasCharged.php';
  24169.         $this->privates['Aqarmap\\Bundle\\NotificationBundle\\Types\\CreditWasCharged'] = $instance = new \Aqarmap\Bundle\NotificationBundle\Types\CreditWasCharged();
  24170.         $instance->autowireParameterBag(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  24171.         return $instance;
  24172.     }
  24173.     /**
  24174.      * Gets the private 'Aqarmap\Bundle\NotificationBundle\Types\CreditWasDeducted' shared autowired service.
  24175.      *
  24176.      * @return \Aqarmap\Bundle\NotificationBundle\Types\CreditWasDeducted
  24177.      */
  24178.     protected function getCreditWasDeductedService()
  24179.     {
  24180.         include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/StoppableEventInterface.php';
  24181.         include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/Event.php';
  24182.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/NotificationInterface.php';
  24183.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Notification.php';
  24184.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Types/CreditWasDeducted.php';
  24185.         $this->privates['Aqarmap\\Bundle\\NotificationBundle\\Types\\CreditWasDeducted'] = $instance = new \Aqarmap\Bundle\NotificationBundle\Types\CreditWasDeducted();
  24186.         $instance->autowireParameterBag(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  24187.         return $instance;
  24188.     }
  24189.     /**
  24190.      * Gets the private 'Aqarmap\Bundle\NotificationBundle\Types\DiscussionCommentWasApproved' shared autowired service.
  24191.      *
  24192.      * @return \Aqarmap\Bundle\NotificationBundle\Types\DiscussionCommentWasApproved
  24193.      */
  24194.     protected function getDiscussionCommentWasApprovedService()
  24195.     {
  24196.         include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/StoppableEventInterface.php';
  24197.         include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/Event.php';
  24198.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/NotificationInterface.php';
  24199.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Notification.php';
  24200.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Types/DiscussionCommentWasApproved.php';
  24201.         $this->privates['Aqarmap\\Bundle\\NotificationBundle\\Types\\DiscussionCommentWasApproved'] = $instance = new \Aqarmap\Bundle\NotificationBundle\Types\DiscussionCommentWasApproved();
  24202.         $instance->autowireParameterBag(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  24203.         return $instance;
  24204.     }
  24205.     /**
  24206.      * Gets the private 'Aqarmap\Bundle\NotificationBundle\Types\DiscussionCommentWasPublished' shared autowired service.
  24207.      *
  24208.      * @return \Aqarmap\Bundle\NotificationBundle\Types\DiscussionCommentWasPublished
  24209.      */
  24210.     protected function getDiscussionCommentWasPublishedService()
  24211.     {
  24212.         include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/StoppableEventInterface.php';
  24213.         include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/Event.php';
  24214.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/NotificationInterface.php';
  24215.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Notification.php';
  24216.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Types/DiscussionCommentWasPublished.php';
  24217.         $this->privates['Aqarmap\\Bundle\\NotificationBundle\\Types\\DiscussionCommentWasPublished'] = $instance = new \Aqarmap\Bundle\NotificationBundle\Types\DiscussionCommentWasPublished();
  24218.         $instance->autowireParameterBag(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  24219.         return $instance;
  24220.     }
  24221.     /**
  24222.      * Gets the private 'Aqarmap\Bundle\NotificationBundle\Types\DiscussionHasNewComment' shared autowired service.
  24223.      *
  24224.      * @return \Aqarmap\Bundle\NotificationBundle\Types\DiscussionHasNewComment
  24225.      */
  24226.     protected function getDiscussionHasNewCommentService()
  24227.     {
  24228.         include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/StoppableEventInterface.php';
  24229.         include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/Event.php';
  24230.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/NotificationInterface.php';
  24231.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Notification.php';
  24232.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Types/DiscussionHasNewComment.php';
  24233.         $this->privates['Aqarmap\\Bundle\\NotificationBundle\\Types\\DiscussionHasNewComment'] = $instance = new \Aqarmap\Bundle\NotificationBundle\Types\DiscussionHasNewComment();
  24234.         $instance->autowireParameterBag(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  24235.         return $instance;
  24236.     }
  24237.     /**
  24238.      * Gets the private 'Aqarmap\Bundle\NotificationBundle\Types\DiscussionWasApproved' shared autowired service.
  24239.      *
  24240.      * @return \Aqarmap\Bundle\NotificationBundle\Types\DiscussionWasApproved
  24241.      */
  24242.     protected function getDiscussionWasApprovedService()
  24243.     {
  24244.         include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/StoppableEventInterface.php';
  24245.         include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/Event.php';
  24246.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/NotificationInterface.php';
  24247.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Notification.php';
  24248.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Types/DiscussionWasApproved.php';
  24249.         $this->privates['Aqarmap\\Bundle\\NotificationBundle\\Types\\DiscussionWasApproved'] = $instance = new \Aqarmap\Bundle\NotificationBundle\Types\DiscussionWasApproved();
  24250.         $instance->autowireParameterBag(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  24251.         return $instance;
  24252.     }
  24253.     /**
  24254.      * Gets the private 'Aqarmap\Bundle\NotificationBundle\Types\DiscussionWasPublished' shared autowired service.
  24255.      *
  24256.      * @return \Aqarmap\Bundle\NotificationBundle\Types\DiscussionWasPublished
  24257.      */
  24258.     protected function getDiscussionWasPublishedService()
  24259.     {
  24260.         include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/StoppableEventInterface.php';
  24261.         include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/Event.php';
  24262.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/NotificationInterface.php';
  24263.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Notification.php';
  24264.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Types/DiscussionWasPublished.php';
  24265.         $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()));
  24266.         $instance->autowireParameterBag(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  24267.         return $instance;
  24268.     }
  24269.     /**
  24270.      * Gets the private 'Aqarmap\Bundle\NotificationBundle\Types\DiscussionWasPublishedWithHandler' shared autowired service.
  24271.      *
  24272.      * @return \Aqarmap\Bundle\NotificationBundle\Types\DiscussionWasPublishedWithHandler
  24273.      */
  24274.     protected function getDiscussionWasPublishedWithHandlerService()
  24275.     {
  24276.         include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/StoppableEventInterface.php';
  24277.         include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/Event.php';
  24278.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/NotificationInterface.php';
  24279.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Notification.php';
  24280.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Types/DiscussionWasPublishedWithHandler.php';
  24281.         $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()));
  24282.         $instance->autowireParameterBag(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  24283.         return $instance;
  24284.     }
  24285.     /**
  24286.      * Gets the private 'Aqarmap\Bundle\NotificationBundle\Types\DiscussionWasRejected' shared autowired service.
  24287.      *
  24288.      * @return \Aqarmap\Bundle\NotificationBundle\Types\DiscussionWasRejected
  24289.      */
  24290.     protected function getDiscussionWasRejectedService()
  24291.     {
  24292.         include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/StoppableEventInterface.php';
  24293.         include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/Event.php';
  24294.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/NotificationInterface.php';
  24295.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Notification.php';
  24296.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Types/DiscussionWasRejected.php';
  24297.         $this->privates['Aqarmap\\Bundle\\NotificationBundle\\Types\\DiscussionWasRejected'] = $instance = new \Aqarmap\Bundle\NotificationBundle\Types\DiscussionWasRejected();
  24298.         $instance->autowireParameterBag(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  24299.         return $instance;
  24300.     }
  24301.     /**
  24302.      * Gets the private 'Aqarmap\Bundle\NotificationBundle\Types\ExchangeRequestWasCreated' shared autowired service.
  24303.      *
  24304.      * @return \Aqarmap\Bundle\NotificationBundle\Types\ExchangeRequestWasCreated
  24305.      */
  24306.     protected function getExchangeRequestWasCreatedService()
  24307.     {
  24308.         include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/StoppableEventInterface.php';
  24309.         include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/Event.php';
  24310.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/NotificationInterface.php';
  24311.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Notification.php';
  24312.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Types/ExchangeRequestWasCreated.php';
  24313.         $this->privates['Aqarmap\\Bundle\\NotificationBundle\\Types\\ExchangeRequestWasCreated'] = $instance = new \Aqarmap\Bundle\NotificationBundle\Types\ExchangeRequestWasCreated();
  24314.         $instance->autowireParameterBag(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  24315.         return $instance;
  24316.     }
  24317.     /**
  24318.      * Gets the private 'Aqarmap\Bundle\NotificationBundle\Types\LeadGenerated' shared autowired service.
  24319.      *
  24320.      * @return \Aqarmap\Bundle\NotificationBundle\Types\LeadGenerated
  24321.      */
  24322.     protected function getLeadGeneratedService()
  24323.     {
  24324.         include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/StoppableEventInterface.php';
  24325.         include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/Event.php';
  24326.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/NotificationInterface.php';
  24327.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Notification.php';
  24328.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Types/LeadGenerated.php';
  24329.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  24330.         if (isset($this->privates['Aqarmap\\Bundle\\NotificationBundle\\Types\\LeadGenerated'])) {
  24331.             return $this->privates['Aqarmap\\Bundle\\NotificationBundle\\Types\\LeadGenerated'];
  24332.         }
  24333.         $b = ($this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\ElasticListingSearch\\DefaultListingSearch'] ?? $this->getDefaultListingSearchService());
  24334.         if (isset($this->privates['Aqarmap\\Bundle\\NotificationBundle\\Types\\LeadGenerated'])) {
  24335.             return $this->privates['Aqarmap\\Bundle\\NotificationBundle\\Types\\LeadGenerated'];
  24336.         }
  24337.         $c = ($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'] ?? $this->getListingManagerService());
  24338.         if (isset($this->privates['Aqarmap\\Bundle\\NotificationBundle\\Types\\LeadGenerated'])) {
  24339.             return $this->privates['Aqarmap\\Bundle\\NotificationBundle\\Types\\LeadGenerated'];
  24340.         }
  24341.         $this->privates['Aqarmap\\Bundle\\NotificationBundle\\Types\\LeadGenerated'] = $instance = new \Aqarmap\Bundle\NotificationBundle\Types\LeadGenerated($a$b$c);
  24342.         $instance->autowireParameterBag(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  24343.         return $instance;
  24344.     }
  24345.     /**
  24346.      * Gets the private 'Aqarmap\Bundle\NotificationBundle\Types\ListingHasExpired' shared autowired service.
  24347.      *
  24348.      * @return \Aqarmap\Bundle\NotificationBundle\Types\ListingHasExpired
  24349.      */
  24350.     protected function getListingHasExpiredService()
  24351.     {
  24352.         include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/StoppableEventInterface.php';
  24353.         include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/Event.php';
  24354.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/NotificationInterface.php';
  24355.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Notification.php';
  24356.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Types/ListingHasExpired.php';
  24357.         $this->privates['Aqarmap\\Bundle\\NotificationBundle\\Types\\ListingHasExpired'] = $instance = new \Aqarmap\Bundle\NotificationBundle\Types\ListingHasExpired();
  24358.         $instance->autowireParameterBag(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  24359.         return $instance;
  24360.     }
  24361.     /**
  24362.      * Gets the private 'Aqarmap\Bundle\NotificationBundle\Types\ListingWasApprovedForFeaturing' shared autowired service.
  24363.      *
  24364.      * @return \Aqarmap\Bundle\NotificationBundle\Types\ListingWasApprovedForFeaturing
  24365.      */
  24366.     protected function getListingWasApprovedForFeaturingService()
  24367.     {
  24368.         include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/StoppableEventInterface.php';
  24369.         include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/Event.php';
  24370.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/NotificationInterface.php';
  24371.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Notification.php';
  24372.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Types/ListingWasApprovedForFeaturing.php';
  24373.         $this->privates['Aqarmap\\Bundle\\NotificationBundle\\Types\\ListingWasApprovedForFeaturing'] = $instance = new \Aqarmap\Bundle\NotificationBundle\Types\ListingWasApprovedForFeaturing();
  24374.         $instance->autowireParameterBag(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  24375.         return $instance;
  24376.     }
  24377.     /**
  24378.      * Gets the private 'Aqarmap\Bundle\NotificationBundle\Types\ListingWasPublished' shared autowired service.
  24379.      *
  24380.      * @return \Aqarmap\Bundle\NotificationBundle\Types\ListingWasPublished
  24381.      */
  24382.     protected function getListingWasPublishedService()
  24383.     {
  24384.         include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/StoppableEventInterface.php';
  24385.         include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/Event.php';
  24386.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/NotificationInterface.php';
  24387.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Notification.php';
  24388.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Types/ListingWasPublished.php';
  24389.         $this->privates['Aqarmap\\Bundle\\NotificationBundle\\Types\\ListingWasPublished'] = $instance = new \Aqarmap\Bundle\NotificationBundle\Types\ListingWasPublished();
  24390.         $instance->autowireParameterBag(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  24391.         return $instance;
  24392.     }
  24393.     /**
  24394.      * Gets the private 'Aqarmap\Bundle\NotificationBundle\Types\ListingWasRejected' shared autowired service.
  24395.      *
  24396.      * @return \Aqarmap\Bundle\NotificationBundle\Types\ListingWasRejected
  24397.      */
  24398.     protected function getListingWasRejectedService()
  24399.     {
  24400.         include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/StoppableEventInterface.php';
  24401.         include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/Event.php';
  24402.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/NotificationInterface.php';
  24403.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Notification.php';
  24404.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Types/ListingWasRejected.php';
  24405.         $this->privates['Aqarmap\\Bundle\\NotificationBundle\\Types\\ListingWasRejected'] = $instance = new \Aqarmap\Bundle\NotificationBundle\Types\ListingWasRejected();
  24406.         $instance->autowireParameterBag(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  24407.         return $instance;
  24408.     }
  24409.     /**
  24410.      * Gets the private 'Aqarmap\Bundle\NotificationBundle\Types\ListingWasRejectedForFeaturing' shared autowired service.
  24411.      *
  24412.      * @return \Aqarmap\Bundle\NotificationBundle\Types\ListingWasRejectedForFeaturing
  24413.      */
  24414.     protected function getListingWasRejectedForFeaturingService()
  24415.     {
  24416.         include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/StoppableEventInterface.php';
  24417.         include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/Event.php';
  24418.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/NotificationInterface.php';
  24419.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Notification.php';
  24420.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Types/ListingWasRejectedForFeaturing.php';
  24421.         $this->privates['Aqarmap\\Bundle\\NotificationBundle\\Types\\ListingWasRejectedForFeaturing'] = $instance = new \Aqarmap\Bundle\NotificationBundle\Types\ListingWasRejectedForFeaturing();
  24422.         $instance->autowireParameterBag(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  24423.         return $instance;
  24424.     }
  24425.     /**
  24426.      * Gets the private 'Aqarmap\Bundle\NotificationBundle\Types\ListingWasScraped' shared autowired service.
  24427.      *
  24428.      * @return \Aqarmap\Bundle\NotificationBundle\Types\ListingWasScraped
  24429.      */
  24430.     protected function getListingWasScrapedService()
  24431.     {
  24432.         include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/StoppableEventInterface.php';
  24433.         include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/Event.php';
  24434.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/NotificationInterface.php';
  24435.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Notification.php';
  24436.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Types/ListingWasScraped.php';
  24437.         $this->privates['Aqarmap\\Bundle\\NotificationBundle\\Types\\ListingWasScraped'] = $instance = new \Aqarmap\Bundle\NotificationBundle\Types\ListingWasScraped();
  24438.         $instance->autowireParameterBag(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  24439.         return $instance;
  24440.     }
  24441.     /**
  24442.      * Gets the private 'Aqarmap\Bundle\NotificationBundle\Types\ListingWasSoldByOwner' shared autowired service.
  24443.      *
  24444.      * @return \Aqarmap\Bundle\NotificationBundle\Types\ListingWasSoldByOwner
  24445.      */
  24446.     protected function getListingWasSoldByOwnerService()
  24447.     {
  24448.         include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/StoppableEventInterface.php';
  24449.         include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/Event.php';
  24450.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/NotificationInterface.php';
  24451.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Notification.php';
  24452.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Types/ListingWasSoldByOwner.php';
  24453.         $this->privates['Aqarmap\\Bundle\\NotificationBundle\\Types\\ListingWasSoldByOwner'] = $instance = new \Aqarmap\Bundle\NotificationBundle\Types\ListingWasSoldByOwner();
  24454.         $instance->autowireParameterBag(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  24455.         return $instance;
  24456.     }
  24457.     /**
  24458.      * Gets the private 'Aqarmap\Bundle\NotificationBundle\Types\NotificationChannelsApi' shared autowired service.
  24459.      *
  24460.      * @return \Aqarmap\Bundle\NotificationBundle\Types\NotificationChannelsApi
  24461.      */
  24462.     protected function getNotificationChannelsApiService()
  24463.     {
  24464.         include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/StoppableEventInterface.php';
  24465.         include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/Event.php';
  24466.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/NotificationInterface.php';
  24467.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Notification.php';
  24468.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Types/NotificationChannelsApi.php';
  24469.         $this->privates['Aqarmap\\Bundle\\NotificationBundle\\Types\\NotificationChannelsApi'] = $instance = new \Aqarmap\Bundle\NotificationBundle\Types\NotificationChannelsApi();
  24470.         $instance->autowireParameterBag(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  24471.         return $instance;
  24472.     }
  24473.     /**
  24474.      * Gets the private 'Aqarmap\Bundle\NotificationBundle\Types\PaymentWasFailed' shared autowired service.
  24475.      *
  24476.      * @return \Aqarmap\Bundle\NotificationBundle\Types\PaymentWasFailed
  24477.      */
  24478.     protected function getPaymentWasFailedService()
  24479.     {
  24480.         include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/StoppableEventInterface.php';
  24481.         include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/Event.php';
  24482.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/NotificationInterface.php';
  24483.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Notification.php';
  24484.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Types/PaymentWasFailed.php';
  24485.         $this->privates['Aqarmap\\Bundle\\NotificationBundle\\Types\\PaymentWasFailed'] = $instance = new \Aqarmap\Bundle\NotificationBundle\Types\PaymentWasFailed();
  24486.         $instance->autowireParameterBag(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  24487.         return $instance;
  24488.     }
  24489.     /**
  24490.      * Gets the private 'Aqarmap\Bundle\NotificationBundle\Types\ReminderPackageExpiration' shared autowired service.
  24491.      *
  24492.      * @return \Aqarmap\Bundle\NotificationBundle\Types\ReminderPackageExpiration
  24493.      */
  24494.     protected function getReminderPackageExpirationService()
  24495.     {
  24496.         include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/StoppableEventInterface.php';
  24497.         include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/Event.php';
  24498.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/NotificationInterface.php';
  24499.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Notification.php';
  24500.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Types/ReminderPackageExpiration.php';
  24501.         $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()));
  24502.         $instance->autowireParameterBag(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  24503.         return $instance;
  24504.     }
  24505.     /**
  24506.      * Gets the private 'Aqarmap\Bundle\NotificationBundle\Types\SendNotificationChunk' shared autowired service.
  24507.      *
  24508.      * @return \Aqarmap\Bundle\NotificationBundle\Types\SendNotificationChunk
  24509.      */
  24510.     protected function getSendNotificationChunkService()
  24511.     {
  24512.         include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/StoppableEventInterface.php';
  24513.         include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/Event.php';
  24514.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/NotificationInterface.php';
  24515.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Notification.php';
  24516.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Types/SendNotificationChunk.php';
  24517.         $this->privates['Aqarmap\\Bundle\\NotificationBundle\\Types\\SendNotificationChunk'] = $instance = new \Aqarmap\Bundle\NotificationBundle\Types\SendNotificationChunk();
  24518.         $instance->autowireParameterBag(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  24519.         return $instance;
  24520.     }
  24521.     /**
  24522.      * Gets the private 'Aqarmap\Bundle\NotificationBundle\Types\SimilarListingsLeadNotification' shared autowired service.
  24523.      *
  24524.      * @return \Aqarmap\Bundle\NotificationBundle\Types\SimilarListingsLeadNotification
  24525.      */
  24526.     protected function getSimilarListingsLeadNotificationService()
  24527.     {
  24528.         include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/StoppableEventInterface.php';
  24529.         include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/Event.php';
  24530.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/NotificationInterface.php';
  24531.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Notification.php';
  24532.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Types/SimilarListingsLeadNotification.php';
  24533.         $this->privates['Aqarmap\\Bundle\\NotificationBundle\\Types\\SimilarListingsLeadNotification'] = $instance = new \Aqarmap\Bundle\NotificationBundle\Types\SimilarListingsLeadNotification();
  24534.         $instance->autowireParameterBag(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  24535.         return $instance;
  24536.     }
  24537.     /**
  24538.      * Gets the private 'Aqarmap\Bundle\NotificationBundle\Types\UserLogoWasRejected' shared autowired service.
  24539.      *
  24540.      * @return \Aqarmap\Bundle\NotificationBundle\Types\UserLogoWasRejected
  24541.      */
  24542.     protected function getUserLogoWasRejectedService()
  24543.     {
  24544.         include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/StoppableEventInterface.php';
  24545.         include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/Event.php';
  24546.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/NotificationInterface.php';
  24547.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Notification.php';
  24548.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Types/UserLogoWasRejected.php';
  24549.         $this->privates['Aqarmap\\Bundle\\NotificationBundle\\Types\\UserLogoWasRejected'] = $instance = new \Aqarmap\Bundle\NotificationBundle\Types\UserLogoWasRejected();
  24550.         $instance->autowireParameterBag(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  24551.         return $instance;
  24552.     }
  24553.     /**
  24554.      * Gets the private 'Aqarmap\Bundle\NotificationBundle\Types\UserPasswordReset' shared autowired service.
  24555.      *
  24556.      * @return \Aqarmap\Bundle\NotificationBundle\Types\UserPasswordReset
  24557.      */
  24558.     protected function getUserPasswordResetService()
  24559.     {
  24560.         include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/StoppableEventInterface.php';
  24561.         include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/Event.php';
  24562.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/NotificationInterface.php';
  24563.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Notification.php';
  24564.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Types/UserPasswordReset.php';
  24565.         $this->privates['Aqarmap\\Bundle\\NotificationBundle\\Types\\UserPasswordReset'] = $instance = new \Aqarmap\Bundle\NotificationBundle\Types\UserPasswordReset();
  24566.         $instance->autowireParameterBag(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  24567.         return $instance;
  24568.     }
  24569.     /**
  24570.      * Gets the private 'Aqarmap\Bundle\NotificationBundle\Types\UserPersonalPhotoWasRejected' shared autowired service.
  24571.      *
  24572.      * @return \Aqarmap\Bundle\NotificationBundle\Types\UserPersonalPhotoWasRejected
  24573.      */
  24574.     protected function getUserPersonalPhotoWasRejectedService()
  24575.     {
  24576.         include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/StoppableEventInterface.php';
  24577.         include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/Event.php';
  24578.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/NotificationInterface.php';
  24579.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Notification.php';
  24580.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Types/UserPersonalPhotoWasRejected.php';
  24581.         $this->privates['Aqarmap\\Bundle\\NotificationBundle\\Types\\UserPersonalPhotoWasRejected'] = $instance = new \Aqarmap\Bundle\NotificationBundle\Types\UserPersonalPhotoWasRejected();
  24582.         $instance->autowireParameterBag(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  24583.         return $instance;
  24584.     }
  24585.     /**
  24586.      * Gets the private 'Aqarmap\Bundle\NotificationBundle\Types\UserWasLogged' shared autowired service.
  24587.      *
  24588.      * @return \Aqarmap\Bundle\NotificationBundle\Types\UserWasLogged
  24589.      */
  24590.     protected function getUserWasLoggedService()
  24591.     {
  24592.         include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/StoppableEventInterface.php';
  24593.         include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/Event.php';
  24594.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/NotificationInterface.php';
  24595.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Notification.php';
  24596.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Types/UserWasLogged.php';
  24597.         $this->privates['Aqarmap\\Bundle\\NotificationBundle\\Types\\UserWasLogged'] = $instance = new \Aqarmap\Bundle\NotificationBundle\Types\UserWasLogged();
  24598.         $instance->autowireParameterBag(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  24599.         return $instance;
  24600.     }
  24601.     /**
  24602.      * Gets the private 'Aqarmap\Bundle\NotificationBundle\Types\UserWasSignup' shared autowired service.
  24603.      *
  24604.      * @return \Aqarmap\Bundle\NotificationBundle\Types\UserWasSignup
  24605.      */
  24606.     protected function getUserWasSignupService()
  24607.     {
  24608.         include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/StoppableEventInterface.php';
  24609.         include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/Event.php';
  24610.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/NotificationInterface.php';
  24611.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Notification.php';
  24612.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/Types/UserWasSignup.php';
  24613.         $this->privates['Aqarmap\\Bundle\\NotificationBundle\\Types\\UserWasSignup'] = $instance = new \Aqarmap\Bundle\NotificationBundle\Types\UserWasSignup();
  24614.         $instance->autowireParameterBag(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  24615.         return $instance;
  24616.     }
  24617.     /**
  24618.      * Gets the private 'Aqarmap\Bundle\NotificationBundle\UserSubscriber' shared autowired service.
  24619.      *
  24620.      * @return \Aqarmap\Bundle\NotificationBundle\UserSubscriber
  24621.      */
  24622.     protected function getUserSubscriberService()
  24623.     {
  24624.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/UserSubscriber.php';
  24625.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  24626.         if (isset($this->privates['Aqarmap\\Bundle\\NotificationBundle\\UserSubscriber'])) {
  24627.             return $this->privates['Aqarmap\\Bundle\\NotificationBundle\\UserSubscriber'];
  24628.         }
  24629.         return $this->privates['Aqarmap\\Bundle\\NotificationBundle\\UserSubscriber'] = new \Aqarmap\Bundle\NotificationBundle\UserSubscriber($a);
  24630.     }
  24631.     /**
  24632.      * Gets the private 'Aqarmap\Bundle\NotifierBundle\Command\CalculateStatisticsCommand' shared autowired service.
  24633.      *
  24634.      * @return \Aqarmap\Bundle\NotifierBundle\Command\CalculateStatisticsCommand
  24635.      */
  24636.     protected function getCalculateStatisticsCommandService()
  24637.     {
  24638.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  24639.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotifierBundle/Command/CalculateStatisticsCommand.php';
  24640.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotifierBundle/Service/NotifierStatisticsCalculatorService.php';
  24641.         $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())));
  24642.         $instance->setName('app:notifier:statistics:calculate');
  24643.         return $instance;
  24644.     }
  24645.     /**
  24646.      * Gets the private 'Aqarmap\Bundle\NotifierBundle\EventListener\NotifierInteractionListener' shared autowired service.
  24647.      *
  24648.      * @return \Aqarmap\Bundle\NotifierBundle\EventListener\NotifierInteractionListener
  24649.      */
  24650.     protected function getNotifierInteractionListenerService()
  24651.     {
  24652.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotifierBundle/EventListener/NotifierInteractionListener.php';
  24653.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  24654.         if (isset($this->privates['Aqarmap\\Bundle\\NotifierBundle\\EventListener\\NotifierInteractionListener'])) {
  24655.             return $this->privates['Aqarmap\\Bundle\\NotifierBundle\\EventListener\\NotifierInteractionListener'];
  24656.         }
  24657.         return $this->privates['Aqarmap\\Bundle\\NotifierBundle\\EventListener\\NotifierInteractionListener'] = new \Aqarmap\Bundle\NotifierBundle\EventListener\NotifierInteractionListener($a);
  24658.     }
  24659.     /**
  24660.      * Gets the private 'Aqarmap\Bundle\NotifierBundle\EventListener\NotifierSubscribeListener' shared autowired service.
  24661.      *
  24662.      * @return \Aqarmap\Bundle\NotifierBundle\EventListener\NotifierSubscribeListener
  24663.      */
  24664.     protected function getNotifierSubscribeListener2Service()
  24665.     {
  24666.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotifierBundle/EventListener/NotifierSubscribeListener.php';
  24667.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  24668.         if (isset($this->privates['Aqarmap\\Bundle\\NotifierBundle\\EventListener\\NotifierSubscribeListener'])) {
  24669.             return $this->privates['Aqarmap\\Bundle\\NotifierBundle\\EventListener\\NotifierSubscribeListener'];
  24670.         }
  24671.         $b = ($this->privates['Aqarmap\\Bundle\\NotifierBundle\\Service\\NotifierManager'] ?? $this->getNotifierManagerService());
  24672.         if (isset($this->privates['Aqarmap\\Bundle\\NotifierBundle\\EventListener\\NotifierSubscribeListener'])) {
  24673.             return $this->privates['Aqarmap\\Bundle\\NotifierBundle\\EventListener\\NotifierSubscribeListener'];
  24674.         }
  24675.         return $this->privates['Aqarmap\\Bundle\\NotifierBundle\\EventListener\\NotifierSubscribeListener'] = new \Aqarmap\Bundle\NotifierBundle\EventListener\NotifierSubscribeListener($a$b);
  24676.     }
  24677.     /**
  24678.      * Gets the private 'Aqarmap\Bundle\NotifierBundle\Form\DashboardOptionsType' shared autowired service.
  24679.      *
  24680.      * @return \Aqarmap\Bundle\NotifierBundle\Form\DashboardOptionsType
  24681.      */
  24682.     protected function getDashboardOptionsTypeService()
  24683.     {
  24684.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  24685.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  24686.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotifierBundle/Form/DashboardOptionsType.php';
  24687.         return $this->privates['Aqarmap\\Bundle\\NotifierBundle\\Form\\DashboardOptionsType'] = new \Aqarmap\Bundle\NotifierBundle\Form\DashboardOptionsType();
  24688.     }
  24689.     /**
  24690.      * Gets the private 'Aqarmap\Bundle\NotifierBundle\Form\NotifierApiType' shared autowired service.
  24691.      *
  24692.      * @return \Aqarmap\Bundle\NotifierBundle\Form\NotifierApiType
  24693.      */
  24694.     protected function getNotifierApiTypeService()
  24695.     {
  24696.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  24697.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  24698.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotifierBundle/Form/NotifierApiType.php';
  24699.         return $this->privates['Aqarmap\\Bundle\\NotifierBundle\\Form\\NotifierApiType'] = new \Aqarmap\Bundle\NotifierBundle\Form\NotifierApiType();
  24700.     }
  24701.     /**
  24702.      * Gets the private 'Aqarmap\Bundle\NotifierBundle\Form\NotifierSettingsType' shared autowired service.
  24703.      *
  24704.      * @return \Aqarmap\Bundle\NotifierBundle\Form\NotifierSettingsType
  24705.      */
  24706.     protected function getNotifierSettingsTypeService()
  24707.     {
  24708.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  24709.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  24710.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotifierBundle/Form/NotifierSettingsType.php';
  24711.         return $this->privates['Aqarmap\\Bundle\\NotifierBundle\\Form\\NotifierSettingsType'] = new \Aqarmap\Bundle\NotifierBundle\Form\NotifierSettingsType();
  24712.     }
  24713.     /**
  24714.      * Gets the private 'Aqarmap\Bundle\NotifierBundle\Form\NotifierType' shared autowired service.
  24715.      *
  24716.      * @return \Aqarmap\Bundle\NotifierBundle\Form\NotifierType
  24717.      */
  24718.     protected function getNotifierTypeService()
  24719.     {
  24720.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  24721.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  24722.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotifierBundle/Form/NotifierType.php';
  24723.         return $this->privates['Aqarmap\\Bundle\\NotifierBundle\\Form\\NotifierType'] = new \Aqarmap\Bundle\NotifierBundle\Form\NotifierType();
  24724.     }
  24725.     /**
  24726.      * Gets the private 'Aqarmap\Bundle\NotifierBundle\Repository\NotifierRepository' shared autowired service.
  24727.      *
  24728.      * @return \Aqarmap\Bundle\NotifierBundle\Repository\NotifierRepository
  24729.      */
  24730.     protected function getNotifierRepositoryService()
  24731.     {
  24732.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotifierBundle/Repository/NotifierRepository.php';
  24733.         return $this->privates['Aqarmap\\Bundle\\NotifierBundle\\Repository\\NotifierRepository'] = new \Aqarmap\Bundle\NotifierBundle\Repository\NotifierRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24734.     }
  24735.     /**
  24736.      * Gets the private 'Aqarmap\Bundle\NotifierBundle\Repository\NotifierSettingRepository' shared autowired service.
  24737.      *
  24738.      * @return \Aqarmap\Bundle\NotifierBundle\Repository\NotifierSettingRepository
  24739.      */
  24740.     protected function getNotifierSettingRepositoryService()
  24741.     {
  24742.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotifierBundle/Repository/NotifierSettingRepository.php';
  24743.         return $this->privates['Aqarmap\\Bundle\\NotifierBundle\\Repository\\NotifierSettingRepository'] = new \Aqarmap\Bundle\NotifierBundle\Repository\NotifierSettingRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24744.     }
  24745.     /**
  24746.      * Gets the private 'Aqarmap\Bundle\NotifierBundle\Service\NotifierManager' shared autowired service.
  24747.      *
  24748.      * @return \Aqarmap\Bundle\NotifierBundle\Service\NotifierManager
  24749.      */
  24750.     protected function getNotifierManagerService()
  24751.     {
  24752.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  24753.         if (isset($this->privates['Aqarmap\\Bundle\\NotifierBundle\\Service\\NotifierManager'])) {
  24754.             return $this->privates['Aqarmap\\Bundle\\NotifierBundle\\Service\\NotifierManager'];
  24755.         }
  24756.         $b = ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\PriceExtender'] ?? $this->getPriceExtenderService());
  24757.         if (isset($this->privates['Aqarmap\\Bundle\\NotifierBundle\\Service\\NotifierManager'])) {
  24758.             return $this->privates['Aqarmap\\Bundle\\NotifierBundle\\Service\\NotifierManager'];
  24759.         }
  24760.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  24761.         if (isset($this->privates['Aqarmap\\Bundle\\NotifierBundle\\Service\\NotifierManager'])) {
  24762.             return $this->privates['Aqarmap\\Bundle\\NotifierBundle\\Service\\NotifierManager'];
  24763.         }
  24764.         $d = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  24765.         if (isset($this->privates['Aqarmap\\Bundle\\NotifierBundle\\Service\\NotifierManager'])) {
  24766.             return $this->privates['Aqarmap\\Bundle\\NotifierBundle\\Service\\NotifierManager'];
  24767.         }
  24768.         return $this->privates['Aqarmap\\Bundle\\NotifierBundle\\Service\\NotifierManager'] = new \Aqarmap\Bundle\NotifierBundle\Service\NotifierManager($a$b$c$d);
  24769.     }
  24770.     /**
  24771.      * Gets the private 'Aqarmap\Bundle\NotifierBundle\Strategy\AddNewNotifierStrategy' shared autowired service.
  24772.      *
  24773.      * @return \Aqarmap\Bundle\NotifierBundle\Strategy\AddNewNotifierStrategy
  24774.      */
  24775.     protected function getAddNewNotifierStrategyService()
  24776.     {
  24777.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Contract/Consumer/StrategyInterface.php';
  24778.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotifierBundle/Strategy/AddNewNotifierStrategy.php';
  24779.         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()));
  24780.     }
  24781.     /**
  24782.      * Gets the private 'Aqarmap\Bundle\OTPBundle\Service\OtpService' shared autowired service.
  24783.      *
  24784.      * @return \Aqarmap\Bundle\OTPBundle\Service\OtpService
  24785.      */
  24786.     protected function getOtpServiceService()
  24787.     {
  24788.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  24789.         if (isset($this->privates['Aqarmap\\Bundle\\OTPBundle\\Service\\OtpService'])) {
  24790.             return $this->privates['Aqarmap\\Bundle\\OTPBundle\\Service\\OtpService'];
  24791.         }
  24792.         $b = ($this->services['Aqarmap\\Bundle\\FeatureToggleBundle\\Service\\FeatureToggleManager'] ?? $this->getFeatureToggleManagerService());
  24793.         if (isset($this->privates['Aqarmap\\Bundle\\OTPBundle\\Service\\OtpService'])) {
  24794.             return $this->privates['Aqarmap\\Bundle\\OTPBundle\\Service\\OtpService'];
  24795.         }
  24796.         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()));
  24797.     }
  24798.     /**
  24799.      * Gets the private 'Aqarmap\Bundle\PaymentBundle\Command\CreditAnalysisWarmupCommand' shared autowired service.
  24800.      *
  24801.      * @return \Aqarmap\Bundle\PaymentBundle\Command\CreditAnalysisWarmupCommand
  24802.      */
  24803.     protected function getCreditAnalysisWarmupCommandService()
  24804.     {
  24805.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  24806.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/PaymentBundle/Command/CreditAnalysisWarmupCommand.php';
  24807.         $this->privates['Aqarmap\\Bundle\\PaymentBundle\\Command\\CreditAnalysisWarmupCommand'] = $instance = new \Aqarmap\Bundle\PaymentBundle\Command\CreditAnalysisWarmupCommand(($this->privates['Aqarmap\\Bundle\\CreditBundle\\Services\\CreditAnalysisManager'] ?? $this->getCreditAnalysisManagerService()));
  24808.         $instance->setName('app:credit:analysis:warmup');
  24809.         return $instance;
  24810.     }
  24811.     /**
  24812.      * Gets the private 'Aqarmap\Bundle\PaymentBundle\Command\PatchUpdatePaymentTypeCommand' shared autowired service.
  24813.      *
  24814.      * @return \Aqarmap\Bundle\PaymentBundle\Command\PatchUpdatePaymentTypeCommand
  24815.      */
  24816.     protected function getPatchUpdatePaymentTypeCommandService()
  24817.     {
  24818.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  24819.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/PaymentBundle/Command/PatchUpdatePaymentTypeCommand.php';
  24820.         $this->privates['Aqarmap\\Bundle\\PaymentBundle\\Command\\PatchUpdatePaymentTypeCommand'] = $instance = new \Aqarmap\Bundle\PaymentBundle\Command\PatchUpdatePaymentTypeCommand();
  24821.         $instance->setName('app:patch:payment-type');
  24822.         return $instance;
  24823.     }
  24824.     /**
  24825.      * Gets the private 'Aqarmap\Bundle\PaymentBundle\Command\PatchUpdateRemainingSubscriptionDaysCommand' shared autowired service.
  24826.      *
  24827.      * @return \Aqarmap\Bundle\PaymentBundle\Command\PatchUpdateRemainingSubscriptionDaysCommand
  24828.      */
  24829.     protected function getPatchUpdateRemainingSubscriptionDaysCommandService()
  24830.     {
  24831.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  24832.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/PaymentBundle/Command/PatchUpdateRemainingSubscriptionDaysCommand.php';
  24833.         $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()));
  24834.         $instance->setName('app:patch:update-remaining-subscription-days');
  24835.         return $instance;
  24836.     }
  24837.     /**
  24838.      * Gets the private 'Aqarmap\Bundle\PaymentBundle\Command\SalesAnalysisCommand' shared autowired service.
  24839.      *
  24840.      * @return \Aqarmap\Bundle\PaymentBundle\Command\SalesAnalysisCommand
  24841.      */
  24842.     protected function getSalesAnalysisCommandService()
  24843.     {
  24844.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  24845.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/PaymentBundle/Command/SalesAnalysisCommand.php';
  24846.         $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()));
  24847.         $instance->setName('app:analyse:sales:patch');
  24848.         return $instance;
  24849.     }
  24850.     /**
  24851.      * Gets the private 'Aqarmap\Bundle\PaymentBundle\Form\AdminAddPaymentTransactionFormType' shared autowired service.
  24852.      *
  24853.      * @return \Aqarmap\Bundle\PaymentBundle\Form\AdminAddPaymentTransactionFormType
  24854.      */
  24855.     protected function getAdminAddPaymentTransactionFormTypeService()
  24856.     {
  24857.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  24858.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  24859.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/PaymentBundle/Form/AdminAddPaymentTransactionFormType.php';
  24860.         return $this->privates['Aqarmap\\Bundle\\PaymentBundle\\Form\\AdminAddPaymentTransactionFormType'] = new \Aqarmap\Bundle\PaymentBundle\Form\AdminAddPaymentTransactionFormType();
  24861.     }
  24862.     /**
  24863.      * Gets the private 'Aqarmap\Bundle\PaymentBundle\Form\AdminAssignAgentType' shared autowired service.
  24864.      *
  24865.      * @return \Aqarmap\Bundle\PaymentBundle\Form\AdminAssignAgentType
  24866.      */
  24867.     protected function getAdminAssignAgentTypeService()
  24868.     {
  24869.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  24870.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  24871.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/PaymentBundle/Form/AdminAssignAgentType.php';
  24872.         return $this->privates['Aqarmap\\Bundle\\PaymentBundle\\Form\\AdminAssignAgentType'] = new \Aqarmap\Bundle\PaymentBundle\Form\AdminAssignAgentType();
  24873.     }
  24874.     /**
  24875.      * Gets the private 'Aqarmap\Bundle\PaymentBundle\Form\AdminEditPaymentTransactionFormType' shared autowired service.
  24876.      *
  24877.      * @return \Aqarmap\Bundle\PaymentBundle\Form\AdminEditPaymentTransactionFormType
  24878.      */
  24879.     protected function getAdminEditPaymentTransactionFormTypeService()
  24880.     {
  24881.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  24882.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  24883.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/PaymentBundle/Form/AdminEditPaymentTransactionFormType.php';
  24884.         return $this->privates['Aqarmap\\Bundle\\PaymentBundle\\Form\\AdminEditPaymentTransactionFormType'] = new \Aqarmap\Bundle\PaymentBundle\Form\AdminEditPaymentTransactionFormType();
  24885.     }
  24886.     /**
  24887.      * Gets the private 'Aqarmap\Bundle\PaymentBundle\Form\AdminGeneratePaymentCodeFormType' shared autowired service.
  24888.      *
  24889.      * @return \Aqarmap\Bundle\PaymentBundle\Form\AdminGeneratePaymentCodeFormType
  24890.      */
  24891.     protected function getAdminGeneratePaymentCodeFormTypeService()
  24892.     {
  24893.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  24894.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  24895.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/PaymentBundle/Form/AdminGeneratePaymentCodeFormType.php';
  24896.         return $this->privates['Aqarmap\\Bundle\\PaymentBundle\\Form\\AdminGeneratePaymentCodeFormType'] = new \Aqarmap\Bundle\PaymentBundle\Form\AdminGeneratePaymentCodeFormType();
  24897.     }
  24898.     /**
  24899.      * Gets the private 'Aqarmap\Bundle\PaymentBundle\Form\ManualFawryCodeFormType' shared autowired service.
  24900.      *
  24901.      * @return \Aqarmap\Bundle\PaymentBundle\Form\ManualFawryCodeFormType
  24902.      */
  24903.     protected function getManualFawryCodeFormTypeService()
  24904.     {
  24905.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  24906.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  24907.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/PaymentBundle/Form/ManualFawryCodeFormType.php';
  24908.         return $this->privates['Aqarmap\\Bundle\\PaymentBundle\\Form\\ManualFawryCodeFormType'] = new \Aqarmap\Bundle\PaymentBundle\Form\ManualFawryCodeFormType();
  24909.     }
  24910.     /**
  24911.      * Gets the private 'Aqarmap\Bundle\PaymentBundle\Form\PaymentFiltersFormType' shared autowired service.
  24912.      *
  24913.      * @return \Aqarmap\Bundle\PaymentBundle\Form\PaymentFiltersFormType
  24914.      */
  24915.     protected function getPaymentFiltersFormTypeService()
  24916.     {
  24917.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  24918.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  24919.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/PaymentBundle/Form/PaymentFiltersFormType.php';
  24920.         return $this->privates['Aqarmap\\Bundle\\PaymentBundle\\Form\\PaymentFiltersFormType'] = new \Aqarmap\Bundle\PaymentBundle\Form\PaymentFiltersFormType();
  24921.     }
  24922.     /**
  24923.      * Gets the private 'Aqarmap\Bundle\PaymentBundle\Repository\PaymentRepository' shared autowired service.
  24924.      *
  24925.      * @return \Aqarmap\Bundle\PaymentBundle\Repository\PaymentRepository
  24926.      */
  24927.     protected function getPaymentRepositoryService()
  24928.     {
  24929.         return $this->privates['Aqarmap\\Bundle\\PaymentBundle\\Repository\\PaymentRepository'] = new \Aqarmap\Bundle\PaymentBundle\Repository\PaymentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24930.     }
  24931.     /**
  24932.      * Gets the private 'Aqarmap\Bundle\PaymentBundle\Repository\PaymentTransactionServiceRepository' shared autowired service.
  24933.      *
  24934.      * @return \Aqarmap\Bundle\PaymentBundle\Repository\PaymentTransactionServiceRepository
  24935.      */
  24936.     protected function getPaymentTransactionServiceRepositoryService()
  24937.     {
  24938.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/PaymentBundle/Repository/PaymentTransactionServiceRepository.php';
  24939.         return $this->privates['Aqarmap\\Bundle\\PaymentBundle\\Repository\\PaymentTransactionServiceRepository'] = new \Aqarmap\Bundle\PaymentBundle\Repository\PaymentTransactionServiceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24940.     }
  24941.     /**
  24942.      * Gets the private 'Aqarmap\Bundle\PaymentBundle\Repository\SalesAnalysisRepository' shared autowired service.
  24943.      *
  24944.      * @return \Aqarmap\Bundle\PaymentBundle\Repository\SalesAnalysisRepository
  24945.      */
  24946.     protected function getSalesAnalysisRepositoryService()
  24947.     {
  24948.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/PaymentBundle/Repository/SalesAnalysisRepository.php';
  24949.         return $this->privates['Aqarmap\\Bundle\\PaymentBundle\\Repository\\SalesAnalysisRepository'] = new \Aqarmap\Bundle\PaymentBundle\Repository\SalesAnalysisRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24950.     }
  24951.     /**
  24952.      * Gets the private 'Aqarmap\Bundle\PaymentBundle\Service\PaymentManager' shared autowired service.
  24953.      *
  24954.      * @return \Aqarmap\Bundle\PaymentBundle\Service\PaymentManager
  24955.      */
  24956.     protected function getPaymentManagerService()
  24957.     {
  24958.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  24959.         if (isset($this->privates['Aqarmap\\Bundle\\PaymentBundle\\Service\\PaymentManager'])) {
  24960.             return $this->privates['Aqarmap\\Bundle\\PaymentBundle\\Service\\PaymentManager'];
  24961.         }
  24962.         $b = ($this->privates['Aqarmap\\Bundle\\CreditBundle\\Services\\CreditManager'] ?? $this->getCreditManagerService());
  24963.         if (isset($this->privates['Aqarmap\\Bundle\\PaymentBundle\\Service\\PaymentManager'])) {
  24964.             return $this->privates['Aqarmap\\Bundle\\PaymentBundle\\Service\\PaymentManager'];
  24965.         }
  24966.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  24967.         if (isset($this->privates['Aqarmap\\Bundle\\PaymentBundle\\Service\\PaymentManager'])) {
  24968.             return $this->privates['Aqarmap\\Bundle\\PaymentBundle\\Service\\PaymentManager'];
  24969.         }
  24970.         $d = ($this->privates['Aqarmap\\Bundle\\CreditBundle\\Services\\CreditAnalysisManager'] ?? $this->getCreditAnalysisManagerService());
  24971.         if (isset($this->privates['Aqarmap\\Bundle\\PaymentBundle\\Service\\PaymentManager'])) {
  24972.             return $this->privates['Aqarmap\\Bundle\\PaymentBundle\\Service\\PaymentManager'];
  24973.         }
  24974.         $e = ($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'] ?? $this->getListingManagerService());
  24975.         if (isset($this->privates['Aqarmap\\Bundle\\PaymentBundle\\Service\\PaymentManager'])) {
  24976.             return $this->privates['Aqarmap\\Bundle\\PaymentBundle\\Service\\PaymentManager'];
  24977.         }
  24978.         $f = ($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserServicesManager'] ?? $this->getUserServicesManagerService());
  24979.         if (isset($this->privates['Aqarmap\\Bundle\\PaymentBundle\\Service\\PaymentManager'])) {
  24980.             return $this->privates['Aqarmap\\Bundle\\PaymentBundle\\Service\\PaymentManager'];
  24981.         }
  24982.         $g = ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\Setting'] ?? $this->getSettingService());
  24983.         if (isset($this->privates['Aqarmap\\Bundle\\PaymentBundle\\Service\\PaymentManager'])) {
  24984.             return $this->privates['Aqarmap\\Bundle\\PaymentBundle\\Service\\PaymentManager'];
  24985.         }
  24986.         $h = ($this->privates['Aqarmap\\Bundle\\PaymentBundle\\Service\\SalesAnalysisManager'] ?? $this->getSalesAnalysisManagerService());
  24987.         if (isset($this->privates['Aqarmap\\Bundle\\PaymentBundle\\Service\\PaymentManager'])) {
  24988.             return $this->privates['Aqarmap\\Bundle\\PaymentBundle\\Service\\PaymentManager'];
  24989.         }
  24990.         $i = ($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserManager'] ?? $this->getUserManagerService());
  24991.         if (isset($this->privates['Aqarmap\\Bundle\\PaymentBundle\\Service\\PaymentManager'])) {
  24992.             return $this->privates['Aqarmap\\Bundle\\PaymentBundle\\Service\\PaymentManager'];
  24993.         }
  24994.         $j = ($this->services['Aqarmap\\Bundle\\FeatureToggleBundle\\Service\\FeatureToggleManager'] ?? $this->getFeatureToggleManagerService());
  24995.         if (isset($this->privates['Aqarmap\\Bundle\\PaymentBundle\\Service\\PaymentManager'])) {
  24996.             return $this->privates['Aqarmap\\Bundle\\PaymentBundle\\Service\\PaymentManager'];
  24997.         }
  24998.         $k = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingFeatureService'] ?? $this->getListingFeatureServiceService());
  24999.         if (isset($this->privates['Aqarmap\\Bundle\\PaymentBundle\\Service\\PaymentManager'])) {
  25000.             return $this->privates['Aqarmap\\Bundle\\PaymentBundle\\Service\\PaymentManager'];
  25001.         }
  25002.         $l = ($this->privates['Aqarmap\\Bundle\\RecurringTransactionBundle\\Services\\RecurringTransactionService'] ?? $this->getRecurringTransactionServiceService());
  25003.         if (isset($this->privates['Aqarmap\\Bundle\\PaymentBundle\\Service\\PaymentManager'])) {
  25004.             return $this->privates['Aqarmap\\Bundle\\PaymentBundle\\Service\\PaymentManager'];
  25005.         }
  25006.         $m = ($this->privates['Aqarmap\\Bundle\\RecurringTransactionBundle\\Services\\RecurringTransactionStateService'] ?? $this->getRecurringTransactionStateServiceService());
  25007.         if (isset($this->privates['Aqarmap\\Bundle\\PaymentBundle\\Service\\PaymentManager'])) {
  25008.             return $this->privates['Aqarmap\\Bundle\\PaymentBundle\\Service\\PaymentManager'];
  25009.         }
  25010.         $n = ($this->services['doctrine_mongodb.odm.default_document_manager'] ?? $this->getDoctrineMongodb_Odm_DefaultDocumentManagerService());
  25011.         if (isset($this->privates['Aqarmap\\Bundle\\PaymentBundle\\Service\\PaymentManager'])) {
  25012.             return $this->privates['Aqarmap\\Bundle\\PaymentBundle\\Service\\PaymentManager'];
  25013.         }
  25014.         return $this->privates['Aqarmap\\Bundle\\PaymentBundle\\Service\\PaymentManager'] = new \Aqarmap\Bundle\PaymentBundle\Service\PaymentManager($a$b, ($this->privates['Aqarmap\\Bundle\\PaymentBundle\\Service\\SignatureManager'] ?? $this->getSignatureManagerService()), $c, ($this->services['translator'] ?? $this->getTranslatorService()), $d$e$f, new \Aqarmap\Bundle\UserBundle\Services\UserServiceTypesFactory($a$f, ($this->privates['Aqarmap\\Bundle\\UserBundle\\Repository\\GroupRepository'] ?? $this->getGroupRepositoryService())), $g$this$h$i$j$k, ($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')))), $l$m, new \Aqarmap\Bundle\RecurringTransactionBundle\Services\RecurringTransactionLogService($n), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  25015.     }
  25016.     /**
  25017.      * Gets the private 'Aqarmap\Bundle\PaymentBundle\Service\SalesAnalysisManager' shared autowired service.
  25018.      *
  25019.      * @return \Aqarmap\Bundle\PaymentBundle\Service\SalesAnalysisManager
  25020.      */
  25021.     protected function getSalesAnalysisManagerService()
  25022.     {
  25023.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  25024.         if (isset($this->privates['Aqarmap\\Bundle\\PaymentBundle\\Service\\SalesAnalysisManager'])) {
  25025.             return $this->privates['Aqarmap\\Bundle\\PaymentBundle\\Service\\SalesAnalysisManager'];
  25026.         }
  25027.         return $this->privates['Aqarmap\\Bundle\\PaymentBundle\\Service\\SalesAnalysisManager'] = new \Aqarmap\Bundle\PaymentBundle\Service\SalesAnalysisManager($a);
  25028.     }
  25029.     /**
  25030.      * Gets the private 'Aqarmap\Bundle\PaymentBundle\Service\SignatureManager' shared autowired service.
  25031.      *
  25032.      * @return \Aqarmap\Bundle\PaymentBundle\Service\SignatureManager
  25033.      */
  25034.     protected function getSignatureManagerService()
  25035.     {
  25036.         $a = ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\Setting'] ?? $this->getSettingService());
  25037.         if (isset($this->privates['Aqarmap\\Bundle\\PaymentBundle\\Service\\SignatureManager'])) {
  25038.             return $this->privates['Aqarmap\\Bundle\\PaymentBundle\\Service\\SignatureManager'];
  25039.         }
  25040.         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')))));
  25041.     }
  25042.     /**
  25043.      * Gets the private 'Aqarmap\Bundle\RecurringTransactionBundle\Command\ActiveRecurringTransactionCommand' shared autowired service.
  25044.      *
  25045.      * @return \Aqarmap\Bundle\RecurringTransactionBundle\Command\ActiveRecurringTransactionCommand
  25046.      */
  25047.     protected function getActiveRecurringTransactionCommandService()
  25048.     {
  25049.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25050.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/RecurringTransactionBundle/Command/ActiveRecurringTransactionCommand.php';
  25051.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/RecurringTransactionBundle/Contract/PaymentGatewaysFactoryInterface.php';
  25052.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/RecurringTransactionBundle/Factory/PaymentGatewaysFactory.php';
  25053.         $a = ($this->privates['Aqarmap\\Bundle\\RecurringTransactionBundle\\Services\\RecurringTransactionService'] ?? $this->getRecurringTransactionServiceService());
  25054.         $b = ($this->privates['Aqarmap\\Bundle\\PaymentBundle\\Service\\PaymentManager'] ?? $this->getPaymentManagerService());
  25055.         $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));
  25056.         $instance->setName('app:activate-recurring-package:payment');
  25057.         return $instance;
  25058.     }
  25059.     /**
  25060.      * Gets the private 'Aqarmap\Bundle\RecurringTransactionBundle\Repository\RecurringTransactionRepository' shared autowired service.
  25061.      *
  25062.      * @return \Aqarmap\Bundle\RecurringTransactionBundle\Repository\RecurringTransactionRepository
  25063.      */
  25064.     protected function getRecurringTransactionRepositoryService()
  25065.     {
  25066.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/RecurringTransactionBundle/Repository/RecurringTransactionRepository.php';
  25067.         return $this->privates['Aqarmap\\Bundle\\RecurringTransactionBundle\\Repository\\RecurringTransactionRepository'] = new \Aqarmap\Bundle\RecurringTransactionBundle\Repository\RecurringTransactionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25068.     }
  25069.     /**
  25070.      * Gets the private 'Aqarmap\Bundle\RecurringTransactionBundle\Services\RecurringTransactionService' shared autowired service.
  25071.      *
  25072.      * @return \Aqarmap\Bundle\RecurringTransactionBundle\Services\RecurringTransactionService
  25073.      */
  25074.     protected function getRecurringTransactionServiceService()
  25075.     {
  25076.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  25077.         if (isset($this->privates['Aqarmap\\Bundle\\RecurringTransactionBundle\\Services\\RecurringTransactionService'])) {
  25078.             return $this->privates['Aqarmap\\Bundle\\RecurringTransactionBundle\\Services\\RecurringTransactionService'];
  25079.         }
  25080.         $b = ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\Setting'] ?? $this->getSettingService());
  25081.         if (isset($this->privates['Aqarmap\\Bundle\\RecurringTransactionBundle\\Services\\RecurringTransactionService'])) {
  25082.             return $this->privates['Aqarmap\\Bundle\\RecurringTransactionBundle\\Services\\RecurringTransactionService'];
  25083.         }
  25084.         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))));
  25085.     }
  25086.     /**
  25087.      * Gets the private 'Aqarmap\Bundle\RecurringTransactionBundle\Services\RecurringTransactionStateService' shared autowired service.
  25088.      *
  25089.      * @return \Aqarmap\Bundle\RecurringTransactionBundle\Services\RecurringTransactionStateService
  25090.      */
  25091.     protected function getRecurringTransactionStateServiceService()
  25092.     {
  25093.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  25094.         if (isset($this->privates['Aqarmap\\Bundle\\RecurringTransactionBundle\\Services\\RecurringTransactionStateService'])) {
  25095.             return $this->privates['Aqarmap\\Bundle\\RecurringTransactionBundle\\Services\\RecurringTransactionStateService'];
  25096.         }
  25097.         return $this->privates['Aqarmap\\Bundle\\RecurringTransactionBundle\\Services\\RecurringTransactionStateService'] = new \Aqarmap\Bundle\RecurringTransactionBundle\Services\RecurringTransactionStateService($a);
  25098.     }
  25099.     /**
  25100.      * Gets the private 'Aqarmap\Bundle\SearchBundle\Command\CorrectLocationsSlugsCommand' shared autowired service.
  25101.      *
  25102.      * @return \Aqarmap\Bundle\SearchBundle\Command\CorrectLocationsSlugsCommand
  25103.      */
  25104.     protected function getCorrectLocationsSlugsCommandService()
  25105.     {
  25106.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25107.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/SearchBundle/Command/CorrectLocationsSlugsCommand.php';
  25108.         $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()));
  25109.         $instance->setName('app:locations:slugs:correct');
  25110.         return $instance;
  25111.     }
  25112.     /**
  25113.      * Gets the private 'Aqarmap\Bundle\SearchBundle\CriteriaBuilders\BuilderDirector' shared autowired service.
  25114.      *
  25115.      * @return \Aqarmap\Bundle\SearchBundle\CriteriaBuilders\BuilderDirector
  25116.      */
  25117.     protected function getBuilderDirectorService()
  25118.     {
  25119.         return $this->privates['Aqarmap\\Bundle\\SearchBundle\\CriteriaBuilders\\BuilderDirector'] = new \Aqarmap\Bundle\SearchBundle\CriteriaBuilders\BuilderDirector(new \Aqarmap\Bundle\SearchBundle\CriteriaBuilders\SearchCriteriaBuilder());
  25120.     }
  25121.     /**
  25122.      * Gets the private 'Aqarmap\Bundle\SearchBundle\CriteriaMediator\CriteriaMediator' shared autowired service.
  25123.      *
  25124.      * @return \Aqarmap\Bundle\SearchBundle\CriteriaMediator\CriteriaMediator
  25125.      */
  25126.     protected function getCriteriaMediator2Service()
  25127.     {
  25128.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  25129.         if (isset($this->privates['Aqarmap\\Bundle\\SearchBundle\\CriteriaMediator\\CriteriaMediator'])) {
  25130.             return $this->privates['Aqarmap\\Bundle\\SearchBundle\\CriteriaMediator\\CriteriaMediator'];
  25131.         }
  25132.         $b = ($this->services['Aqarmap\\Bundle\\FeatureToggleBundle\\Service\\FeatureToggleManager'] ?? $this->getFeatureToggleManagerService());
  25133.         if (isset($this->privates['Aqarmap\\Bundle\\SearchBundle\\CriteriaMediator\\CriteriaMediator'])) {
  25134.             return $this->privates['Aqarmap\\Bundle\\SearchBundle\\CriteriaMediator\\CriteriaMediator'];
  25135.         }
  25136.         $c = ($this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\ElasticListingSearch\\DefaultListingSearch'] ?? $this->getDefaultListingSearchService());
  25137.         if (isset($this->privates['Aqarmap\\Bundle\\SearchBundle\\CriteriaMediator\\CriteriaMediator'])) {
  25138.             return $this->privates['Aqarmap\\Bundle\\SearchBundle\\CriteriaMediator\\CriteriaMediator'];
  25139.         }
  25140.         return $this->privates['Aqarmap\\Bundle\\SearchBundle\\CriteriaMediator\\CriteriaMediator'] = new \Aqarmap\Bundle\SearchBundle\CriteriaMediator\CriteriaMediator($this$a$b$c);
  25141.     }
  25142.     /**
  25143.      * Gets the private 'Aqarmap\Bundle\SearchBundle\Factory\LongTailFactory' shared autowired service.
  25144.      *
  25145.      * @return \Aqarmap\Bundle\SearchBundle\Factory\LongTailFactory
  25146.      */
  25147.     protected function getLongTailFactoryService()
  25148.     {
  25149.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/SearchBundle/Factory/LongTailFactory.php';
  25150.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  25151.         if (isset($this->privates['Aqarmap\\Bundle\\SearchBundle\\Factory\\LongTailFactory'])) {
  25152.             return $this->privates['Aqarmap\\Bundle\\SearchBundle\\Factory\\LongTailFactory'];
  25153.         }
  25154.         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()));
  25155.     }
  25156.     /**
  25157.      * Gets the private 'Aqarmap\Bundle\SearchBundle\Form\SearchCombinationFilterType' shared autowired service.
  25158.      *
  25159.      * @return \Aqarmap\Bundle\SearchBundle\Form\SearchCombinationFilterType
  25160.      */
  25161.     protected function getSearchCombinationFilterTypeService()
  25162.     {
  25163.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  25164.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  25165.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/SearchBundle/Form/SearchCombinationFilterType.php';
  25166.         return $this->privates['Aqarmap\\Bundle\\SearchBundle\\Form\\SearchCombinationFilterType'] = new \Aqarmap\Bundle\SearchBundle\Form\SearchCombinationFilterType();
  25167.     }
  25168.     /**
  25169.      * Gets the private 'Aqarmap\Bundle\SearchBundle\Repositories\ListingSearchRepository' shared autowired service.
  25170.      *
  25171.      * @return \Aqarmap\Bundle\SearchBundle\Repositories\ListingSearchRepository
  25172.      */
  25173.     protected function getListingSearchRepositoryService()
  25174.     {
  25175.         include_once \dirname(__DIR__4).'/vendor/aqarmap/elastic/src/Repositories/BaseRepository.php';
  25176.         include_once \dirname(__DIR__4).'/vendor/aqarmap/elastic/src/Contracts/RepositoryContract.php';
  25177.         include_once \dirname(__DIR__4).'/vendor/aqarmap/elastic/src/Repositories/ElasticRepository.php';
  25178.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/SearchBundle/Repositories/ListingSearchRepository.php';
  25179.         $a = ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\Setting'] ?? $this->getSettingService());
  25180.         if (isset($this->privates['Aqarmap\\Bundle\\SearchBundle\\Repositories\\ListingSearchRepository'])) {
  25181.             return $this->privates['Aqarmap\\Bundle\\SearchBundle\\Repositories\\ListingSearchRepository'];
  25182.         }
  25183.         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);
  25184.     }
  25185.     /**
  25186.      * Gets the private 'Aqarmap\Bundle\SearchBundle\Repositories\LocationSearchRepository' shared autowired service.
  25187.      *
  25188.      * @return \Aqarmap\Bundle\SearchBundle\Repositories\LocationSearchRepository
  25189.      */
  25190.     protected function getLocationSearchRepositoryService()
  25191.     {
  25192.         include_once \dirname(__DIR__4).'/vendor/aqarmap/elastic/src/Repositories/BaseRepository.php';
  25193.         include_once \dirname(__DIR__4).'/vendor/aqarmap/elastic/src/Contracts/RepositoryContract.php';
  25194.         include_once \dirname(__DIR__4).'/vendor/aqarmap/elastic/src/Repositories/ElasticRepository.php';
  25195.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/SearchBundle/Repositories/LocationSearchRepository.php';
  25196.         $a = ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\Setting'] ?? $this->getSettingService());
  25197.         if (isset($this->privates['Aqarmap\\Bundle\\SearchBundle\\Repositories\\LocationSearchRepository'])) {
  25198.             return $this->privates['Aqarmap\\Bundle\\SearchBundle\\Repositories\\LocationSearchRepository'];
  25199.         }
  25200.         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);
  25201.     }
  25202.     /**
  25203.      * Gets the private 'Aqarmap\Bundle\SearchBundle\Repositories\SearchResultCombinationsRepository' shared autowired service.
  25204.      *
  25205.      * @return \Aqarmap\Bundle\SearchBundle\Repositories\SearchResultCombinationsRepository
  25206.      */
  25207.     protected function getSearchResultCombinationsRepositoryService()
  25208.     {
  25209.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/SearchBundle/Repositories/SearchResultCombinationsRepository.php';
  25210.         return $this->privates['Aqarmap\\Bundle\\SearchBundle\\Repositories\\SearchResultCombinationsRepository'] = new \Aqarmap\Bundle\SearchBundle\Repositories\SearchResultCombinationsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25211.     }
  25212.     /**
  25213.      * Gets the private 'Aqarmap\Bundle\SearchBundle\Repositories\SearchResultRepository' shared autowired service.
  25214.      *
  25215.      * @return \Aqarmap\Bundle\SearchBundle\Repositories\SearchResultRepository
  25216.      */
  25217.     protected function getSearchResultRepositoryService()
  25218.     {
  25219.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/SearchBundle/Repositories/SearchResultRepository.php';
  25220.         return $this->privates['Aqarmap\\Bundle\\SearchBundle\\Repositories\\SearchResultRepository'] = new \Aqarmap\Bundle\SearchBundle\Repositories\SearchResultRepository(($this->services['doctrine_mongodb'] ?? $this->getDoctrineMongodbService()));
  25221.     }
  25222.     /**
  25223.      * Gets the private 'Aqarmap\Bundle\SearchBundle\Repositories\V4\LocationSearchElasticRepository' shared autowired service.
  25224.      *
  25225.      * @return \Aqarmap\Bundle\SearchBundle\Repositories\V4\LocationSearchElasticRepository
  25226.      */
  25227.     protected function getLocationSearchElasticRepositoryService()
  25228.     {
  25229.         include_once \dirname(__DIR__4).'/vendor/aqarmap/elastic/src/Repositories/BaseRepository.php';
  25230.         include_once \dirname(__DIR__4).'/vendor/aqarmap/elastic/src/Contracts/RepositoryContract.php';
  25231.         include_once \dirname(__DIR__4).'/vendor/aqarmap/elastic/src/Repositories/ElasticRepository.php';
  25232.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/SearchBundle/Repositories/V4/Contracts/LocationSearchElasticRepositoryInterface.php';
  25233.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/SearchBundle/Repositories/V4/LocationSearchElasticRepository.php';
  25234.         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()));
  25235.     }
  25236.     /**
  25237.      * Gets the private 'Aqarmap\Bundle\SearchBundle\Services\CompoundSearchService' shared autowired service.
  25238.      *
  25239.      * @return \Aqarmap\Bundle\SearchBundle\Services\CompoundSearchService
  25240.      */
  25241.     protected function getCompoundSearchServiceService()
  25242.     {
  25243.         $a = ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService());
  25244.         if (isset($this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\CompoundSearchService'])) {
  25245.             return $this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\CompoundSearchService'];
  25246.         }
  25247.         $b = ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\Setting'] ?? $this->getSettingService());
  25248.         if (isset($this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\CompoundSearchService'])) {
  25249.             return $this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\CompoundSearchService'];
  25250.         }
  25251.         $c = ($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'] ?? $this->getListingManagerService());
  25252.         if (isset($this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\CompoundSearchService'])) {
  25253.             return $this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\CompoundSearchService'];
  25254.         }
  25255.         $d = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  25256.         if (isset($this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\CompoundSearchService'])) {
  25257.             return $this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\CompoundSearchService'];
  25258.         }
  25259.         $e = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\CompoundService'] ?? $this->getCompoundServiceService());
  25260.         if (isset($this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\CompoundSearchService'])) {
  25261.             return $this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\CompoundSearchService'];
  25262.         }
  25263.         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()));
  25264.     }
  25265.     /**
  25266.      * Gets the private 'Aqarmap\Bundle\SearchBundle\Services\ElasticClientService' shared autowired service.
  25267.      *
  25268.      * @return \Aqarmap\Bundle\SearchBundle\Services\ElasticClientService
  25269.      */
  25270.     protected function getElasticClientServiceService()
  25271.     {
  25272.         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))));
  25273.     }
  25274.     /**
  25275.      * Gets the private 'Aqarmap\Bundle\SearchBundle\Services\ElasticListingSearch\CountListingSearch' shared autowired service.
  25276.      *
  25277.      * @return \Aqarmap\Bundle\SearchBundle\Services\ElasticListingSearch\CountListingSearch
  25278.      */
  25279.     protected function getCountListingSearchService()
  25280.     {
  25281.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/SearchBundle/Services/ElasticListingSearch/CountListingSearch.php';
  25282.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  25283.         if (isset($this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\ElasticListingSearch\\CountListingSearch'])) {
  25284.             return $this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\ElasticListingSearch\\CountListingSearch'];
  25285.         }
  25286.         $b = ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService());
  25287.         if (isset($this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\ElasticListingSearch\\CountListingSearch'])) {
  25288.             return $this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\ElasticListingSearch\\CountListingSearch'];
  25289.         }
  25290.         $c = ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\Setting'] ?? $this->getSettingService());
  25291.         if (isset($this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\ElasticListingSearch\\CountListingSearch'])) {
  25292.             return $this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\ElasticListingSearch\\CountListingSearch'];
  25293.         }
  25294.         $d = ($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'] ?? $this->getListingManagerService());
  25295.         if (isset($this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\ElasticListingSearch\\CountListingSearch'])) {
  25296.             return $this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\ElasticListingSearch\\CountListingSearch'];
  25297.         }
  25298.         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()));
  25299.     }
  25300.     /**
  25301.      * Gets the private 'Aqarmap\Bundle\SearchBundle\Services\ElasticListingSearch\DefaultListingSearch' shared autowired service.
  25302.      *
  25303.      * @return \Aqarmap\Bundle\SearchBundle\Services\ElasticListingSearch\DefaultListingSearch
  25304.      */
  25305.     protected function getDefaultListingSearchService()
  25306.     {
  25307.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  25308.         if (isset($this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\ElasticListingSearch\\DefaultListingSearch'])) {
  25309.             return $this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\ElasticListingSearch\\DefaultListingSearch'];
  25310.         }
  25311.         $b = ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService());
  25312.         if (isset($this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\ElasticListingSearch\\DefaultListingSearch'])) {
  25313.             return $this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\ElasticListingSearch\\DefaultListingSearch'];
  25314.         }
  25315.         $c = ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\Setting'] ?? $this->getSettingService());
  25316.         if (isset($this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\ElasticListingSearch\\DefaultListingSearch'])) {
  25317.             return $this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\ElasticListingSearch\\DefaultListingSearch'];
  25318.         }
  25319.         $d = ($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'] ?? $this->getListingManagerService());
  25320.         if (isset($this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\ElasticListingSearch\\DefaultListingSearch'])) {
  25321.             return $this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\ElasticListingSearch\\DefaultListingSearch'];
  25322.         }
  25323.         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()));
  25324.     }
  25325.     /**
  25326.      * Gets the private 'Aqarmap\Bundle\SearchBundle\Services\ListingFaqService' shared autowired service.
  25327.      *
  25328.      * @return \Aqarmap\Bundle\SearchBundle\Services\ListingFaqService
  25329.      */
  25330.     protected function getListingFaqServiceService()
  25331.     {
  25332.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  25333.         if (isset($this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\ListingFaqService'])) {
  25334.             return $this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\ListingFaqService'];
  25335.         }
  25336.         return $this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\ListingFaqService'] = new \Aqarmap\Bundle\SearchBundle\Services\ListingFaqService($a);
  25337.     }
  25338.     /**
  25339.      * Gets the private 'Aqarmap\Bundle\SearchBundle\Services\ListingSearchCombinationFiltersService' shared autowired service.
  25340.      *
  25341.      * @return \Aqarmap\Bundle\SearchBundle\Services\ListingSearchCombinationFiltersService
  25342.      */
  25343.     protected function getListingSearchCombinationFiltersServiceService()
  25344.     {
  25345.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/SearchBundle/Services/ListingSearchCombinationFiltersService.php';
  25346.         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()));
  25347.     }
  25348.     /**
  25349.      * Gets the private 'Aqarmap\Bundle\SearchBundle\Services\ListingSearchCombinationsService' shared autowired service.
  25350.      *
  25351.      * @return \Aqarmap\Bundle\SearchBundle\Services\ListingSearchCombinationsService
  25352.      */
  25353.     protected function getListingSearchCombinationsServiceService()
  25354.     {
  25355.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  25356.         if (isset($this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\ListingSearchCombinationsService'])) {
  25357.             return $this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\ListingSearchCombinationsService'];
  25358.         }
  25359.         $b = ($this->privates['Aqarmap\\Bundle\\SearchBundle\\CriteriaMediator\\CriteriaMediator'] ?? $this->getCriteriaMediator2Service());
  25360.         if (isset($this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\ListingSearchCombinationsService'])) {
  25361.             return $this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\ListingSearchCombinationsService'];
  25362.         }
  25363.         $c = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\RelatedResultService'] ?? $this->getRelatedResultServiceService());
  25364.         if (isset($this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\ListingSearchCombinationsService'])) {
  25365.             return $this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\ListingSearchCombinationsService'];
  25366.         }
  25367.         return $this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\ListingSearchCombinationsService'] = new \Aqarmap\Bundle\SearchBundle\Services\ListingSearchCombinationsService($a$b$c);
  25368.     }
  25369.     /**
  25370.      * Gets the private 'Aqarmap\Bundle\SearchBundle\Services\ListingSearchService' shared autowired service.
  25371.      *
  25372.      * @return \Aqarmap\Bundle\SearchBundle\Services\ListingSearchService
  25373.      */
  25374.     protected function getListingSearchServiceService()
  25375.     {
  25376.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  25377.         if (isset($this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\ListingSearchService'])) {
  25378.             return $this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\ListingSearchService'];
  25379.         }
  25380.         return $this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\ListingSearchService'] = new \Aqarmap\Bundle\SearchBundle\Services\ListingSearchService($a, ($this->services['router'] ?? $this->getRouterService()));
  25381.     }
  25382.     /**
  25383.      * Gets the private 'Aqarmap\Bundle\SearchBundle\Services\LocationSearchHistoryService' shared autowired service.
  25384.      *
  25385.      * @return \Aqarmap\Bundle\SearchBundle\Services\LocationSearchHistoryService
  25386.      */
  25387.     protected function getLocationSearchHistoryServiceService()
  25388.     {
  25389.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/SearchBundle/Services/LocationSearchHistoryService.php';
  25390.         $a = ($this->services['doctrine_mongodb.odm.default_document_manager'] ?? $this->getDoctrineMongodb_Odm_DefaultDocumentManagerService());
  25391.         if (isset($this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\LocationSearchHistoryService'])) {
  25392.             return $this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\LocationSearchHistoryService'];
  25393.         }
  25394.         $b = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  25395.         if (isset($this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\LocationSearchHistoryService'])) {
  25396.             return $this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\LocationSearchHistoryService'];
  25397.         }
  25398.         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);
  25399.     }
  25400.     /**
  25401.      * Gets the private 'Aqarmap\Bundle\SearchBundle\Services\LocationSearchService' shared autowired service.
  25402.      *
  25403.      * @return \Aqarmap\Bundle\SearchBundle\Services\LocationSearchService
  25404.      */
  25405.     protected function getLocationSearchServiceService()
  25406.     {
  25407.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/SearchBundle/Services/LocationSearchService.php';
  25408.         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()));
  25409.     }
  25410.     /**
  25411.      * Gets the private 'Aqarmap\Bundle\SearchBundle\Services\SEOListingSearchService' shared autowired service.
  25412.      *
  25413.      * @return \Aqarmap\Bundle\SearchBundle\Services\SEOListingSearchService
  25414.      */
  25415.     protected function getSEOListingSearchServiceService()
  25416.     {
  25417.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/SearchBundle/Services/SEOListingSearchService.php';
  25418.         $a = ($this->services['Aqarmap\\Bundle\\FeatureToggleBundle\\Service\\FeatureToggleManager'] ?? $this->getFeatureToggleManagerService());
  25419.         if (isset($this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\SEOListingSearchService'])) {
  25420.             return $this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\SEOListingSearchService'];
  25421.         }
  25422.         $b = ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\Setting'] ?? $this->getSettingService());
  25423.         if (isset($this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\SEOListingSearchService'])) {
  25424.             return $this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\SEOListingSearchService'];
  25425.         }
  25426.         $c = ($this->privates['Aqarmap\\Bundle\\SearchBundle\\Factory\\LongTailFactory'] ?? $this->getLongTailFactoryService());
  25427.         if (isset($this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\SEOListingSearchService'])) {
  25428.             return $this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\SEOListingSearchService'];
  25429.         }
  25430.         $d = ($this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\ElasticListingSearch\\CountListingSearch'] ?? $this->getCountListingSearchService());
  25431.         if (isset($this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\SEOListingSearchService'])) {
  25432.             return $this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\SEOListingSearchService'];
  25433.         }
  25434.         $e = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LocationManager'] ?? $this->getLocationManagerService());
  25435.         if (isset($this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\SEOListingSearchService'])) {
  25436.             return $this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\SEOListingSearchService'];
  25437.         }
  25438.         $f = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Twig\\SearchDescriptionExtension'] ?? $this->getSearchDescriptionExtensionService());
  25439.         if (isset($this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\SEOListingSearchService'])) {
  25440.             return $this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\SEOListingSearchService'];
  25441.         }
  25442.         $g = ($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'] ?? $this->getListingManagerService());
  25443.         if (isset($this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\SEOListingSearchService'])) {
  25444.             return $this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\SEOListingSearchService'];
  25445.         }
  25446.         $h = ($this->services['jms_serializer'] ?? $this->getJmsSerializerService());
  25447.         if (isset($this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\SEOListingSearchService'])) {
  25448.             return $this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\SEOListingSearchService'];
  25449.         }
  25450.         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);
  25451.     }
  25452.     /**
  25453.      * Gets the private 'Aqarmap\Bundle\SearchBundle\Services\SearchKeywordHistoryService' shared autowired service.
  25454.      *
  25455.      * @return \Aqarmap\Bundle\SearchBundle\Services\SearchKeywordHistoryService
  25456.      */
  25457.     protected function getSearchKeywordHistoryServiceService()
  25458.     {
  25459.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/SearchBundle/Services/SearchKeywordHistoryService.php';
  25460.         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()));
  25461.     }
  25462.     /**
  25463.      * Gets the private 'Aqarmap\Bundle\SearchBundle\Strategy\SearchResultCombinationFilterPublisherStrategy' shared autowired service.
  25464.      *
  25465.      * @return \Aqarmap\Bundle\SearchBundle\Strategy\SearchResultCombinationFilterPublisherStrategy
  25466.      */
  25467.     protected function getSearchResultCombinationFilterPublisherStrategyService()
  25468.     {
  25469.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Contract/Consumer/StrategyInterface.php';
  25470.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/SearchBundle/Strategy/SearchResultCombinationFilterPublisherStrategy.php';
  25471.         return $this->privates['Aqarmap\\Bundle\\SearchBundle\\Strategy\\SearchResultCombinationFilterPublisherStrategy'] = new \Aqarmap\Bundle\SearchBundle\Strategy\SearchResultCombinationFilterPublisherStrategy(($this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\ListingSearchCombinationFiltersService'] ?? $this->getListingSearchCombinationFiltersServiceService()));
  25472.     }
  25473.     /**
  25474.      * Gets the private 'Aqarmap\Bundle\SearchBundle\Strategy\SearchResultCombinationFilterStrategy' shared autowired service.
  25475.      *
  25476.      * @return \Aqarmap\Bundle\SearchBundle\Strategy\SearchResultCombinationFilterStrategy
  25477.      */
  25478.     protected function getSearchResultCombinationFilterStrategyService()
  25479.     {
  25480.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Contract/Consumer/StrategyInterface.php';
  25481.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/SearchBundle/Strategy/SearchResultCombinationFilterStrategy.php';
  25482.         return $this->privates['Aqarmap\\Bundle\\SearchBundle\\Strategy\\SearchResultCombinationFilterStrategy'] = new \Aqarmap\Bundle\SearchBundle\Strategy\SearchResultCombinationFilterStrategy(($this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\ListingSearchCombinationFiltersService'] ?? $this->getListingSearchCombinationFiltersServiceService()));
  25483.     }
  25484.     /**
  25485.      * Gets the private 'Aqarmap\Bundle\SearchBundle\Strategy\SearchResultCombinationStrategy' shared autowired service.
  25486.      *
  25487.      * @return \Aqarmap\Bundle\SearchBundle\Strategy\SearchResultCombinationStrategy
  25488.      */
  25489.     protected function getSearchResultCombinationStrategyService()
  25490.     {
  25491.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Contract/Consumer/StrategyInterface.php';
  25492.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/SearchBundle/Strategy/SearchResultCombinationStrategy.php';
  25493.         return $this->privates['Aqarmap\\Bundle\\SearchBundle\\Strategy\\SearchResultCombinationStrategy'] = new \Aqarmap\Bundle\SearchBundle\Strategy\SearchResultCombinationStrategy(($this->privates['Aqarmap\\Bundle\\SearchBundle\\Services\\ListingSearchCombinationsService'] ?? $this->getListingSearchCombinationsServiceService()));
  25494.     }
  25495.     /**
  25496.      * Gets the private 'Aqarmap\Bundle\TopSellerBundle\Form\BulkTopSellerLeadType' shared autowired service.
  25497.      *
  25498.      * @return \Aqarmap\Bundle\TopSellerBundle\Form\BulkTopSellerLeadType
  25499.      */
  25500.     protected function getBulkTopSellerLeadTypeService()
  25501.     {
  25502.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  25503.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  25504.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/TopSellerBundle/Form/BulkTopSellerLeadType.php';
  25505.         return $this->privates['Aqarmap\\Bundle\\TopSellerBundle\\Form\\BulkTopSellerLeadType'] = new \Aqarmap\Bundle\TopSellerBundle\Form\BulkTopSellerLeadType();
  25506.     }
  25507.     /**
  25508.      * Gets the private 'Aqarmap\Bundle\TopSellerBundle\Service\TopSellerRetrievalService' shared autowired service.
  25509.      *
  25510.      * @return \Aqarmap\Bundle\TopSellerBundle\Service\TopSellerRetrievalService
  25511.      */
  25512.     protected function getTopSellerRetrievalServiceService()
  25513.     {
  25514.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  25515.         if (isset($this->privates['Aqarmap\\Bundle\\TopSellerBundle\\Service\\TopSellerRetrievalService'])) {
  25516.             return $this->privates['Aqarmap\\Bundle\\TopSellerBundle\\Service\\TopSellerRetrievalService'];
  25517.         }
  25518.         $b = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LocationManager'] ?? $this->getLocationManagerService());
  25519.         if (isset($this->privates['Aqarmap\\Bundle\\TopSellerBundle\\Service\\TopSellerRetrievalService'])) {
  25520.             return $this->privates['Aqarmap\\Bundle\\TopSellerBundle\\Service\\TopSellerRetrievalService'];
  25521.         }
  25522.         $c = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\V4\\LocationService'] ?? $this->getLocationServiceService());
  25523.         if (isset($this->privates['Aqarmap\\Bundle\\TopSellerBundle\\Service\\TopSellerRetrievalService'])) {
  25524.             return $this->privates['Aqarmap\\Bundle\\TopSellerBundle\\Service\\TopSellerRetrievalService'];
  25525.         }
  25526.         $d = ($this->services['Aqarmap\\Bundle\\FeatureToggleBundle\\Service\\FeatureToggleManager'] ?? $this->getFeatureToggleManagerService());
  25527.         if (isset($this->privates['Aqarmap\\Bundle\\TopSellerBundle\\Service\\TopSellerRetrievalService'])) {
  25528.             return $this->privates['Aqarmap\\Bundle\\TopSellerBundle\\Service\\TopSellerRetrievalService'];
  25529.         }
  25530.         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()));
  25531.     }
  25532.     /**
  25533.      * Gets the private 'Aqarmap\Bundle\UserBundle\Command\GetNotifierDataToInterestsCommand' shared autowired service.
  25534.      *
  25535.      * @return \Aqarmap\Bundle\UserBundle\Command\GetNotifierDataToInterestsCommand
  25536.      */
  25537.     protected function getGetNotifierDataToInterestsCommandService()
  25538.     {
  25539.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25540.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Command/GetNotifierDataToInterestsCommand.php';
  25541.         $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()));
  25542.         $instance->setName('app:notifiers:copy_data');
  25543.         return $instance;
  25544.     }
  25545.     /**
  25546.      * Gets the private 'Aqarmap\Bundle\UserBundle\Command\PatchGenerateUserServicesCommand' shared autowired service.
  25547.      *
  25548.      * @return \Aqarmap\Bundle\UserBundle\Command\PatchGenerateUserServicesCommand
  25549.      */
  25550.     protected function getPatchGenerateUserServicesCommandService()
  25551.     {
  25552.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25553.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Command/PatchGenerateUserServicesCommand.php';
  25554.         $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()));
  25555.         $instance->setName('app:users:patch_generate_user_services');
  25556.         return $instance;
  25557.     }
  25558.     /**
  25559.      * Gets the private 'Aqarmap\Bundle\UserBundle\Command\PatchUpdateUserInterestCountryCodeCommand' shared autowired service.
  25560.      *
  25561.      * @return \Aqarmap\Bundle\UserBundle\Command\PatchUpdateUserInterestCountryCodeCommand
  25562.      */
  25563.     protected function getPatchUpdateUserInterestCountryCodeCommandService()
  25564.     {
  25565.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25566.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Command/PatchUpdateUserInterestCountryCodeCommand.php';
  25567.         $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()));
  25568.         $instance->setName('app:users:patch_update_user_interest_country_code');
  25569.         return $instance;
  25570.     }
  25571.     /**
  25572.      * Gets the private 'Aqarmap\Bundle\UserBundle\Command\ReminderPackageExpirationCommand' shared autowired service.
  25573.      *
  25574.      * @return \Aqarmap\Bundle\UserBundle\Command\ReminderPackageExpirationCommand
  25575.      */
  25576.     protected function getReminderPackageExpirationCommandService()
  25577.     {
  25578.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25579.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Command/ReminderPackageExpirationCommand.php';
  25580.         $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()));
  25581.         $instance->setName('app:user:credit-exipiration-reminder');
  25582.         return $instance;
  25583.     }
  25584.     /**
  25585.      * Gets the private 'Aqarmap\Bundle\UserBundle\Command\StopAqarmapLiveServiceCommand' shared autowired service.
  25586.      *
  25587.      * @return \Aqarmap\Bundle\UserBundle\Command\StopAqarmapLiveServiceCommand
  25588.      */
  25589.     protected function getStopAqarmapLiveServiceCommandService()
  25590.     {
  25591.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25592.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Command/StopAqarmapLiveServiceCommand.php';
  25593.         $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()));
  25594.         $instance->setName('app:stop-aqarmap-live-service');
  25595.         return $instance;
  25596.     }
  25597.     /**
  25598.      * Gets the private 'Aqarmap\Bundle\UserBundle\Command\SyncCustomersToZohoCRM' shared autowired service.
  25599.      *
  25600.      * @return \Aqarmap\Bundle\UserBundle\Command\SyncCustomersToZohoCRM
  25601.      */
  25602.     protected function getSyncCustomersToZohoCRMService()
  25603.     {
  25604.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25605.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Command/SyncCustomersToZohoCRM.php';
  25606.         $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()));
  25607.         $instance->setName('app:sync-customers-to-zoho');
  25608.         return $instance;
  25609.     }
  25610.     /**
  25611.      * Gets the private 'Aqarmap\Bundle\UserBundle\Command\UpdateBrokersUserTypeCommand' shared autowired service.
  25612.      *
  25613.      * @return \Aqarmap\Bundle\UserBundle\Command\UpdateBrokersUserTypeCommand
  25614.      */
  25615.     protected function getUpdateBrokersUserTypeCommandService()
  25616.     {
  25617.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25618.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Command/UpdateBrokersUserTypeCommand.php';
  25619.         $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()));
  25620.         $instance->setName('app:users:update-brokers-user-type');
  25621.         return $instance;
  25622.     }
  25623.     /**
  25624.      * Gets the private 'Aqarmap\Bundle\UserBundle\Command\UserPackageCommand' shared autowired service.
  25625.      *
  25626.      * @return \Aqarmap\Bundle\UserBundle\Command\UserPackageCommand
  25627.      */
  25628.     protected function getUserPackageCommandService()
  25629.     {
  25630.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25631.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Command/UserPackageCommand.php';
  25632.         $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()));
  25633.         $instance->setName('app:patch:user:package');
  25634.         return $instance;
  25635.     }
  25636.     /**
  25637.      * Gets the private 'Aqarmap\Bundle\UserBundle\Command\UserTypeCommand' shared autowired service.
  25638.      *
  25639.      * @return \Aqarmap\Bundle\UserBundle\Command\UserTypeCommand
  25640.      */
  25641.     protected function getUserTypeCommandService()
  25642.     {
  25643.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25644.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Command/UserTypeCommand.php';
  25645.         $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()));
  25646.         $instance->setName('app:users:fix_user_type');
  25647.         return $instance;
  25648.     }
  25649.     /**
  25650.      * Gets the private 'Aqarmap\Bundle\UserBundle\EventListener\AdminLoginListener' shared autowired service.
  25651.      *
  25652.      * @return \Aqarmap\Bundle\UserBundle\EventListener\AdminLoginListener
  25653.      */
  25654.     protected function getAdminLoginListenerService()
  25655.     {
  25656.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/EventListener/AdminLoginListener.php';
  25657.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  25658.         if (isset($this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\AdminLoginListener'])) {
  25659.             return $this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\AdminLoginListener'];
  25660.         }
  25661.         $b = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  25662.         if (isset($this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\AdminLoginListener'])) {
  25663.             return $this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\AdminLoginListener'];
  25664.         }
  25665.         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()));
  25666.     }
  25667.     /**
  25668.      * Gets the private 'Aqarmap\Bundle\UserBundle\EventListener\ChangeUserPasswordSubscriber' shared autowired service.
  25669.      *
  25670.      * @return \Aqarmap\Bundle\UserBundle\EventListener\ChangeUserPasswordSubscriber
  25671.      */
  25672.     protected function getChangeUserPasswordSubscriberService()
  25673.     {
  25674.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/EventListener/ChangeUserPasswordSubscriber.php';
  25675.         $a = ($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserManager'] ?? $this->getUserManagerService());
  25676.         if (isset($this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\ChangeUserPasswordSubscriber'])) {
  25677.             return $this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\ChangeUserPasswordSubscriber'];
  25678.         }
  25679.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  25680.         if (isset($this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\ChangeUserPasswordSubscriber'])) {
  25681.             return $this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\ChangeUserPasswordSubscriber'];
  25682.         }
  25683.         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);
  25684.     }
  25685.     /**
  25686.      * Gets the private 'Aqarmap\Bundle\UserBundle\EventListener\ConfigureMenuEventSubscriber' shared autowired service.
  25687.      *
  25688.      * @return \Aqarmap\Bundle\UserBundle\EventListener\ConfigureMenuEventSubscriber
  25689.      */
  25690.     protected function getConfigureMenuEventSubscriber5Service()
  25691.     {
  25692.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/EventListener/ConfigureMenuEventSubscriber.php';
  25693.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  25694.         if (isset($this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\ConfigureMenuEventSubscriber'])) {
  25695.             return $this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\ConfigureMenuEventSubscriber'];
  25696.         }
  25697.         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);
  25698.     }
  25699.     /**
  25700.      * Gets the private 'Aqarmap\Bundle\UserBundle\EventListener\LocaleEventSubscriber' shared autowired service.
  25701.      *
  25702.      * @return \Aqarmap\Bundle\UserBundle\EventListener\LocaleEventSubscriber
  25703.      */
  25704.     protected function getLocaleEventSubscriber2Service()
  25705.     {
  25706.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  25707.         if (isset($this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\LocaleEventSubscriber'])) {
  25708.             return $this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\LocaleEventSubscriber'];
  25709.         }
  25710.         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);
  25711.     }
  25712.     /**
  25713.      * Gets the private 'Aqarmap\Bundle\UserBundle\EventListener\NewUserPhoneListener' shared autowired service.
  25714.      *
  25715.      * @return \Aqarmap\Bundle\UserBundle\EventListener\NewUserPhoneListener
  25716.      */
  25717.     protected function getNewUserPhoneListenerService()
  25718.     {
  25719.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/EventListener/NewUserPhoneListener.php';
  25720.         $a = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\PhoneManager'] ?? $this->getPhoneManagerService());
  25721.         if (isset($this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\NewUserPhoneListener'])) {
  25722.             return $this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\NewUserPhoneListener'];
  25723.         }
  25724.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\NewUserPhoneListener'] = new \Aqarmap\Bundle\UserBundle\EventListener\NewUserPhoneListener($a);
  25725.     }
  25726.     /**
  25727.      * Gets the private 'Aqarmap\Bundle\UserBundle\EventListener\ParentLogoApprovedEventSubscriber' shared autowired service.
  25728.      *
  25729.      * @return \Aqarmap\Bundle\UserBundle\EventListener\ParentLogoApprovedEventSubscriber
  25730.      */
  25731.     protected function getParentLogoApprovedEventSubscriberService()
  25732.     {
  25733.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/EventListener/ParentLogoApprovedEventSubscriber.php';
  25734.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  25735.         if (isset($this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\ParentLogoApprovedEventSubscriber'])) {
  25736.             return $this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\ParentLogoApprovedEventSubscriber'];
  25737.         }
  25738.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\ParentLogoApprovedEventSubscriber'] = new \Aqarmap\Bundle\UserBundle\EventListener\ParentLogoApprovedEventSubscriber($a);
  25739.     }
  25740.     /**
  25741.      * Gets the private 'Aqarmap\Bundle\UserBundle\EventListener\ProfileEditedListener' shared autowired service.
  25742.      *
  25743.      * @return \Aqarmap\Bundle\UserBundle\EventListener\ProfileEditedListener
  25744.      */
  25745.     protected function getProfileEditedListenerService()
  25746.     {
  25747.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/EventListener/ProfileEditedListener.php';
  25748.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\ProfileEditedListener'] = new \Aqarmap\Bundle\UserBundle\EventListener\ProfileEditedListener(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  25749.     }
  25750.     /**
  25751.      * Gets the private 'Aqarmap\Bundle\UserBundle\EventListener\RegistrationSuccessListener' shared autowired service.
  25752.      *
  25753.      * @return \Aqarmap\Bundle\UserBundle\EventListener\RegistrationSuccessListener
  25754.      */
  25755.     protected function getRegistrationSuccessListenerService()
  25756.     {
  25757.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/EventListener/RegistrationSuccessListener.php';
  25758.         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()));
  25759.     }
  25760.     /**
  25761.      * Gets the private 'Aqarmap\Bundle\UserBundle\EventListener\ResetPasswordListener' shared autowired service.
  25762.      *
  25763.      * @return \Aqarmap\Bundle\UserBundle\EventListener\ResetPasswordListener
  25764.      */
  25765.     protected function getResetPasswordListenerService()
  25766.     {
  25767.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/EventListener/ResetPasswordListener.php';
  25768.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  25769.         if (isset($this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\ResetPasswordListener'])) {
  25770.             return $this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\ResetPasswordListener'];
  25771.         }
  25772.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\ResetPasswordListener'] = new \Aqarmap\Bundle\UserBundle\EventListener\ResetPasswordListener($a);
  25773.     }
  25774.     /**
  25775.      * Gets the private 'Aqarmap\Bundle\UserBundle\EventListener\SwitchUserSubscriber' shared autowired service.
  25776.      *
  25777.      * @return \Aqarmap\Bundle\UserBundle\EventListener\SwitchUserSubscriber
  25778.      */
  25779.     protected function getSwitchUserSubscriberService()
  25780.     {
  25781.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/EventListener/SwitchUserSubscriber.php';
  25782.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  25783.         if (isset($this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\SwitchUserSubscriber'])) {
  25784.             return $this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\SwitchUserSubscriber'];
  25785.         }
  25786.         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);
  25787.     }
  25788.     /**
  25789.      * Gets the private 'Aqarmap\Bundle\UserBundle\EventListener\UserInterestSubscribeListener' shared autowired service.
  25790.      *
  25791.      * @return \Aqarmap\Bundle\UserBundle\EventListener\UserInterestSubscribeListener
  25792.      */
  25793.     protected function getUserInterestSubscribeListenerService()
  25794.     {
  25795.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/EventListener/UserInterestSubscribeListener.php';
  25796.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  25797.         if (isset($this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\UserInterestSubscribeListener'])) {
  25798.             return $this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\UserInterestSubscribeListener'];
  25799.         }
  25800.         $b = ($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserInterestManager'] ?? $this->getUserInterestManagerService());
  25801.         if (isset($this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\UserInterestSubscribeListener'])) {
  25802.             return $this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\UserInterestSubscribeListener'];
  25803.         }
  25804.         $c = ($this->services['Aqarmap\\Bundle\\FeatureToggleBundle\\Service\\FeatureToggleManager'] ?? $this->getFeatureToggleManagerService());
  25805.         if (isset($this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\UserInterestSubscribeListener'])) {
  25806.             return $this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\UserInterestSubscribeListener'];
  25807.         }
  25808.         $d = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LeadService'] ?? $this->getLeadService2Service());
  25809.         if (isset($this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\UserInterestSubscribeListener'])) {
  25810.             return $this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\UserInterestSubscribeListener'];
  25811.         }
  25812.         $e = ($this->privates['Aqarmap\\Bundle\\BuyerAlertsBundle\\Service\\BuyerAlertsManager'] ?? $this->getBuyerAlertsManagerService());
  25813.         if (isset($this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\UserInterestSubscribeListener'])) {
  25814.             return $this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\UserInterestSubscribeListener'];
  25815.         }
  25816.         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);
  25817.     }
  25818.     /**
  25819.      * Gets the private 'Aqarmap\Bundle\UserBundle\EventListener\UserLoginListener' shared autowired service.
  25820.      *
  25821.      * @return \Aqarmap\Bundle\UserBundle\EventListener\UserLoginListener
  25822.      */
  25823.     protected function getUserLoginListenerService()
  25824.     {
  25825.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/EventListener/UserLoginListener.php';
  25826.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  25827.         if (isset($this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\UserLoginListener'])) {
  25828.             return $this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\UserLoginListener'];
  25829.         }
  25830.         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()));
  25831.     }
  25832.     /**
  25833.      * Gets the private 'Aqarmap\Bundle\UserBundle\EventListener\UserPackageSubscriber' shared autowired service.
  25834.      *
  25835.      * @return \Aqarmap\Bundle\UserBundle\EventListener\UserPackageSubscriber
  25836.      */
  25837.     protected function getUserPackageSubscriberService()
  25838.     {
  25839.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/EventListener/UserPackageSubscriber.php';
  25840.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  25841.         if (isset($this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\UserPackageSubscriber'])) {
  25842.             return $this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\UserPackageSubscriber'];
  25843.         }
  25844.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\UserPackageSubscriber'] = new \Aqarmap\Bundle\UserBundle\EventListener\UserPackageSubscriber($a);
  25845.     }
  25846.     /**
  25847.      * Gets the private 'Aqarmap\Bundle\UserBundle\EventListener\UserPreSerializer' shared autowired service.
  25848.      *
  25849.      * @return \Aqarmap\Bundle\UserBundle\EventListener\UserPreSerializer
  25850.      */
  25851.     protected function getUserPreSerializerService()
  25852.     {
  25853.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventSubscriberInterface.php';
  25854.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/EventListener/UserPreSerializer.php';
  25855.         $a = ($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserServicesManager'] ?? $this->getUserServicesManagerService());
  25856.         if (isset($this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\UserPreSerializer'])) {
  25857.             return $this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\UserPreSerializer'];
  25858.         }
  25859.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\UserPreSerializer'] = new \Aqarmap\Bundle\UserBundle\EventListener\UserPreSerializer($a);
  25860.     }
  25861.     /**
  25862.      * Gets the private 'Aqarmap\Bundle\UserBundle\EventListener\UserUpdateListener' shared autowired service.
  25863.      *
  25864.      * @return \Aqarmap\Bundle\UserBundle\EventListener\UserUpdateListener
  25865.      */
  25866.     protected function getUserUpdateListenerService()
  25867.     {
  25868.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/EventListener/UserUpdateListener.php';
  25869.         $a = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\PhoneManager'] ?? $this->getPhoneManagerService());
  25870.         if (isset($this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\UserUpdateListener'])) {
  25871.             return $this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\UserUpdateListener'];
  25872.         }
  25873.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  25874.         if (isset($this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\UserUpdateListener'])) {
  25875.             return $this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\UserUpdateListener'];
  25876.         }
  25877.         $c = ($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserPhoneManager'] ?? $this->getUserPhoneManagerService());
  25878.         if (isset($this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\UserUpdateListener'])) {
  25879.             return $this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\UserUpdateListener'];
  25880.         }
  25881.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\UserUpdateListener'] = new \Aqarmap\Bundle\UserBundle\EventListener\UserUpdateListener($a$b$c);
  25882.     }
  25883.     /**
  25884.      * Gets the private 'Aqarmap\Bundle\UserBundle\Form\AddUserPhoneFormType' shared autowired service.
  25885.      *
  25886.      * @return \Aqarmap\Bundle\UserBundle\Form\AddUserPhoneFormType
  25887.      */
  25888.     protected function getAddUserPhoneFormTypeService()
  25889.     {
  25890.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  25891.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  25892.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Form/AddUserPhoneFormType.php';
  25893.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\Form\\AddUserPhoneFormType'] = new \Aqarmap\Bundle\UserBundle\Form\AddUserPhoneFormType();
  25894.     }
  25895.     /**
  25896.      * Gets the private 'Aqarmap\Bundle\UserBundle\Form\Admin\AddUserServiceType' shared autowired service.
  25897.      *
  25898.      * @return \Aqarmap\Bundle\UserBundle\Form\Admin\AddUserServiceType
  25899.      */
  25900.     protected function getAddUserServiceTypeService()
  25901.     {
  25902.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  25903.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  25904.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Form/Admin/AddUserServiceType.php';
  25905.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\Form\\Admin\\AddUserServiceType'] = new \Aqarmap\Bundle\UserBundle\Form\Admin\AddUserServiceType();
  25906.     }
  25907.     /**
  25908.      * Gets the private 'Aqarmap\Bundle\UserBundle\Form\Admin\UpdateUserPackageType' shared autowired service.
  25909.      *
  25910.      * @return \Aqarmap\Bundle\UserBundle\Form\Admin\UpdateUserPackageType
  25911.      */
  25912.     protected function getUpdateUserPackageTypeService()
  25913.     {
  25914.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  25915.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  25916.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Form/Admin/UpdateUserPackageType.php';
  25917.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\Form\\Admin\\UpdateUserPackageType'] = new \Aqarmap\Bundle\UserBundle\Form\Admin\UpdateUserPackageType();
  25918.     }
  25919.     /**
  25920.      * Gets the private 'Aqarmap\Bundle\UserBundle\Form\Admin\UpdateUserServiceType' shared autowired service.
  25921.      *
  25922.      * @return \Aqarmap\Bundle\UserBundle\Form\Admin\UpdateUserServiceType
  25923.      */
  25924.     protected function getUpdateUserServiceTypeService()
  25925.     {
  25926.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  25927.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  25928.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Form/Admin/UpdateUserServiceType.php';
  25929.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\Form\\Admin\\UpdateUserServiceType'] = new \Aqarmap\Bundle\UserBundle\Form\Admin\UpdateUserServiceType();
  25930.     }
  25931.     /**
  25932.      * Gets the private 'Aqarmap\Bundle\UserBundle\Form\Admin\UserInfoType' shared autowired service.
  25933.      *
  25934.      * @return \Aqarmap\Bundle\UserBundle\Form\Admin\UserInfoType
  25935.      */
  25936.     protected function getUserInfoTypeService()
  25937.     {
  25938.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  25939.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  25940.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Form/Admin/UserInfoType.php';
  25941.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\Form\\Admin\\UserInfoType'] = new \Aqarmap\Bundle\UserBundle\Form\Admin\UserInfoType();
  25942.     }
  25943.     /**
  25944.      * Gets the private 'Aqarmap\Bundle\UserBundle\Form\Admin\UserTypeChangeType' shared autowired service.
  25945.      *
  25946.      * @return \Aqarmap\Bundle\UserBundle\Form\Admin\UserTypeChangeType
  25947.      */
  25948.     protected function getUserTypeChangeTypeService()
  25949.     {
  25950.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  25951.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  25952.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Form/Admin/UserTypeChangeType.php';
  25953.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\Form\\Admin\\UserTypeChangeType'] = new \Aqarmap\Bundle\UserBundle\Form\Admin\UserTypeChangeType();
  25954.     }
  25955.     /**
  25956.      * Gets the private 'Aqarmap\Bundle\UserBundle\Form\BoostLevelType' shared autowired service.
  25957.      *
  25958.      * @return \Aqarmap\Bundle\UserBundle\Form\BoostLevelType
  25959.      */
  25960.     protected function getBoostLevelTypeService()
  25961.     {
  25962.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  25963.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  25964.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Form/BoostLevelType.php';
  25965.         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))));
  25966.     }
  25967.     /**
  25968.      * Gets the private 'Aqarmap\Bundle\UserBundle\Form\BrokerType' shared autowired service.
  25969.      *
  25970.      * @return \Aqarmap\Bundle\UserBundle\Form\BrokerType
  25971.      */
  25972.     protected function getBrokerTypeService()
  25973.     {
  25974.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  25975.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  25976.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Form/BrokerType.php';
  25977.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\Form\\BrokerType'] = new \Aqarmap\Bundle\UserBundle\Form\BrokerType();
  25978.     }
  25979.     /**
  25980.      * Gets the private 'Aqarmap\Bundle\UserBundle\Form\ChangeGroupType' shared autowired service.
  25981.      *
  25982.      * @return \Aqarmap\Bundle\UserBundle\Form\ChangeGroupType
  25983.      */
  25984.     protected function getChangeGroupTypeService()
  25985.     {
  25986.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  25987.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  25988.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Form/ChangeGroupType.php';
  25989.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\Form\\ChangeGroupType'] = new \Aqarmap\Bundle\UserBundle\Form\ChangeGroupType();
  25990.     }
  25991.     /**
  25992.      * Gets the private 'Aqarmap\Bundle\UserBundle\Form\ChangePasswordFormType' shared autowired service.
  25993.      *
  25994.      * @return \Aqarmap\Bundle\UserBundle\Form\ChangePasswordFormType
  25995.      */
  25996.     protected function getChangePasswordFormTypeService()
  25997.     {
  25998.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  25999.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  26000.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Form/ChangePasswordFormType.php';
  26001.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\Form\\ChangePasswordFormType'] = new \Aqarmap\Bundle\UserBundle\Form\ChangePasswordFormType();
  26002.     }
  26003.     /**
  26004.      * Gets the private 'Aqarmap\Bundle\UserBundle\Form\CustomerSearchForm' shared autowired service.
  26005.      *
  26006.      * @return \Aqarmap\Bundle\UserBundle\Form\CustomerSearchForm
  26007.      */
  26008.     protected function getCustomerSearchFormService()
  26009.     {
  26010.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  26011.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  26012.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Form/CustomerSearchForm.php';
  26013.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\Form\\CustomerSearchForm'] = new \Aqarmap\Bundle\UserBundle\Form\CustomerSearchForm();
  26014.     }
  26015.     /**
  26016.      * Gets the private 'Aqarmap\Bundle\UserBundle\Form\DeviceType' shared autowired service.
  26017.      *
  26018.      * @return \Aqarmap\Bundle\UserBundle\Form\DeviceType
  26019.      */
  26020.     protected function getDeviceTypeService()
  26021.     {
  26022.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  26023.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  26024.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Form/DeviceType.php';
  26025.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\Form\\DeviceType'] = new \Aqarmap\Bundle\UserBundle\Form\DeviceType();
  26026.     }
  26027.     /**
  26028.      * Gets the private 'Aqarmap\Bundle\UserBundle\Form\EditPhoneNumberType' shared autowired service.
  26029.      *
  26030.      * @return \Aqarmap\Bundle\UserBundle\Form\EditPhoneNumberType
  26031.      */
  26032.     protected function getEditPhoneNumberTypeService()
  26033.     {
  26034.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  26035.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  26036.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Form/EditPhoneNumberType.php';
  26037.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\Form\\EditPhoneNumberType'] = new \Aqarmap\Bundle\UserBundle\Form\EditPhoneNumberType();
  26038.     }
  26039.     /**
  26040.      * Gets the private 'Aqarmap\Bundle\UserBundle\Form\GroupFormType' shared autowired service.
  26041.      *
  26042.      * @return \Aqarmap\Bundle\UserBundle\Form\GroupFormType
  26043.      */
  26044.     protected function getGroupFormTypeService()
  26045.     {
  26046.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  26047.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  26048.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Form/GroupFormType.php';
  26049.         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))));
  26050.     }
  26051.     /**
  26052.      * Gets the private 'Aqarmap\Bundle\UserBundle\Form\ImportDeveloperUserType' shared autowired service.
  26053.      *
  26054.      * @return \Aqarmap\Bundle\UserBundle\Form\ImportDeveloperUserType
  26055.      */
  26056.     protected function getImportDeveloperUserTypeService()
  26057.     {
  26058.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  26059.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  26060.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Form/ImportDeveloperUserType.php';
  26061.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\Form\\ImportDeveloperUserType'] = new \Aqarmap\Bundle\UserBundle\Form\ImportDeveloperUserType();
  26062.     }
  26063.     /**
  26064.      * Gets the private 'Aqarmap\Bundle\UserBundle\Form\ImportUserGroupType' shared autowired service.
  26065.      *
  26066.      * @return \Aqarmap\Bundle\UserBundle\Form\ImportUserGroupType
  26067.      */
  26068.     protected function getImportUserGroupTypeService()
  26069.     {
  26070.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  26071.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  26072.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Form/ImportUserGroupType.php';
  26073.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\Form\\ImportUserGroupType'] = new \Aqarmap\Bundle\UserBundle\Form\ImportUserGroupType();
  26074.     }
  26075.     /**
  26076.      * Gets the private 'Aqarmap\Bundle\UserBundle\Form\ImportUserType' shared autowired service.
  26077.      *
  26078.      * @return \Aqarmap\Bundle\UserBundle\Form\ImportUserType
  26079.      */
  26080.     protected function getImportUserTypeService()
  26081.     {
  26082.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  26083.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  26084.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Form/ImportUserType.php';
  26085.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\Form\\ImportUserType'] = new \Aqarmap\Bundle\UserBundle\Form\ImportUserType();
  26086.     }
  26087.     /**
  26088.      * Gets the private 'Aqarmap\Bundle\UserBundle\Form\PersonalInfoType' shared autowired service.
  26089.      *
  26090.      * @return \Aqarmap\Bundle\UserBundle\Form\PersonalInfoType
  26091.      */
  26092.     protected function getPersonalInfoTypeService()
  26093.     {
  26094.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  26095.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  26096.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Form/PersonalInfoType.php';
  26097.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\Form\\PersonalInfoType'] = new \Aqarmap\Bundle\UserBundle\Form\PersonalInfoType();
  26098.     }
  26099.     /**
  26100.      * Gets the private 'Aqarmap\Bundle\UserBundle\Form\QuickRegistrationFormType' shared autowired service.
  26101.      *
  26102.      * @return \Aqarmap\Bundle\UserBundle\Form\QuickRegistrationFormType
  26103.      */
  26104.     protected function getQuickRegistrationFormTypeService()
  26105.     {
  26106.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  26107.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  26108.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Form/QuickRegistrationFormType.php';
  26109.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\Form\\QuickRegistrationFormType'] = new \Aqarmap\Bundle\UserBundle\Form\QuickRegistrationFormType();
  26110.     }
  26111.     /**
  26112.      * Gets the private 'Aqarmap\Bundle\UserBundle\Form\SubAccountFormType' shared autowired service.
  26113.      *
  26114.      * @return \Aqarmap\Bundle\UserBundle\Form\SubAccountFormType
  26115.      */
  26116.     protected function getSubAccountFormType2Service()
  26117.     {
  26118.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  26119.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  26120.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Form/SubAccountFormType.php';
  26121.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\Form\\SubAccountFormType'] = new \Aqarmap\Bundle\UserBundle\Form\SubAccountFormType();
  26122.     }
  26123.     /**
  26124.      * Gets the private 'Aqarmap\Bundle\UserBundle\Form\TargetAudienceHistoryType' shared autowired service.
  26125.      *
  26126.      * @return \Aqarmap\Bundle\UserBundle\Form\TargetAudienceHistoryType
  26127.      */
  26128.     protected function getTargetAudienceHistoryTypeService()
  26129.     {
  26130.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  26131.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  26132.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Form/TargetAudienceHistoryType.php';
  26133.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\Form\\TargetAudienceHistoryType'] = new \Aqarmap\Bundle\UserBundle\Form\TargetAudienceHistoryType();
  26134.     }
  26135.     /**
  26136.      * Gets the private 'Aqarmap\Bundle\UserBundle\Form\TeamType' shared autowired service.
  26137.      *
  26138.      * @return \Aqarmap\Bundle\UserBundle\Form\TeamType
  26139.      */
  26140.     protected function getTeamTypeService()
  26141.     {
  26142.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  26143.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  26144.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Form/TeamType.php';
  26145.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\Form\\TeamType'] = new \Aqarmap\Bundle\UserBundle\Form\TeamType();
  26146.     }
  26147.     /**
  26148.      * Gets the private 'Aqarmap\Bundle\UserBundle\Form\UpdateCompanyInfoFormType' shared autowired service.
  26149.      *
  26150.      * @return \Aqarmap\Bundle\UserBundle\Form\UpdateCompanyInfoFormType
  26151.      */
  26152.     protected function getUpdateCompanyInfoFormTypeService()
  26153.     {
  26154.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  26155.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  26156.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Form/UpdateCompanyInfoFormType.php';
  26157.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\Form\\UpdateCompanyInfoFormType'] = new \Aqarmap\Bundle\UserBundle\Form\UpdateCompanyInfoFormType();
  26158.     }
  26159.     /**
  26160.      * Gets the private 'Aqarmap\Bundle\UserBundle\Form\UpdateProfileBasicInfoFormType' shared autowired service.
  26161.      *
  26162.      * @return \Aqarmap\Bundle\UserBundle\Form\UpdateProfileBasicInfoFormType
  26163.      */
  26164.     protected function getUpdateProfileBasicInfoFormTypeService()
  26165.     {
  26166.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  26167.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  26168.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Form/UpdateProfileBasicInfoFormType.php';
  26169.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\Form\\UpdateProfileBasicInfoFormType'] = new \Aqarmap\Bundle\UserBundle\Form\UpdateProfileBasicInfoFormType();
  26170.     }
  26171.     /**
  26172.      * Gets the private 'Aqarmap\Bundle\UserBundle\Form\UpdateProfileFormType' shared autowired service.
  26173.      *
  26174.      * @return \Aqarmap\Bundle\UserBundle\Form\UpdateProfileFormType
  26175.      */
  26176.     protected function getUpdateProfileFormTypeService()
  26177.     {
  26178.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  26179.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  26180.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Form/UpdateProfileFormType.php';
  26181.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\Form\\UpdateProfileFormType'] = new \Aqarmap\Bundle\UserBundle\Form\UpdateProfileFormType();
  26182.     }
  26183.     /**
  26184.      * Gets the private 'Aqarmap\Bundle\UserBundle\Form\UserDomainType' shared autowired service.
  26185.      *
  26186.      * @return \Aqarmap\Bundle\UserBundle\Form\UserDomainType
  26187.      */
  26188.     protected function getUserDomainTypeService()
  26189.     {
  26190.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  26191.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  26192.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Form/UserDomainType.php';
  26193.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\Form\\UserDomainType'] = new \Aqarmap\Bundle\UserBundle\Form\UserDomainType();
  26194.     }
  26195.     /**
  26196.      * Gets the private 'Aqarmap\Bundle\UserBundle\Form\UserExtendCreditDateType' shared autowired service.
  26197.      *
  26198.      * @return \Aqarmap\Bundle\UserBundle\Form\UserExtendCreditDateType
  26199.      */
  26200.     protected function getUserExtendCreditDateTypeService()
  26201.     {
  26202.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  26203.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  26204.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Form/UserExtendCreditDateType.php';
  26205.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\Form\\UserExtendCreditDateType'] = new \Aqarmap\Bundle\UserBundle\Form\UserExtendCreditDateType();
  26206.     }
  26207.     /**
  26208.      * Gets the private 'Aqarmap\Bundle\UserBundle\Form\UserKeywordType' shared autowired service.
  26209.      *
  26210.      * @return \Aqarmap\Bundle\UserBundle\Form\UserKeywordType
  26211.      */
  26212.     protected function getUserKeywordTypeService()
  26213.     {
  26214.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  26215.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  26216.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Form/UserKeywordType.php';
  26217.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\Form\\UserKeywordType'] = new \Aqarmap\Bundle\UserBundle\Form\UserKeywordType();
  26218.     }
  26219.     /**
  26220.      * Gets the private 'Aqarmap\Bundle\UserBundle\Form\UserPhoneType' shared autowired service.
  26221.      *
  26222.      * @return \Aqarmap\Bundle\UserBundle\Form\UserPhoneType
  26223.      */
  26224.     protected function getUserPhoneTypeService()
  26225.     {
  26226.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  26227.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  26228.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Form/UserPhoneType.php';
  26229.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\Form\\UserPhoneType'] = new \Aqarmap\Bundle\UserBundle\Form\UserPhoneType();
  26230.     }
  26231.     /**
  26232.      * Gets the private 'Aqarmap\Bundle\UserBundle\Form\V3\LoginFormType' shared autowired service.
  26233.      *
  26234.      * @return \Aqarmap\Bundle\UserBundle\Form\V3\LoginFormType
  26235.      */
  26236.     protected function getLoginFormTypeService()
  26237.     {
  26238.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  26239.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  26240.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Form/V3/LoginFormType.php';
  26241.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\Form\\V3\\LoginFormType'] = new \Aqarmap\Bundle\UserBundle\Form\V3\LoginFormType();
  26242.     }
  26243.     /**
  26244.      * Gets the private 'Aqarmap\Bundle\UserBundle\Form\V3\RegistrationFormType' shared autowired service.
  26245.      *
  26246.      * @return \Aqarmap\Bundle\UserBundle\Form\V3\RegistrationFormType
  26247.      */
  26248.     protected function getRegistrationFormTypeService()
  26249.     {
  26250.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  26251.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  26252.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Form/V3/RegistrationFormType.php';
  26253.         $a = ($this->services['Aqarmap\\Bundle\\FeatureToggleBundle\\Service\\FeatureToggleManager'] ?? $this->getFeatureToggleManagerService());
  26254.         if (isset($this->privates['Aqarmap\\Bundle\\UserBundle\\Form\\V3\\RegistrationFormType'])) {
  26255.             return $this->privates['Aqarmap\\Bundle\\UserBundle\\Form\\V3\\RegistrationFormType'];
  26256.         }
  26257.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\Form\\V3\\RegistrationFormType'] = new \Aqarmap\Bundle\UserBundle\Form\V3\RegistrationFormType($a);
  26258.     }
  26259.     /**
  26260.      * Gets the private 'Aqarmap\Bundle\UserBundle\Repository\GroupRepository' shared autowired service.
  26261.      *
  26262.      * @return \Aqarmap\Bundle\UserBundle\Repository\GroupRepository
  26263.      */
  26264.     protected function getGroupRepositoryService()
  26265.     {
  26266.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\Repository\\GroupRepository'] = new \Aqarmap\Bundle\UserBundle\Repository\GroupRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26267.     }
  26268.     /**
  26269.      * Gets the private 'Aqarmap\Bundle\UserBundle\Repository\SavedSearchRepository' shared autowired service.
  26270.      *
  26271.      * @return \Aqarmap\Bundle\UserBundle\Repository\SavedSearchRepository
  26272.      */
  26273.     protected function getSavedSearchRepository2Service()
  26274.     {
  26275.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Repository/SavedSearchRepository.php';
  26276.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\Repository\\SavedSearchRepository'] = new \Aqarmap\Bundle\UserBundle\Repository\SavedSearchRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26277.     }
  26278.     /**
  26279.      * Gets the private 'Aqarmap\Bundle\UserBundle\Repository\TeamHistoryRepository' shared autowired service.
  26280.      *
  26281.      * @return \Aqarmap\Bundle\UserBundle\Repository\TeamHistoryRepository
  26282.      */
  26283.     protected function getTeamHistoryRepositoryService()
  26284.     {
  26285.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Repository/TeamHistoryRepository.php';
  26286.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\Repository\\TeamHistoryRepository'] = new \Aqarmap\Bundle\UserBundle\Repository\TeamHistoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26287.     }
  26288.     /**
  26289.      * Gets the private 'Aqarmap\Bundle\UserBundle\Repository\TeamRepository' shared autowired service.
  26290.      *
  26291.      * @return \Aqarmap\Bundle\UserBundle\Repository\TeamRepository
  26292.      */
  26293.     protected function getTeamRepositoryService()
  26294.     {
  26295.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Repository/TeamRepository.php';
  26296.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\Repository\\TeamRepository'] = new \Aqarmap\Bundle\UserBundle\Repository\TeamRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26297.     }
  26298.     /**
  26299.      * Gets the private 'Aqarmap\Bundle\UserBundle\Repository\UserCheckInRepository' shared autowired service.
  26300.      *
  26301.      * @return \Aqarmap\Bundle\UserBundle\Repository\UserCheckInRepository
  26302.      */
  26303.     protected function getUserCheckInRepositoryService()
  26304.     {
  26305.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Repository/UserCheckInRepository.php';
  26306.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\Repository\\UserCheckInRepository'] = new \Aqarmap\Bundle\UserBundle\Repository\UserCheckInRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26307.     }
  26308.     /**
  26309.      * Gets the private 'Aqarmap\Bundle\UserBundle\Repository\UserCheckinHistoryRepository' shared autowired service.
  26310.      *
  26311.      * @return \Aqarmap\Bundle\UserBundle\Repository\UserCheckinHistoryRepository
  26312.      */
  26313.     protected function getUserCheckinHistoryRepositoryService()
  26314.     {
  26315.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Repository/UserCheckinHistoryRepository.php';
  26316.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\Repository\\UserCheckinHistoryRepository'] = new \Aqarmap\Bundle\UserBundle\Repository\UserCheckinHistoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26317.     }
  26318.     /**
  26319.      * Gets the private 'Aqarmap\Bundle\UserBundle\Repository\UserDeviceCategoryRepository' shared autowired service.
  26320.      *
  26321.      * @return \Aqarmap\Bundle\UserBundle\Repository\UserDeviceCategoryRepository
  26322.      */
  26323.     protected function getUserDeviceCategoryRepositoryService()
  26324.     {
  26325.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Repository/UserDeviceCategoryRepository.php';
  26326.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\Repository\\UserDeviceCategoryRepository'] = new \Aqarmap\Bundle\UserBundle\Repository\UserDeviceCategoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26327.     }
  26328.     /**
  26329.      * Gets the private 'Aqarmap\Bundle\UserBundle\Repository\UserDeviceRepository' shared autowired service.
  26330.      *
  26331.      * @return \Aqarmap\Bundle\UserBundle\Repository\UserDeviceRepository
  26332.      */
  26333.     protected function getUserDeviceRepositoryService()
  26334.     {
  26335.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Repository/UserDeviceRepository.php';
  26336.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\Repository\\UserDeviceRepository'] = new \Aqarmap\Bundle\UserBundle\Repository\UserDeviceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26337.     }
  26338.     /**
  26339.      * Gets the private 'Aqarmap\Bundle\UserBundle\Repository\UserDomainRepository' shared autowired service.
  26340.      *
  26341.      * @return \Aqarmap\Bundle\UserBundle\Repository\UserDomainRepository
  26342.      */
  26343.     protected function getUserDomainRepositoryService()
  26344.     {
  26345.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Repository/UserDomainRepository.php';
  26346.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\Repository\\UserDomainRepository'] = new \Aqarmap\Bundle\UserBundle\Repository\UserDomainRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26347.     }
  26348.     /**
  26349.      * Gets the private 'Aqarmap\Bundle\UserBundle\Repository\UserInterestElasticRepository' shared autowired service.
  26350.      *
  26351.      * @return \Aqarmap\Bundle\UserBundle\Repository\UserInterestElasticRepository
  26352.      */
  26353.     protected function getUserInterestElasticRepositoryService()
  26354.     {
  26355.         include_once \dirname(__DIR__4).'/vendor/aqarmap/elastic/src/Repositories/BaseRepository.php';
  26356.         include_once \dirname(__DIR__4).'/vendor/aqarmap/elastic/src/Contracts/RepositoryContract.php';
  26357.         include_once \dirname(__DIR__4).'/vendor/aqarmap/elastic/src/Repositories/ElasticRepository.php';
  26358.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Model/Contract/UserInterestElasticRepositoryInterface.php';
  26359.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Repository/UserInterestElasticRepository.php';
  26360.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\Repository\\UserInterestElasticRepository'] = new \Aqarmap\Bundle\UserBundle\Repository\UserInterestElasticRepository(($this->services['fos_elastica.client.default'] ?? $this->getFosElastica_Client_DefaultService()));
  26361.     }
  26362.     /**
  26363.      * Gets the private 'Aqarmap\Bundle\UserBundle\Repository\UserInterestRepository' shared autowired service.
  26364.      *
  26365.      * @return \Aqarmap\Bundle\UserBundle\Repository\UserInterestRepository
  26366.      */
  26367.     protected function getUserInterestRepositoryService()
  26368.     {
  26369.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\Repository\\UserInterestRepository'] = new \Aqarmap\Bundle\UserBundle\Repository\UserInterestRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26370.     }
  26371.     /**
  26372.      * Gets the private 'Aqarmap\Bundle\UserBundle\Repository\UserPackagesRepository' shared autowired service.
  26373.      *
  26374.      * @return \Aqarmap\Bundle\UserBundle\Repository\UserPackagesRepository
  26375.      */
  26376.     protected function getUserPackagesRepositoryService()
  26377.     {
  26378.         $a = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\LocationRepository'] ?? $this->getLocationRepositoryService());
  26379.         if (isset($this->privates['Aqarmap\\Bundle\\UserBundle\\Repository\\UserPackagesRepository'])) {
  26380.             return $this->privates['Aqarmap\\Bundle\\UserBundle\\Repository\\UserPackagesRepository'];
  26381.         }
  26382.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\Repository\\UserPackagesRepository'] = new \Aqarmap\Bundle\UserBundle\Repository\UserPackagesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
  26383.     }
  26384.     /**
  26385.      * Gets the private 'Aqarmap\Bundle\UserBundle\Repository\UserRepository' shared autowired service.
  26386.      *
  26387.      * @return \Aqarmap\Bundle\UserBundle\Repository\UserRepository
  26388.      */
  26389.     protected function getUserRepositoryService()
  26390.     {
  26391.         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()));
  26392.     }
  26393.     /**
  26394.      * Gets the private 'Aqarmap\Bundle\UserBundle\Repository\UserServicesRepository' shared autowired service.
  26395.      *
  26396.      * @return \Aqarmap\Bundle\UserBundle\Repository\UserServicesRepository
  26397.      */
  26398.     protected function getUserServicesRepositoryService()
  26399.     {
  26400.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\Repository\\UserServicesRepository'] = new \Aqarmap\Bundle\UserBundle\Repository\UserServicesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26401.     }
  26402.     /**
  26403.      * Gets the private 'Aqarmap\Bundle\UserBundle\Services\PushNotificationService' shared autowired service.
  26404.      *
  26405.      * @return \Aqarmap\Bundle\UserBundle\Services\PushNotificationService
  26406.      */
  26407.     protected function getPushNotificationServiceService()
  26408.     {
  26409.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Services/PushNotificationService.php';
  26410.         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()));
  26411.     }
  26412.     /**
  26413.      * Gets the private 'Aqarmap\Bundle\UserBundle\Services\UserActivityService' shared autowired service.
  26414.      *
  26415.      * @return \Aqarmap\Bundle\UserBundle\Services\UserActivityService
  26416.      */
  26417.     protected function getUserActivityServiceService()
  26418.     {
  26419.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Services/UserActivityService.php';
  26420.         $a = ($this->services['Aqarmap\\Bundle\\FeatureToggleBundle\\Service\\FeatureToggleManager'] ?? $this->getFeatureToggleManagerService());
  26421.         if (isset($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserActivityService'])) {
  26422.             return $this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserActivityService'];
  26423.         }
  26424.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserActivityService'] = new \Aqarmap\Bundle\UserBundle\Services\UserActivityService($a);
  26425.     }
  26426.     /**
  26427.      * Gets the private 'Aqarmap\Bundle\UserBundle\Services\UserAuthenticationService' shared autowired service.
  26428.      *
  26429.      * @return \Aqarmap\Bundle\UserBundle\Services\UserAuthenticationService
  26430.      */
  26431.     protected function getUserAuthenticationService2Service()
  26432.     {
  26433.         $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.');
  26434.     }
  26435.     /**
  26436.      * Gets the private 'Aqarmap\Bundle\UserBundle\Services\UserDeviceManager' shared autowired service.
  26437.      *
  26438.      * @return \Aqarmap\Bundle\UserBundle\Services\UserDeviceManager
  26439.      */
  26440.     protected function getUserDeviceManagerService()
  26441.     {
  26442.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Services/UserDeviceManager.php';
  26443.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  26444.         if (isset($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserDeviceManager'])) {
  26445.             return $this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserDeviceManager'];
  26446.         }
  26447.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserDeviceManager'] = new \Aqarmap\Bundle\UserBundle\Services\UserDeviceManager(($this->privates['Aqarmap\\Bundle\\UserBundle\\Repository\\UserDeviceRepository'] ?? $this->getUserDeviceRepositoryService()), $a);
  26448.     }
  26449.     /**
  26450.      * Gets the private 'Aqarmap\Bundle\UserBundle\Services\UserInterestManager' shared autowired service.
  26451.      *
  26452.      * @return \Aqarmap\Bundle\UserBundle\Services\UserInterestManager
  26453.      */
  26454.     protected function getUserInterestManagerService()
  26455.     {
  26456.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  26457.         if (isset($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserInterestManager'])) {
  26458.             return $this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserInterestManager'];
  26459.         }
  26460.         $b = ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\PriceExtender'] ?? $this->getPriceExtenderService());
  26461.         if (isset($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserInterestManager'])) {
  26462.             return $this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserInterestManager'];
  26463.         }
  26464.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  26465.         if (isset($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserInterestManager'])) {
  26466.             return $this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserInterestManager'];
  26467.         }
  26468.         $d = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\LocationRepository'] ?? $this->getLocationRepositoryService());
  26469.         if (isset($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserInterestManager'])) {
  26470.             return $this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserInterestManager'];
  26471.         }
  26472.         $e = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\PropertyTypeRepository'] ?? $this->getPropertyTypeRepositoryService());
  26473.         if (isset($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserInterestManager'])) {
  26474.             return $this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserInterestManager'];
  26475.         }
  26476.         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()));
  26477.     }
  26478.     /**
  26479.      * Gets the private 'Aqarmap\Bundle\UserBundle\Services\UserIpInfoService' shared autowired service.
  26480.      *
  26481.      * @return \Aqarmap\Bundle\UserBundle\Services\UserIpInfoService
  26482.      */
  26483.     protected function getUserIpInfoServiceService()
  26484.     {
  26485.         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()));
  26486.     }
  26487.     /**
  26488.      * Gets the private 'Aqarmap\Bundle\UserBundle\Services\UserManager' shared autowired service.
  26489.      *
  26490.      * @return \Aqarmap\Bundle\UserBundle\Services\UserManager
  26491.      */
  26492.     protected function getUserManagerService()
  26493.     {
  26494.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  26495.         if (isset($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserManager'])) {
  26496.             return $this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserManager'];
  26497.         }
  26498.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  26499.         if (isset($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserManager'])) {
  26500.             return $this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserManager'];
  26501.         }
  26502.         $c = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LocationManager'] ?? $this->getLocationManagerService());
  26503.         if (isset($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserManager'])) {
  26504.             return $this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserManager'];
  26505.         }
  26506.         $d = ($this->privates['Aqarmap\\Bundle\\CreditBundle\\Services\\CreditManager'] ?? $this->getCreditManagerService());
  26507.         if (isset($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserManager'])) {
  26508.             return $this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserManager'];
  26509.         }
  26510.         $e = ($this->services['Aqarmap\\Bundle\\FeatureToggleBundle\\Service\\FeatureToggleManager'] ?? $this->getFeatureToggleManagerService());
  26511.         if (isset($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserManager'])) {
  26512.             return $this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserManager'];
  26513.         }
  26514.         $f = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\PhoneManager'] ?? $this->getPhoneManagerService());
  26515.         if (isset($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserManager'])) {
  26516.             return $this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserManager'];
  26517.         }
  26518.         $g = ($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserInterestManager'] ?? $this->getUserInterestManagerService());
  26519.         if (isset($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserManager'])) {
  26520.             return $this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserManager'];
  26521.         }
  26522.         $h = ($this->privates['Aqarmap\\Bundle\\NotifierBundle\\Service\\NotifierManager'] ?? $this->getNotifierManagerService());
  26523.         if (isset($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserManager'])) {
  26524.             return $this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserManager'];
  26525.         }
  26526.         $i = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  26527.         if (isset($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserManager'])) {
  26528.             return $this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserManager'];
  26529.         }
  26530.         $j = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\LocationRepository'] ?? $this->getLocationRepositoryService());
  26531.         if (isset($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserManager'])) {
  26532.             return $this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserManager'];
  26533.         }
  26534.         $k = ($this->services['Aqarmap\\Bundle\\ListingBundle\\Service\\ListingManager'] ?? $this->getListingManagerService());
  26535.         if (isset($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserManager'])) {
  26536.             return $this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserManager'];
  26537.         }
  26538.         $l = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  26539.         if (isset($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserManager'])) {
  26540.             return $this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserManager'];
  26541.         }
  26542.         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->getLeadRepositoryService()), $k, ($this->privates['App\\Service\\Security\\AuthServer'] ?? $this->getAuthServerService()), $l);
  26543.     }
  26544.     /**
  26545.      * Gets the private 'Aqarmap\Bundle\UserBundle\Services\UserPackagesService' shared autowired service.
  26546.      *
  26547.      * @return \Aqarmap\Bundle\UserBundle\Services\UserPackagesService
  26548.      */
  26549.     protected function getUserPackagesServiceService()
  26550.     {
  26551.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  26552.         if (isset($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserPackagesService'])) {
  26553.             return $this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserPackagesService'];
  26554.         }
  26555.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  26556.         if (isset($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserPackagesService'])) {
  26557.             return $this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserPackagesService'];
  26558.         }
  26559.         $c = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Repository\\LocationRepository'] ?? $this->getLocationRepositoryService());
  26560.         if (isset($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserPackagesService'])) {
  26561.             return $this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserPackagesService'];
  26562.         }
  26563.         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()));
  26564.     }
  26565.     /**
  26566.      * Gets the private 'Aqarmap\Bundle\UserBundle\Services\UserPhoneManager' shared autowired service.
  26567.      *
  26568.      * @return \Aqarmap\Bundle\UserBundle\Services\UserPhoneManager
  26569.      */
  26570.     protected function getUserPhoneManagerService()
  26571.     {
  26572.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Services/Contracts/UserPhoneManagerInterface.php';
  26573.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Services/UserPhoneManager.php';
  26574.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  26575.         if (isset($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserPhoneManager'])) {
  26576.             return $this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserPhoneManager'];
  26577.         }
  26578.         $b = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\PhoneManager'] ?? $this->getPhoneManagerService());
  26579.         if (isset($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserPhoneManager'])) {
  26580.             return $this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserPhoneManager'];
  26581.         }
  26582.         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()));
  26583.     }
  26584.     /**
  26585.      * Gets the private 'Aqarmap\Bundle\UserBundle\Services\UserServicesManager' shared autowired service.
  26586.      *
  26587.      * @return \Aqarmap\Bundle\UserBundle\Services\UserServicesManager
  26588.      */
  26589.     protected function getUserServicesManagerService()
  26590.     {
  26591.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  26592.         if (isset($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserServicesManager'])) {
  26593.             return $this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserServicesManager'];
  26594.         }
  26595.         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()));
  26596.     }
  26597.     /**
  26598.      * Gets the private 'Aqarmap\Bundle\UserBundle\Services\V3\UserAuthenticationService' shared autowired service.
  26599.      *
  26600.      * @return \Aqarmap\Bundle\UserBundle\Services\V3\UserAuthenticationService
  26601.      */
  26602.     protected function getUserAuthenticationServiceService()
  26603.     {
  26604.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Services/V3/UserAuthenticationService.php';
  26605.         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()));
  26606.     }
  26607.     /**
  26608.      * Gets the private 'Aqarmap\Bundle\UserBundle\Services\V3\UserInfoService' shared autowired service.
  26609.      *
  26610.      * @return \Aqarmap\Bundle\UserBundle\Services\V3\UserInfoService
  26611.      */
  26612.     protected function getUserInfoServiceService()
  26613.     {
  26614.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Services/Contracts/V3/UserInfoServiceInterface.php';
  26615.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Services/V3/UserInfoService.php';
  26616.         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()));
  26617.     }
  26618.     /**
  26619.      * Gets the private 'Aqarmap\Bundle\UserBundle\Services\V4\OauthClientBuilder' shared autowired service.
  26620.      *
  26621.      * @return \Aqarmap\Bundle\UserBundle\Services\V4\OauthClientBuilder
  26622.      */
  26623.     protected function getOauthClientBuilderService()
  26624.     {
  26625.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Services/V4/OauthClientBuilder.php';
  26626.         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()));
  26627.     }
  26628.     /**
  26629.      * Gets the private 'Aqarmap\Bundle\UserBundle\Services\ZohoCRMService' shared autowired service.
  26630.      *
  26631.      * @return \Aqarmap\Bundle\UserBundle\Services\ZohoCRMService
  26632.      */
  26633.     protected function getZohoCRMServiceService()
  26634.     {
  26635.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Services/ZohoCRMService.php';
  26636.         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->getLeadRepository2Service()));
  26637.     }
  26638.     /**
  26639.      * Gets the private 'Aqarmap\Bundle\UserBundle\Strategy\AddUserInterestStrategy' shared autowired service.
  26640.      *
  26641.      * @return \Aqarmap\Bundle\UserBundle\Strategy\AddUserInterestStrategy
  26642.      */
  26643.     protected function getAddUserInterestStrategyService()
  26644.     {
  26645.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Contract/Consumer/StrategyInterface.php';
  26646.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Strategy/AddUserInterestStrategy.php';
  26647.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\Strategy\\AddUserInterestStrategy'] = new \Aqarmap\Bundle\UserBundle\Strategy\AddUserInterestStrategy(($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserInterestManager'] ?? $this->getUserInterestManagerService()));
  26648.     }
  26649.     /**
  26650.      * Gets the private 'Aqarmap\Bundle\UserBundle\Strategy\ImportUsersDevelopersStrategy' shared autowired service.
  26651.      *
  26652.      * @return \Aqarmap\Bundle\UserBundle\Strategy\ImportUsersDevelopersStrategy
  26653.      */
  26654.     protected function getImportUsersDevelopersStrategyService()
  26655.     {
  26656.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Contract/Consumer/StrategyInterface.php';
  26657.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Strategy/ImportUsersDevelopersStrategy.php';
  26658.         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()));
  26659.     }
  26660.     /**
  26661.      * Gets the private 'Aqarmap\Bundle\UserBundle\Strategy\ImportUsersStrategy' shared autowired service.
  26662.      *
  26663.      * @return \Aqarmap\Bundle\UserBundle\Strategy\ImportUsersStrategy
  26664.      */
  26665.     protected function getImportUsersStrategyService()
  26666.     {
  26667.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Contract/Consumer/StrategyInterface.php';
  26668.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Strategy/ImportUsersStrategy.php';
  26669.         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()));
  26670.     }
  26671.     /**
  26672.      * Gets the private 'Aqarmap\Bundle\UserBundle\Strategy\UpdateClientServedCountStrategy' shared autowired service.
  26673.      *
  26674.      * @return \Aqarmap\Bundle\UserBundle\Strategy\UpdateClientServedCountStrategy
  26675.      */
  26676.     protected function getUpdateClientServedCountStrategyService()
  26677.     {
  26678.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Contract/Consumer/StrategyInterface.php';
  26679.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Strategy/UpdateClientServedCountStrategy.php';
  26680.         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()));
  26681.     }
  26682.     /**
  26683.      * Gets the private 'Aqarmap\Bundle\UserBundle\Strategy\UpdateUserGroupsElasticSearchStrategy' shared autowired service.
  26684.      *
  26685.      * @return \Aqarmap\Bundle\UserBundle\Strategy\UpdateUserGroupsElasticSearchStrategy
  26686.      */
  26687.     protected function getUpdateUserGroupsElasticSearchStrategyService()
  26688.     {
  26689.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Contract/Consumer/StrategyInterface.php';
  26690.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Strategy/UpdateUserGroupsElasticSearchStrategy.php';
  26691.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\Strategy\\UpdateUserGroupsElasticSearchStrategy'] = new \Aqarmap\Bundle\UserBundle\Strategy\UpdateUserGroupsElasticSearchStrategy(($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserManager'] ?? $this->getUserManagerService()));
  26692.     }
  26693.     /**
  26694.      * Gets the private 'Aqarmap\Bundle\UserBundle\Validator\Constraints\EmailValidator' shared autowired service.
  26695.      *
  26696.      * @return \Aqarmap\Bundle\UserBundle\Validator\Constraints\EmailValidator
  26697.      */
  26698.     protected function getEmailValidatorService()
  26699.     {
  26700.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  26701.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  26702.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  26703.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Validator/Constraints/EmailValidator.php';
  26704.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\Validator\\Constraints\\EmailValidator'] = new \Aqarmap\Bundle\UserBundle\Validator\Constraints\EmailValidator();
  26705.     }
  26706.     /**
  26707.      * Gets the private 'Aqarmap\Bundle\UserBundle\Validator\Constraints\NonRepeatedValidator' shared autowired service.
  26708.      *
  26709.      * @return \Aqarmap\Bundle\UserBundle\Validator\Constraints\NonRepeatedValidator
  26710.      */
  26711.     protected function getNonRepeatedValidatorService()
  26712.     {
  26713.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  26714.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  26715.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Validator/Constraints/NonRepeatedValidator.php';
  26716.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Contracts/PhoneValidatorComponentInterface.php';
  26717.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/Validators/PhoneValidator/Components/NonRepeated.php';
  26718.         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());
  26719.     }
  26720.     /**
  26721.      * Gets the private 'Aqarmap\Bundle\UserBundle\Validator\Constraints\NonSequenceValidator' shared autowired service.
  26722.      *
  26723.      * @return \Aqarmap\Bundle\UserBundle\Validator\Constraints\NonSequenceValidator
  26724.      */
  26725.     protected function getNonSequenceValidatorService()
  26726.     {
  26727.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  26728.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  26729.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Validator/Constraints/NonSequenceValidator.php';
  26730.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Contracts/PhoneValidatorComponentInterface.php';
  26731.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/Validators/PhoneValidator/Components/NonSequence.php';
  26732.         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());
  26733.     }
  26734.     /**
  26735.      * Gets the private 'Aqarmap\Bundle\UserBundle\Validator\Constraints\NumericValidator' shared autowired service.
  26736.      *
  26737.      * @return \Aqarmap\Bundle\UserBundle\Validator\Constraints\NumericValidator
  26738.      */
  26739.     protected function getNumericValidatorService()
  26740.     {
  26741.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  26742.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  26743.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Validator/Constraints/NumericValidator.php';
  26744.         return $this->privates['Aqarmap\\Bundle\\UserBundle\\Validator\\Constraints\\NumericValidator'] = new \Aqarmap\Bundle\UserBundle\Validator\Constraints\NumericValidator();
  26745.     }
  26746.     /**
  26747.      * Gets the private 'Aqarmap\Bundle\UserBundle\Validator\Constraints\ValidCountryCodeValidator' shared autowired service.
  26748.      *
  26749.      * @return \Aqarmap\Bundle\UserBundle\Validator\Constraints\ValidCountryCodeValidator
  26750.      */
  26751.     protected function getValidCountryCodeValidatorService()
  26752.     {
  26753.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  26754.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  26755.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Validator/Constraints/ValidCountryCodeValidator.php';
  26756.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Contracts/PhoneValidatorComponentInterface.php';
  26757.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/Validators/PhoneValidator/Components/ValidCountryCode.php';
  26758.         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());
  26759.     }
  26760.     /**
  26761.      * Gets the private 'Aqarmap\Bundle\ValueEngineBundle\Command\ValueEngineAnalyserCommand' shared autowired service.
  26762.      *
  26763.      * @return \Aqarmap\Bundle\ValueEngineBundle\Command\ValueEngineAnalyserCommand
  26764.      */
  26765.     protected function getValueEngineAnalyserCommandService()
  26766.     {
  26767.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  26768.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ValueEngineBundle/Command/ValueEngineAnalyserCommand.php';
  26769.         $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()));
  26770.         $instance->setName('app:value-engine:analyse');
  26771.         return $instance;
  26772.     }
  26773.     /**
  26774.      * Gets the private 'Aqarmap\Bundle\ValueEngineBundle\Command\ValueEngineDepthProductsCommand' shared autowired service.
  26775.      *
  26776.      * @return \Aqarmap\Bundle\ValueEngineBundle\Command\ValueEngineDepthProductsCommand
  26777.      */
  26778.     protected function getValueEngineDepthProductsCommandService()
  26779.     {
  26780.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  26781.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ValueEngineBundle/Command/ValueEngineDepthProductsCommand.php';
  26782.         $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()));
  26783.         $instance->setName('app:value-engine:depth-products');
  26784.         return $instance;
  26785.     }
  26786.     /**
  26787.      * Gets the private 'Aqarmap\Bundle\ValueEngineBundle\Repository\DepthProductInsightRepository' shared autowired service.
  26788.      *
  26789.      * @return \Aqarmap\Bundle\ValueEngineBundle\Repository\DepthProductInsightRepository
  26790.      */
  26791.     protected function getDepthProductInsightRepositoryService()
  26792.     {
  26793.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ValueEngineBundle/Repository/DepthProductInsightRepository.php';
  26794.         return $this->privates['Aqarmap\\Bundle\\ValueEngineBundle\\Repository\\DepthProductInsightRepository'] = new \Aqarmap\Bundle\ValueEngineBundle\Repository\DepthProductInsightRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26795.     }
  26796.     /**
  26797.      * Gets the private 'Aqarmap\Bundle\ValueEngineBundle\Repository\ListingInsightRepository' shared autowired service.
  26798.      *
  26799.      * @return \Aqarmap\Bundle\ValueEngineBundle\Repository\ListingInsightRepository
  26800.      */
  26801.     protected function getListingInsightRepositoryService()
  26802.     {
  26803.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ValueEngineBundle/Repository/ListingInsightRepository.php';
  26804.         return $this->privates['Aqarmap\\Bundle\\ValueEngineBundle\\Repository\\ListingInsightRepository'] = new \Aqarmap\Bundle\ValueEngineBundle\Repository\ListingInsightRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26805.     }
  26806.     /**
  26807.      * Gets the private 'Aqarmap\Bundle\ValueEngineBundle\Repository\LocationInsightRepository' shared autowired service.
  26808.      *
  26809.      * @return \Aqarmap\Bundle\ValueEngineBundle\Repository\LocationInsightRepository
  26810.      */
  26811.     protected function getLocationInsightRepositoryService()
  26812.     {
  26813.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ValueEngineBundle/Repository/LocationInsightRepository.php';
  26814.         return $this->privates['Aqarmap\\Bundle\\ValueEngineBundle\\Repository\\LocationInsightRepository'] = new \Aqarmap\Bundle\ValueEngineBundle\Repository\LocationInsightRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26815.     }
  26816.     /**
  26817.      * Gets the private 'Aqarmap\Bundle\ValueEngineBundle\Repository\ValueEngineListingsLocationsRepository' shared autowired service.
  26818.      *
  26819.      * @return \Aqarmap\Bundle\ValueEngineBundle\Repository\ValueEngineListingsLocationsRepository
  26820.      */
  26821.     protected function getValueEngineListingsLocationsRepositoryService()
  26822.     {
  26823.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ValueEngineBundle/Repository/ValueEngineListingsLocationsRepository.php';
  26824.         return $this->privates['Aqarmap\\Bundle\\ValueEngineBundle\\Repository\\ValueEngineListingsLocationsRepository'] = new \Aqarmap\Bundle\ValueEngineBundle\Repository\ValueEngineListingsLocationsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26825.     }
  26826.     /**
  26827.      * Gets the private 'Aqarmap\Bundle\ValueEngineBundle\Repository\ValueEngineSettingRepository' shared autowired service.
  26828.      *
  26829.      * @return \Aqarmap\Bundle\ValueEngineBundle\Repository\ValueEngineSettingRepository
  26830.      */
  26831.     protected function getValueEngineSettingRepositoryService()
  26832.     {
  26833.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ValueEngineBundle/Repository/ValueEngineSettingRepository.php';
  26834.         return $this->privates['Aqarmap\\Bundle\\ValueEngineBundle\\Repository\\ValueEngineSettingRepository'] = new \Aqarmap\Bundle\ValueEngineBundle\Repository\ValueEngineSettingRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26835.     }
  26836.     /**
  26837.      * Gets the private 'Aqarmap\Bundle\ValueEngineBundle\Service\ValueEngineService' shared autowired service.
  26838.      *
  26839.      * @return \Aqarmap\Bundle\ValueEngineBundle\Service\ValueEngineService
  26840.      */
  26841.     protected function getValueEngineServiceService()
  26842.     {
  26843.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ValueEngineBundle/Service/ValueEngineService.php';
  26844.         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()));
  26845.     }
  26846.     /**
  26847.      * Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
  26848.      *
  26849.      * @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
  26850.      */
  26851.     protected function getManagerRegistryAwareConnectionProviderService()
  26852.     {
  26853.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/ConnectionProvider.php';
  26854.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/ManagerRegistryAwareConnectionProvider.php';
  26855.         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'));
  26856.     }
  26857.     /**
  26858.      * Gets the private 'Doctrine\Bundle\MongoDBBundle\Command\ClearMetadataCacheDoctrineODMCommand' shared service.
  26859.      *
  26860.      * @return \Doctrine\Bundle\MongoDBBundle\Command\ClearMetadataCacheDoctrineODMCommand
  26861.      */
  26862.     protected function getClearMetadataCacheDoctrineODMCommandService()
  26863.     {
  26864.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  26865.         include_once \dirname(__DIR__4).'/vendor/doctrine/mongodb-odm/lib/Doctrine/ODM/MongoDB/Tools/Console/Command/ClearCache/MetadataCommand.php';
  26866.         include_once \dirname(__DIR__4).'/vendor/doctrine/mongodb-odm-bundle/Command/ClearMetadataCacheDoctrineODMCommand.php';
  26867.         $this->privates['Doctrine\\Bundle\\MongoDBBundle\\Command\\ClearMetadataCacheDoctrineODMCommand'] = $instance = new \Doctrine\Bundle\MongoDBBundle\Command\ClearMetadataCacheDoctrineODMCommand();
  26868.         $instance->setName('doctrine:mongodb:cache:clear-metadata');
  26869.         return $instance;
  26870.     }
  26871.     /**
  26872.      * Gets the private 'Doctrine\Bundle\MongoDBBundle\Command\CreateSchemaDoctrineODMCommand' shared service.
  26873.      *
  26874.      * @return \Doctrine\Bundle\MongoDBBundle\Command\CreateSchemaDoctrineODMCommand
  26875.      */
  26876.     protected function getCreateSchemaDoctrineODMCommandService()
  26877.     {
  26878.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  26879.         include_once \dirname(__DIR__4).'/vendor/doctrine/mongodb-odm/lib/Doctrine/ODM/MongoDB/Tools/Console/Command/Schema/AbstractCommand.php';
  26880.         include_once \dirname(__DIR__4).'/vendor/doctrine/mongodb-odm/lib/Doctrine/ODM/MongoDB/Tools/Console/Command/Schema/CreateCommand.php';
  26881.         include_once \dirname(__DIR__4).'/vendor/doctrine/mongodb-odm-bundle/Command/CreateSchemaDoctrineODMCommand.php';
  26882.         $this->privates['Doctrine\\Bundle\\MongoDBBundle\\Command\\CreateSchemaDoctrineODMCommand'] = $instance = new \Doctrine\Bundle\MongoDBBundle\Command\CreateSchemaDoctrineODMCommand();
  26883.         $instance->setName('doctrine:mongodb:schema:create');
  26884.         return $instance;
  26885.     }
  26886.     /**
  26887.      * Gets the private 'Doctrine\Bundle\MongoDBBundle\Command\DropSchemaDoctrineODMCommand' shared service.
  26888.      *
  26889.      * @return \Doctrine\Bundle\MongoDBBundle\Command\DropSchemaDoctrineODMCommand
  26890.      */
  26891.     protected function getDropSchemaDoctrineODMCommandService()
  26892.     {
  26893.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  26894.         include_once \dirname(__DIR__4).'/vendor/doctrine/mongodb-odm/lib/Doctrine/ODM/MongoDB/Tools/Console/Command/Schema/AbstractCommand.php';
  26895.         include_once \dirname(__DIR__4).'/vendor/doctrine/mongodb-odm/lib/Doctrine/ODM/MongoDB/Tools/Console/Command/Schema/DropCommand.php';
  26896.         include_once \dirname(__DIR__4).'/vendor/doctrine/mongodb-odm-bundle/Command/DropSchemaDoctrineODMCommand.php';
  26897.         $this->privates['Doctrine\\Bundle\\MongoDBBundle\\Command\\DropSchemaDoctrineODMCommand'] = $instance = new \Doctrine\Bundle\MongoDBBundle\Command\DropSchemaDoctrineODMCommand();
  26898.         $instance->setName('doctrine:mongodb:schema:drop');
  26899.         return $instance;
  26900.     }
  26901.     /**
  26902.      * Gets the private 'Doctrine\Bundle\MongoDBBundle\Command\GenerateHydratorsDoctrineODMCommand' shared service.
  26903.      *
  26904.      * @return \Doctrine\Bundle\MongoDBBundle\Command\GenerateHydratorsDoctrineODMCommand
  26905.      */
  26906.     protected function getGenerateHydratorsDoctrineODMCommandService()
  26907.     {
  26908.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  26909.         include_once \dirname(__DIR__4).'/vendor/doctrine/mongodb-odm/lib/Doctrine/ODM/MongoDB/Tools/Console/Command/GenerateHydratorsCommand.php';
  26910.         include_once \dirname(__DIR__4).'/vendor/doctrine/mongodb-odm-bundle/Command/GenerateHydratorsDoctrineODMCommand.php';
  26911.         $this->privates['Doctrine\\Bundle\\MongoDBBundle\\Command\\GenerateHydratorsDoctrineODMCommand'] = $instance = new \Doctrine\Bundle\MongoDBBundle\Command\GenerateHydratorsDoctrineODMCommand();
  26912.         $instance->setName('doctrine:mongodb:generate:hydrators');
  26913.         return $instance;
  26914.     }
  26915.     /**
  26916.      * Gets the private 'Doctrine\Bundle\MongoDBBundle\Command\GenerateProxiesDoctrineODMCommand' shared service.
  26917.      *
  26918.      * @return \Doctrine\Bundle\MongoDBBundle\Command\GenerateProxiesDoctrineODMCommand
  26919.      */
  26920.     protected function getGenerateProxiesDoctrineODMCommandService()
  26921.     {
  26922.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  26923.         include_once \dirname(__DIR__4).'/vendor/doctrine/mongodb-odm/lib/Doctrine/ODM/MongoDB/Tools/Console/Command/GenerateProxiesCommand.php';
  26924.         include_once \dirname(__DIR__4).'/vendor/doctrine/mongodb-odm-bundle/Command/GenerateProxiesDoctrineODMCommand.php';
  26925.         $this->privates['Doctrine\\Bundle\\MongoDBBundle\\Command\\GenerateProxiesDoctrineODMCommand'] = $instance = new \Doctrine\Bundle\MongoDBBundle\Command\GenerateProxiesDoctrineODMCommand();
  26926.         $instance->setName('doctrine:mongodb:generate:proxies');
  26927.         return $instance;
  26928.     }
  26929.     /**
  26930.      * Gets the private 'Doctrine\Bundle\MongoDBBundle\Command\InfoDoctrineODMCommand' shared service.
  26931.      *
  26932.      * @return \Doctrine\Bundle\MongoDBBundle\Command\InfoDoctrineODMCommand
  26933.      */
  26934.     protected function getInfoDoctrineODMCommandService()
  26935.     {
  26936.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  26937.         include_once \dirname(__DIR__4).'/vendor/doctrine/mongodb-odm-bundle/Command/DoctrineODMCommand.php';
  26938.         include_once \dirname(__DIR__4).'/vendor/doctrine/mongodb-odm-bundle/Command/InfoDoctrineODMCommand.php';
  26939.         $this->privates['Doctrine\\Bundle\\MongoDBBundle\\Command\\InfoDoctrineODMCommand'] = $instance = new \Doctrine\Bundle\MongoDBBundle\Command\InfoDoctrineODMCommand(($this->services['doctrine_mongodb'] ?? $this->getDoctrineMongodbService()));
  26940.         $instance->setName('doctrine:mongodb:mapping:info');
  26941.         return $instance;
  26942.     }
  26943.     /**
  26944.      * Gets the private 'Doctrine\Bundle\MongoDBBundle\Command\LoadDataFixturesDoctrineODMCommand' shared service.
  26945.      *
  26946.      * @return \Doctrine\Bundle\MongoDBBundle\Command\LoadDataFixturesDoctrineODMCommand
  26947.      */
  26948.     protected function getLoadDataFixturesDoctrineODMCommandService()
  26949.     {
  26950.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  26951.         include_once \dirname(__DIR__4).'/vendor/doctrine/mongodb-odm-bundle/Command/DoctrineODMCommand.php';
  26952.         include_once \dirname(__DIR__4).'/vendor/doctrine/mongodb-odm-bundle/Command/LoadDataFixturesDoctrineODMCommand.php';
  26953.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/src/Loader.php';
  26954.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataFixtures/ContainerAwareLoader.php';
  26955.         include_once \dirname(__DIR__4).'/vendor/doctrine/mongodb-odm-bundle/Loader/SymfonyFixturesLoaderInterface.php';
  26956.         include_once \dirname(__DIR__4).'/vendor/doctrine/mongodb-odm-bundle/Loader/SymfonyFixturesLoader.php';
  26957.         $a = new \Doctrine\Bundle\MongoDBBundle\Loader\SymfonyFixturesLoader($this);
  26958.         $a->addFixtures([]);
  26959.         $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);
  26960.         $instance->setName('doctrine:mongodb:fixtures:load');
  26961.         return $instance;
  26962.     }
  26963.     /**
  26964.      * Gets the private 'Doctrine\Bundle\MongoDBBundle\Command\QueryDoctrineODMCommand' shared service.
  26965.      *
  26966.      * @return \Doctrine\Bundle\MongoDBBundle\Command\QueryDoctrineODMCommand
  26967.      */
  26968.     protected function getQueryDoctrineODMCommandService()
  26969.     {
  26970.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  26971.         include_once \dirname(__DIR__4).'/vendor/doctrine/mongodb-odm/lib/Doctrine/ODM/MongoDB/Tools/Console/Command/QueryCommand.php';
  26972.         include_once \dirname(__DIR__4).'/vendor/doctrine/mongodb-odm-bundle/Command/QueryDoctrineODMCommand.php';
  26973.         $this->privates['Doctrine\\Bundle\\MongoDBBundle\\Command\\QueryDoctrineODMCommand'] = $instance = new \Doctrine\Bundle\MongoDBBundle\Command\QueryDoctrineODMCommand();
  26974.         $instance->setName('doctrine:mongodb:query');
  26975.         return $instance;
  26976.     }
  26977.     /**
  26978.      * Gets the private 'Doctrine\Bundle\MongoDBBundle\Command\ShardDoctrineODMCommand' shared service.
  26979.      *
  26980.      * @return \Doctrine\Bundle\MongoDBBundle\Command\ShardDoctrineODMCommand
  26981.      */
  26982.     protected function getShardDoctrineODMCommandService()
  26983.     {
  26984.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  26985.         include_once \dirname(__DIR__4).'/vendor/doctrine/mongodb-odm/lib/Doctrine/ODM/MongoDB/Tools/Console/Command/Schema/AbstractCommand.php';
  26986.         include_once \dirname(__DIR__4).'/vendor/doctrine/mongodb-odm/lib/Doctrine/ODM/MongoDB/Tools/Console/Command/Schema/ShardCommand.php';
  26987.         include_once \dirname(__DIR__4).'/vendor/doctrine/mongodb-odm-bundle/Command/ShardDoctrineODMCommand.php';
  26988.         $this->privates['Doctrine\\Bundle\\MongoDBBundle\\Command\\ShardDoctrineODMCommand'] = $instance = new \Doctrine\Bundle\MongoDBBundle\Command\ShardDoctrineODMCommand();
  26989.         $instance->setName('doctrine:mongodb:schema:shard');
  26990.         return $instance;
  26991.     }
  26992.     /**
  26993.      * Gets the private 'Doctrine\Bundle\MongoDBBundle\Command\TailCursorDoctrineODMCommand' shared service.
  26994.      *
  26995.      * @return \Doctrine\Bundle\MongoDBBundle\Command\TailCursorDoctrineODMCommand
  26996.      */
  26997.     protected function getTailCursorDoctrineODMCommandService()
  26998.     {
  26999.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27000.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  27001.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  27002.         include_once \dirname(__DIR__4).'/vendor/doctrine/mongodb-odm-bundle/Command/TailCursorDoctrineODMCommand.php';
  27003.         $this->privates['Doctrine\\Bundle\\MongoDBBundle\\Command\\TailCursorDoctrineODMCommand'] = $instance = new \Doctrine\Bundle\MongoDBBundle\Command\TailCursorDoctrineODMCommand();
  27004.         $instance->setName('doctrine:mongodb:tail-cursor');
  27005.         return $instance;
  27006.     }
  27007.     /**
  27008.      * Gets the private 'Doctrine\Bundle\MongoDBBundle\Command\UpdateSchemaDoctrineODMCommand' shared service.
  27009.      *
  27010.      * @return \Doctrine\Bundle\MongoDBBundle\Command\UpdateSchemaDoctrineODMCommand
  27011.      */
  27012.     protected function getUpdateSchemaDoctrineODMCommandService()
  27013.     {
  27014.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27015.         include_once \dirname(__DIR__4).'/vendor/doctrine/mongodb-odm/lib/Doctrine/ODM/MongoDB/Tools/Console/Command/Schema/AbstractCommand.php';
  27016.         include_once \dirname(__DIR__4).'/vendor/doctrine/mongodb-odm/lib/Doctrine/ODM/MongoDB/Tools/Console/Command/Schema/UpdateCommand.php';
  27017.         include_once \dirname(__DIR__4).'/vendor/doctrine/mongodb-odm-bundle/Command/UpdateSchemaDoctrineODMCommand.php';
  27018.         $this->privates['Doctrine\\Bundle\\MongoDBBundle\\Command\\UpdateSchemaDoctrineODMCommand'] = $instance = new \Doctrine\Bundle\MongoDBBundle\Command\UpdateSchemaDoctrineODMCommand();
  27019.         $instance->setName('doctrine:mongodb:schema:update');
  27020.         return $instance;
  27021.     }
  27022.     /**
  27023.      * Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
  27024.      *
  27025.      * @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
  27026.      */
  27027.     protected function getRunSqlCommandService()
  27028.     {
  27029.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27030.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  27031.         $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()));
  27032.         $instance->setName('dbal:run-sql');
  27033.         return $instance;
  27034.     }
  27035.     /**
  27036.      * Gets the private 'Http\Client\Common\PluginClientFactory' shared service.
  27037.      *
  27038.      * @return \Http\HttplugBundle\Collector\PluginClientFactory
  27039.      */
  27040.     protected function getPluginClientFactoryService()
  27041.     {
  27042.         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))));
  27043.     }
  27044.     /**
  27045.      * Gets the private 'Http\HttplugBundle\Collector\PluginClientFactoryListener' shared service.
  27046.      *
  27047.      * @return \Http\HttplugBundle\Collector\PluginClientFactoryListener
  27048.      */
  27049.     protected function getPluginClientFactoryListenerService()
  27050.     {
  27051.         return $this->privates['Http\\HttplugBundle\\Collector\\PluginClientFactoryListener'] = new \Http\HttplugBundle\Collector\PluginClientFactoryListener(($this->privates['Http\\Client\\Common\\PluginClientFactory'] ?? $this->getPluginClientFactoryService()));
  27052.     }
  27053.     /**
  27054.      * Gets the private 'Snc\RedisBundle\Command\RedisQueryCommand' shared service.
  27055.      *
  27056.      * @return \Snc\RedisBundle\Command\RedisQueryCommand
  27057.      */
  27058.     protected function getRedisQueryCommandService()
  27059.     {
  27060.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27061.         include_once \dirname(__DIR__4).'/vendor/snc/redis-bundle/src/Command/RedisQueryCommand.php';
  27062.         $this->privates['Snc\\RedisBundle\\Command\\RedisQueryCommand'] = $instance = new \Snc\RedisBundle\Command\RedisQueryCommand(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  27063.             'default' => ['privates''snc_redis.default''getSncRedis_DefaultService'false],
  27064.         ], [
  27065.             'default' => 'Predis\\Client',
  27066.         ]), ($this->privates['var_dumper.contextualized_cli_dumper'] ?? $this->getVarDumper_ContextualizedCliDumperService()), ($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()));
  27067.         $instance->setName('redis:query');
  27068.         return $instance;
  27069.     }
  27070.     /**
  27071.      * Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
  27072.      *
  27073.      * @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
  27074.      */
  27075.     protected function getResetAssetsEventListenerService()
  27076.     {
  27077.         return $this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] = new \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  27078.     }
  27079.     /**
  27080.      * Gets the private 'Vich\UploaderBundle\Metadata\CacheWarmer' shared service.
  27081.      *
  27082.      * @return \Vich\UploaderBundle\Metadata\CacheWarmer
  27083.      */
  27084.     protected function getCacheWarmer2Service()
  27085.     {
  27086.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  27087.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/CacheWarmer.php';
  27088.         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()));
  27089.     }
  27090.     /**
  27091.      * Gets the private 'Vich\UploaderBundle\Templating\Helper\UploaderHelper' shared service.
  27092.      *
  27093.      * @return \Vich\UploaderBundle\Templating\Helper\UploaderHelper
  27094.      */
  27095.     protected function getUploaderHelperService()
  27096.     {
  27097.         return $this->privates['Vich\\UploaderBundle\\Templating\\Helper\\UploaderHelper'] = new \Vich\UploaderBundle\Templating\Helper\UploaderHelper(($this->privates['vich_uploader.storage.gaufrette'] ?? $this->getVichUploader_Storage_GaufretteService()));
  27098.     }
  27099.     /**
  27100.      * Gets the private 'Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime' shared service.
  27101.      *
  27102.      * @return \Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime
  27103.      */
  27104.     protected function getUploaderExtensionRuntimeService()
  27105.     {
  27106.         return $this->privates['Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime'] = new \Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime(($this->privates['Vich\\UploaderBundle\\Templating\\Helper\\UploaderHelper'] ?? $this->getUploaderHelperService()));
  27107.     }
  27108.     /**
  27109.      * Gets the private 'Vich\UploaderBundle\Util\Transliterator' shared service.
  27110.      *
  27111.      * @return \Vich\UploaderBundle\Util\Transliterator
  27112.      */
  27113.     protected function getTransliteratorService()
  27114.     {
  27115.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Util/Transliterator.php';
  27116.         include_once \dirname(__DIR__4).'/vendor/symfony/string/Slugger/SluggerInterface.php';
  27117.         include_once \dirname(__DIR__4).'/vendor/symfony/string/Slugger/AsciiSlugger.php';
  27118.         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'))));
  27119.     }
  27120.     /**
  27121.      * Gets the private 'annotations.cache_adapter' shared service.
  27122.      *
  27123.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  27124.      */
  27125.     protected function getAnnotations_CacheAdapterService()
  27126.     {
  27127.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  27128.     }
  27129.     /**
  27130.      * Gets the private 'annotations.cache_warmer' shared service.
  27131.      *
  27132.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  27133.      */
  27134.     protected function getAnnotations_CacheWarmerService()
  27135.     {
  27136.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  27137.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  27138.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  27139.         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);
  27140.     }
  27141.     /**
  27142.      * Gets the private 'annotations.cached_reader' shared service.
  27143.      *
  27144.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  27145.      */
  27146.     protected function getAnnotations_CachedReaderService()
  27147.     {
  27148.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  27149.     }
  27150.     /**
  27151.      * Gets the private 'annotations.reader' shared service.
  27152.      *
  27153.      * @return \Doctrine\Common\Annotations\AnnotationReader
  27154.      */
  27155.     protected function getAnnotations_ReaderService()
  27156.     {
  27157.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  27158.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  27159.         $a->registerUniqueLoader('class_exists');
  27160.         $instance->addGlobalIgnoredName('required'$a);
  27161.         return $instance;
  27162.     }
  27163.     /**
  27164.      * Gets the private 'app.sitemap.sections_subscriber' shared autowired service.
  27165.      *
  27166.      * @return \Aqarmap\Bundle\MainBundle\EventListener\SiteMapListener
  27167.      */
  27168.     protected function getApp_Sitemap_SectionsSubscriberService()
  27169.     {
  27170.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/EventListener/SiteMapListener.php';
  27171.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  27172.         if (isset($this->privates['app.sitemap.sections_subscriber'])) {
  27173.             return $this->privates['app.sitemap.sections_subscriber'];
  27174.         }
  27175.         $b = ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\SiteMapService'] ?? $this->getSiteMapServiceService());
  27176.         if (isset($this->privates['app.sitemap.sections_subscriber'])) {
  27177.             return $this->privates['app.sitemap.sections_subscriber'];
  27178.         }
  27179.         $c = ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\Setting'] ?? $this->getSettingService());
  27180.         if (isset($this->privates['app.sitemap.sections_subscriber'])) {
  27181.             return $this->privates['app.sitemap.sections_subscriber'];
  27182.         }
  27183.         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))));
  27184.     }
  27185.     /**
  27186.      * Gets the private 'aqarmap.aws_ses.client' shared autowired service.
  27187.      *
  27188.      * @return \Aws\SesV2\SesV2Client
  27189.      */
  27190.     protected function getAqarmap_AwsSes_ClientService()
  27191.     {
  27192.         include_once \dirname(__DIR__4).'/vendor/aws/aws-sdk-php/src/SesV2/SesV2Client.php';
  27193.         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')]]);
  27194.     }
  27195.     /**
  27196.      * Gets the private 'aqarmap.aws_sqs.client' shared autowired service.
  27197.      *
  27198.      * @return \Aws\Sqs\SqsClient
  27199.      */
  27200.     protected function getAqarmap_AwsSqs_ClientService()
  27201.     {
  27202.         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')]]);
  27203.     }
  27204.     /**
  27205.      * Gets the private 'aqarmap.listing.menu_builder' shared service.
  27206.      *
  27207.      * @return \Aqarmap\Bundle\ListingBundle\Menu\Builder
  27208.      */
  27209.     protected function getAqarmap_Listing_MenuBuilderService()
  27210.     {
  27211.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Menu/Builder.php';
  27212.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  27213.         if (isset($this->privates['aqarmap.listing.menu_builder'])) {
  27214.             return $this->privates['aqarmap.listing.menu_builder'];
  27215.         }
  27216.         $b = ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\Setting'] ?? $this->getSettingService());
  27217.         if (isset($this->privates['aqarmap.listing.menu_builder'])) {
  27218.             return $this->privates['aqarmap.listing.menu_builder'];
  27219.         }
  27220.         $c = ($this->services['Aqarmap\\Bundle\\FeatureToggleBundle\\Service\\FeatureToggleManager'] ?? $this->getFeatureToggleManagerService());
  27221.         if (isset($this->privates['aqarmap.listing.menu_builder'])) {
  27222.             return $this->privates['aqarmap.listing.menu_builder'];
  27223.         }
  27224.         $d = ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\MenuBuilderService'] ?? $this->getMenuBuilderServiceService());
  27225.         if (isset($this->privates['aqarmap.listing.menu_builder'])) {
  27226.             return $this->privates['aqarmap.listing.menu_builder'];
  27227.         }
  27228.         $e = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\LocationManager'] ?? $this->getLocationManagerService());
  27229.         if (isset($this->privates['aqarmap.listing.menu_builder'])) {
  27230.             return $this->privates['aqarmap.listing.menu_builder'];
  27231.         }
  27232.         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);
  27233.     }
  27234.     /**
  27235.      * Gets the private 'aqarmap.main.menu.admin' shared autowired service.
  27236.      *
  27237.      * @return \Knp\Menu\MenuItem
  27238.      */
  27239.     protected function getAqarmap_Main_Menu_AdminService()
  27240.     {
  27241.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/ItemInterface.php';
  27242.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/MenuItem.php';
  27243.         $a = ($this->privates['aqarmap.main.menu_builder'] ?? $this->getAqarmap_Main_MenuBuilderService());
  27244.         if (isset($this->privates['aqarmap.main.menu.admin'])) {
  27245.             return $this->privates['aqarmap.main.menu.admin'];
  27246.         }
  27247.         return $this->privates['aqarmap.main.menu.admin'] = $a->buildAdminSidebarMenu();
  27248.     }
  27249.     /**
  27250.      * Gets the private 'aqarmap.main.menu.breadcrumb' shared autowired service.
  27251.      *
  27252.      * @return \Knp\Menu\MenuItem
  27253.      */
  27254.     protected function getAqarmap_Main_Menu_BreadcrumbService()
  27255.     {
  27256.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/ItemInterface.php';
  27257.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/MenuItem.php';
  27258.         $a = ($this->privates['aqarmap.main.menu_builder'] ?? $this->getAqarmap_Main_MenuBuilderService());
  27259.         if (isset($this->privates['aqarmap.main.menu.breadcrumb'])) {
  27260.             return $this->privates['aqarmap.main.menu.breadcrumb'];
  27261.         }
  27262.         return $this->privates['aqarmap.main.menu.breadcrumb'] = $a->BreadcrumbMenu();
  27263.     }
  27264.     /**
  27265.      * Gets the private 'aqarmap.main.menu_builder' shared autowired service.
  27266.      *
  27267.      * @return \Aqarmap\Bundle\MainBundle\Menu\MenuBuilder
  27268.      */
  27269.     protected function getAqarmap_Main_MenuBuilderService()
  27270.     {
  27271.         $a = ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\Setting'] ?? $this->getSettingService());
  27272.         if (isset($this->privates['aqarmap.main.menu_builder'])) {
  27273.             return $this->privates['aqarmap.main.menu_builder'];
  27274.         }
  27275.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  27276.         if (isset($this->privates['aqarmap.main.menu_builder'])) {
  27277.             return $this->privates['aqarmap.main.menu_builder'];
  27278.         }
  27279.         $c = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  27280.         if (isset($this->privates['aqarmap.main.menu_builder'])) {
  27281.             return $this->privates['aqarmap.main.menu_builder'];
  27282.         }
  27283.         $d = ($this->privates['knp_menu.helper'] ?? $this->getKnpMenu_HelperService());
  27284.         if (isset($this->privates['aqarmap.main.menu_builder'])) {
  27285.             return $this->privates['aqarmap.main.menu_builder'];
  27286.         }
  27287.         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()));
  27288.     }
  27289.     /**
  27290.      * Gets the private 'aqarmap.neighborhood.menu_builder' shared service.
  27291.      *
  27292.      * @return \Aqarmap\Bundle\NeighborhoodBundle\Menu\MenuBuilder
  27293.      */
  27294.     protected function getAqarmap_Neighborhood_MenuBuilderService()
  27295.     {
  27296.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  27297.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  27298.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NeighborhoodBundle/Menu/MenuBuilder.php';
  27299.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  27300.         if (isset($this->privates['aqarmap.neighborhood.menu_builder'])) {
  27301.             return $this->privates['aqarmap.neighborhood.menu_builder'];
  27302.         }
  27303.         $b = ($this->privates['Aqarmap\\Bundle\\MainBundle\\Service\\Setting'] ?? $this->getSettingService());
  27304.         if (isset($this->privates['aqarmap.neighborhood.menu_builder'])) {
  27305.             return $this->privates['aqarmap.neighborhood.menu_builder'];
  27306.         }
  27307.         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()));
  27308.     }
  27309.     /**
  27310.      * Gets the private 'aqarmap.sqs.service' shared autowired service.
  27311.      *
  27312.      * @return \Aqarmap\Bundle\MainBundle\Service\SqsService
  27313.      */
  27314.     protected function getAqarmap_Sqs_ServiceService()
  27315.     {
  27316.         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()));
  27317.     }
  27318.     /**
  27319.      * Gets the private 'aqarmap.user_listener' shared autowired service.
  27320.      *
  27321.      * @return \Aqarmap\Bundle\UserBundle\EventListener\UserListener
  27322.      */
  27323.     protected function getAqarmap_UserListenerService()
  27324.     {
  27325.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/EventListener/UserListener.php';
  27326.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  27327.         if (isset($this->privates['aqarmap.user_listener'])) {
  27328.             return $this->privates['aqarmap.user_listener'];
  27329.         }
  27330.         return $this->privates['aqarmap.user_listener'] = new \Aqarmap\Bundle\UserBundle\EventListener\UserListener($a);
  27331.     }
  27332.     /**
  27333.      * Gets the private 'aqarmap_user.profile.form.type' shared autowired service.
  27334.      *
  27335.      * @return \Aqarmap\Bundle\UserBundle\Form\ProfileFormType
  27336.      */
  27337.     protected function getAqarmapUser_Profile_Form_TypeService()
  27338.     {
  27339.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  27340.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  27341.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Form/ProfileFormType.php';
  27342.         return $this->privates['aqarmap_user.profile.form.type'] = new \Aqarmap\Bundle\UserBundle\Form\ProfileFormType();
  27343.     }
  27344.     /**
  27345.      * Gets the private 'aqarmap_user.registration.form.type' shared autowired service.
  27346.      *
  27347.      * @return \Aqarmap\Bundle\UserBundle\Form\RegistrationFormType
  27348.      */
  27349.     protected function getAqarmapUser_Registration_Form_TypeService()
  27350.     {
  27351.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  27352.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  27353.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Form/RegistrationFormType.php';
  27354.         $a = ($this->services['Aqarmap\\Bundle\\FeatureToggleBundle\\Service\\FeatureToggleManager'] ?? $this->getFeatureToggleManagerService());
  27355.         if (isset($this->privates['aqarmap_user.registration.form.type'])) {
  27356.             return $this->privates['aqarmap_user.registration.form.type'];
  27357.         }
  27358.         return $this->privates['aqarmap_user.registration.form.type'] = new \Aqarmap\Bundle\UserBundle\Form\RegistrationFormType($a);
  27359.     }
  27360.     /**
  27361.      * Gets the private 'assets.packages' shared service.
  27362.      *
  27363.      * @return \Symfony\Component\Asset\Packages
  27364.      */
  27365.     protected function getAssets_PackagesService()
  27366.     {
  27367.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  27368.         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 () {
  27369.             return new \EmptyIterator();
  27370.         }, 0));
  27371.     }
  27372.     /**
  27373.      * Gets the private 'cache.annotations' shared service.
  27374.      *
  27375.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  27376.      */
  27377.     protected function getCache_AnnotationsService()
  27378.     {
  27379.         $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))));
  27380.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  27381.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  27382.     }
  27383.     /**
  27384.      * Gets the private 'cache.doctrine.orm.default.second_level.region.append_only_driver' shared service.
  27385.      *
  27386.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  27387.      */
  27388.     protected function getCache_Doctrine_Orm_Default_SecondLevel_Region_AppendOnlyDriverService()
  27389.     {
  27390.         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());
  27391.     }
  27392.     /**
  27393.      * Gets the private 'cache.doctrine.orm.default.second_level.region.write_rare_driver' shared service.
  27394.      *
  27395.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  27396.      */
  27397.     protected function getCache_Doctrine_Orm_Default_SecondLevel_Region_WriteRareDriverService()
  27398.     {
  27399.         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());
  27400.     }
  27401.     /**
  27402.      * Gets the private 'cache.messenger.restart_workers_signal' shared service.
  27403.      *
  27404.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  27405.      */
  27406.     protected function getCache_Messenger_RestartWorkersSignalService()
  27407.     {
  27408.         $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))));
  27409.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  27410.         return $this->privates['cache.messenger.restart_workers_signal'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  27411.     }
  27412.     /**
  27413.      * Gets the private 'cache.property_info' shared service.
  27414.      *
  27415.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  27416.      */
  27417.     protected function getCache_PropertyInfoService()
  27418.     {
  27419.         $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))));
  27420.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  27421.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  27422.     }
  27423.     /**
  27424.      * Gets the private 'cache.security_expression_language' shared service.
  27425.      *
  27426.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  27427.      */
  27428.     protected function getCache_SecurityExpressionLanguageService()
  27429.     {
  27430.         $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))));
  27431.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  27432.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  27433.     }
  27434.     /**
  27435.      * Gets the private 'cache.serializer' shared service.
  27436.      *
  27437.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  27438.      */
  27439.     protected function getCache_SerializerService()
  27440.     {
  27441.         $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))));
  27442.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  27443.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  27444.     }
  27445.     /**
  27446.      * Gets the private 'cache.validator' shared service.
  27447.      *
  27448.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  27449.      */
  27450.     protected function getCache_ValidatorService()
  27451.     {
  27452.         $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))));
  27453.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  27454.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  27455.     }
  27456.     /**
  27457.      * Gets the private 'cache.webpack_encore' shared service.
  27458.      *
  27459.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  27460.      */
  27461.     protected function getCache_WebpackEncoreService()
  27462.     {
  27463.         $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))));
  27464.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  27465.         return $this->privates['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  27466.     }
  27467.     /**
  27468.      * Gets the private 'cache_pool_clearer.cache_warmer' shared service.
  27469.      *
  27470.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer
  27471.      */
  27472.     protected function getCachePoolClearer_CacheWarmerService()
  27473.     {
  27474.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  27475.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/CachePoolClearerCacheWarmer.php';
  27476.         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']);
  27477.     }
  27478.     /**
  27479.      * Gets the private 'config_builder.warmer' shared service.
  27480.      *
  27481.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer
  27482.      */
  27483.     protected function getConfigBuilder_WarmerService()
  27484.     {
  27485.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  27486.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ConfigBuilderCacheWarmer.php';
  27487.         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()));
  27488.     }
  27489.     /**
  27490.      * Gets the private 'config_cache_factory' shared service.
  27491.      *
  27492.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  27493.      */
  27494.     protected function getConfigCacheFactoryService()
  27495.     {
  27496.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  27497.             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)));
  27498.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  27499.         }, 2));
  27500.     }
  27501.     /**
  27502.      * Gets the private 'console.command.about' shared service.
  27503.      *
  27504.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  27505.      */
  27506.     protected function getConsole_Command_AboutService()
  27507.     {
  27508.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27509.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  27510.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  27511.         $instance->setName('about');
  27512.         $instance->setDescription('Display information about the current project');
  27513.         return $instance;
  27514.     }
  27515.     /**
  27516.      * Gets the private 'console.command.assets_install' shared service.
  27517.      *
  27518.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  27519.      */
  27520.     protected function getConsole_Command_AssetsInstallService()
  27521.     {
  27522.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27523.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  27524.         $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));
  27525.         $instance->setName('assets:install');
  27526.         $instance->setDescription('Install bundle\'s web assets under a public directory');
  27527.         return $instance;
  27528.     }
  27529.     /**
  27530.      * Gets the private 'console.command.cache_clear' shared service.
  27531.      *
  27532.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  27533.      */
  27534.     protected function getConsole_Command_CacheClearService()
  27535.     {
  27536.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27537.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  27538.         $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())));
  27539.         $instance->setName('cache:clear');
  27540.         $instance->setDescription('Clear the cache');
  27541.         return $instance;
  27542.     }
  27543.     /**
  27544.      * Gets the private 'console.command.cache_pool_clear' shared service.
  27545.      *
  27546.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  27547.      */
  27548.     protected function getConsole_Command_CachePoolClearService()
  27549.     {
  27550.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27551.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  27552.         $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']);
  27553.         $instance->setName('cache:pool:clear');
  27554.         $instance->setDescription('Clear cache pools');
  27555.         return $instance;
  27556.     }
  27557.     /**
  27558.      * Gets the private 'console.command.cache_pool_delete' shared service.
  27559.      *
  27560.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  27561.      */
  27562.     protected function getConsole_Command_CachePoolDeleteService()
  27563.     {
  27564.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27565.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  27566.         $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']);
  27567.         $instance->setName('cache:pool:delete');
  27568.         $instance->setDescription('Delete an item from a cache pool');
  27569.         return $instance;
  27570.     }
  27571.     /**
  27572.      * Gets the private 'console.command.cache_pool_list' shared service.
  27573.      *
  27574.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  27575.      */
  27576.     protected function getConsole_Command_CachePoolListService()
  27577.     {
  27578.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27579.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  27580.         $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']);
  27581.         $instance->setName('cache:pool:list');
  27582.         $instance->setDescription('List available cache pools');
  27583.         return $instance;
  27584.     }
  27585.     /**
  27586.      * Gets the private 'console.command.cache_pool_prune' shared service.
  27587.      *
  27588.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  27589.      */
  27590.     protected function getConsole_Command_CachePoolPruneService()
  27591.     {
  27592.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27593.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  27594.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  27595.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  27596.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  27597.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  27598.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  27599.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  27600.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  27601.             yield 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService());
  27602.             yield 'cache.rate_limiter' => ($this->services['cache.rate_limiter'] ?? $this->getCache_RateLimiterService());
  27603.             yield 'doctrine.result_cache_pool' => ($this->privates['doctrine.result_cache_pool'] ?? $this->getDoctrine_ResultCachePoolService());
  27604.             yield 'doctrine.system_cache_pool' => ($this->privates['doctrine.system_cache_pool'] ?? $this->getDoctrine_SystemCachePoolService());
  27605.             yield 'rate_limiter_storage_pool' => ($this->privates['rate_limiter_storage_pool'] ?? $this->getRateLimiterStoragePoolService());
  27606.             yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService());
  27607.             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());
  27608.             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());
  27609.             yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  27610.             yield 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService());
  27611.         }, 16));
  27612.         $instance->setName('cache:pool:prune');
  27613.         $instance->setDescription('Prune cache pools');
  27614.         return $instance;
  27615.     }
  27616.     /**
  27617.      * Gets the private 'console.command.cache_warmup' shared service.
  27618.      *
  27619.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  27620.      */
  27621.     protected function getConsole_Command_CacheWarmupService()
  27622.     {
  27623.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27624.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  27625.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  27626.         $instance->setName('cache:warmup');
  27627.         $instance->setDescription('Warm up an empty cache');
  27628.         return $instance;
  27629.     }
  27630.     /**
  27631.      * Gets the private 'console.command.config_debug' shared service.
  27632.      *
  27633.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  27634.      */
  27635.     protected function getConsole_Command_ConfigDebugService()
  27636.     {
  27637.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27638.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  27639.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  27640.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  27641.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  27642.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  27643.         $instance->setName('debug:config');
  27644.         $instance->setDescription('Dump the current configuration for an extension');
  27645.         return $instance;
  27646.     }
  27647.     /**
  27648.      * Gets the private 'console.command.config_dump_reference' shared service.
  27649.      *
  27650.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  27651.      */
  27652.     protected function getConsole_Command_ConfigDumpReferenceService()
  27653.     {
  27654.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27655.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  27656.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  27657.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  27658.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  27659.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  27660.         $instance->setName('config:dump-reference');
  27661.         $instance->setDescription('Dump the default configuration for an extension');
  27662.         return $instance;
  27663.     }
  27664.     /**
  27665.      * Gets the private 'console.command.container_debug' shared service.
  27666.      *
  27667.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  27668.      */
  27669.     protected function getConsole_Command_ContainerDebugService()
  27670.     {
  27671.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27672.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  27673.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  27674.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  27675.         $instance->setName('debug:container');
  27676.         $instance->setDescription('Display current services for an application');
  27677.         return $instance;
  27678.     }
  27679.     /**
  27680.      * Gets the private 'console.command.container_lint' shared service.
  27681.      *
  27682.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  27683.      */
  27684.     protected function getConsole_Command_ContainerLintService()
  27685.     {
  27686.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27687.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  27688.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  27689.         $instance->setName('lint:container');
  27690.         $instance->setDescription('Ensure that arguments injected into services match type declarations');
  27691.         return $instance;
  27692.     }
  27693.     /**
  27694.      * Gets the private 'console.command.debug_autowiring' shared service.
  27695.      *
  27696.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  27697.      */
  27698.     protected function getConsole_Command_DebugAutowiringService()
  27699.     {
  27700.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27701.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  27702.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  27703.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  27704.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  27705.         $instance->setName('debug:autowiring');
  27706.         $instance->setDescription('List classes/interfaces you can use for autowiring');
  27707.         return $instance;
  27708.     }
  27709.     /**
  27710.      * Gets the private 'console.command.dotenv_debug' shared service.
  27711.      *
  27712.      * @return \Symfony\Component\Dotenv\Command\DebugCommand
  27713.      */
  27714.     protected function getConsole_Command_DotenvDebugService()
  27715.     {
  27716.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27717.         include_once \dirname(__DIR__4).'/vendor/symfony/dotenv/Command/DebugCommand.php';
  27718.         $this->privates['console.command.dotenv_debug'] = $instance = new \Symfony\Component\Dotenv\Command\DebugCommand('dev', \dirname(__DIR__4));
  27719.         $instance->setName('debug:dotenv');
  27720.         $instance->setDescription('Lists all dotenv files with variables and values');
  27721.         return $instance;
  27722.     }
  27723.     /**
  27724.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  27725.      *
  27726.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  27727.      */
  27728.     protected function getConsole_Command_EventDispatcherDebugService()
  27729.     {
  27730.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27731.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  27732.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->privates['.service_locator.6p_SLSM'] ?? $this->get_ServiceLocator_6pSLSMService()));
  27733.         $instance->setName('debug:event-dispatcher');
  27734.         $instance->setDescription('Display configured listeners for an application');
  27735.         return $instance;
  27736.     }
  27737.     /**
  27738.      * Gets the private 'console.command.form_debug' shared service.
  27739.      *
  27740.      * @return \Symfony\Component\Form\Command\DebugCommand
  27741.      */
  27742.     protected function getConsole_Command_FormDebugService()
  27743.     {
  27744.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27745.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Command/DebugCommand.php';
  27746.         $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\\SinglePhotosType'=> '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()));
  27747.         $instance->setName('debug:form');
  27748.         $instance->setDescription('Display form type information');
  27749.         return $instance;
  27750.     }
  27751.     /**
  27752.      * Gets the private 'console.command.messenger_consume_messages' shared service.
  27753.      *
  27754.      * @return \Symfony\Component\Messenger\Command\ConsumeMessagesCommand
  27755.      */
  27756.     protected function getConsole_Command_MessengerConsumeMessagesService()
  27757.     {
  27758.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27759.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/ConsumeMessagesCommand.php';
  27760.         $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']);
  27761.         $instance->setName('messenger:consume');
  27762.         $instance->setDescription('Consume messages');
  27763.         return $instance;
  27764.     }
  27765.     /**
  27766.      * Gets the private 'console.command.messenger_debug' shared service.
  27767.      *
  27768.      * @return \Symfony\Component\Messenger\Command\DebugCommand
  27769.      */
  27770.     protected function getConsole_Command_MessengerDebugService()
  27771.     {
  27772.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27773.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/DebugCommand.php';
  27774.         $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\\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'=> []]]]]);
  27775.         $instance->setName('debug:messenger');
  27776.         $instance->setDescription('List messages you can dispatch using the message buses');
  27777.         return $instance;
  27778.     }
  27779.     /**
  27780.      * Gets the private 'console.command.messenger_failed_messages_remove' shared service.
  27781.      *
  27782.      * @return \Symfony\Component\Messenger\Command\FailedMessagesRemoveCommand
  27783.      */
  27784.     protected function getConsole_Command_MessengerFailedMessagesRemoveService()
  27785.     {
  27786.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27787.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/AbstractFailedMessagesCommand.php';
  27788.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/FailedMessagesRemoveCommand.php';
  27789.         $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()));
  27790.         $instance->setName('messenger:failed:remove');
  27791.         $instance->setDescription('Remove given messages from the failure transport');
  27792.         return $instance;
  27793.     }
  27794.     /**
  27795.      * Gets the private 'console.command.messenger_failed_messages_retry' shared service.
  27796.      *
  27797.      * @return \Symfony\Component\Messenger\Command\FailedMessagesRetryCommand
  27798.      */
  27799.     protected function getConsole_Command_MessengerFailedMessagesRetryService()
  27800.     {
  27801.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27802.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/AbstractFailedMessagesCommand.php';
  27803.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/FailedMessagesRetryCommand.php';
  27804.         $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()));
  27805.         $instance->setName('messenger:failed:retry');
  27806.         $instance->setDescription('Retry one or more messages from the failure transport');
  27807.         return $instance;
  27808.     }
  27809.     /**
  27810.      * Gets the private 'console.command.messenger_failed_messages_show' shared service.
  27811.      *
  27812.      * @return \Symfony\Component\Messenger\Command\FailedMessagesShowCommand
  27813.      */
  27814.     protected function getConsole_Command_MessengerFailedMessagesShowService()
  27815.     {
  27816.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27817.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/AbstractFailedMessagesCommand.php';
  27818.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/FailedMessagesShowCommand.php';
  27819.         $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()));
  27820.         $instance->setName('messenger:failed:show');
  27821.         $instance->setDescription('Show one or more messages from the failure transport');
  27822.         return $instance;
  27823.     }
  27824.     /**
  27825.      * Gets the private 'console.command.messenger_setup_transports' shared service.
  27826.      *
  27827.      * @return \Symfony\Component\Messenger\Command\SetupTransportsCommand
  27828.      */
  27829.     protected function getConsole_Command_MessengerSetupTransportsService()
  27830.     {
  27831.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27832.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/SetupTransportsCommand.php';
  27833.         $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']);
  27834.         $instance->setName('messenger:setup-transports');
  27835.         $instance->setDescription('Prepare the required infrastructure for the transport');
  27836.         return $instance;
  27837.     }
  27838.     /**
  27839.      * Gets the private 'console.command.messenger_stop_workers' shared service.
  27840.      *
  27841.      * @return \Symfony\Component\Messenger\Command\StopWorkersCommand
  27842.      */
  27843.     protected function getConsole_Command_MessengerStopWorkersService()
  27844.     {
  27845.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27846.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/StopWorkersCommand.php';
  27847.         $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()));
  27848.         $instance->setName('messenger:stop-workers');
  27849.         $instance->setDescription('Stop workers after their current message');
  27850.         return $instance;
  27851.     }
  27852.     /**
  27853.      * Gets the private 'console.command.router_debug' shared service.
  27854.      *
  27855.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  27856.      */
  27857.     protected function getConsole_Command_RouterDebugService()
  27858.     {
  27859.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27860.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  27861.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  27862.         $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()));
  27863.         $instance->setName('debug:router');
  27864.         $instance->setDescription('Display current routes for an application');
  27865.         return $instance;
  27866.     }
  27867.     /**
  27868.      * Gets the private 'console.command.router_match' shared service.
  27869.      *
  27870.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  27871.      */
  27872.     protected function getConsole_Command_RouterMatchService()
  27873.     {
  27874.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27875.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  27876.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()), new RewindableGenerator(function () {
  27877.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  27878.         }, 1));
  27879.         $instance->setName('router:match');
  27880.         $instance->setDescription('Help debug routes by simulating a path info match');
  27881.         return $instance;
  27882.     }
  27883.     /**
  27884.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  27885.      *
  27886.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  27887.      */
  27888.     protected function getConsole_Command_SecretsDecryptToLocalService()
  27889.     {
  27890.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27891.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  27892.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  27893.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  27894.         $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')))));
  27895.         $instance->setName('secrets:decrypt-to-local');
  27896.         $instance->setDescription('Decrypt all secrets and stores them in the local vault');
  27897.         return $instance;
  27898.     }
  27899.     /**
  27900.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  27901.      *
  27902.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  27903.      */
  27904.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  27905.     {
  27906.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27907.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  27908.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  27909.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  27910.         $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')))));
  27911.         $instance->setName('secrets:encrypt-from-local');
  27912.         $instance->setDescription('Encrypt all local secrets to the vault');
  27913.         return $instance;
  27914.     }
  27915.     /**
  27916.      * Gets the private 'console.command.secrets_generate_key' shared service.
  27917.      *
  27918.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  27919.      */
  27920.     protected function getConsole_Command_SecretsGenerateKeyService()
  27921.     {
  27922.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27923.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  27924.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  27925.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  27926.         $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')))));
  27927.         $instance->setName('secrets:generate-keys');
  27928.         $instance->setDescription('Generate new encryption keys');
  27929.         return $instance;
  27930.     }
  27931.     /**
  27932.      * Gets the private 'console.command.secrets_list' shared service.
  27933.      *
  27934.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  27935.      */
  27936.     protected function getConsole_Command_SecretsListService()
  27937.     {
  27938.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27939.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  27940.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  27941.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  27942.         $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')))));
  27943.         $instance->setName('secrets:list');
  27944.         $instance->setDescription('List all secrets');
  27945.         return $instance;
  27946.     }
  27947.     /**
  27948.      * Gets the private 'console.command.secrets_remove' shared service.
  27949.      *
  27950.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  27951.      */
  27952.     protected function getConsole_Command_SecretsRemoveService()
  27953.     {
  27954.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27955.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  27956.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  27957.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  27958.         $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')))));
  27959.         $instance->setName('secrets:remove');
  27960.         $instance->setDescription('Remove a secret from the vault');
  27961.         return $instance;
  27962.     }
  27963.     /**
  27964.      * Gets the private 'console.command.secrets_set' shared service.
  27965.      *
  27966.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  27967.      */
  27968.     protected function getConsole_Command_SecretsSetService()
  27969.     {
  27970.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27971.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  27972.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  27973.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  27974.         $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')))));
  27975.         $instance->setName('secrets:set');
  27976.         $instance->setDescription('Set a secret in the vault');
  27977.         return $instance;
  27978.     }
  27979.     /**
  27980.      * Gets the private 'console.command.translation_debug' shared service.
  27981.      *
  27982.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  27983.      */
  27984.     protected function getConsole_Command_TranslationDebugService()
  27985.     {
  27986.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27987.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  27988.         $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/Service/Lead/LeadService.php'), 16 => (\dirname(__DIR__4).'/src/App/Service/Subscriptions/SubscriptionEmailingService.php'), 17 => (\dirname(__DIR__4).'/src/App/Service/User/SubAccountService.php'), 18 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Controller/Admin/TeamController.php'), 19 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Controller/Admin/UserController.php'), 20 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Controller/Admin/UserSubAccountController.php'), 21 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Controller/Api/UserController.php'), 22 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Controller/Api/V3/UserController.php'), 23 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Controller/Api/V4/UserController.php'), 24 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Controller/ExternalProfileController.php'), 25 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Controller/PersonalInfoController.php'), 26 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Controller/QuickRegistrationController.php'), 27 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Controller/UserController.php'), 28 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/EventListener/ConfigureMenuEventSubscriber.php'), 29 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/EventListener/SwitchUserSubscriber.php'), 30 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Services/UserManager.php'), 31 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Adapter/MailerService.php'), 32 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Command/MoonshotCacheWarmerCommand.php'), 33 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Service/JoinUsService.php'), 34 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Admin/TestimonialController.php'), 35 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Service/HomeSubMenuService.php'), 36 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/DefaultController.php'), 37 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/FeedbackController.php'), 38 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/JoinUsController.php'), 39 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/EventListener/FeedbackListener.php'), 40 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/EventListener/SiteMapListener.php'), 41 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Listener/ConfigureMenuEventSubscriber.php'), 42 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Menu/MenuBuilder.php'), 43 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Service/MenuBuilderService.php'), 44 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Service/Setting.php'), 45 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Builder/MetaTagsBuilder.php'), 46 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Command/AutoBumpUpListingsCommand.php'), 47 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Command/CallRequestCommand.php'), 48 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Command/ListingNotificationCommand.php'), 49 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Command/ProjectReportCommand.php'), 50 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Admin/LeadsController.php'), 51 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Admin/ListingController.php'), 52 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/ListBuilder.php'), 53 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Admin/ListingPendingFeaturingController.php'), 54 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Admin/LocationController.php'), 55 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Api/CustomFieldController.php'), 56 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Api/LeadController.php'), 57 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Api/ListingController.php'), 58 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/NewsFeed/ListingNewsFeed.php'), 59 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Api/RateController.php'), 60 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Api/V3/ListingController.php'), 61 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/V3/ListingDepthProductsService.php'), 62 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Traits/EntityManagerAwareTrait.php'), 63 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Api/V3/RateController.php'), 64 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/V4/ConditionalFieldService.php'), 65 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/V4/ListingFilters.php'), 66 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Traits/Filterable.php'), 67 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Api/V4/ListingController.php'), 68 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/V4/ListingStatisticService.php'), 69 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/DefaultController.php'), 70 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/LeadController.php'), 71 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/ListingController.php'), 72 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/SearchBundle/Services/CompoundFaqsService.php'), 73 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/TransactionController.php'), 74 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/EventListener/ConfigureMenuEventSubscriber.php'), 75 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/EventListener/LeadPreSerializerSubscriber.php'), 76 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/EventListener/LeadSubscribeListener.php'), 77 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/EventListener/ListingPreSerializerListener.php'), 78 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/EventListener/ListingRuleListener.php'), 79 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/EventListener/ListingStatusListener.php'), 80 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Model/ShowPhoneNumberEmailBodyBuilder.php'), 81 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/CallRequestManager.php'), 82 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/CompoundService.php'), 83 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/LeadService.php'), 84 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/LeadValidationService.php'), 85 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/WhatsappEmailService.php'), 86 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/LeadsCRMService.php'), 87 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/LeadsInsightsService.php'), 88 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/ListingFeatureService.php'), 89 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/ListingManager.php'), 90 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Service/NumberToWord.php'), 91 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/ListingRateService.php'), 92 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/LocationManager.php'), 93 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/SearchBundle/Services/ElasticListingSearch/RelatedListingSearch.php'), 94 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/ReviewService.php'), 95 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/ScrapedListingService.php'), 96 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/TopCustomerService.php'), 97 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/V4/ListingService.php'), 98 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Menu/Builder.php'), 99 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/MessageBundle/Command/MessageCommand.php'), 100 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Controller/Admin/CreditPackageController.php'), 101 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Controller/Admin/FaqController.php'), 102 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/EventListener/ConfigureMenuEventSubscriber.php'), 103 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Services/TransferValidator.php'), 104 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Services/CreditManager.php'), 105 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/PaymentBundle/Service/PaymentManager.php'), 106 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/NotifierBundle/Controller/DefaultController.php'), 107 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/BuyerAlertsBundle/Command/BuyerAlertsCommand.php'), 108 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/BuyerAlertsBundle/Command/SendRecentListingsEmailCommand.php'), 109 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/BuyerAlertsBundle/Controller/BuyerAlertsController.php'), 110 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/BuyerAlertsBundle/Service/BuyerAlertsEmailingService.php'), 111 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/MortgageBundle/Controller/DefaultController.php'), 112 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/MortgageBundle/EventListener/MortgageSubscribeListener.php'), 113 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/NeighborhoodBundle/Command/DiscussionInterestsNotificationCommand.php'), 114 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/NeighborhoodBundle/Controller/DefaultController.php'), 115 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/NeighborhoodBundle/EventListener/ConfigureMenuEventSubscriber.php'), 116 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/NeighborhoodBundle/Menu/MenuBuilder.php'), 117 => (\dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php'), 118 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/DiscussionBundle/Controller/CommentController.php'), 119 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/DiscussionBundle/Controller/DiscussionController.php'), 120 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/DiscussionBundle/Form/DiscussionType.php'), 121 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/DiscussionBundle/Service/DiscussionManager.php'), 122 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/CRMBundle/Controller/Admin/CompanyController.php'), 123 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/CustomerProfilingBundle/Controller/Admin/DynamicQuestionController.php'), 124 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/CustomerProfilingBundle/Controller/AnnualSurveyController.php'), 125 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/CustomerProfilingBundle/EventListener/CustomerProfilingListener.php'), 126 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/CustomerProfilingBundle/Services/CustomerProfilingService.php'), 127 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ExchangeBundle/Controller/Api/ExchangeRequestController.php'), 128 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/PaymentBundle/Controller/Admin/PaymentController.php'), 129 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/PaymentBundle/Controller/Api/PaymentController.php'), 130 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/SearchBundle/Factory/LongTailFactory.php'), 131 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/SearchBundle/Services/ElasticListingSearch/CountListingSearch.php'), 132 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/SearchBundle/Services/ElasticListingSearch/DefaultListingSearch.php'), 133 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ValueEngineBundle/Service/ValueEngineService.php'), 134 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/OTPBundle/Controller/Api/V4/OtpController.php'), 135 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/OTPBundle/Service/OtpService.php'), 136 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), 137 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 138 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), 139 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), 140 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), 141 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php'), 142 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 143 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 144 => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), 145 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/EventListener/FlashListener.php'), 146 => (\dirname(__DIR__4).'/vendor/jms/i18n-routing-bundle/JMS/I18nRoutingBundle/Router/DefaultPatternGenerationStrategy.php'), 147 => (\dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle/Controller/Controller.php'), 148 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/MessageHandler/NewLeadPushNotificationHandler.php'), 149 => (\dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/FormErrorHandler.php'), 150 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Controller/RegistrationController.php'), 151 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 152 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 153 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 154 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php'), 155 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Twig/UserServiceExtension.php'), 156 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Twig/ParseSearchCriteria.php'), 157 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/V4/CompoundlocationLinksBuilderService.php'), 158 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Twig/CreditExtension.php'), 159 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/CustomerProfilingBundle/Twig/CustomerProfilingExtension.php'), 160 => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php')], []);
  27989.         $instance->setName('debug:translation');
  27990.         $instance->setDescription('Display translation messages information');
  27991.         return $instance;
  27992.     }
  27993.     /**
  27994.      * Gets the private 'console.command.translation_extract' shared service.
  27995.      *
  27996.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  27997.      */
  27998.     protected function getConsole_Command_TranslationExtractService()
  27999.     {
  28000.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28001.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  28002.         $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/Service/Lead/LeadService.php'), 16 => (\dirname(__DIR__4).'/src/App/Service/Subscriptions/SubscriptionEmailingService.php'), 17 => (\dirname(__DIR__4).'/src/App/Service/User/SubAccountService.php'), 18 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Controller/Admin/TeamController.php'), 19 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Controller/Admin/UserController.php'), 20 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Controller/Admin/UserSubAccountController.php'), 21 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Controller/Api/UserController.php'), 22 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Controller/Api/V3/UserController.php'), 23 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Controller/Api/V4/UserController.php'), 24 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Controller/ExternalProfileController.php'), 25 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Controller/PersonalInfoController.php'), 26 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Controller/QuickRegistrationController.php'), 27 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Controller/UserController.php'), 28 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/EventListener/ConfigureMenuEventSubscriber.php'), 29 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/EventListener/SwitchUserSubscriber.php'), 30 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Services/UserManager.php'), 31 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Adapter/MailerService.php'), 32 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Command/MoonshotCacheWarmerCommand.php'), 33 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Service/JoinUsService.php'), 34 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/Admin/TestimonialController.php'), 35 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Service/HomeSubMenuService.php'), 36 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/DefaultController.php'), 37 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/FeedbackController.php'), 38 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Controller/JoinUsController.php'), 39 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/EventListener/FeedbackListener.php'), 40 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/EventListener/SiteMapListener.php'), 41 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Listener/ConfigureMenuEventSubscriber.php'), 42 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Menu/MenuBuilder.php'), 43 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Service/MenuBuilderService.php'), 44 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Service/Setting.php'), 45 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Builder/MetaTagsBuilder.php'), 46 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Command/AutoBumpUpListingsCommand.php'), 47 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Command/CallRequestCommand.php'), 48 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Command/ListingNotificationCommand.php'), 49 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Command/ProjectReportCommand.php'), 50 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Admin/LeadsController.php'), 51 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Admin/ListingController.php'), 52 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/ListBuilder.php'), 53 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Admin/ListingPendingFeaturingController.php'), 54 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Admin/LocationController.php'), 55 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Api/CustomFieldController.php'), 56 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Api/LeadController.php'), 57 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Api/ListingController.php'), 58 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/NewsFeed/ListingNewsFeed.php'), 59 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Api/RateController.php'), 60 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Api/V3/ListingController.php'), 61 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/V3/ListingDepthProductsService.php'), 62 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Traits/EntityManagerAwareTrait.php'), 63 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Api/V3/RateController.php'), 64 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/V4/ConditionalFieldService.php'), 65 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/V4/ListingFilters.php'), 66 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Traits/Filterable.php'), 67 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/Api/V4/ListingController.php'), 68 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/V4/ListingStatisticService.php'), 69 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/DefaultController.php'), 70 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/LeadController.php'), 71 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/ListingController.php'), 72 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/SearchBundle/Services/CompoundFaqsService.php'), 73 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Controller/TransactionController.php'), 74 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/EventListener/ConfigureMenuEventSubscriber.php'), 75 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/EventListener/LeadPreSerializerSubscriber.php'), 76 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/EventListener/LeadSubscribeListener.php'), 77 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/EventListener/ListingPreSerializerListener.php'), 78 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/EventListener/ListingRuleListener.php'), 79 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/EventListener/ListingStatusListener.php'), 80 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Model/ShowPhoneNumberEmailBodyBuilder.php'), 81 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/CallRequestManager.php'), 82 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/CompoundService.php'), 83 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/LeadService.php'), 84 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/LeadValidationService.php'), 85 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/WhatsappEmailService.php'), 86 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/LeadsCRMService.php'), 87 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/LeadsInsightsService.php'), 88 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/ListingFeatureService.php'), 89 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/ListingManager.php'), 90 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/Service/NumberToWord.php'), 91 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/ListingRateService.php'), 92 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/LocationManager.php'), 93 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/SearchBundle/Services/ElasticListingSearch/RelatedListingSearch.php'), 94 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/ReviewService.php'), 95 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/ScrapedListingService.php'), 96 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/TopCustomerService.php'), 97 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/V4/ListingService.php'), 98 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Menu/Builder.php'), 99 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/MessageBundle/Command/MessageCommand.php'), 100 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Controller/Admin/CreditPackageController.php'), 101 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Controller/Admin/FaqController.php'), 102 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/EventListener/ConfigureMenuEventSubscriber.php'), 103 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Services/TransferValidator.php'), 104 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Services/CreditManager.php'), 105 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/PaymentBundle/Service/PaymentManager.php'), 106 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/NotifierBundle/Controller/DefaultController.php'), 107 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/BuyerAlertsBundle/Command/BuyerAlertsCommand.php'), 108 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/BuyerAlertsBundle/Command/SendRecentListingsEmailCommand.php'), 109 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/BuyerAlertsBundle/Controller/BuyerAlertsController.php'), 110 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/BuyerAlertsBundle/Service/BuyerAlertsEmailingService.php'), 111 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/MortgageBundle/Controller/DefaultController.php'), 112 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/MortgageBundle/EventListener/MortgageSubscribeListener.php'), 113 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/NeighborhoodBundle/Command/DiscussionInterestsNotificationCommand.php'), 114 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/NeighborhoodBundle/Controller/DefaultController.php'), 115 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/NeighborhoodBundle/EventListener/ConfigureMenuEventSubscriber.php'), 116 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/NeighborhoodBundle/Menu/MenuBuilder.php'), 117 => (\dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php'), 118 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/DiscussionBundle/Controller/CommentController.php'), 119 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/DiscussionBundle/Controller/DiscussionController.php'), 120 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/DiscussionBundle/Form/DiscussionType.php'), 121 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/DiscussionBundle/Service/DiscussionManager.php'), 122 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/CRMBundle/Controller/Admin/CompanyController.php'), 123 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/CustomerProfilingBundle/Controller/Admin/DynamicQuestionController.php'), 124 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/CustomerProfilingBundle/Controller/AnnualSurveyController.php'), 125 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/CustomerProfilingBundle/EventListener/CustomerProfilingListener.php'), 126 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/CustomerProfilingBundle/Services/CustomerProfilingService.php'), 127 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ExchangeBundle/Controller/Api/ExchangeRequestController.php'), 128 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/PaymentBundle/Controller/Admin/PaymentController.php'), 129 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/PaymentBundle/Controller/Api/PaymentController.php'), 130 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/SearchBundle/Factory/LongTailFactory.php'), 131 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/SearchBundle/Services/ElasticListingSearch/CountListingSearch.php'), 132 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/SearchBundle/Services/ElasticListingSearch/DefaultListingSearch.php'), 133 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ValueEngineBundle/Service/ValueEngineService.php'), 134 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/OTPBundle/Controller/Api/V4/OtpController.php'), 135 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/OTPBundle/Service/OtpService.php'), 136 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), 137 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 138 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), 139 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), 140 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), 141 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php'), 142 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 143 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 144 => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), 145 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/EventListener/FlashListener.php'), 146 => (\dirname(__DIR__4).'/vendor/jms/i18n-routing-bundle/JMS/I18nRoutingBundle/Router/DefaultPatternGenerationStrategy.php'), 147 => (\dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle/Controller/Controller.php'), 148 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/MessageHandler/NewLeadPushNotificationHandler.php'), 149 => (\dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/FormErrorHandler.php'), 150 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Controller/RegistrationController.php'), 151 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 152 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 153 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 154 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php'), 155 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Twig/UserServiceExtension.php'), 156 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Twig/ParseSearchCriteria.php'), 157 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Service/V4/CompoundlocationLinksBuilderService.php'), 158 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/Twig/CreditExtension.php'), 159 => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/CustomerProfilingBundle/Twig/CustomerProfilingExtension.php'), 160 => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php')], []);
  28003.         $instance->setName('translation:extract');
  28004.         $instance->setAliases([=> 'translation:update']);
  28005.         $instance->setDescription('Extract missing translations keys from code to translation files.');
  28006.         return $instance;
  28007.     }
  28008.     /**
  28009.      * Gets the private 'console.command.translation_pull' shared service.
  28010.      *
  28011.      * @return \Symfony\Component\Translation\Command\TranslationPullCommand
  28012.      */
  28013.     protected function getConsole_Command_TranslationPullService()
  28014.     {
  28015.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28016.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  28017.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPullCommand.php';
  28018.         $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', [], []);
  28019.         $instance->setName('translation:pull');
  28020.         $instance->setDescription('Pull translations from a given provider.');
  28021.         return $instance;
  28022.     }
  28023.     /**
  28024.      * Gets the private 'console.command.translation_push' shared service.
  28025.      *
  28026.      * @return \Symfony\Component\Translation\Command\TranslationPushCommand
  28027.      */
  28028.     protected function getConsole_Command_TranslationPushService()
  28029.     {
  28030.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28031.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  28032.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPushCommand.php';
  28033.         $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()), [], []);
  28034.         $instance->setName('translation:push');
  28035.         $instance->setDescription('Push translations to a given provider.');
  28036.         return $instance;
  28037.     }
  28038.     /**
  28039.      * Gets the private 'console.command.validator_debug' shared service.
  28040.      *
  28041.      * @return \Symfony\Component\Validator\Command\DebugCommand
  28042.      */
  28043.     protected function getConsole_Command_ValidatorDebugService()
  28044.     {
  28045.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28046.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Command/DebugCommand.php';
  28047.         $this->privates['console.command.validator_debug'] = $instance = new \Symfony\Component\Validator\Command\DebugCommand(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  28048.         $instance->setName('debug:validator');
  28049.         $instance->setDescription('Display validation constraints for classes');
  28050.         return $instance;
  28051.     }
  28052.     /**
  28053.      * Gets the private 'console.command.xliff_lint' shared service.
  28054.      *
  28055.      * @return \Symfony\Component\Translation\Command\XliffLintCommand
  28056.      */
  28057.     protected function getConsole_Command_XliffLintService()
  28058.     {
  28059.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28060.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  28061.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Component\Translation\Command\XliffLintCommand();
  28062.         $instance->setName('lint:xliff');
  28063.         $instance->setDescription('Lint an XLIFF file and outputs encountered errors');
  28064.         return $instance;
  28065.     }
  28066.     /**
  28067.      * Gets the private 'console.command.yaml_lint' shared service.
  28068.      *
  28069.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  28070.      */
  28071.     protected function getConsole_Command_YamlLintService()
  28072.     {
  28073.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28074.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  28075.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  28076.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  28077.         $instance->setName('lint:yaml');
  28078.         $instance->setDescription('Lint a YAML file and outputs encountered errors');
  28079.         return $instance;
  28080.     }
  28081.     /**
  28082.      * Gets the private 'console.error_listener' shared service.
  28083.      *
  28084.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  28085.      */
  28086.     protected function getConsole_ErrorListenerService()
  28087.     {
  28088.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  28089.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  28090.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  28091.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  28092.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  28093.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  28094.     }
  28095.     /**
  28096.      * Gets the private 'container.env_var_processor' shared service.
  28097.      *
  28098.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  28099.      */
  28100.     protected function getContainer_EnvVarProcessorService()
  28101.     {
  28102.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  28103.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  28104.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  28105.             yield => ($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService());
  28106.         }, 1));
  28107.     }
  28108.     /**
  28109.      * Gets the private 'container.getenv' shared service.
  28110.      *
  28111.      * @return \Closure
  28112.      */
  28113.     protected function getContainer_GetenvService()
  28114.     {
  28115.         return $this->privates['container.getenv'] = \Closure::fromCallable([=> $this=> 'getEnv']);
  28116.     }
  28117.     /**
  28118.      * Gets the private 'data_collector.form' shared service.
  28119.      *
  28120.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  28121.      */
  28122.     protected function getDataCollector_FormService()
  28123.     {
  28124.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  28125.     }
  28126.     /**
  28127.      * Gets the private 'data_collector.request' shared service.
  28128.      *
  28129.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  28130.      */
  28131.     protected function getDataCollector_RequestService()
  28132.     {
  28133.         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())));
  28134.     }
  28135.     /**
  28136.      * Gets the private 'data_collector.request.session_collector' shared service.
  28137.      *
  28138.      * @return \Closure
  28139.      */
  28140.     protected function getDataCollector_Request_SessionCollectorService()
  28141.     {
  28142.         return $this->privates['data_collector.request.session_collector'] = \Closure::fromCallable([=> ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()), => 'collectSessionUsage']);
  28143.     }
  28144.     /**
  28145.      * Gets the private 'debug.argument_resolver.default' shared service.
  28146.      *
  28147.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  28148.      */
  28149.     protected function getDebug_ArgumentResolver_DefaultService()
  28150.     {
  28151.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  28152.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  28153.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  28154.         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))));
  28155.     }
  28156.     /**
  28157.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  28158.      *
  28159.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  28160.      */
  28161.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  28162.     {
  28163.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  28164.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  28165.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  28166.         $a = ($this->privates['.service_locator.nubiGXU'] ?? $this->get_ServiceLocator_NubiGXUService());
  28167.         if (isset($this->privates['debug.argument_resolver.not_tagged_controller'])) {
  28168.             return $this->privates['debug.argument_resolver.not_tagged_controller'];
  28169.         }
  28170.         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))));
  28171.     }
  28172.     /**
  28173.      * Gets the private 'debug.argument_resolver.request' shared service.
  28174.      *
  28175.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  28176.      */
  28177.     protected function getDebug_ArgumentResolver_RequestService()
  28178.     {
  28179.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  28180.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  28181.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  28182.         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))));
  28183.     }
  28184.     /**
  28185.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  28186.      *
  28187.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  28188.      */
  28189.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  28190.     {
  28191.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  28192.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  28193.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  28194.         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))));
  28195.     }
  28196.     /**
  28197.      * Gets the private 'debug.argument_resolver.service' shared service.
  28198.      *
  28199.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  28200.      */
  28201.     protected function getDebug_ArgumentResolver_ServiceService()
  28202.     {
  28203.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  28204.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  28205.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  28206.         $a = ($this->privates['.service_locator.nubiGXU'] ?? $this->get_ServiceLocator_NubiGXUService());
  28207.         if (isset($this->privates['debug.argument_resolver.service'])) {
  28208.             return $this->privates['debug.argument_resolver.service'];
  28209.         }
  28210.         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))));
  28211.     }
  28212.     /**
  28213.      * Gets the private 'debug.argument_resolver.session' shared service.
  28214.      *
  28215.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  28216.      */
  28217.     protected function getDebug_ArgumentResolver_SessionService()
  28218.     {
  28219.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  28220.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  28221.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  28222.         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))));
  28223.     }
  28224.     /**
  28225.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  28226.      *
  28227.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  28228.      */
  28229.     protected function getDebug_ArgumentResolver_VariadicService()
  28230.     {
  28231.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  28232.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  28233.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  28234.         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))));
  28235.     }
  28236.     /**
  28237.      * Gets the private 'debug.debug_handlers_listener' shared service.
  28238.      *
  28239.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  28240.      */
  28241.     protected function getDebug_DebugHandlersListenerService()
  28242.     {
  28243.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  28244.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  28245.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  28246.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  28247.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  28248.         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()));
  28249.     }
  28250.     /**
  28251.      * Gets the private 'debug.dump_listener' shared service.
  28252.      *
  28253.      * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  28254.      */
  28255.     protected function getDebug_DumpListenerService()
  28256.     {
  28257.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
  28258.         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()));
  28259.     }
  28260.     /**
  28261.      * Gets the private 'debug.file_link_formatter' shared service.
  28262.      *
  28263.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  28264.      */
  28265.     protected function getDebug_FileLinkFormatterService()
  28266.     {
  28267.         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 () {
  28268.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  28269.         });
  28270.     }
  28271.     /**
  28272.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  28273.      *
  28274.      * @return \string
  28275.      */
  28276.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  28277.     {
  28278.         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');
  28279.     }
  28280.     /**
  28281.      * Gets the private 'debug.log_processor' shared service.
  28282.      *
  28283.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  28284.      */
  28285.     protected function getDebug_LogProcessorService()
  28286.     {
  28287.         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())));
  28288.     }
  28289.     /**
  28290.      * Gets the private 'debug.security.access.decision_manager' shared service.
  28291.      *
  28292.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  28293.      */
  28294.     protected function getDebug_Security_Access_DecisionManagerService()
  28295.     {
  28296.         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 () {
  28297.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  28298.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService());
  28299.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  28300.             yield => ($this->privates['debug.security.voter.Aqarmap\\Bundle\\UserBundle\\Security\\Authorization\\Voter\\NonIndividualVoter'] ?? $this->getNonIndividualVoterService());
  28301.             yield => ($this->privates['debug.security.voter.Aqarmap\\Bundle\\ListingBundle\\Security\\Authorization\\Voter\\OwnerVoter'] ?? $this->getOwnerVoterService());
  28302.         }, 5), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  28303.     }
  28304.     /**
  28305.      * Gets the private 'debug.security.firewall' shared service.
  28306.      *
  28307.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  28308.      */
  28309.     protected function getDebug_Security_FirewallService()
  28310.     {
  28311.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  28312.         if (isset($this->privates['debug.security.firewall'])) {
  28313.             return $this->privates['debug.security.firewall'];
  28314.         }
  28315.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  28316.         if (isset($this->privates['debug.security.firewall'])) {
  28317.             return $this->privates['debug.security.firewall'];
  28318.         }
  28319.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  28320.     }
  28321.     /**
  28322.      * Gets the private 'debug.security.user_value_resolver' shared service.
  28323.      *
  28324.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  28325.      */
  28326.     protected function getDebug_Security_UserValueResolverService()
  28327.     {
  28328.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  28329.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  28330.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  28331.         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))));
  28332.     }
  28333.     /**
  28334.      * Gets the private 'debug.security.voter.Aqarmap\Bundle\ListingBundle\Security\Authorization\Voter\OwnerVoter' shared service.
  28335.      *
  28336.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  28337.      */
  28338.     protected function getOwnerVoterService()
  28339.     {
  28340.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  28341.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  28342.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  28343.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  28344.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/Security/Authorization/Voter/OwnerVoter.php';
  28345.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  28346.         if (isset($this->privates['debug.security.voter.Aqarmap\\Bundle\\ListingBundle\\Security\\Authorization\\Voter\\OwnerVoter'])) {
  28347.             return $this->privates['debug.security.voter.Aqarmap\\Bundle\\ListingBundle\\Security\\Authorization\\Voter\\OwnerVoter'];
  28348.         }
  28349.         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);
  28350.     }
  28351.     /**
  28352.      * Gets the private 'debug.security.voter.Aqarmap\Bundle\UserBundle\Security\Authorization\Voter\NonIndividualVoter' shared service.
  28353.      *
  28354.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  28355.      */
  28356.     protected function getNonIndividualVoterService()
  28357.     {
  28358.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  28359.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  28360.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  28361.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  28362.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Security/Authorization/Voter/NonIndividualVoter.php';
  28363.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  28364.         if (isset($this->privates['debug.security.voter.Aqarmap\\Bundle\\UserBundle\\Security\\Authorization\\Voter\\NonIndividualVoter'])) {
  28365.             return $this->privates['debug.security.voter.Aqarmap\\Bundle\\UserBundle\\Security\\Authorization\\Voter\\NonIndividualVoter'];
  28366.         }
  28367.         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);
  28368.     }
  28369.     /**
  28370.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  28371.      *
  28372.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  28373.      */
  28374.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  28375.     {
  28376.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  28377.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  28378.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  28379.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  28380.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  28381.         if (isset($this->privates['debug.security.voter.security.access.authenticated_voter'])) {
  28382.             return $this->privates['debug.security.voter.security.access.authenticated_voter'];
  28383.         }
  28384.         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);
  28385.     }
  28386.     /**
  28387.      * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  28388.      *
  28389.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  28390.      */
  28391.     protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  28392.     {
  28393.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  28394.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  28395.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  28396.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  28397.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  28398.         if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  28399.             return $this->privates['debug.security.voter.security.access.expression_voter'];
  28400.         }
  28401.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  28402.         if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  28403.             return $this->privates['debug.security.voter.security.access.expression_voter'];
  28404.         }
  28405.         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);
  28406.     }
  28407.     /**
  28408.      * Gets the private 'debug.security.voter.security.access.role_hierarchy_voter' shared service.
  28409.      *
  28410.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  28411.      */
  28412.     protected function getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService()
  28413.     {
  28414.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  28415.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  28416.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  28417.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  28418.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleHierarchyVoter.php';
  28419.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  28420.         if (isset($this->privates['debug.security.voter.security.access.role_hierarchy_voter'])) {
  28421.             return $this->privates['debug.security.voter.security.access.role_hierarchy_voter'];
  28422.         }
  28423.         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);
  28424.     }
  28425.     /**
  28426.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  28427.      *
  28428.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  28429.      */
  28430.     protected function getDebug_Security_Voter_VoteListenerService()
  28431.     {
  28432.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  28433.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  28434.         if (isset($this->privates['debug.security.voter.vote_listener'])) {
  28435.             return $this->privates['debug.security.voter.vote_listener'];
  28436.         }
  28437.         return $this->privates['debug.security.voter.vote_listener'] = new \Symfony\Bundle\SecurityBundle\EventListener\VoteListener($a);
  28438.     }
  28439.     /**
  28440.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  28441.      *
  28442.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand
  28443.      */
  28444.     protected function getDoctrine_CacheClearMetadataCommandService()
  28445.     {
  28446.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28447.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  28448.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/MetadataCommand.php';
  28449.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  28450.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearMetadataCacheDoctrineCommand.php';
  28451.         $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()));
  28452.         $instance->setName('doctrine:cache:clear-metadata');
  28453.         return $instance;
  28454.     }
  28455.     /**
  28456.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  28457.      *
  28458.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand
  28459.      */
  28460.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  28461.     {
  28462.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28463.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  28464.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php';
  28465.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  28466.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearQueryCacheDoctrineCommand.php';
  28467.         $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()));
  28468.         $instance->setName('doctrine:cache:clear-query');
  28469.         return $instance;
  28470.     }
  28471.     /**
  28472.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  28473.      *
  28474.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand
  28475.      */
  28476.     protected function getDoctrine_CacheClearResultCommandService()
  28477.     {
  28478.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28479.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  28480.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php';
  28481.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  28482.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearResultCacheDoctrineCommand.php';
  28483.         $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()));
  28484.         $instance->setName('doctrine:cache:clear-result');
  28485.         return $instance;
  28486.     }
  28487.     /**
  28488.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  28489.      *
  28490.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand
  28491.      */
  28492.     protected function getDoctrine_CacheCollectionRegionCommandService()
  28493.     {
  28494.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28495.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  28496.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  28497.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  28498.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CollectionRegionDoctrineCommand.php';
  28499.         $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()));
  28500.         $instance->setName('doctrine:cache:clear-collection-region');
  28501.         return $instance;
  28502.     }
  28503.     /**
  28504.      * Gets the private 'doctrine.clear_entity_region_command' shared service.
  28505.      *
  28506.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand
  28507.      */
  28508.     protected function getDoctrine_ClearEntityRegionCommandService()
  28509.     {
  28510.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28511.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  28512.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  28513.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  28514.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EntityRegionCacheDoctrineCommand.php';
  28515.         $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()));
  28516.         $instance->setName('doctrine:cache:clear-entity-region');
  28517.         return $instance;
  28518.     }
  28519.     /**
  28520.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  28521.      *
  28522.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand
  28523.      */
  28524.     protected function getDoctrine_ClearQueryRegionCommandService()
  28525.     {
  28526.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28527.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  28528.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  28529.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  28530.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/QueryRegionCacheDoctrineCommand.php';
  28531.         $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()));
  28532.         $instance->setName('doctrine:cache:clear-query-region');
  28533.         return $instance;
  28534.     }
  28535.     /**
  28536.      * Gets the private 'doctrine.database_create_command' shared service.
  28537.      *
  28538.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  28539.      */
  28540.     protected function getDoctrine_DatabaseCreateCommandService()
  28541.     {
  28542.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28543.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  28544.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
  28545.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  28546.         $instance->setName('doctrine:database:create');
  28547.         return $instance;
  28548.     }
  28549.     /**
  28550.      * Gets the private 'doctrine.database_drop_command' shared service.
  28551.      *
  28552.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  28553.      */
  28554.     protected function getDoctrine_DatabaseDropCommandService()
  28555.     {
  28556.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28557.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  28558.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
  28559.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  28560.         $instance->setName('doctrine:database:drop');
  28561.         return $instance;
  28562.     }
  28563.     /**
  28564.      * Gets the private 'doctrine.database_import_command' shared service.
  28565.      *
  28566.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand
  28567.      */
  28568.     protected function getDoctrine_DatabaseImportCommandService()
  28569.     {
  28570.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28571.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php';
  28572.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ImportDoctrineCommand.php';
  28573.         $this->privates['doctrine.database_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand();
  28574.         $instance->setName('doctrine:database:import');
  28575.         return $instance;
  28576.     }
  28577.     /**
  28578.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  28579.      *
  28580.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand
  28581.      */
  28582.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  28583.     {
  28584.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28585.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  28586.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  28587.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  28588.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EnsureProductionSettingsDoctrineCommand.php';
  28589.         $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()));
  28590.         $instance->setName('doctrine:ensure-production-settings');
  28591.         return $instance;
  28592.     }
  28593.     /**
  28594.      * Gets the private 'doctrine.fixtures_load_command' shared service.
  28595.      *
  28596.      * @return \Doctrine\Bundle\FixturesBundle\Command\LoadDataFixturesDoctrineCommand
  28597.      */
  28598.     protected function getDoctrine_FixturesLoadCommandService()
  28599.     {
  28600.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28601.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  28602.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Command/LoadDataFixturesDoctrineCommand.php';
  28603.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/src/Loader.php';
  28604.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataFixtures/ContainerAwareLoader.php';
  28605.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Loader/SymfonyFixturesLoader.php';
  28606.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/src/FixtureInterface.php';
  28607.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/src/SharedFixtureInterface.php';
  28608.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/src/AbstractFixture.php';
  28609.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/src/OrderedFixtureInterface.php';
  28610.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  28611.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/BrokerSalesBundle/DataFixtures/ORM/LoadBrokerData.php';
  28612.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/BrokerSalesBundle/DataFixtures/ORM/LoadSellerData.php';
  28613.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CRMBundle/DataFixtures/ORM/LoadCompanyData.php';
  28614.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CRMBundle/DataFixtures/ORM/LoadStaffCheckInData.php';
  28615.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CRMBundle/DataFixtures/ORM/LoadStaffData.php';
  28616.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/DataFixtures/ORM/LoadCreditData.php';
  28617.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/DataFixtures/ORM/LoadPackageData.php';
  28618.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/DataFixtures/ORM/LoadPackageServicesData.php';
  28619.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/DataFixtures/ORM/LoadPaymentData.php';
  28620.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/DataFixtures/ORM/LoadPaymentPackageData.php';
  28621.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle/DataFixtures/ORM/LoadPaymentTokenData.php';
  28622.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CustomerProfilingBundle/DataFixtures/ORM/LoadCustomerProfilingQuestionQueueData.php';
  28623.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CustomerProfilingBundle/DataFixtures/ORM/LoadDynamicQuestionChoiceData.php';
  28624.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CustomerProfilingBundle/DataFixtures/ORM/LoadDynamicQuestionChoiceTranslationData.php';
  28625.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CustomerProfilingBundle/DataFixtures/ORM/LoadDynamicQuestionData.php';
  28626.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CustomerProfilingBundle/DataFixtures/ORM/LoadDynamicQuestionTranslationData.php';
  28627.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CustomerProfilingBundle/DataFixtures/ORM/LoadQuestionSetAnswerData.php';
  28628.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/CustomerProfilingBundle/DataFixtures/ORM/LoadQuestionSetData.php';
  28629.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/DiscussionBundle/DataFixtures/ORM/LoadCommentData.php';
  28630.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/DiscussionBundle/DataFixtures/ORM/LoadDiscussionData.php';
  28631.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ExchangeBundle/DataFixtures/ORM/LoadExchangeRequestData.php';
  28632.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ExchangeBundle/DataFixtures/ORM/LoadExchangeRequestUnlockData.php';
  28633.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/FeatureToggleBundle/DataFixtures/ORM/LoadFeaturesData.php';
  28634.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/DataFixtures/ORM/LoadCallRequestData.php';
  28635.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/DataFixtures/ORM/LoadCallRequestLeadData.php';
  28636.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/DataFixtures/ORM/LoadCompoundLocationData.php';
  28637.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/DataFixtures/ORM/LoadCustomFieldData.php';
  28638.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/DataFixtures/ORM/LoadFeaturedCompanyData.php';
  28639.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/DataFixtures/ORM/LoadFeaturedCompanyLeadData.php';
  28640.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/DataFixtures/ORM/LoadInteractionData.php';
  28641.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/DataFixtures/ORM/LoadLeadData.php';
  28642.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/DataFixtures/ORM/LoadListingAttributeData.php';
  28643.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/DataFixtures/ORM/LoadListingData.php';
  28644.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/DataFixtures/ORM/LoadListingFeatureData.php';
  28645.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/DataFixtures/ORM/LoadListingFeedbackData.php';
  28646.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/DataFixtures/ORM/LoadListingLeadData.php';
  28647.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/DataFixtures/ORM/LoadListingNoteData.php';
  28648.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/DataFixtures/ORM/LoadListingNotificationData.php';
  28649.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/DataFixtures/ORM/LoadListingPhotoData.php';
  28650.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/DataFixtures/ORM/LoadListingScoreData.php';
  28651.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/DataFixtures/ORM/LoadListingTranslationData.php';
  28652.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/DataFixtures/ORM/LoadLocationData.php';
  28653.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/DataFixtures/ORM/LoadLocationPhotoData.php';
  28654.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/DataFixtures/ORM/LoadLocationRatingData.php';
  28655.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/DataFixtures/ORM/LoadLocationSupplyDemandData.php';
  28656.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/DataFixtures/ORM/LoadLocationTranslationData.php';
  28657.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/DataFixtures/ORM/LoadMessageLeadData.php';
  28658.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/DataFixtures/ORM/LoadPhoneData.php';
  28659.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/DataFixtures/ORM/LoadPhoneLeadData.php';
  28660.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/DataFixtures/ORM/LoadPhotoData.php';
  28661.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/DataFixtures/ORM/LoadPriceFilterData.php';
  28662.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/DataFixtures/ORM/LoadPropertTypeData.php';
  28663.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/DataFixtures/ORM/LoadPropertyTypeData.php';
  28664.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/DataFixtures/ORM/LoadPropertyTypeTranslationData.php';
  28665.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/DataFixtures/ORM/LoadRejectionData.php';
  28666.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/DataFixtures/ORM/LoadRejectionTranslationData.php';
  28667.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/DataFixtures/ORM/LoadRuleData.php';
  28668.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/DataFixtures/ORM/LoadSearchData.php';
  28669.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/DataFixtures/ORM/LoadSectionData.php';
  28670.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle/DataFixtures/ORM/LoadSectionTranslationData.php';
  28671.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/DataFixtures/ORM/LoadCustomParagraphsData.php';
  28672.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/DataFixtures/ORM/LoadFeedbackData.php';
  28673.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/DataFixtures/ORM/LoadLinkData.php';
  28674.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/DataFixtures/ORM/LoadLinkTranslationData.php';
  28675.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/DataFixtures/ORM/LoadMenuData.php';
  28676.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/DataFixtures/ORM/LoadMenuTranslationData.php';
  28677.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/DataFixtures/ORM/LoadPageData.php';
  28678.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/DataFixtures/ORM/LoadPageTranslationData.php';
  28679.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/DataFixtures/ORM/LoadSettingData.php';
  28680.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle/DataFixtures/ORM/LoadSponsorsData.php';
  28681.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/MortgageBundle/DataFixtures/ORM/LoadMortgageRequestData.php';
  28682.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NeighborhoodBundle/DataFixtures/ORM/LoadLocationCompoundData.php';
  28683.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NeighborhoodBundle/DataFixtures/ORM/LoadLocationCompoundSizeData.php';
  28684.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NeighborhoodBundle/DataFixtures/ORM/LoadLocationStatisticsData.php';
  28685.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NeighborhoodBundle/DataFixtures/ORM/LoadStatisticsHistoryData.php';
  28686.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle/DataFixtures/ORM/LoadDiscussionData.php';
  28687.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotifierBundle/DataFixtures/ORM/LoadNotifierData.php';
  28688.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotifierBundle/DataFixtures/ORM/LoadNotifierSettingData.php';
  28689.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotifierBundle/DataFixtures/ORM/LoadNotifierSettingValueData.php';
  28690.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/NotifierBundle/DataFixtures/ORM/LoadNotifierStatisticData.php';
  28691.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/DataFixtures/ORM/LoadDeviceData.php';
  28692.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/DataFixtures/ORM/LoadGroupData.php';
  28693.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/DataFixtures/ORM/LoadPersonalInfoData.php';
  28694.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/DataFixtures/ORM/LoadUserData.php';
  28695.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/DataFixtures/ORM/LoadUserInterestData.php';
  28696.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/DataFixtures/ORM/LoadUserNoteData.php';
  28697.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/ValueEngineBundle/DataFixtures/ORM/LoadValueEngineSettingsData.php';
  28698.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Purger/PurgerFactory.php';
  28699.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Purger/ORMPurgerFactory.php';
  28700.         $a = new \Doctrine\Bundle\FixturesBundle\Loader\SymfonyFixturesLoader($this);
  28701.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  28702.         $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' => []]]);
  28703.         $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()]);
  28704.         $instance->setName('doctrine:fixtures:load');
  28705.         return $instance;
  28706.     }
  28707.     /**
  28708.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  28709.      *
  28710.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand
  28711.      */
  28712.     protected function getDoctrine_MappingConvertCommandService()
  28713.     {
  28714.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28715.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  28716.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php';
  28717.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  28718.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ConvertMappingDoctrineCommand.php';
  28719.         $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()));
  28720.         $instance->setName('doctrine:mapping:convert');
  28721.         return $instance;
  28722.     }
  28723.     /**
  28724.      * Gets the private 'doctrine.mapping_import_command' shared service.
  28725.      *
  28726.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  28727.      */
  28728.     protected function getDoctrine_MappingImportCommandService()
  28729.     {
  28730.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28731.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  28732.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
  28733.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  28734.         $instance->setName('doctrine:mapping:import');
  28735.         return $instance;
  28736.     }
  28737.     /**
  28738.      * Gets the private 'doctrine.mapping_info_command' shared service.
  28739.      *
  28740.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand
  28741.      */
  28742.     protected function getDoctrine_MappingInfoCommandService()
  28743.     {
  28744.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28745.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  28746.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/InfoCommand.php';
  28747.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  28748.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/InfoDoctrineCommand.php';
  28749.         $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()));
  28750.         $instance->setName('doctrine:mapping:info');
  28751.         return $instance;
  28752.     }
  28753.     /**
  28754.      * Gets the private 'doctrine.migrations.container_aware_migrations_factory' shared service.
  28755.      *
  28756.      * @return \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory
  28757.      */
  28758.     protected function getDoctrine_Migrations_ContainerAwareMigrationsFactoryService()
  28759.     {
  28760.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Version/MigrationFactory.php';
  28761.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/MigrationsFactory/ContainerAwareMigrationFactory.php';
  28762.         $a = ($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService());
  28763.         if (isset($this->privates['doctrine.migrations.container_aware_migrations_factory'])) {
  28764.             return $this->privates['doctrine.migrations.container_aware_migrations_factory'];
  28765.         }
  28766.         return $this->privates['doctrine.migrations.container_aware_migrations_factory'] = new \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory($a->getMigrationFactory(), $this);
  28767.     }
  28768.     /**
  28769.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  28770.      *
  28771.      * @return \Doctrine\Migrations\DependencyFactory
  28772.      */
  28773.     protected function getDoctrine_Migrations_DependencyFactoryService()
  28774.     {
  28775.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  28776.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  28777.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  28778.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  28779.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  28780.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  28781.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  28782.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  28783.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  28784.         $b = new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration();
  28785.         $b->setTableName('db_migrations');
  28786.         $a->addMigrationsDirectory('Aqarmap\\Migrations', (\dirname(__DIR__4).'/app/migrations'));
  28787.         $a->setAllOrNothing(false);
  28788.         $a->setCheckDatabasePlatform(true);
  28789.         $a->setTransactional(true);
  28790.         $a->setMetadataStorageConfiguration($b);
  28791.         $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()));
  28792.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  28793.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->getDoctrine_Migrations_ContainerAwareMigrationsFactoryService());
  28794.         });
  28795.         return $instance;
  28796.     }
  28797.     /**
  28798.      * Gets the private 'doctrine.orm.command.entity_manager_provider' shared service.
  28799.      *
  28800.      * @return \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider
  28801.      */
  28802.     protected function getDoctrine_Orm_Command_EntityManagerProviderService()
  28803.     {
  28804.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/EntityManagerProvider.php';
  28805.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Orm/ManagerRegistryAwareEntityManagerProvider.php';
  28806.         return $this->privates['doctrine.orm.command.entity_manager_provider'] = new \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider(($this->services['doctrine'] ?? $this->getDoctrineService()));
  28807.     }
  28808.     /**
  28809.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  28810.      *
  28811.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  28812.      */
  28813.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  28814.     {
  28815.         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')]);
  28816.     }
  28817.     /**
  28818.      * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  28819.      *
  28820.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  28821.      */
  28822.     protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  28823.     {
  28824.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  28825.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  28826.         if (isset($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'])) {
  28827.             return $this->privates['doctrine.orm.default_entity_manager.property_info_extractor'];
  28828.         }
  28829.         return $this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] = new \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor($a);
  28830.     }
  28831.     /**
  28832.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  28833.      *
  28834.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  28835.      */
  28836.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  28837.     {
  28838.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php';
  28839.         $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = $instance = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  28840.         $instance->addEntityListener('Aqarmap\\Bundle\\ListingBundle\\Entity\\Listing''Aqarmap\\Bundle\\ListingBundle\\EventListener\\ListingUpdatedListener''postUpdate');
  28841.         return $instance;
  28842.     }
  28843.     /**
  28844.      * Gets the private 'doctrine.orm.default_xml_metadata_driver' shared service.
  28845.      *
  28846.      * @return \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver
  28847.      */
  28848.     protected function getDoctrine_Orm_DefaultXmlMetadataDriverService()
  28849.     {
  28850.         $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']);
  28851.         $instance->setGlobalBasename('mapping');
  28852.         return $instance;
  28853.     }
  28854.     /**
  28855.      * Gets the private 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' shared service.
  28856.      *
  28857.      * @return \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber
  28858.      */
  28859.     protected function getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService()
  28860.     {
  28861.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/DoctrineDbalCacheAdapterSchemaSubscriber.php';
  28862.         return $this->privates['doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber([]);
  28863.     }
  28864.     /**
  28865.      * Gets the private 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' shared service.
  28866.      *
  28867.      * @return \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber
  28868.      */
  28869.     protected function getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService()
  28870.     {
  28871.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/RememberMeTokenProviderDoctrineSchemaSubscriber.php';
  28872.         return $this->privates['doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber(new RewindableGenerator(function () {
  28873.             return new \EmptyIterator();
  28874.         }, 0));
  28875.     }
  28876.     /**
  28877.      * Gets the private 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' shared service.
  28878.      *
  28879.      * @return \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber
  28880.      */
  28881.     protected function getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService()
  28882.     {
  28883.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/PdoCacheAdapterDoctrineSchemaSubscriber.php';
  28884.         return $this->privates['doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber([]);
  28885.     }
  28886.     /**
  28887.      * Gets the private 'doctrine.orm.messenger.doctrine_schema_subscriber' shared service.
  28888.      *
  28889.      * @return \Symfony\Bridge\Doctrine\SchemaListener\MessengerTransportDoctrineSchemaSubscriber
  28890.      */
  28891.     protected function getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService()
  28892.     {
  28893.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/MessengerTransportDoctrineSchemaSubscriber.php';
  28894.         return $this->privates['doctrine.orm.messenger.doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\MessengerTransportDoctrineSchemaSubscriber(new RewindableGenerator(function () {
  28895.             yield => ($this->privates['messenger.transport.default'] ?? $this->getMessenger_Transport_DefaultService());
  28896.             yield => ($this->privates['messenger.transport.mailer'] ?? $this->getMessenger_Transport_MailerService());
  28897.             yield => ($this->privates['messenger.transport.interactions'] ?? $this->getMessenger_Transport_InteractionsService());
  28898.             yield => ($this->privates['messenger.transport.fasttrack'] ?? $this->getMessenger_Transport_FasttrackService());
  28899.             yield => ($this->privates['messenger.transport.external'] ?? $this->getMessenger_Transport_ExternalService());
  28900.             yield => ($this->privates['messenger.transport.failed'] ?? $this->getMessenger_Transport_FailedService());
  28901.             yield => ($this->privates['messenger.transport.failed_mailer'] ?? $this->getMessenger_Transport_FailedMailerService());
  28902.         }, 7));
  28903.     }
  28904.     /**
  28905.      * Gets the private 'doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager' shared service.
  28906.      *
  28907.      * @return \Symfony\Bridge\Doctrine\Messenger\DoctrineClearEntityManagerWorkerSubscriber
  28908.      */
  28909.     protected function getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService()
  28910.     {
  28911.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Messenger/DoctrineClearEntityManagerWorkerSubscriber.php';
  28912.         return $this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] = new \Symfony\Bridge\Doctrine\Messenger\DoctrineClearEntityManagerWorkerSubscriber(($this->services['doctrine'] ?? $this->getDoctrineService()));
  28913.     }
  28914.     /**
  28915.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  28916.      *
  28917.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  28918.      */
  28919.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  28920.     {
  28921.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  28922.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  28923.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  28924.     }
  28925.     /**
  28926.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  28927.      *
  28928.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  28929.      */
  28930.     protected function getDoctrine_Orm_Validator_UniqueService()
  28931.     {
  28932.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  28933.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  28934.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  28935.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  28936.     }
  28937.     /**
  28938.      * Gets the private 'doctrine.query_dql_command' shared service.
  28939.      *
  28940.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand
  28941.      */
  28942.     protected function getDoctrine_QueryDqlCommandService()
  28943.     {
  28944.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28945.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  28946.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php';
  28947.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  28948.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunDqlDoctrineCommand.php';
  28949.         $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()));
  28950.         $instance->setName('doctrine:query:dql');
  28951.         return $instance;
  28952.     }
  28953.     /**
  28954.      * Gets the private 'doctrine.query_sql_command' shared service.
  28955.      *
  28956.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  28957.      */
  28958.     protected function getDoctrine_QuerySqlCommandService()
  28959.     {
  28960.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28961.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  28962.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
  28963.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  28964.         $instance->setName('doctrine:query:sql');
  28965.         return $instance;
  28966.     }
  28967.     /**
  28968.      * Gets the private 'doctrine.result_cache_pool' shared service.
  28969.      *
  28970.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  28971.      */
  28972.     protected function getDoctrine_ResultCachePoolService()
  28973.     {
  28974.         $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))));
  28975.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  28976.         return $this->privates['doctrine.result_cache_pool'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  28977.     }
  28978.     /**
  28979.      * Gets the private 'doctrine.schema_create_command' shared service.
  28980.      *
  28981.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand
  28982.      */
  28983.     protected function getDoctrine_SchemaCreateCommandService()
  28984.     {
  28985.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  28986.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  28987.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  28988.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php';
  28989.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  28990.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CreateSchemaDoctrineCommand.php';
  28991.         $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()));
  28992.         $instance->setName('doctrine:schema:create');
  28993.         return $instance;
  28994.     }
  28995.     /**
  28996.      * Gets the private 'doctrine.schema_drop_command' shared service.
  28997.      *
  28998.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand
  28999.      */
  29000.     protected function getDoctrine_SchemaDropCommandService()
  29001.     {
  29002.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29003.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  29004.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  29005.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/DropCommand.php';
  29006.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  29007.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/DropSchemaDoctrineCommand.php';
  29008.         $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()));
  29009.         $instance->setName('doctrine:schema:drop');
  29010.         return $instance;
  29011.     }
  29012.     /**
  29013.      * Gets the private 'doctrine.schema_update_command' shared service.
  29014.      *
  29015.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand
  29016.      */
  29017.     protected function getDoctrine_SchemaUpdateCommandService()
  29018.     {
  29019.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29020.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  29021.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  29022.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  29023.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  29024.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/UpdateSchemaDoctrineCommand.php';
  29025.         $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()));
  29026.         $instance->setName('doctrine:schema:update');
  29027.         return $instance;
  29028.     }
  29029.     /**
  29030.      * Gets the private 'doctrine.schema_validate_command' shared service.
  29031.      *
  29032.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand
  29033.      */
  29034.     protected function getDoctrine_SchemaValidateCommandService()
  29035.     {
  29036.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29037.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  29038.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ValidateSchemaCommand.php';
  29039.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  29040.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ValidateSchemaCommand.php';
  29041.         $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()));
  29042.         $instance->setName('doctrine:schema:validate');
  29043.         return $instance;
  29044.     }
  29045.     /**
  29046.      * Gets the private 'doctrine.system_cache_pool' shared service.
  29047.      *
  29048.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  29049.      */
  29050.     protected function getDoctrine_SystemCachePoolService()
  29051.     {
  29052.         $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))));
  29053.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  29054.         return $this->privates['doctrine.system_cache_pool'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  29055.     }
  29056.     /**
  29057.      * Gets the private 'doctrine.ulid_generator' shared service.
  29058.      *
  29059.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator
  29060.      */
  29061.     protected function getDoctrine_UlidGeneratorService()
  29062.     {
  29063.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php';
  29064.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UlidGenerator.php';
  29065.         return $this->privates['doctrine.ulid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator(NULL);
  29066.     }
  29067.     /**
  29068.      * Gets the private 'doctrine.uuid_generator' shared service.
  29069.      *
  29070.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator
  29071.      */
  29072.     protected function getDoctrine_UuidGeneratorService()
  29073.     {
  29074.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php';
  29075.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UuidGenerator.php';
  29076.         return $this->privates['doctrine.uuid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator(NULL);
  29077.     }
  29078.     /**
  29079.      * Gets the private 'doctrine_migrations.current_command' shared service.
  29080.      *
  29081.      * @return \Doctrine\Migrations\Tools\Console\Command\CurrentCommand
  29082.      */
  29083.     protected function getDoctrineMigrations_CurrentCommandService()
  29084.     {
  29085.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29086.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  29087.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/CurrentCommand.php';
  29088.         $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');
  29089.         $instance->setName('doctrine:migrations:current');
  29090.         return $instance;
  29091.     }
  29092.     /**
  29093.      * Gets the private 'doctrine_migrations.diff_command' shared service.
  29094.      *
  29095.      * @return \Doctrine\Migrations\Tools\Console\Command\DiffCommand
  29096.      */
  29097.     protected function getDoctrineMigrations_DiffCommandService()
  29098.     {
  29099.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29100.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  29101.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
  29102.         $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');
  29103.         $instance->setName('doctrine:migrations:diff');
  29104.         return $instance;
  29105.     }
  29106.     /**
  29107.      * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  29108.      *
  29109.      * @return \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand
  29110.      */
  29111.     protected function getDoctrineMigrations_DumpSchemaCommandService()
  29112.     {
  29113.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29114.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  29115.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
  29116.         $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');
  29117.         $instance->setName('doctrine:migrations:dump-schema');
  29118.         return $instance;
  29119.     }
  29120.     /**
  29121.      * Gets the private 'doctrine_migrations.execute_command' shared service.
  29122.      *
  29123.      * @return \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand
  29124.      */
  29125.     protected function getDoctrineMigrations_ExecuteCommandService()
  29126.     {
  29127.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29128.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  29129.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
  29130.         $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');
  29131.         $instance->setName('doctrine:migrations:execute');
  29132.         return $instance;
  29133.     }
  29134.     /**
  29135.      * Gets the private 'doctrine_migrations.generate_command' shared service.
  29136.      *
  29137.      * @return \Doctrine\Migrations\Tools\Console\Command\GenerateCommand
  29138.      */
  29139.     protected function getDoctrineMigrations_GenerateCommandService()
  29140.     {
  29141.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29142.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  29143.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
  29144.         $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');
  29145.         $instance->setName('doctrine:migrations:generate');
  29146.         return $instance;
  29147.     }
  29148.     /**
  29149.      * Gets the private 'doctrine_migrations.latest_command' shared service.
  29150.      *
  29151.      * @return \Doctrine\Migrations\Tools\Console\Command\LatestCommand
  29152.      */
  29153.     protected function getDoctrineMigrations_LatestCommandService()
  29154.     {
  29155.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29156.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  29157.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
  29158.         $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');
  29159.         $instance->setName('doctrine:migrations:latest');
  29160.         return $instance;
  29161.     }
  29162.     /**
  29163.      * Gets the private 'doctrine_migrations.migrate_command' shared service.
  29164.      *
  29165.      * @return \Doctrine\Migrations\Tools\Console\Command\MigrateCommand
  29166.      */
  29167.     protected function getDoctrineMigrations_MigrateCommandService()
  29168.     {
  29169.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29170.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  29171.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
  29172.         $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');
  29173.         $instance->setName('doctrine:migrations:migrate');
  29174.         return $instance;
  29175.     }
  29176.     /**
  29177.      * Gets the private 'doctrine_migrations.rollup_command' shared service.
  29178.      *
  29179.      * @return \Doctrine\Migrations\Tools\Console\Command\RollupCommand
  29180.      */
  29181.     protected function getDoctrineMigrations_RollupCommandService()
  29182.     {
  29183.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29184.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  29185.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
  29186.         $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');
  29187.         $instance->setName('doctrine:migrations:rollup');
  29188.         return $instance;
  29189.     }
  29190.     /**
  29191.      * Gets the private 'doctrine_migrations.status_command' shared service.
  29192.      *
  29193.      * @return \Doctrine\Migrations\Tools\Console\Command\StatusCommand
  29194.      */
  29195.     protected function getDoctrineMigrations_StatusCommandService()
  29196.     {
  29197.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29198.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  29199.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
  29200.         $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');
  29201.         $instance->setName('doctrine:migrations:status');
  29202.         return $instance;
  29203.     }
  29204.     /**
  29205.      * Gets the private 'doctrine_migrations.sync_metadata_command' shared service.
  29206.      *
  29207.      * @return \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand
  29208.      */
  29209.     protected function getDoctrineMigrations_SyncMetadataCommandService()
  29210.     {
  29211.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29212.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  29213.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/SyncMetadataCommand.php';
  29214.         $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');
  29215.         $instance->setName('doctrine:migrations:sync-metadata-storage');
  29216.         return $instance;
  29217.     }
  29218.     /**
  29219.      * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  29220.      *
  29221.      * @return \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand
  29222.      */
  29223.     protected function getDoctrineMigrations_UpToDateCommandService()
  29224.     {
  29225.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29226.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  29227.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
  29228.         $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');
  29229.         $instance->setName('doctrine:migrations:up-to-date');
  29230.         return $instance;
  29231.     }
  29232.     /**
  29233.      * Gets the private 'doctrine_migrations.version_command' shared service.
  29234.      *
  29235.      * @return \Doctrine\Migrations\Tools\Console\Command\VersionCommand
  29236.      */
  29237.     protected function getDoctrineMigrations_VersionCommandService()
  29238.     {
  29239.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29240.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  29241.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
  29242.         $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');
  29243.         $instance->setName('doctrine:migrations:version');
  29244.         return $instance;
  29245.     }
  29246.     /**
  29247.      * Gets the private 'doctrine_migrations.versions_command' shared service.
  29248.      *
  29249.      * @return \Doctrine\Migrations\Tools\Console\Command\ListCommand
  29250.      */
  29251.     protected function getDoctrineMigrations_VersionsCommandService()
  29252.     {
  29253.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29254.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  29255.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ListCommand.php';
  29256.         $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');
  29257.         $instance->setName('doctrine:migrations:list');
  29258.         return $instance;
  29259.     }
  29260.     /**
  29261.      * Gets the private 'doctrine_mongodb.messenger.event_subscriber.doctrine_clear_document_manager' shared service.
  29262.      *
  29263.      * @return \Symfony\Bridge\Doctrine\Messenger\DoctrineClearEntityManagerWorkerSubscriber
  29264.      */
  29265.     protected function getDoctrineMongodb_Messenger_EventSubscriber_DoctrineClearDocumentManagerService()
  29266.     {
  29267.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Messenger/DoctrineClearEntityManagerWorkerSubscriber.php';
  29268.         return $this->privates['doctrine_mongodb.messenger.event_subscriber.doctrine_clear_document_manager'] = new \Symfony\Bridge\Doctrine\Messenger\DoctrineClearEntityManagerWorkerSubscriber(($this->services['doctrine_mongodb'] ?? $this->getDoctrineMongodbService()));
  29269.     }
  29270.     /**
  29271.      * Gets the private 'doctrine_mongodb.odm.psr_command_logger' shared service.
  29272.      *
  29273.      * @return \Doctrine\Bundle\MongoDBBundle\APM\PSRCommandLogger
  29274.      */
  29275.     protected function getDoctrineMongodb_Odm_PsrCommandLoggerService()
  29276.     {
  29277.         include_once \dirname(__DIR__4).'/vendor/doctrine/mongodb-odm-bundle/APM/PSRCommandLogger.php';
  29278.         return $this->privates['doctrine_mongodb.odm.psr_command_logger'] = new \Doctrine\Bundle\MongoDBBundle\APM\PSRCommandLogger(($this->privates['monolog.logger.doctrine'] ?? $this->getMonolog_Logger_DoctrineService()));
  29279.     }
  29280.     /**
  29281.      * Gets the private 'doctrine_mongodb.odm.stopwatch_command_logger' shared service.
  29282.      *
  29283.      * @return \Doctrine\Bundle\MongoDBBundle\APM\StopwatchCommandLogger
  29284.      */
  29285.     protected function getDoctrineMongodb_Odm_StopwatchCommandLoggerService()
  29286.     {
  29287.         include_once \dirname(__DIR__4).'/vendor/doctrine/mongodb-odm-bundle/APM/StopwatchCommandLogger.php';
  29288.         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))));
  29289.     }
  29290.     /**
  29291.      * Gets the private 'doctrine_odm.mongodb.validator.unique' shared service.
  29292.      *
  29293.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  29294.      */
  29295.     protected function getDoctrineOdm_Mongodb_Validator_UniqueService()
  29296.     {
  29297.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  29298.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  29299.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  29300.         return $this->privates['doctrine_odm.mongodb.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine_mongodb'] ?? $this->getDoctrineMongodbService()));
  29301.     }
  29302.     /**
  29303.      * Gets the private 'enqueue.client.consume_command' shared service.
  29304.      *
  29305.      * @return \Enqueue\Symfony\Client\ConsumeCommand
  29306.      */
  29307.     protected function getEnqueue_Client_ConsumeCommandService()
  29308.     {
  29309.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29310.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Consumption/ChooseLoggerCommandTrait.php';
  29311.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Consumption/LimitsExtensionsCommandTrait.php';
  29312.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Consumption/QueueConsumerOptionsCommandTrait.php';
  29313.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Client/SetupBrokerExtensionCommandTrait.php';
  29314.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Client/ConsumeCommand.php';
  29315.         $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');
  29316.         $instance->setName('enqueue:consume');
  29317.         return $instance;
  29318.     }
  29319.     /**
  29320.      * Gets the private 'enqueue.client.default.context' shared service.
  29321.      *
  29322.      * @return \Interop\Queue\Context
  29323.      */
  29324.     protected function getEnqueue_Client_Default_ContextService()
  29325.     {
  29326.         return $this->privates['enqueue.client.default.context'] = ($this->privates['enqueue.client.default.driver'] ?? $this->getEnqueue_Client_Default_DriverService())->getContext();
  29327.     }
  29328.     /**
  29329.      * Gets the private 'enqueue.client.default.delegate_processor' shared service.
  29330.      *
  29331.      * @return \Enqueue\Client\DelegateProcessor
  29332.      */
  29333.     protected function getEnqueue_Client_Default_DelegateProcessorService()
  29334.     {
  29335.         include_once \dirname(__DIR__4).'/vendor/queue-interop/queue-interop/src/Processor.php';
  29336.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/DelegateProcessor.php';
  29337.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/ProcessorRegistryInterface.php';
  29338.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/ContainerProcessorRegistry.php';
  29339.         return $this->privates['enqueue.client.default.delegate_processor'] = new \Enqueue\Client\DelegateProcessor(new \Enqueue\Symfony\ContainerProcessorRegistry((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  29340.             'enqueue.client.default.router_processor' => ['privates''enqueue.client.default.router_processor''getEnqueue_Client_Default_RouterProcessorService'false],
  29341.             'enqueue_elastica.populate_processor' => ['privates''enqueue_elastica.populate_processor''getEnqueueElastica_PopulateProcessorService'false],
  29342.         ], [
  29343.             'enqueue.client.default.router_processor' => '?',
  29344.             'enqueue_elastica.populate_processor' => '?',
  29345.         ]))->withContext('enqueue.client.default.processor_registry'$this)));
  29346.     }
  29347.     /**
  29348.      * Gets the private 'enqueue.client.default.driver' shared service.
  29349.      *
  29350.      * @return \Enqueue\Client\DriverInterface
  29351.      */
  29352.     protected function getEnqueue_Client_Default_DriverService()
  29353.     {
  29354.         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']]));
  29355.     }
  29356.     /**
  29357.      * Gets the private 'enqueue.client.default.flush_spool_producer_listener' shared service.
  29358.      *
  29359.      * @return \Enqueue\Symfony\Client\FlushSpoolProducerListener
  29360.      */
  29361.     protected function getEnqueue_Client_Default_FlushSpoolProducerListenerService()
  29362.     {
  29363.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Client/FlushSpoolProducerListener.php';
  29364.         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()));
  29365.     }
  29366.     /**
  29367.      * Gets the private 'enqueue.client.default.lazy_producer' shared service.
  29368.      *
  29369.      * @return \Enqueue\Symfony\Client\LazyProducer
  29370.      */
  29371.     protected function getEnqueue_Client_Default_LazyProducerService()
  29372.     {
  29373.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Client/LazyProducer.php';
  29374.         return $this->privates['enqueue.client.default.lazy_producer'] = new \Enqueue\Symfony\Client\LazyProducer(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  29375.             'enqueue.client.default.producer' => ['services''enqueue.client.default.producer''getEnqueue_Client_Default_ProducerService'false],
  29376.         ], [
  29377.             'enqueue.client.default.producer' => '?',
  29378.         ]), 'enqueue.client.default.producer');
  29379.     }
  29380.     /**
  29381.      * Gets the private 'enqueue.client.default.queue_consumer' shared service.
  29382.      *
  29383.      * @return \Enqueue\Consumption\QueueConsumer
  29384.      */
  29385.     protected function getEnqueue_Client_Default_QueueConsumerService()
  29386.     {
  29387.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/QueueConsumerInterface.php';
  29388.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/QueueConsumer.php';
  29389.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/StartExtensionInterface.php';
  29390.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/PreSubscribeExtensionInterface.php';
  29391.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/PreConsumeExtensionInterface.php';
  29392.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/MessageReceivedExtensionInterface.php';
  29393.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/PostMessageReceivedExtensionInterface.php';
  29394.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/MessageResultExtensionInterface.php';
  29395.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/ProcessorExceptionExtensionInterface.php';
  29396.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/PostConsumeExtensionInterface.php';
  29397.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/EndExtensionInterface.php';
  29398.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/InitLoggerExtensionInterface.php';
  29399.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/ExtensionInterface.php';
  29400.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/ChainExtension.php';
  29401.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/ConsumptionExtension/SetRouterPropertiesExtension.php';
  29402.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/ConsumptionExtension/ExclusiveCommandExtension.php';
  29403.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/ConsumptionExtension/FlushSpoolProducerExtension.php';
  29404.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/Extension/ReplyExtension.php';
  29405.         $a = ($this->privates['enqueue.client.default.driver'] ?? $this->getEnqueue_Client_Default_DriverService());
  29406.         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);
  29407.     }
  29408.     /**
  29409.      * Gets the private 'enqueue.client.default.router_processor' shared service.
  29410.      *
  29411.      * @return \Enqueue\Client\RouterProcessor
  29412.      */
  29413.     protected function getEnqueue_Client_Default_RouterProcessorService()
  29414.     {
  29415.         include_once \dirname(__DIR__4).'/vendor/queue-interop/queue-interop/src/Processor.php';
  29416.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/RouterProcessor.php';
  29417.         return $this->privates['enqueue.client.default.router_processor'] = new \Enqueue\Client\RouterProcessor(($this->privates['enqueue.client.default.driver'] ?? $this->getEnqueue_Client_Default_DriverService()));
  29418.     }
  29419.     /**
  29420.      * Gets the private 'enqueue.client.default.spool_producer' shared service.
  29421.      *
  29422.      * @return \Enqueue\Client\SpoolProducer
  29423.      */
  29424.     protected function getEnqueue_Client_Default_SpoolProducerService()
  29425.     {
  29426.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/SpoolProducer.php';
  29427.         return $this->privates['enqueue.client.default.spool_producer'] = new \Enqueue\Client\SpoolProducer(($this->privates['enqueue.client.default.lazy_producer'] ?? $this->getEnqueue_Client_Default_LazyProducerService()));
  29428.     }
  29429.     /**
  29430.      * Gets the private 'enqueue.client.produce_command' shared service.
  29431.      *
  29432.      * @return \Enqueue\Symfony\Client\ProduceCommand
  29433.      */
  29434.     protected function getEnqueue_Client_ProduceCommandService()
  29435.     {
  29436.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29437.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Client/ProduceCommand.php';
  29438.         $this->privates['enqueue.client.produce_command'] = $instance = new \Enqueue\Symfony\Client\ProduceCommand(($this->privates['enqueue.locator'] ?? $this->getEnqueue_LocatorService()), 'default''enqueue.client.%s.producer');
  29439.         $instance->setName('enqueue:produce');
  29440.         return $instance;
  29441.     }
  29442.     /**
  29443.      * Gets the private 'enqueue.client.routes_command' shared service.
  29444.      *
  29445.      * @return \Enqueue\Symfony\Client\RoutesCommand
  29446.      */
  29447.     protected function getEnqueue_Client_RoutesCommandService()
  29448.     {
  29449.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29450.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Client/RoutesCommand.php';
  29451.         $this->privates['enqueue.client.routes_command'] = $instance = new \Enqueue\Symfony\Client\RoutesCommand(($this->privates['enqueue.locator'] ?? $this->getEnqueue_LocatorService()), 'default''enqueue.client.%s.driver');
  29452.         $instance->setName('enqueue:routes');
  29453.         return $instance;
  29454.     }
  29455.     /**
  29456.      * Gets the private 'enqueue.client.setup_broker_command' shared service.
  29457.      *
  29458.      * @return \Enqueue\Symfony\Client\SetupBrokerCommand
  29459.      */
  29460.     protected function getEnqueue_Client_SetupBrokerCommandService()
  29461.     {
  29462.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29463.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Client/SetupBrokerCommand.php';
  29464.         $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');
  29465.         $instance->setName('enqueue:setup-broker');
  29466.         return $instance;
  29467.     }
  29468.     /**
  29469.      * Gets the private 'enqueue.locator' shared service.
  29470.      *
  29471.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  29472.      */
  29473.     protected function getEnqueue_LocatorService()
  29474.     {
  29475.         return $this->privates['enqueue.locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  29476.             'enqueue.client.default.delegate_processor' => ['privates''enqueue.client.default.delegate_processor''getEnqueue_Client_Default_DelegateProcessorService'false],
  29477.             'enqueue.client.default.driver' => ['privates''enqueue.client.default.driver''getEnqueue_Client_Default_DriverService'false],
  29478.             'enqueue.client.default.producer' => ['privates''enqueue.client.default.lazy_producer''getEnqueue_Client_Default_LazyProducerService'false],
  29479.             'enqueue.client.default.queue_consumer' => ['privates''enqueue.client.default.queue_consumer''getEnqueue_Client_Default_QueueConsumerService'false],
  29480.             'enqueue.transport.default.context' => ['privates''enqueue.transport.default.context''getEnqueue_Transport_Default_ContextService'false],
  29481.             'enqueue.transport.default.processor_registry' => ['privates''enqueue.transport.default.processor_registry''getEnqueue_Transport_Default_ProcessorRegistryService'false],
  29482.             'enqueue.transport.default.queue_consumer' => ['privates''enqueue.transport.default.queue_consumer''getEnqueue_Transport_Default_QueueConsumerService'false],
  29483.         ], [
  29484.             'enqueue.client.default.delegate_processor' => '?',
  29485.             'enqueue.client.default.driver' => '?',
  29486.             'enqueue.client.default.producer' => '?',
  29487.             'enqueue.client.default.queue_consumer' => '?',
  29488.             'enqueue.transport.default.context' => '?',
  29489.             'enqueue.transport.default.processor_registry' => '?',
  29490.             'enqueue.transport.default.queue_consumer' => '?',
  29491.         ]);
  29492.     }
  29493.     /**
  29494.      * Gets the private 'enqueue.transport.consume_command' shared service.
  29495.      *
  29496.      * @return \Enqueue\Symfony\Consumption\ConfigurableConsumeCommand
  29497.      */
  29498.     protected function getEnqueue_Transport_ConsumeCommandService()
  29499.     {
  29500.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29501.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Consumption/ChooseLoggerCommandTrait.php';
  29502.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Consumption/LimitsExtensionsCommandTrait.php';
  29503.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Consumption/QueueConsumerOptionsCommandTrait.php';
  29504.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Consumption/ConfigurableConsumeCommand.php';
  29505.         $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');
  29506.         $instance->setName('enqueue:transport:consume');
  29507.         return $instance;
  29508.     }
  29509.     /**
  29510.      * Gets the private 'enqueue.transport.default.connection_factory' shared service.
  29511.      *
  29512.      * @return \Interop\Queue\ConnectionFactory
  29513.      */
  29514.     protected function getEnqueue_Transport_Default_ConnectionFactoryService()
  29515.     {
  29516.         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')]);
  29517.     }
  29518.     /**
  29519.      * Gets the private 'enqueue.transport.default.context' shared service.
  29520.      *
  29521.      * @return \Interop\Queue\Context
  29522.      */
  29523.     protected function getEnqueue_Transport_Default_ContextService()
  29524.     {
  29525.         return $this->privates['enqueue.transport.default.context'] = ($this->privates['enqueue.transport.default.connection_factory'] ?? $this->getEnqueue_Transport_Default_ConnectionFactoryService())->createContext();
  29526.     }
  29527.     /**
  29528.      * Gets the private 'enqueue.transport.default.processor_registry' shared service.
  29529.      *
  29530.      * @return \Enqueue\Symfony\ContainerProcessorRegistry
  29531.      */
  29532.     protected function getEnqueue_Transport_Default_ProcessorRegistryService()
  29533.     {
  29534.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/ProcessorRegistryInterface.php';
  29535.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/ContainerProcessorRegistry.php';
  29536.         return $this->privates['enqueue.transport.default.processor_registry'] = new \Enqueue\Symfony\ContainerProcessorRegistry((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  29537.             'enqueue_elastica.populate_processor' => ['privates''enqueue_elastica.populate_processor''getEnqueueElastica_PopulateProcessorService'false],
  29538.         ], [
  29539.             'enqueue_elastica.populate_processor' => '?',
  29540.         ]))->withContext('enqueue.transport.default.processor_registry'$this));
  29541.     }
  29542.     /**
  29543.      * Gets the private 'enqueue.transport.default.queue_consumer' shared service.
  29544.      *
  29545.      * @return \Enqueue\Consumption\QueueConsumer
  29546.      */
  29547.     protected function getEnqueue_Transport_Default_QueueConsumerService()
  29548.     {
  29549.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/QueueConsumerInterface.php';
  29550.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/QueueConsumer.php';
  29551.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/StartExtensionInterface.php';
  29552.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/PreSubscribeExtensionInterface.php';
  29553.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/PreConsumeExtensionInterface.php';
  29554.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/MessageReceivedExtensionInterface.php';
  29555.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/PostMessageReceivedExtensionInterface.php';
  29556.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/MessageResultExtensionInterface.php';
  29557.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/ProcessorExceptionExtensionInterface.php';
  29558.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/PostConsumeExtensionInterface.php';
  29559.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/EndExtensionInterface.php';
  29560.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/InitLoggerExtensionInterface.php';
  29561.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/ExtensionInterface.php';
  29562.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/ChainExtension.php';
  29563.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/Extension/LogExtension.php';
  29564.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/Extension/ReplyExtension.php';
  29565.         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);
  29566.     }
  29567.     /**
  29568.      * Gets the private 'enqueue_elastica.populate_processor' shared service.
  29569.      *
  29570.      * @return \Enqueue\ElasticaBundle\Queue\PopulateProcessor
  29571.      */
  29572.     protected function getEnqueueElastica_PopulateProcessorService()
  29573.     {
  29574.         include_once \dirname(__DIR__4).'/vendor/queue-interop/queue-interop/src/Processor.php';
  29575.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/CommandSubscriberInterface.php';
  29576.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/QueueSubscriberInterface.php';
  29577.         include_once \dirname(__DIR__4).'/vendor/enqueue/elastica-bundle/Queue/PopulateProcessor.php';
  29578.         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()));
  29579.     }
  29580.     /**
  29581.      * Gets the private 'enqueue_elastica.purge_populate_queue_listener' shared service.
  29582.      *
  29583.      * @return \Enqueue\ElasticaBundle\Persister\Listener\PurgePopulateQueueListener
  29584.      */
  29585.     protected function getEnqueueElastica_PurgePopulateQueueListenerService()
  29586.     {
  29587.         include_once \dirname(__DIR__4).'/vendor/enqueue/elastica-bundle/Persister/Listener/PurgePopulateQueueListener.php';
  29588.         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()));
  29589.     }
  29590.     /**
  29591.      * Gets the private 'error_handler.error_renderer.html' shared service.
  29592.      *
  29593.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  29594.      */
  29595.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  29596.     {
  29597.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  29598.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  29599.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  29600.         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()));
  29601.     }
  29602.     /**
  29603.      * Gets the private 'exception_listener' shared service.
  29604.      *
  29605.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  29606.      */
  29607.     protected function getExceptionListenerService()
  29608.     {
  29609.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  29610.     }
  29611.     /**
  29612.      * Gets the private 'form.choice_list_factory.cached' shared service.
  29613.      *
  29614.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  29615.      */
  29616.     protected function getForm_ChoiceListFactory_CachedService()
  29617.     {
  29618.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  29619.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  29620.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  29621.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  29622.         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())));
  29623.     }
  29624.     /**
  29625.      * Gets the private 'form.registry' shared service.
  29626.      *
  29627.      * @return \Symfony\Component\Form\FormRegistry
  29628.      */
  29629.     protected function getForm_RegistryService()
  29630.     {
  29631.         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, [
  29632.             'App\\Form\\Type\\Banners\\BannersType' => ['privates''App\\Form\\Type\\Banners\\BannersType''getBannersTypeService'false],
  29633.             'App\\Form\\Type\\EmailList\\EmailListType' => ['privates''App\\Form\\Type\\EmailList\\EmailListType''getEmailListTypeService'false],
  29634.             'App\\Form\\Type\\Lead\\LeadFormType' => ['privates''App\\Form\\Type\\Lead\\LeadFormType''getLeadFormTypeService'false],
  29635.             'App\\Form\\Type\\Lead\\PhoneFormType' => ['privates''App\\Form\\Type\\Lead\\PhoneFormType''getPhoneFormTypeService'false],
  29636.             'App\\Form\\Type\\Listing\\ListingDescriptionType' => ['privates''App\\Form\\Type\\Listing\\ListingDescriptionType''getListingDescriptionTypeService'false],
  29637.             'App\\Form\\Type\\Listing\\ListingDetailsType' => ['privates''App\\Form\\Type\\Listing\\ListingDetailsType''getListingDetailsTypeService'false],
  29638.             'App\\Form\\Type\\Listing\\ListingInitializeType' => ['privates''App\\Form\\Type\\Listing\\ListingInitializeType''getListingInitializeTypeService'false],
  29639.             'App\\Form\\Type\\Listing\\ListingPhotosType' => ['privates''App\\Form\\Type\\Listing\\ListingPhotosType''getListingPhotosTypeService'false],
  29640.             'App\\Form\\Type\\Listing\\SinglePhotosType' => ['privates''App\\Form\\Type\\Listing\\SinglePhotosType''getSinglePhotosTypeService'false],
  29641.             'App\\Form\\Type\\Security\\ChangePasswordType' => ['privates''App\\Form\\Type\\Security\\ChangePasswordType''getChangePasswordTypeService'false],
  29642.             'App\\Form\\Type\\Subscriptions\\SubscriptionPlanType' => ['privates''App\\Form\\Type\\Subscriptions\\SubscriptionPlanType''getSubscriptionPlanTypeService'false],
  29643.             'App\\Form\\Type\\User\\SubAccountFormType' => ['privates''App\\Form\\Type\\User\\SubAccountFormType''getSubAccountFormTypeService'false],
  29644.             'Aqarmap\\Bundle\\AnnouncementBundle\\Form\\AnnouncementType' => ['privates''Aqarmap\\Bundle\\AnnouncementBundle\\Form\\AnnouncementType''getAnnouncementTypeService'false],
  29645.             'Aqarmap\\Bundle\\BrokerSalesBundle\\Form\\AssignBrokerToSellerType' => ['privates''Aqarmap\\Bundle\\BrokerSalesBundle\\Form\\AssignBrokerToSellerType''getAssignBrokerToSellerTypeService'false],
  29646.             'Aqarmap\\Bundle\\BrokerSalesBundle\\Form\\ExistingUserFormType' => ['privates''Aqarmap\\Bundle\\BrokerSalesBundle\\Form\\ExistingUserFormType''getExistingUserFormTypeService'false],
  29647.             'Aqarmap\\Bundle\\BrokerSalesBundle\\Form\\RegisterNewUserType' => ['privates''Aqarmap\\Bundle\\BrokerSalesBundle\\Form\\RegisterNewUserType''getRegisterNewUserTypeService'false],
  29648.             'Aqarmap\\Bundle\\BuyerAlertsBundle\\Form\\BuyerAlertsApiType' => ['privates''Aqarmap\\Bundle\\BuyerAlertsBundle\\Form\\BuyerAlertsApiType''getBuyerAlertsApiTypeService'false],
  29649.             'Aqarmap\\Bundle\\BuyerAlertsBundle\\Form\\BuyerAlertsType' => ['privates''Aqarmap\\Bundle\\BuyerAlertsBundle\\Form\\BuyerAlertsType''getBuyerAlertsTypeService'false],
  29650.             'Aqarmap\\Bundle\\CRMBundle\\Form\\AttachmentType' => ['privates''Aqarmap\\Bundle\\CRMBundle\\Form\\AttachmentType''getAttachmentTypeService'false],
  29651.             'Aqarmap\\Bundle\\CRMBundle\\Form\\CompanyAccountManagerType' => ['privates''Aqarmap\\Bundle\\CRMBundle\\Form\\CompanyAccountManagerType''getCompanyAccountManagerTypeService'false],
  29652.             'Aqarmap\\Bundle\\CRMBundle\\Form\\CompanyType' => ['privates''Aqarmap\\Bundle\\CRMBundle\\Form\\CompanyType''getCompanyTypeService'false],
  29653.             'Aqarmap\\Bundle\\CRMBundle\\Form\\ExistingUserFormType' => ['privates''Aqarmap\\Bundle\\CRMBundle\\Form\\ExistingUserFormType''getExistingUserFormType2Service'false],
  29654.             'Aqarmap\\Bundle\\CRMBundle\\Form\\PhotoType' => ['privates''Aqarmap\\Bundle\\CRMBundle\\Form\\PhotoType''getPhotoTypeService'false],
  29655.             'Aqarmap\\Bundle\\CRMBundle\\Form\\StaffCheckInType' => ['privates''Aqarmap\\Bundle\\CRMBundle\\Form\\StaffCheckInType''getStaffCheckInTypeService'false],
  29656.             'Aqarmap\\Bundle\\CRMBundle\\Form\\StaffType' => ['privates''Aqarmap\\Bundle\\CRMBundle\\Form\\StaffType''getStaffTypeService'false],
  29657.             'Aqarmap\\Bundle\\CreditBundle\\Form\\AdminSubtractCreditsFormType' => ['privates''Aqarmap\\Bundle\\CreditBundle\\Form\\AdminSubtractCreditsFormType''getAdminSubtractCreditsFormTypeService'false],
  29658.             'Aqarmap\\Bundle\\CreditBundle\\Form\\Admin\\TransferPointsType' => ['privates''Aqarmap\\Bundle\\CreditBundle\\Form\\Admin\\TransferPointsType''getTransferPointsTypeService'false],
  29659.             'Aqarmap\\Bundle\\CreditBundle\\Form\\Admin\\UserPointsType' => ['privates''Aqarmap\\Bundle\\CreditBundle\\Form\\Admin\\UserPointsType''getUserPointsTypeService'false],
  29660.             'Aqarmap\\Bundle\\CreditBundle\\Form\\BuyCreditsFormType' => ['privates''Aqarmap\\Bundle\\CreditBundle\\Form\\BuyCreditsFormType''getBuyCreditsFormTypeService'false],
  29661.             'Aqarmap\\Bundle\\CreditBundle\\Form\\ExportCreditTransactionType' => ['privates''Aqarmap\\Bundle\\CreditBundle\\Form\\ExportCreditTransactionType''getExportCreditTransactionTypeService'false],
  29662.             'Aqarmap\\Bundle\\CreditBundle\\Form\\FaqType' => ['privates''Aqarmap\\Bundle\\CreditBundle\\Form\\FaqType''getFaqTypeService'false],
  29663.             'Aqarmap\\Bundle\\CreditBundle\\Form\\PackageFiltersFormType' => ['privates''Aqarmap\\Bundle\\CreditBundle\\Form\\PackageFiltersFormType''getPackageFiltersFormTypeService'false],
  29664.             'Aqarmap\\Bundle\\CreditBundle\\Form\\PackageType' => ['privates''Aqarmap\\Bundle\\CreditBundle\\Form\\PackageType''getPackageTypeService'false],
  29665.             'Aqarmap\\Bundle\\CreditBundle\\Form\\ServiceType' => ['privates''Aqarmap\\Bundle\\CreditBundle\\Form\\ServiceType''getServiceTypeService'false],
  29666.             'Aqarmap\\Bundle\\CustomerProfilingBundle\\Form\\AnnualSurveyType' => ['privates''Aqarmap\\Bundle\\CustomerProfilingBundle\\Form\\AnnualSurveyType''getAnnualSurveyTypeService'false],
  29667.             'Aqarmap\\Bundle\\CustomerProfilingBundle\\Form\\DynamicQuestionChoiceType' => ['privates''Aqarmap\\Bundle\\CustomerProfilingBundle\\Form\\DynamicQuestionChoiceType''getDynamicQuestionChoiceTypeService'false],
  29668.             'Aqarmap\\Bundle\\CustomerProfilingBundle\\Form\\DynamicQuestionType' => ['privates''Aqarmap\\Bundle\\CustomerProfilingBundle\\Form\\DynamicQuestionType''getDynamicQuestionTypeService'false],
  29669.             'Aqarmap\\Bundle\\CustomerProfilingBundle\\Form\\QuestionSetType' => ['privates''Aqarmap\\Bundle\\CustomerProfilingBundle\\Form\\QuestionSetType''getQuestionSetTypeService'false],
  29670.             'Aqarmap\\Bundle\\DiscussionBundle\\Form\\CategoryType' => ['privates''Aqarmap\\Bundle\\DiscussionBundle\\Form\\CategoryType''getCategoryTypeService'false],
  29671.             'Aqarmap\\Bundle\\DiscussionBundle\\Form\\CommentType' => ['privates''Aqarmap\\Bundle\\DiscussionBundle\\Form\\CommentType''getCommentTypeService'false],
  29672.             'Aqarmap\\Bundle\\DiscussionBundle\\Form\\DiscussionSearchType' => ['privates''Aqarmap\\Bundle\\DiscussionBundle\\Form\\DiscussionSearchType''getDiscussionSearchTypeService'false],
  29673.             'Aqarmap\\Bundle\\DiscussionBundle\\Form\\DiscussionType' => ['privates''Aqarmap\\Bundle\\DiscussionBundle\\Form\\DiscussionType''getDiscussionTypeService'false],
  29674.             'Aqarmap\\Bundle\\ExchangeBundle\\Form\\ExchangeRequestType' => ['privates''Aqarmap\\Bundle\\ExchangeBundle\\Form\\ExchangeRequestType''getExchangeRequestTypeService'false],
  29675.             'Aqarmap\\Bundle\\FeatureToggleBundle\\Form\\Admin\\AddFeatureToggleFormType' => ['privates''Aqarmap\\Bundle\\FeatureToggleBundle\\Form\\Admin\\AddFeatureToggleFormType''getAddFeatureToggleFormTypeService'false],
  29676.             'Aqarmap\\Bundle\\FeatureToggleBundle\\Form\\Admin\\EditFeatureToggleFormType' => ['privates''Aqarmap\\Bundle\\FeatureToggleBundle\\Form\\Admin\\EditFeatureToggleFormType''getEditFeatureToggleFormTypeService'false],
  29677.             'Aqarmap\\Bundle\\FinancialAidsBundle\\Form\\Admin\\FinancialAidForm' => ['privates''Aqarmap\\Bundle\\FinancialAidsBundle\\Form\\Admin\\FinancialAidForm''getFinancialAidFormService'false],
  29678.             'Aqarmap\\Bundle\\ListingBundle\\Form\\AdminListingRuleFilterType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\AdminListingRuleFilterType''getAdminListingRuleFilterTypeService'false],
  29679.             'Aqarmap\\Bundle\\ListingBundle\\Form\\AdminListingRuleType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\AdminListingRuleType''getAdminListingRuleTypeService'false],
  29680.             'Aqarmap\\Bundle\\ListingBundle\\Form\\AdvancedFilterType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\AdvancedFilterType''getAdvancedFilterTypeService'false],
  29681.             'Aqarmap\\Bundle\\ListingBundle\\Form\\AdvancedSearchType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\AdvancedSearchType''getAdvancedSearchTypeService'false],
  29682.             'Aqarmap\\Bundle\\ListingBundle\\Form\\AutoBumpUpListingType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\AutoBumpUpListingType''getAutoBumpUpListingTypeService'false],
  29683.             'Aqarmap\\Bundle\\ListingBundle\\Form\\CallRequestFormType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\CallRequestFormType''getCallRequestFormTypeService'false],
  29684.             'Aqarmap\\Bundle\\ListingBundle\\Form\\ChangeAreaType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\ChangeAreaType''getChangeAreaTypeService'false],
  29685.             'Aqarmap\\Bundle\\ListingBundle\\Form\\ChangeLocationType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\ChangeLocationType''getChangeLocationTypeService'false],
  29686.             'Aqarmap\\Bundle\\ListingBundle\\Form\\ChangePaymentMethodType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\ChangePaymentMethodType''getChangePaymentMethodTypeService'false],
  29687.             'Aqarmap\\Bundle\\ListingBundle\\Form\\ChangePropertyTypeType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\ChangePropertyTypeType''getChangePropertyTypeTypeService'false],
  29688.             'Aqarmap\\Bundle\\ListingBundle\\Form\\ChangeSectionType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\ChangeSectionType''getChangeSectionTypeService'false],
  29689.             'Aqarmap\\Bundle\\ListingBundle\\Form\\CompoundLocationType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\CompoundLocationType''getCompoundLocationTypeService'false],
  29690.             'Aqarmap\\Bundle\\ListingBundle\\Form\\CompoundSearchFormType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\CompoundSearchFormType''getCompoundSearchFormTypeService'false],
  29691.             'Aqarmap\\Bundle\\ListingBundle\\Form\\ContactSellerFormType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\ContactSellerFormType''getContactSellerFormTypeService'false],
  29692.             'Aqarmap\\Bundle\\ListingBundle\\Form\\ContactSellerWideFormType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\ContactSellerWideFormType''getContactSellerWideFormTypeService'false],
  29693.             'Aqarmap\\Bundle\\ListingBundle\\Form\\CustomFieldChoiceType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\CustomFieldChoiceType''getCustomFieldChoiceTypeService'false],
  29694.             'Aqarmap\\Bundle\\ListingBundle\\Form\\DeleteListingFormType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\DeleteListingFormType''getDeleteListingFormTypeService'false],
  29695.             'Aqarmap\\Bundle\\ListingBundle\\Form\\ExistingParticipantFormType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\ExistingParticipantFormType''getExistingParticipantFormTypeService'false],
  29696.             'Aqarmap\\Bundle\\ListingBundle\\Form\\ExportCustomerLeadsType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\ExportCustomerLeadsType''getExportCustomerLeadsTypeService'false],
  29697.             'Aqarmap\\Bundle\\ListingBundle\\Form\\FetchLocationsType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\FetchLocationsType''getFetchLocationsTypeService'false],
  29698.             'Aqarmap\\Bundle\\ListingBundle\\Form\\FullAdvancedFilterType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\FullAdvancedFilterType''getFullAdvancedFilterTypeService'false],
  29699.             'Aqarmap\\Bundle\\ListingBundle\\Form\\ImportLocationsType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\ImportLocationsType''getImportLocationsTypeService'false],
  29700.             'Aqarmap\\Bundle\\ListingBundle\\Form\\LandingPageFormType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\LandingPageFormType''getLandingPageFormTypeService'false],
  29701.             'Aqarmap\\Bundle\\ListingBundle\\Form\\LeadType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\LeadType''getLeadTypeService'false],
  29702.             'Aqarmap\\Bundle\\ListingBundle\\Form\\ListingApiType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\ListingApiType''getListingApiTypeService'false],
  29703.             'Aqarmap\\Bundle\\ListingBundle\\Form\\ListingAttributeType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\ListingAttributeType''getListingAttributeTypeService'false],
  29704.             'Aqarmap\\Bundle\\ListingBundle\\Form\\ListingBasicsType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\ListingBasicsType''getListingBasicsTypeService'false],
  29705.             'Aqarmap\\Bundle\\ListingBundle\\Form\\ListingBulkUpdateType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\ListingBulkUpdateType''getListingBulkUpdateTypeService'false],
  29706.             'Aqarmap\\Bundle\\ListingBundle\\Form\\ListingInitializeType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\ListingInitializeType''getListingInitializeType2Service'false],
  29707.             'Aqarmap\\Bundle\\ListingBundle\\Form\\ListingLocationType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\ListingLocationType''getListingLocationTypeService'false],
  29708.             'Aqarmap\\Bundle\\ListingBundle\\Form\\ListingNoteType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\ListingNoteType''getListingNoteTypeService'false],
  29709.             'Aqarmap\\Bundle\\ListingBundle\\Form\\ListingOwnerType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\ListingOwnerType''getListingOwnerTypeService'false],
  29710.             'Aqarmap\\Bundle\\ListingBundle\\Form\\ListingPhotoType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\ListingPhotoType''getListingPhotoTypeService'false],
  29711.             'Aqarmap\\Bundle\\ListingBundle\\Form\\ListingRejectionType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\ListingRejectionType''getListingRejectionTypeService'false],
  29712.             'Aqarmap\\Bundle\\ListingBundle\\Form\\ListingTranslationType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\ListingTranslationType''getListingTranslationTypeService'false],
  29713.             'Aqarmap\\Bundle\\ListingBundle\\Form\\ListingType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\ListingType''getListingTypeService'false],
  29714.             'Aqarmap\\Bundle\\ListingBundle\\Form\\LiteListingType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\LiteListingType''getLiteListingTypeService'false],
  29715.             'Aqarmap\\Bundle\\ListingBundle\\Form\\LocationBulkUpdateType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\LocationBulkUpdateType''getLocationBulkUpdateTypeService'false],
  29716.             'Aqarmap\\Bundle\\ListingBundle\\Form\\LocationHistoryLinkType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\LocationHistoryLinkType''getLocationHistoryLinkTypeService'false],
  29717.             'Aqarmap\\Bundle\\ListingBundle\\Form\\LocationRatingType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\LocationRatingType''getLocationRatingTypeService'false],
  29718.             'Aqarmap\\Bundle\\ListingBundle\\Form\\LocationType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\LocationType''getLocationTypeService'false],
  29719.             'Aqarmap\\Bundle\\ListingBundle\\Form\\MoveLocationListings' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\MoveLocationListings''getMoveLocationListingsService'false],
  29720.             'Aqarmap\\Bundle\\ListingBundle\\Form\\MultipleSearchFormType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\MultipleSearchFormType''getMultipleSearchFormTypeService'false],
  29721.             'Aqarmap\\Bundle\\ListingBundle\\Form\\MyListingSearchType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\MyListingSearchType''getMyListingSearchTypeService'false],
  29722.             'Aqarmap\\Bundle\\ListingBundle\\Form\\NearestLocationType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\NearestLocationType''getNearestLocationTypeService'false],
  29723.             'Aqarmap\\Bundle\\ListingBundle\\Form\\OnePhotoType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\OnePhotoType''getOnePhotoTypeService'false],
  29724.             'Aqarmap\\Bundle\\ListingBundle\\Form\\PhoneType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\PhoneType''getPhoneTypeService'false],
  29725.             'Aqarmap\\Bundle\\ListingBundle\\Form\\PhotoType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\PhotoType''getPhotoType2Service'false],
  29726.             'Aqarmap\\Bundle\\ListingBundle\\Form\\ProjectSettingFormType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\ProjectSettingFormType''getProjectSettingFormTypeService'false],
  29727.             'Aqarmap\\Bundle\\ListingBundle\\Form\\PropertyTypeType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\PropertyTypeType''getPropertyTypeTypeService'false],
  29728.             'Aqarmap\\Bundle\\ListingBundle\\Form\\QuickAddListingType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\QuickAddListingType''getQuickAddListingTypeService'false],
  29729.             'Aqarmap\\Bundle\\ListingBundle\\Form\\QuickContactSellerType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\QuickContactSellerType''getQuickContactSellerTypeService'false],
  29730.             'Aqarmap\\Bundle\\ListingBundle\\Form\\QuickCreateLeadFormType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\QuickCreateLeadFormType''getQuickCreateLeadFormTypeService'false],
  29731.             'Aqarmap\\Bundle\\ListingBundle\\Form\\QuickLeadType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\QuickLeadType''getQuickLeadTypeService'false],
  29732.             'Aqarmap\\Bundle\\ListingBundle\\Form\\RatesNoteType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\RatesNoteType''getRatesNoteTypeService'false],
  29733.             'Aqarmap\\Bundle\\ListingBundle\\Form\\RejectionType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\RejectionType''getRejectionTypeService'false],
  29734.             'Aqarmap\\Bundle\\ListingBundle\\Form\\ScrapedListingStateType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\ScrapedListingStateType''getScrapedListingStateTypeService'false],
  29735.             'Aqarmap\\Bundle\\ListingBundle\\Form\\SearchBoxType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\SearchBoxType''getSearchBoxTypeService'false],
  29736.             'Aqarmap\\Bundle\\ListingBundle\\Form\\SearchByLocationType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\SearchByLocationType''getSearchByLocationTypeService'false],
  29737.             'Aqarmap\\Bundle\\ListingBundle\\Form\\SearchTermAliasType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\SearchTermAliasType''getSearchTermAliasTypeService'false],
  29738.             'Aqarmap\\Bundle\\ListingBundle\\Form\\SearchType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\SearchType''getSearchTypeService'false],
  29739.             'Aqarmap\\Bundle\\ListingBundle\\Form\\StatisticsType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\StatisticsType''getStatisticsTypeService'false],
  29740.             'Aqarmap\\Bundle\\ListingBundle\\Form\\UserDeviceType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\UserDeviceType''getUserDeviceTypeService'false],
  29741.             'Aqarmap\\Bundle\\ListingBundle\\Form\\V3\\AddListingType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\V3\\AddListingType''getAddListingTypeService'false],
  29742.             'Aqarmap\\Bundle\\ListingBundle\\Form\\V3\\ListingAttributeType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\V3\\ListingAttributeType''getListingAttributeType2Service'false],
  29743.             'Aqarmap\\Bundle\\ListingBundle\\Form\\V3\\ListingType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\V3\\ListingType''getListingType2Service'false],
  29744.             'Aqarmap\\Bundle\\ListingBundle\\Form\\V3\\ListingTypes\\DescriptionTranslationType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\V3\\ListingTypes\\DescriptionTranslationType''getDescriptionTranslationTypeService'false],
  29745.             'Aqarmap\\Bundle\\ListingBundle\\Form\\V3\\ListingTypes\\TitleTranslationType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\V3\\ListingTypes\\TitleTranslationType''getTitleTranslationTypeService'false],
  29746.             'Aqarmap\\Bundle\\ListingBundle\\Form\\V4\\ListingType' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Form\\V4\\ListingType''getListingType3Service'false],
  29747.             'Aqarmap\\Bundle\\MainBundle\\Form\\Admin\\AddSettingType' => ['privates''Aqarmap\\Bundle\\MainBundle\\Form\\Admin\\AddSettingType''getAddSettingTypeService'false],
  29748.             'Aqarmap\\Bundle\\MainBundle\\Form\\Admin\\UpdateSettingType' => ['privates''Aqarmap\\Bundle\\MainBundle\\Form\\Admin\\UpdateSettingType''getUpdateSettingTypeService'false],
  29749.             'Aqarmap\\Bundle\\MainBundle\\Form\\ConfirmFeaturedFormType' => ['privates''Aqarmap\\Bundle\\MainBundle\\Form\\ConfirmFeaturedFormType''getConfirmFeaturedFormTypeService'false],
  29750.             'Aqarmap\\Bundle\\MainBundle\\Form\\ConfirmFormType' => ['privates''Aqarmap\\Bundle\\MainBundle\\Form\\ConfirmFormType''getConfirmFormTypeService'false],
  29751.             'Aqarmap\\Bundle\\MainBundle\\Form\\CustomParagraphType' => ['privates''Aqarmap\\Bundle\\MainBundle\\Form\\CustomParagraphType''getCustomParagraphTypeService'false],
  29752.             'Aqarmap\\Bundle\\MainBundle\\Form\\DefaultTopCustomerType' => ['privates''Aqarmap\\Bundle\\MainBundle\\Form\\DefaultTopCustomerType''getDefaultTopCustomerTypeService'false],
  29753.             'Aqarmap\\Bundle\\MainBundle\\Form\\FeedbackNoteType' => ['privates''Aqarmap\\Bundle\\MainBundle\\Form\\FeedbackNoteType''getFeedbackNoteTypeService'false],
  29754.             'Aqarmap\\Bundle\\MainBundle\\Form\\FeedbackType' => ['privates''Aqarmap\\Bundle\\MainBundle\\Form\\FeedbackType''getFeedbackTypeService'false],
  29755.             'Aqarmap\\Bundle\\MainBundle\\Form\\FilterCustomParagraphType' => ['privates''Aqarmap\\Bundle\\MainBundle\\Form\\FilterCustomParagraphType''getFilterCustomParagraphTypeService'false],
  29756.             'Aqarmap\\Bundle\\MainBundle\\Form\\JoinUsType' => ['privates''Aqarmap\\Bundle\\MainBundle\\Form\\JoinUsType''getJoinUsTypeService'false],
  29757.             'Aqarmap\\Bundle\\MainBundle\\Form\\LinkType' => ['privates''Aqarmap\\Bundle\\MainBundle\\Form\\LinkType''getLinkTypeService'false],
  29758.             'Aqarmap\\Bundle\\MainBundle\\Form\\MenuType' => ['privates''Aqarmap\\Bundle\\MainBundle\\Form\\MenuType''getMenuTypeService'false],
  29759.             'Aqarmap\\Bundle\\MainBundle\\Form\\PageType' => ['privates''Aqarmap\\Bundle\\MainBundle\\Form\\PageType''getPageTypeService'false],
  29760.             'Aqarmap\\Bundle\\MainBundle\\Form\\SinglePhotoType' => ['privates''Aqarmap\\Bundle\\MainBundle\\Form\\SinglePhotoType''getSinglePhotoTypeService'false],
  29761.             'Aqarmap\\Bundle\\MainBundle\\Form\\TestimonialType' => ['privates''Aqarmap\\Bundle\\MainBundle\\Form\\TestimonialType''getTestimonialTypeService'false],
  29762.             'Aqarmap\\Bundle\\NeighborhoodBundle\\Form\\CompoundSearchType' => ['privates''Aqarmap\\Bundle\\NeighborhoodBundle\\Form\\CompoundSearchType''getCompoundSearchTypeService'false],
  29763.             'Aqarmap\\Bundle\\NeighborhoodBundle\\Form\\LocationCompoundSizeType' => ['privates''Aqarmap\\Bundle\\NeighborhoodBundle\\Form\\LocationCompoundSizeType''getLocationCompoundSizeTypeService'false],
  29764.             'Aqarmap\\Bundle\\NeighborhoodBundle\\Form\\LocationCompoundType' => ['privates''Aqarmap\\Bundle\\NeighborhoodBundle\\Form\\LocationCompoundType''getLocationCompoundTypeService'false],
  29765.             'Aqarmap\\Bundle\\NeighborhoodBundle\\Form\\LocationStatisticsType' => ['privates''Aqarmap\\Bundle\\NeighborhoodBundle\\Form\\LocationStatisticsType''getLocationStatisticsTypeService'false],
  29766.             'Aqarmap\\Bundle\\NotifierBundle\\Form\\DashboardOptionsType' => ['privates''Aqarmap\\Bundle\\NotifierBundle\\Form\\DashboardOptionsType''getDashboardOptionsTypeService'false],
  29767.             'Aqarmap\\Bundle\\NotifierBundle\\Form\\NotifierApiType' => ['privates''Aqarmap\\Bundle\\NotifierBundle\\Form\\NotifierApiType''getNotifierApiTypeService'false],
  29768.             'Aqarmap\\Bundle\\NotifierBundle\\Form\\NotifierSettingsType' => ['privates''Aqarmap\\Bundle\\NotifierBundle\\Form\\NotifierSettingsType''getNotifierSettingsTypeService'false],
  29769.             'Aqarmap\\Bundle\\NotifierBundle\\Form\\NotifierType' => ['privates''Aqarmap\\Bundle\\NotifierBundle\\Form\\NotifierType''getNotifierTypeService'false],
  29770.             'Aqarmap\\Bundle\\PaymentBundle\\Form\\AdminAddPaymentTransactionFormType' => ['privates''Aqarmap\\Bundle\\PaymentBundle\\Form\\AdminAddPaymentTransactionFormType''getAdminAddPaymentTransactionFormTypeService'false],
  29771.             'Aqarmap\\Bundle\\PaymentBundle\\Form\\AdminAssignAgentType' => ['privates''Aqarmap\\Bundle\\PaymentBundle\\Form\\AdminAssignAgentType''getAdminAssignAgentTypeService'false],
  29772.             'Aqarmap\\Bundle\\PaymentBundle\\Form\\AdminEditPaymentTransactionFormType' => ['privates''Aqarmap\\Bundle\\PaymentBundle\\Form\\AdminEditPaymentTransactionFormType''getAdminEditPaymentTransactionFormTypeService'false],
  29773.             'Aqarmap\\Bundle\\PaymentBundle\\Form\\AdminGeneratePaymentCodeFormType' => ['privates''Aqarmap\\Bundle\\PaymentBundle\\Form\\AdminGeneratePaymentCodeFormType''getAdminGeneratePaymentCodeFormTypeService'false],
  29774.             'Aqarmap\\Bundle\\PaymentBundle\\Form\\ManualFawryCodeFormType' => ['privates''Aqarmap\\Bundle\\PaymentBundle\\Form\\ManualFawryCodeFormType''getManualFawryCodeFormTypeService'false],
  29775.             'Aqarmap\\Bundle\\PaymentBundle\\Form\\PaymentFiltersFormType' => ['privates''Aqarmap\\Bundle\\PaymentBundle\\Form\\PaymentFiltersFormType''getPaymentFiltersFormTypeService'false],
  29776.             'Aqarmap\\Bundle\\SearchBundle\\Form\\SearchCombinationFilterType' => ['privates''Aqarmap\\Bundle\\SearchBundle\\Form\\SearchCombinationFilterType''getSearchCombinationFilterTypeService'false],
  29777.             'Aqarmap\\Bundle\\TopSellerBundle\\Form\\BulkTopSellerLeadType' => ['privates''Aqarmap\\Bundle\\TopSellerBundle\\Form\\BulkTopSellerLeadType''getBulkTopSellerLeadTypeService'false],
  29778.             'Aqarmap\\Bundle\\UserBundle\\Form\\AddUserPhoneFormType' => ['privates''Aqarmap\\Bundle\\UserBundle\\Form\\AddUserPhoneFormType''getAddUserPhoneFormTypeService'false],
  29779.             'Aqarmap\\Bundle\\UserBundle\\Form\\Admin\\AddUserServiceType' => ['privates''Aqarmap\\Bundle\\UserBundle\\Form\\Admin\\AddUserServiceType''getAddUserServiceTypeService'false],
  29780.             'Aqarmap\\Bundle\\UserBundle\\Form\\Admin\\UpdateUserPackageType' => ['privates''Aqarmap\\Bundle\\UserBundle\\Form\\Admin\\UpdateUserPackageType''getUpdateUserPackageTypeService'false],
  29781.             'Aqarmap\\Bundle\\UserBundle\\Form\\Admin\\UpdateUserServiceType' => ['privates''Aqarmap\\Bundle\\UserBundle\\Form\\Admin\\UpdateUserServiceType''getUpdateUserServiceTypeService'false],
  29782.             'Aqarmap\\Bundle\\UserBundle\\Form\\Admin\\UserInfoType' => ['privates''Aqarmap\\Bundle\\UserBundle\\Form\\Admin\\UserInfoType''getUserInfoTypeService'false],
  29783.             'Aqarmap\\Bundle\\UserBundle\\Form\\Admin\\UserTypeChangeType' => ['privates''Aqarmap\\Bundle\\UserBundle\\Form\\Admin\\UserTypeChangeType''getUserTypeChangeTypeService'false],
  29784.             'Aqarmap\\Bundle\\UserBundle\\Form\\BoostLevelType' => ['privates''Aqarmap\\Bundle\\UserBundle\\Form\\BoostLevelType''getBoostLevelTypeService'false],
  29785.             'Aqarmap\\Bundle\\UserBundle\\Form\\BrokerType' => ['privates''Aqarmap\\Bundle\\UserBundle\\Form\\BrokerType''getBrokerTypeService'false],
  29786.             'Aqarmap\\Bundle\\UserBundle\\Form\\ChangeGroupType' => ['privates''Aqarmap\\Bundle\\UserBundle\\Form\\ChangeGroupType''getChangeGroupTypeService'false],
  29787.             'Aqarmap\\Bundle\\UserBundle\\Form\\ChangePasswordFormType' => ['privates''Aqarmap\\Bundle\\UserBundle\\Form\\ChangePasswordFormType''getChangePasswordFormTypeService'false],
  29788.             'Aqarmap\\Bundle\\UserBundle\\Form\\CustomerSearchForm' => ['privates''Aqarmap\\Bundle\\UserBundle\\Form\\CustomerSearchForm''getCustomerSearchFormService'false],
  29789.             'Aqarmap\\Bundle\\UserBundle\\Form\\DeviceType' => ['privates''Aqarmap\\Bundle\\UserBundle\\Form\\DeviceType''getDeviceTypeService'false],
  29790.             'Aqarmap\\Bundle\\UserBundle\\Form\\EditPhoneNumberType' => ['privates''Aqarmap\\Bundle\\UserBundle\\Form\\EditPhoneNumberType''getEditPhoneNumberTypeService'false],
  29791.             'Aqarmap\\Bundle\\UserBundle\\Form\\GroupFormType' => ['privates''Aqarmap\\Bundle\\UserBundle\\Form\\GroupFormType''getGroupFormTypeService'false],
  29792.             'Aqarmap\\Bundle\\UserBundle\\Form\\ImportDeveloperUserType' => ['privates''Aqarmap\\Bundle\\UserBundle\\Form\\ImportDeveloperUserType''getImportDeveloperUserTypeService'false],
  29793.             'Aqarmap\\Bundle\\UserBundle\\Form\\ImportUserGroupType' => ['privates''Aqarmap\\Bundle\\UserBundle\\Form\\ImportUserGroupType''getImportUserGroupTypeService'false],
  29794.             'Aqarmap\\Bundle\\UserBundle\\Form\\ImportUserType' => ['privates''Aqarmap\\Bundle\\UserBundle\\Form\\ImportUserType''getImportUserTypeService'false],
  29795.             'Aqarmap\\Bundle\\UserBundle\\Form\\PersonalInfoType' => ['privates''Aqarmap\\Bundle\\UserBundle\\Form\\PersonalInfoType''getPersonalInfoTypeService'false],
  29796.             'Aqarmap\\Bundle\\UserBundle\\Form\\ProfileFormType' => ['privates''aqarmap_user.profile.form.type''getAqarmapUser_Profile_Form_TypeService'false],
  29797.             'Aqarmap\\Bundle\\UserBundle\\Form\\QuickRegistrationFormType' => ['privates''Aqarmap\\Bundle\\UserBundle\\Form\\QuickRegistrationFormType''getQuickRegistrationFormTypeService'false],
  29798.             'Aqarmap\\Bundle\\UserBundle\\Form\\RegistrationFormType' => ['privates''aqarmap_user.registration.form.type''getAqarmapUser_Registration_Form_TypeService'false],
  29799.             'Aqarmap\\Bundle\\UserBundle\\Form\\SubAccountFormType' => ['privates''Aqarmap\\Bundle\\UserBundle\\Form\\SubAccountFormType''getSubAccountFormType2Service'false],
  29800.             'Aqarmap\\Bundle\\UserBundle\\Form\\TargetAudienceHistoryType' => ['privates''Aqarmap\\Bundle\\UserBundle\\Form\\TargetAudienceHistoryType''getTargetAudienceHistoryTypeService'false],
  29801.             'Aqarmap\\Bundle\\UserBundle\\Form\\TeamType' => ['privates''Aqarmap\\Bundle\\UserBundle\\Form\\TeamType''getTeamTypeService'false],
  29802.             'Aqarmap\\Bundle\\UserBundle\\Form\\UpdateCompanyInfoFormType' => ['privates''Aqarmap\\Bundle\\UserBundle\\Form\\UpdateCompanyInfoFormType''getUpdateCompanyInfoFormTypeService'false],
  29803.             'Aqarmap\\Bundle\\UserBundle\\Form\\UpdateProfileBasicInfoFormType' => ['privates''Aqarmap\\Bundle\\UserBundle\\Form\\UpdateProfileBasicInfoFormType''getUpdateProfileBasicInfoFormTypeService'false],
  29804.             'Aqarmap\\Bundle\\UserBundle\\Form\\UpdateProfileFormType' => ['privates''Aqarmap\\Bundle\\UserBundle\\Form\\UpdateProfileFormType''getUpdateProfileFormTypeService'false],
  29805.             'Aqarmap\\Bundle\\UserBundle\\Form\\UserDomainType' => ['privates''Aqarmap\\Bundle\\UserBundle\\Form\\UserDomainType''getUserDomainTypeService'false],
  29806.             'Aqarmap\\Bundle\\UserBundle\\Form\\UserExtendCreditDateType' => ['privates''Aqarmap\\Bundle\\UserBundle\\Form\\UserExtendCreditDateType''getUserExtendCreditDateTypeService'false],
  29807.             'Aqarmap\\Bundle\\UserBundle\\Form\\UserKeywordType' => ['privates''Aqarmap\\Bundle\\UserBundle\\Form\\UserKeywordType''getUserKeywordTypeService'false],
  29808.             'Aqarmap\\Bundle\\UserBundle\\Form\\UserPhoneType' => ['privates''Aqarmap\\Bundle\\UserBundle\\Form\\UserPhoneType''getUserPhoneTypeService'false],
  29809.             'Aqarmap\\Bundle\\UserBundle\\Form\\V3\\LoginFormType' => ['privates''Aqarmap\\Bundle\\UserBundle\\Form\\V3\\LoginFormType''getLoginFormTypeService'false],
  29810.             'Aqarmap\\Bundle\\UserBundle\\Form\\V3\\RegistrationFormType' => ['privates''Aqarmap\\Bundle\\UserBundle\\Form\\V3\\RegistrationFormType''getRegistrationFormTypeService'false],
  29811.             'Doctrine\\Bundle\\MongoDBBundle\\Form\\Type\\DocumentType' => ['privates''form.type.mongodb_document''getForm_Type_MongodbDocumentService'false],
  29812.             'FOS\\CKEditorBundle\\Form\\Type\\CKEditorType' => ['privates''fos_ck_editor.form.type''getFosCkEditor_Form_TypeService'false],
  29813.             'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType' => ['privates''fos_user.change_password.form.type''getFosUser_ChangePassword_Form_TypeService'false],
  29814.             'FOS\\UserBundle\\Form\\Type\\ProfileFormType' => ['privates''fos_user.profile.form.type''getFosUser_Profile_Form_TypeService'false],
  29815.             'FOS\\UserBundle\\Form\\Type\\RegistrationFormType' => ['privates''fos_user.registration.form.type''getFosUser_Registration_Form_TypeService'false],
  29816.             'FOS\\UserBundle\\Form\\Type\\ResettingFormType' => ['privates''fos_user.resetting.form.type''getFosUser_Resetting_Form_TypeService'false],
  29817.             'FOS\\UserBundle\\Form\\Type\\UsernameFormType' => ['privates''fos_user.username_form_type''getFosUser_UsernameFormTypeService'false],
  29818.             'Liip\\ImagineBundle\\Form\\Type\\ImageType' => ['privates''liip_imagine.form.type.image''getLiipImagine_Form_Type_ImageService'false],
  29819.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  29820.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  29821.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates''form.type.color''getForm_Type_ColorService'false],
  29822.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''.container.private.form.type.file''get_Container_Private_Form_Type_FileService'false],
  29823.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  29824.             'Vich\\UploaderBundle\\Form\\Type\\VichFileType' => ['services''vich_uploader.form.type.file''getVichUploader_Form_Type_FileService'false],
  29825.             'Vich\\UploaderBundle\\Form\\Type\\VichImageType' => ['services''vich_uploader.form.type.image''getVichUploader_Form_Type_ImageService'false],
  29826.         ], [
  29827.             'App\\Form\\Type\\Banners\\BannersType' => '?',
  29828.             'App\\Form\\Type\\EmailList\\EmailListType' => '?',
  29829.             'App\\Form\\Type\\Lead\\LeadFormType' => '?',
  29830.             'App\\Form\\Type\\Lead\\PhoneFormType' => '?',
  29831.             'App\\Form\\Type\\Listing\\ListingDescriptionType' => '?',
  29832.             'App\\Form\\Type\\Listing\\ListingDetailsType' => '?',
  29833.             'App\\Form\\Type\\Listing\\ListingInitializeType' => '?',
  29834.             'App\\Form\\Type\\Listing\\ListingPhotosType' => '?',
  29835.             'App\\Form\\Type\\Listing\\SinglePhotosType' => '?',
  29836.             'App\\Form\\Type\\Security\\ChangePasswordType' => '?',
  29837.             'App\\Form\\Type\\Subscriptions\\SubscriptionPlanType' => '?',
  29838.             'App\\Form\\Type\\User\\SubAccountFormType' => '?',
  29839.             'Aqarmap\\Bundle\\AnnouncementBundle\\Form\\AnnouncementType' => '?',
  29840.             'Aqarmap\\Bundle\\BrokerSalesBundle\\Form\\AssignBrokerToSellerType' => '?',
  29841.             'Aqarmap\\Bundle\\BrokerSalesBundle\\Form\\ExistingUserFormType' => '?',
  29842.             'Aqarmap\\Bundle\\BrokerSalesBundle\\Form\\RegisterNewUserType' => '?',
  29843.             'Aqarmap\\Bundle\\BuyerAlertsBundle\\Form\\BuyerAlertsApiType' => '?',
  29844.             'Aqarmap\\Bundle\\BuyerAlertsBundle\\Form\\BuyerAlertsType' => '?',
  29845.             'Aqarmap\\Bundle\\CRMBundle\\Form\\AttachmentType' => '?',
  29846.             'Aqarmap\\Bundle\\CRMBundle\\Form\\CompanyAccountManagerType' => '?',
  29847.             'Aqarmap\\Bundle\\CRMBundle\\Form\\CompanyType' => '?',
  29848.             'Aqarmap\\Bundle\\CRMBundle\\Form\\ExistingUserFormType' => '?',
  29849.             'Aqarmap\\Bundle\\CRMBundle\\Form\\PhotoType' => '?',
  29850.             'Aqarmap\\Bundle\\CRMBundle\\Form\\StaffCheckInType' => '?',
  29851.             'Aqarmap\\Bundle\\CRMBundle\\Form\\StaffType' => '?',
  29852.             'Aqarmap\\Bundle\\CreditBundle\\Form\\AdminSubtractCreditsFormType' => '?',
  29853.             'Aqarmap\\Bundle\\CreditBundle\\Form\\Admin\\TransferPointsType' => '?',
  29854.             'Aqarmap\\Bundle\\CreditBundle\\Form\\Admin\\UserPointsType' => '?',
  29855.             'Aqarmap\\Bundle\\CreditBundle\\Form\\BuyCreditsFormType' => '?',
  29856.             'Aqarmap\\Bundle\\CreditBundle\\Form\\ExportCreditTransactionType' => '?',
  29857.             'Aqarmap\\Bundle\\CreditBundle\\Form\\FaqType' => '?',
  29858.             'Aqarmap\\Bundle\\CreditBundle\\Form\\PackageFiltersFormType' => '?',
  29859.             'Aqarmap\\Bundle\\CreditBundle\\Form\\PackageType' => '?',
  29860.             'Aqarmap\\Bundle\\CreditBundle\\Form\\ServiceType' => '?',
  29861.             'Aqarmap\\Bundle\\CustomerProfilingBundle\\Form\\AnnualSurveyType' => '?',
  29862.             'Aqarmap\\Bundle\\CustomerProfilingBundle\\Form\\DynamicQuestionChoiceType' => '?',
  29863.             'Aqarmap\\Bundle\\CustomerProfilingBundle\\Form\\DynamicQuestionType' => '?',
  29864.             'Aqarmap\\Bundle\\CustomerProfilingBundle\\Form\\QuestionSetType' => '?',
  29865.             'Aqarmap\\Bundle\\DiscussionBundle\\Form\\CategoryType' => '?',
  29866.             'Aqarmap\\Bundle\\DiscussionBundle\\Form\\CommentType' => '?',
  29867.             'Aqarmap\\Bundle\\DiscussionBundle\\Form\\DiscussionSearchType' => '?',
  29868.             'Aqarmap\\Bundle\\DiscussionBundle\\Form\\DiscussionType' => '?',
  29869.             'Aqarmap\\Bundle\\ExchangeBundle\\Form\\ExchangeRequestType' => '?',
  29870.             'Aqarmap\\Bundle\\FeatureToggleBundle\\Form\\Admin\\AddFeatureToggleFormType' => '?',
  29871.             'Aqarmap\\Bundle\\FeatureToggleBundle\\Form\\Admin\\EditFeatureToggleFormType' => '?',
  29872.             'Aqarmap\\Bundle\\FinancialAidsBundle\\Form\\Admin\\FinancialAidForm' => '?',
  29873.             'Aqarmap\\Bundle\\ListingBundle\\Form\\AdminListingRuleFilterType' => '?',
  29874.             'Aqarmap\\Bundle\\ListingBundle\\Form\\AdminListingRuleType' => '?',
  29875.             'Aqarmap\\Bundle\\ListingBundle\\Form\\AdvancedFilterType' => '?',
  29876.             'Aqarmap\\Bundle\\ListingBundle\\Form\\AdvancedSearchType' => '?',
  29877.             'Aqarmap\\Bundle\\ListingBundle\\Form\\AutoBumpUpListingType' => '?',
  29878.             'Aqarmap\\Bundle\\ListingBundle\\Form\\CallRequestFormType' => '?',
  29879.             'Aqarmap\\Bundle\\ListingBundle\\Form\\ChangeAreaType' => '?',
  29880.             'Aqarmap\\Bundle\\ListingBundle\\Form\\ChangeLocationType' => '?',
  29881.             'Aqarmap\\Bundle\\ListingBundle\\Form\\ChangePaymentMethodType' => '?',
  29882.             'Aqarmap\\Bundle\\ListingBundle\\Form\\ChangePropertyTypeType' => '?',
  29883.             'Aqarmap\\Bundle\\ListingBundle\\Form\\ChangeSectionType' => '?',
  29884.             'Aqarmap\\Bundle\\ListingBundle\\Form\\CompoundLocationType' => '?',
  29885.             'Aqarmap\\Bundle\\ListingBundle\\Form\\CompoundSearchFormType' => '?',
  29886.             'Aqarmap\\Bundle\\ListingBundle\\Form\\ContactSellerFormType' => '?',
  29887.             'Aqarmap\\Bundle\\ListingBundle\\Form\\ContactSellerWideFormType' => '?',
  29888.             'Aqarmap\\Bundle\\ListingBundle\\Form\\CustomFieldChoiceType' => '?',
  29889.             'Aqarmap\\Bundle\\ListingBundle\\Form\\DeleteListingFormType' => '?',
  29890.             'Aqarmap\\Bundle\\ListingBundle\\Form\\ExistingParticipantFormType' => '?',
  29891.             'Aqarmap\\Bundle\\ListingBundle\\Form\\ExportCustomerLeadsType' => '?',
  29892.             'Aqarmap\\Bundle\\ListingBundle\\Form\\FetchLocationsType' => '?',
  29893.             'Aqarmap\\Bundle\\ListingBundle\\Form\\FullAdvancedFilterType' => '?',
  29894.             'Aqarmap\\Bundle\\ListingBundle\\Form\\ImportLocationsType' => '?',
  29895.             'Aqarmap\\Bundle\\ListingBundle\\Form\\LandingPageFormType' => '?',
  29896.             'Aqarmap\\Bundle\\ListingBundle\\Form\\LeadType' => '?',
  29897.             'Aqarmap\\Bundle\\ListingBundle\\Form\\ListingApiType' => '?',
  29898.             'Aqarmap\\Bundle\\ListingBundle\\Form\\ListingAttributeType' => '?',
  29899.             'Aqarmap\\Bundle\\ListingBundle\\Form\\ListingBasicsType' => '?',
  29900.             'Aqarmap\\Bundle\\ListingBundle\\Form\\ListingBulkUpdateType' => '?',
  29901.             'Aqarmap\\Bundle\\ListingBundle\\Form\\ListingInitializeType' => '?',
  29902.             'Aqarmap\\Bundle\\ListingBundle\\Form\\ListingLocationType' => '?',
  29903.             'Aqarmap\\Bundle\\ListingBundle\\Form\\ListingNoteType' => '?',
  29904.             'Aqarmap\\Bundle\\ListingBundle\\Form\\ListingOwnerType' => '?',
  29905.             'Aqarmap\\Bundle\\ListingBundle\\Form\\ListingPhotoType' => '?',
  29906.             'Aqarmap\\Bundle\\ListingBundle\\Form\\ListingRejectionType' => '?',
  29907.             'Aqarmap\\Bundle\\ListingBundle\\Form\\ListingTranslationType' => '?',
  29908.             'Aqarmap\\Bundle\\ListingBundle\\Form\\ListingType' => '?',
  29909.             'Aqarmap\\Bundle\\ListingBundle\\Form\\LiteListingType' => '?',
  29910.             'Aqarmap\\Bundle\\ListingBundle\\Form\\LocationBulkUpdateType' => '?',
  29911.             'Aqarmap\\Bundle\\ListingBundle\\Form\\LocationHistoryLinkType' => '?',
  29912.             'Aqarmap\\Bundle\\ListingBundle\\Form\\LocationRatingType' => '?',
  29913.             'Aqarmap\\Bundle\\ListingBundle\\Form\\LocationType' => '?',
  29914.             'Aqarmap\\Bundle\\ListingBundle\\Form\\MoveLocationListings' => '?',
  29915.             'Aqarmap\\Bundle\\ListingBundle\\Form\\MultipleSearchFormType' => '?',
  29916.             'Aqarmap\\Bundle\\ListingBundle\\Form\\MyListingSearchType' => '?',
  29917.             'Aqarmap\\Bundle\\ListingBundle\\Form\\NearestLocationType' => '?',
  29918.             'Aqarmap\\Bundle\\ListingBundle\\Form\\OnePhotoType' => '?',
  29919.             'Aqarmap\\Bundle\\ListingBundle\\Form\\PhoneType' => '?',
  29920.             'Aqarmap\\Bundle\\ListingBundle\\Form\\PhotoType' => '?',
  29921.             'Aqarmap\\Bundle\\ListingBundle\\Form\\ProjectSettingFormType' => '?',
  29922.             'Aqarmap\\Bundle\\ListingBundle\\Form\\PropertyTypeType' => '?',
  29923.             'Aqarmap\\Bundle\\ListingBundle\\Form\\QuickAddListingType' => '?',
  29924.             'Aqarmap\\Bundle\\ListingBundle\\Form\\QuickContactSellerType' => '?',
  29925.             'Aqarmap\\Bundle\\ListingBundle\\Form\\QuickCreateLeadFormType' => '?',
  29926.             'Aqarmap\\Bundle\\ListingBundle\\Form\\QuickLeadType' => '?',
  29927.             'Aqarmap\\Bundle\\ListingBundle\\Form\\RatesNoteType' => '?',
  29928.             'Aqarmap\\Bundle\\ListingBundle\\Form\\RejectionType' => '?',
  29929.             'Aqarmap\\Bundle\\ListingBundle\\Form\\ScrapedListingStateType' => '?',
  29930.             'Aqarmap\\Bundle\\ListingBundle\\Form\\SearchBoxType' => '?',
  29931.             'Aqarmap\\Bundle\\ListingBundle\\Form\\SearchByLocationType' => '?',
  29932.             'Aqarmap\\Bundle\\ListingBundle\\Form\\SearchTermAliasType' => '?',
  29933.             'Aqarmap\\Bundle\\ListingBundle\\Form\\SearchType' => '?',
  29934.             'Aqarmap\\Bundle\\ListingBundle\\Form\\StatisticsType' => '?',
  29935.             'Aqarmap\\Bundle\\ListingBundle\\Form\\UserDeviceType' => '?',
  29936.             'Aqarmap\\Bundle\\ListingBundle\\Form\\V3\\AddListingType' => '?',
  29937.             'Aqarmap\\Bundle\\ListingBundle\\Form\\V3\\ListingAttributeType' => '?',
  29938.             'Aqarmap\\Bundle\\ListingBundle\\Form\\V3\\ListingType' => '?',
  29939.             'Aqarmap\\Bundle\\ListingBundle\\Form\\V3\\ListingTypes\\DescriptionTranslationType' => '?',
  29940.             'Aqarmap\\Bundle\\ListingBundle\\Form\\V3\\ListingTypes\\TitleTranslationType' => '?',
  29941.             'Aqarmap\\Bundle\\ListingBundle\\Form\\V4\\ListingType' => '?',
  29942.             'Aqarmap\\Bundle\\MainBundle\\Form\\Admin\\AddSettingType' => '?',
  29943.             'Aqarmap\\Bundle\\MainBundle\\Form\\Admin\\UpdateSettingType' => '?',
  29944.             'Aqarmap\\Bundle\\MainBundle\\Form\\ConfirmFeaturedFormType' => '?',
  29945.             'Aqarmap\\Bundle\\MainBundle\\Form\\ConfirmFormType' => '?',
  29946.             'Aqarmap\\Bundle\\MainBundle\\Form\\CustomParagraphType' => '?',
  29947.             'Aqarmap\\Bundle\\MainBundle\\Form\\DefaultTopCustomerType' => '?',
  29948.             'Aqarmap\\Bundle\\MainBundle\\Form\\FeedbackNoteType' => '?',
  29949.             'Aqarmap\\Bundle\\MainBundle\\Form\\FeedbackType' => '?',
  29950.             'Aqarmap\\Bundle\\MainBundle\\Form\\FilterCustomParagraphType' => '?',
  29951.             'Aqarmap\\Bundle\\MainBundle\\Form\\JoinUsType' => '?',
  29952.             'Aqarmap\\Bundle\\MainBundle\\Form\\LinkType' => '?',
  29953.             'Aqarmap\\Bundle\\MainBundle\\Form\\MenuType' => '?',
  29954.             'Aqarmap\\Bundle\\MainBundle\\Form\\PageType' => '?',
  29955.             'Aqarmap\\Bundle\\MainBundle\\Form\\SinglePhotoType' => '?',
  29956.             'Aqarmap\\Bundle\\MainBundle\\Form\\TestimonialType' => '?',
  29957.             'Aqarmap\\Bundle\\NeighborhoodBundle\\Form\\CompoundSearchType' => '?',
  29958.             'Aqarmap\\Bundle\\NeighborhoodBundle\\Form\\LocationCompoundSizeType' => '?',
  29959.             'Aqarmap\\Bundle\\NeighborhoodBundle\\Form\\LocationCompoundType' => '?',
  29960.             'Aqarmap\\Bundle\\NeighborhoodBundle\\Form\\LocationStatisticsType' => '?',
  29961.             'Aqarmap\\Bundle\\NotifierBundle\\Form\\DashboardOptionsType' => '?',
  29962.             'Aqarmap\\Bundle\\NotifierBundle\\Form\\NotifierApiType' => '?',
  29963.             'Aqarmap\\Bundle\\NotifierBundle\\Form\\NotifierSettingsType' => '?',
  29964.             'Aqarmap\\Bundle\\NotifierBundle\\Form\\NotifierType' => '?',
  29965.             'Aqarmap\\Bundle\\PaymentBundle\\Form\\AdminAddPaymentTransactionFormType' => '?',
  29966.             'Aqarmap\\Bundle\\PaymentBundle\\Form\\AdminAssignAgentType' => '?',
  29967.             'Aqarmap\\Bundle\\PaymentBundle\\Form\\AdminEditPaymentTransactionFormType' => '?',
  29968.             'Aqarmap\\Bundle\\PaymentBundle\\Form\\AdminGeneratePaymentCodeFormType' => '?',
  29969.             'Aqarmap\\Bundle\\PaymentBundle\\Form\\ManualFawryCodeFormType' => '?',
  29970.             'Aqarmap\\Bundle\\PaymentBundle\\Form\\PaymentFiltersFormType' => '?',
  29971.             'Aqarmap\\Bundle\\SearchBundle\\Form\\SearchCombinationFilterType' => '?',
  29972.             'Aqarmap\\Bundle\\TopSellerBundle\\Form\\BulkTopSellerLeadType' => '?',
  29973.             'Aqarmap\\Bundle\\UserBundle\\Form\\AddUserPhoneFormType' => '?',
  29974.             'Aqarmap\\Bundle\\UserBundle\\Form\\Admin\\AddUserServiceType' => '?',
  29975.             'Aqarmap\\Bundle\\UserBundle\\Form\\Admin\\UpdateUserPackageType' => '?',
  29976.             'Aqarmap\\Bundle\\UserBundle\\Form\\Admin\\UpdateUserServiceType' => '?',
  29977.             'Aqarmap\\Bundle\\UserBundle\\Form\\Admin\\UserInfoType' => '?',
  29978.             'Aqarmap\\Bundle\\UserBundle\\Form\\Admin\\UserTypeChangeType' => '?',
  29979.             'Aqarmap\\Bundle\\UserBundle\\Form\\BoostLevelType' => '?',
  29980.             'Aqarmap\\Bundle\\UserBundle\\Form\\BrokerType' => '?',
  29981.             'Aqarmap\\Bundle\\UserBundle\\Form\\ChangeGroupType' => '?',
  29982.             'Aqarmap\\Bundle\\UserBundle\\Form\\ChangePasswordFormType' => '?',
  29983.             'Aqarmap\\Bundle\\UserBundle\\Form\\CustomerSearchForm' => '?',
  29984.             'Aqarmap\\Bundle\\UserBundle\\Form\\DeviceType' => '?',
  29985.             'Aqarmap\\Bundle\\UserBundle\\Form\\EditPhoneNumberType' => '?',
  29986.             'Aqarmap\\Bundle\\UserBundle\\Form\\GroupFormType' => '?',
  29987.             'Aqarmap\\Bundle\\UserBundle\\Form\\ImportDeveloperUserType' => '?',
  29988.             'Aqarmap\\Bundle\\UserBundle\\Form\\ImportUserGroupType' => '?',
  29989.             'Aqarmap\\Bundle\\UserBundle\\Form\\ImportUserType' => '?',
  29990.             'Aqarmap\\Bundle\\UserBundle\\Form\\PersonalInfoType' => '?',
  29991.             'Aqarmap\\Bundle\\UserBundle\\Form\\ProfileFormType' => '?',
  29992.             'Aqarmap\\Bundle\\UserBundle\\Form\\QuickRegistrationFormType' => '?',
  29993.             'Aqarmap\\Bundle\\UserBundle\\Form\\RegistrationFormType' => '?',
  29994.             'Aqarmap\\Bundle\\UserBundle\\Form\\SubAccountFormType' => '?',
  29995.             'Aqarmap\\Bundle\\UserBundle\\Form\\TargetAudienceHistoryType' => '?',
  29996.             'Aqarmap\\Bundle\\UserBundle\\Form\\TeamType' => '?',
  29997.             'Aqarmap\\Bundle\\UserBundle\\Form\\UpdateCompanyInfoFormType' => '?',
  29998.             'Aqarmap\\Bundle\\UserBundle\\Form\\UpdateProfileBasicInfoFormType' => '?',
  29999.             'Aqarmap\\Bundle\\UserBundle\\Form\\UpdateProfileFormType' => '?',
  30000.             'Aqarmap\\Bundle\\UserBundle\\Form\\UserDomainType' => '?',
  30001.             'Aqarmap\\Bundle\\UserBundle\\Form\\UserExtendCreditDateType' => '?',
  30002.             'Aqarmap\\Bundle\\UserBundle\\Form\\UserKeywordType' => '?',
  30003.             'Aqarmap\\Bundle\\UserBundle\\Form\\UserPhoneType' => '?',
  30004.             'Aqarmap\\Bundle\\UserBundle\\Form\\V3\\LoginFormType' => '?',
  30005.             'Aqarmap\\Bundle\\UserBundle\\Form\\V3\\RegistrationFormType' => '?',
  30006.             'Doctrine\\Bundle\\MongoDBBundle\\Form\\Type\\DocumentType' => '?',
  30007.             'FOS\\CKEditorBundle\\Form\\Type\\CKEditorType' => '?',
  30008.             'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType' => '?',
  30009.             'FOS\\UserBundle\\Form\\Type\\ProfileFormType' => '?',
  30010.             'FOS\\UserBundle\\Form\\Type\\RegistrationFormType' => '?',
  30011.             'FOS\\UserBundle\\Form\\Type\\ResettingFormType' => '?',
  30012.             'FOS\\UserBundle\\Form\\Type\\UsernameFormType' => '?',
  30013.             'Liip\\ImagineBundle\\Form\\Type\\ImageType' => '?',
  30014.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  30015.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  30016.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  30017.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  30018.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  30019.             'Vich\\UploaderBundle\\Form\\Type\\VichFileType' => '?',
  30020.             'Vich\\UploaderBundle\\Form\\Type\\VichImageType' => '?',
  30021.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  30022.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  30023.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  30024.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  30025.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  30026.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  30027.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  30028.             yield => ($this->privates['nelmio_api_doc.form.documentation_extension'] ?? ($this->privates['nelmio_api_doc.form.documentation_extension'] = new \Nelmio\ApiDocBundle\Form\Extension\DocumentationExtension()));
  30029.         }, 7), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  30030.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  30031.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  30032.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  30033.         }, 1)], new RewindableGenerator(function () {
  30034.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  30035.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  30036.             yield => ($this->privates['form.type_guesser.doctrine.mongodb'] ?? $this->getForm_TypeGuesser_Doctrine_MongodbService());
  30037.         }, 3))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  30038.     }
  30039.     /**
  30040.      * Gets the private 'form.server_params' shared service.
  30041.      *
  30042.      * @return \Symfony\Component\Form\Util\ServerParams
  30043.      */
  30044.     protected function getForm_ServerParamsService()
  30045.     {
  30046.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Util/ServerParams.php';
  30047.         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())));
  30048.     }
  30049.     /**
  30050.      * Gets the private 'form.type.choice' shared service.
  30051.      *
  30052.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  30053.      */
  30054.     protected function getForm_Type_ChoiceService()
  30055.     {
  30056.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  30057.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  30058.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  30059.         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()));
  30060.     }
  30061.     /**
  30062.      * Gets the private 'form.type.color' shared service.
  30063.      *
  30064.      * @return \Symfony\Component\Form\Extension\Core\Type\ColorType
  30065.      */
  30066.     protected function getForm_Type_ColorService()
  30067.     {
  30068.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  30069.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  30070.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php';
  30071.         return $this->privates['form.type.color'] = new \Symfony\Component\Form\Extension\Core\Type\ColorType(($this->services['translator'] ?? $this->getTranslatorService()));
  30072.     }
  30073.     /**
  30074.      * Gets the private 'form.type.entity' shared service.
  30075.      *
  30076.      * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  30077.      */
  30078.     protected function getForm_Type_EntityService()
  30079.     {
  30080.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  30081.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  30082.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  30083.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  30084.         return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  30085.     }
  30086.     /**
  30087.      * Gets the private 'form.type.form' shared service.
  30088.      *
  30089.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  30090.      */
  30091.     protected function getForm_Type_FormService()
  30092.     {
  30093.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  30094.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  30095.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  30096.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  30097.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  30098.     }
  30099.     /**
  30100.      * Gets the private 'form.type.mongodb_document' shared service.
  30101.      *
  30102.      * @return \Doctrine\Bundle\MongoDBBundle\Form\Type\DocumentType
  30103.      */
  30104.     protected function getForm_Type_MongodbDocumentService()
  30105.     {
  30106.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  30107.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  30108.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  30109.         include_once \dirname(__DIR__4).'/vendor/doctrine/mongodb-odm-bundle/Form/Type/DocumentType.php';
  30110.         return $this->privates['form.type.mongodb_document'] = new \Doctrine\Bundle\MongoDBBundle\Form\Type\DocumentType(($this->services['doctrine_mongodb'] ?? $this->getDoctrineMongodbService()));
  30111.     }
  30112.     /**
  30113.      * Gets the private 'form.type_extension.csrf' shared service.
  30114.      *
  30115.      * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  30116.      */
  30117.     protected function getForm_TypeExtension_CsrfService()
  30118.     {
  30119.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  30120.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  30121.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  30122.         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()));
  30123.     }
  30124.     /**
  30125.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  30126.      *
  30127.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  30128.      */
  30129.     protected function getForm_TypeExtension_Form_DataCollectorService()
  30130.     {
  30131.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  30132.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  30133.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  30134.         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()));
  30135.     }
  30136.     /**
  30137.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  30138.      *
  30139.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  30140.      */
  30141.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  30142.     {
  30143.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  30144.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  30145.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  30146.         include_once \dirname(__DIR__4).'/vendor/symfony/form/RequestHandlerInterface.php';
  30147.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  30148.         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())));
  30149.     }
  30150.     /**
  30151.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  30152.      *
  30153.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  30154.      */
  30155.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  30156.     {
  30157.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  30158.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  30159.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  30160.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  30161.     }
  30162.     /**
  30163.      * Gets the private 'form.type_extension.form.validator' shared service.
  30164.      *
  30165.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  30166.      */
  30167.     protected function getForm_TypeExtension_Form_ValidatorService()
  30168.     {
  30169.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  30170.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  30171.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  30172.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  30173.         $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  30174.         if (isset($this->privates['form.type_extension.form.validator'])) {
  30175.             return $this->privates['form.type_extension.form.validator'];
  30176.         }
  30177.         $b = ($this->privates['twig.form.renderer'] ?? $this->getTwig_Form_RendererService());
  30178.         if (isset($this->privates['form.type_extension.form.validator'])) {
  30179.             return $this->privates['form.type_extension.form.validator'];
  30180.         }
  30181.         return $this->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension($atrue$b, ($this->services['translator'] ?? $this->getTranslatorService()));
  30182.     }
  30183.     /**
  30184.      * Gets the private 'form.type_extension.upload.validator' shared service.
  30185.      *
  30186.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  30187.      */
  30188.     protected function getForm_TypeExtension_Upload_ValidatorService()
  30189.     {
  30190.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  30191.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  30192.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  30193.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  30194.     }
  30195.     /**
  30196.      * Gets the private 'form.type_guesser.doctrine' shared service.
  30197.      *
  30198.      * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  30199.      */
  30200.     protected function getForm_TypeGuesser_DoctrineService()
  30201.     {
  30202.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  30203.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  30204.         return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  30205.     }
  30206.     /**
  30207.      * Gets the private 'form.type_guesser.doctrine.mongodb' shared service.
  30208.      *
  30209.      * @return \Doctrine\Bundle\MongoDBBundle\Form\DoctrineMongoDBTypeGuesser
  30210.      */
  30211.     protected function getForm_TypeGuesser_Doctrine_MongodbService()
  30212.     {
  30213.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  30214.         include_once \dirname(__DIR__4).'/vendor/doctrine/mongodb-odm-bundle/Form/DoctrineMongoDBTypeGuesser.php';
  30215.         return $this->privates['form.type_guesser.doctrine.mongodb'] = new \Doctrine\Bundle\MongoDBBundle\Form\DoctrineMongoDBTypeGuesser(($this->services['doctrine_mongodb'] ?? $this->getDoctrineMongodbService()));
  30216.     }
  30217.     /**
  30218.      * Gets the private 'form.type_guesser.validator' shared service.
  30219.      *
  30220.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  30221.      */
  30222.     protected function getForm_TypeGuesser_ValidatorService()
  30223.     {
  30224.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  30225.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  30226.         $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  30227.         if (isset($this->privates['form.type_guesser.validator'])) {
  30228.             return $this->privates['form.type_guesser.validator'];
  30229.         }
  30230.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser($a);
  30231.     }
  30232.     /**
  30233.      * Gets the private 'fos_ck_editor.command.installer' shared service.
  30234.      *
  30235.      * @return \FOS\CKEditorBundle\Command\CKEditorInstallerCommand
  30236.      */
  30237.     protected function getFosCkEditor_Command_InstallerService()
  30238.     {
  30239.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  30240.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Command/CKEditorInstallerCommand.php';
  30241.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Installer/CKEditorInstaller.php';
  30242.         $this->privates['fos_ck_editor.command.installer'] = $instance = new \FOS\CKEditorBundle\Command\CKEditorInstallerCommand(new \FOS\CKEditorBundle\Installer\CKEditorInstaller());
  30243.         $instance->setName('ckeditor:install');
  30244.         return $instance;
  30245.     }
  30246.     /**
  30247.      * Gets the private 'fos_ck_editor.form.type' shared service.
  30248.      *
  30249.      * @return \FOS\CKEditorBundle\Form\Type\CKEditorType
  30250.      */
  30251.     protected function getFosCkEditor_Form_TypeService()
  30252.     {
  30253.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  30254.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  30255.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Form/Type/CKEditorType.php';
  30256.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Config/CKEditorConfigurationInterface.php';
  30257.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Config/CKEditorConfiguration.php';
  30258.         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' => []]]));
  30259.     }
  30260.     /**
  30261.      * Gets the private 'fos_elastica.command.create' shared service.
  30262.      *
  30263.      * @return \FOS\ElasticaBundle\Command\CreateCommand
  30264.      */
  30265.     protected function getFosElastica_Command_CreateService()
  30266.     {
  30267.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  30268.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Command/CreateCommand.php';
  30269.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Index/MappingBuilder.php';
  30270.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Index/AliasProcessor.php';
  30271.         $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())));
  30272.         $instance->setName('fos:elastica:create');
  30273.         return $instance;
  30274.     }
  30275.     /**
  30276.      * Gets the private 'fos_elastica.command.populate' shared service.
  30277.      *
  30278.      * @return \FOS\ElasticaBundle\Command\PopulateCommand
  30279.      */
  30280.     protected function getFosElastica_Command_PopulateService()
  30281.     {
  30282.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  30283.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Command/PopulateCommand.php';
  30284.         $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()));
  30285.         $instance->setName('fos:elastica:populate');
  30286.         return $instance;
  30287.     }
  30288.     /**
  30289.      * Gets the private 'fos_elastica.command.reset' shared service.
  30290.      *
  30291.      * @return \FOS\ElasticaBundle\Command\ResetCommand
  30292.      */
  30293.     protected function getFosElastica_Command_ResetService()
  30294.     {
  30295.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  30296.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Command/ResetCommand.php';
  30297.         $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()));
  30298.         $instance->setName('fos:elastica:reset');
  30299.         return $instance;
  30300.     }
  30301.     /**
  30302.      * Gets the private 'fos_elastica.command.search' shared service.
  30303.      *
  30304.      * @return \FOS\ElasticaBundle\Command\SearchCommand
  30305.      */
  30306.     protected function getFosElastica_Command_SearchService()
  30307.     {
  30308.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  30309.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Command/SearchCommand.php';
  30310.         $this->privates['fos_elastica.command.search'] = $instance = new \FOS\ElasticaBundle\Command\SearchCommand(($this->services['fos_elastica.index_manager'] ?? $this->getFosElastica_IndexManagerService()));
  30311.         $instance->setName('fos:elastica:search');
  30312.         return $instance;
  30313.     }
  30314.     /**
  30315.      * Gets the private 'fos_elastica.command.templates_reset' shared service.
  30316.      *
  30317.      * @return \FOS\ElasticaBundle\Command\ResetTemplatesCommand
  30318.      */
  30319.     protected function getFosElastica_Command_TemplatesResetService()
  30320.     {
  30321.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  30322.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Command/ResetTemplatesCommand.php';
  30323.         $this->privates['fos_elastica.command.templates_reset'] = $instance = new \FOS\ElasticaBundle\Command\ResetTemplatesCommand(($this->services['fos_elastica.template_resetter'] ?? $this->getFosElastica_TemplateResetterService()));
  30324.         $instance->setName('fos:elastica:reset-templates');
  30325.         return $instance;
  30326.     }
  30327.     /**
  30328.      * Gets the private 'fos_elastica.doctrine.register_listeners' shared service.
  30329.      *
  30330.      * @return \FOS\ElasticaBundle\Doctrine\RegisterListenersService
  30331.      */
  30332.     protected function getFosElastica_Doctrine_RegisterListenersService()
  30333.     {
  30334.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Doctrine/RegisterListenersService.php';
  30335.         return $this->privates['fos_elastica.doctrine.register_listeners'] = new \FOS\ElasticaBundle\Doctrine\RegisterListenersService(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  30336.     }
  30337.     /**
  30338.      * Gets the private 'fos_elastica.listener.app_listings.listings' shared service.
  30339.      *
  30340.      * @return \FOS\ElasticaBundle\Doctrine\Listener
  30341.      */
  30342.     protected function getFosElastica_Listener_AppListings_ListingsService()
  30343.     {
  30344.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Doctrine/Listener.php';
  30345.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Provider/IndexableInterface.php';
  30346.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Provider/Indexable.php';
  30347.         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);
  30348.     }
  30349.     /**
  30350.      * Gets the private 'fos_elastica.listener.app_locations.locations' shared service.
  30351.      *
  30352.      * @return \FOS\ElasticaBundle\Doctrine\Listener
  30353.      */
  30354.     protected function getFosElastica_Listener_AppLocations_LocationsService()
  30355.     {
  30356.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Doctrine/Listener.php';
  30357.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Provider/IndexableInterface.php';
  30358.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Provider/Indexable.php';
  30359.         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);
  30360.     }
  30361.     /**
  30362.      * Gets the private 'fos_elastica.logger' shared service.
  30363.      *
  30364.      * @return \FOS\ElasticaBundle\Logger\ElasticaLogger
  30365.      */
  30366.     protected function getFosElastica_LoggerService()
  30367.     {
  30368.         $a = new \Symfony\Bridge\Monolog\Logger('elastica');
  30369.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  30370.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  30371.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  30372.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  30373.         return $this->privates['fos_elastica.logger'] = new \FOS\ElasticaBundle\Logger\ElasticaLogger($atrue);
  30374.     }
  30375.     /**
  30376.      * Gets the private 'fos_elastica.populate_listener' shared service.
  30377.      *
  30378.      * @return \FOS\ElasticaBundle\EventListener\PopulateListener
  30379.      */
  30380.     protected function getFosElastica_PopulateListenerService()
  30381.     {
  30382.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/EventListener/PopulateListener.php';
  30383.         $a = ($this->services['fos_elastica.resetter'] ?? $this->getFosElastica_ResetterService());
  30384.         if (isset($this->privates['fos_elastica.populate_listener'])) {
  30385.             return $this->privates['fos_elastica.populate_listener'];
  30386.         }
  30387.         return $this->privates['fos_elastica.populate_listener'] = new \FOS\ElasticaBundle\EventListener\PopulateListener($a);
  30388.     }
  30389.     /**
  30390.      * Gets the private 'fos_js_routing.dump_command' shared service.
  30391.      *
  30392.      * @return \FOS\JsRoutingBundle\Command\DumpCommand
  30393.      */
  30394.     protected function getFosJsRouting_DumpCommandService()
  30395.     {
  30396.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  30397.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Command/DumpCommand.php';
  30398.         $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);
  30399.         $instance->setName('fos:js-routing:dump');
  30400.         return $instance;
  30401.     }
  30402.     /**
  30403.      * Gets the private 'fos_js_routing.router_debug_exposed_command' shared service.
  30404.      *
  30405.      * @return \FOS\JsRoutingBundle\Command\RouterDebugExposedCommand
  30406.      */
  30407.     protected function getFosJsRouting_RouterDebugExposedCommandService()
  30408.     {
  30409.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  30410.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Command/RouterDebugExposedCommand.php';
  30411.         $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()));
  30412.         $instance->setName('fos:js-routing:debug');
  30413.         return $instance;
  30414.     }
  30415.     /**
  30416.      * Gets the private 'fos_rest.body_listener' shared service.
  30417.      *
  30418.      * @return \FOS\RestBundle\EventListener\BodyListener
  30419.      */
  30420.     protected function getFosRest_BodyListenerService()
  30421.     {
  30422.         $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, [
  30423.             'fos_rest.decoder.json' => ['privates''fos_rest.decoder.json''getFosRest_Decoder_JsonService'false],
  30424.             'fos_rest.decoder.xml' => ['privates''fos_rest.decoder.xml''getFosRest_Decoder_XmlService'false],
  30425.         ], [
  30426.             'fos_rest.decoder.json' => '?',
  30427.             'fos_rest.decoder.xml' => '?',
  30428.         ]), ['json' => 'fos_rest.decoder.json''xml' => 'fos_rest.decoder.xml']), false);
  30429.         $instance->setDefaultFormat(NULL);
  30430.         return $instance;
  30431.     }
  30432.     /**
  30433.      * Gets the private 'fos_rest.decoder.json' shared service.
  30434.      *
  30435.      * @return \FOS\RestBundle\Decoder\JsonDecoder
  30436.      */
  30437.     protected function getFosRest_Decoder_JsonService()
  30438.     {
  30439.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Decoder/DecoderInterface.php';
  30440.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Decoder/JsonDecoder.php';
  30441.         return $this->privates['fos_rest.decoder.json'] = new \FOS\RestBundle\Decoder\JsonDecoder();
  30442.     }
  30443.     /**
  30444.      * Gets the private 'fos_rest.decoder.xml' shared service.
  30445.      *
  30446.      * @return \FOS\RestBundle\Decoder\XmlDecoder
  30447.      */
  30448.     protected function getFosRest_Decoder_XmlService()
  30449.     {
  30450.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Decoder/DecoderInterface.php';
  30451.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Decoder/XmlDecoder.php';
  30452.         return $this->privates['fos_rest.decoder.xml'] = new \FOS\RestBundle\Decoder\XmlDecoder();
  30453.     }
  30454.     /**
  30455.      * Gets the private 'fos_rest.format_listener' shared service.
  30456.      *
  30457.      * @return \FOS\RestBundle\EventListener\FormatListener
  30458.      */
  30459.     protected function getFosRest_FormatListenerService()
  30460.     {
  30461.         $a = new \FOS\RestBundle\Negotiation\FormatNegotiator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  30462.         $a->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/_profiler|_wdt/'NULLNULLNULL, []), ['methods' => NULL'priorities' => [=> 'html'=> 'json'], 'fallback_format' => 'html''attributes' => [], 'prefer_extension' => '2.0']);
  30463.         $a->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/'NULLNULLNULL, []), ['priorities' => [=> 'json'=> 'xml'], 'fallback_format' => 'json''prefer_extension' => false'methods' => NULL'attributes' => [], 'stop' => false]);
  30464.         $a->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/payments/callbacks/'NULLNULLNULL, []), ['priorities' => [=> 'json'=> 'xml'], 'fallback_format' => 'json''prefer_extension' => false'methods' => NULL'attributes' => [], 'stop' => false]);
  30465.         $a->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/sns-receiver'NULLNULLNULL, []), ['priorities' => [=> 'json'=> 'xml'], 'fallback_format' => 'json''prefer_extension' => false'methods' => NULL'attributes' => [], 'stop' => false]);
  30466.         $a->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/media/'NULLNULLNULL, []), ['stop' => true'methods' => NULL'attributes' => [], 'prefer_extension' => '2.0''fallback_format' => 'html''priorities' => []]);
  30467.         $a->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/'NULLNULLNULL, []), ['priorities' => [=> 'html'=> 'json'=> '*/*'], 'fallback_format' => 'html''prefer_extension' => false'methods' => NULL'attributes' => [], 'stop' => false]);
  30468.         return $this->privates['fos_rest.format_listener'] = new \FOS\RestBundle\EventListener\FormatListener($a);
  30469.     }
  30470.     /**
  30471.      * Gets the private 'fos_rest.param_fetcher_listener' shared service.
  30472.      *
  30473.      * @return \FOS\RestBundle\EventListener\ParamFetcherListener
  30474.      */
  30475.     protected function getFosRest_ParamFetcherListenerService()
  30476.     {
  30477.         $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  30478.         if (isset($this->privates['fos_rest.param_fetcher_listener'])) {
  30479.             return $this->privates['fos_rest.param_fetcher_listener'];
  30480.         }
  30481.         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);
  30482.     }
  30483.     /**
  30484.      * Gets the private 'fos_rest.serializer.flatten_exception_handler' shared service.
  30485.      *
  30486.      * @return \FOS\RestBundle\Serializer\Normalizer\FlattenExceptionHandler
  30487.      */
  30488.     protected function getFosRest_Serializer_FlattenExceptionHandlerService()
  30489.     {
  30490.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  30491.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/Normalizer/FlattenExceptionHandler.php';
  30492.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Util/ExceptionValueMap.php';
  30493.         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);
  30494.     }
  30495.     /**
  30496.      * Gets the private 'fos_rest.serializer.form_error_handler' shared service.
  30497.      *
  30498.      * @return \FOS\RestBundle\Serializer\Normalizer\FormErrorHandler
  30499.      */
  30500.     protected function getFosRest_Serializer_FormErrorHandlerService()
  30501.     {
  30502.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  30503.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/Normalizer/FormErrorHandler.php';
  30504.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/FormErrorHandler.php';
  30505.         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'));
  30506.     }
  30507.     /**
  30508.      * Gets the private 'fos_rest.serializer.jms_handler_registry.inner' shared service.
  30509.      *
  30510.      * @return \JMS\Serializer\Handler\LazyHandlerRegistry
  30511.      */
  30512.     protected function getFosRest_Serializer_JmsHandlerRegistry_InnerService()
  30513.     {
  30514.         return $this->privates['fos_rest.serializer.jms_handler_registry.inner'] = new \JMS\Serializer\Handler\LazyHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  30515.             'fos_rest.serializer.flatten_exception_handler' => ['privates''fos_rest.serializer.flatten_exception_handler''getFosRest_Serializer_FlattenExceptionHandlerService'false],
  30516.             'jms_serializer.array_collection_handler' => ['privates''jms_serializer.array_collection_handler''getJmsSerializer_ArrayCollectionHandlerService'false],
  30517.             'jms_serializer.constraint_violation_handler' => ['privates''jms_serializer.constraint_violation_handler''getJmsSerializer_ConstraintViolationHandlerService'false],
  30518.             'jms_serializer.datetime_handler' => ['privates''jms_serializer.datetime_handler''getJmsSerializer_DatetimeHandlerService'false],
  30519.             'jms_serializer.iterator_handler' => ['privates''jms_serializer.iterator_handler''getJmsSerializer_IteratorHandlerService'false],
  30520.             'fos_rest.serializer.form_error_handler' => ['privates''fos_rest.serializer.form_error_handler''getFosRest_Serializer_FormErrorHandlerService'false],
  30521.         ], [
  30522.             'fos_rest.serializer.flatten_exception_handler' => '?',
  30523.             'jms_serializer.array_collection_handler' => '?',
  30524.             'jms_serializer.constraint_violation_handler' => '?',
  30525.             'jms_serializer.datetime_handler' => '?',
  30526.             'jms_serializer.iterator_handler' => '?',
  30527.             'fos_rest.serializer.form_error_handler' => '?',
  30528.         ]), [=> ['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']]]]);
  30529.     }
  30530.     /**
  30531.      * Gets the private 'fos_rest.versioning.exclusion_listener' shared service.
  30532.      *
  30533.      * @return \FOS\RestBundle\EventListener\VersionExclusionListener
  30534.      */
  30535.     protected function getFosRest_Versioning_ExclusionListenerService()
  30536.     {
  30537.         $a = ($this->services['fos_rest.view_handler'] ?? $this->getFosRest_ViewHandlerService());
  30538.         if (isset($this->privates['fos_rest.versioning.exclusion_listener'])) {
  30539.             return $this->privates['fos_rest.versioning.exclusion_listener'];
  30540.         }
  30541.         return $this->privates['fos_rest.versioning.exclusion_listener'] = new \FOS\RestBundle\EventListener\VersionExclusionListener($a);
  30542.     }
  30543.     /**
  30544.      * Gets the private 'fos_rest.versioning.listener' shared service.
  30545.      *
  30546.      * @return \FOS\RestBundle\EventListener\VersionListener
  30547.      */
  30548.     protected function getFosRest_Versioning_ListenerService()
  30549.     {
  30550.         $a = new \FOS\RestBundle\Version\ChainVersionResolver([]);
  30551.         $a->addResolver(new \FOS\RestBundle\Version\Resolver\HeaderVersionResolver('X-Accept-Version'));
  30552.         $a->addResolver(new \FOS\RestBundle\Version\Resolver\QueryParameterVersionResolver('version'));
  30553.         $a->addResolver(new \FOS\RestBundle\Version\Resolver\MediaTypeVersionResolver('/(v|version)=(?P<version>[0-9\\.]+)/'));
  30554.         return $this->privates['fos_rest.versioning.listener'] = new \FOS\RestBundle\EventListener\VersionListener($a'v2.0');
  30555.     }
  30556.     /**
  30557.      * Gets the private 'fos_rest.view_response_listener' shared service.
  30558.      *
  30559.      * @return \FOS\RestBundle\EventListener\ViewResponseListener
  30560.      */
  30561.     protected function getFosRest_ViewResponseListenerService()
  30562.     {
  30563.         $a = ($this->services['fos_rest.view_handler'] ?? $this->getFosRest_ViewHandlerService());
  30564.         if (isset($this->privates['fos_rest.view_response_listener'])) {
  30565.             return $this->privates['fos_rest.view_response_listener'];
  30566.         }
  30567.         return $this->privates['fos_rest.view_response_listener'] = new \FOS\RestBundle\EventListener\ViewResponseListener($afalse, ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  30568.     }
  30569.     /**
  30570.      * Gets the private 'fos_user.change_password.form.type' shared service.
  30571.      *
  30572.      * @return \FOS\UserBundle\Form\Type\ChangePasswordFormType
  30573.      */
  30574.     protected function getFosUser_ChangePassword_Form_TypeService()
  30575.     {
  30576.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  30577.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  30578.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Type/ChangePasswordFormType.php';
  30579.         return $this->privates['fos_user.change_password.form.type'] = new \FOS\UserBundle\Form\Type\ChangePasswordFormType('Aqarmap\\Bundle\\UserBundle\\Entity\\User');
  30580.     }
  30581.     /**
  30582.      * Gets the private 'fos_user.command.activate_user' shared service.
  30583.      *
  30584.      * @return \FOS\UserBundle\Command\ActivateUserCommand
  30585.      */
  30586.     protected function getFosUser_Command_ActivateUserService()
  30587.     {
  30588.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  30589.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/ActivateUserCommand.php';
  30590.         $this->privates['fos_user.command.activate_user'] = $instance = new \FOS\UserBundle\Command\ActivateUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  30591.         $instance->setName('fos:user:activate');
  30592.         return $instance;
  30593.     }
  30594.     /**
  30595.      * Gets the private 'fos_user.command.change_password' shared service.
  30596.      *
  30597.      * @return \FOS\UserBundle\Command\ChangePasswordCommand
  30598.      */
  30599.     protected function getFosUser_Command_ChangePasswordService()
  30600.     {
  30601.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  30602.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/ChangePasswordCommand.php';
  30603.         $this->privates['fos_user.command.change_password'] = $instance = new \FOS\UserBundle\Command\ChangePasswordCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  30604.         $instance->setName('fos:user:change-password');
  30605.         return $instance;
  30606.     }
  30607.     /**
  30608.      * Gets the private 'fos_user.command.create_user' shared service.
  30609.      *
  30610.      * @return \FOS\UserBundle\Command\CreateUserCommand
  30611.      */
  30612.     protected function getFosUser_Command_CreateUserService()
  30613.     {
  30614.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  30615.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/CreateUserCommand.php';
  30616.         $this->privates['fos_user.command.create_user'] = $instance = new \FOS\UserBundle\Command\CreateUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  30617.         $instance->setName('fos:user:create');
  30618.         return $instance;
  30619.     }
  30620.     /**
  30621.      * Gets the private 'fos_user.command.deactivate_user' shared service.
  30622.      *
  30623.      * @return \FOS\UserBundle\Command\DeactivateUserCommand
  30624.      */
  30625.     protected function getFosUser_Command_DeactivateUserService()
  30626.     {
  30627.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  30628.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/DeactivateUserCommand.php';
  30629.         $this->privates['fos_user.command.deactivate_user'] = $instance = new \FOS\UserBundle\Command\DeactivateUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  30630.         $instance->setName('fos:user:deactivate');
  30631.         return $instance;
  30632.     }
  30633.     /**
  30634.      * Gets the private 'fos_user.command.demote_user' shared service.
  30635.      *
  30636.      * @return \FOS\UserBundle\Command\DemoteUserCommand
  30637.      */
  30638.     protected function getFosUser_Command_DemoteUserService()
  30639.     {
  30640.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  30641.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/RoleCommand.php';
  30642.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/DemoteUserCommand.php';
  30643.         $this->privates['fos_user.command.demote_user'] = $instance = new \FOS\UserBundle\Command\DemoteUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  30644.         $instance->setName('fos:user:demote');
  30645.         return $instance;
  30646.     }
  30647.     /**
  30648.      * Gets the private 'fos_user.command.promote_user' shared service.
  30649.      *
  30650.      * @return \FOS\UserBundle\Command\PromoteUserCommand
  30651.      */
  30652.     protected function getFosUser_Command_PromoteUserService()
  30653.     {
  30654.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  30655.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/RoleCommand.php';
  30656.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/PromoteUserCommand.php';
  30657.         $this->privates['fos_user.command.promote_user'] = $instance = new \FOS\UserBundle\Command\PromoteUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  30658.         $instance->setName('fos:user:promote');
  30659.         return $instance;
  30660.     }
  30661.     /**
  30662.      * Gets the private 'fos_user.listener.authentication' shared service.
  30663.      *
  30664.      * @return \FOS\UserBundle\EventListener\AuthenticationListener
  30665.      */
  30666.     protected function getFosUser_Listener_AuthenticationService()
  30667.     {
  30668.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/EventListener/AuthenticationListener.php';
  30669.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Security/LoginManagerInterface.php';
  30670.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Security/LoginManager.php';
  30671.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  30672.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  30673.         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');
  30674.     }
  30675.     /**
  30676.      * Gets the private 'fos_user.listener.flash' shared service.
  30677.      *
  30678.      * @return \FOS\UserBundle\EventListener\FlashListener
  30679.      */
  30680.     protected function getFosUser_Listener_FlashService()
  30681.     {
  30682.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/EventListener/FlashListener.php';
  30683.         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()));
  30684.     }
  30685.     /**
  30686.      * Gets the private 'fos_user.listener.resetting' shared service.
  30687.      *
  30688.      * @return \FOS\UserBundle\EventListener\ResettingListener
  30689.      */
  30690.     protected function getFosUser_Listener_ResettingService()
  30691.     {
  30692.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/EventListener/ResettingListener.php';
  30693.         return $this->privates['fos_user.listener.resetting'] = new \FOS\UserBundle\EventListener\ResettingListener(($this->services['router'] ?? $this->getRouterService()), 86400);
  30694.     }
  30695.     /**
  30696.      * Gets the private 'fos_user.profile.form.type' shared service.
  30697.      *
  30698.      * @return \FOS\UserBundle\Form\Type\ProfileFormType
  30699.      */
  30700.     protected function getFosUser_Profile_Form_TypeService()
  30701.     {
  30702.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  30703.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  30704.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Type/ProfileFormType.php';
  30705.         return $this->privates['fos_user.profile.form.type'] = new \FOS\UserBundle\Form\Type\ProfileFormType('Aqarmap\\Bundle\\UserBundle\\Entity\\User');
  30706.     }
  30707.     /**
  30708.      * Gets the private 'fos_user.registration.form.type' shared service.
  30709.      *
  30710.      * @return \FOS\UserBundle\Form\Type\RegistrationFormType
  30711.      */
  30712.     protected function getFosUser_Registration_Form_TypeService()
  30713.     {
  30714.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  30715.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  30716.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Type/RegistrationFormType.php';
  30717.         return $this->privates['fos_user.registration.form.type'] = new \FOS\UserBundle\Form\Type\RegistrationFormType('Aqarmap\\Bundle\\UserBundle\\Entity\\User');
  30718.     }
  30719.     /**
  30720.      * Gets the private 'fos_user.resetting.form.factory' shared service.
  30721.      *
  30722.      * @return \FOS\UserBundle\Form\Factory\FormFactory
  30723.      */
  30724.     protected function getFosUser_Resetting_Form_FactoryService()
  30725.     {
  30726.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FactoryInterface.php';
  30727.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FormFactory.php';
  30728.         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']);
  30729.     }
  30730.     /**
  30731.      * Gets the private 'fos_user.resetting.form.type' shared service.
  30732.      *
  30733.      * @return \FOS\UserBundle\Form\Type\ResettingFormType
  30734.      */
  30735.     protected function getFosUser_Resetting_Form_TypeService()
  30736.     {
  30737.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  30738.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  30739.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Type/ResettingFormType.php';
  30740.         return $this->privates['fos_user.resetting.form.type'] = new \FOS\UserBundle\Form\Type\ResettingFormType('Aqarmap\\Bundle\\UserBundle\\Entity\\User');
  30741.     }
  30742.     /**
  30743.      * Gets the private 'fos_user.security.interactive_login_listener' shared service.
  30744.      *
  30745.      * @return \FOS\UserBundle\EventListener\LastLoginListener
  30746.      */
  30747.     protected function getFosUser_Security_InteractiveLoginListenerService()
  30748.     {
  30749.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/EventListener/LastLoginListener.php';
  30750.         return $this->privates['fos_user.security.interactive_login_listener'] = new \FOS\UserBundle\EventListener\LastLoginListener(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  30751.     }
  30752.     /**
  30753.      * Gets the private 'fos_user.user_listener' shared service.
  30754.      *
  30755.      * @return \FOS\UserBundle\Doctrine\UserListener
  30756.      */
  30757.     protected function getFosUser_UserListenerService()
  30758.     {
  30759.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Doctrine/UserListener.php';
  30760.         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()));
  30761.     }
  30762.     /**
  30763.      * Gets the private 'fos_user.user_provider.username_email' shared service.
  30764.      *
  30765.      * @return \FOS\UserBundle\Security\EmailUserProvider
  30766.      */
  30767.     protected function getFosUser_UserProvider_UsernameEmailService()
  30768.     {
  30769.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  30770.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Security/UserProvider.php';
  30771.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Security/EmailUserProvider.php';
  30772.         return $this->privates['fos_user.user_provider.username_email'] = new \FOS\UserBundle\Security\EmailUserProvider(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  30773.     }
  30774.     /**
  30775.      * Gets the private 'fos_user.username_form_type' shared service.
  30776.      *
  30777.      * @return \FOS\UserBundle\Form\Type\UsernameFormType
  30778.      */
  30779.     protected function getFosUser_UsernameFormTypeService()
  30780.     {
  30781.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  30782.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  30783.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Type/UsernameFormType.php';
  30784.         include_once \dirname(__DIR__4).'/vendor/symfony/form/DataTransformerInterface.php';
  30785.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/DataTransformer/UserToUsernameTransformer.php';
  30786.         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())));
  30787.     }
  30788.     /**
  30789.      * Gets the private 'fos_user.util.canonical_fields_updater' shared service.
  30790.      *
  30791.      * @return \FOS\UserBundle\Util\CanonicalFieldsUpdater
  30792.      */
  30793.     protected function getFosUser_Util_CanonicalFieldsUpdaterService()
  30794.     {
  30795.         $a = new \FOS\UserBundle\Util\Canonicalizer();
  30796.         return $this->privates['fos_user.util.canonical_fields_updater'] = new \FOS\UserBundle\Util\CanonicalFieldsUpdater($a$a);
  30797.     }
  30798.     /**
  30799.      * Gets the private 'fos_user.util.password_updater' shared service.
  30800.      *
  30801.      * @return \FOS\UserBundle\Util\HashingPasswordUpdater
  30802.      */
  30803.     protected function getFosUser_Util_PasswordUpdaterService()
  30804.     {
  30805.         return $this->privates['fos_user.util.password_updater'] = new \FOS\UserBundle\Util\HashingPasswordUpdater(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  30806.     }
  30807.     /**
  30808.      * Gets the private 'fos_user.util.user_manipulator' shared service.
  30809.      *
  30810.      * @return \FOS\UserBundle\Util\UserManipulator
  30811.      */
  30812.     protected function getFosUser_Util_UserManipulatorService()
  30813.     {
  30814.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/UserManipulator.php';
  30815.         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())));
  30816.     }
  30817.     /**
  30818.      * Gets the private 'fragment.listener' shared service.
  30819.      *
  30820.      * @return \Symfony\Component\HttpKernel\EventListener\FragmentListener
  30821.      */
  30822.     protected function getFragment_ListenerService()
  30823.     {
  30824.         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');
  30825.     }
  30826.     /**
  30827.      * Gets the private 'fragment.renderer.hinclude' shared service.
  30828.      *
  30829.      * @return \Symfony\Component\HttpKernel\Fragment\HIncludeFragmentRenderer
  30830.      */
  30831.     protected function getFragment_Renderer_HincludeService()
  30832.     {
  30833.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  30834.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  30835.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/HIncludeFragmentRenderer.php';
  30836.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  30837.         if (isset($this->privates['fragment.renderer.hinclude'])) {
  30838.             return $this->privates['fragment.renderer.hinclude'];
  30839.         }
  30840.         $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);
  30841.         $instance->setFragmentPath('/_fragments');
  30842.         return $instance;
  30843.     }
  30844.     /**
  30845.      * Gets the private 'fragment.renderer.inline' shared service.
  30846.      *
  30847.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  30848.      */
  30849.     protected function getFragment_Renderer_InlineService()
  30850.     {
  30851.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  30852.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  30853.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  30854.         $a = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  30855.         if (isset($this->privates['fragment.renderer.inline'])) {
  30856.             return $this->privates['fragment.renderer.inline'];
  30857.         }
  30858.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  30859.         if (isset($this->privates['fragment.renderer.inline'])) {
  30860.             return $this->privates['fragment.renderer.inline'];
  30861.         }
  30862.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer($a$b);
  30863.         $instance->setFragmentPath('/_fragments');
  30864.         return $instance;
  30865.     }
  30866.     /**
  30867.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  30868.      *
  30869.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  30870.      */
  30871.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  30872.     {
  30873.         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())));
  30874.     }
  30875.     /**
  30876.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  30877.      *
  30878.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  30879.      */
  30880.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  30881.     {
  30882.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  30883.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  30884.             return $this->privates['framework_extra_bundle.event.is_granted'];
  30885.         }
  30886.         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);
  30887.     }
  30888.     /**
  30889.      * Gets the private 'gedmo.listener.iptraceable' shared service.
  30890.      *
  30891.      * @return \Gedmo\IpTraceable\IpTraceableListener
  30892.      */
  30893.     protected function getGedmo_Listener_IptraceableService()
  30894.     {
  30895.         $this->privates['gedmo.listener.iptraceable'] = $instance = new \Gedmo\IpTraceable\IpTraceableListener();
  30896.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  30897.         return $instance;
  30898.     }
  30899.     /**
  30900.      * Gets the private 'gedmo.listener.reference.mongodb' shared service.
  30901.      *
  30902.      * @return \Gedmo\References\ReferencesListener
  30903.      */
  30904.     protected function getGedmo_Listener_Reference_MongodbService()
  30905.     {
  30906.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/References/ReferencesListener.php';
  30907.         $this->privates['gedmo.listener.reference.mongodb'] = $instance = new \Gedmo\References\ReferencesListener();
  30908.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  30909.         $instance->registerManager('entity', ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  30910.         return $instance;
  30911.     }
  30912.     /**
  30913.      * Gets the private 'gedmo.listener.softdeleteable' shared service.
  30914.      *
  30915.      * @return \Gedmo\SoftDeleteable\SoftDeleteableListener
  30916.      */
  30917.     protected function getGedmo_Listener_SoftdeleteableService()
  30918.     {
  30919.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/SoftDeleteable/SoftDeleteableListener.php';
  30920.         $this->privates['gedmo.listener.softdeleteable'] = $instance = new \Gedmo\SoftDeleteable\SoftDeleteableListener();
  30921.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  30922.         return $instance;
  30923.     }
  30924.     /**
  30925.      * Gets the private 'gedmo.listener.sortable' shared service.
  30926.      *
  30927.      * @return \Gedmo\Sortable\SortableListener
  30928.      */
  30929.     protected function getGedmo_Listener_SortableService()
  30930.     {
  30931.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Sortable/SortableListener.php';
  30932.         $this->privates['gedmo.listener.sortable'] = $instance = new \Gedmo\Sortable\SortableListener();
  30933.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  30934.         return $instance;
  30935.     }
  30936.     /**
  30937.      * Gets the private 'gedmo.listener.timestampable' shared service.
  30938.      *
  30939.      * @return \Gedmo\Timestampable\TimestampableListener
  30940.      */
  30941.     protected function getGedmo_Listener_TimestampableService()
  30942.     {
  30943.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Timestampable/TimestampableListener.php';
  30944.         $this->privates['gedmo.listener.timestampable'] = $instance = new \Gedmo\Timestampable\TimestampableListener();
  30945.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  30946.         return $instance;
  30947.     }
  30948.     /**
  30949.      * Gets the private 'gedmo.listener.translatable' shared service.
  30950.      *
  30951.      * @return \Gedmo\Translatable\TranslatableListener
  30952.      */
  30953.     protected function getGedmo_Listener_TranslatableService()
  30954.     {
  30955.         $this->privates['gedmo.listener.translatable'] = $instance = new \Gedmo\Translatable\TranslatableListener();
  30956.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  30957.         $instance->setDefaultLocale('ar');
  30958.         $instance->setTranslationFallback(true);
  30959.         return $instance;
  30960.     }
  30961.     /**
  30962.      * Gets the private 'gedmo.listener.tree' shared service.
  30963.      *
  30964.      * @return \Gedmo\Tree\TreeListener
  30965.      */
  30966.     protected function getGedmo_Listener_TreeService()
  30967.     {
  30968.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Tree/TreeListener.php';
  30969.         $this->privates['gedmo.listener.tree'] = $instance = new \Gedmo\Tree\TreeListener();
  30970.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  30971.         return $instance;
  30972.     }
  30973.     /**
  30974.      * Gets the private 'httplug.collector.formatter' shared service.
  30975.      *
  30976.      * @return \Http\HttplugBundle\Collector\Formatter
  30977.      */
  30978.     protected function getHttplug_Collector_FormatterService()
  30979.     {
  30980.         return $this->privates['httplug.collector.formatter'] = new \Http\HttplugBundle\Collector\Formatter(new \Http\Message\Formatter\FullHttpMessageFormatter(0), new \Http\Message\Formatter\CurlCommandFormatter());
  30981.     }
  30982.     /**
  30983.      * Gets the private 'hwi_oauth.authentication.listener.oauth.main' shared service.
  30984.      *
  30985.      * @return \HWI\Bundle\OAuthBundle\Security\Http\Firewall\OAuthListener
  30986.      */
  30987.     protected function getHwiOauth_Authentication_Listener_Oauth_MainService()
  30988.     {
  30989.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  30990.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  30991.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractAuthenticationListener.php';
  30992.         include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Security/Http/Firewall/OAuthListener.php';
  30993.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  30994.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  30995.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationSuccessHandler.php';
  30996.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  30997.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationFailureHandler.php';
  30998.         $a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  30999.         if (isset($this->privates['hwi_oauth.authentication.listener.oauth.main'])) {
  31000.             return $this->privates['hwi_oauth.authentication.listener.oauth.main'];
  31001.         }
  31002.         $b = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  31003.         if (isset($this->privates['hwi_oauth.authentication.listener.oauth.main'])) {
  31004.             return $this->privates['hwi_oauth.authentication.listener.oauth.main'];
  31005.         }
  31006.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  31007.         if (isset($this->privates['hwi_oauth.authentication.listener.oauth.main'])) {
  31008.             return $this->privates['hwi_oauth.authentication.listener.oauth.main'];
  31009.         }
  31010.         $d = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  31011.         $e = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler($d, [], ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  31012.         $e->setOptions(['login_path' => 'app_login''always_use_default_target_path' => false'default_target_path' => '/''target_path_parameter' => '_target_path''use_referer' => false]);
  31013.         $e->setFirewallName('main');
  31014.         $f = ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService());
  31015.         $g = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler($b$d, [], $f);
  31016.         $g->setOptions(['login_path' => 'app_login''failure_path' => 'homepage''failure_forward' => false'failure_path_parameter' => '_failure_path']);
  31017.         $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);
  31018.         $instance->setResourceOwnerMap(($this->services['hwi_oauth.resource_ownermap.main'] ?? $this->getHwiOauth_ResourceOwnermap_MainService()));
  31019.         $instance->setCheckPaths($this->parameters['hwi_oauth.resource_ownermap.configured.main']);
  31020.         $instance->setRememberMeServices(($this->privates['security.authentication.rememberme.services.simplehash.main'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()));
  31021.         return $instance;
  31022.     }
  31023.     /**
  31024.      * Gets the private 'hwi_oauth.authentication.provider.oauth.main' shared service.
  31025.      *
  31026.      * @return \HWI\Bundle\OAuthBundle\Security\Core\Authentication\Provider\OAuthProvider
  31027.      */
  31028.     protected function getHwiOauth_Authentication_Provider_Oauth_MainService()
  31029.     {
  31030.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  31031.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  31032.         include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Security/Core/Authentication/Provider/OAuthProvider.php';
  31033.         include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Security/Core/User/OAuthAwareUserProviderInterface.php';
  31034.         include_once \dirname(__DIR__4).'/src/App/Security/Core/User/CustomAuthUserProvider.php';
  31035.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  31036.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  31037.         $a = ($this->privates['Aqarmap\\Bundle\\ListingBundle\\Service\\PhoneManager'] ?? $this->getPhoneManagerService());
  31038.         if (isset($this->privates['hwi_oauth.authentication.provider.oauth.main'])) {
  31039.             return $this->privates['hwi_oauth.authentication.provider.oauth.main'];
  31040.         }
  31041.         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()));
  31042.     }
  31043.     /**
  31044.      * Gets the private 'hwi_oauth.context_listener.token_refresher.main' shared service.
  31045.      *
  31046.      * @return \HWI\Bundle\OAuthBundle\Security\Http\Firewall\RefreshAccessTokenListenerOld
  31047.      */
  31048.     protected function getHwiOauth_ContextListener_TokenRefresher_MainService()
  31049.     {
  31050.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  31051.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  31052.         include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Security/Http/Firewall/AbstractRefreshAccessTokenListener.php';
  31053.         include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Security/Http/Firewall/RefreshAccessTokenListener.php';
  31054.         include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Security/Http/Firewall/RefreshAccessTokenListenerOld.php';
  31055.         $a = ($this->privates['hwi_oauth.authentication.provider.oauth.main'] ?? $this->getHwiOauth_Authentication_Provider_Oauth_MainService());
  31056.         if (isset($this->privates['hwi_oauth.context_listener.token_refresher.main'])) {
  31057.             return $this->privates['hwi_oauth.context_listener.token_refresher.main'];
  31058.         }
  31059.         $this->privates['hwi_oauth.context_listener.token_refresher.main'] = $instance = new \HWI\Bundle\OAuthBundle\Security\Http\Firewall\RefreshAccessTokenListenerOld($a);
  31060.         $instance->setTokenStorage(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  31061.         $instance->setResourceOwnerMap(($this->services['hwi_oauth.resource_ownermap.main'] ?? $this->getHwiOauth_ResourceOwnermap_MainService()));
  31062.         return $instance;
  31063.     }
  31064.     /**
  31065.      * Gets the private 'hwi_oauth.resource_owner.aqarmap' shared service.
  31066.      *
  31067.      * @return \HWI\Bundle\OAuthBundle\OAuth\ResourceOwner\OAuth2ResourceOwner
  31068.      */
  31069.     protected function getHwiOauth_ResourceOwner_AqarmapService()
  31070.     {
  31071.         include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/OAuth/ResourceOwnerInterface.php';
  31072.         include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/OAuth/ResourceOwner/AbstractResourceOwner.php';
  31073.         include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/OAuth/ResourceOwner/GenericOAuth2ResourceOwner.php';
  31074.         include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/OAuth/ResourceOwner/OAuth2ResourceOwner.php';
  31075.         include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/OAuth/RequestDataStorageInterface.php';
  31076.         include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/OAuth/RequestDataStorage/SessionStorage.php';
  31077.         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()))));
  31078.     }
  31079.     /**
  31080.      * Gets the private 'hwi_oauth.resource_ownermap_locator' shared service.
  31081.      *
  31082.      * @return \HWI\Bundle\OAuthBundle\Security\Http\ResourceOwnerMapLocator
  31083.      */
  31084.     protected function getHwiOauth_ResourceOwnermapLocatorService()
  31085.     {
  31086.         include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Security/Http/ResourceOwnerMapLocator.php';
  31087.         $this->privates['hwi_oauth.resource_ownermap_locator'] = $instance = new \HWI\Bundle\OAuthBundle\Security\Http\ResourceOwnerMapLocator();
  31088.         $instance->set('main', ($this->services['hwi_oauth.resource_ownermap.main'] ?? $this->getHwiOauth_ResourceOwnermap_MainService()));
  31089.         return $instance;
  31090.     }
  31091.     /**
  31092.      * Gets the private 'hwi_oauth.security.oauth_utils' shared service.
  31093.      *
  31094.      * @return \HWI\Bundle\OAuthBundle\Security\OAuthUtils
  31095.      */
  31096.     protected function getHwiOauth_Security_OauthUtilsService()
  31097.     {
  31098.         include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Security/OAuthUtils.php';
  31099.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  31100.         if (isset($this->privates['hwi_oauth.security.oauth_utils'])) {
  31101.             return $this->privates['hwi_oauth.security.oauth_utils'];
  31102.         }
  31103.         $b = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  31104.         if (isset($this->privates['hwi_oauth.security.oauth_utils'])) {
  31105.             return $this->privates['hwi_oauth.security.oauth_utils'];
  31106.         }
  31107.         $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');
  31108.         $instance->addResourceOwnerMap('main', ($this->services['hwi_oauth.resource_ownermap.main'] ?? $this->getHwiOauth_ResourceOwnermap_MainService()));
  31109.         return $instance;
  31110.     }
  31111.     /**
  31112.      * Gets the private 'hwi_oauth.twig.extension.oauth.runtime' shared service.
  31113.      *
  31114.      * @return \HWI\Bundle\OAuthBundle\Twig\Extension\OAuthRuntime
  31115.      */
  31116.     protected function getHwiOauth_Twig_Extension_Oauth_RuntimeService()
  31117.     {
  31118.         include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Twig/Extension/OAuthRuntime.php';
  31119.         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())));
  31120.     }
  31121.     /**
  31122.      * Gets the private 'jms_serializer.array_collection_handler' shared service.
  31123.      *
  31124.      * @return \JMS\Serializer\Handler\ArrayCollectionHandler
  31125.      */
  31126.     protected function getJmsSerializer_ArrayCollectionHandlerService()
  31127.     {
  31128.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  31129.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/ArrayCollectionHandler.php';
  31130.         return $this->privates['jms_serializer.array_collection_handler'] = new \JMS\Serializer\Handler\ArrayCollectionHandler(false);
  31131.     }
  31132.     /**
  31133.      * Gets the private 'jms_serializer.cache.cache_clearer' shared service.
  31134.      *
  31135.      * @return \JMS\SerializerBundle\Cache\CacheClearer
  31136.      */
  31137.     protected function getJmsSerializer_Cache_CacheClearerService()
  31138.     {
  31139.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  31140.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Cache/CacheClearer.php';
  31141.         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')))));
  31142.     }
  31143.     /**
  31144.      * Gets the private 'jms_serializer.constraint_violation_handler' shared service.
  31145.      *
  31146.      * @return \JMS\Serializer\Handler\ConstraintViolationHandler
  31147.      */
  31148.     protected function getJmsSerializer_ConstraintViolationHandlerService()
  31149.     {
  31150.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  31151.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/ConstraintViolationHandler.php';
  31152.         return $this->privates['jms_serializer.constraint_violation_handler'] = new \JMS\Serializer\Handler\ConstraintViolationHandler();
  31153.     }
  31154.     /**
  31155.      * Gets the private 'jms_serializer.datetime_handler' shared service.
  31156.      *
  31157.      * @return \JMS\Serializer\Handler\DateHandler
  31158.      */
  31159.     protected function getJmsSerializer_DatetimeHandlerService()
  31160.     {
  31161.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  31162.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/DateHandler.php';
  31163.         return $this->privates['jms_serializer.datetime_handler'] = new \JMS\Serializer\Handler\DateHandler('Y-m-d\\TH:i:sP''Africa/Cairo'true);
  31164.     }
  31165.     /**
  31166.      * Gets the private 'jms_serializer.doctrine_proxy_subscriber' shared service.
  31167.      *
  31168.      * @return \JMS\Serializer\EventDispatcher\Subscriber\DoctrineProxySubscriber
  31169.      */
  31170.     protected function getJmsSerializer_DoctrineProxySubscriberService()
  31171.     {
  31172.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventSubscriberInterface.php';
  31173.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/Subscriber/DoctrineProxySubscriber.php';
  31174.         return $this->privates['jms_serializer.doctrine_proxy_subscriber'] = new \JMS\Serializer\EventDispatcher\Subscriber\DoctrineProxySubscriber(truefalse);
  31175.     }
  31176.     /**
  31177.      * Gets the private 'jms_serializer.iterator_handler' shared service.
  31178.      *
  31179.      * @return \JMS\Serializer\Handler\IteratorHandler
  31180.      */
  31181.     protected function getJmsSerializer_IteratorHandlerService()
  31182.     {
  31183.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  31184.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/IteratorHandler.php';
  31185.         return $this->privates['jms_serializer.iterator_handler'] = new \JMS\Serializer\Handler\IteratorHandler();
  31186.     }
  31187.     /**
  31188.      * Gets the private 'jms_serializer.metadata_factory' shared service.
  31189.      *
  31190.      * @return \Metadata\MetadataFactory
  31191.      */
  31192.     protected function getJmsSerializer_MetadataFactoryService()
  31193.     {
  31194.         $this->privates['jms_serializer.metadata_factory'] = $instance = new \Metadata\MetadataFactory(new \Metadata\Driver\LazyLoadingDriver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  31195.             'metadata_driver' => ['services''jms_serializer.metadata_driver''getJmsSerializer_MetadataDriverService'false],
  31196.         ], [
  31197.             'metadata_driver' => '?',
  31198.         ]), 'metadata_driver'), 'Metadata\\ClassHierarchyMetadata'true);
  31199.         $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')))));
  31200.         $instance->setIncludeInterfaces(false);
  31201.         return $instance;
  31202.     }
  31203.     /**
  31204.      * Gets the private 'jms_serializer.stopwatch_subscriber' shared service.
  31205.      *
  31206.      * @return \JMS\SerializerBundle\Serializer\StopwatchEventSubscriber
  31207.      */
  31208.     protected function getJmsSerializer_StopwatchSubscriberService()
  31209.     {
  31210.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventSubscriberInterface.php';
  31211.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Serializer/StopwatchEventSubscriber.php';
  31212.         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))));
  31213.     }
  31214.     /**
  31215.      * Gets the private 'knp_gaufrette.command.filesystem_keys' shared service.
  31216.      *
  31217.      * @return \Knp\Bundle\GaufretteBundle\Command\FilesystemKeysCommand
  31218.      */
  31219.     protected function getKnpGaufrette_Command_FilesystemKeysService()
  31220.     {
  31221.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31222.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-gaufrette-bundle/Command/FilesystemKeysCommand.php';
  31223.         $this->privates['knp_gaufrette.command.filesystem_keys'] = $instance = new \Knp\Bundle\GaufretteBundle\Command\FilesystemKeysCommand(($this->services['knp_gaufrette.filesystem_map'] ?? $this->getKnpGaufrette_FilesystemMapService()));
  31224.         $instance->setName('gaufrette:filesystem:keys');
  31225.         return $instance;
  31226.     }
  31227.     /**
  31228.      * Gets the private 'knp_menu.helper' shared service.
  31229.      *
  31230.      * @return \Knp\Menu\Twig\Helper
  31231.      */
  31232.     protected function getKnpMenu_HelperService()
  31233.     {
  31234.         return $this->privates['knp_menu.helper'] = new \Knp\Menu\Twig\Helper(new \Knp\Menu\Renderer\PsrProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  31235.             'list' => ['privates''knp_menu.renderer.list''getKnpMenu_Renderer_ListService'false],
  31236.             'twig' => ['privates''knp_menu.renderer.twig''getKnpMenu_Renderer_TwigService'false],
  31237.         ], [
  31238.             'list' => '?',
  31239.             'twig' => '?',
  31240.         ]), 'twig', [], false), new \Knp\Menu\Provider\ChainProvider(new RewindableGenerator(function () {
  31241.             yield => ($this->privates['knp_menu.menu_provider.lazy'] ?? $this->getKnpMenu_MenuProvider_LazyService());
  31242.             yield => ($this->privates['knp_menu.menu_provider.builder_alias'] ?? $this->getKnpMenu_MenuProvider_BuilderAliasService());
  31243.         }, 2)), ($this->privates['knp_menu.manipulator'] ?? ($this->privates['knp_menu.manipulator'] = new \Knp\Menu\Util\MenuManipulator())), ($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService()));
  31244.     }
  31245.     /**
  31246.      * Gets the private 'knp_menu.menu_provider.builder_alias' shared service.
  31247.      *
  31248.      * @return \Knp\Bundle\MenuBundle\Provider\BuilderAliasProvider
  31249.      */
  31250.     protected function getKnpMenu_MenuProvider_BuilderAliasService()
  31251.     {
  31252.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Provider/BuilderAliasProvider.php';
  31253.         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()));
  31254.     }
  31255.     /**
  31256.      * Gets the private 'knp_menu.menu_provider.lazy' shared service.
  31257.      *
  31258.      * @return \Knp\Menu\Provider\LazyProvider
  31259.      */
  31260.     protected function getKnpMenu_MenuProvider_LazyService()
  31261.     {
  31262.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/LazyProvider.php';
  31263.         return $this->privates['knp_menu.menu_provider.lazy'] = new \Knp\Menu\Provider\LazyProvider(['aqarmap.subLocations_search.menus' => [=> function () {
  31264.             return ($this->privates['aqarmap.listing.menu_builder'] ?? $this->getAqarmap_Listing_MenuBuilderService());
  31265.         }, => 'subLocationsSearchMenus'], 'compound_search.breadcrumb' => [=> function () {
  31266.             return ($this->privates['aqarmap.listing.menu_builder'] ?? $this->getAqarmap_Listing_MenuBuilderService());
  31267.         }, => 'compoundSearchBreadcrumb'], 'aqarmap.propertyTypes_search.menu' => [=> function () {
  31268.             return ($this->privates['aqarmap.listing.menu_builder'] ?? $this->getAqarmap_Listing_MenuBuilderService());
  31269.         }, => 'propertyTypesSearchMenus'], 'aqarmap.creditListingBreadcrumb.menu' => [=> function () {
  31270.             return ($this->privates['aqarmap.listing.menu_builder'] ?? $this->getAqarmap_Listing_MenuBuilderService());
  31271.         }, => 'creditListingBreadcrumb'], 'aqarmap.neighborhood.breadcrumb' => [=> function () {
  31272.             return ($this->privates['aqarmap.neighborhood.menu_builder'] ?? $this->getAqarmap_Neighborhood_MenuBuilderService());
  31273.         }, => 'neighborhoodBreadcrumbMenu'], 'aqarmap.askNeighbors.breadcrumb' => [=> function () {
  31274.             return ($this->privates['aqarmap.neighborhood.menu_builder'] ?? $this->getAqarmap_Neighborhood_MenuBuilderService());
  31275.         }, => 'askNeighborsBreadcrumbMenu'], 'aqarmap.discussion.breadcrumb' => [=> function () {
  31276.             return ($this->privates['aqarmap.neighborhood.menu_builder'] ?? $this->getAqarmap_Neighborhood_MenuBuilderService());
  31277.         }, => 'discussionBreadcrumbMenu'], 'aqarmap.breadcrumb' => function () {
  31278.             return ($this->privates['aqarmap.main.menu.breadcrumb'] ?? $this->getAqarmap_Main_Menu_BreadcrumbService());
  31279.         }, 'aqarmap.admin.sidebar' => function () {
  31280.             return ($this->privates['aqarmap.main.menu.admin'] ?? $this->getAqarmap_Main_Menu_AdminService());
  31281.         }]);
  31282.     }
  31283.     /**
  31284.      * Gets the private 'knp_menu.renderer.list' shared service.
  31285.      *
  31286.      * @return \Knp\Menu\Renderer\ListRenderer
  31287.      */
  31288.     protected function getKnpMenu_Renderer_ListService()
  31289.     {
  31290.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/Renderer.php';
  31291.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererInterface.php';
  31292.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/ListRenderer.php';
  31293.         return $this->privates['knp_menu.renderer.list'] = new \Knp\Menu\Renderer\ListRenderer(($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService()), [], 'UTF-8');
  31294.     }
  31295.     /**
  31296.      * Gets the private 'knp_menu.renderer.twig' shared service.
  31297.      *
  31298.      * @return \Knp\Menu\Renderer\TwigRenderer
  31299.      */
  31300.     protected function getKnpMenu_Renderer_TwigService()
  31301.     {
  31302.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererInterface.php';
  31303.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/TwigRenderer.php';
  31304.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  31305.         if (isset($this->privates['knp_menu.renderer.twig'])) {
  31306.             return $this->privates['knp_menu.renderer.twig'];
  31307.         }
  31308.         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()), []);
  31309.     }
  31310.     /**
  31311.      * Gets the private 'knp_menu.voter.router' shared service.
  31312.      *
  31313.      * @return \Knp\Menu\Matcher\Voter\RouteVoter
  31314.      */
  31315.     protected function getKnpMenu_Voter_RouterService()
  31316.     {
  31317.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Voter/VoterInterface.php';
  31318.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Voter/RouteVoter.php';
  31319.         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())));
  31320.     }
  31321.     /**
  31322.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  31323.      *
  31324.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  31325.      */
  31326.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  31327.     {
  31328.         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]);
  31329.     }
  31330.     /**
  31331.      * Gets the private 'liip_imagine.binary.mime_type_guesser' shared service.
  31332.      *
  31333.      * @return \Liip\ImagineBundle\Binary\SimpleMimeTypeGuesser
  31334.      */
  31335.     protected function getLiipImagine_Binary_MimeTypeGuesserService()
  31336.     {
  31337.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/MimeTypeGuesserInterface.php';
  31338.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/SimpleMimeTypeGuesser.php';
  31339.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  31340.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  31341.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  31342.         return $this->privates['liip_imagine.binary.mime_type_guesser'] = new \Liip\ImagineBundle\Binary\SimpleMimeTypeGuesser(\Symfony\Component\Mime\MimeTypes::getDefault());
  31343.     }
  31344.     /**
  31345.      * Gets the private 'liip_imagine.command.cache_remove' shared service.
  31346.      *
  31347.      * @return \Liip\ImagineBundle\Command\RemoveCacheCommand
  31348.      */
  31349.     protected function getLiipImagine_Command_CacheRemoveService()
  31350.     {
  31351.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31352.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Command/CacheCommandTrait.php';
  31353.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Command/RemoveCacheCommand.php';
  31354.         $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()));
  31355.         $instance->setName('liip:imagine:cache:remove');
  31356.         return $instance;
  31357.     }
  31358.     /**
  31359.      * Gets the private 'liip_imagine.command.cache_resolve' shared service.
  31360.      *
  31361.      * @return \Liip\ImagineBundle\Command\ResolveCacheCommand
  31362.      */
  31363.     protected function getLiipImagine_Command_CacheResolveService()
  31364.     {
  31365.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31366.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Command/CacheCommandTrait.php';
  31367.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Command/ResolveCacheCommand.php';
  31368.         $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()));
  31369.         $instance->setName('liip:imagine:cache:resolve');
  31370.         return $instance;
  31371.     }
  31372.     /**
  31373.      * Gets the private 'liip_imagine.filter.configuration' shared service.
  31374.      *
  31375.      * @return \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration
  31376.      */
  31377.     protected function getLiipImagine_Filter_ConfigurationService()
  31378.     {
  31379.         return $this->privates['liip_imagine.filter.configuration'] = new \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration($this->parameters['liip_imagine.filter_sets']);
  31380.     }
  31381.     /**
  31382.      * Gets the private 'liip_imagine.form.type.image' shared service.
  31383.      *
  31384.      * @return \Liip\ImagineBundle\Form\Type\ImageType
  31385.      */
  31386.     protected function getLiipImagine_Form_Type_ImageService()
  31387.     {
  31388.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  31389.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  31390.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Form/Type/ImageType.php';
  31391.         return $this->privates['liip_imagine.form.type.image'] = new \Liip\ImagineBundle\Form\Type\ImageType();
  31392.     }
  31393.     /**
  31394.      * Gets the private 'liip_imagine.gd' shared service.
  31395.      *
  31396.      * @return \Imagine\Gd\Imagine
  31397.      */
  31398.     protected function getLiipImagine_GdService()
  31399.     {
  31400.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Factory/ClassFactoryAwareInterface.php';
  31401.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/ImagineInterface.php';
  31402.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/AbstractImagine.php';
  31403.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Driver/InfoProvider.php';
  31404.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Gd/Imagine.php';
  31405.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/Metadata/MetadataReaderInterface.php';
  31406.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/Metadata/AbstractMetadataReader.php';
  31407.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/Metadata/DefaultMetadataReader.php';
  31408.         $this->privates['liip_imagine.gd'] = $instance = new \Imagine\Gd\Imagine();
  31409.         $instance->setMetadataReader(new \Imagine\Image\Metadata\DefaultMetadataReader());
  31410.         return $instance;
  31411.     }
  31412.     /**
  31413.      * Gets the private 'liip_imagine.service.filter' shared service.
  31414.      *
  31415.      * @return \Liip\ImagineBundle\Service\FilterService
  31416.      */
  31417.     protected function getLiipImagine_Service_FilterService()
  31418.     {
  31419.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Service/FilterService.php';
  31420.         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()));
  31421.     }
  31422.     /**
  31423.      * Gets the private 'limiter.lead_generation_by_ip' shared service.
  31424.      *
  31425.      * @return \Symfony\Component\RateLimiter\RateLimiterFactory
  31426.      */
  31427.     protected function getLimiter_LeadGenerationByIpService()
  31428.     {
  31429.         include_once \dirname(__DIR__4).'/vendor/symfony/rate-limiter/RateLimiterFactory.php';
  31430.         include_once \dirname(__DIR__4).'/vendor/symfony/rate-limiter/Storage/StorageInterface.php';
  31431.         include_once \dirname(__DIR__4).'/vendor/symfony/rate-limiter/Storage/CacheStorage.php';
  31432.         include_once \dirname(__DIR__4).'/vendor/symfony/lock/LockFactory.php';
  31433.         include_once \dirname(__DIR__4).'/vendor/symfony/lock/PersistingStoreInterface.php';
  31434.         include_once \dirname(__DIR__4).'/vendor/symfony/lock/Store/StoreFactory.php';
  31435.         $a = new \Symfony\Component\Lock\LockFactory(\Symfony\Component\Lock\Store\StoreFactory::createStore($this->getEnv('LOCK_DSN')));
  31436.         $b = new \Symfony\Bridge\Monolog\Logger('lock');
  31437.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  31438.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  31439.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  31440.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  31441.         $a->setLogger($b);
  31442.         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);
  31443.     }
  31444.     /**
  31445.      * Gets the private 'locale_aware_listener' shared service.
  31446.      *
  31447.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  31448.      */
  31449.     protected function getLocaleAwareListenerService()
  31450.     {
  31451.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  31452.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('ar')));
  31453.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  31454.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  31455.     }
  31456.     /**
  31457.      * Gets the private 'locale_listener' shared service.
  31458.      *
  31459.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  31460.      */
  31461.     protected function getLocaleListenerService()
  31462.     {
  31463.         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, []);
  31464.     }
  31465.     /**
  31466.      * Gets the private 'mailer.mailer' shared service.
  31467.      *
  31468.      * @return \Symfony\Component\Mailer\Mailer
  31469.      */
  31470.     protected function getMailer_MailerService()
  31471.     {
  31472.         $a = ($this->privates['mailer.transports'] ?? $this->getMailer_TransportsService());
  31473.         if (isset($this->privates['mailer.mailer'])) {
  31474.             return $this->privates['mailer.mailer'];
  31475.         }
  31476.         $b = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  31477.         if (isset($this->privates['mailer.mailer'])) {
  31478.             return $this->privates['mailer.mailer'];
  31479.         }
  31480.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  31481.         if (isset($this->privates['mailer.mailer'])) {
  31482.             return $this->privates['mailer.mailer'];
  31483.         }
  31484.         return $this->privates['mailer.mailer'] = new \Symfony\Component\Mailer\Mailer($a$b$c);
  31485.     }
  31486.     /**
  31487.      * Gets the private 'mailer.transport_factory.native' shared service.
  31488.      *
  31489.      * @return \Symfony\Component\Mailer\Transport\NativeTransportFactory
  31490.      */
  31491.     protected function getMailer_TransportFactory_NativeService()
  31492.     {
  31493.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  31494.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  31495.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NativeTransportFactory.php';
  31496.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  31497.         if (isset($this->privates['mailer.transport_factory.native'])) {
  31498.             return $this->privates['mailer.transport_factory.native'];
  31499.         }
  31500.         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()));
  31501.     }
  31502.     /**
  31503.      * Gets the private 'mailer.transport_factory.null' shared service.
  31504.      *
  31505.      * @return \Symfony\Component\Mailer\Transport\NullTransportFactory
  31506.      */
  31507.     protected function getMailer_TransportFactory_NullService()
  31508.     {
  31509.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  31510.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  31511.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NullTransportFactory.php';
  31512.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  31513.         if (isset($this->privates['mailer.transport_factory.null'])) {
  31514.             return $this->privates['mailer.transport_factory.null'];
  31515.         }
  31516.         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()));
  31517.     }
  31518.     /**
  31519.      * Gets the private 'mailer.transport_factory.sendmail' shared service.
  31520.      *
  31521.      * @return \Symfony\Component\Mailer\Transport\SendmailTransportFactory
  31522.      */
  31523.     protected function getMailer_TransportFactory_SendmailService()
  31524.     {
  31525.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  31526.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  31527.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/SendmailTransportFactory.php';
  31528.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  31529.         if (isset($this->privates['mailer.transport_factory.sendmail'])) {
  31530.             return $this->privates['mailer.transport_factory.sendmail'];
  31531.         }
  31532.         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()));
  31533.     }
  31534.     /**
  31535.      * Gets the private 'mailer.transport_factory.smtp' shared service.
  31536.      *
  31537.      * @return \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory
  31538.      */
  31539.     protected function getMailer_TransportFactory_SmtpService()
  31540.     {
  31541.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  31542.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  31543.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Smtp/EsmtpTransportFactory.php';
  31544.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  31545.         if (isset($this->privates['mailer.transport_factory.smtp'])) {
  31546.             return $this->privates['mailer.transport_factory.smtp'];
  31547.         }
  31548.         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()));
  31549.     }
  31550.     /**
  31551.      * Gets the private 'mailer.transports' shared service.
  31552.      *
  31553.      * @return \Symfony\Component\Mailer\Transport\Transports
  31554.      */
  31555.     protected function getMailer_TransportsService()
  31556.     {
  31557.         return $this->privates['mailer.transports'] = (new \Symfony\Component\Mailer\Transport(new RewindableGenerator(function () {
  31558.             yield => ($this->privates['mailer.transport_factory.null'] ?? $this->getMailer_TransportFactory_NullService());
  31559.             yield => ($this->privates['mailer.transport_factory.sendmail'] ?? $this->getMailer_TransportFactory_SendmailService());
  31560.             yield => ($this->privates['mailer.transport_factory.native'] ?? $this->getMailer_TransportFactory_NativeService());
  31561.             yield => ($this->privates['mailer.transport_factory.smtp'] ?? $this->getMailer_TransportFactory_SmtpService());
  31562.         }, 4)))->fromStrings(['dsn' => $this->getEnv('MAILER_DSN'), 'alternative' => $this->getEnv('MAILER_PROMOTIONAL_DSN')]);
  31563.     }
  31564.     /**
  31565.      * Gets the private 'maker.auto_command.make_auth' shared service.
  31566.      *
  31567.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  31568.      */
  31569.     protected function getMaker_AutoCommand_MakeAuthService()
  31570.     {
  31571.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31572.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  31573.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  31574.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  31575.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  31576.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
  31577.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  31578.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  31579.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  31580.         $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);
  31581.         $instance->setName('make:auth');
  31582.         $instance->setDescription('Creates a Guard authenticator of different flavors');
  31583.         return $instance;
  31584.     }
  31585.     /**
  31586.      * Gets the private 'maker.auto_command.make_command' shared service.
  31587.      *
  31588.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  31589.      */
  31590.     protected function getMaker_AutoCommand_MakeCommandService()
  31591.     {
  31592.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31593.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  31594.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  31595.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  31596.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  31597.         $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()));
  31598.         $instance->setName('make:command');
  31599.         $instance->setDescription('Creates a new console command class');
  31600.         return $instance;
  31601.     }
  31602.     /**
  31603.      * Gets the private 'maker.auto_command.make_controller' shared service.
  31604.      *
  31605.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  31606.      */
  31607.     protected function getMaker_AutoCommand_MakeControllerService()
  31608.     {
  31609.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31610.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  31611.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  31612.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  31613.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  31614.         $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()));
  31615.         $instance->setName('make:controller');
  31616.         $instance->setDescription('Creates a new controller class');
  31617.         return $instance;
  31618.     }
  31619.     /**
  31620.      * Gets the private 'maker.auto_command.make_crud' shared service.
  31621.      *
  31622.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  31623.      */
  31624.     protected function getMaker_AutoCommand_MakeCrudService()
  31625.     {
  31626.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31627.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  31628.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  31629.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  31630.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  31631.         $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()));
  31632.         $instance->setName('make:crud');
  31633.         $instance->setDescription('Creates CRUD for Doctrine entity class');
  31634.         return $instance;
  31635.     }
  31636.     /**
  31637.      * Gets the private 'maker.auto_command.make_docker_database' shared service.
  31638.      *
  31639.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  31640.      */
  31641.     protected function getMaker_AutoCommand_MakeDockerDatabaseService()
  31642.     {
  31643.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31644.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  31645.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  31646.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  31647.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
  31648.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  31649.         $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()));
  31650.         $instance->setName('make:docker:database');
  31651.         $instance->setDescription('Adds a database container to your docker-compose.yaml file');
  31652.         return $instance;
  31653.     }
  31654.     /**
  31655.      * Gets the private 'maker.auto_command.make_entity' shared service.
  31656.      *
  31657.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  31658.      */
  31659.     protected function getMaker_AutoCommand_MakeEntityService()
  31660.     {
  31661.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31662.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  31663.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  31664.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  31665.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  31666.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  31667.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  31668.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  31669.         $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);
  31670.         $instance->setName('make:entity');
  31671.         $instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
  31672.         return $instance;
  31673.     }
  31674.     /**
  31675.      * Gets the private 'maker.auto_command.make_fixtures' shared service.
  31676.      *
  31677.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  31678.      */
  31679.     protected function getMaker_AutoCommand_MakeFixturesService()
  31680.     {
  31681.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31682.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  31683.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  31684.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  31685.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  31686.         $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()));
  31687.         $instance->setName('make:fixtures');
  31688.         $instance->setDescription('Creates a new class to load Doctrine fixtures');
  31689.         return $instance;
  31690.     }
  31691.     /**
  31692.      * Gets the private 'maker.auto_command.make_form' shared service.
  31693.      *
  31694.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  31695.      */
  31696.     protected function getMaker_AutoCommand_MakeFormService()
  31697.     {
  31698.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31699.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  31700.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  31701.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  31702.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  31703.         $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()));
  31704.         $instance->setName('make:form');
  31705.         $instance->setDescription('Creates a new form class');
  31706.         return $instance;
  31707.     }
  31708.     /**
  31709.      * Gets the private 'maker.auto_command.make_message' shared service.
  31710.      *
  31711.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  31712.      */
  31713.     protected function getMaker_AutoCommand_MakeMessageService()
  31714.     {
  31715.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31716.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  31717.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  31718.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  31719.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  31720.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  31721.         $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()));
  31722.         $instance->setName('make:message');
  31723.         $instance->setDescription('Creates a new message and handler');
  31724.         return $instance;
  31725.     }
  31726.     /**
  31727.      * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  31728.      *
  31729.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  31730.      */
  31731.     protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  31732.     {
  31733.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31734.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  31735.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  31736.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  31737.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  31738.         $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()));
  31739.         $instance->setName('make:messenger-middleware');
  31740.         $instance->setDescription('Creates a new messenger middleware');
  31741.         return $instance;
  31742.     }
  31743.     /**
  31744.      * Gets the private 'maker.auto_command.make_migration' shared service.
  31745.      *
  31746.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  31747.      */
  31748.     protected function getMaker_AutoCommand_MakeMigrationService()
  31749.     {
  31750.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31751.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  31752.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  31753.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  31754.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  31755.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  31756.         $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()));
  31757.         $instance->setName('make:migration');
  31758.         $instance->setDescription('Creates a new migration based on database changes');
  31759.         return $instance;
  31760.     }
  31761.     /**
  31762.      * Gets the private 'maker.auto_command.make_registration_form' shared service.
  31763.      *
  31764.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  31765.      */
  31766.     protected function getMaker_AutoCommand_MakeRegistrationFormService()
  31767.     {
  31768.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31769.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  31770.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  31771.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  31772.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  31773.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  31774.         $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()));
  31775.         $instance->setName('make:registration-form');
  31776.         $instance->setDescription('Creates a new registration form system');
  31777.         return $instance;
  31778.     }
  31779.     /**
  31780.      * Gets the private 'maker.auto_command.make_reset_password' shared service.
  31781.      *
  31782.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  31783.      */
  31784.     protected function getMaker_AutoCommand_MakeResetPasswordService()
  31785.     {
  31786.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31787.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  31788.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  31789.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  31790.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  31791.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  31792.         $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()));
  31793.         $instance->setName('make:reset-password');
  31794.         $instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
  31795.         return $instance;
  31796.     }
  31797.     /**
  31798.      * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  31799.      *
  31800.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  31801.      */
  31802.     protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  31803.     {
  31804.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31805.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  31806.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  31807.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  31808.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  31809.         $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()));
  31810.         $instance->setName('make:serializer:encoder');
  31811.         $instance->setDescription('Creates a new serializer encoder class');
  31812.         return $instance;
  31813.     }
  31814.     /**
  31815.      * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  31816.      *
  31817.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  31818.      */
  31819.     protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  31820.     {
  31821.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31822.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  31823.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  31824.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  31825.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  31826.         $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()));
  31827.         $instance->setName('make:serializer:normalizer');
  31828.         $instance->setDescription('Creates a new serializer normalizer class');
  31829.         return $instance;
  31830.     }
  31831.     /**
  31832.      * Gets the private 'maker.auto_command.make_stimulus_controller' shared service.
  31833.      *
  31834.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  31835.      */
  31836.     protected function getMaker_AutoCommand_MakeStimulusControllerService()
  31837.     {
  31838.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31839.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  31840.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  31841.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  31842.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeStimulusController.php';
  31843.         $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()));
  31844.         $instance->setName('make:stimulus-controller');
  31845.         $instance->setDescription('Creates a new Stimulus controller');
  31846.         return $instance;
  31847.     }
  31848.     /**
  31849.      * Gets the private 'maker.auto_command.make_subscriber' shared service.
  31850.      *
  31851.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  31852.      */
  31853.     protected function getMaker_AutoCommand_MakeSubscriberService()
  31854.     {
  31855.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31856.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  31857.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  31858.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  31859.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  31860.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  31861.         $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()));
  31862.         $instance->setName('make:subscriber');
  31863.         $instance->setDescription('Creates a new event subscriber class');
  31864.         return $instance;
  31865.     }
  31866.     /**
  31867.      * Gets the private 'maker.auto_command.make_test' shared service.
  31868.      *
  31869.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  31870.      */
  31871.     protected function getMaker_AutoCommand_MakeTestService()
  31872.     {
  31873.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31874.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  31875.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  31876.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  31877.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  31878.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
  31879.         $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()));
  31880.         $instance->setName('make:test');
  31881.         $instance->setAliases([=> 'make:unit-test'=> 'make:functional-test']);
  31882.         $instance->setDescription('Creates a new test class');
  31883.         return $instance;
  31884.     }
  31885.     /**
  31886.      * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  31887.      *
  31888.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  31889.      */
  31890.     protected function getMaker_AutoCommand_MakeTwigExtensionService()
  31891.     {
  31892.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31893.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  31894.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  31895.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  31896.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  31897.         $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()));
  31898.         $instance->setName('make:twig-extension');
  31899.         $instance->setDescription('Creates a new Twig extension class');
  31900.         return $instance;
  31901.     }
  31902.     /**
  31903.      * Gets the private 'maker.auto_command.make_user' shared service.
  31904.      *
  31905.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  31906.      */
  31907.     protected function getMaker_AutoCommand_MakeUserService()
  31908.     {
  31909.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31910.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  31911.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  31912.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  31913.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  31914.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  31915.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  31916.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  31917.         $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()));
  31918.         $instance->setName('make:user');
  31919.         $instance->setDescription('Creates a new security user class');
  31920.         return $instance;
  31921.     }
  31922.     /**
  31923.      * Gets the private 'maker.auto_command.make_validator' shared service.
  31924.      *
  31925.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  31926.      */
  31927.     protected function getMaker_AutoCommand_MakeValidatorService()
  31928.     {
  31929.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31930.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  31931.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  31932.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  31933.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  31934.         $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()));
  31935.         $instance->setName('make:validator');
  31936.         $instance->setDescription('Creates a new validator and constraint class');
  31937.         return $instance;
  31938.     }
  31939.     /**
  31940.      * Gets the private 'maker.auto_command.make_voter' shared service.
  31941.      *
  31942.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  31943.      */
  31944.     protected function getMaker_AutoCommand_MakeVoterService()
  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/Maker/MakeVoter.php';
  31951.         $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()));
  31952.         $instance->setName('make:voter');
  31953.         $instance->setDescription('Creates a new security voter class');
  31954.         return $instance;
  31955.     }
  31956.     /**
  31957.      * Gets the private 'maker.doctrine_helper' shared service.
  31958.      *
  31959.      * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  31960.      */
  31961.     protected function getMaker_DoctrineHelperService()
  31962.     {
  31963.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  31964.         $a = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
  31965.         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())]]]);
  31966.     }
  31967.     /**
  31968.      * Gets the private 'maker.entity_class_generator' shared service.
  31969.      *
  31970.      * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  31971.      */
  31972.     protected function getMaker_EntityClassGeneratorService()
  31973.     {
  31974.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  31975.         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()));
  31976.     }
  31977.     /**
  31978.      * Gets the private 'maker.file_manager' shared service.
  31979.      *
  31980.      * @return \Symfony\Bundle\MakerBundle\FileManager
  31981.      */
  31982.     protected function getMaker_FileManagerService()
  31983.     {
  31984.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  31985.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  31986.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  31987.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  31988.         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'));
  31989.     }
  31990.     /**
  31991.      * Gets the private 'maker.generator' shared service.
  31992.      *
  31993.      * @return \Symfony\Bundle\MakerBundle\Generator
  31994.      */
  31995.     protected function getMaker_GeneratorService()
  31996.     {
  31997.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Generator.php';
  31998.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateComponentGenerator.php';
  31999.         $a = ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService());
  32000.         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));
  32001.     }
  32002.     /**
  32003.      * Gets the private 'maker.php_compat_util' shared service.
  32004.      *
  32005.      * @return \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil
  32006.      */
  32007.     protected function getMaker_PhpCompatUtilService()
  32008.     {
  32009.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
  32010.         return $this->privates['maker.php_compat_util'] = new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
  32011.     }
  32012.     /**
  32013.      * Gets the private 'maker.renderer.form_type_renderer' shared service.
  32014.      *
  32015.      * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  32016.      */
  32017.     protected function getMaker_Renderer_FormTypeRendererService()
  32018.     {
  32019.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  32020.         return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  32021.     }
  32022.     /**
  32023.      * Gets the private 'messenger.bus.default.middleware.doctrine_ping_connection' shared service.
  32024.      *
  32025.      * @return \Symfony\Bridge\Doctrine\Messenger\DoctrinePingConnectionMiddleware
  32026.      */
  32027.     protected function getMessenger_Bus_Default_Middleware_DoctrinePingConnectionService()
  32028.     {
  32029.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  32030.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Messenger/AbstractDoctrineMiddleware.php';
  32031.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Messenger/DoctrinePingConnectionMiddleware.php';
  32032.         return $this->privates['messenger.bus.default.middleware.doctrine_ping_connection'] = new \Symfony\Bridge\Doctrine\Messenger\DoctrinePingConnectionMiddleware(($this->services['doctrine'] ?? $this->getDoctrineService()));
  32033.     }
  32034.     /**
  32035.      * Gets the private 'messenger.bus.default.middleware.handle_message' shared service.
  32036.      *
  32037.      * @return \Symfony\Component\Messenger\Middleware\HandleMessageMiddleware
  32038.      */
  32039.     protected function getMessenger_Bus_Default_Middleware_HandleMessageService()
  32040.     {
  32041.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  32042.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/HandleMessageMiddleware.php';
  32043.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlersLocatorInterface.php';
  32044.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlersLocator.php';
  32045.         $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 () {
  32046.             yield => ($this->privates['.messenger.handler_descriptor.XrjJCsu'] ?? $this->get_Messenger_HandlerDescriptor_XrjJCsuService());
  32047.         }, 1), 'App\\Message\\Listing\\AfterChangeStatusMessage' => new RewindableGenerator(function () {
  32048.             yield => ($this->privates['.messenger.handler_descriptor.sRwIAy8'] ?? $this->get_Messenger_HandlerDescriptor_SRwIAy8Service());
  32049.         }, 1), 'App\\Message\\Listing\\BulkListingApproveMessage' => new RewindableGenerator(function () {
  32050.             yield => ($this->privates['.messenger.handler_descriptor.5HRDaKQ'] ?? $this->get_Messenger_HandlerDescriptor_5HRDaKQService());
  32051.         }, 1), 'App\\Message\\Listing\\SyncListingProjectMessage' => new RewindableGenerator(function () {
  32052.             yield => ($this->privates['.messenger.handler_descriptor.dc.1.bo'] ?? $this->get_Messenger_HandlerDescriptor_Dc_1_BoService());
  32053.         }, 1), 'App\\Message\\ListingUpdatedMessage' => new RewindableGenerator(function () {
  32054.             yield => ($this->privates['.messenger.handler_descriptor.NXXH9Pa'] ?? $this->get_Messenger_HandlerDescriptor_NXXH9PaService());
  32055.         }, 1), 'App\\Message\\Location\\AdminImportLocationsMessage' => new RewindableGenerator(function () {
  32056.             yield => ($this->privates['.messenger.handler_descriptor.kQwQsvy'] ?? $this->get_Messenger_HandlerDescriptor_KQwQsvyService());
  32057.         }, 1), 'App\\Message\\Location\\RecordLocationSearchHistoryMessage' => new RewindableGenerator(function () {
  32058.             yield => ($this->privates['.messenger.handler_descriptor.XFUQcio'] ?? $this->get_Messenger_HandlerDescriptor_XFUQcioService());
  32059.         }, 1), 'App\\Message\\LocationStatisticsMessage' => new RewindableGenerator(function () {
  32060.             yield => ($this->privates['.messenger.handler_descriptor.GbRGh2R'] ?? $this->get_Messenger_HandlerDescriptor_GbRGh2RService());
  32061.         }, 1), 'App\\Message\\LocationUpdatedMessage' => new RewindableGenerator(function () {
  32062.             yield => ($this->privates['.messenger.handler_descriptor.JeO4zog'] ?? $this->get_Messenger_HandlerDescriptor_JeO4zogService());
  32063.         }, 1), 'App\\Message\\LoginCredentialsUpdatedMessage' => new RewindableGenerator(function () {
  32064.             yield => ($this->privates['.messenger.handler_descriptor.PeFElIy'] ?? $this->get_Messenger_HandlerDescriptor_PeFElIyService());
  32065.         }, 1), 'App\\Message\\User\\ImportUsersDevelopersMessage' => new RewindableGenerator(function () {
  32066.             yield => ($this->privates['.messenger.handler_descriptor.arWGc4f'] ?? $this->get_Messenger_HandlerDescriptor_ArWGc4fService());
  32067.         }, 1), 'App\\Message\\User\\NewAccountMessage' => new RewindableGenerator(function () {
  32068.             yield => ($this->privates['.messenger.handler_descriptor.TLvkPvS'] ?? $this->get_Messenger_HandlerDescriptor_TLvkPvSService());
  32069.         }, 1), 'App\\Message\\User\\UpdateClientServedCountForUserMessage' => new RewindableGenerator(function () {
  32070.             yield => ($this->privates['.messenger.handler_descriptor.y6aMxSF'] ?? $this->get_Messenger_HandlerDescriptor_Y6aMxSFService());
  32071.         }, 1), 'App\\Message\\UserGroupUpdatedMessage' => new RewindableGenerator(function () {
  32072.             yield => ($this->privates['.messenger.handler_descriptor.O8j7clm'] ?? $this->get_Messenger_HandlerDescriptor_O8j7clmService());
  32073.         }, 1), 'Aqarmap\\Bundle\\UserBundle\\Message\\CreateLead' => new RewindableGenerator(function () {
  32074.             yield => ($this->privates['.messenger.handler_descriptor.TnEGxNs'] ?? $this->get_Messenger_HandlerDescriptor_TnEGxNsService());
  32075.         }, 1), 'Aqarmap\\Bundle\\ListingBundle\\Message\\Search' => new RewindableGenerator(function () {
  32076.             yield => ($this->privates['.messenger.handler_descriptor.2Q2O_CE'] ?? $this->get_Messenger_HandlerDescriptor_2Q2OCEService());
  32077.         }, 1), 'Aqarmap\\Bundle\\ListingBundle\\Message\\ParentListingUpdated' => new RewindableGenerator(function () {
  32078.             yield => ($this->privates['.messenger.handler_descriptor.7u9lu3j'] ?? $this->get_Messenger_HandlerDescriptor_7u9lu3jService());
  32079.         }, 1), 'Aqarmap\\Bundle\\ListingBundle\\Message\\ListingDeleted' => new RewindableGenerator(function () {
  32080.             yield => ($this->privates['.messenger.handler_descriptor.D4ehsao'] ?? $this->get_Messenger_HandlerDescriptor_D4ehsaoService());
  32081.         }, 1), 'Aqarmap\\Bundle\\ListingBundle\\Message\\ListingInteractions' => new RewindableGenerator(function () {
  32082.             yield => ($this->privates['.messenger.handler_descriptor.MM.u3cU'] ?? $this->get_Messenger_HandlerDescriptor_MM_U3cUService());
  32083.         }, 1), 'Symfony\\Component\\Mailer\\Messenger\\SendEmailMessage' => new RewindableGenerator(function () {
  32084.             yield => ($this->privates['.messenger.handler_descriptor.tGvt0LH'] ?? $this->get_Messenger_HandlerDescriptor_TGvt0LHService());
  32085.         }, 1), 'Presta\\SitemapBundle\\Messenger\\DumpSitemapMessage' => new RewindableGenerator(function () {
  32086.             yield => ($this->privates['.messenger.handler_descriptor.axmPPI9'] ?? $this->get_Messenger_HandlerDescriptor_AxmPPI9Service());
  32087.         }, 1)]));
  32088.         $instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  32089.         return $instance;
  32090.     }
  32091.     /**
  32092.      * Gets the private 'messenger.bus.default.middleware.traceable' shared service.
  32093.      *
  32094.      * @return \Symfony\Component\Messenger\Middleware\TraceableMiddleware
  32095.      */
  32096.     protected function getMessenger_Bus_Default_Middleware_TraceableService()
  32097.     {
  32098.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  32099.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/TraceableMiddleware.php';
  32100.         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');
  32101.     }
  32102.     /**
  32103.      * Gets the private 'messenger.failure.send_failed_message_to_failure_transport_listener' shared service.
  32104.      *
  32105.      * @return \Symfony\Component\Messenger\EventListener\SendFailedMessageToFailureTransportListener
  32106.      */
  32107.     protected function getMessenger_Failure_SendFailedMessageToFailureTransportListenerService()
  32108.     {
  32109.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/SendFailedMessageToFailureTransportListener.php';
  32110.         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, [
  32111.             'default' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  32112.             'external' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  32113.             'failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  32114.             'failed_mailer' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  32115.             'fasttrack' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  32116.             'interactions' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  32117.             'mailer' => ['privates''messenger.transport.failed_mailer''getMessenger_Transport_FailedMailerService'false],
  32118.         ], [
  32119.             'default' => '?',
  32120.             'external' => '?',
  32121.             'failed' => '?',
  32122.             'failed_mailer' => '?',
  32123.             'fasttrack' => '?',
  32124.             'interactions' => '?',
  32125.             'mailer' => '?',
  32126.         ]), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  32127.     }
  32128.     /**
  32129.      * Gets the private 'messenger.listener.stop_worker_on_restart_signal_listener' shared service.
  32130.      *
  32131.      * @return \Symfony\Component\Messenger\EventListener\StopWorkerOnRestartSignalListener
  32132.      */
  32133.     protected function getMessenger_Listener_StopWorkerOnRestartSignalListenerService()
  32134.     {
  32135.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/StopWorkerOnRestartSignalListener.php';
  32136.         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()));
  32137.     }
  32138.     /**
  32139.      * Gets the private 'messenger.middleware.send_message' shared service.
  32140.      *
  32141.      * @return \Symfony\Component\Messenger\Middleware\SendMessageMiddleware
  32142.      */
  32143.     protected function getMessenger_Middleware_SendMessageService()
  32144.     {
  32145.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  32146.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/SendMessageMiddleware.php';
  32147.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SendersLocatorInterface.php';
  32148.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SendersLocator.php';
  32149.         $a = ($this->privates['.service_locator.1dCwSD2'] ?? $this->get_ServiceLocator_1dCwSD2Service());
  32150.         if (isset($this->privates['messenger.middleware.send_message'])) {
  32151.             return $this->privates['messenger.middleware.send_message'];
  32152.         }
  32153.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  32154.         if (isset($this->privates['messenger.middleware.send_message'])) {
  32155.             return $this->privates['messenger.middleware.send_message'];
  32156.         }
  32157.         $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);
  32158.         $instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  32159.         return $instance;
  32160.     }
  32161.     /**
  32162.      * Gets the private 'messenger.receiver_locator' shared service.
  32163.      *
  32164.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  32165.      */
  32166.     protected function getMessenger_ReceiverLocatorService()
  32167.     {
  32168.         return $this->privates['messenger.receiver_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  32169.             'default' => ['privates''messenger.transport.default''getMessenger_Transport_DefaultService'false],
  32170.             'external' => ['privates''messenger.transport.external''getMessenger_Transport_ExternalService'false],
  32171.             'failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  32172.             'failed_mailer' => ['privates''messenger.transport.failed_mailer''getMessenger_Transport_FailedMailerService'false],
  32173.             'fasttrack' => ['privates''messenger.transport.fasttrack''getMessenger_Transport_FasttrackService'false],
  32174.             'interactions' => ['privates''messenger.transport.interactions''getMessenger_Transport_InteractionsService'false],
  32175.             'mailer' => ['privates''messenger.transport.mailer''getMessenger_Transport_MailerService'false],
  32176.             'messenger.transport.default' => ['privates''messenger.transport.default''getMessenger_Transport_DefaultService'false],
  32177.             'messenger.transport.external' => ['privates''messenger.transport.external''getMessenger_Transport_ExternalService'false],
  32178.             'messenger.transport.failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  32179.             'messenger.transport.failed_mailer' => ['privates''messenger.transport.failed_mailer''getMessenger_Transport_FailedMailerService'false],
  32180.             'messenger.transport.fasttrack' => ['privates''messenger.transport.fasttrack''getMessenger_Transport_FasttrackService'false],
  32181.             'messenger.transport.interactions' => ['privates''messenger.transport.interactions''getMessenger_Transport_InteractionsService'false],
  32182.             'messenger.transport.mailer' => ['privates''messenger.transport.mailer''getMessenger_Transport_MailerService'false],
  32183.         ], [
  32184.             'default' => '?',
  32185.             'external' => '?',
  32186.             'failed' => '?',
  32187.             'failed_mailer' => '?',
  32188.             'fasttrack' => '?',
  32189.             'interactions' => '?',
  32190.             'mailer' => '?',
  32191.             'messenger.transport.default' => '?',
  32192.             'messenger.transport.external' => '?',
  32193.             'messenger.transport.failed' => '?',
  32194.             'messenger.transport.failed_mailer' => '?',
  32195.             'messenger.transport.fasttrack' => '?',
  32196.             'messenger.transport.interactions' => '?',
  32197.             'messenger.transport.mailer' => '?',
  32198.         ]);
  32199.     }
  32200.     /**
  32201.      * Gets the private 'messenger.retry.multiplier_retry_strategy.default' shared service.
  32202.      *
  32203.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  32204.      */
  32205.     protected function getMessenger_Retry_MultiplierRetryStrategy_DefaultService()
  32206.     {
  32207.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  32208.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  32209.         return $this->privates['messenger.retry.multiplier_retry_strategy.default'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(56000020);
  32210.     }
  32211.     /**
  32212.      * Gets the private 'messenger.retry.multiplier_retry_strategy.external' shared service.
  32213.      *
  32214.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  32215.      */
  32216.     protected function getMessenger_Retry_MultiplierRetryStrategy_ExternalService()
  32217.     {
  32218.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  32219.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  32220.         return $this->privates['messenger.retry.multiplier_retry_strategy.external'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(33000020);
  32221.     }
  32222.     /**
  32223.      * Gets the private 'messenger.retry.multiplier_retry_strategy.failed' shared service.
  32224.      *
  32225.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  32226.      */
  32227.     protected function getMessenger_Retry_MultiplierRetryStrategy_FailedService()
  32228.     {
  32229.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  32230.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  32231.         return $this->privates['messenger.retry.multiplier_retry_strategy.failed'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(25100020);
  32232.     }
  32233.     /**
  32234.      * Gets the private 'messenger.retry.multiplier_retry_strategy.failed_mailer' shared service.
  32235.      *
  32236.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  32237.      */
  32238.     protected function getMessenger_Retry_MultiplierRetryStrategy_FailedMailerService()
  32239.     {
  32240.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  32241.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  32242.         return $this->privates['messenger.retry.multiplier_retry_strategy.failed_mailer'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  32243.     }
  32244.     /**
  32245.      * Gets the private 'messenger.retry.multiplier_retry_strategy.fasttrack' shared service.
  32246.      *
  32247.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  32248.      */
  32249.     protected function getMessenger_Retry_MultiplierRetryStrategy_FasttrackService()
  32250.     {
  32251.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  32252.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  32253.         return $this->privates['messenger.retry.multiplier_retry_strategy.fasttrack'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(33000020);
  32254.     }
  32255.     /**
  32256.      * Gets the private 'messenger.retry.multiplier_retry_strategy.interactions' shared service.
  32257.      *
  32258.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  32259.      */
  32260.     protected function getMessenger_Retry_MultiplierRetryStrategy_InteractionsService()
  32261.     {
  32262.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  32263.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  32264.         return $this->privates['messenger.retry.multiplier_retry_strategy.interactions'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(33000020);
  32265.     }
  32266.     /**
  32267.      * Gets the private 'messenger.retry.multiplier_retry_strategy.mailer' shared service.
  32268.      *
  32269.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  32270.      */
  32271.     protected function getMessenger_Retry_MultiplierRetryStrategy_MailerService()
  32272.     {
  32273.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  32274.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  32275.         return $this->privates['messenger.retry.multiplier_retry_strategy.mailer'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(56000020);
  32276.     }
  32277.     /**
  32278.      * Gets the private 'messenger.retry.send_failed_message_for_retry_listener' shared service.
  32279.      *
  32280.      * @return \Symfony\Component\Messenger\EventListener\SendFailedMessageForRetryListener
  32281.      */
  32282.     protected function getMessenger_Retry_SendFailedMessageForRetryListenerService()
  32283.     {
  32284.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/SendFailedMessageForRetryListener.php';
  32285.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  32286.         if (isset($this->privates['messenger.retry.send_failed_message_for_retry_listener'])) {
  32287.             return $this->privates['messenger.retry.send_failed_message_for_retry_listener'];
  32288.         }
  32289.         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, [
  32290.             'default' => ['privates''messenger.retry.multiplier_retry_strategy.default''getMessenger_Retry_MultiplierRetryStrategy_DefaultService'false],
  32291.             'external' => ['privates''messenger.retry.multiplier_retry_strategy.external''getMessenger_Retry_MultiplierRetryStrategy_ExternalService'false],
  32292.             'failed' => ['privates''messenger.retry.multiplier_retry_strategy.failed''getMessenger_Retry_MultiplierRetryStrategy_FailedService'false],
  32293.             'failed_mailer' => ['privates''messenger.retry.multiplier_retry_strategy.failed_mailer''getMessenger_Retry_MultiplierRetryStrategy_FailedMailerService'false],
  32294.             'fasttrack' => ['privates''messenger.retry.multiplier_retry_strategy.fasttrack''getMessenger_Retry_MultiplierRetryStrategy_FasttrackService'false],
  32295.             'interactions' => ['privates''messenger.retry.multiplier_retry_strategy.interactions''getMessenger_Retry_MultiplierRetryStrategy_InteractionsService'false],
  32296.             'mailer' => ['privates''messenger.retry.multiplier_retry_strategy.mailer''getMessenger_Retry_MultiplierRetryStrategy_MailerService'false],
  32297.         ], [
  32298.             'default' => '?',
  32299.             'external' => '?',
  32300.             'failed' => '?',
  32301.             'failed_mailer' => '?',
  32302.             'fasttrack' => '?',
  32303.             'interactions' => '?',
  32304.             'mailer' => '?',
  32305.         ]), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()), $a);
  32306.     }
  32307.     /**
  32308.      * Gets the private 'messenger.routable_message_bus' shared service.
  32309.      *
  32310.      * @return \Symfony\Component\Messenger\RoutableMessageBus
  32311.      */
  32312.     protected function getMessenger_RoutableMessageBusService()
  32313.     {
  32314.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/RoutableMessageBus.php';
  32315.         $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  32316.         if (isset($this->privates['messenger.routable_message_bus'])) {
  32317.             return $this->privates['messenger.routable_message_bus'];
  32318.         }
  32319.         return $this->privates['messenger.routable_message_bus'] = new \Symfony\Component\Messenger\RoutableMessageBus(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  32320.             'messenger.bus.default' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  32321.         ], [
  32322.             'messenger.bus.default' => '?',
  32323.         ]), $a);
  32324.     }
  32325.     /**
  32326.      * Gets the private 'messenger.transport.default' shared service.
  32327.      *
  32328.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  32329.      */
  32330.     protected function getMessenger_Transport_DefaultService()
  32331.     {
  32332.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  32333.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  32334.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  32335.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  32336.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  32337.         $a = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService());
  32338.         if (isset($this->privates['messenger.transport.default'])) {
  32339.             return $this->privates['messenger.transport.default'];
  32340.         }
  32341.         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())));
  32342.     }
  32343.     /**
  32344.      * Gets the private 'messenger.transport.doctrine.factory' shared service.
  32345.      *
  32346.      * @return \Symfony\Component\Messenger\Bridge\Doctrine\Transport\DoctrineTransportFactory
  32347.      */
  32348.     protected function getMessenger_Transport_Doctrine_FactoryService()
  32349.     {
  32350.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  32351.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-messenger/Transport/DoctrineTransportFactory.php';
  32352.         return $this->privates['messenger.transport.doctrine.factory'] = new \Symfony\Component\Messenger\Bridge\Doctrine\Transport\DoctrineTransportFactory(($this->services['doctrine'] ?? $this->getDoctrineService()));
  32353.     }
  32354.     /**
  32355.      * Gets the private 'messenger.transport.external' shared service.
  32356.      *
  32357.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  32358.      */
  32359.     protected function getMessenger_Transport_ExternalService()
  32360.     {
  32361.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  32362.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  32363.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  32364.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  32365.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  32366.         $a = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService());
  32367.         if (isset($this->privates['messenger.transport.external'])) {
  32368.             return $this->privates['messenger.transport.external'];
  32369.         }
  32370.         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())));
  32371.     }
  32372.     /**
  32373.      * Gets the private 'messenger.transport.failed' shared service.
  32374.      *
  32375.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  32376.      */
  32377.     protected function getMessenger_Transport_FailedService()
  32378.     {
  32379.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  32380.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  32381.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  32382.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  32383.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  32384.         $a = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService());
  32385.         if (isset($this->privates['messenger.transport.failed'])) {
  32386.             return $this->privates['messenger.transport.failed'];
  32387.         }
  32388.         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())));
  32389.     }
  32390.     /**
  32391.      * Gets the private 'messenger.transport.failed_mailer' shared service.
  32392.      *
  32393.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  32394.      */
  32395.     protected function getMessenger_Transport_FailedMailerService()
  32396.     {
  32397.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  32398.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  32399.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  32400.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  32401.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  32402.         $a = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService());
  32403.         if (isset($this->privates['messenger.transport.failed_mailer'])) {
  32404.             return $this->privates['messenger.transport.failed_mailer'];
  32405.         }
  32406.         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())));
  32407.     }
  32408.     /**
  32409.      * Gets the private 'messenger.transport.fasttrack' shared service.
  32410.      *
  32411.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  32412.      */
  32413.     protected function getMessenger_Transport_FasttrackService()
  32414.     {
  32415.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  32416.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  32417.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  32418.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  32419.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  32420.         $a = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService());
  32421.         if (isset($this->privates['messenger.transport.fasttrack'])) {
  32422.             return $this->privates['messenger.transport.fasttrack'];
  32423.         }
  32424.         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())));
  32425.     }
  32426.     /**
  32427.      * Gets the private 'messenger.transport.interactions' shared service.
  32428.      *
  32429.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  32430.      */
  32431.     protected function getMessenger_Transport_InteractionsService()
  32432.     {
  32433.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  32434.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  32435.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  32436.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  32437.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  32438.         $a = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService());
  32439.         if (isset($this->privates['messenger.transport.interactions'])) {
  32440.             return $this->privates['messenger.transport.interactions'];
  32441.         }
  32442.         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())));
  32443.     }
  32444.     /**
  32445.      * Gets the private 'messenger.transport.mailer' shared service.
  32446.      *
  32447.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  32448.      */
  32449.     protected function getMessenger_Transport_MailerService()
  32450.     {
  32451.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  32452.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  32453.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  32454.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  32455.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  32456.         $a = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService());
  32457.         if (isset($this->privates['messenger.transport.mailer'])) {
  32458.             return $this->privates['messenger.transport.mailer'];
  32459.         }
  32460.         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())));
  32461.     }
  32462.     /**
  32463.      * Gets the private 'messenger.transport.sqs.factory' shared service.
  32464.      *
  32465.      * @return \Symfony\Component\Messenger\Bridge\AmazonSqs\Transport\AmazonSqsTransportFactory
  32466.      */
  32467.     protected function getMessenger_Transport_Sqs_FactoryService()
  32468.     {
  32469.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  32470.         include_once \dirname(__DIR__4).'/vendor/symfony/amazon-sqs-messenger/Transport/AmazonSqsTransportFactory.php';
  32471.         return $this->privates['messenger.transport.sqs.factory'] = new \Symfony\Component\Messenger\Bridge\AmazonSqs\Transport\AmazonSqsTransportFactory(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  32472.     }
  32473.     /**
  32474.      * Gets the private 'messenger.transport.sync.factory' shared service.
  32475.      *
  32476.      * @return \Symfony\Component\Messenger\Transport\Sync\SyncTransportFactory
  32477.      */
  32478.     protected function getMessenger_Transport_Sync_FactoryService()
  32479.     {
  32480.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  32481.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sync/SyncTransportFactory.php';
  32482.         $a = ($this->privates['messenger.routable_message_bus'] ?? $this->getMessenger_RoutableMessageBusService());
  32483.         if (isset($this->privates['messenger.transport.sync.factory'])) {
  32484.             return $this->privates['messenger.transport.sync.factory'];
  32485.         }
  32486.         return $this->privates['messenger.transport.sync.factory'] = new \Symfony\Component\Messenger\Transport\Sync\SyncTransportFactory($a);
  32487.     }
  32488.     /**
  32489.      * Gets the private 'messenger.transport_factory' shared service.
  32490.      *
  32491.      * @return \Symfony\Component\Messenger\Transport\TransportFactory
  32492.      */
  32493.     protected function getMessenger_TransportFactoryService()
  32494.     {
  32495.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  32496.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactory.php';
  32497.         return $this->privates['messenger.transport_factory'] = new \Symfony\Component\Messenger\Transport\TransportFactory(new RewindableGenerator(function () {
  32498.             yield => ($this->privates['messenger.transport.amqp.factory'] ?? ($this->privates['messenger.transport.amqp.factory'] = new \Symfony\Component\Messenger\Bridge\Amqp\Transport\AmqpTransportFactory()));
  32499.             yield => ($this->privates['messenger.transport.redis.factory'] ?? ($this->privates['messenger.transport.redis.factory'] = new \Symfony\Component\Messenger\Bridge\Redis\Transport\RedisTransportFactory()));
  32500.             yield => ($this->privates['messenger.transport.sync.factory'] ?? $this->getMessenger_Transport_Sync_FactoryService());
  32501.             yield => ($this->privates['messenger.transport.in_memory.factory'] ?? ($this->privates['messenger.transport.in_memory.factory'] = new \Symfony\Component\Messenger\Transport\InMemoryTransportFactory()));
  32502.             yield => ($this->privates['messenger.transport.sqs.factory'] ?? $this->getMessenger_Transport_Sqs_FactoryService());
  32503.             yield => ($this->privates['messenger.transport.doctrine.factory'] ?? $this->getMessenger_Transport_Doctrine_FactoryService());
  32504.         }, 6));
  32505.     }
  32506.     /**
  32507.      * Gets the private 'mime_types' shared service.
  32508.      *
  32509.      * @return \Symfony\Component\Mime\MimeTypes
  32510.      */
  32511.     protected function getMimeTypesService()
  32512.     {
  32513.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  32514.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  32515.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  32516.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  32517.         $instance->setDefault($instance);
  32518.         return $instance;
  32519.     }
  32520.     /**
  32521.      * Gets the private 'monolog.command.server_log' shared service.
  32522.      *
  32523.      * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  32524.      */
  32525.     protected function getMonolog_Command_ServerLogService()
  32526.     {
  32527.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32528.         include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
  32529.         $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  32530.         $instance->setName('server:log');
  32531.         $instance->setDescription('Start a log server that displays logs in real time');
  32532.         return $instance;
  32533.     }
  32534.     /**
  32535.      * Gets the private 'monolog.handler.console' shared service.
  32536.      *
  32537.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  32538.      */
  32539.     protected function getMonolog_Handler_ConsoleService()
  32540.     {
  32541.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  32542.     }
  32543.     /**
  32544.      * Gets the private 'monolog.handler.main' shared service.
  32545.      *
  32546.      * @return \Monolog\Handler\StreamHandler
  32547.      */
  32548.     protected function getMonolog_Handler_MainService()
  32549.     {
  32550.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 'debug'trueNULLfalse);
  32551.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  32552.         return $instance;
  32553.     }
  32554.     /**
  32555.      * Gets the private 'monolog.logger' shared service.
  32556.      *
  32557.      * @return \Symfony\Bridge\Monolog\Logger
  32558.      */
  32559.     protected function getMonolog_LoggerService()
  32560.     {
  32561.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  32562.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  32563.         $instance->useMicrosecondTimestamps(true);
  32564.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  32565.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  32566.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  32567.         return $instance;
  32568.     }
  32569.     /**
  32570.      * Gets the private 'monolog.logger.cache' shared service.
  32571.      *
  32572.      * @return \Symfony\Bridge\Monolog\Logger
  32573.      */
  32574.     protected function getMonolog_Logger_CacheService()
  32575.     {
  32576.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  32577.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  32578.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  32579.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  32580.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  32581.         return $instance;
  32582.     }
  32583.     /**
  32584.      * Gets the private 'monolog.logger.doctrine' shared service.
  32585.      *
  32586.      * @return \Symfony\Bridge\Monolog\Logger
  32587.      */
  32588.     protected function getMonolog_Logger_DoctrineService()
  32589.     {
  32590.         $this->privates['monolog.logger.doctrine'] = $instance = new \Symfony\Bridge\Monolog\Logger('doctrine');
  32591.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  32592.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  32593.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  32594.         return $instance;
  32595.     }
  32596.     /**
  32597.      * Gets the private 'monolog.logger.mailer' shared service.
  32598.      *
  32599.      * @return \Symfony\Bridge\Monolog\Logger
  32600.      */
  32601.     protected function getMonolog_Logger_MailerService()
  32602.     {
  32603.         $this->privates['monolog.logger.mailer'] = $instance = new \Symfony\Bridge\Monolog\Logger('mailer');
  32604.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  32605.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  32606.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  32607.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  32608.         return $instance;
  32609.     }
  32610.     /**
  32611.      * Gets the private 'monolog.logger.messenger' shared service.
  32612.      *
  32613.      * @return \Symfony\Bridge\Monolog\Logger
  32614.      */
  32615.     protected function getMonolog_Logger_MessengerService()
  32616.     {
  32617.         $this->privates['monolog.logger.messenger'] = $instance = new \Symfony\Bridge\Monolog\Logger('messenger');
  32618.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  32619.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  32620.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  32621.         return $instance;
  32622.     }
  32623.     /**
  32624.      * Gets the private 'monolog.logger.request' shared service.
  32625.      *
  32626.      * @return \Symfony\Bridge\Monolog\Logger
  32627.      */
  32628.     protected function getMonolog_Logger_RequestService()
  32629.     {
  32630.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  32631.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  32632.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  32633.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  32634.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  32635.         return $instance;
  32636.     }
  32637.     /**
  32638.      * Gets the private 'monolog.logger.security' shared service.
  32639.      *
  32640.      * @return \Symfony\Bridge\Monolog\Logger
  32641.      */
  32642.     protected function getMonolog_Logger_SecurityService()
  32643.     {
  32644.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  32645.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  32646.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  32647.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  32648.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  32649.         return $instance;
  32650.     }
  32651.     /**
  32652.      * Gets the private 'nelmio_api_doc.describers.config' shared service.
  32653.      *
  32654.      * @return \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber
  32655.      */
  32656.     protected function getNelmioApiDoc_Describers_ConfigService()
  32657.     {
  32658.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Describer/DescriberInterface.php';
  32659.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Describer/ExternalDocDescriber.php';
  32660.         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')]]);
  32661.     }
  32662.     /**
  32663.      * Gets the private 'nelmio_api_doc.describers.openapi_php.default' shared service.
  32664.      *
  32665.      * @return \Nelmio\ApiDocBundle\Describer\OpenApiPhpDescriber
  32666.      */
  32667.     protected function getNelmioApiDoc_Describers_OpenapiPhp_DefaultService()
  32668.     {
  32669.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Util/SetsContextTrait.php';
  32670.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Describer/OpenApiPhpDescriber.php';
  32671.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Util/ControllerReflector.php';
  32672.         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()));
  32673.     }
  32674.     /**
  32675.      * Gets the private 'nelmio_api_doc.describers.route.default' shared service.
  32676.      *
  32677.      * @return \Nelmio\ApiDocBundle\Describer\RouteDescriber
  32678.      */
  32679.     protected function getNelmioApiDoc_Describers_Route_DefaultService()
  32680.     {
  32681.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Describer/DescriberInterface.php';
  32682.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareInterface.php';
  32683.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareTrait.php';
  32684.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Describer/RouteDescriber.php';
  32685.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Util/ControllerReflector.php';
  32686.         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 () {
  32687.             yield => ($this->privates['nelmio_api_doc.route_describers.fos_rest'] ?? $this->getNelmioApiDoc_RouteDescribers_FosRestService());
  32688.             yield => ($this->privates['nelmio_api_doc.route_describers.php_doc'] ?? ($this->privates['nelmio_api_doc.route_describers.php_doc'] = new \Nelmio\ApiDocBundle\RouteDescriber\PhpDocDescriber()));
  32689.             yield => ($this->privates['nelmio_api_doc.route_describers.route_metadata'] ?? ($this->privates['nelmio_api_doc.route_describers.route_metadata'] = new \Nelmio\ApiDocBundle\RouteDescriber\RouteMetadataDescriber()));
  32690.         }, 3));
  32691.     }
  32692.     /**
  32693.      * Gets the private 'nelmio_api_doc.model_describers.form' shared service.
  32694.      *
  32695.      * @return \Nelmio\ApiDocBundle\ModelDescriber\FormModelDescriber
  32696.      */
  32697.     protected function getNelmioApiDoc_ModelDescribers_FormService()
  32698.     {
  32699.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/ModelDescriber/ModelDescriberInterface.php';
  32700.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareInterface.php';
  32701.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareTrait.php';
  32702.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Util/SetsContextTrait.php';
  32703.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/ModelDescriber/FormModelDescriber.php';
  32704.         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);
  32705.     }
  32706.     /**
  32707.      * Gets the private 'nelmio_api_doc.model_describers.jms' shared service.
  32708.      *
  32709.      * @return \Nelmio\ApiDocBundle\ModelDescriber\JMSModelDescriber
  32710.      */
  32711.     protected function getNelmioApiDoc_ModelDescribers_JmsService()
  32712.     {
  32713.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/ModelDescriber/ModelDescriberInterface.php';
  32714.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareInterface.php';
  32715.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareTrait.php';
  32716.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/ModelDescriber/ApplyOpenApiDiscriminatorTrait.php';
  32717.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/ModelDescriber/JMSModelDescriber.php';
  32718.         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()));
  32719.     }
  32720.     /**
  32721.      * Gets the private 'nelmio_api_doc.model_describers.object' shared service.
  32722.      *
  32723.      * @return \Nelmio\ApiDocBundle\ModelDescriber\ObjectModelDescriber
  32724.      */
  32725.     protected function getNelmioApiDoc_ModelDescribers_ObjectService()
  32726.     {
  32727.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/ModelDescriber/ModelDescriberInterface.php';
  32728.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareInterface.php';
  32729.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareTrait.php';
  32730.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/ModelDescriber/ApplyOpenApiDiscriminatorTrait.php';
  32731.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/ModelDescriber/ObjectModelDescriber.php';
  32732.         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()));
  32733.     }
  32734.     /**
  32735.      * Gets the private 'nelmio_api_doc.object_model.property_describer' shared service.
  32736.      *
  32737.      * @return \Nelmio\ApiDocBundle\PropertyDescriber\PropertyDescriber
  32738.      */
  32739.     protected function getNelmioApiDoc_ObjectModel_PropertyDescriberService()
  32740.     {
  32741.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/PropertyDescriber/PropertyDescriberInterface.php';
  32742.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareInterface.php';
  32743.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareTrait.php';
  32744.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/PropertyDescriber/PropertyDescriber.php';
  32745.         return $this->privates['nelmio_api_doc.object_model.property_describer'] = new \Nelmio\ApiDocBundle\PropertyDescriber\PropertyDescriber(new RewindableGenerator(function () {
  32746.             yield => ($this->privates['nelmio_api_doc.object_model.property_describer'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescriberService());
  32747.             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()));
  32748.             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()));
  32749.             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()));
  32750.             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()));
  32751.             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()));
  32752.             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()));
  32753.             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()));
  32754.             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()));
  32755.             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()));
  32756.             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()));
  32757.             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()));
  32758.         }, 12));
  32759.     }
  32760.     /**
  32761.      * Gets the private 'nelmio_api_doc.route_describers.fos_rest' shared service.
  32762.      *
  32763.      * @return \Nelmio\ApiDocBundle\RouteDescriber\FosRestDescriber
  32764.      */
  32765.     protected function getNelmioApiDoc_RouteDescribers_FosRestService()
  32766.     {
  32767.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/RouteDescriber/RouteDescriberInterface.php';
  32768.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/RouteDescriber/RouteDescriberTrait.php';
  32769.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/RouteDescriber/FosRestDescriber.php';
  32770.         return $this->privates['nelmio_api_doc.route_describers.fos_rest'] = new \Nelmio\ApiDocBundle\RouteDescriber\FosRestDescriber(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> 'json']);
  32771.     }
  32772.     /**
  32773.      * Gets the private 'nelmio_api_doc.routes.default' shared service.
  32774.      *
  32775.      * @return \Symfony\Component\Routing\RouteCollection
  32776.      */
  32777.     protected function getNelmioApiDoc_Routes_DefaultService()
  32778.     {
  32779.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouteCollection.php';
  32780.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Routing/FilteredRouteCollectionBuilder.php';
  32781.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Util/ControllerReflector.php';
  32782.         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());
  32783.     }
  32784.     /**
  32785.      * Gets the private 'old_sound_rabbit_mq.anon_consumer_command' shared service.
  32786.      *
  32787.      * @return \OldSound\RabbitMqBundle\Command\AnonConsumerCommand
  32788.      */
  32789.     protected function getOldSoundRabbitMq_AnonConsumerCommandService()
  32790.     {
  32791.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32792.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/BaseRabbitMqCommand.php';
  32793.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/BaseConsumerCommand.php';
  32794.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/AnonConsumerCommand.php';
  32795.         $this->privates['old_sound_rabbit_mq.anon_consumer_command'] = $instance = new \OldSound\RabbitMqBundle\Command\AnonConsumerCommand();
  32796.         $instance->setContainer($this);
  32797.         $instance->setName('rabbitmq:anon-consumer');
  32798.         return $instance;
  32799.     }
  32800.     /**
  32801.      * Gets the private 'old_sound_rabbit_mq.batch_consumer_command' shared service.
  32802.      *
  32803.      * @return \OldSound\RabbitMqBundle\Command\BatchConsumerCommand
  32804.      */
  32805.     protected function getOldSoundRabbitMq_BatchConsumerCommandService()
  32806.     {
  32807.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32808.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/BaseRabbitMqCommand.php';
  32809.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/BatchConsumerCommand.php';
  32810.         $this->privates['old_sound_rabbit_mq.batch_consumer_command'] = $instance = new \OldSound\RabbitMqBundle\Command\BatchConsumerCommand();
  32811.         $instance->setContainer($this);
  32812.         $instance->setName('rabbitmq:batch:consumer');
  32813.         return $instance;
  32814.     }
  32815.     /**
  32816.      * Gets the private 'old_sound_rabbit_mq.command.rpc_server_command' shared service.
  32817.      *
  32818.      * @return \OldSound\RabbitMqBundle\Command\RpcServerCommand
  32819.      */
  32820.     protected function getOldSoundRabbitMq_Command_RpcServerCommandService()
  32821.     {
  32822.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32823.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/BaseRabbitMqCommand.php';
  32824.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/RpcServerCommand.php';
  32825.         $this->privates['old_sound_rabbit_mq.command.rpc_server_command'] = $instance = new \OldSound\RabbitMqBundle\Command\RpcServerCommand();
  32826.         $instance->setContainer($this);
  32827.         $instance->setName('rabbitmq:rpc-server');
  32828.         return $instance;
  32829.     }
  32830.     /**
  32831.      * Gets the private 'old_sound_rabbit_mq.command.setup_fabric_command' shared service.
  32832.      *
  32833.      * @return \OldSound\RabbitMqBundle\Command\SetupFabricCommand
  32834.      */
  32835.     protected function getOldSoundRabbitMq_Command_SetupFabricCommandService()
  32836.     {
  32837.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32838.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/BaseRabbitMqCommand.php';
  32839.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/SetupFabricCommand.php';
  32840.         $this->privates['old_sound_rabbit_mq.command.setup_fabric_command'] = $instance = new \OldSound\RabbitMqBundle\Command\SetupFabricCommand();
  32841.         $instance->setContainer($this);
  32842.         $instance->setName('rabbitmq:setup-fabric');
  32843.         return $instance;
  32844.     }
  32845.     /**
  32846.      * Gets the private 'old_sound_rabbit_mq.command.std_in_producer_command' shared service.
  32847.      *
  32848.      * @return \OldSound\RabbitMqBundle\Command\StdInProducerCommand
  32849.      */
  32850.     protected function getOldSoundRabbitMq_Command_StdInProducerCommandService()
  32851.     {
  32852.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32853.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/BaseRabbitMqCommand.php';
  32854.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/StdInProducerCommand.php';
  32855.         $this->privates['old_sound_rabbit_mq.command.std_in_producer_command'] = $instance = new \OldSound\RabbitMqBundle\Command\StdInProducerCommand();
  32856.         $instance->setContainer($this);
  32857.         $instance->setName('rabbitmq:stdin-producer');
  32858.         return $instance;
  32859.     }
  32860.     /**
  32861.      * Gets the private 'old_sound_rabbit_mq.consumer_command' shared service.
  32862.      *
  32863.      * @return \OldSound\RabbitMqBundle\Command\ConsumerCommand
  32864.      */
  32865.     protected function getOldSoundRabbitMq_ConsumerCommandService()
  32866.     {
  32867.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32868.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/BaseRabbitMqCommand.php';
  32869.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/BaseConsumerCommand.php';
  32870.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/ConsumerCommand.php';
  32871.         $this->privates['old_sound_rabbit_mq.consumer_command'] = $instance = new \OldSound\RabbitMqBundle\Command\ConsumerCommand();
  32872.         $instance->setContainer($this);
  32873.         $instance->setName('rabbitmq:consumer');
  32874.         return $instance;
  32875.     }
  32876.     /**
  32877.      * Gets the private 'old_sound_rabbit_mq.delete_command' shared service.
  32878.      *
  32879.      * @return \OldSound\RabbitMqBundle\Command\DeleteCommand
  32880.      */
  32881.     protected function getOldSoundRabbitMq_DeleteCommandService()
  32882.     {
  32883.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32884.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/BaseRabbitMqCommand.php';
  32885.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/BaseConsumerCommand.php';
  32886.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/ConsumerCommand.php';
  32887.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/DeleteCommand.php';
  32888.         $this->privates['old_sound_rabbit_mq.delete_command'] = $instance = new \OldSound\RabbitMqBundle\Command\DeleteCommand();
  32889.         $instance->setContainer($this);
  32890.         $instance->setName('rabbitmq:delete');
  32891.         return $instance;
  32892.     }
  32893.     /**
  32894.      * Gets the private 'old_sound_rabbit_mq.dynamic_consumer_command' shared service.
  32895.      *
  32896.      * @return \OldSound\RabbitMqBundle\Command\DynamicConsumerCommand
  32897.      */
  32898.     protected function getOldSoundRabbitMq_DynamicConsumerCommandService()
  32899.     {
  32900.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32901.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/BaseRabbitMqCommand.php';
  32902.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/BaseConsumerCommand.php';
  32903.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/DynamicConsumerCommand.php';
  32904.         $this->privates['old_sound_rabbit_mq.dynamic_consumer_command'] = $instance = new \OldSound\RabbitMqBundle\Command\DynamicConsumerCommand();
  32905.         $instance->setContainer($this);
  32906.         $instance->setName('rabbitmq:dynamic-consumer');
  32907.         return $instance;
  32908.     }
  32909.     /**
  32910.      * Gets the private 'old_sound_rabbit_mq.multiple_consumer_command' shared service.
  32911.      *
  32912.      * @return \OldSound\RabbitMqBundle\Command\MultipleConsumerCommand
  32913.      */
  32914.     protected function getOldSoundRabbitMq_MultipleConsumerCommandService()
  32915.     {
  32916.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32917.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/BaseRabbitMqCommand.php';
  32918.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/BaseConsumerCommand.php';
  32919.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/MultipleConsumerCommand.php';
  32920.         $this->privates['old_sound_rabbit_mq.multiple_consumer_command'] = $instance = new \OldSound\RabbitMqBundle\Command\MultipleConsumerCommand();
  32921.         $instance->setContainer($this);
  32922.         $instance->setName('rabbitmq:multiple-consumer');
  32923.         return $instance;
  32924.     }
  32925.     /**
  32926.      * Gets the private 'old_sound_rabbit_mq.purge_consumer_command' shared service.
  32927.      *
  32928.      * @return \OldSound\RabbitMqBundle\Command\PurgeConsumerCommand
  32929.      */
  32930.     protected function getOldSoundRabbitMq_PurgeConsumerCommandService()
  32931.     {
  32932.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32933.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/BaseRabbitMqCommand.php';
  32934.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/BaseConsumerCommand.php';
  32935.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/ConsumerCommand.php';
  32936.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/PurgeConsumerCommand.php';
  32937.         $this->privates['old_sound_rabbit_mq.purge_consumer_command'] = $instance = new \OldSound\RabbitMqBundle\Command\PurgeConsumerCommand();
  32938.         $instance->setContainer($this);
  32939.         $instance->setName('rabbitmq:purge');
  32940.         return $instance;
  32941.     }
  32942.     /**
  32943.      * Gets the private 'parameter_bag' shared service.
  32944.      *
  32945.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  32946.      */
  32947.     protected function getParameterBagService()
  32948.     {
  32949.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  32950.     }
  32951.     /**
  32952.      * Gets the private 'presta_sitemap.eventlistener.route_annotation' shared service.
  32953.      *
  32954.      * @return \Presta\SitemapBundle\EventListener\RouteAnnotationEventListener
  32955.      */
  32956.     protected function getPrestaSitemap_Eventlistener_RouteAnnotationService()
  32957.     {
  32958.         include_once \dirname(__DIR__4).'/vendor/presta/sitemap-bundle/src/EventListener/RouteAnnotationEventListener.php';
  32959.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  32960.         if (isset($this->privates['presta_sitemap.eventlistener.route_annotation'])) {
  32961.             return $this->privates['presta_sitemap.eventlistener.route_annotation'];
  32962.         }
  32963.         return $this->privates['presta_sitemap.eventlistener.route_annotation'] = new \Presta\SitemapBundle\EventListener\RouteAnnotationEventListener(($this->services['router'] ?? $this->getRouterService()), $a'default');
  32964.     }
  32965.     /**
  32966.      * Gets the private 'profiler_listener' shared service.
  32967.      *
  32968.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  32969.      */
  32970.     protected function getProfilerListenerService()
  32971.     {
  32972.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  32973.         if (isset($this->privates['profiler_listener'])) {
  32974.             return $this->privates['profiler_listener'];
  32975.         }
  32976.         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);
  32977.     }
  32978.     /**
  32979.      * Gets the private 'property_accessor' shared service.
  32980.      *
  32981.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  32982.      */
  32983.     protected function getPropertyAccessorService()
  32984.     {
  32985.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  32986.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  32987.     }
  32988.     /**
  32989.      * Gets the private 'property_info' shared service.
  32990.      *
  32991.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  32992.      */
  32993.     protected function getPropertyInfoService()
  32994.     {
  32995.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  32996.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  32997.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  32998.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  32999.         }, 3), new RewindableGenerator(function () {
  33000.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  33001.             yield => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  33002.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  33003.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  33004.         }, 4), new RewindableGenerator(function () {
  33005.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  33006.         }, 1), new RewindableGenerator(function () {
  33007.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  33008.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  33009.         }, 2), new RewindableGenerator(function () {
  33010.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  33011.         }, 1));
  33012.     }
  33013.     /**
  33014.      * Gets the private 'property_info.serializer_extractor' shared service.
  33015.      *
  33016.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  33017.      */
  33018.     protected function getPropertyInfo_SerializerExtractorService()
  33019.     {
  33020.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  33021.         return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  33022.     }
  33023.     /**
  33024.      * Gets the private 'rate_limiter_storage_pool' shared service.
  33025.      *
  33026.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  33027.      */
  33028.     protected function getRateLimiterStoragePoolService()
  33029.     {
  33030.         $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))));
  33031.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  33032.         return $this->privates['rate_limiter_storage_pool'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  33033.     }
  33034.     /**
  33035.      * Gets the private 'router.cache_warmer' shared service.
  33036.      *
  33037.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  33038.      */
  33039.     protected function getRouter_CacheWarmerService()
  33040.     {
  33041.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  33042.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  33043.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  33044.             'router' => ['services''router''getRouterService'false],
  33045.         ], [
  33046.             'router' => '?',
  33047.         ]))->withContext('router.cache_warmer'$this));
  33048.     }
  33049.     /**
  33050.      * Gets the private 'router.expression_language_provider' shared service.
  33051.      *
  33052.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  33053.      */
  33054.     protected function getRouter_ExpressionLanguageProviderService()
  33055.     {
  33056.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  33057.             'env' => ['privates''container.getenv''getContainer_GetenvService'false],
  33058.         ], [
  33059.             'env' => 'Closure',
  33060.         ]));
  33061.     }
  33062.     /**
  33063.      * Gets the private 'router.request_context' shared service.
  33064.      *
  33065.      * @return \Symfony\Component\Routing\RequestContext
  33066.      */
  33067.     protected function getRouter_RequestContextService()
  33068.     {
  33069.         $this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri(''$this->getEnv('APP_HOST'), $this->getEnv('APP_SCHEME'), 80443);
  33070.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  33071.         return $instance;
  33072.     }
  33073.     /**
  33074.      * Gets the private 'router_listener' shared service.
  33075.      *
  33076.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  33077.      */
  33078.     protected function getRouterListenerService()
  33079.     {
  33080.         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);
  33081.     }
  33082.     /**
  33083.      * Gets the private 'secrets.vault' shared service.
  33084.      *
  33085.      * @return \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault
  33086.      */
  33087.     protected function getSecrets_VaultService()
  33088.     {
  33089.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  33090.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  33091.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  33092.         include_once \dirname(__DIR__4).'/vendor/symfony/string/LazyString.php';
  33093.         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'));
  33094.     }
  33095.     /**
  33096.      * Gets the private 'security.access_listener' shared service.
  33097.      *
  33098.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  33099.      */
  33100.     protected function getSecurity_AccessListenerService()
  33101.     {
  33102.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  33103.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  33104.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  33105.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  33106.         if (isset($this->privates['security.access_listener'])) {
  33107.             return $this->privates['security.access_listener'];
  33108.         }
  33109.         $b = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  33110.         if (isset($this->privates['security.access_listener'])) {
  33111.             return $this->privates['security.access_listener'];
  33112.         }
  33113.         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);
  33114.     }
  33115.     /**
  33116.      * Gets the private 'security.access_map' shared service.
  33117.      *
  33118.      * @return \Symfony\Component\Security\Http\AccessMap
  33119.      */
  33120.     protected function getSecurity_AccessMapService()
  33121.     {
  33122.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  33123.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  33124.         $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  33125.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/[^/]+/dashboard/profile/edit'), [=> 'IS_AUTHENTICATED_FULLY'], NULL);
  33126.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/[^/]+/dashboard/'), [=> 'IS_AUTHENTICATED_REMEMBERED'], NULL);
  33127.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/[^/]+/admin/leads'), [=> 'ROLE_SUPER_ADMIN'=> 'ROLE_ACCESS_TO_ADMIN_LEADS'=> 'ROLE_LEADS_STATISTICS'], NULL);
  33128.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/[^/]+/admin/broker'), [=> 'ROLE_BROKER_SALES'], NULL);
  33129.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/[^/]+/admin/seller'), [=> 'ROLE_BROKER_SALES'], NULL);
  33130.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/[^/]+/admin/staff'), [=> 'ROLE_CRM'], NULL);
  33131.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/[^/]+/admin/'), [=> 'ROLE_ADMIN'], NULL);
  33132.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/doc'), [=> 'ROLE_API_DEVELOPER'], NULL);
  33133.         return $instance;
  33134.     }
  33135.     /**
  33136.      * Gets the private 'security.authentication.listener.anonymous.api_v3_anonymous_lead' shared service.
  33137.      *
  33138.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  33139.      *
  33140.      * @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.
  33141.      */
  33142.     protected function getSecurity_Authentication_Listener_Anonymous_ApiV3AnonymousLeadService()
  33143.     {
  33144.         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.');
  33145.         $a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  33146.         if (isset($this->privates['security.authentication.listener.anonymous.api_v3_anonymous_lead'])) {
  33147.             return $this->privates['security.authentication.listener.anonymous.api_v3_anonymous_lead'];
  33148.         }
  33149.         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);
  33150.     }
  33151.     /**
  33152.      * Gets the private 'security.authentication.listener.anonymous.api_v4_list_top_customers' shared service.
  33153.      *
  33154.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  33155.      *
  33156.      * @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.
  33157.      */
  33158.     protected function getSecurity_Authentication_Listener_Anonymous_ApiV4ListTopCustomersService()
  33159.     {
  33160.         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.');
  33161.         $a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  33162.         if (isset($this->privates['security.authentication.listener.anonymous.api_v4_list_top_customers'])) {
  33163.             return $this->privates['security.authentication.listener.anonymous.api_v4_list_top_customers'];
  33164.         }
  33165.         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);
  33166.     }
  33167.     /**
  33168.      * Gets the private 'security.authentication.listener.anonymous.aqarmap_api_user_personal_data' shared service.
  33169.      *
  33170.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  33171.      *
  33172.      * @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.
  33173.      */
  33174.     protected function getSecurity_Authentication_Listener_Anonymous_AqarmapApiUserPersonalDataService()
  33175.     {
  33176.         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.');
  33177.         $a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  33178.         if (isset($this->privates['security.authentication.listener.anonymous.aqarmap_api_user_personal_data'])) {
  33179.             return $this->privates['security.authentication.listener.anonymous.aqarmap_api_user_personal_data'];
  33180.         }
  33181.         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);
  33182.     }
  33183.     /**
  33184.      * Gets the private 'security.authentication.listener.anonymous.main' shared service.
  33185.      *
  33186.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  33187.      *
  33188.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.
  33189.      */
  33190.     protected function getSecurity_Authentication_Listener_Anonymous_MainService()
  33191.     {
  33192.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.');
  33193.         $a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  33194.         if (isset($this->privates['security.authentication.listener.anonymous.main'])) {
  33195.             return $this->privates['security.authentication.listener.anonymous.main'];
  33196.         }
  33197.         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);
  33198.     }
  33199.     /**
  33200.      * Gets the private 'security.authentication.listener.form.main' shared service.
  33201.      *
  33202.      * @return \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener
  33203.      *
  33204.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.form.main" service is deprecated, use the new authenticator system instead.
  33205.      */
  33206.     protected function getSecurity_Authentication_Listener_Form_MainService()
  33207.     {
  33208.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.form.main" service is deprecated, use the new authenticator system instead.');
  33209.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  33210.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/CustomAuthenticationSuccessHandler.php';
  33211.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  33212.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationSuccessHandler.php';
  33213.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Handler/AuthenticationSuccessHandler.php';
  33214.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  33215.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/CustomAuthenticationFailureHandler.php';
  33216.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationFailureHandler.php';
  33217.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/Handler/AuthenticationFailureHandler.php';
  33218.         $a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  33219.         if (isset($this->privates['security.authentication.listener.form.main'])) {
  33220.             return $this->privates['security.authentication.listener.form.main'];
  33221.         }
  33222.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  33223.         if (isset($this->privates['security.authentication.listener.form.main'])) {
  33224.             return $this->privates['security.authentication.listener.form.main'];
  33225.         }
  33226.         $c = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  33227.         if (isset($this->privates['security.authentication.listener.form.main'])) {
  33228.             return $this->privates['security.authentication.listener.form.main'];
  33229.         }
  33230.         $d = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  33231.         $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()));
  33232.         $instance->setRememberMeServices(($this->privates['security.authentication.rememberme.services.simplehash.main'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()));
  33233.         return $instance;
  33234.     }
  33235.     /**
  33236.      * Gets the private 'security.authentication.listener.rememberme.main' shared service.
  33237.      *
  33238.      * @return \Symfony\Component\Security\Http\Firewall\RememberMeListener
  33239.      *
  33240.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.rememberme.main" service is deprecated, use the new authenticator system instead.
  33241.      */
  33242.     protected function getSecurity_Authentication_Listener_Rememberme_MainService()
  33243.     {
  33244.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.rememberme.main" service is deprecated, use the new authenticator system instead.');
  33245.         $a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  33246.         if (isset($this->privates['security.authentication.listener.rememberme.main'])) {
  33247.             return $this->privates['security.authentication.listener.rememberme.main'];
  33248.         }
  33249.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  33250.         if (isset($this->privates['security.authentication.listener.rememberme.main'])) {
  33251.             return $this->privates['security.authentication.listener.rememberme.main'];
  33252.         }
  33253.         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()));
  33254.     }
  33255.     /**
  33256.      * Gets the private 'security.authentication.listener.use_oauth.api' shared autowired service.
  33257.      *
  33258.      * @return \App\Security\Firewall\OAuthListener
  33259.      */
  33260.     protected function getSecurity_Authentication_Listener_UseOauth_ApiService()
  33261.     {
  33262.         include_once \dirname(__DIR__4).'/src/App/Security/Firewall/OAuthListener.php';
  33263.         $a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  33264.         if (isset($this->privates['security.authentication.listener.use_oauth.api'])) {
  33265.             return $this->privates['security.authentication.listener.use_oauth.api'];
  33266.         }
  33267.         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);
  33268.     }
  33269.     /**
  33270.      * Gets the private 'security.authentication.listener.use_oauth.api_v3' shared autowired service.
  33271.      *
  33272.      * @return \App\Security\Firewall\OAuthListener
  33273.      */
  33274.     protected function getSecurity_Authentication_Listener_UseOauth_ApiV3Service()
  33275.     {
  33276.         include_once \dirname(__DIR__4).'/src/App/Security/Firewall/OAuthListener.php';
  33277.         $a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  33278.         if (isset($this->privates['security.authentication.listener.use_oauth.api_v3'])) {
  33279.             return $this->privates['security.authentication.listener.use_oauth.api_v3'];
  33280.         }
  33281.         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);
  33282.     }
  33283.     /**
  33284.      * Gets the private 'security.authentication.listener.use_oauth.api_v4' shared autowired service.
  33285.      *
  33286.      * @return \App\Security\Firewall\OAuthListener
  33287.      */
  33288.     protected function getSecurity_Authentication_Listener_UseOauth_ApiV4Service()
  33289.     {
  33290.         include_once \dirname(__DIR__4).'/src/App/Security/Firewall/OAuthListener.php';
  33291.         $a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  33292.         if (isset($this->privates['security.authentication.listener.use_oauth.api_v4'])) {
  33293.             return $this->privates['security.authentication.listener.use_oauth.api_v4'];
  33294.         }
  33295.         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);
  33296.     }
  33297.     /**
  33298.      * Gets the private 'security.authentication.manager' shared service.
  33299.      *
  33300.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  33301.      *
  33302.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.manager" service is deprecated, use the new authenticator system instead.
  33303.      */
  33304.     protected function getSecurity_Authentication_ManagerService()
  33305.     {
  33306.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.manager" service is deprecated, use the new authenticator system instead.');
  33307.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  33308.             yield => ($this->privates['security.authentication.provider.anonymous.api_v3_anonymous_lead'] ?? $this->getSecurity_Authentication_Provider_Anonymous_ApiV3AnonymousLeadService());
  33309.             yield => ($this->privates['security.authentication.provider.anonymous.api_v4_list_top_customers'] ?? $this->getSecurity_Authentication_Provider_Anonymous_ApiV4ListTopCustomersService());
  33310.             yield => ($this->privates['security.authentication.provider.anonymous.aqarmap_api_user_personal_data'] ?? $this->getSecurity_Authentication_Provider_Anonymous_AqarmapApiUserPersonalDataService());
  33311.             yield => ($this->privates['security.authentication.provider.oauth.api'] ?? $this->getSecurity_Authentication_Provider_Oauth_ApiService());
  33312.             yield => ($this->privates['security.authentication.provider.oauth.api_v3'] ?? $this->getSecurity_Authentication_Provider_Oauth_ApiV3Service());
  33313.             yield => ($this->privates['security.authentication.provider.oauth.api_v4'] ?? $this->getSecurity_Authentication_Provider_Oauth_ApiV4Service());
  33314.             yield => ($this->privates['hwi_oauth.authentication.provider.oauth.main'] ?? $this->getHwiOauth_Authentication_Provider_Oauth_MainService());
  33315.             yield => ($this->privates['security.authentication.provider.dao.main'] ?? $this->getSecurity_Authentication_Provider_Dao_MainService());
  33316.             yield => ($this->privates['security.authentication.provider.rememberme.main'] ?? $this->getSecurity_Authentication_Provider_Rememberme_MainService());
  33317.             yield => ($this->privates['security.authentication.provider.anonymous.main'] ?? $this->getSecurity_Authentication_Provider_Anonymous_MainService());
  33318.         }, 10), true);
  33319.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  33320.         return $instance;
  33321.     }
  33322.     /**
  33323.      * Gets the private 'security.authentication.provider.anonymous.api_v3_anonymous_lead' shared service.
  33324.      *
  33325.      * @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
  33326.      *
  33327.      * @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.
  33328.      */
  33329.     protected function getSecurity_Authentication_Provider_Anonymous_ApiV3AnonymousLeadService()
  33330.     {
  33331.         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.');
  33332.         return $this->privates['security.authentication.provider.anonymous.api_v3_anonymous_lead'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'));
  33333.     }
  33334.     /**
  33335.      * Gets the private 'security.authentication.provider.anonymous.api_v4_list_top_customers' shared service.
  33336.      *
  33337.      * @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
  33338.      *
  33339.      * @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.
  33340.      */
  33341.     protected function getSecurity_Authentication_Provider_Anonymous_ApiV4ListTopCustomersService()
  33342.     {
  33343.         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.');
  33344.         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'));
  33345.     }
  33346.     /**
  33347.      * Gets the private 'security.authentication.provider.anonymous.aqarmap_api_user_personal_data' shared service.
  33348.      *
  33349.      * @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
  33350.      *
  33351.      * @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.
  33352.      */
  33353.     protected function getSecurity_Authentication_Provider_Anonymous_AqarmapApiUserPersonalDataService()
  33354.     {
  33355.         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.');
  33356.         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'));
  33357.     }
  33358.     /**
  33359.      * Gets the private 'security.authentication.provider.anonymous.main' shared service.
  33360.      *
  33361.      * @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
  33362.      *
  33363.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead.
  33364.      */
  33365.     protected function getSecurity_Authentication_Provider_Anonymous_MainService()
  33366.     {
  33367.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead.');
  33368.         return $this->privates['security.authentication.provider.anonymous.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'));
  33369.     }
  33370.     /**
  33371.      * Gets the private 'security.authentication.provider.dao.main' shared service.
  33372.      *
  33373.      * @return \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider
  33374.      *
  33375.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.dao.main" service is deprecated, use the new authenticator system instead.
  33376.      */
  33377.     protected function getSecurity_Authentication_Provider_Dao_MainService()
  33378.     {
  33379.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.dao.main" service is deprecated, use the new authenticator system instead.');
  33380.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  33381.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  33382.         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);
  33383.     }
  33384.     /**
  33385.      * Gets the private 'security.authentication.provider.oauth.api' shared autowired service.
  33386.      *
  33387.      * @return \App\Security\Authentication\Provider\OAuthProvider
  33388.      */
  33389.     protected function getSecurity_Authentication_Provider_Oauth_ApiService()
  33390.     {
  33391.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  33392.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  33393.         include_once \dirname(__DIR__4).'/src/App/Security/Authentication/Provider/OAuthProvider.php';
  33394.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  33395.         if (isset($this->privates['security.authentication.provider.oauth.api'])) {
  33396.             return $this->privates['security.authentication.provider.oauth.api'];
  33397.         }
  33398.         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);
  33399.     }
  33400.     /**
  33401.      * Gets the private 'security.authentication.provider.oauth.api_v3' shared autowired service.
  33402.      *
  33403.      * @return \App\Security\Authentication\Provider\OAuthProvider
  33404.      */
  33405.     protected function getSecurity_Authentication_Provider_Oauth_ApiV3Service()
  33406.     {
  33407.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  33408.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  33409.         include_once \dirname(__DIR__4).'/src/App/Security/Authentication/Provider/OAuthProvider.php';
  33410.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  33411.         if (isset($this->privates['security.authentication.provider.oauth.api_v3'])) {
  33412.             return $this->privates['security.authentication.provider.oauth.api_v3'];
  33413.         }
  33414.         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);
  33415.     }
  33416.     /**
  33417.      * Gets the private 'security.authentication.provider.oauth.api_v4' shared autowired service.
  33418.      *
  33419.      * @return \App\Security\Authentication\Provider\OAuthProvider
  33420.      */
  33421.     protected function getSecurity_Authentication_Provider_Oauth_ApiV4Service()
  33422.     {
  33423.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  33424.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  33425.         include_once \dirname(__DIR__4).'/src/App/Security/Authentication/Provider/OAuthProvider.php';
  33426.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  33427.         if (isset($this->privates['security.authentication.provider.oauth.api_v4'])) {
  33428.             return $this->privates['security.authentication.provider.oauth.api_v4'];
  33429.         }
  33430.         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);
  33431.     }
  33432.     /**
  33433.      * Gets the private 'security.authentication.provider.rememberme.main' shared service.
  33434.      *
  33435.      * @return \Symfony\Component\Security\Core\Authentication\Provider\RememberMeAuthenticationProvider
  33436.      *
  33437.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.rememberme.main" service is deprecated, use the new authenticator system instead.
  33438.      */
  33439.     protected function getSecurity_Authentication_Provider_Rememberme_MainService()
  33440.     {
  33441.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.rememberme.main" service is deprecated, use the new authenticator system instead.');
  33442.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  33443.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  33444.         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');
  33445.     }
  33446.     /**
  33447.      * Gets the private 'security.authentication.rememberme.services.simplehash.main' shared service.
  33448.      *
  33449.      * @return \Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices
  33450.      */
  33451.     protected function getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()
  33452.     {
  33453.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/RememberMeServicesInterface.php';
  33454.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutHandlerInterface.php';
  33455.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/AbstractRememberMeServices.php';
  33456.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/TokenBasedRememberMeServices.php';
  33457.         return $this->privates['security.authentication.rememberme.services.simplehash.main'] = new \Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices(new RewindableGenerator(function () {
  33458.             yield => ($this->privates['fos_user.user_provider.username_email'] ?? $this->getFosUser_UserProvider_UsernameEmailService());
  33459.         }, 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()));
  33460.     }
  33461.     /**
  33462.      * Gets the private 'security.authentication.session_strategy' shared service.
  33463.      *
  33464.      * @return \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy
  33465.      */
  33466.     protected function getSecurity_Authentication_SessionStrategyService()
  33467.     {
  33468.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  33469.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  33470.         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()));
  33471.     }
  33472.     /**
  33473.      * Gets the private 'security.authentication.switchuser_listener.main' shared service.
  33474.      *
  33475.      * @return \Symfony\Component\Security\Http\Firewall\SwitchUserListener
  33476.      */
  33477.     protected function getSecurity_Authentication_SwitchuserListener_MainService()
  33478.     {
  33479.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  33480.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  33481.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/SwitchUserListener.php';
  33482.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  33483.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  33484.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  33485.         if (isset($this->privates['security.authentication.switchuser_listener.main'])) {
  33486.             return $this->privates['security.authentication.switchuser_listener.main'];
  33487.         }
  33488.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  33489.         if (isset($this->privates['security.authentication.switchuser_listener.main'])) {
  33490.             return $this->privates['security.authentication.switchuser_listener.main'];
  33491.         }
  33492.         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);
  33493.     }
  33494.     /**
  33495.      * Gets the private 'security.authentication_utils' shared service.
  33496.      *
  33497.      * @return \Symfony\Component\Security\Http\Authentication\AuthenticationUtils
  33498.      */
  33499.     protected function getSecurity_AuthenticationUtilsService()
  33500.     {
  33501.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationUtils.php';
  33502.         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())));
  33503.     }
  33504.     /**
  33505.      * Gets the private 'security.channel_listener' shared service.
  33506.      *
  33507.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  33508.      */
  33509.     protected function getSecurity_ChannelListenerService()
  33510.     {
  33511.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  33512.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  33513.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  33514.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  33515.         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());
  33516.     }
  33517.     /**
  33518.      * Gets the private 'security.command.debug_firewall' shared service.
  33519.      *
  33520.      * @return \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand
  33521.      */
  33522.     protected function getSecurity_Command_DebugFirewallService()
  33523.     {
  33524.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  33525.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Command/DebugFirewallCommand.php';
  33526.         $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);
  33527.         $instance->setName('debug:firewall');
  33528.         $instance->setDescription('Display information about your security firewall(s)');
  33529.         return $instance;
  33530.     }
  33531.     /**
  33532.      * Gets the private 'security.command.user_password_encoder' shared service.
  33533.      *
  33534.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  33535.      *
  33536.      * @deprecated Since symfony/security-bundle 5.3: The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.
  33537.      */
  33538.     protected function getSecurity_Command_UserPasswordEncoderService()
  33539.     {
  33540.         trigger_deprecation('symfony/security-bundle''5.3''The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.');
  33541.         $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']);
  33542.         $instance->setName('security:encode-password');
  33543.         $instance->setDescription('Encode a password');
  33544.         return $instance;
  33545.     }
  33546.     /**
  33547.      * Gets the private 'security.command.user_password_hash' shared service.
  33548.      *
  33549.      * @return \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand
  33550.      */
  33551.     protected function getSecurity_Command_UserPasswordHashService()
  33552.     {
  33553.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  33554.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Command/UserPasswordHashCommand.php';
  33555.         $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']);
  33556.         $instance->setName('security:hash-password');
  33557.         $instance->setDescription('Hash a user password');
  33558.         return $instance;
  33559.     }
  33560.     /**
  33561.      * Gets the private 'security.context_listener.0' shared service.
  33562.      *
  33563.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  33564.      */
  33565.     protected function getSecurity_ContextListener_0Service()
  33566.     {
  33567.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  33568.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  33569.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  33570.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  33571.         if (isset($this->privates['security.context_listener.0'])) {
  33572.             return $this->privates['security.context_listener.0'];
  33573.         }
  33574.         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 () {
  33575.             yield => ($this->privates['security.user.provider.concrete.auth_identifier'] ?? $this->getSecurity_User_Provider_Concrete_AuthIdentifierService());
  33576.             yield => ($this->privates['fos_user.user_provider.username_email'] ?? $this->getFosUser_UserProvider_UsernameEmailService());
  33577.         }, 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']);
  33578.     }
  33579.     /**
  33580.      * Gets the private 'security.context_listener.1' shared service.
  33581.      *
  33582.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  33583.      */
  33584.     protected function getSecurity_ContextListener_1Service()
  33585.     {
  33586.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  33587.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  33588.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  33589.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  33590.         if (isset($this->privates['security.context_listener.1'])) {
  33591.             return $this->privates['security.context_listener.1'];
  33592.         }
  33593.         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 () {
  33594.             yield => ($this->privates['security.user.provider.concrete.auth_identifier'] ?? $this->getSecurity_User_Provider_Concrete_AuthIdentifierService());
  33595.             yield => ($this->privates['fos_user.user_provider.username_email'] ?? $this->getFosUser_UserProvider_UsernameEmailService());
  33596.         }, 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']);
  33597.     }
  33598.     /**
  33599.      * Gets the private 'security.context_listener.2' shared service.
  33600.      *
  33601.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  33602.      */
  33603.     protected function getSecurity_ContextListener_2Service()
  33604.     {
  33605.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  33606.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  33607.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  33608.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  33609.         if (isset($this->privates['security.context_listener.2'])) {
  33610.             return $this->privates['security.context_listener.2'];
  33611.         }
  33612.         $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 () {
  33613.             yield => ($this->privates['security.user.provider.concrete.auth_identifier'] ?? $this->getSecurity_User_Provider_Concrete_AuthIdentifierService());
  33614.             yield => ($this->privates['fos_user.user_provider.username_email'] ?? $this->getFosUser_UserProvider_UsernameEmailService());
  33615.         }, 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']);
  33616.         $instance->setRememberMeServices(($this->privates['security.authentication.rememberme.services.simplehash.main'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()));
  33617.         return $instance;
  33618.     }
  33619.     /**
  33620.      * Gets the private 'security.csrf.token_storage' shared service.
  33621.      *
  33622.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  33623.      */
  33624.     protected function getSecurity_Csrf_TokenStorageService()
  33625.     {
  33626.         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())));
  33627.     }
  33628.     /**
  33629.      * Gets the private 'security.encoder_factory.generic' shared service.
  33630.      *
  33631.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  33632.      *
  33633.      * @deprecated Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.
  33634.      */
  33635.     protected function getSecurity_EncoderFactory_GenericService()
  33636.     {
  33637.         trigger_deprecation('symfony/security-bundle''5.3''The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.');
  33638.         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]]);
  33639.     }
  33640.     /**
  33641.      * Gets the private 'security.event_dispatcher.api' shared service.
  33642.      *
  33643.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  33644.      */
  33645.     protected function getSecurity_EventDispatcher_ApiService()
  33646.     {
  33647.         $this->privates['security.event_dispatcher.api'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  33648.         $instance->addListener('security.interactive_login', [=> function () {
  33649.             return ($this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\UserLoginListener'] ?? $this->getUserLoginListenerService());
  33650.         }, => 'updateLegacyPasswordsListener'], 0);
  33651.         $instance->addListener('security.interactive_login', [=> function () {
  33652.             return ($this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\UserLoginListener'] ?? $this->getUserLoginListenerService());
  33653.         }, => 'setAuthTokenInCookies'], 0);
  33654.         $instance->addListener('security.interactive_login', [=> function () {
  33655.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->getFosUser_Security_InteractiveLoginListenerService());
  33656.         }, => 'onSecurityInteractiveLogin'], 0);
  33657.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  33658.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  33659.         }, => 'onLogout'], 0);
  33660.         return $instance;
  33661.     }
  33662.     /**
  33663.      * Gets the private 'security.event_dispatcher.api_v3' shared service.
  33664.      *
  33665.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  33666.      */
  33667.     protected function getSecurity_EventDispatcher_ApiV3Service()
  33668.     {
  33669.         $this->privates['security.event_dispatcher.api_v3'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  33670.         $instance->addListener('security.interactive_login', [=> function () {
  33671.             return ($this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\UserLoginListener'] ?? $this->getUserLoginListenerService());
  33672.         }, => 'updateLegacyPasswordsListener'], 0);
  33673.         $instance->addListener('security.interactive_login', [=> function () {
  33674.             return ($this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\UserLoginListener'] ?? $this->getUserLoginListenerService());
  33675.         }, => 'setAuthTokenInCookies'], 0);
  33676.         $instance->addListener('security.interactive_login', [=> function () {
  33677.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->getFosUser_Security_InteractiveLoginListenerService());
  33678.         }, => 'onSecurityInteractiveLogin'], 0);
  33679.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  33680.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  33681.         }, => 'onLogout'], 0);
  33682.         return $instance;
  33683.     }
  33684.     /**
  33685.      * Gets the private 'security.event_dispatcher.api_v3_anonymous_lead' shared service.
  33686.      *
  33687.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  33688.      */
  33689.     protected function getSecurity_EventDispatcher_ApiV3AnonymousLeadService()
  33690.     {
  33691.         $this->privates['security.event_dispatcher.api_v3_anonymous_lead'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  33692.         $instance->addListener('security.interactive_login', [=> function () {
  33693.             return ($this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\UserLoginListener'] ?? $this->getUserLoginListenerService());
  33694.         }, => 'updateLegacyPasswordsListener'], 0);
  33695.         $instance->addListener('security.interactive_login', [=> function () {
  33696.             return ($this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\UserLoginListener'] ?? $this->getUserLoginListenerService());
  33697.         }, => 'setAuthTokenInCookies'], 0);
  33698.         $instance->addListener('security.interactive_login', [=> function () {
  33699.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->getFosUser_Security_InteractiveLoginListenerService());
  33700.         }, => 'onSecurityInteractiveLogin'], 0);
  33701.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  33702.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  33703.         }, => 'onLogout'], 0);
  33704.         return $instance;
  33705.     }
  33706.     /**
  33707.      * Gets the private 'security.event_dispatcher.api_v4' shared service.
  33708.      *
  33709.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  33710.      */
  33711.     protected function getSecurity_EventDispatcher_ApiV4Service()
  33712.     {
  33713.         $this->privates['security.event_dispatcher.api_v4'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  33714.         $instance->addListener('security.interactive_login', [=> function () {
  33715.             return ($this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\UserLoginListener'] ?? $this->getUserLoginListenerService());
  33716.         }, => 'updateLegacyPasswordsListener'], 0);
  33717.         $instance->addListener('security.interactive_login', [=> function () {
  33718.             return ($this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\UserLoginListener'] ?? $this->getUserLoginListenerService());
  33719.         }, => 'setAuthTokenInCookies'], 0);
  33720.         $instance->addListener('security.interactive_login', [=> function () {
  33721.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->getFosUser_Security_InteractiveLoginListenerService());
  33722.         }, => 'onSecurityInteractiveLogin'], 0);
  33723.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  33724.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  33725.         }, => 'onLogout'], 0);
  33726.         return $instance;
  33727.     }
  33728.     /**
  33729.      * Gets the private 'security.event_dispatcher.api_v4_list_top_customers' shared service.
  33730.      *
  33731.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  33732.      */
  33733.     protected function getSecurity_EventDispatcher_ApiV4ListTopCustomersService()
  33734.     {
  33735.         $this->privates['security.event_dispatcher.api_v4_list_top_customers'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  33736.         $instance->addListener('security.interactive_login', [=> function () {
  33737.             return ($this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\UserLoginListener'] ?? $this->getUserLoginListenerService());
  33738.         }, => 'updateLegacyPasswordsListener'], 0);
  33739.         $instance->addListener('security.interactive_login', [=> function () {
  33740.             return ($this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\UserLoginListener'] ?? $this->getUserLoginListenerService());
  33741.         }, => 'setAuthTokenInCookies'], 0);
  33742.         $instance->addListener('security.interactive_login', [=> function () {
  33743.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->getFosUser_Security_InteractiveLoginListenerService());
  33744.         }, => 'onSecurityInteractiveLogin'], 0);
  33745.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  33746.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  33747.         }, => 'onLogout'], 0);
  33748.         return $instance;
  33749.     }
  33750.     /**
  33751.      * Gets the private 'security.event_dispatcher.aqarmap_api_user_personal_data' shared service.
  33752.      *
  33753.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  33754.      */
  33755.     protected function getSecurity_EventDispatcher_AqarmapApiUserPersonalDataService()
  33756.     {
  33757.         $this->privates['security.event_dispatcher.aqarmap_api_user_personal_data'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  33758.         $instance->addListener('security.interactive_login', [=> function () {
  33759.             return ($this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\UserLoginListener'] ?? $this->getUserLoginListenerService());
  33760.         }, => 'updateLegacyPasswordsListener'], 0);
  33761.         $instance->addListener('security.interactive_login', [=> function () {
  33762.             return ($this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\UserLoginListener'] ?? $this->getUserLoginListenerService());
  33763.         }, => 'setAuthTokenInCookies'], 0);
  33764.         $instance->addListener('security.interactive_login', [=> function () {
  33765.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->getFosUser_Security_InteractiveLoginListenerService());
  33766.         }, => 'onSecurityInteractiveLogin'], 0);
  33767.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  33768.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  33769.         }, => 'onLogout'], 0);
  33770.         return $instance;
  33771.     }
  33772.     /**
  33773.      * Gets the private 'security.event_dispatcher.main' shared service.
  33774.      *
  33775.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  33776.      */
  33777.     protected function getSecurity_EventDispatcher_MainService()
  33778.     {
  33779.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  33780.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  33781.             return ($this->privates['security.logout.listener.default.main'] ?? $this->getSecurity_Logout_Listener_Default_MainService());
  33782.         }, => 'onLogout'], 64);
  33783.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  33784.             return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  33785.         }, => 'onLogout'], 0);
  33786.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  33787.             return ($this->privates['security.logout.listener.legacy_handler.0'] ?? $this->getSecurity_Logout_Listener_LegacyHandler_0Service());
  33788.         }, => 'onLogout'], 0);
  33789.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  33790.             return ($this->privates['security.logout.listener.remember_me.main'] ?? $this->getSecurity_Logout_Listener_RememberMe_MainService());
  33791.         }, => 'onLogout'], 0);
  33792.         $instance->addListener('security.interactive_login', [=> function () {
  33793.             return ($this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\UserLoginListener'] ?? $this->getUserLoginListenerService());
  33794.         }, => 'updateLegacyPasswordsListener'], 0);
  33795.         $instance->addListener('security.interactive_login', [=> function () {
  33796.             return ($this->privates['Aqarmap\\Bundle\\UserBundle\\EventListener\\UserLoginListener'] ?? $this->getUserLoginListenerService());
  33797.         }, => 'setAuthTokenInCookies'], 0);
  33798.         $instance->addListener('security.interactive_login', [=> function () {
  33799.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->getFosUser_Security_InteractiveLoginListenerService());
  33800.         }, => 'onSecurityInteractiveLogin'], 0);
  33801.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  33802.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  33803.         }, => 'onLogout'], 0);
  33804.         return $instance;
  33805.     }
  33806.     /**
  33807.      * Gets the private 'security.firewall.map' shared service.
  33808.      *
  33809.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  33810.      */
  33811.     protected function getSecurity_Firewall_MapService()
  33812.     {
  33813.         $a = ($this->privates['.service_locator.EssOJru'] ?? $this->get_ServiceLocator_EssOJruService());
  33814.         if (isset($this->privates['security.firewall.map'])) {
  33815.             return $this->privates['security.firewall.map'];
  33816.         }
  33817.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  33818.             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'])));
  33819.             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'])));
  33820.             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'])));
  33821.             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'])));
  33822.             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'])));
  33823.             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'])));
  33824.             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'])));
  33825.             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'])));
  33826.             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'])));
  33827.             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'])));
  33828.             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'])));
  33829.             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'])));
  33830.             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'])));
  33831.             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'])));
  33832.             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'])));
  33833.             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'])));
  33834.             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'])));
  33835.             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'])));
  33836.             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'])));
  33837.             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'])));
  33838.             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'])));
  33839.             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'])));
  33840.             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'])));
  33841.             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'])));
  33842.             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'])));
  33843.             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'])));
  33844.             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'])));
  33845.             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'])));
  33846.             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'])));
  33847.             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'])));
  33848.             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'])));
  33849.             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'])));
  33850.             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'])));
  33851.             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'])));
  33852.             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'])));
  33853.             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'])));
  33854.             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'])));
  33855.             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'])));
  33856.             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'])));
  33857.             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'])));
  33858.             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'])));
  33859.             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')));
  33860.             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')));
  33861.             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')));
  33862.             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)/')));
  33863.             yield 'security.firewall.map.context.main' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  33864.         }, 46));
  33865.     }
  33866.     /**
  33867.      * Gets the private 'security.firewall.map.context.anonymous_otp' shared service.
  33868.      *
  33869.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  33870.      */
  33871.     protected function getSecurity_Firewall_Map_Context_AnonymousOtpService()
  33872.     {
  33873.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  33874.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  33875.         return $this->privates['security.firewall.map.context.anonymous_otp'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  33876.             return new \EmptyIterator();
  33877.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('anonymous_otp''security.user_checker''.security.request_matcher.qTBmlCd'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  33878.     }
  33879.     /**
  33880.      * Gets the private 'security.firewall.map.context.api' shared service.
  33881.      *
  33882.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  33883.      */
  33884.     protected function getSecurity_Firewall_Map_Context_ApiService()
  33885.     {
  33886.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  33887.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  33888.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  33889.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  33890.         return $this->privates['security.firewall.map.context.api'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  33891.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  33892.             yield => ($this->privates['security.authentication.listener.use_oauth.api'] ?? $this->getSecurity_Authentication_Listener_UseOauth_ApiService());
  33893.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  33894.         }, 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));
  33895.     }
  33896.     /**
  33897.      * Gets the private 'security.firewall.map.context.api_check_token_expiry_v4' shared service.
  33898.      *
  33899.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  33900.      */
  33901.     protected function getSecurity_Firewall_Map_Context_ApiCheckTokenExpiryV4Service()
  33902.     {
  33903.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  33904.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  33905.         return $this->privates['security.firewall.map.context.api_check_token_expiry_v4'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  33906.             return new \EmptyIterator();
  33907.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api_check_token_expiry_v4''security.user_checker''.security.request_matcher.yizSrUk'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  33908.     }
  33909.     /**
  33910.      * Gets the private 'security.firewall.map.context.api_create_feedback_v3' shared service.
  33911.      *
  33912.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  33913.      */
  33914.     protected function getSecurity_Firewall_Map_Context_ApiCreateFeedbackV3Service()
  33915.     {
  33916.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  33917.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  33918.         return $this->privates['security.firewall.map.context.api_create_feedback_v3'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  33919.             return new \EmptyIterator();
  33920.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api_create_feedback_v3''security.user_checker''.security.request_matcher.ojEpdiT'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  33921.     }
  33922.     /**
  33923.      * Gets the private 'security.firewall.map.context.api_get_users_logo_v3' shared service.
  33924.      *
  33925.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  33926.      */
  33927.     protected function getSecurity_Firewall_Map_Context_ApiGetUsersLogoV3Service()
  33928.     {
  33929.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  33930.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  33931.         return $this->privates['security.firewall.map.context.api_get_users_logo_v3'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  33932.             return new \EmptyIterator();
  33933.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api_get_users_logo_v3''security.user_checker''.security.request_matcher.95GOZJ_'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  33934.     }
  33935.     /**
  33936.      * Gets the private 'security.firewall.map.context.api_v2_list_top_customers' shared service.
  33937.      *
  33938.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  33939.      */
  33940.     protected function getSecurity_Firewall_Map_Context_ApiV2ListTopCustomersService()
  33941.     {
  33942.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  33943.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  33944.         return $this->privates['security.firewall.map.context.api_v2_list_top_customers'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  33945.             return new \EmptyIterator();
  33946.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api_v2_list_top_customers''security.user_checker''.security.request_matcher..heWvcB'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  33947.     }
  33948.     /**
  33949.      * Gets the private 'security.firewall.map.context.api_v2_oauth_token' shared service.
  33950.      *
  33951.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  33952.      */
  33953.     protected function getSecurity_Firewall_Map_Context_ApiV2OauthTokenService()
  33954.     {
  33955.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  33956.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  33957.         return $this->privates['security.firewall.map.context.api_v2_oauth_token'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  33958.             return new \EmptyIterator();
  33959.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api_v2_oauth_token''security.user_checker''.security.request_matcher._to1Ter'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  33960.     }
  33961.     /**
  33962.      * Gets the private 'security.firewall.map.context.api_v3' shared service.
  33963.      *
  33964.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  33965.      */
  33966.     protected function getSecurity_Firewall_Map_Context_ApiV3Service()
  33967.     {
  33968.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  33969.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  33970.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  33971.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  33972.         return $this->privates['security.firewall.map.context.api_v3'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  33973.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  33974.             yield => ($this->privates['security.authentication.listener.use_oauth.api_v3'] ?? $this->getSecurity_Authentication_Listener_UseOauth_ApiV3Service());
  33975.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  33976.         }, 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));
  33977.     }
  33978.     /**
  33979.      * Gets the private 'security.firewall.map.context.api_v3_anonymous_contact_seller' shared service.
  33980.      *
  33981.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  33982.      */
  33983.     protected function getSecurity_Firewall_Map_Context_ApiV3AnonymousContactSellerService()
  33984.     {
  33985.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  33986.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  33987.         return $this->privates['security.firewall.map.context.api_v3_anonymous_contact_seller'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  33988.             return new \EmptyIterator();
  33989.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api_v3_anonymous_contact_seller''security.user_checker''.security.request_matcher.B4D54Aa'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  33990.     }
  33991.     /**
  33992.      * Gets the private 'security.firewall.map.context.api_v3_anonymous_feature-expiry-date' shared service.
  33993.      *
  33994.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  33995.      */
  33996.     protected function getSecurity_Firewall_Map_Context_ApiV3AnonymousFeatureexpirydateService()
  33997.     {
  33998.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  33999.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  34000.         return $this->privates['security.firewall.map.context.api_v3_anonymous_feature-expiry-date'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  34001.             return new \EmptyIterator();
  34002.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api_v3_anonymous_feature-expiry-date''security.user_checker''.security.request_matcher.VDlt9Ze'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  34003.     }
  34004.     /**
  34005.      * Gets the private 'security.firewall.map.context.api_v3_anonymous_impressions' shared service.
  34006.      *
  34007.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  34008.      */
  34009.     protected function getSecurity_Firewall_Map_Context_ApiV3AnonymousImpressionsService()
  34010.     {
  34011.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  34012.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  34013.         return $this->privates['security.firewall.map.context.api_v3_anonymous_impressions'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  34014.             return new \EmptyIterator();
  34015.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api_v3_anonymous_impressions''security.user_checker''.security.request_matcher.xCdwW5T'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  34016.     }
  34017.     /**
  34018.      * Gets the private 'security.firewall.map.context.api_v3_anonymous_lead' shared service.
  34019.      *
  34020.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  34021.      */
  34022.     protected function getSecurity_Firewall_Map_Context_ApiV3AnonymousLeadService()
  34023.     {
  34024.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  34025.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  34026.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  34027.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  34028.         return $this->privates['security.firewall.map.context.api_v3_anonymous_lead'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  34029.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  34030.             yield => ($this->privates['security.authentication.listener.anonymous.api_v3_anonymous_lead'] ?? $this->getSecurity_Authentication_Listener_Anonymous_ApiV3AnonymousLeadService());
  34031.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  34032.         }, 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));
  34033.     }
  34034.     /**
  34035.      * Gets the private 'security.firewall.map.context.api_v3_anonymous_lead_without_user' shared service.
  34036.      *
  34037.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  34038.      */
  34039.     protected function getSecurity_Firewall_Map_Context_ApiV3AnonymousLeadWithoutUserService()
  34040.     {
  34041.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  34042.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  34043.         return $this->privates['security.firewall.map.context.api_v3_anonymous_lead_without_user'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  34044.             return new \EmptyIterator();
  34045.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api_v3_anonymous_lead_without_user''security.user_checker''.security.request_matcher.Kit1ljj'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  34046.     }
  34047.     /**
  34048.      * Gets the private 'security.firewall.map.context.api_v3_anonymous_listing_rate' shared service.
  34049.      *
  34050.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  34051.      */
  34052.     protected function getSecurity_Firewall_Map_Context_ApiV3AnonymousListingRateService()
  34053.     {
  34054.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  34055.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  34056.         return $this->privates['security.firewall.map.context.api_v3_anonymous_listing_rate'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  34057.             return new \EmptyIterator();
  34058.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api_v3_anonymous_listing_rate''security.user_checker''.security.request_matcher.4kudNl.'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  34059.     }
  34060.     /**
  34061.      * Gets the private 'security.firewall.map.context.api_v3_anonymous_location_search' shared service.
  34062.      *
  34063.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  34064.      */
  34065.     protected function getSecurity_Firewall_Map_Context_ApiV3AnonymousLocationSearchService()
  34066.     {
  34067.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  34068.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  34069.         return $this->privates['security.firewall.map.context.api_v3_anonymous_location_search'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  34070.             return new \EmptyIterator();
  34071.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api_v3_anonymous_location_search''security.user_checker''.security.request_matcher.WtHwbBk'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  34072.     }
  34073.     /**
  34074.      * Gets the private 'security.firewall.map.context.api_v3_anonymous_location_search_without_slash' shared service.
  34075.      *
  34076.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  34077.      */
  34078.     protected function getSecurity_Firewall_Map_Context_ApiV3AnonymousLocationSearchWithoutSlashService()
  34079.     {
  34080.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  34081.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  34082.         return $this->privates['security.firewall.map.context.api_v3_anonymous_location_search_without_slash'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  34083.             return new \EmptyIterator();
  34084.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api_v3_anonymous_location_search_without_slash''security.user_checker''.security.request_matcher.6jxpfvP'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  34085.     }
  34086.     /**
  34087.      * Gets the private 'security.firewall.map.context.api_v3_anonymous_login' shared service.
  34088.      *
  34089.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  34090.      */
  34091.     protected function getSecurity_Firewall_Map_Context_ApiV3AnonymousLoginService()
  34092.     {
  34093.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  34094.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  34095.         return $this->privates['security.firewall.map.context.api_v3_anonymous_login'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  34096.             return new \EmptyIterator();
  34097.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api_v3_anonymous_login''security.user_checker''.security.request_matcher.TVsoQXs'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  34098.     }
  34099.     /**
  34100.      * Gets the private 'security.firewall.map.context.api_v3_anonymous_nearby_locations' shared service.
  34101.      *
  34102.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  34103.      */
  34104.     protected function getSecurity_Firewall_Map_Context_ApiV3AnonymousNearbyLocationsService()
  34105.     {
  34106.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  34107.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  34108.         return $this->privates['security.firewall.map.context.api_v3_anonymous_nearby_locations'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  34109.             return new \EmptyIterator();
  34110.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api_v3_anonymous_nearby_locations''security.user_checker''.security.request_matcher._OlOFTH'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  34111.     }
  34112.     /**
  34113.      * Gets the private 'security.firewall.map.context.api_v3_anonymous_rate_options' shared service.
  34114.      *
  34115.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  34116.      */
  34117.     protected function getSecurity_Firewall_Map_Context_ApiV3AnonymousRateOptionsService()
  34118.     {
  34119.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  34120.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  34121.         return $this->privates['security.firewall.map.context.api_v3_anonymous_rate_options'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  34122.             return new \EmptyIterator();
  34123.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api_v3_anonymous_rate_options''security.user_checker''.security.request_matcher.wPm0pOm'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  34124.     }
  34125.     /**
  34126.      * Gets the private 'security.firewall.map.context.api_v3_anonymous_rejection_reasons' shared service.
  34127.      *
  34128.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  34129.      */
  34130.     protected function getSecurity_Firewall_Map_Context_ApiV3AnonymousRejectionReasonsService()
  34131.     {
  34132.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  34133.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  34134.         return $this->privates['security.firewall.map.context.api_v3_anonymous_rejection_reasons'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  34135.             return new \EmptyIterator();
  34136.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api_v3_anonymous_rejection_reasons''security.user_checker''.security.request_matcher.gptUsUE'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  34137.     }
  34138.     /**
  34139.      * Gets the private 'security.firewall.map.context.api_v3_group_create_or_open' shared service.
  34140.      *
  34141.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  34142.      */
  34143.     protected function getSecurity_Firewall_Map_Context_ApiV3GroupCreateOrOpenService()
  34144.     {
  34145.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  34146.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  34147.         return $this->privates['security.firewall.map.context.api_v3_group_create_or_open'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  34148.             return new \EmptyIterator();
  34149.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api_v3_group_create_or_open''security.user_checker''.security.request_matcher.DokQRgy'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  34150.     }
  34151.     /**
  34152.      * Gets the private 'security.firewall.map.context.api_v4' shared service.
  34153.      *
  34154.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  34155.      */
  34156.     protected function getSecurity_Firewall_Map_Context_ApiV4Service()
  34157.     {
  34158.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  34159.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  34160.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  34161.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  34162.         return $this->privates['security.firewall.map.context.api_v4'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  34163.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  34164.             yield => ($this->privates['security.authentication.listener.use_oauth.api_v4'] ?? $this->getSecurity_Authentication_Listener_UseOauth_ApiV4Service());
  34165.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  34166.         }, 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));
  34167.     }
  34168.     /**
  34169.      * Gets the private 'security.firewall.map.context.api_v4_anonymous_edit_phone' shared service.
  34170.      *
  34171.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  34172.      */
  34173.     protected function getSecurity_Firewall_Map_Context_ApiV4AnonymousEditPhoneService()
  34174.     {
  34175.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  34176.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  34177.         return $this->privates['security.firewall.map.context.api_v4_anonymous_edit_phone'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  34178.             return new \EmptyIterator();
  34179.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api_v4_anonymous_edit_phone''security.user_checker''.security.request_matcher.ZRFAVDN'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  34180.     }
  34181.     /**
  34182.      * Gets the private 'security.firewall.map.context.api_v4_anonymous_filters' shared service.
  34183.      *
  34184.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  34185.      */
  34186.     protected function getSecurity_Firewall_Map_Context_ApiV4AnonymousFiltersService()
  34187.     {
  34188.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  34189.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  34190.         return $this->privates['security.firewall.map.context.api_v4_anonymous_filters'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  34191.             return new \EmptyIterator();
  34192.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api_v4_anonymous_filters''security.user_checker''.security.request_matcher.0kQm8zs'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  34193.     }
  34194.     /**
  34195.      * Gets the private 'security.firewall.map.context.api_v4_anonymous_find_listing' shared service.
  34196.      *
  34197.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  34198.      */
  34199.     protected function getSecurity_Firewall_Map_Context_ApiV4AnonymousFindListingService()
  34200.     {
  34201.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  34202.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  34203.         return $this->privates['security.firewall.map.context.api_v4_anonymous_find_listing'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  34204.             return new \EmptyIterator();
  34205.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api_v4_anonymous_find_listing''security.user_checker''.security.request_matcher.8MLOj1T'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  34206.     }
  34207.     /**
  34208.      * Gets the private 'security.firewall.map.context.api_v4_anonymous_location_children' shared service.
  34209.      *
  34210.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  34211.      */
  34212.     protected function getSecurity_Firewall_Map_Context_ApiV4AnonymousLocationChildrenService()
  34213.     {
  34214.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  34215.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  34216.         return $this->privates['security.firewall.map.context.api_v4_anonymous_location_children'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  34217.             return new \EmptyIterator();
  34218.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api_v4_anonymous_location_children''security.user_checker''.security.request_matcher.PLPyZvU'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  34219.     }
  34220.     /**
  34221.      * Gets the private 'security.firewall.map.context.api_v4_anonymous_location_search' shared service.
  34222.      *
  34223.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  34224.      */
  34225.     protected function getSecurity_Firewall_Map_Context_ApiV4AnonymousLocationSearchService()
  34226.     {
  34227.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  34228.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  34229.         return $this->privates['security.firewall.map.context.api_v4_anonymous_location_search'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  34230.             return new \EmptyIterator();
  34231.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api_v4_anonymous_location_search''security.user_checker''.security.request_matcher.ROk2.Om'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  34232.     }
  34233.     /**
  34234.      * Gets the private 'security.firewall.map.context.api_v4_anonymous_login_otp' shared service.
  34235.      *
  34236.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  34237.      */
  34238.     protected function getSecurity_Firewall_Map_Context_ApiV4AnonymousLoginOtpService()
  34239.     {
  34240.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  34241.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  34242.         return $this->privates['security.firewall.map.context.api_v4_anonymous_login_otp'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  34243.             return new \EmptyIterator();
  34244.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api_v4_anonymous_login_otp''security.user_checker''.security.request_matcher.gvmZNOl'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  34245.     }
  34246.     /**
  34247.      * Gets the private 'security.firewall.map.context.api_v4_anonymous_register' shared service.
  34248.      *
  34249.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  34250.      */
  34251.     protected function getSecurity_Firewall_Map_Context_ApiV4AnonymousRegisterService()
  34252.     {
  34253.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  34254.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  34255.         return $this->privates['security.firewall.map.context.api_v4_anonymous_register'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  34256.             return new \EmptyIterator();
  34257.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api_v4_anonymous_register''security.user_checker''.security.request_matcher.RxnUq0A'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  34258.     }
  34259.     /**
  34260.      * Gets the private 'security.firewall.map.context.api_v4_anonymous_registeration_otp' shared service.
  34261.      *
  34262.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  34263.      */
  34264.     protected function getSecurity_Firewall_Map_Context_ApiV4AnonymousRegisterationOtpService()
  34265.     {
  34266.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  34267.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  34268.         return $this->privates['security.firewall.map.context.api_v4_anonymous_registeration_otp'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  34269.             return new \EmptyIterator();
  34270.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api_v4_anonymous_registeration_otp''security.user_checker''.security.request_matcher.ZUyx.Lo'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  34271.     }
  34272.     /**
  34273.      * Gets the private 'security.firewall.map.context.api_v4_list_top_customers' shared service.
  34274.      *
  34275.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  34276.      */
  34277.     protected function getSecurity_Firewall_Map_Context_ApiV4ListTopCustomersService()
  34278.     {
  34279.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  34280.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  34281.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  34282.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  34283.         return $this->privates['security.firewall.map.context.api_v4_list_top_customers'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  34284.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  34285.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  34286.             yield => ($this->privates['security.authentication.listener.anonymous.api_v4_list_top_customers'] ?? $this->getSecurity_Authentication_Listener_Anonymous_ApiV4ListTopCustomersService());
  34287.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  34288.         }, 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));
  34289.     }
  34290.     /**
  34291.      * Gets the private 'security.firewall.map.context.api_v4_list_top_sellers' shared service.
  34292.      *
  34293.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  34294.      */
  34295.     protected function getSecurity_Firewall_Map_Context_ApiV4ListTopSellersService()
  34296.     {
  34297.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  34298.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  34299.         return $this->privates['security.firewall.map.context.api_v4_list_top_sellers'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  34300.             return new \EmptyIterator();
  34301.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api_v4_list_top_sellers''security.user_checker''.security.request_matcher.Eg3X8Kl'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  34302.     }
  34303.     /**
  34304.      * Gets the private 'security.firewall.map.context.api_v4_location_statistics_tree' shared service.
  34305.      *
  34306.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  34307.      */
  34308.     protected function getSecurity_Firewall_Map_Context_ApiV4LocationStatisticsTreeService()
  34309.     {
  34310.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  34311.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  34312.         return $this->privates['security.firewall.map.context.api_v4_location_statistics_tree'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  34313.             return new \EmptyIterator();
  34314.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api_v4_location_statistics_tree''security.user_checker''.security.request_matcher.Se0JzYo'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  34315.     }
  34316.     /**
  34317.      * Gets the private 'security.firewall.map.context.api_v4_oauth_token' shared service.
  34318.      *
  34319.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  34320.      */
  34321.     protected function getSecurity_Firewall_Map_Context_ApiV4OauthTokenService()
  34322.     {
  34323.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  34324.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  34325.         return $this->privates['security.firewall.map.context.api_v4_oauth_token'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  34326.             return new \EmptyIterator();
  34327.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api_v4_oauth_token''security.user_checker''.security.request_matcher.STe_NRk'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  34328.     }
  34329.     /**
  34330.      * Gets the private 'security.firewall.map.context.api_v4_resale_listings' shared service.
  34331.      *
  34332.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  34333.      */
  34334.     protected function getSecurity_Firewall_Map_Context_ApiV4ResaleListingsService()
  34335.     {
  34336.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  34337.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  34338.         return $this->privates['security.firewall.map.context.api_v4_resale_listings'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  34339.             return new \EmptyIterator();
  34340.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api_v4_resale_listings''security.user_checker''.security.request_matcher.AF_SwQk'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  34341.     }
  34342.     /**
  34343.      * Gets the private 'security.firewall.map.context.api_v4_user_locations_level' shared service.
  34344.      *
  34345.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  34346.      */
  34347.     protected function getSecurity_Firewall_Map_Context_ApiV4UserLocationsLevelService()
  34348.     {
  34349.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  34350.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  34351.         return $this->privates['security.firewall.map.context.api_v4_user_locations_level'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  34352.             return new \EmptyIterator();
  34353.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api_v4_user_locations_level''security.user_checker''.security.request_matcher.5UgRT0N'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  34354.     }
  34355.     /**
  34356.      * Gets the private 'security.firewall.map.context.aqarmap_api_check_top_seller' shared service.
  34357.      *
  34358.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  34359.      */
  34360.     protected function getSecurity_Firewall_Map_Context_AqarmapApiCheckTopSellerService()
  34361.     {
  34362.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  34363.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  34364.         return $this->privates['security.firewall.map.context.aqarmap_api_check_top_seller'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  34365.             return new \EmptyIterator();
  34366.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('aqarmap_api_check_top_seller''security.user_checker''.security.request_matcher.gAtLe48'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  34367.     }
  34368.     /**
  34369.      * Gets the private 'security.firewall.map.context.aqarmap_api_get_coordinates' shared service.
  34370.      *
  34371.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  34372.      */
  34373.     protected function getSecurity_Firewall_Map_Context_AqarmapApiGetCoordinatesService()
  34374.     {
  34375.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  34376.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  34377.         return $this->privates['security.firewall.map.context.aqarmap_api_get_coordinates'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  34378.             return new \EmptyIterator();
  34379.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('aqarmap_api_get_coordinates''security.user_checker''.security.request_matcher.qN2.QMj'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  34380.     }
  34381.     /**
  34382.      * Gets the private 'security.firewall.map.context.aqarmap_api_get_location_parents_v4' shared service.
  34383.      *
  34384.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  34385.      */
  34386.     protected function getSecurity_Firewall_Map_Context_AqarmapApiGetLocationParentsV4Service()
  34387.     {
  34388.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  34389.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  34390.         return $this->privates['security.firewall.map.context.aqarmap_api_get_location_parents_v4'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  34391.             return new \EmptyIterator();
  34392.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('aqarmap_api_get_location_parents_v4''security.user_checker''.security.request_matcher.4xog6sp'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  34393.     }
  34394.     /**
  34395.      * Gets the private 'security.firewall.map.context.aqarmap_api_get_location_translation' shared service.
  34396.      *
  34397.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  34398.      */
  34399.     protected function getSecurity_Firewall_Map_Context_AqarmapApiGetLocationTranslationService()
  34400.     {
  34401.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  34402.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  34403.         return $this->privates['security.firewall.map.context.aqarmap_api_get_location_translation'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  34404.             return new \EmptyIterator();
  34405.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('aqarmap_api_get_location_translation''security.user_checker''.security.request_matcher.kurcH5k'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  34406.     }
  34407.     /**
  34408.      * Gets the private 'security.firewall.map.context.aqarmap_api_user_personal_data' shared service.
  34409.      *
  34410.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  34411.      */
  34412.     protected function getSecurity_Firewall_Map_Context_AqarmapApiUserPersonalDataService()
  34413.     {
  34414.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  34415.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  34416.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  34417.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  34418.         return $this->privates['security.firewall.map.context.aqarmap_api_user_personal_data'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  34419.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  34420.             yield => ($this->privates['security.context_listener.1'] ?? $this->getSecurity_ContextListener_1Service());
  34421.             yield => ($this->privates['security.authentication.listener.anonymous.aqarmap_api_user_personal_data'] ?? $this->getSecurity_Authentication_Listener_Anonymous_AqarmapApiUserPersonalDataService());
  34422.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  34423.         }, 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));
  34424.     }
  34425.     /**
  34426.      * Gets the private 'security.firewall.map.context.aqarmap_api_v2_discussion_data' shared service.
  34427.      *
  34428.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  34429.      */
  34430.     protected function getSecurity_Firewall_Map_Context_AqarmapApiV2DiscussionDataService()
  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.aqarmap_api_v2_discussion_data'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  34435.             return new \EmptyIterator();
  34436.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('aqarmap_api_v2_discussion_data''security.user_checker''.security.request_matcher.0P57IPF'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  34437.     }
  34438.     /**
  34439.      * Gets the private 'security.firewall.map.context.contact_seller_v2' shared service.
  34440.      *
  34441.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  34442.      */
  34443.     protected function getSecurity_Firewall_Map_Context_ContactSellerV2Service()
  34444.     {
  34445.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  34446.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  34447.         return $this->privates['security.firewall.map.context.contact_seller_v2'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  34448.             return new \EmptyIterator();
  34449.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('contact_seller_v2''security.user_checker''.security.request_matcher.PBPT92x'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  34450.     }
  34451.     /**
  34452.      * Gets the private 'security.firewall.map.context.dev' shared service.
  34453.      *
  34454.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  34455.      */
  34456.     protected function getSecurity_Firewall_Map_Context_DevService()
  34457.     {
  34458.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  34459.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  34460.         return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  34461.             return new \EmptyIterator();
  34462.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev''security.user_checker''.security.request_matcher.Iy.T22O'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  34463.     }
  34464.     /**
  34465.      * Gets the private 'security.firewall.map.context.main' shared service.
  34466.      *
  34467.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  34468.      */
  34469.     protected function getSecurity_Firewall_Map_Context_MainService()
  34470.     {
  34471.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  34472.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  34473.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  34474.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  34475.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/FormAuthenticationEntryPoint.php';
  34476.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  34477.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  34478.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  34479.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  34480.         $a = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  34481.         if (isset($this->privates['security.firewall.map.context.main'])) {
  34482.             return $this->privates['security.firewall.map.context.main'];
  34483.         }
  34484.         $b = ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService());
  34485.         if (isset($this->privates['security.firewall.map.context.main'])) {
  34486.             return $this->privates['security.firewall.map.context.main'];
  34487.         }
  34488.         $c = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  34489.         $d = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  34490.         return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  34491.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  34492.             yield => ($this->privates['security.context_listener.2'] ?? $this->getSecurity_ContextListener_2Service());
  34493.             yield => ($this->privates['hwi_oauth.authentication.listener.oauth.main'] ?? $this->getHwiOauth_Authentication_Listener_Oauth_MainService());
  34494.             yield => ($this->privates['hwi_oauth.context_listener.token_refresher.main'] ?? $this->getHwiOauth_ContextListener_TokenRefresher_MainService());
  34495.             yield => ($this->privates['security.authentication.listener.form.main'] ?? $this->getSecurity_Authentication_Listener_Form_MainService());
  34496.             yield => ($this->privates['security.authentication.listener.rememberme.main'] ?? $this->getSecurity_Authentication_Listener_Rememberme_MainService());
  34497.             yield => ($this->privates['security.authentication.listener.anonymous.main'] ?? $this->getSecurity_Authentication_Listener_Anonymous_MainService());
  34498.             yield => ($this->privates['security.authentication.switchuser_listener.main'] ?? $this->getSecurity_Authentication_SwitchuserListener_MainService());
  34499.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  34500.         }, 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']));
  34501.     }
  34502.     /**
  34503.      * Gets the private 'security.firewall.map.context.v4_api_create_call_request' shared service.
  34504.      *
  34505.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  34506.      */
  34507.     protected function getSecurity_Firewall_Map_Context_V4ApiCreateCallRequestService()
  34508.     {
  34509.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  34510.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  34511.         return $this->privates['security.firewall.map.context.v4_api_create_call_request'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  34512.             return new \EmptyIterator();
  34513.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('v4_api_create_call_request''security.user_checker''.security.request_matcher.sh0JbP8'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  34514.     }
  34515.     /**
  34516.      * Gets the private 'security.helper' shared service.
  34517.      *
  34518.      * @return \Symfony\Component\Security\Core\Security
  34519.      */
  34520.     protected function getSecurity_HelperService()
  34521.     {
  34522.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  34523.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  34524.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  34525.         ], [
  34526.             'security.authorization_checker' => '?',
  34527.             'security.token_storage' => '?',
  34528.         ]));
  34529.     }
  34530.     /**
  34531.      * Gets the private 'security.http_utils' shared service.
  34532.      *
  34533.      * @return \Symfony\Component\Security\Http\HttpUtils
  34534.      */
  34535.     protected function getSecurity_HttpUtilsService()
  34536.     {
  34537.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  34538.         $a = ($this->services['router'] ?? $this->getRouterService());
  34539.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i');
  34540.     }
  34541.     /**
  34542.      * Gets the private 'security.logout.listener.csrf_token_clearing' shared service.
  34543.      *
  34544.      * @return \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener
  34545.      */
  34546.     protected function getSecurity_Logout_Listener_CsrfTokenClearingService()
  34547.     {
  34548.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/CsrfTokenClearingLogoutListener.php';
  34549.         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()));
  34550.     }
  34551.     /**
  34552.      * Gets the private 'security.logout.listener.default.main' shared service.
  34553.      *
  34554.      * @return \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener
  34555.      */
  34556.     protected function getSecurity_Logout_Listener_Default_MainService()
  34557.     {
  34558.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/DefaultLogoutListener.php';
  34559.         return $this->privates['security.logout.listener.default.main'] = new \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), '/');
  34560.     }
  34561.     /**
  34562.      * Gets the private 'security.logout.listener.legacy_handler.0' shared service.
  34563.      *
  34564.      * @return \Symfony\Bundle\SecurityBundle\Security\LegacyLogoutHandlerListener
  34565.      */
  34566.     protected function getSecurity_Logout_Listener_LegacyHandler_0Service()
  34567.     {
  34568.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/LegacyLogoutHandlerListener.php';
  34569.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutHandlerInterface.php';
  34570.         include_once \dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle/EventListener/UserLogoutListener.php';
  34571.         $a = ($this->privates['Aqarmap\\Bundle\\UserBundle\\Services\\UserActivityService'] ?? $this->getUserActivityServiceService());
  34572.         if (isset($this->privates['security.logout.listener.legacy_handler.0'])) {
  34573.             return $this->privates['security.logout.listener.legacy_handler.0'];
  34574.         }
  34575.         return $this->privates['security.logout.listener.legacy_handler.0'] = new \Symfony\Bundle\SecurityBundle\Security\LegacyLogoutHandlerListener(new \Aqarmap\Bundle\UserBundle\EventListener\UserLogoutListener($a));
  34576.     }
  34577.     /**
  34578.      * Gets the private 'security.logout.listener.remember_me.main' shared service.
  34579.      *
  34580.      * @return \Symfony\Component\Security\Http\EventListener\RememberMeLogoutListener
  34581.      */
  34582.     protected function getSecurity_Logout_Listener_RememberMe_MainService()
  34583.     {
  34584.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/RememberMeLogoutListener.php';
  34585.         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()));
  34586.     }
  34587.     /**
  34588.      * Gets the private 'security.logout_url_generator' shared service.
  34589.      *
  34590.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  34591.      */
  34592.     protected function getSecurity_LogoutUrlGeneratorService()
  34593.     {
  34594.         $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()));
  34595.         $instance->registerListener('main''app_logout''logout''_csrf_token'NULLNULL);
  34596.         return $instance;
  34597.     }
  34598.     /**
  34599.      * Gets the private 'security.password_hasher_factory' shared service.
  34600.      *
  34601.      * @return \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory
  34602.      */
  34603.     protected function getSecurity_PasswordHasherFactoryService()
  34604.     {
  34605.         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]]);
  34606.     }
  34607.     /**
  34608.      * Gets the private 'security.role_hierarchy' shared service.
  34609.      *
  34610.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  34611.      */
  34612.     protected function getSecurity_RoleHierarchyService()
  34613.     {
  34614.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  34615.     }
  34616.     /**
  34617.      * Gets the private 'security.user.provider.concrete.auth_identifier' shared service.
  34618.      *
  34619.      * @return \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider
  34620.      */
  34621.     protected function getSecurity_User_Provider_Concrete_AuthIdentifierService()
  34622.     {
  34623.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  34624.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  34625.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php';
  34626.         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);
  34627.     }
  34628.     /**
  34629.      * Gets the private 'security.validator.user_password' shared service.
  34630.      *
  34631.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  34632.      */
  34633.     protected function getSecurity_Validator_UserPasswordService()
  34634.     {
  34635.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  34636.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  34637.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  34638.         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()));
  34639.     }
  34640.     /**
  34641.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  34642.      *
  34643.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  34644.      */
  34645.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  34646.     {
  34647.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  34648.     }
  34649.     /**
  34650.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  34651.      *
  34652.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  34653.      */
  34654.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  34655.     {
  34656.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  34657.         $b = ($this->services['doctrine'] ?? $this->getDoctrineService());
  34658.         $c = new \App\FrameworkExtra\Converters\QueryStringConverter($b);
  34659.         $a->add(new \App\FrameworkExtra\Converters\QueryStringConverter($b), 0NULL);
  34660.         $a->add($c0'querystring');
  34661.         $a->add($c0NULL);
  34662.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter($b, new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  34663.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  34664.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  34665.     }
  34666.     /**
  34667.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  34668.      *
  34669.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  34670.      */
  34671.     protected function getSensioFrameworkExtra_Security_ListenerService()
  34672.     {
  34673.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  34674.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  34675.             return $this->privates['sensio_framework_extra.security.listener'];
  34676.         }
  34677.         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()));
  34678.     }
  34679.     /**
  34680.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  34681.      *
  34682.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  34683.      */
  34684.     protected function getSensioFrameworkExtra_View_ListenerService()
  34685.     {
  34686.         $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))));
  34687.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  34688.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  34689.         ], [
  34690.             'twig' => '?',
  34691.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  34692.         return $instance;
  34693.     }
  34694.     /**
  34695.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  34696.      *
  34697.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  34698.      */
  34699.     protected function getSerializer_Mapping_CacheWarmerService()
  34700.     {
  34701.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  34702.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  34703.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  34704.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  34705.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  34706.         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'));
  34707.     }
  34708.     /**
  34709.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  34710.      *
  34711.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  34712.      */
  34713.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  34714.     {
  34715.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  34716.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  34717.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  34718.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  34719.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  34720.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  34721.         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()))]));
  34722.     }
  34723.     /**
  34724.      * Gets the private 'serializer.name_converter.metadata_aware' shared service.
  34725.      *
  34726.      * @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
  34727.      */
  34728.     protected function getSerializer_NameConverter_MetadataAwareService()
  34729.     {
  34730.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  34731.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  34732.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  34733.         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()));
  34734.     }
  34735.     /**
  34736.      * Gets the private 'session.factory' shared service.
  34737.      *
  34738.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  34739.      */
  34740.     protected function getSession_FactoryService()
  34741.     {
  34742.         $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  34743.         if (isset($this->privates['session.factory'])) {
  34744.             return $this->privates['session.factory'];
  34745.         }
  34746.         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']);
  34747.     }
  34748.     /**
  34749.      * Gets the private 'session_listener' shared service.
  34750.      *
  34751.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  34752.      */
  34753.     protected function getSessionListenerService()
  34754.     {
  34755.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  34756.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  34757.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  34758.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  34759.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'false],
  34760.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  34761.         ], [
  34762.             'initialized_session' => '?',
  34763.             'logger' => '?',
  34764.             'session' => '?',
  34765.             'session_collector' => '?',
  34766.             'session_factory' => '?',
  34767.         ]), true$this->parameters['session.storage.options']);
  34768.     }
  34769.     /**
  34770.      * Gets the private 'snc_redis.default' shared service.
  34771.      *
  34772.      * @return \Predis\Client
  34773.      */
  34774.     protected function getSncRedis_DefaultService()
  34775.     {
  34776.         $a = new \Snc\RedisBundle\Client\Predis\Connection\ConnectionFactory();
  34777.         $a->setStopwatch(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  34778.         $a->setConnectionWrapperClass('Snc\\RedisBundle\\Client\\Predis\\Connection\\ConnectionWrapper');
  34779.         $a->setLogger(($this->privates['snc_redis.logger'] ?? $this->getSncRedis_LoggerService()));
  34780.         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]));
  34781.     }
  34782.     /**
  34783.      * Gets the private 'snc_redis.logger' shared service.
  34784.      *
  34785.      * @return \Snc\RedisBundle\Logger\RedisLogger
  34786.      */
  34787.     protected function getSncRedis_LoggerService()
  34788.     {
  34789.         $a = new \Symfony\Bridge\Monolog\Logger('snc_redis');
  34790.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  34791.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  34792.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  34793.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  34794.         return $this->privates['snc_redis.logger'] = new \Snc\RedisBundle\Logger\RedisLogger($a);
  34795.     }
  34796.     /**
  34797.      * Gets the private 'translation.extractor' shared service.
  34798.      *
  34799.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  34800.      */
  34801.     protected function getTranslation_ExtractorService()
  34802.     {
  34803.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  34804.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  34805.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  34806.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  34807.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  34808.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  34809.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  34810.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  34811.         return $instance;
  34812.     }
  34813.     /**
  34814.      * Gets the private 'translation.loader.csv' shared service.
  34815.      *
  34816.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  34817.      */
  34818.     protected function getTranslation_Loader_CsvService()
  34819.     {
  34820.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  34821.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  34822.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  34823.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  34824.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  34825.     }
  34826.     /**
  34827.      * Gets the private 'translation.loader.dat' shared service.
  34828.      *
  34829.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  34830.      */
  34831.     protected function getTranslation_Loader_DatService()
  34832.     {
  34833.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  34834.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  34835.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  34836.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  34837.     }
  34838.     /**
  34839.      * Gets the private 'translation.loader.ini' shared service.
  34840.      *
  34841.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  34842.      */
  34843.     protected function getTranslation_Loader_IniService()
  34844.     {
  34845.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  34846.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  34847.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  34848.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  34849.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  34850.     }
  34851.     /**
  34852.      * Gets the private 'translation.loader.json' shared service.
  34853.      *
  34854.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  34855.      */
  34856.     protected function getTranslation_Loader_JsonService()
  34857.     {
  34858.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  34859.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  34860.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  34861.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  34862.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  34863.     }
  34864.     /**
  34865.      * Gets the private 'translation.loader.mo' shared service.
  34866.      *
  34867.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  34868.      */
  34869.     protected function getTranslation_Loader_MoService()
  34870.     {
  34871.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  34872.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  34873.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  34874.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  34875.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  34876.     }
  34877.     /**
  34878.      * Gets the private 'translation.loader.php' shared service.
  34879.      *
  34880.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  34881.      */
  34882.     protected function getTranslation_Loader_PhpService()
  34883.     {
  34884.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  34885.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  34886.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  34887.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  34888.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  34889.     }
  34890.     /**
  34891.      * Gets the private 'translation.loader.po' shared service.
  34892.      *
  34893.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  34894.      */
  34895.     protected function getTranslation_Loader_PoService()
  34896.     {
  34897.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  34898.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  34899.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  34900.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  34901.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  34902.     }
  34903.     /**
  34904.      * Gets the private 'translation.loader.qt' shared service.
  34905.      *
  34906.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  34907.      */
  34908.     protected function getTranslation_Loader_QtService()
  34909.     {
  34910.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  34911.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  34912.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  34913.     }
  34914.     /**
  34915.      * Gets the private 'translation.loader.res' shared service.
  34916.      *
  34917.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  34918.      */
  34919.     protected function getTranslation_Loader_ResService()
  34920.     {
  34921.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  34922.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  34923.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  34924.     }
  34925.     /**
  34926.      * Gets the private 'translation.loader.xliff' shared service.
  34927.      *
  34928.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  34929.      */
  34930.     protected function getTranslation_Loader_XliffService()
  34931.     {
  34932.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  34933.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  34934.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  34935.     }
  34936.     /**
  34937.      * Gets the private 'translation.loader.yml' shared service.
  34938.      *
  34939.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  34940.      */
  34941.     protected function getTranslation_Loader_YmlService()
  34942.     {
  34943.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  34944.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  34945.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  34946.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  34947.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  34948.     }
  34949.     /**
  34950.      * Gets the private 'translation.provider_collection' shared service.
  34951.      *
  34952.      * @return \Symfony\Component\Translation\Provider\TranslationProviderCollection
  34953.      */
  34954.     protected function getTranslation_ProviderCollectionService()
  34955.     {
  34956.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollection.php';
  34957.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollectionFactory.php';
  34958.         return $this->privates['translation.provider_collection'] = (new \Symfony\Component\Translation\Provider\TranslationProviderCollectionFactory(new RewindableGenerator(function () {
  34959.             yield => (new \Symfony\Component\Translation\Provider\NullProviderFactory());
  34960.         }, 1), []))->fromConfig([]);
  34961.     }
  34962.     /**
  34963.      * Gets the private 'translation.reader' shared service.
  34964.      *
  34965.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  34966.      */
  34967.     protected function getTranslation_ReaderService()
  34968.     {
  34969.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  34970.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  34971.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  34972.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  34973.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  34974.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  34975.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  34976.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  34977.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  34978.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  34979.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  34980.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  34981.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  34982.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  34983.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  34984.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  34985.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  34986.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  34987.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  34988.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  34989.         $instance->addLoader('yaml'$a);
  34990.         $instance->addLoader('yml'$a);
  34991.         $instance->addLoader('xlf'$b);
  34992.         $instance->addLoader('xliff'$b);
  34993.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  34994.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  34995.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  34996.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  34997.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  34998.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  34999.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  35000.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  35001.         return $instance;
  35002.     }
  35003.     /**
  35004.      * Gets the private 'translation.warmer' shared service.
  35005.      *
  35006.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  35007.      */
  35008.     protected function getTranslation_WarmerService()
  35009.     {
  35010.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  35011.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  35012.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  35013.             'translator' => ['services''translator''getTranslatorService'false],
  35014.         ], [
  35015.             'translator' => '?',
  35016.         ]))->withContext('translation.warmer'$this));
  35017.     }
  35018.     /**
  35019.      * Gets the private 'translation.writer' shared service.
  35020.      *
  35021.      * @return \Symfony\Component\Translation\Writer\TranslationWriter
  35022.      */
  35023.     protected function getTranslation_WriterService()
  35024.     {
  35025.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  35026.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  35027.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  35028.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  35029.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  35030.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  35031.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  35032.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  35033.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  35034.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  35035.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  35036.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  35037.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  35038.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  35039.         $this->privates['translation.writer'] = $instance = new \Symfony\Component\Translation\Writer\TranslationWriter();
  35040.         $instance->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  35041.         $instance->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  35042.         $instance->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  35043.         $instance->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  35044.         $instance->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  35045.         $instance->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  35046.         $instance->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  35047.         $instance->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  35048.         $instance->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  35049.         $instance->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  35050.         $instance->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  35051.         return $instance;
  35052.     }
  35053.     /**
  35054.      * Gets the private 'translator.default' shared service.
  35055.      *
  35056.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  35057.      */
  35058.     protected function getTranslator_DefaultService()
  35059.     {
  35060.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  35061.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  35062.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  35063.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  35064.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  35065.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  35066.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  35067.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  35068.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  35069.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  35070.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  35071.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  35072.         ], [
  35073.             'translation.loader.csv' => '?',
  35074.             'translation.loader.dat' => '?',
  35075.             'translation.loader.ini' => '?',
  35076.             'translation.loader.json' => '?',
  35077.             'translation.loader.mo' => '?',
  35078.             'translation.loader.php' => '?',
  35079.             'translation.loader.po' => '?',
  35080.             'translation.loader.qt' => '?',
  35081.             'translation.loader.res' => '?',
  35082.             'translation.loader.xliff' => '?',
  35083.             'translation.loader.yml' => '?',
  35084.         ]), 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']]], []);
  35085.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  35086.         $instance->setFallbackLocales([=> 'ar']);
  35087.         return $instance;
  35088.     }
  35089.     /**
  35090.      * Gets the private 'twig.command.debug' shared service.
  35091.      *
  35092.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  35093.      */
  35094.     protected function getTwig_Command_DebugService()
  35095.     {
  35096.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  35097.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  35098.         $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()));
  35099.         $instance->setName('debug:twig');
  35100.         $instance->setDescription('Show a list of twig functions, filters, globals and tests');
  35101.         return $instance;
  35102.     }
  35103.     /**
  35104.      * Gets the private 'twig.command.lint' shared service.
  35105.      *
  35106.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  35107.      */
  35108.     protected function getTwig_Command_LintService()
  35109.     {
  35110.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  35111.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  35112.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  35113.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  35114.         $instance->setName('lint:twig');
  35115.         $instance->setDescription('Lint a Twig template and outputs encountered errors');
  35116.         return $instance;
  35117.     }
  35118.     /**
  35119.      * Gets the private 'twig.form.engine' shared service.
  35120.      *
  35121.      * @return \Symfony\Bridge\Twig\Form\TwigRendererEngine
  35122.      */
  35123.     protected function getTwig_Form_EngineService()
  35124.     {
  35125.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  35126.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  35127.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  35128.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  35129.         if (isset($this->privates['twig.form.engine'])) {
  35130.             return $this->privates['twig.form.engine'];
  35131.         }
  35132.         return $this->privates['twig.form.engine'] = new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], $a);
  35133.     }
  35134.     /**
  35135.      * Gets the private 'twig.form.renderer' shared service.
  35136.      *
  35137.      * @return \Symfony\Component\Form\FormRenderer
  35138.      */
  35139.     protected function getTwig_Form_RendererService()
  35140.     {
  35141.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  35142.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  35143.         $a = ($this->privates['twig.form.engine'] ?? $this->getTwig_Form_EngineService());
  35144.         if (isset($this->privates['twig.form.renderer'])) {
  35145.             return $this->privates['twig.form.renderer'];
  35146.         }
  35147.         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()));
  35148.     }
  35149.     /**
  35150.      * Gets the private 'twig.mailer.message_listener' shared service.
  35151.      *
  35152.      * @return \Symfony\Component\Mailer\EventListener\MessageListener
  35153.      */
  35154.     protected function getTwig_Mailer_MessageListenerService()
  35155.     {
  35156.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
  35157.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/BodyRendererInterface.php';
  35158.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
  35159.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  35160.         if (isset($this->privates['twig.mailer.message_listener'])) {
  35161.             return $this->privates['twig.mailer.message_listener'];
  35162.         }
  35163.         return $this->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL, new \Symfony\Bridge\Twig\Mime\BodyRenderer($a));
  35164.     }
  35165.     /**
  35166.      * Gets the private 'twig.runtime.httpkernel' shared service.
  35167.      *
  35168.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  35169.      */
  35170.     protected function getTwig_Runtime_HttpkernelService()
  35171.     {
  35172.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  35173.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  35174.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  35175.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGeneratorInterface.php';
  35176.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGenerator.php';
  35177.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  35178.         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, [
  35179.             'hinclude' => ['privates''fragment.renderer.hinclude''getFragment_Renderer_HincludeService'false],
  35180.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  35181.         ], [
  35182.             'hinclude' => '?',
  35183.             'inline' => '?',
  35184.         ]), $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));
  35185.     }
  35186.     /**
  35187.      * Gets the private 'twig.runtime.markdown' shared service.
  35188.      *
  35189.      * @return \Twig\Extra\Markdown\MarkdownRuntime
  35190.      */
  35191.     protected function getTwig_Runtime_MarkdownService()
  35192.     {
  35193.         include_once \dirname(__DIR__4).'/vendor/twig/markdown-extra/MarkdownRuntime.php';
  35194.         include_once \dirname(__DIR__4).'/vendor/twig/markdown-extra/MarkdownInterface.php';
  35195.         include_once \dirname(__DIR__4).'/vendor/twig/markdown-extra/LeagueMarkdown.php';
  35196.         include_once \dirname(__DIR__4).'/vendor/league/commonmark/src/ConverterInterface.php';
  35197.         include_once \dirname(__DIR__4).'/vendor/league/commonmark/src/MarkdownConverterInterface.php';
  35198.         include_once \dirname(__DIR__4).'/vendor/league/commonmark/src/MarkdownConverter.php';
  35199.         include_once \dirname(__DIR__4).'/vendor/league/commonmark/src/CommonMarkConverter.php';
  35200.         include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/LeagueCommonMarkConverterFactory.php';
  35201.         return $this->privates['twig.runtime.markdown'] = new \Twig\Extra\Markdown\MarkdownRuntime(new \Twig\Extra\Markdown\LeagueMarkdown((new \Twig\Extra\TwigExtraBundle\LeagueCommonMarkConverterFactory(new RewindableGenerator(function () {
  35202.             return new \EmptyIterator();
  35203.         }, 0)))->__invoke()));
  35204.     }
  35205.     /**
  35206.      * Gets the private 'twig.runtime.security_csrf' shared service.
  35207.      *
  35208.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  35209.      */
  35210.     protected function getTwig_Runtime_SecurityCsrfService()
  35211.     {
  35212.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  35213.         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()));
  35214.     }
  35215.     /**
  35216.      * Gets the private 'twig.runtime.serializer' shared service.
  35217.      *
  35218.      * @return \Symfony\Bridge\Twig\Extension\SerializerRuntime
  35219.      */
  35220.     protected function getTwig_Runtime_SerializerService()
  35221.     {
  35222.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerRuntime.php';
  35223.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  35224.         if (isset($this->privates['twig.runtime.serializer'])) {
  35225.             return $this->privates['twig.runtime.serializer'];
  35226.         }
  35227.         return $this->privates['twig.runtime.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerRuntime($a);
  35228.     }
  35229.     /**
  35230.      * Gets the private 'twig.template_cache_warmer' shared service.
  35231.      *
  35232.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  35233.      */
  35234.     protected function getTwig_TemplateCacheWarmerService()
  35235.     {
  35236.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  35237.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  35238.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  35239.         return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  35240.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  35241.         ], [
  35242.             'twig' => '?',
  35243.         ]))->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')));
  35244.     }
  35245.     /**
  35246.      * Gets the private 'uri_signer' shared service.
  35247.      *
  35248.      * @return \Symfony\Component\HttpKernel\UriSigner
  35249.      */
  35250.     protected function getUriSignerService()
  35251.     {
  35252.         return $this->privates['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET'));
  35253.     }
  35254.     /**
  35255.      * Gets the private 'validator.builder' shared service.
  35256.      *
  35257.      * @return \Symfony\Component\Validator\ValidatorBuilder
  35258.      */
  35259.     protected function getValidator_BuilderService()
  35260.     {
  35261.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  35262.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  35263.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  35264.             'Aqarmap\\Bundle\\ListingBundle\\Validator\\Constraints\\IsYoutubeUrlOrNullValidator' => ['privates''Aqarmap\\Bundle\\ListingBundle\\Validator\\Constraints\\IsYoutubeUrlOrNullValidator''getIsYoutubeUrlOrNullValidatorService'false],
  35265.             'Aqarmap\\Bundle\\UserBundle\\Validator\\Constraints\\EmailValidator' => ['privates''Aqarmap\\Bundle\\UserBundle\\Validator\\Constraints\\EmailValidator''getEmailValidatorService'false],
  35266.             'Aqarmap\\Bundle\\UserBundle\\Validator\\Constraints\\NonRepeatedValidator' => ['privates''Aqarmap\\Bundle\\UserBundle\\Validator\\Constraints\\NonRepeatedValidator''getNonRepeatedValidatorService'false],
  35267.             'Aqarmap\\Bundle\\UserBundle\\Validator\\Constraints\\NonSequenceValidator' => ['privates''Aqarmap\\Bundle\\UserBundle\\Validator\\Constraints\\NonSequenceValidator''getNonSequenceValidatorService'false],
  35268.             'Aqarmap\\Bundle\\UserBundle\\Validator\\Constraints\\NumericValidator' => ['privates''Aqarmap\\Bundle\\UserBundle\\Validator\\Constraints\\NumericValidator''getNumericValidatorService'false],
  35269.             'Aqarmap\\Bundle\\UserBundle\\Validator\\Constraints\\ValidCountryCodeValidator' => ['privates''Aqarmap\\Bundle\\UserBundle\\Validator\\Constraints\\ValidCountryCodeValidator''getValidCountryCodeValidatorService'false],
  35270.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine_odm.mongodb.validator.unique''getDoctrineOdm_Mongodb_Validator_UniqueService'false],
  35271.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  35272.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  35273.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  35274.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  35275.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  35276.             'doctrine_odm.mongodb.unique' => ['privates''doctrine_odm.mongodb.validator.unique''getDoctrineOdm_Mongodb_Validator_UniqueService'false],
  35277.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  35278.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  35279.         ], [
  35280.             'Aqarmap\\Bundle\\ListingBundle\\Validator\\Constraints\\IsYoutubeUrlOrNullValidator' => '?',
  35281.             'Aqarmap\\Bundle\\UserBundle\\Validator\\Constraints\\EmailValidator' => '?',
  35282.             'Aqarmap\\Bundle\\UserBundle\\Validator\\Constraints\\NonRepeatedValidator' => '?',
  35283.             'Aqarmap\\Bundle\\UserBundle\\Validator\\Constraints\\NonSequenceValidator' => '?',
  35284.             'Aqarmap\\Bundle\\UserBundle\\Validator\\Constraints\\NumericValidator' => '?',
  35285.             'Aqarmap\\Bundle\\UserBundle\\Validator\\Constraints\\ValidCountryCodeValidator' => '?',
  35286.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  35287.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  35288.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  35289.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  35290.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  35291.             'doctrine.orm.validator.unique' => '?',
  35292.             'doctrine_odm.mongodb.unique' => '?',
  35293.             'security.validator.user_password' => '?',
  35294.             'validator.expression' => '?',
  35295.         ])));
  35296.         if ($this->has('translator')) {
  35297.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  35298.         }
  35299.         $instance->setTranslationDomain('validators');
  35300.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/config/validation.xml')]);
  35301.         $instance->enableAnnotationMapping(true);
  35302.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  35303.         $instance->addMethodMapping('loadValidatorMetadata');
  35304.         $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()))]);
  35305.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  35306.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  35307.         $instance->addXmlMapping((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/DependencyInjection/Compiler/../../Resources/config/storage-validation/orm.xml'));
  35308.         return $instance;
  35309.     }
  35310.     /**
  35311.      * Gets the private 'validator.email' shared service.
  35312.      *
  35313.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  35314.      */
  35315.     protected function getValidator_EmailService()
  35316.     {
  35317.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  35318.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  35319.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  35320.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  35321.     }
  35322.     /**
  35323.      * Gets the private 'validator.expression' shared service.
  35324.      *
  35325.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  35326.      */
  35327.     protected function getValidator_ExpressionService()
  35328.     {
  35329.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  35330.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  35331.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  35332.         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())));
  35333.     }
  35334.     /**
  35335.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  35336.      *
  35337.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  35338.      */
  35339.     protected function getValidator_Mapping_CacheWarmerService()
  35340.     {
  35341.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  35342.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  35343.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  35344.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  35345.     }
  35346.     /**
  35347.      * Gets the private 'validator.not_compromised_password' shared service.
  35348.      *
  35349.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  35350.      */
  35351.     protected function getValidator_NotCompromisedPasswordService()
  35352.     {
  35353.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  35354.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  35355.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  35356.         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);
  35357.     }
  35358.     /**
  35359.      * Gets the private 'var_dumper.command.server_dump' shared service.
  35360.      *
  35361.      * @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
  35362.      */
  35363.     protected function getVarDumper_Command_ServerDumpService()
  35364.     {
  35365.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  35366.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/ServerDumpCommand.php';
  35367.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
  35368.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
  35369.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
  35370.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
  35371.         $a = new \Symfony\Bridge\Monolog\Logger('debug');
  35372.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  35373.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  35374.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  35375.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  35376.         $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()))]);
  35377.         $instance->setName('server:dump');
  35378.         $instance->setDescription('Start a dump server that collects and displays dumps in a single place');
  35379.         return $instance;
  35380.     }
  35381.     /**
  35382.      * Gets the private 'var_dumper.contextualized_cli_dumper' shared service.
  35383.      *
  35384.      * @return \Symfony\Component\VarDumper\Dumper\ContextualizedDumper
  35385.      */
  35386.     protected function getVarDumper_ContextualizedCliDumperService()
  35387.     {
  35388.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
  35389.         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()))]);
  35390.     }
  35391.     /**
  35392.      * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  35393.      *
  35394.      * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  35395.      */
  35396.     protected function getVarDumper_ContextualizedCliDumper_InnerService()
  35397.     {
  35398.         $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL'UTF-8'0);
  35399.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  35400.         return $instance;
  35401.     }
  35402.     /**
  35403.      * Gets the private 'var_dumper.html_dumper' shared service.
  35404.      *
  35405.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  35406.      */
  35407.     protected function getVarDumper_HtmlDumperService()
  35408.     {
  35409.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  35410.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  35411.         return $instance;
  35412.     }
  35413.     /**
  35414.      * Gets the private 'var_dumper.server_connection' shared service.
  35415.      *
  35416.      * @return \Symfony\Component\VarDumper\Server\Connection
  35417.      */
  35418.     protected function getVarDumper_ServerConnectionService()
  35419.     {
  35420.         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()]);
  35421.     }
  35422.     /**
  35423.      * Gets the private 'vich_uploader.command.mapping_debug' shared service.
  35424.      *
  35425.      * @return \Vich\UploaderBundle\Command\MappingDebugCommand
  35426.      */
  35427.     protected function getVichUploader_Command_MappingDebugService()
  35428.     {
  35429.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  35430.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Command/MappingDebugCommand.php';
  35431.         $this->privates['vich_uploader.command.mapping_debug'] = $instance = new \Vich\UploaderBundle\Command\MappingDebugCommand($this->getParameter('vich_uploader.mappings'));
  35432.         $instance->setName('vich:mapping:debug');
  35433.         return $instance;
  35434.     }
  35435.     /**
  35436.      * Gets the private 'vich_uploader.command.mapping_debug_class' shared service.
  35437.      *
  35438.      * @return \Vich\UploaderBundle\Command\MappingDebugClassCommand
  35439.      */
  35440.     protected function getVichUploader_Command_MappingDebugClassService()
  35441.     {
  35442.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  35443.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Command/MappingDebugClassCommand.php';
  35444.         $this->privates['vich_uploader.command.mapping_debug_class'] = $instance = new \Vich\UploaderBundle\Command\MappingDebugClassCommand(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()));
  35445.         $instance->setName('vich:mapping:debug-class');
  35446.         return $instance;
  35447.     }
  35448.     /**
  35449.      * Gets the private 'vich_uploader.command.mapping_list_classes' shared service.
  35450.      *
  35451.      * @return \Vich\UploaderBundle\Command\MappingListClassesCommand
  35452.      */
  35453.     protected function getVichUploader_Command_MappingListClassesService()
  35454.     {
  35455.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  35456.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Command/MappingListClassesCommand.php';
  35457.         $this->privates['vich_uploader.command.mapping_list_classes'] = $instance = new \Vich\UploaderBundle\Command\MappingListClassesCommand(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()));
  35458.         $instance->setName('vich:mapping:list-classes');
  35459.         return $instance;
  35460.     }
  35461.     /**
  35462.      * Gets the private 'vich_uploader.listener.clean.files_upload' shared service.
  35463.      *
  35464.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  35465.      */
  35466.     protected function getVichUploader_Listener_Clean_FilesUploadService()
  35467.     {
  35468.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  35469.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  35470.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  35471.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  35472.         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()));
  35473.     }
  35474.     /**
  35475.      * Gets the private 'vich_uploader.listener.clean.listing_photos' shared service.
  35476.      *
  35477.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  35478.      */
  35479.     protected function getVichUploader_Listener_Clean_ListingPhotosService()
  35480.     {
  35481.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  35482.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  35483.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  35484.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  35485.         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()));
  35486.     }
  35487.     /**
  35488.      * Gets the private 'vich_uploader.listener.remove.files_upload' shared service.
  35489.      *
  35490.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  35491.      */
  35492.     protected function getVichUploader_Listener_Remove_FilesUploadService()
  35493.     {
  35494.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  35495.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  35496.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  35497.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  35498.         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()));
  35499.     }
  35500.     /**
  35501.      * Gets the private 'vich_uploader.listener.remove.listing_photos' shared service.
  35502.      *
  35503.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  35504.      */
  35505.     protected function getVichUploader_Listener_Remove_ListingPhotosService()
  35506.     {
  35507.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  35508.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  35509.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  35510.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  35511.         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()));
  35512.     }
  35513.     /**
  35514.      * Gets the private 'vich_uploader.listener.upload.files_upload' shared service.
  35515.      *
  35516.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  35517.      */
  35518.     protected function getVichUploader_Listener_Upload_FilesUploadService()
  35519.     {
  35520.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  35521.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  35522.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  35523.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  35524.         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()));
  35525.     }
  35526.     /**
  35527.      * Gets the private 'vich_uploader.listener.upload.listing_photos' shared service.
  35528.      *
  35529.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  35530.      */
  35531.     protected function getVichUploader_Listener_Upload_ListingPhotosService()
  35532.     {
  35533.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  35534.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  35535.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  35536.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  35537.         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()));
  35538.     }
  35539.     /**
  35540.      * Gets the private 'vich_uploader.metadata_reader' shared service.
  35541.      *
  35542.      * @return \Vich\UploaderBundle\Metadata\MetadataReader
  35543.      */
  35544.     protected function getVichUploader_MetadataReaderService()
  35545.     {
  35546.         $a = new \Metadata\Driver\FileLocator([]);
  35547.         $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);
  35548.         $b->setCache(new \Metadata\Cache\FileCache(($this->targetDir.''.'/vich_uploader')));
  35549.         return $this->privates['vich_uploader.metadata_reader'] = new \Vich\UploaderBundle\Metadata\MetadataReader($b);
  35550.     }
  35551.     /**
  35552.      * Gets the private 'vich_uploader.property_mapping_factory' shared service.
  35553.      *
  35554.      * @return \Vich\UploaderBundle\Mapping\PropertyMappingFactory
  35555.      */
  35556.     protected function getVichUploader_PropertyMappingFactoryService()
  35557.     {
  35558.         return $this->privates['vich_uploader.property_mapping_factory'] = new \Vich\UploaderBundle\Mapping\PropertyMappingFactory($this, ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), $this->getParameter('vich_uploader.mappings'), '_name');
  35559.     }
  35560.     /**
  35561.      * Gets the private 'vich_uploader.storage.gaufrette' shared service.
  35562.      *
  35563.      * @return \Vich\UploaderBundle\Storage\GaufretteStorage
  35564.      */
  35565.     protected function getVichUploader_Storage_GaufretteService($lazyLoad true)
  35566.     {
  35567.         if ($lazyLoad) {
  35568.             return $this->privates['vich_uploader.storage.gaufrette'] = $this->createProxy('GaufretteStorage_f99e4b3', function () {
  35569.                 return \GaufretteStorage_f99e4b3::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  35570.                     $wrappedInstance $this->getVichUploader_Storage_GaufretteService(false);
  35571.                     $proxy->setProxyInitializer(null);
  35572.                     return true;
  35573.                 });
  35574.             });
  35575.         }
  35576.         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');
  35577.     }
  35578.     /**
  35579.      * Gets the private 'web_profiler.csp.handler' shared service.
  35580.      *
  35581.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  35582.      */
  35583.     protected function getWebProfiler_Csp_HandlerService()
  35584.     {
  35585.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  35586.     }
  35587.     /**
  35588.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  35589.      *
  35590.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  35591.      */
  35592.     protected function getWebProfiler_DebugToolbarService()
  35593.     {
  35594.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  35595.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  35596.             return $this->privates['web_profiler.debug_toolbar'];
  35597.         }
  35598.         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()));
  35599.     }
  35600.     /**
  35601.      * Gets the private 'webpack_encore.entrypoint_lookup[_default]' shared service.
  35602.      *
  35603.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup
  35604.      */
  35605.     protected function getWebpackEncore_EntrypointLookupDefaultService()
  35606.     {
  35607.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupInterface.php';
  35608.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/IntegrityDataProviderInterface.php';
  35609.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookup.php';
  35610.         return $this->privates['webpack_encore.entrypoint_lookup[_default]'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup((\dirname(__DIR__4).'/public/builds/entrypoints.json'), NULL'_default'false);
  35611.     }
  35612.     /**
  35613.      * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  35614.      *
  35615.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  35616.      */
  35617.     protected function getWebpackEncore_EntrypointLookupCollectionService()
  35618.     {
  35619.         return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  35620.             '_default' => ['privates''webpack_encore.entrypoint_lookup[_default]''getWebpackEncore_EntrypointLookupDefaultService'false],
  35621.         ], [
  35622.             '_default' => '?',
  35623.         ]), '_default');
  35624.     }
  35625.     /**
  35626.      * Gets the private 'webpack_encore.exception_listener' shared service.
  35627.      *
  35628.      * @return \Symfony\WebpackEncoreBundle\EventListener\ExceptionListener
  35629.      */
  35630.     protected function getWebpackEncore_ExceptionListenerService()
  35631.     {
  35632.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ExceptionListener.php';
  35633.         return $this->privates['webpack_encore.exception_listener'] = new \Symfony\WebpackEncoreBundle\EventListener\ExceptionListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  35634.     }
  35635.     /**
  35636.      * Gets the private 'webpack_encore.tag_renderer' shared service.
  35637.      *
  35638.      * @return \Symfony\WebpackEncoreBundle\Asset\TagRenderer
  35639.      */
  35640.     protected function getWebpackEncore_TagRendererService()
  35641.     {
  35642.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/TagRenderer.php';
  35643.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  35644.         if (isset($this->privates['webpack_encore.tag_renderer'])) {
  35645.             return $this->privates['webpack_encore.tag_renderer'];
  35646.         }
  35647.         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);
  35648.     }
  35649.     /**
  35650.      * Gets the public 'cache_clearer' alias.
  35651.      *
  35652.      * @return object The ".container.private.cache_clearer" service.
  35653.      */
  35654.     protected function getCacheClearerService()
  35655.     {
  35656.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  35657.         return $this->get('.container.private.cache_clearer');
  35658.     }
  35659.     /**
  35660.      * Gets the public 'filesystem' alias.
  35661.      *
  35662.      * @return object The ".container.private.filesystem" service.
  35663.      */
  35664.     protected function getFilesystemService()
  35665.     {
  35666.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  35667.         return $this->get('.container.private.filesystem');
  35668.     }
  35669.     /**
  35670.      * Gets the public 'serializer' alias.
  35671.      *
  35672.      * @return object The ".container.private.serializer" service.
  35673.      */
  35674.     protected function getSerializerService()
  35675.     {
  35676.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  35677.         return $this->get('.container.private.serializer');
  35678.     }
  35679.     /**
  35680.      * Gets the public 'security.csrf.token_manager' alias.
  35681.      *
  35682.      * @return object The ".container.private.security.csrf.token_manager" service.
  35683.      */
  35684.     protected function getSecurity_Csrf_TokenManagerService()
  35685.     {
  35686.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  35687.         return $this->get('.container.private.security.csrf.token_manager');
  35688.     }
  35689.     /**
  35690.      * Gets the public 'form.factory' alias.
  35691.      *
  35692.      * @return object The ".container.private.form.factory" service.
  35693.      */
  35694.     protected function getForm_FactoryService()
  35695.     {
  35696.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  35697.         return $this->get('.container.private.form.factory');
  35698.     }
  35699.     /**
  35700.      * Gets the public 'form.type.file' alias.
  35701.      *
  35702.      * @return object The ".container.private.form.type.file" service.
  35703.      */
  35704.     protected function getForm_Type_FileService()
  35705.     {
  35706.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  35707.         return $this->get('.container.private.form.type.file');
  35708.     }
  35709.     /**
  35710.      * Gets the public 'profiler' alias.
  35711.      *
  35712.      * @return object The ".container.private.profiler" service.
  35713.      */
  35714.     protected function getProfilerService()
  35715.     {
  35716.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  35717.         return $this->get('.container.private.profiler');
  35718.     }
  35719.     /**
  35720.      * Gets the public 'twig' alias.
  35721.      *
  35722.      * @return object The ".container.private.twig" service.
  35723.      */
  35724.     protected function getTwigService()
  35725.     {
  35726.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  35727.         return $this->get('.container.private.twig');
  35728.     }
  35729.     /**
  35730.      * Gets the public 'security.authorization_checker' alias.
  35731.      *
  35732.      * @return object The ".container.private.security.authorization_checker" service.
  35733.      */
  35734.     protected function getSecurity_AuthorizationCheckerService()
  35735.     {
  35736.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  35737.         return $this->get('.container.private.security.authorization_checker');
  35738.     }
  35739.     /**
  35740.      * Gets the public 'security.token_storage' alias.
  35741.      *
  35742.      * @return object The ".container.private.security.token_storage" service.
  35743.      */
  35744.     protected function getSecurity_TokenStorageService()
  35745.     {
  35746.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  35747.         return $this->get('.container.private.security.token_storage');
  35748.     }
  35749.     /**
  35750.      * Gets the public 'security.password_encoder' alias.
  35751.      *
  35752.      * @return object The ".container.private.security.password_encoder" service.
  35753.      */
  35754.     protected function getSecurity_PasswordEncoderService()
  35755.     {
  35756.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  35757.         return $this->get('.container.private.security.password_encoder');
  35758.     }
  35759.     /**
  35760.      * Gets the public 'session' alias.
  35761.      *
  35762.      * @return object The ".container.private.session" service.
  35763.      */
  35764.     protected function getSessionService()
  35765.     {
  35766.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  35767.         return $this->get('.container.private.session');
  35768.     }
  35769.     /**
  35770.      * Gets the public 'validator' alias.
  35771.      *
  35772.      * @return object The ".container.private.validator" service.
  35773.      */
  35774.     protected function getValidatorService()
  35775.     {
  35776.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  35777.         return $this->get('.container.private.validator');
  35778.     }
  35779.     /**
  35780.      * @return array|bool|float|int|string|\UnitEnum|null
  35781.      */
  35782.     public function getParameter(string $name)
  35783.     {
  35784.         if (isset($this->buildParameters[$name])) {
  35785.             return $this->buildParameters[$name];
  35786.         }
  35787.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  35788.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  35789.         }
  35790.         if (isset($this->loadedDynamicParameters[$name])) {
  35791.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  35792.         }
  35793.         return $this->parameters[$name];
  35794.     }
  35795.     public function hasParameter(string $name): bool
  35796.     {
  35797.         if (isset($this->buildParameters[$name])) {
  35798.             return true;
  35799.         }
  35800.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  35801.     }
  35802.     public function setParameter(string $name$value): void
  35803.     {
  35804.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  35805.     }
  35806.     public function getParameterBag(): ParameterBagInterface
  35807.     {
  35808.         if (null === $this->parameterBag) {
  35809.             $parameters $this->parameters;
  35810.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  35811.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  35812.             }
  35813.             foreach ($this->buildParameters as $name => $value) {
  35814.                 $parameters[$name] = $value;
  35815.             }
  35816.             $this->parameterBag = new FrozenParameterBag($parameters);
  35817.         }
  35818.         return $this->parameterBag;
  35819.     }
  35820.     private $loadedDynamicParameters = [
  35821.         'kernel.runtime_environment' => false,
  35822.         'kernel.build_dir' => false,
  35823.         'kernel.cache_dir' => false,
  35824.         'app_version' => false,
  35825.         'secret' => false,
  35826.         'legacy_salt' => false,
  35827.         'amazon_s3.bucket_name' => false,
  35828.         'amazon_s3.key' => false,
  35829.         'amazon_s3.secret' => false,
  35830.         'amazon_s3.region' => false,
  35831.         'amazon_sqs.key' => false,
  35832.         'amazon_sqs.secret' => false,
  35833.         'amazon_sqs.region' => false,
  35834.         'amazon_sns.key' => false,
  35835.         'amazon_sns.secret' => false,
  35836.         'amazon_sns.region' => false,
  35837.         'amazon_sns.account_id' => false,
  35838.         'amazon_cloudwatch.key' => false,
  35839.         'amazon_cloudwatch.secret' => false,
  35840.         'amazon_cloudwatch.region' => false,
  35841.         'router.request_context.host' => false,
  35842.         'router.request_context.scheme' => false,
  35843.         'country' => false,
  35844.         'elasticsearch_url' => false,
  35845.         'elasticsearch_timeout' => false,
  35846.         'fawry.hash_key' => false,
  35847.         'fawry.merchant_id' => false,
  35848.         'fawry.js_url' => false,
  35849.         'mongodb_server' => false,
  35850.         'mongodb_database' => false,
  35851.         'google_analytics_tracking_id' => false,
  35852.         'payfort.merchant_identifier' => false,
  35853.         'payfort.access_code' => false,
  35854.         'payfort.redirect_url' => false,
  35855.         'payfort.recurring_url' => false,
  35856.         'payfort.authorization_url' => false,
  35857.         'payfort.sha_request' => false,
  35858.         'payfort.sha_response' => false,
  35859.         'zoho_id' => false,
  35860.         'zoho_secret' => false,
  35861.         'zoho_user' => false,
  35862.         'sync_customers_zoho_id' => false,
  35863.         'sync_customers_zoho_secret' => false,
  35864.         'sync_customers_zoho_user' => false,
  35865.         'api_gateway.top_sellers.url' => false,
  35866.         'api_gateway.supply_and_demand.url' => false,
  35867.         'promotional_mailer_dsn' => false,
  35868.         'mailer_dsn' => false,
  35869.         'new_fcm_api' => false,
  35870.         'user_dashboard_url' => false,
  35871.         'google_recaptcha_site_key' => false,
  35872.         'aqarmap.wompoo' => false,
  35873.         'kernel.secret' => false,
  35874.         'debug.container.dump' => false,
  35875.         'serializer.mapping.cache.file' => false,
  35876.         'session.save_path' => false,
  35877.         'validator.mapping.cache.file' => false,
  35878.         'profiler.storage.dsn' => false,
  35879.         'doctrine.orm.proxy_dir' => false,
  35880.         'doctrine_mongodb.odm.proxy_dir' => false,
  35881.         'doctrine_mongodb.odm.hydrator_dir' => false,
  35882.         'doctrine_mongodb.odm.persistent_collection_dir' => false,
  35883.         'fos_user.registration.confirmation.from_email' => false,
  35884.         'fos_user.resetting.email.from_email' => false,
  35885.         'redjan_ym_fcm.firebase_api_key' => false,
  35886.         'vich_uploader.mappings' => false,
  35887.     ];
  35888.     private $dynamicParameters = [];
  35889.     private function getDynamicParameter(string $name)
  35890.     {
  35891.         switch ($name) {
  35892.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  35893.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  35894.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  35895.             case 'app_version'$value $this->getEnv('APP_VERSION'); break;
  35896.             case 'secret'$value $this->getEnv('APP_SECRET'); break;
  35897.             case 'legacy_salt'$value $this->getEnv('APP_LEGACY_SALT'); break;
  35898.             case 'amazon_s3.bucket_name'$value $this->getEnv('AWS_S3_BUCKET'); break;
  35899.             case 'amazon_s3.key'$value $this->getEnv('AWS_ACCESS_KEY'); break;
  35900.             case 'amazon_s3.secret'$value $this->getEnv('AWS_SECRET_KEY'); break;
  35901.             case 'amazon_s3.region'$value $this->getEnv('AWS_S3_REGION'); break;
  35902.             case 'amazon_sqs.key'$value $this->getEnv('AWS_ACCESS_KEY'); break;
  35903.             case 'amazon_sqs.secret'$value $this->getEnv('AWS_SECRET_KEY'); break;
  35904.             case 'amazon_sqs.region'$value $this->getEnv('AWS_DEFAULT_REGION'); break;
  35905.             case 'amazon_sns.key'$value $this->getEnv('AWS_ACCESS_KEY'); break;
  35906.             case 'amazon_sns.secret'$value $this->getEnv('AWS_SECRET_KEY'); break;
  35907.             case 'amazon_sns.region'$value $this->getEnv('AWS_DEFAULT_REGION'); break;
  35908.             case 'amazon_sns.account_id'$value $this->getEnv('AWS_ACCOUNT_ID'); break;
  35909.             case 'amazon_cloudwatch.key'$value $this->getEnv('AWS_ACCESS_KEY'); break;
  35910.             case 'amazon_cloudwatch.secret'$value $this->getEnv('AWS_SECRET_KEY'); break;
  35911.             case 'amazon_cloudwatch.region'$value $this->getEnv('AWS_DEFAULT_REGION'); break;
  35912.             case 'router.request_context.host'$value $this->getEnv('APP_HOST'); break;
  35913.             case 'router.request_context.scheme'$value $this->getEnv('APP_SCHEME'); break;
  35914.             case 'country'$value $this->getEnv('APP_COUNTRY'); break;
  35915.             case 'elasticsearch_url'$value $this->getEnv('ELASTICSEARCH_URL'); break;
  35916.             case 'elasticsearch_timeout'$value $this->getEnv('ELASTICSEARCH_TIMEOUT'); break;
  35917.             case 'fawry.hash_key'$value $this->getEnv('FAWRY_HASH_KEY'); break;
  35918.             case 'fawry.merchant_id'$value $this->getEnv('FAWRY_MERCHANT_ID'); break;
  35919.             case 'fawry.js_url'$value $this->getEnv('FAWRY_JS_URL'); break;
  35920.             case 'mongodb_server'$value $this->getEnv('resolve:MONGODB_URL'); break;
  35921.             case 'mongodb_database'$value $this->getEnv('resolve:MONGODB_NAME'); break;
  35922.             case 'google_analytics_tracking_id'$value $this->getEnv('GOOGLE_ANALYTICS_TRACKING_ID'); break;
  35923.             case 'payfort.merchant_identifier'$value $this->getEnv('PAYFORT_MERCHANT_IDENTIFIER'); break;
  35924.             case 'payfort.access_code'$value $this->getEnv('PAYFORT_ACCESS_CODE'); break;
  35925.             case 'payfort.redirect_url'$value $this->getEnv('string:PAYFORT_URL').'/FortAPI/paymentPage'; break;
  35926.             case 'payfort.recurring_url'$value $this->getEnv('string:PAYFORT_URL').'/FortAPI/paymentApi'; break;
  35927.             case 'payfort.authorization_url'$value $this->getEnv('string:AUTHORIZATION_PAYFORT_URL').'/FortAPI/paymentApi'; break;
  35928.             case 'payfort.sha_request'$value $this->getEnv('PAYFORT_SHA_REQUEST'); break;
  35929.             case 'payfort.sha_response'$value $this->getEnv('PAYFORT_SHA_RESPONSE'); break;
  35930.             case 'zoho_id'$value $this->getEnv('resolve:ZOHO_ID_HOME_EG'); break;
  35931.             case 'zoho_secret'$value $this->getEnv('resolve:ZOHO_SECRET_HOME_EG'); break;
  35932.             case 'zoho_user'$value $this->getEnv('resolve:ZOHO_USER_HOME_EG'); break;
  35933.             case 'sync_customers_zoho_id'$value $this->getEnv('resolve:ZOHO_ID'); break;
  35934.             case 'sync_customers_zoho_secret'$value $this->getEnv('resolve:ZOHO_SECRET'); break;
  35935.             case 'sync_customers_zoho_user'$value $this->getEnv('resolve:ZOHO_USER'); break;
  35936.             case 'api_gateway.top_sellers.url'$value $this->getEnv('TOP_SELLER_SERVICE_ENDPOINT'); break;
  35937.             case 'api_gateway.supply_and_demand.url'$value $this->getEnv('LOCATIONS_INSIGHTS_SVC_ENDPOINT'); break;
  35938.             case 'promotional_mailer_dsn'$value $this->getEnv('MAILER_PROMOTIONAL_DSN'); break;
  35939.             case 'mailer_dsn'$value $this->getEnv('MAILER_DSN'); break;
  35940.             case 'new_fcm_api'$value 'https://fcm.googleapis.com/v1/projects/'.$this->getEnv('string:FCM_PROJECT_ID'); break;
  35941.             case 'user_dashboard_url'$value $this->getEnv('USER_DASHBOARD_URL'); break;
  35942.             case 'google_recaptcha_site_key'$value $this->getEnv('GOOGLE_RECAPTCHA_SITE_KEY'); break;
  35943.             case 'aqarmap.wompoo'$value = [
  35944.                 'enabled' => true,
  35945.                 'bucket' => $this->getEnv('AWS_S3_BUCKET'),
  35946.                 'base_urls' => $this->getEnv('json:THUMBOR_CDN_URLS'),
  35947.             ]; break;
  35948.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  35949.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  35950.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  35951.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  35952.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  35953.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  35954.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/Proxies'); break;
  35955.             case 'doctrine_mongodb.odm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/odm/mongodb/Proxies'); break;
  35956.             case 'doctrine_mongodb.odm.hydrator_dir'$value = ($this->targetDir.''.'/doctrine/odm/mongodb/Hydrators'); break;
  35957.             case 'doctrine_mongodb.odm.persistent_collection_dir'$value = ($this->targetDir.''.'/doctrine/odm/mongodb/PersistentCollections'); break;
  35958.             case 'fos_user.registration.confirmation.from_email'$value = [
  35959.                 $this->getEnv('WEBSITE_EMAIL') => 'Aqarmap',
  35960.             ]; break;
  35961.             case 'fos_user.resetting.email.from_email'$value = [
  35962.                 $this->getEnv('WEBSITE_EMAIL') => 'Aqarmap',
  35963.             ]; break;
  35964.             case 'redjan_ym_fcm.firebase_api_key'$value $this->getEnv('resolve:FCM_SERVER_KEY'); break;
  35965.             case 'vich_uploader.mappings'$value = [
  35966.                 'listing_photos' => [
  35967.                     'uri_prefix' => '/',
  35968.                     'upload_destination' => $this->getEnv('GAUFRETTE_FILESYSTEM'),
  35969.                     'namer' => [
  35970.                         'service' => 'vich_uploader.namer_uniqid.listing_photos',
  35971.                         'options' => [
  35972.                         ],
  35973.                     ],
  35974.                     'directory_namer' => [
  35975.                         'service' => 'Aqarmap\\Bundle\\MainBundle\\Naming\\ListingDirectoryNamer',
  35976.                         'options' => NULL,
  35977.                     ],
  35978.                     'delete_on_update' => true,
  35979.                     'delete_on_remove' => true,
  35980.                     'inject_on_load' => false,
  35981.                     'db_driver' => 'orm',
  35982.                 ],
  35983.                 'files_upload' => [
  35984.                     'uri_prefix' => '/',
  35985.                     'upload_destination' => $this->getEnv('GAUFRETTE_FILESYSTEM'),
  35986.                     'namer' => [
  35987.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.files_upload',
  35988.                         'options' => [
  35989.                         ],
  35990.                     ],
  35991.                     'directory_namer' => [
  35992.                         'service' => 'Aqarmap\\Bundle\\MainBundle\\Naming\\FilesDirectoryNamer',
  35993.                         'options' => NULL,
  35994.                     ],
  35995.                     'delete_on_update' => true,
  35996.                     'delete_on_remove' => true,
  35997.                     'inject_on_load' => false,
  35998.                     'db_driver' => 'orm',
  35999.                 ],
  36000.             ]; break;
  36001.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  36002.         }
  36003.         $this->loadedDynamicParameters[$name] = true;
  36004.         return $this->dynamicParameters[$name] = $value;
  36005.     }
  36006.     protected function getDefaultParameters(): array
  36007.     {
  36008.         return [
  36009.             'kernel.project_dir' => \dirname(__DIR__4),
  36010.             'kernel.environment' => 'dev',
  36011.             'kernel.debug' => true,
  36012.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  36013.             'kernel.bundles' => [
  36014.                 'AqarmapUserBundle' => 'Aqarmap\\Bundle\\UserBundle\\AqarmapUserBundle',
  36015.                 'AqarmapMainBundle' => 'Aqarmap\\Bundle\\MainBundle\\AqarmapMainBundle',
  36016.                 'AqarmapUtilityBundle' => 'Aqarmap\\Bundle\\UtilityBundle\\AqarmapUtilityBundle',
  36017.                 'AqarmapListingBundle' => 'Aqarmap\\Bundle\\ListingBundle\\AqarmapListingBundle',
  36018.                 'AqarmapMessageBundle' => 'Aqarmap\\Bundle\\MessageBundle\\AqarmapMessageBundle',
  36019.                 'AqarmapCreditBundle' => 'Aqarmap\\Bundle\\CreditBundle\\AqarmapCreditBundle',
  36020.                 'AqarmapNotifierBundle' => 'Aqarmap\\Bundle\\NotifierBundle\\AqarmapNotifierBundle',
  36021.                 'AqarmapBuyerAlertsBundle' => 'Aqarmap\\Bundle\\BuyerAlertsBundle\\AqarmapBuyerAlertsBundle',
  36022.                 'AqarmapApiBundle' => 'Aqarmap\\Bundle\\ApiBundle\\AqarmapApiBundle',
  36023.                 'AqarmapMortgageBundle' => 'Aqarmap\\Bundle\\MortgageBundle\\AqarmapMortgageBundle',
  36024.                 'AqarmapBrokerSalesBundle' => 'Aqarmap\\Bundle\\BrokerSalesBundle\\AqarmapBrokerSalesBundle',
  36025.                 'AqarmapNeighborhoodBundle' => 'Aqarmap\\Bundle\\NeighborhoodBundle\\AqarmapNeighborhoodBundle',
  36026.                 'AqarmapDiscussionBundle' => 'Aqarmap\\Bundle\\DiscussionBundle\\AqarmapDiscussionBundle',
  36027.                 'AqarmapCRMBundle' => 'Aqarmap\\Bundle\\CRMBundle\\AqarmapCRMBundle',
  36028.                 'AqarmapCustomerProfilingBundle' => 'Aqarmap\\Bundle\\CustomerProfilingBundle\\AqarmapCustomerProfilingBundle',
  36029.                 'AqarmapExchangeBundle' => 'Aqarmap\\Bundle\\ExchangeBundle\\AqarmapExchangeBundle',
  36030.                 'NotificationBundle' => 'Aqarmap\\Bundle\\NotificationBundle\\NotificationBundle',
  36031.                 'AqarmapPaymentBundle' => 'Aqarmap\\Bundle\\PaymentBundle\\AqarmapPaymentBundle',
  36032.                 'AqarmapAnnouncementBundle' => 'Aqarmap\\Bundle\\AnnouncementBundle\\AqarmapAnnouncementBundle',
  36033.                 'AqarmapSearchBundle' => 'Aqarmap\\Bundle\\SearchBundle\\AqarmapSearchBundle',
  36034.                 'AqarmapNotificationBundle' => 'Aqarmap\\Bundle\\NotificationBundle\\AqarmapNotificationBundle',
  36035.                 'FeatureToggleBundle' => 'Aqarmap\\Bundle\\FeatureToggleBundle\\FeatureToggleBundle',
  36036.                 'AqarmapValueEngineBundle' => 'Aqarmap\\Bundle\\ValueEngineBundle\\AqarmapValueEngineBundle',
  36037.                 'SurveyBundle' => 'Aqarmap\\Bundle\\SurveyBundle\\SurveyBundle',
  36038.                 'OTPBundle' => 'Aqarmap\\Bundle\\OTPBundle\\OTPBundle',
  36039.                 'TopSellerBundle' => 'Aqarmap\\Bundle\\TopSellerBundle\\TopSellerBundle',
  36040.                 'AqarmapFinancialAidsBundle' => 'Aqarmap\\Bundle\\FinancialAidsBundle\\AqarmapFinancialAidsBundle',
  36041.                 'RecurringTransactionBundle' => 'Aqarmap\\Bundle\\RecurringTransactionBundle\\RecurringTransactionBundle',
  36042.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  36043.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  36044.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  36045.                 'DoctrineMongoDBBundle' => 'Doctrine\\Bundle\\MongoDBBundle\\DoctrineMongoDBBundle',
  36046.                 'FOSElasticaBundle' => 'FOS\\ElasticaBundle\\FOSElasticaBundle',
  36047.                 'EnqueueBundle' => 'Enqueue\\Bundle\\EnqueueBundle',
  36048.                 'EnqueueElasticaBundle' => 'Enqueue\\ElasticaBundle\\EnqueueElasticaBundle',
  36049.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  36050.                 'FOSCKEditorBundle' => 'FOS\\CKEditorBundle\\FOSCKEditorBundle',
  36051.                 'FOSJsRoutingBundle' => 'FOS\\JsRoutingBundle\\FOSJsRoutingBundle',
  36052.                 'FOSRestBundle' => 'FOS\\RestBundle\\FOSRestBundle',
  36053.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  36054.                 'FOSUserBundle' => 'FOS\\UserBundle\\FOSUserBundle',
  36055.                 'HWIOAuthBundle' => 'HWI\\Bundle\\OAuthBundle\\HWIOAuthBundle',
  36056.                 'JMSI18nRoutingBundle' => 'JMS\\I18nRoutingBundle\\JMSI18nRoutingBundle',
  36057.                 'JMSSerializerBundle' => 'JMS\\SerializerBundle\\JMSSerializerBundle',
  36058.                 'KnpMenuBundle' => 'Knp\\Bundle\\MenuBundle\\KnpMenuBundle',
  36059.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  36060.                 'LiipImagineBundle' => 'Liip\\ImagineBundle\\LiipImagineBundle',
  36061.                 'NelmioApiDocBundle' => 'Nelmio\\ApiDocBundle\\NelmioApiDocBundle',
  36062.                 'OldSoundRabbitMqBundle' => 'OldSound\\RabbitMqBundle\\OldSoundRabbitMqBundle',
  36063.                 'HttplugBundle' => 'Http\\HttplugBundle\\HttplugBundle',
  36064.                 'PrestaSitemapBundle' => 'Presta\\SitemapBundle\\PrestaSitemapBundle',
  36065.                 'RedjanYmFCMBundle' => 'RedjanYm\\FCMBundle\\RedjanYmFCMBundle',
  36066.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  36067.                 'SncRedisBundle' => 'Snc\\RedisBundle\\SncRedisBundle',
  36068.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  36069.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  36070.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  36071.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  36072.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  36073.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  36074.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  36075.                 'VichUploaderBundle' => 'Vich\\UploaderBundle\\VichUploaderBundle',
  36076.                 'BazingaJsTranslationBundle' => 'Bazinga\\Bundle\\JsTranslationBundle\\BazingaJsTranslationBundle',
  36077.                 'KnpGaufretteBundle' => 'Knp\\Bundle\\GaufretteBundle\\KnpGaufretteBundle',
  36078.             ],
  36079.             'kernel.bundles_metadata' => [
  36080.                 'AqarmapUserBundle' => [
  36081.                     'path' => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/UserBundle'),
  36082.                     'namespace' => 'Aqarmap\\Bundle\\UserBundle',
  36083.                 ],
  36084.                 'AqarmapMainBundle' => [
  36085.                     'path' => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/MainBundle'),
  36086.                     'namespace' => 'Aqarmap\\Bundle\\MainBundle',
  36087.                 ],
  36088.                 'AqarmapUtilityBundle' => [
  36089.                     'path' => (\dirname(__DIR__4).'/vendor/aqarmap/utility-bundle/Aqarmap/Bundle/UtilityBundle'),
  36090.                     'namespace' => 'Aqarmap\\Bundle\\UtilityBundle',
  36091.                 ],
  36092.                 'AqarmapListingBundle' => [
  36093.                     'path' => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ListingBundle'),
  36094.                     'namespace' => 'Aqarmap\\Bundle\\ListingBundle',
  36095.                 ],
  36096.                 'AqarmapMessageBundle' => [
  36097.                     'path' => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/MessageBundle'),
  36098.                     'namespace' => 'Aqarmap\\Bundle\\MessageBundle',
  36099.                 ],
  36100.                 'AqarmapCreditBundle' => [
  36101.                     'path' => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/CreditBundle'),
  36102.                     'namespace' => 'Aqarmap\\Bundle\\CreditBundle',
  36103.                 ],
  36104.                 'AqarmapNotifierBundle' => [
  36105.                     'path' => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/NotifierBundle'),
  36106.                     'namespace' => 'Aqarmap\\Bundle\\NotifierBundle',
  36107.                 ],
  36108.                 'AqarmapBuyerAlertsBundle' => [
  36109.                     'path' => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/BuyerAlertsBundle'),
  36110.                     'namespace' => 'Aqarmap\\Bundle\\BuyerAlertsBundle',
  36111.                 ],
  36112.                 'AqarmapApiBundle' => [
  36113.                     'path' => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ApiBundle'),
  36114.                     'namespace' => 'Aqarmap\\Bundle\\ApiBundle',
  36115.                 ],
  36116.                 'AqarmapMortgageBundle' => [
  36117.                     'path' => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/MortgageBundle'),
  36118.                     'namespace' => 'Aqarmap\\Bundle\\MortgageBundle',
  36119.                 ],
  36120.                 'AqarmapBrokerSalesBundle' => [
  36121.                     'path' => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/BrokerSalesBundle'),
  36122.                     'namespace' => 'Aqarmap\\Bundle\\BrokerSalesBundle',
  36123.                 ],
  36124.                 'AqarmapNeighborhoodBundle' => [
  36125.                     'path' => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/NeighborhoodBundle'),
  36126.                     'namespace' => 'Aqarmap\\Bundle\\NeighborhoodBundle',
  36127.                 ],
  36128.                 'AqarmapDiscussionBundle' => [
  36129.                     'path' => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/DiscussionBundle'),
  36130.                     'namespace' => 'Aqarmap\\Bundle\\DiscussionBundle',
  36131.                 ],
  36132.                 'AqarmapCRMBundle' => [
  36133.                     'path' => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/CRMBundle'),
  36134.                     'namespace' => 'Aqarmap\\Bundle\\CRMBundle',
  36135.                 ],
  36136.                 'AqarmapCustomerProfilingBundle' => [
  36137.                     'path' => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/CustomerProfilingBundle'),
  36138.                     'namespace' => 'Aqarmap\\Bundle\\CustomerProfilingBundle',
  36139.                 ],
  36140.                 'AqarmapExchangeBundle' => [
  36141.                     'path' => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ExchangeBundle'),
  36142.                     'namespace' => 'Aqarmap\\Bundle\\ExchangeBundle',
  36143.                 ],
  36144.                 'NotificationBundle' => [
  36145.                     'path' => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle'),
  36146.                     'namespace' => 'Aqarmap\\Bundle\\NotificationBundle',
  36147.                 ],
  36148.                 'AqarmapPaymentBundle' => [
  36149.                     'path' => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/PaymentBundle'),
  36150.                     'namespace' => 'Aqarmap\\Bundle\\PaymentBundle',
  36151.                 ],
  36152.                 'AqarmapAnnouncementBundle' => [
  36153.                     'path' => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/AnnouncementBundle'),
  36154.                     'namespace' => 'Aqarmap\\Bundle\\AnnouncementBundle',
  36155.                 ],
  36156.                 'AqarmapSearchBundle' => [
  36157.                     'path' => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/SearchBundle'),
  36158.                     'namespace' => 'Aqarmap\\Bundle\\SearchBundle',
  36159.                 ],
  36160.                 'AqarmapNotificationBundle' => [
  36161.                     'path' => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/NotificationBundle'),
  36162.                     'namespace' => 'Aqarmap\\Bundle\\NotificationBundle',
  36163.                 ],
  36164.                 'FeatureToggleBundle' => [
  36165.                     'path' => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/FeatureToggleBundle'),
  36166.                     'namespace' => 'Aqarmap\\Bundle\\FeatureToggleBundle',
  36167.                 ],
  36168.                 'AqarmapValueEngineBundle' => [
  36169.                     'path' => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/ValueEngineBundle'),
  36170.                     'namespace' => 'Aqarmap\\Bundle\\ValueEngineBundle',
  36171.                 ],
  36172.                 'SurveyBundle' => [
  36173.                     'path' => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/SurveyBundle'),
  36174.                     'namespace' => 'Aqarmap\\Bundle\\SurveyBundle',
  36175.                 ],
  36176.                 'OTPBundle' => [
  36177.                     'path' => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/OTPBundle'),
  36178.                     'namespace' => 'Aqarmap\\Bundle\\OTPBundle',
  36179.                 ],
  36180.                 'TopSellerBundle' => [
  36181.                     'path' => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/TopSellerBundle'),
  36182.                     'namespace' => 'Aqarmap\\Bundle\\TopSellerBundle',
  36183.                 ],
  36184.                 'AqarmapFinancialAidsBundle' => [
  36185.                     'path' => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/FinancialAidsBundle'),
  36186.                     'namespace' => 'Aqarmap\\Bundle\\FinancialAidsBundle',
  36187.                 ],
  36188.                 'RecurringTransactionBundle' => [
  36189.                     'path' => (\dirname(__DIR__4).'/src/Aqarmap/Bundle/RecurringTransactionBundle'),
  36190.                     'namespace' => 'Aqarmap\\Bundle\\RecurringTransactionBundle',
  36191.                 ],
  36192.                 'FrameworkBundle' => [
  36193.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  36194.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  36195.                 ],
  36196.                 'DoctrineBundle' => [
  36197.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  36198.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  36199.                 ],
  36200.                 'DoctrineFixturesBundle' => [
  36201.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  36202.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  36203.                 ],
  36204.                 'DoctrineMongoDBBundle' => [
  36205.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/mongodb-odm-bundle'),
  36206.                     'namespace' => 'Doctrine\\Bundle\\MongoDBBundle',
  36207.                 ],
  36208.                 'FOSElasticaBundle' => [
  36209.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src'),
  36210.                     'namespace' => 'FOS\\ElasticaBundle',
  36211.                 ],
  36212.                 'EnqueueBundle' => [
  36213.                     'path' => (\dirname(__DIR__4).'/vendor/enqueue/enqueue-bundle'),
  36214.                     'namespace' => 'Enqueue\\Bundle',
  36215.                 ],
  36216.                 'EnqueueElasticaBundle' => [
  36217.                     'path' => (\dirname(__DIR__4).'/vendor/enqueue/elastica-bundle'),
  36218.                     'namespace' => 'Enqueue\\ElasticaBundle',
  36219.                 ],
  36220.                 'TwigBundle' => [
  36221.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  36222.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  36223.                 ],
  36224.                 'FOSCKEditorBundle' => [
  36225.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src'),
  36226.                     'namespace' => 'FOS\\CKEditorBundle',
  36227.                 ],
  36228.                 'FOSJsRoutingBundle' => [
  36229.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle'),
  36230.                     'namespace' => 'FOS\\JsRoutingBundle',
  36231.                 ],
  36232.                 'FOSRestBundle' => [
  36233.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle'),
  36234.                     'namespace' => 'FOS\\RestBundle',
  36235.                 ],
  36236.                 'SecurityBundle' => [
  36237.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  36238.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  36239.                 ],
  36240.                 'FOSUserBundle' => [
  36241.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle'),
  36242.                     'namespace' => 'FOS\\UserBundle',
  36243.                 ],
  36244.                 'HWIOAuthBundle' => [
  36245.                     'path' => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src'),
  36246.                     'namespace' => 'HWI\\Bundle\\OAuthBundle',
  36247.                 ],
  36248.                 'JMSI18nRoutingBundle' => [
  36249.                     'path' => (\dirname(__DIR__4).'/vendor/jms/i18n-routing-bundle/JMS/I18nRoutingBundle'),
  36250.                     'namespace' => 'JMS\\I18nRoutingBundle',
  36251.                 ],
  36252.                 'JMSSerializerBundle' => [
  36253.                     'path' => (\dirname(__DIR__4).'/vendor/jms/serializer-bundle'),
  36254.                     'namespace' => 'JMS\\SerializerBundle',
  36255.                 ],
  36256.                 'KnpMenuBundle' => [
  36257.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src'),
  36258.                     'namespace' => 'Knp\\Bundle\\MenuBundle',
  36259.                 ],
  36260.                 'KnpPaginatorBundle' => [
  36261.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle'),
  36262.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  36263.                 ],
  36264.                 'LiipImagineBundle' => [
  36265.                     'path' => (\dirname(__DIR__4).'/vendor/liip/imagine-bundle'),
  36266.                     'namespace' => 'Liip\\ImagineBundle',
  36267.                 ],
  36268.                 'NelmioApiDocBundle' => [
  36269.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle'),
  36270.                     'namespace' => 'Nelmio\\ApiDocBundle',
  36271.                 ],
  36272.                 'OldSoundRabbitMqBundle' => [
  36273.                     'path' => (\dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle'),
  36274.                     'namespace' => 'OldSound\\RabbitMqBundle',
  36275.                 ],
  36276.                 'HttplugBundle' => [
  36277.                     'path' => (\dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src'),
  36278.                     'namespace' => 'Http\\HttplugBundle',
  36279.                 ],
  36280.                 'PrestaSitemapBundle' => [
  36281.                     'path' => (\dirname(__DIR__4).'/vendor/presta/sitemap-bundle'),
  36282.                     'namespace' => 'Presta\\SitemapBundle',
  36283.                 ],
  36284.                 'RedjanYmFCMBundle' => [
  36285.                     'path' => (\dirname(__DIR__4).'/vendor/redjanym/fcm-bundle'),
  36286.                     'namespace' => 'RedjanYm\\FCMBundle',
  36287.                 ],
  36288.                 'SensioFrameworkExtraBundle' => [
  36289.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  36290.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  36291.                 ],
  36292.                 'SncRedisBundle' => [
  36293.                     'path' => (\dirname(__DIR__4).'/vendor/snc/redis-bundle/src'),
  36294.                     'namespace' => 'Snc\\RedisBundle',
  36295.                 ],
  36296.                 'DebugBundle' => [
  36297.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  36298.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  36299.                 ],
  36300.                 'MakerBundle' => [
  36301.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  36302.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  36303.                 ],
  36304.                 'MonologBundle' => [
  36305.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  36306.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  36307.                 ],
  36308.                 'DoctrineMigrationsBundle' => [
  36309.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  36310.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  36311.                 ],
  36312.                 'WebProfilerBundle' => [
  36313.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  36314.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  36315.                 ],
  36316.                 'TwigExtraBundle' => [
  36317.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  36318.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  36319.                 ],
  36320.                 'WebpackEncoreBundle' => [
  36321.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src'),
  36322.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  36323.                 ],
  36324.                 'VichUploaderBundle' => [
  36325.                     'path' => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle'),
  36326.                     'namespace' => 'Vich\\UploaderBundle',
  36327.                 ],
  36328.                 'BazingaJsTranslationBundle' => [
  36329.                     'path' => (\dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle'),
  36330.                     'namespace' => 'Bazinga\\Bundle\\JsTranslationBundle',
  36331.                 ],
  36332.                 'KnpGaufretteBundle' => [
  36333.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-gaufrette-bundle'),
  36334.                     'namespace' => 'Knp\\Bundle\\GaufretteBundle',
  36335.                 ],
  36336.             ],
  36337.             'kernel.charset' => 'UTF-8',
  36338.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  36339.             'jms_i18n_routing.locale_resolver.class' => 'Aqarmap\\Bundle\\MainBundle\\Locale\\DefaultLocaleResolver',
  36340.             'locale' => 'ar',
  36341.             'amazon_cloudwatch.stream' => 'dev',
  36342.             'wompoo.enabled' => true,
  36343.             'website_email' => 'info@aqarmap.com',
  36344.             'help_desk_email' => 'support+egypt@aqarmap.com',
  36345.             'webmaster_email' => 'no-reply@aqarmap.com.eg',
  36346.             'feedback_email' => 'support+egypt@aqarmap.com',
  36347.             'cs_email' => 'cs@aqarmap.com',
  36348.             'buyer_alerts_email' => 'buyer-alert@aqarmap.com',
  36349.             'router.request_context.base_url' => '',
  36350.             'cashnpay_product_id' => NULL,
  36351.             'cashnpay_secret_key' => NULL,
  36352.             'cashnpay_sandbox' => true,
  36353.             'slack_token' => 'xoxo-0000000000-0000000000-0000000000-0a0a0a0aa0',
  36354.             'slack_bot_name' => 'Symfony',
  36355.             'slack_channel' => '#monolog',
  36356.             'locales' => [
  36357.                 => 'ar',
  36358.                 => 'en',
  36359.             ],
  36360.             'firebase.apikey' => 'AAAA0Aa0Aa0:AAA00aAAaAaAaAAAaAAaaA-AA0AA0aAAA0aAa',
  36361.             'firebase.sender_id' => 1000000000000,
  36362.             'google_maps_key' => NULL,
  36363.             'facebook.app_id' => NULL,
  36364.             'facebook.app_secret' => NULL,
  36365.             'mongodb_user' => NULL,
  36366.             'mongodb_password' => NULL,
  36367.             'google.short.url.api_key' => NULL,
  36368.             'masked_email.imap_url' => 'imap.gmail.com:993/imap/ssl',
  36369.             'masked_email.email' => NULL,
  36370.             'masked_email.encrypted_password' => NULL,
  36371.             'payfort.sha_type' => 'sha256',
  36372.             'paymob.api_key' => NULL,
  36373.             'paymob.integration_id' => NULL,
  36374.             'paymob.recurring_integration_id' => NULL,
  36375.             'paymob.generate_token_url' => 'https://accept.paymob.com/api/auth/tokens',
  36376.             'paymob.generate_order_url' => 'https://accept.paymob.com/api/ecommerce/orders',
  36377.             'paymob.generate_payment_key_url' => 'https://accept.paymob.com/api/acceptance/payment_keys',
  36378.             'paymob.generate_pay_with_saved_card_url' => 'https://accept.paymob.com/api/acceptance/payments/pay',
  36379.             'chat' => [
  36380.                 'qiscus' => [
  36381.                     'app_id' => NULL,
  36382.                     'secret' => NULL,
  36383.                     'user_password' => NULL,
  36384.                     'uri' => '.qiscus.com/api',
  36385.                 ],
  36386.             ],
  36387.             'sms' => [
  36388.                 'aws' => [
  36389.                     'key' => NULL,
  36390.                     'secret' => NULL,
  36391.                     'region' => NULL,
  36392.                     'version' => NULL,
  36393.                     'sms_type' => NULL,
  36394.                     'from' => NULL,
  36395.                 ],
  36396.                 'nexmo' => [
  36397.                     'key' => NULL,
  36398.                     'secret' => NULL,
  36399.                     'from' => NULL,
  36400.                 ],
  36401.                 'connekio' => [
  36402.                     'url' => NULL,
  36403.                     'auth' => NULL,
  36404.                     'account_id' => NULL,
  36405.                     'mnc' => NULL,
  36406.                     'mcc' => NULL,
  36407.                     'from' => NULL,
  36408.                 ],
  36409.                 'infobip' => [
  36410.                     'base_url' => '',
  36411.                     'key' => '',
  36412.                     'from' => '',
  36413.                 ],
  36414.                 'provider' => 'infobip',
  36415.             ],
  36416.             'upload_location_path' => (\dirname(__DIR__4).'/web/locations/'),
  36417.             'aqarmap_notification' => [
  36418.                 'fcm' => [
  36419.                     'key' => NULL,
  36420.                 ],
  36421.                 'nexmo' => [
  36422.                     'api_key' => NULL,
  36423.                     'api_secret' => NULL,
  36424.                 ],
  36425.                 'mail' => [
  36426.                     'from' => 'system@aqarmap.com',
  36427.                 ],
  36428.             ],
  36429.             'aqarmap_advice_url' => 'https://advice.aqarmap.com.eg',
  36430.             'aqarmap.performance_log' => [
  36431.                 'enabled' => false,
  36432.             ],
  36433.             'aqarmap_teleport_client_secret' => '4drn0oj34y2os88gcc4gss4o0gc8gwk40ggg8ksgcwsg4w0g80',
  36434.             'aqarmap_teleport_client_id' => '1_1d3g4ovtnkqsosok4o8c8ksw4gcwsgkgwsk0wkos0s848k0cgo',
  36435.             'aqarmap_teleport_url' => 'https://fleet.aqarmap.net/',
  36436.             'zoho_redirect' => 'https://aqarmap.com.eg/en/',
  36437.             'zoho_resource_path' => 'public/crm',
  36438.             'auto_scrapy_init_command_api_url' => 'https://control:3vSPQ9@scrappy.aqarmap.net',
  36439.             'services.moonshot' => 'MOONSHOT',
  36440.             'services.poke' => 'POKE',
  36441.             'services.notification_center' => 'NOTIFICATION_CENTER',
  36442.             'facebookAppId' => '',
  36443.             'facebookSecret' => '',
  36444.             'aqm_cli.client_id' => '',
  36445.             'google_app_id' => NULL,
  36446.             'google_secret' => NULL,
  36447.             'google_redirect_url' => NULL,
  36448.             'joinUsARURL' => 'https://i.aqarmap.com/joinus/?campaign=HomepageWeb',
  36449.             'joinUsENURL' => 'https://i.aqarmap.com/joinus/index-en.html?campaign=HomepageWeb',
  36450.             'popUpJoinUsARURL' => 'https://i.aqarmap.com/joinus/?campaign=HomepageWidget',
  36451.             'popUpJoinUsENURL' => 'https://i.aqarmap.com/joinus/index-en.html?campaign=HomepageWidget',
  36452.             'env(MONGODB_URL)' => '',
  36453.             'env(MONGODB_DB)' => '',
  36454.             'container.dumper.inline_factories' => true,
  36455.             'event_dispatcher.event_aliases' => [
  36456.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  36457.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  36458.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  36459.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  36460.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  36461.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  36462.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  36463.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  36464.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  36465.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  36466.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  36467.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  36468.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  36469.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  36470.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  36471.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  36472.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  36473.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  36474.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  36475.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  36476.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  36477.             ],
  36478.             'fragment.renderer.hinclude.global_template' => NULL,
  36479.             'fragment.path' => '/_fragments',
  36480.             'kernel.http_method_override' => true,
  36481.             'kernel.trusted_hosts' => [
  36482.             ],
  36483.             'kernel.default_locale' => 'ar',
  36484.             'kernel.enabled_locales' => [
  36485.             ],
  36486.             'kernel.error_controller' => 'error_controller',
  36487.             'debug.file_link_format' => NULL,
  36488.             'asset.request_context.base_path' => NULL,
  36489.             'asset.request_context.secure' => NULL,
  36490.             'translator.logging' => false,
  36491.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  36492.             'debug.error_handler.throw_at' => -1,
  36493.             'router.resource' => 'kernel::loadRoutes',
  36494.             'request_listener.http_port' => 80,
  36495.             'request_listener.https_port' => 443,
  36496.             'session.metadata.storage_key' => '_sf2_meta',
  36497.             'session.storage.options' => [
  36498.                 'cache_limiter' => '0',
  36499.                 'cookie_secure' => 'auto',
  36500.                 'cookie_httponly' => true,
  36501.                 'cookie_samesite' => 'lax',
  36502.                 'gc_probability' => 1,
  36503.             ],
  36504.             'session.metadata.update_threshold' => 0,
  36505.             'form.type_extension.csrf.enabled' => true,
  36506.             'form.type_extension.csrf.field_name' => '_token',
  36507.             'validator.translation_domain' => 'validators',
  36508.             'profiler_listener.only_exceptions' => false,
  36509.             'profiler_listener.only_main_requests' => false,
  36510.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  36511.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  36512.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  36513.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  36514.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  36515.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  36516.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  36517.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  36518.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  36519.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  36520.             'doctrine.entity_managers' => [
  36521.                 'default' => 'doctrine.orm.default_entity_manager',
  36522.             ],
  36523.             'doctrine.default_entity_manager' => 'default',
  36524.             'doctrine.dbal.connection_factory.types' => [
  36525.             ],
  36526.             'doctrine.connections' => [
  36527.                 'default' => 'doctrine.dbal.default_connection',
  36528.             ],
  36529.             'doctrine.default_connection' => 'default',
  36530.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  36531.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  36532.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  36533.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  36534.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  36535.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  36536.             'doctrine.orm.cache.memcache_host' => 'localhost',
  36537.             'doctrine.orm.cache.memcache_port' => 11211,
  36538.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  36539.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  36540.             'doctrine.orm.cache.memcached_host' => 'localhost',
  36541.             'doctrine.orm.cache.memcached_port' => 11211,
  36542.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  36543.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  36544.             'doctrine.orm.cache.redis_host' => 'localhost',
  36545.             'doctrine.orm.cache.redis_port' => 6379,
  36546.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  36547.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  36548.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  36549.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  36550.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  36551.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  36552.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  36553.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  36554.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  36555.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  36556.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  36557.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  36558.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  36559.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  36560.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  36561.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  36562.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  36563.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  36564.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  36565.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  36566.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  36567.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  36568.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  36569.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  36570.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  36571.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  36572.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  36573.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  36574.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  36575.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  36576.             'doctrine.orm.auto_generate_proxy_classes' => true,
  36577.             'doctrine.orm.proxy_namespace' => 'Proxies',
  36578.             'doctrine_mongodb.odm.connection.class' => 'MongoDB\\Client',
  36579.             'doctrine_mongodb.odm.configuration.class' => 'Doctrine\\ODM\\MongoDB\\Configuration',
  36580.             'doctrine_mongodb.odm.document_manager.class' => 'Doctrine\\ODM\\MongoDB\\DocumentManager',
  36581.             'doctrine_mongodb.odm.manager_configurator.class' => 'Doctrine\\Bundle\\MongoDBBundle\\ManagerConfigurator',
  36582.             'doctrine_mongodb.odm.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  36583.             'doctrine_odm.mongodb.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  36584.             'doctrine_odm.mongodb.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  36585.             'doctrine_mongodb.odm.class' => 'Doctrine\\Bundle\\MongoDBBundle\\ManagerRegistry',
  36586.             'doctrine_mongodb.odm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  36587.             'doctrine_mongodb.odm.proxy_cache_warmer.class' => 'Doctrine\\Bundle\\MongoDBBundle\\CacheWarmer\\ProxyCacheWarmer',
  36588.             'doctrine_mongodb.odm.hydrator_cache_warmer.class' => 'Doctrine\\Bundle\\MongoDBBundle\\CacheWarmer\\HydratorCacheWarmer',
  36589.             'doctrine_mongodb.odm.persistent_collection_cache_warmer.class' => 'Doctrine\\Bundle\\MongoDBBundle\\CacheWarmer\\PersistentCollectionCacheWarmer',
  36590.             'doctrine_mongodb.odm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  36591.             'doctrine_mongodb.odm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  36592.             'doctrine_mongodb.odm.cache.apcu.class' => 'Doctrine\\Common\\Cache\\ApcuCache',
  36593.             'doctrine_mongodb.odm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  36594.             'doctrine_mongodb.odm.cache.memcache_host' => 'localhost',
  36595.             'doctrine_mongodb.odm.cache.memcache_port' => 11211,
  36596.             'doctrine_mongodb.odm.cache.memcache_instance.class' => 'Memcache',
  36597.             'doctrine_mongodb.odm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  36598.             'doctrine_mongodb.odm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  36599.             'doctrine_mongodb.odm.metadata.annotation.class' => 'Doctrine\\ODM\\MongoDB\\Mapping\\Driver\\AnnotationDriver',
  36600.             'doctrine_mongodb.odm.metadata.attribute.class' => 'Doctrine\\ODM\\MongoDB\\Mapping\\Driver\\AttributeDriver',
  36601.             'doctrine_mongodb.odm.metadata.attribute_reader.class' => 'Doctrine\\ODM\\MongoDB\\Mapping\\Driver\\AttributeReader',
  36602.             'doctrine_mongodb.odm.metadata.xml.class' => 'Doctrine\\Bundle\\MongoDBBundle\\Mapping\\Driver\\XmlDriver',
  36603.             'doctrine_mongodb.odm.mapping_dirs' => [
  36604.             ],
  36605.             'doctrine_mongodb.odm.xml_mapping_dirs' => [
  36606.             ],
  36607.             'doctrine_mongodb.odm.document_dirs' => [
  36608.             ],
  36609.             'doctrine_mongodb.odm.fixtures_dirs' => [
  36610.             ],
  36611.             'doctrine_mongodb.odm.logger.batch_insert_threshold' => 4,
  36612.             'doctrine_mongodb.odm.listeners.resolve_target_document.class' => 'Doctrine\\ODM\\MongoDB\\Tools\\ResolveTargetDocumentListener',
  36613.             'doctrine_mongodb.odm.default_connection' => 'default',
  36614.             'doctrine_mongodb.odm.default_document_manager' => 'default',
  36615.             'doctrine_mongodb.odm.proxy_namespace' => 'MongoDBODMProxies',
  36616.             'doctrine_mongodb.odm.auto_generate_proxy_classes' => 2,
  36617.             'doctrine_mongodb.odm.hydrator_namespace' => 'Hydrators',
  36618.             'doctrine_mongodb.odm.auto_generate_hydrator_classes' => 1,
  36619.             'doctrine_mongodb.odm.default_commit_options' => [
  36620.             ],
  36621.             'doctrine_mongodb.odm.persistent_collection_namespace' => 'PersistentCollections',
  36622.             'doctrine_mongodb.odm.auto_generate_persistent_collection_classes' => 0,
  36623.             'doctrine_mongodb.odm.fixture_loader' => 'Symfony\\Bridge\\Doctrine\\DataFixtures\\ContainerAwareLoader',
  36624.             'doctrine_mongodb.odm.connections' => [
  36625.                 'default' => 'doctrine_mongodb.odm.default_connection',
  36626.             ],
  36627.             'doctrine_mongodb.odm.document_managers' => [
  36628.                 'default' => 'doctrine_mongodb.odm.default_document_manager',
  36629.             ],
  36630.             'fos_elastica.property_accessor.magicCall' => false,
  36631.             'fos_elastica.property_accessor.throwExceptionOnInvalidIndex' => false,
  36632.             'fos_elastica.default_index' => 'app_listings',
  36633.             'enqueue.transport.default.receive_timeout' => 10000,
  36634.             'enqueue.client.default.router_processor' => 'enqueue.client.default.router_processor',
  36635.             'enqueue.client.default.router_queue_name' => 'default',
  36636.             'enqueue.client.default.default_queue_name' => 'default',
  36637.             'enqueue.transports' => [
  36638.                 => 'default',
  36639.             ],
  36640.             'enqueue.clients' => [
  36641.                 => 'default',
  36642.             ],
  36643.             'enqueue.default_transport' => 'default',
  36644.             'enqueue.default_client' => 'default',
  36645.             'twig.form.resources' => [
  36646.                 => '@VichUploader/Form/fields.html.twig',
  36647.                 => 'form_div_layout.html.twig',
  36648.                 => '@LiipImagine/Form/form_div_layout.html.twig',
  36649.                 => '@FOSCKEditor/Form/ckeditor_widget.html.twig',
  36650.             ],
  36651.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  36652.             'fos_js_routing.extractor.class' => 'FOS\\JsRoutingBundle\\Extractor\\ExposedRoutesExtractor',
  36653.             'fos_js_routing.controller.class' => 'FOS\\JsRoutingBundle\\Controller\\Controller',
  36654.             'fos_js_routing.normalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RouteCollectionNormalizer',
  36655.             'fos_js_routing.normalizer.routes_response.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RoutesResponseNormalizer',
  36656.             'fos_js_routing.denormalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Denormalizer\\RouteCollectionDenormalizer',
  36657.             'fos_js_routing.request_context_base_url' => NULL,
  36658.             'fos_js_routing.cache_control' => [
  36659.                 'enabled' => false,
  36660.             ],
  36661.             'fos_rest.format_listener.rules' => NULL,
  36662.             'security.role_hierarchy.roles' => [
  36663.                 'ROLE_SUPER_ADMIN' => [
  36664.                     => 'ROLE_ADMIN',
  36665.                     => 'ROLE_USER',
  36666.                     => 'ROLE_ALLOWED_TO_SWITCH',
  36667.                     => 'ROLE_API_DEVELOPER',
  36668.                     => 'ROLE_BROKER_SALES_MANAGER',
  36669.                     => 'ROLE_ACCESS_TO_ADMIN_LEADS',
  36670.                     => 'ROLE_WEBMASTER',
  36671.                     => 'ROLE_SUPPORT',
  36672.                     => 'ROLE_FREE_LISTING',
  36673.                     => 'ROLE_PAID_LISTING',
  36674.                     10 => 'ROLE_CRM',
  36675.                     11 => 'ROLE_STAFF',
  36676.                     12 => 'ROLE_MARKETING',
  36677.                     13 => 'ROLE_DISCUSSION',
  36678.                     14 => 'ROLE_CUSTOMER_PROFILING',
  36679.                     15 => 'ROLE_BROKER',
  36680.                     16 => 'ROLE_NOTIFICATION_SETTING',
  36681.                     17 => 'ROLE_IN_HOUSE',
  36682.                     18 => 'ROLE_NOTIFIER',
  36683.                     19 => 'ROLE_FINANCE',
  36684.                     20 => 'ROLE_ACCESS_TO_ADMIN_PAYMENTS',
  36685.                     21 => 'ROLE_SEARCH_SCORING',
  36686.                     22 => 'ROLE_BROKER_WEBSITE',
  36687.                     23 => 'ROLE_ADMIN_ACTIVITIES',
  36688.                     24 => 'ROLE_MESSENGER_TESTER',
  36689.                     25 => 'ROLE_REFUND_PAYMENT',
  36690.                     26 => 'ROLE_ANNOUNCEMENTS',
  36691.                     27 => 'ROLE_PROJECTS',
  36692.                     28 => 'ROLE_INCREASING_LISTINGS',
  36693.                     29 => 'ROLE_USER_MANAGEMENT',
  36694.                     30 => 'ROLE_ANALYSIS',
  36695.                     31 => 'ROLE_IMPORT_USERS',
  36696.                     32 => 'ROLE_SUBACCOUNT',
  36697.                     33 => 'ROLE_PAYMENT_DISCOUNT',
  36698.                     34 => 'ROLE_AUTO_BUMP_UP',
  36699.                     35 => 'ROLE_EDIT_PAYMENT',
  36700.                     36 => 'ROLE_FEATURE_LISTING',
  36701.                     37 => 'ROLE_CASH_FLOW',
  36702.                     38 => 'ROLE_PAYMENT_OPERATIONS',
  36703.                     39 => 'ROLE_FINANCE',
  36704.                     40 => 'ROLE_PUMP_UP_LISTING',
  36705.                     41 => 'ROLE_IMPORT_USERS_UGC',
  36706.                     42 => 'ROLE_SALES_ANALYSIS',
  36707.                     43 => 'ROLE_VE',
  36708.                     44 => 'ROLE_CHURN_EXPIRY',
  36709.                     45 => 'ROLE_SOLD_BY_OWNER',
  36710.                     46 => 'ROLE_TARGET_AUDIENCE',
  36711.                     47 => 'ROLE_SWITCH_ACCOUNT',
  36712.                     48 => 'ROLE_CUSTOM_PARAGRAPH',
  36713.                     49 => 'ROLE_LOCATIONS',
  36714.                     50 => 'ROLE_LISTING_APPROVAL',
  36715.                     51 => 'ROLE_ASSIGN_AGENT',
  36716.                     52 => 'ROLE_GENERATE_PAYMENT',
  36717.                     53 => 'ROLE_CREDIT_PACKAGE',
  36718.                     54 => 'ROLE_SAVED_SEARCHES',
  36719.                     55 => 'ROLE_PUBLISHED_LISTINGS_COUNT',
  36720.                     56 => 'ROLE_EXCLUSIVE_PACKAGE',
  36721.                     57 => 'ROLE_SHOW_PROJECT_IN_HOMEPAGE',
  36722.                     58 => 'ROLE_CHANGE_USER_PASSWORD',
  36723.                     59 => 'ROLE_EXTEND_EXPIRY_DATES',
  36724.                     60 => 'ROLE_CHANGE_USER_TYPE',
  36725.                     61 => 'ROLE_USER_SERVICE',
  36726.                     62 => 'ROLE_FINANCIAL_AID',
  36727.                     63 => 'ROLE_ADMIN_GROUPS',
  36728.                     64 => 'ROLE_TECH_SUPPORT',
  36729.                     65 => 'ROLE_HOME_EG',
  36730.                     66 => 'ROLE_IMPORT_DEVELOPER_USERS',
  36731.                     67 => 'ROLE_SCRAPPED_LISTING',
  36732.                     68 => 'ROLE_RELIST_LISTING',
  36733.                     69 => 'ROLE_PAYMENT_RECURRING',
  36734.                     70 => 'ROLE_ACTIVE_CUSTOMER',
  36735.                     71 => 'ROLE_MOBILE_SECTION_TOGGLE',
  36736.                     72 => 'ROLE_SHOW_REVIEW_LISTINGS',
  36737.                     73 => 'ROLE_EDIT_REVIEW_LISTINGS',
  36738.                     74 => 'ROLE_ACTIONS_REVIEW_LISTINGS',
  36739.                     75 => 'ROLE_TOP_CUSTOMER',
  36740.                     76 => 'ROLE_FEATURING_AS_SELLER',
  36741.                     77 => 'ROLE_BANNERS',
  36742.                     78 => 'ROLE_BULK_TOP_SELLER_LEADS_GENERATION',
  36743.                 ],
  36744.                 'ROLE_ADMIN' => [
  36745.                     => 'ROLE_USER',
  36746.                     => 'ROLE_IN_HOUSE',
  36747.                 ],
  36748.                 'ROLE_BROKER_SALES_MANAGER' => [
  36749.                     => 'ROLE_BROKER_SALES',
  36750.                     => 'ROLE_IN_HOUSE',
  36751.                 ],
  36752.                 'ROLE_BROKER_WEBSITE' => [
  36753.                     => 'ROLE_ADMIN',
  36754.                 ],
  36755.                 'ROLE_WEBMASTER' => [
  36756.                     => 'ROLE_ADMIN',
  36757.                     => 'ROLE_IN_HOUSE',
  36758.                 ],
  36759.                 'ROLE_SUPPORT' => [
  36760.                     => 'ROLE_ADMIN',
  36761.                     => 'ROLE_IN_HOUSE',
  36762.                 ],
  36763.                 'ROLE_BROKER_SALES' => [
  36764.                     => 'ROLE_ADMIN',
  36765.                     => 'ROLE_IN_HOUSE',
  36766.                 ],
  36767.                 'ROLE_NOTIFIER' => [
  36768.                     => 'ROLE_ADMIN',
  36769.                 ],
  36770.                 'ROLE_CRM' => [
  36771.                     => 'ROLE_ADMIN',
  36772.                     => 'ROLE_STAFF',
  36773.                 ],
  36774.                 'ROLE_ACCESS_TO_ADMIN_LEADS' => [
  36775.                     => 'ROLE_ADMIN',
  36776.                     => 'ROLE_IN_HOUSE',
  36777.                     => 'ROLE_LEADS_STATISTICS',
  36778.                 ],
  36779.                 'ROLE_ACCESS_TO_EXPORT_LEADS' => [
  36780.                     => 'ROLE_ADMIN',
  36781.                     => 'ROLE_IN_HOUSE',
  36782.                 ],
  36783.                 'ROLE_ACCESS_TO_ADMIN_PAYMENTS' => [
  36784.                     => 'ROLE_ADMIN',
  36785.                     => 'ROLE_IN_HOUSE',
  36786.                 ],
  36787.                 'ROLE_FREE_LISTING' => [
  36788.                     => 'ROLE_ADMIN',
  36789.                     => 'ROLE_IN_HOUSE',
  36790.                 ],
  36791.                 'ROLE_PAID_LISTING' => [
  36792.                     => 'ROLE_ADMIN',
  36793.                     => 'ROLE_IN_HOUSE',
  36794.                 ],
  36795.                 'ROLE_MARKETING' => [
  36796.                     => 'ROLE_ADMIN',
  36797.                 ],
  36798.                 'ROLE_CUSTOM_PARAGRAPH' => [
  36799.                     => 'ROLE_ADMIN',
  36800.                 ],
  36801.                 'ROLE_LOCATIONS' => [
  36802.                     => 'ROLE_ADMIN',
  36803.                 ],
  36804.                 'ROLE_DISCUSSION' => [
  36805.                     => 'ROLE_ADMIN',
  36806.                 ],
  36807.                 'ROLE_API_DEVELOPER' => [
  36808.                     => 'ROLE_USER',
  36809.                 ],
  36810.                 'ROLE_TROOP' => [
  36811.                     => 'ROLE_USER',
  36812.                     => 'ROLE_IN_HOUSE',
  36813.                 ],
  36814.                 'ROLE_COMMANDS' => [
  36815.                     => 'ROLE_TROOP',
  36816.                     => 'ROLE_IN_HOUSE',
  36817.                 ],
  36818.                 'ROLE_BROKER' => [
  36819.                     => 'ROLE_USER',
  36820.                 ],
  36821.                 'ROLE_DASHBOARD' => [
  36822.                     => 'ROLE_USER',
  36823.                 ],
  36824.                 'ROLE_PAID_LOGO' => [
  36825.                     => 'ROLE_USER',
  36826.                 ],
  36827.                 'ROLE_STAFF' => [
  36828.                     => 'ROLE_USER',
  36829.                     => 'ROLE_IN_HOUSE',
  36830.                 ],
  36831.                 'ROLE_CUSTOMER_PROFILING' => [
  36832.                     => 'ROLE_ADMIN',
  36833.                     => 'ROLE_IN_HOUSE',
  36834.                 ],
  36835.                 'ROLE_NOTIFICATION_SETTING' => [
  36836.                     => 'ROLE_ADMIN',
  36837.                     => 'ROLE_IN_HOUSE',
  36838.                 ],
  36839.                 'ROLE_SEARCH_SCORING' => [
  36840.                     => 'ROLE_ADMIN',
  36841.                     => 'ROLE_IN_HOUSE',
  36842.                 ],
  36843.                 'ROLE_ANALYSIS' => [
  36844.                     => 'ROLE_ADMIN',
  36845.                     => 'ROLE_IN_HOUSE',
  36846.                 ],
  36847.                 'ROLE_ADMIN_ACTIVITIES' => [
  36848.                     => 'ROLE_ADMIN',
  36849.                     => 'ROLE_IN_HOUSE',
  36850.                 ],
  36851.                 'ROLE_MESSENGER_TESTER' => [
  36852.                     => 'ROLE_ADMIN',
  36853.                 ],
  36854.                 'ROLE_REFUND_PAYMENT' => [
  36855.                     => 'ROLE_ADMIN',
  36856.                 ],
  36857.                 'ROLE_ANNOUNCEMENTS' => [
  36858.                     => 'ROLE_ADMIN',
  36859.                 ],
  36860.                 'ROLE_PROJECTS' => [
  36861.                     => 'ROLE_ADMIN',
  36862.                 ],
  36863.                 'ROLE_INCREASING_LISTINGS' => [
  36864.                     => 'ROLE_ADMIN',
  36865.                 ],
  36866.                 'ROLE_IMPORT_USERS' => [
  36867.                     => 'ROLE_ADMIN',
  36868.                 ],
  36869.                 'ROLE_USER_MANAGEMENT' => [
  36870.                     => 'ROLE_ADMIN',
  36871.                 ],
  36872.                 'ROLE_IN_HOUSE' => [
  36873.                 ],
  36874.                 'ROLE_USER' => [
  36875.                 ],
  36876.                 'ROLE_SUBACCOUNT' => [
  36877.                     => 'ROLE_ADMIN',
  36878.                 ],
  36879.                 'ROLE_PAYMENT_DISCOUNT' => [
  36880.                     => 'ROLE_ADMIN',
  36881.                 ],
  36882.                 'ROLE_AUTO_BUMP_UP' => [
  36883.                     => 'ROLE_ADMIN',
  36884.                 ],
  36885.                 'ROLE_EDIT_PAYMENT' => [
  36886.                     => 'ROLE_ADMIN',
  36887.                 ],
  36888.                 'ROLE_FEATURE_LISTING' => [
  36889.                     => 'ROLE_ADMIN',
  36890.                 ],
  36891.                 'ROLE_CASH_FLOW' => [
  36892.                     => 'ROLE_ADMIN',
  36893.                 ],
  36894.                 'ROLE_PAYMENT_OPERATIONS' => [
  36895.                     => 'ROLE_ADMIN',
  36896.                 ],
  36897.                 'ROLE_FINANCE' => [
  36898.                     => 'ROLE_ADMIN',
  36899.                 ],
  36900.                 'ROLE_LEADS_STATISTICS' => [
  36901.                     => 'ROLE_ADMIN',
  36902.                 ],
  36903.                 'ROLE_PENDING_FEATURING_LISTING' => [
  36904.                     => 'ROLE_ADMIN',
  36905.                 ],
  36906.                 'ROLE_PUMP_UP_LISTING' => [
  36907.                     => 'ROLE_ADMIN',
  36908.                 ],
  36909.                 'ROLE_IMPORT_USERS_UGC' => [
  36910.                     => 'ROLE_ADMIN',
  36911.                 ],
  36912.                 'ROLE_SALES_ANALYSIS' => [
  36913.                     => 'ROLE_ADMIN',
  36914.                 ],
  36915.                 'ROLE_VE' => [
  36916.                     => 'ROLE_ADMIN',
  36917.                 ],
  36918.                 'ROLE_CHURN_EXPIRY' => [
  36919.                     => 'ROLE_ADMIN',
  36920.                 ],
  36921.                 'ROLE_CANCEL_PAYMENT' => [
  36922.                     => 'ROLE_ADMIN',
  36923.                 ],
  36924.                 'ROLE_SOLD_BY_OWNER' => [
  36925.                     => 'ROLE_ADMIN',
  36926.                 ],
  36927.                 'ROLE_TARGET_AUDIENCE' => [
  36928.                     => 'ROLE_USER',
  36929.                 ],
  36930.                 'ROLE_SWITCH_ACCOUNT' => [
  36931.                     => 'ROLE_ADMIN',
  36932.                 ],
  36933.                 'ROLE_LISTING_APPROVAL' => [
  36934.                     => 'ROLE_ADMIN',
  36935.                 ],
  36936.                 'ROLE_ASSIGN_AGENT' => [
  36937.                     => 'ROLE_ADMIN',
  36938.                 ],
  36939.                 'ROLE_GENERATE_PAYMENT' => [
  36940.                     => 'ROLE_ADMIN',
  36941.                 ],
  36942.                 'ROLE_CREDIT_PACKAGE' => [
  36943.                     => 'ROLE_ADMIN',
  36944.                 ],
  36945.                 'ROLE_SAVED_SEARCHES' => [
  36946.                     => 'ROLE_ADMIN',
  36947.                 ],
  36948.                 'ROLE_PUBLISHED_LISTINGS_COUNT' => [
  36949.                     => 'ROLE_ADMIN',
  36950.                 ],
  36951.                 'ROLE_EXCLUSIVE_PACKAGE' => [
  36952.                     => 'ROLE_ADMIN',
  36953.                 ],
  36954.                 'ROLE_SHOW_PROJECT_IN_HOMEPAGE' => [
  36955.                     => 'ROLE_ADMIN',
  36956.                 ],
  36957.                 'ROLE_SCRAPED' => [
  36958.                     => 'ROLE_USER',
  36959.                 ],
  36960.                 'ROLE_CHANGE_USER_PASSWORD' => [
  36961.                     => 'ROLE_ADMIN',
  36962.                 ],
  36963.                 'ROLE_CHANGE_USER_TYPE' => [
  36964.                     => 'ROLE_ADMIN',
  36965.                 ],
  36966.                 'ROLE_EXTEND_EXPIRY_DATES' => [
  36967.                     => 'ROLE_ADMIN',
  36968.                 ],
  36969.                 'ROLE_USER_SERVICE' => [
  36970.                     => 'ROLE_ADMIN',
  36971.                 ],
  36972.                 'ROLE_FINANCIAL_AID' => [
  36973.                     => 'ROLE_ADMIN',
  36974.                 ],
  36975.                 'ROLE_ADMIN_GROUPS' => [
  36976.                     => 'ROLE_ADMIN',
  36977.                 ],
  36978.                 'ROLE_TECH_SUPPORT' => [
  36979.                     => 'ROLE_ADMIN',
  36980.                 ],
  36981.                 'ROLE_HOME_EG' => [
  36982.                 ],
  36983.                 'ROLE_SCRAPPED_LISTING' => [
  36984.                     => 'ROLE_ADMIN',
  36985.                 ],
  36986.                 'ROLE_IMPORT_DEVELOPER_USERS' => [
  36987.                     => 'ROLE_ADMIN',
  36988.                 ],
  36989.                 'ROLE_RELIST_LISTING' => [
  36990.                     => 'ROLE_ADMIN',
  36991.                 ],
  36992.                 'ROLE_PAYMENT_RECURRING' => [
  36993.                     => 'ROLE_ADMIN',
  36994.                 ],
  36995.                 'ROLE_ACTIVE_CUSTOMER' => [
  36996.                     => 'ROLE_ADMIN',
  36997.                 ],
  36998.                 'ROLE_PREVENT_DELETE_LISTING' => [
  36999.                     => 'ROLE_USER',
  37000.                 ],
  37001.                 'ROLE_MOBILE_SECTION_TOGGLE' => [
  37002.                     => 'ROLE_ADMIN',
  37003.                 ],
  37004.                 'ROLE_REVIEW_PENDING_LISTINGS' => [
  37005.                     => 'ROLE_ADMIN',
  37006.                     => 'ROLE_FREE_LISTING',
  37007.                     => 'ROLE_PAID_LISTING',
  37008.                     => 'ROLE_ACTIVE_CUSTOMER',
  37009.                     => 'ROLE_SCRAPPED_LISTING',
  37010.                     => 'ROLE_INCREASING_LISTINGS',
  37011.                 ],
  37012.                 'ROLE_SHOW_REVIEW_LISTINGS' => [
  37013.                     => 'ROLE_ADMIN',
  37014.                 ],
  37015.                 'ROLE_EDIT_REVIEW_LISTINGS' => [
  37016.                     => 'ROLE_ADMIN',
  37017.                 ],
  37018.                 'ROLE_ACTIONS_REVIEW_LISTINGS' => [
  37019.                     => 'ROLE_ADMIN',
  37020.                 ],
  37021.                 'ROLE_NO_SCRAPPED_TABLE_VIEW' => [
  37022.                     => 'ROLE_ADMIN',
  37023.                 ],
  37024.                 'ROLE_TOP_CUSTOMER' => [
  37025.                     => 'ROLE_ADMIN',
  37026.                 ],
  37027.                 'ROLE_EDIT_LISTING_BASIC_INFO' => [
  37028.                     => 'ROLE_ADMIN',
  37029.                 ],
  37030.                 'ROLE_EDIT_LISTING_PARTICIPANTS' => [
  37031.                     => 'ROLE_ADMIN',
  37032.                 ],
  37033.                 'ROLE_EDIT_LISTING_UNITS' => [
  37034.                     => 'ROLE_ADMIN',
  37035.                     => 'ROLE_ACTIONS_REVIEW_LISTINGS',
  37036.                     => 'ROLE_EDIT_LISTING_UNITS',
  37037.                 ],
  37038.                 'ROLE_EDIT_LISTING_PHOTOS' => [
  37039.                     => 'ROLE_ADMIN',
  37040.                     => 'ROLE_EDIT_REVIEW_LISTINGS',
  37041.                 ],
  37042.                 'ROLE_EDIT_LISTING_PHONE' => [
  37043.                     => 'ROLE_ADMIN',
  37044.                 ],
  37045.                 'ROLE_EDIT_LISTING_LOCATION' => [
  37046.                     => 'ROLE_ADMIN',
  37047.                 ],
  37048.                 'ROLE_EDIT_LISTING_CHANGE_STATUS' => [
  37049.                     => 'ROLE_ADMIN',
  37050.                 ],
  37051.                 'ROLE_FEATURING_AS_SELLER' => [
  37052.                     => 'ROLE_ADMIN',
  37053.                 ],
  37054.                 'ROLE_BANNERS' => [
  37055.                     => 'ROLE_ADMIN',
  37056.                 ],
  37057.                 'ROLE_BULK_TOP_SELLER_LEADS_GENERATION' => [
  37058.                     => 'ROLE_ADMIN',
  37059.                 ],
  37060.             ],
  37061.             'security.access.denied_url' => NULL,
  37062.             'security.authentication.manager.erase_credentials' => true,
  37063.             'security.authentication.session_strategy.strategy' => 'migrate',
  37064.             'security.access.always_authenticate_before_granting' => true,
  37065.             'security.authentication.hide_user_not_found' => true,
  37066.             'security.firewalls' => [
  37067.                 => 'api_v3_anonymous_feature-expiry-date',
  37068.                 => 'api_v3_anonymous_contact_seller',
  37069.                 => 'api_v3_anonymous_rejection_reasons',
  37070.                 => 'api_v3_anonymous_impressions',
  37071.                 => 'api_v3_anonymous_lead',
  37072.                 => 'api_v4_list_top_customers',
  37073.                 => 'aqarmap_api_user_personal_data',
  37074.                 => 'api_v3_anonymous_lead_without_user',
  37075.                 => 'api_v3_anonymous_location_search',
  37076.                 => 'api_v3_anonymous_location_search_without_slash',
  37077.                 10 => 'api_v3_anonymous_nearby_locations',
  37078.                 11 => 'api_v3_anonymous_rate_options',
  37079.                 12 => 'api_v3_anonymous_listing_rate',
  37080.                 13 => 'api_v3_anonymous_login',
  37081.                 14 => 'api_create_feedback_v3',
  37082.                 15 => 'api_v3_group_create_or_open',
  37083.                 16 => 'api_get_users_logo_v3',
  37084.                 17 => 'api_v4_anonymous_location_search',
  37085.                 18 => 'api_v4_resale_listings',
  37086.                 19 => 'api_v4_anonymous_filters',
  37087.                 20 => 'api_v4_anonymous_find_listing',
  37088.                 21 => 'api_v4_anonymous_location_children',
  37089.                 22 => 'api_v4_anonymous_register',
  37090.                 23 => 'api_v4_anonymous_registeration_otp',
  37091.                 24 => 'api_v4_anonymous_login_otp',
  37092.                 25 => 'api_v4_anonymous_edit_phone',
  37093.                 26 => 'api_v4_location_statistics_tree',
  37094.                 27 => 'aqarmap_api_get_location_parents_v4',
  37095.                 28 => 'aqarmap_api_get_location_translation',
  37096.                 29 => 'api_v4_user_locations_level',
  37097.                 30 => 'api_v4_list_top_sellers',
  37098.                 31 => 'api_check_token_expiry_v4',
  37099.                 32 => 'anonymous_otp',
  37100.                 33 => 'contact_seller_v2',
  37101.                 34 => 'aqarmap_api_v2_discussion_data',
  37102.                 35 => 'api_v2_list_top_customers',
  37103.                 36 => 'api_v2_oauth_token',
  37104.                 37 => 'api_v4_oauth_token',
  37105.                 38 => 'aqarmap_api_get_coordinates',
  37106.                 39 => 'aqarmap_api_check_top_seller',
  37107.                 40 => 'v4_api_create_call_request',
  37108.                 41 => 'api',
  37109.                 42 => 'api_v3',
  37110.                 43 => 'api_v4',
  37111.                 44 => 'dev',
  37112.                 45 => 'main',
  37113.             ],
  37114.             'security.api_v3_anonymous_lead._indexed_authenticators' => [
  37115.             ],
  37116.             'security.api_v4_list_top_customers._indexed_authenticators' => [
  37117.             ],
  37118.             'security.aqarmap_api_user_personal_data._indexed_authenticators' => [
  37119.             ],
  37120.             'security.api._indexed_authenticators' => [
  37121.             ],
  37122.             'security.api_v3._indexed_authenticators' => [
  37123.             ],
  37124.             'security.api_v4._indexed_authenticators' => [
  37125.             ],
  37126.             'hwi_oauth.resource_ownermap.configured.main' => [
  37127.                 'aqarmap' => '/hwi/login/aqarmap',
  37128.             ],
  37129.             'security.main._indexed_authenticators' => [
  37130.             ],
  37131.             'fos_user.backend_type_orm' => true,
  37132.             'fos_user.security.interactive_login_listener.class' => 'FOS\\UserBundle\\EventListener\\LastLoginListener',
  37133.             'fos_user.security.login_manager.class' => 'FOS\\UserBundle\\Security\\LoginManager',
  37134.             'fos_user.resetting.email.template' => '@FOSUser/Resetting/email.txt.twig',
  37135.             'fos_user.registration.confirmation.template' => '@FOSUser/Registration/email.txt.twig',
  37136.             'fos_user.storage' => 'orm',
  37137.             'fos_user.firewall_name' => 'main',
  37138.             'fos_user.model_manager_name' => NULL,
  37139.             'fos_user.model.user.class' => 'Aqarmap\\Bundle\\UserBundle\\Entity\\User',
  37140.             'fos_user.profile.form.type' => 'Aqarmap\\Bundle\\UserBundle\\Form\\ProfileFormType',
  37141.             'fos_user.profile.form.validation_groups' => [
  37142.                 => 'Default',
  37143.                 => 'profile',
  37144.             ],
  37145.             'fos_user.profile.form.name' => 'fos_user_profile_form',
  37146.             'fos_user.registration.confirmation.enabled' => false,
  37147.             'fos_user.registration.form.type' => 'Aqarmap\\Bundle\\UserBundle\\Form\\RegistrationFormType',
  37148.             'fos_user.registration.form.validation_groups' => [
  37149.                 => 'registration',
  37150.             ],
  37151.             'fos_user.registration.form.name' => 'fos_user_registration_form',
  37152.             'fos_user.change_password.form.type' => 'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType',
  37153.             'fos_user.change_password.form.name' => 'fos_user_change_password_form',
  37154.             'fos_user.change_password.form.validation_groups' => [
  37155.                 => 'ChangePassword',
  37156.                 => 'Default',
  37157.             ],
  37158.             'fos_user.resetting.retry_ttl' => 7200,
  37159.             'fos_user.resetting.token_ttl' => 86400,
  37160.             'fos_user.resetting.form.type' => 'FOS\\UserBundle\\Form\\Type\\ResettingFormType',
  37161.             'fos_user.resetting.form.name' => 'fos_user_resetting_form',
  37162.             'fos_user.resetting.form.validation_groups' => [
  37163.                 => 'ResetPassword',
  37164.                 => 'Default',
  37165.             ],
  37166.             'hwi_oauth.target_path_parameter' => NULL,
  37167.             'hwi_oauth.target_path_domains_whitelist' => [
  37168.             ],
  37169.             'hwi_oauth.use_referer' => true,
  37170.             'hwi_oauth.failed_use_referer' => false,
  37171.             'hwi_oauth.failed_auth_path' => 'hwi_oauth_connect',
  37172.             'hwi_oauth.grant_rule' => 'IS_AUTHENTICATED_FULLY',
  37173.             'hwi_oauth.resource_owners' => [
  37174.                 'aqarmap' => 'aqarmap',
  37175.             ],
  37176.             'hwi_oauth.connect' => false,
  37177.             'hwi_oauth.connect.confirmation' => false,
  37178.             'hwi_oauth.connect.registration_form' => NULL,
  37179.             'jms_i18n_routing.router.class' => 'JMS\\I18nRoutingBundle\\Router\\I18nRouter',
  37180.             'jms_i18n_routing.loader.class' => 'JMS\\I18nRoutingBundle\\Router\\I18nLoader',
  37181.             'jms_i18n_routing.route_exclusion_strategy.class' => 'JMS\\I18nRoutingBundle\\Router\\DefaultRouteExclusionStrategy',
  37182.             'jms_i18n_routing.pattern_generation_strategy.class' => 'JMS\\I18nRoutingBundle\\Router\\DefaultPatternGenerationStrategy',
  37183.             'jms_i18n_routing.locale_choosing_listener.class' => 'JMS\\I18nRoutingBundle\\EventListener\\LocaleChoosingListener',
  37184.             'jms_i18n_routing.cookie_setting_listener.class' => 'JMS\\I18nRoutingBundle\\EventListener\\CookieSettingListener',
  37185.             'jms_i18n_routing.route_translation_extractor.class' => 'JMS\\I18nRoutingBundle\\Translation\\RouteTranslationExtractor',
  37186.             'jms_i18n_routing.default_locale' => 'ar',
  37187.             'jms_i18n_routing.locales' => [
  37188.                 => 'ar',
  37189.                 => 'en',
  37190.             ],
  37191.             'jms_i18n_routing.catalogue' => 'routes',
  37192.             'jms_i18n_routing.strategy' => 'prefix',
  37193.             'jms_i18n_routing.redirect_to_host' => true,
  37194.             'jms_i18n_routing.cookie.name' => 'hl',
  37195.             'knp_menu.renderer.list.options' => [
  37196.             ],
  37197.             'knp_menu.twig.extension.class' => 'Knp\\Menu\\Twig\\MenuExtension',
  37198.             'knp_menu.renderer.twig.class' => 'Knp\\Menu\\Renderer\\TwigRenderer',
  37199.             'knp_menu.renderer.twig.options' => [
  37200.             ],
  37201.             'knp_menu.renderer.twig.template' => '@KnpMenu/menu.html.twig',
  37202.             'knp_menu.default_renderer' => 'twig',
  37203.             'knp_paginator.template.pagination' => '@KnpPaginator/Pagination/sliding.html.twig',
  37204.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  37205.             'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  37206.             'knp_paginator.page_range' => 5,
  37207.             'knp_paginator.page_limit' => NULL,
  37208.             'liip_imagine.resolvers' => [
  37209.                 'default' => [
  37210.                     'web_path' => [
  37211.                         'web_root' => (\dirname(__DIR__4).'/public'),
  37212.                         'cache_prefix' => 'media/cache',
  37213.                     ],
  37214.                 ],
  37215.             ],
  37216.             'liip_imagine.loaders' => [
  37217.                 'stream.aws_s3' => [
  37218.                     'stream' => [
  37219.                         'wrapper' => 'gaufrette://pictures/',
  37220.                         'context' => NULL,
  37221.                     ],
  37222.                 ],
  37223.                 'default' => [
  37224.                     'filesystem' => [
  37225.                         'locator' => 'filesystem',
  37226.                         'data_root' => [
  37227.                             => (\dirname(__DIR__4).'/public'),
  37228.                         ],
  37229.                         'allow_unresolvable_data_roots' => false,
  37230.                         'bundle_resources' => [
  37231.                             'enabled' => false,
  37232.                             'access_control_type' => 'blacklist',
  37233.                             'access_control_list' => [
  37234.                             ],
  37235.                         ],
  37236.                     ],
  37237.                 ],
  37238.             ],
  37239.             'liip_imagine.jpegoptim.binary' => '/usr/bin/jpegoptim',
  37240.             'liip_imagine.jpegoptim.stripAll' => true,
  37241.             'liip_imagine.jpegoptim.max' => NULL,
  37242.             'liip_imagine.jpegoptim.progressive' => true,
  37243.             'liip_imagine.jpegoptim.tempDir' => NULL,
  37244.             'liip_imagine.optipng.binary' => '/usr/bin/optipng',
  37245.             'liip_imagine.optipng.level' => 7,
  37246.             'liip_imagine.optipng.stripAll' => true,
  37247.             'liip_imagine.optipng.tempDir' => NULL,
  37248.             'liip_imagine.pngquant.binary' => '/usr/bin/pngquant',
  37249.             'liip_imagine.mozjpeg.binary' => '/opt/mozjpeg/bin/cjpeg',
  37250.             'liip_imagine.cwebp.binary' => '/usr/bin/cwebp',
  37251.             'liip_imagine.cwebp.tempDir' => NULL,
  37252.             'liip_imagine.cwebp.q' => 75,
  37253.             'liip_imagine.cwebp.alphaQ' => 100,
  37254.             'liip_imagine.cwebp.m' => 4,
  37255.             'liip_imagine.cwebp.alphaFilter' => 'fast',
  37256.             'liip_imagine.cwebp.alphaMethod' => 1,
  37257.             'liip_imagine.cwebp.exact' => false,
  37258.             'liip_imagine.cwebp.metadata' => [
  37259.                 => 'none',
  37260.             ],
  37261.             'liip_imagine.driver_service' => 'liip_imagine.gd',
  37262.             'liip_imagine.cache.resolver.default' => 'default',
  37263.             'liip_imagine.default_image' => NULL,
  37264.             'liip_imagine.filter_sets' => [
  37265.                 'large' => [
  37266.                     'quality' => 100,
  37267.                     'jpeg_quality' => NULL,
  37268.                     'png_compression_level' => NULL,
  37269.                     'png_compression_filter' => NULL,
  37270.                     'format' => NULL,
  37271.                     'animated' => false,
  37272.                     'cache' => NULL,
  37273.                     'data_loader' => NULL,
  37274.                     'default_image' => NULL,
  37275.                     'filters' => [
  37276.                         'auto_rotate' => [
  37277.                         ],
  37278.                         'thumbnail' => [
  37279.                             'size' => [
  37280.                                 => 1024,
  37281.                                 => 1024,
  37282.                             ],
  37283.                             'mode' => 'inset',
  37284.                         ],
  37285.                     ],
  37286.                     'post_processors' => [
  37287.                     ],
  37288.                 ],
  37289.                 'small' => [
  37290.                     'quality' => 100,
  37291.                     'jpeg_quality' => NULL,
  37292.                     'png_compression_level' => NULL,
  37293.                     'png_compression_filter' => NULL,
  37294.                     'format' => NULL,
  37295.                     'animated' => false,
  37296.                     'cache' => NULL,
  37297.                     'data_loader' => NULL,
  37298.                     'default_image' => NULL,
  37299.                     'filters' => [
  37300.                         'auto_rotate' => [
  37301.                         ],
  37302.                         'thumbnail' => [
  37303.                             'size' => [
  37304.                                 => 200,
  37305.                                 => 113,
  37306.                             ],
  37307.                             'mode' => 'outbound',
  37308.                         ],
  37309.                     ],
  37310.                     'post_processors' => [
  37311.                     ],
  37312.                 ],
  37313.                 'logo' => [
  37314.                     'quality' => 100,
  37315.                     'jpeg_quality' => NULL,
  37316.                     'png_compression_level' => NULL,
  37317.                     'png_compression_filter' => NULL,
  37318.                     'format' => NULL,
  37319.                     'animated' => false,
  37320.                     'cache' => NULL,
  37321.                     'data_loader' => NULL,
  37322.                     'default_image' => NULL,
  37323.                     'filters' => [
  37324.                         'auto_rotate' => [
  37325.                         ],
  37326.                         'thumbnail' => [
  37327.                             'size' => [
  37328.                                 => 200,
  37329.                                 => 100,
  37330.                             ],
  37331.                             'mode' => 'inset',
  37332.                         ],
  37333.                     ],
  37334.                     'post_processors' => [
  37335.                     ],
  37336.                 ],
  37337.                 'slider_photo' => [
  37338.                     'quality' => 100,
  37339.                     'jpeg_quality' => NULL,
  37340.                     'png_compression_level' => NULL,
  37341.                     'png_compression_filter' => NULL,
  37342.                     'format' => NULL,
  37343.                     'animated' => false,
  37344.                     'cache' => NULL,
  37345.                     'data_loader' => NULL,
  37346.                     'default_image' => NULL,
  37347.                     'filters' => [
  37348.                         'auto_rotate' => [
  37349.                         ],
  37350.                         'thumbnail' => [
  37351.                             'size' => [
  37352.                                 => 800,
  37353.                                 => 450,
  37354.                             ],
  37355.                             'mode' => 'outbound',
  37356.                         ],
  37357.                     ],
  37358.                     'post_processors' => [
  37359.                     ],
  37360.                 ],
  37361.                 'search_thumb' => [
  37362.                     'quality' => 100,
  37363.                     'jpeg_quality' => NULL,
  37364.                     'png_compression_level' => NULL,
  37365.                     'png_compression_filter' => NULL,
  37366.                     'format' => NULL,
  37367.                     'animated' => false,
  37368.                     'cache' => NULL,
  37369.                     'data_loader' => NULL,
  37370.                     'default_image' => NULL,
  37371.                     'filters' => [
  37372.                         'auto_rotate' => [
  37373.                         ],
  37374.                         'relative_resize' => [
  37375.                             'heighten' => 250,
  37376.                             'widen' => 368,
  37377.                         ],
  37378.                         'thumbnail' => [
  37379.                             'size' => [
  37380.                                 => 736,
  37381.                                 => 500,
  37382.                             ],
  37383.                             'mode' => 'outbound',
  37384.                         ],
  37385.                         'crop' => [
  37386.                             'start' => [
  37387.                                 => 10,
  37388.                                 => 20,
  37389.                             ],
  37390.                             'size' => [
  37391.                                 => 250,
  37392.                                 => 170,
  37393.                             ],
  37394.                         ],
  37395.                     ],
  37396.                     'post_processors' => [
  37397.                     ],
  37398.                 ],
  37399.                 'advice_thumb' => [
  37400.                     'quality' => 100,
  37401.                     'jpeg_quality' => NULL,
  37402.                     'png_compression_level' => NULL,
  37403.                     'png_compression_filter' => NULL,
  37404.                     'format' => NULL,
  37405.                     'animated' => false,
  37406.                     'cache' => NULL,
  37407.                     'data_loader' => NULL,
  37408.                     'default_image' => NULL,
  37409.                     'filters' => [
  37410.                         'auto_rotate' => [
  37411.                         ],
  37412.                         'relative_resize' => [
  37413.                             'heighten' => 350,
  37414.                             'widen' => 368,
  37415.                         ],
  37416.                         'thumbnail' => [
  37417.                             'size' => [
  37418.                                 => 736,
  37419.                                 => 500,
  37420.                             ],
  37421.                             'mode' => 'outbound',
  37422.                         ],
  37423.                     ],
  37424.                     'post_processors' => [
  37425.                     ],
  37426.                 ],
  37427.                 'neighborhood_slider' => [
  37428.                     'quality' => 100,
  37429.                     'jpeg_quality' => NULL,
  37430.                     'png_compression_level' => NULL,
  37431.                     'png_compression_filter' => NULL,
  37432.                     'format' => NULL,
  37433.                     'animated' => false,
  37434.                     'cache' => NULL,
  37435.                     'data_loader' => NULL,
  37436.                     'default_image' => NULL,
  37437.                     'filters' => [
  37438.                         'auto_rotate' => [
  37439.                         ],
  37440.                         'thumbnail' => [
  37441.                             'size' => [
  37442.                                 => 1140,
  37443.                                 => 760,
  37444.                             ],
  37445.                             'mode' => 'inset',
  37446.                         ],
  37447.                     ],
  37448.                     'post_processors' => [
  37449.                     ],
  37450.                 ],
  37451.             ],
  37452.             'liip_imagine.binary.loader.default' => 'stream.aws_s3',
  37453.             'liip_imagine.controller.filter_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterAction',
  37454.             'liip_imagine.controller.filter_runtime_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterRuntimeAction',
  37455.             'liip_imagine.webp.generate' => false,
  37456.             'liip_imagine.webp.options' => [
  37457.                 'quality' => 100,
  37458.                 'cache' => NULL,
  37459.                 'data_loader' => NULL,
  37460.                 'post_processors' => [
  37461.                 ],
  37462.             ],
  37463.             'nelmio_api_doc.areas' => [
  37464.                 => 'default',
  37465.             ],
  37466.             'nelmio_api_doc.use_validation_groups' => false,
  37467.             'old_sound_rabbit_mq.connection.class' => 'PhpAmqpLib\\Connection\\AMQPStreamConnection',
  37468.             'old_sound_rabbit_mq.socket_connection.class' => 'PhpAmqpLib\\Connection\\AMQPSocketConnection',
  37469.             'old_sound_rabbit_mq.lazy.connection.class' => 'PhpAmqpLib\\Connection\\AMQPLazyConnection',
  37470.             'old_sound_rabbit_mq.lazy.socket_connection.class' => 'PhpAmqpLib\\Connection\\AMQPLazySocketConnection',
  37471.             'old_sound_rabbit_mq.connection_factory.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\AMQPConnectionFactory',
  37472.             'old_sound_rabbit_mq.binding.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\Binding',
  37473.             'old_sound_rabbit_mq.producer.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\Producer',
  37474.             'old_sound_rabbit_mq.consumer.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\Consumer',
  37475.             'old_sound_rabbit_mq.multi_consumer.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\MultipleConsumer',
  37476.             'old_sound_rabbit_mq.dynamic_consumer.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\DynamicConsumer',
  37477.             'old_sound_rabbit_mq.batch_consumer.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\BatchConsumer',
  37478.             'old_sound_rabbit_mq.anon_consumer.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\AnonConsumer',
  37479.             'old_sound_rabbit_mq.rpc_client.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\RpcClient',
  37480.             'old_sound_rabbit_mq.rpc_server.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\RpcServer',
  37481.             'old_sound_rabbit_mq.logged.channel.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\AMQPLoggedChannel',
  37482.             'old_sound_rabbit_mq.data_collector.class' => 'OldSound\\RabbitMqBundle\\DataCollector\\MessageDataCollector',
  37483.             'old_sound_rabbit_mq.parts_holder.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\AmqpPartsHolder',
  37484.             'old_sound_rabbit_mq.fallback.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\Fallback',
  37485.             'presta_sitemap.generator.class' => 'Presta\\SitemapBundle\\Service\\Generator',
  37486.             'presta_sitemap.dumper.class' => 'Presta\\SitemapBundle\\Service\\Dumper',
  37487.             'presta_sitemap.routing_loader.class' => 'Presta\\SitemapBundle\\Routing\\SitemapRoutingLoader',
  37488.             'presta_sitemap.dump_command.class' => 'Presta\\SitemapBundle\\Command\\DumpSitemapsCommand',
  37489.             'presta_sitemap.dump_directory' => (\dirname(__DIR__4).'/public'),
  37490.             'presta_sitemap.timetolive' => 86400,
  37491.             'presta_sitemap.sitemap_file_prefix' => 'sitemap',
  37492.             'presta_sitemap.items_by_set' => 50000,
  37493.             'presta_sitemap.defaults' => [
  37494.                 'priority' => 0.5,
  37495.                 'changefreq' => 'daily',
  37496.                 'lastmod' => 'now',
  37497.             ],
  37498.             'presta_sitemap.default_section' => 'default',
  37499.             'presta_sitemap.eventlistener.route_annotation.class' => 'Presta\\SitemapBundle\\EventListener\\RouteAnnotationEventListener',
  37500.             'snc_redis.client.class' => 'Predis\\Client',
  37501.             'snc_redis.client_options.class' => 'Predis\\Configuration\\Options',
  37502.             'snc_redis.connection_parameters.class' => 'Predis\\Connection\\Parameters',
  37503.             'snc_redis.connection_factory.class' => 'Snc\\RedisBundle\\Client\\Predis\\Connection\\ConnectionFactory',
  37504.             'snc_redis.connection_wrapper.class' => 'Snc\\RedisBundle\\Client\\Predis\\Connection\\ConnectionWrapper',
  37505.             'snc_redis.phpredis_client.class' => 'Redis',
  37506.             'snc_redis.relay_client.class' => 'Relay\\Relay',
  37507.             'snc_redis.phpredis_clusterclient.class' => 'RedisCluster',
  37508.             'snc_redis.logger.class' => 'Snc\\RedisBundle\\Logger\\RedisLogger',
  37509.             'snc_redis.data_collector.class' => 'Snc\\RedisBundle\\DataCollector\\RedisDataCollector',
  37510.             'snc_redis.monolog_handler.class' => 'Monolog\\Handler\\RedisHandler',
  37511.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  37512.             'monolog.use_microseconds' => true,
  37513.             'monolog.swift_mailer.handlers' => [
  37514.             ],
  37515.             'monolog.handlers_to_channels' => [
  37516.                 'monolog.handler.console' => [
  37517.                     'type' => 'exclusive',
  37518.                     'elements' => [
  37519.                         => 'event',
  37520.                         => 'doctrine',
  37521.                         => 'console',
  37522.                         => 'messenger',
  37523.                     ],
  37524.                 ],
  37525.                 'monolog.handler.main' => [
  37526.                     'type' => 'exclusive',
  37527.                     'elements' => [
  37528.                         => 'event',
  37529.                     ],
  37530.                 ],
  37531.             ],
  37532.             'doctrine.migrations.preferred_em' => NULL,
  37533.             'doctrine.migrations.preferred_connection' => NULL,
  37534.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  37535.             'web_profiler.debug_toolbar.mode' => 2,
  37536.             'vich_uploader.default_filename_attribute_suffix' => '_name',
  37537.             'vich_uploader.file_injector.class' => 'Vich\\UploaderBundle\\Injector\\FileInjector',
  37538.             'bazinga.jstranslation.translation_finder.class' => 'Bazinga\\Bundle\\JsTranslationBundle\\Finder\\TranslationFinder',
  37539.             'bazinga.jstranslation.translation_dumper.class' => 'Bazinga\\Bundle\\JsTranslationBundle\\Dumper\\TranslationDumper',
  37540.             'bazinga.jstranslation.controller.class' => 'Bazinga\\Bundle\\JsTranslationBundle\\Controller\\Controller',
  37541.             'knp_gaufrette.filesystem_map.class' => 'Knp\\Bundle\\GaufretteBundle\\FilesystemMap',
  37542.             'knp_gaufrette.stream_wrapper.protocol' => 'gaufrette',
  37543.             'knp_gaufrette.stream_wrapper.filesystems' => [
  37544.                 's3_storage' => 's3_storage',
  37545.                 'local_storage' => 'local_storage',
  37546.             ],
  37547.             'maker.compatible_check.doctrine.supports_attributes' => true,
  37548.             'data_collector.templates' => [
  37549.                 'data_collector.request' => [
  37550.                     => 'request',
  37551.                     => '@WebProfiler/Collector/request.html.twig',
  37552.                 ],
  37553.                 'data_collector.time' => [
  37554.                     => 'time',
  37555.                     => '@WebProfiler/Collector/time.html.twig',
  37556.                 ],
  37557.                 'data_collector.memory' => [
  37558.                     => 'memory',
  37559.                     => '@WebProfiler/Collector/memory.html.twig',
  37560.                 ],
  37561.                 'data_collector.validator' => [
  37562.                     => 'validator',
  37563.                     => '@WebProfiler/Collector/validator.html.twig',
  37564.                 ],
  37565.                 'data_collector.ajax' => [
  37566.                     => 'ajax',
  37567.                     => '@WebProfiler/Collector/ajax.html.twig',
  37568.                 ],
  37569.                 'data_collector.form' => [
  37570.                     => 'form',
  37571.                     => '@WebProfiler/Collector/form.html.twig',
  37572.                 ],
  37573.                 'data_collector.exception' => [
  37574.                     => 'exception',
  37575.                     => '@WebProfiler/Collector/exception.html.twig',
  37576.                 ],
  37577.                 'data_collector.logger' => [
  37578.                     => 'logger',
  37579.                     => '@WebProfiler/Collector/logger.html.twig',
  37580.                 ],
  37581.                 'data_collector.events' => [
  37582.                     => 'events',
  37583.                     => '@WebProfiler/Collector/events.html.twig',
  37584.                 ],
  37585.                 'data_collector.router' => [
  37586.                     => 'router',
  37587.                     => '@WebProfiler/Collector/router.html.twig',
  37588.                 ],
  37589.                 'data_collector.cache' => [
  37590.                     => 'cache',
  37591.                     => '@WebProfiler/Collector/cache.html.twig',
  37592.                 ],
  37593.                 'data_collector.translation' => [
  37594.                     => 'translation',
  37595.                     => '@WebProfiler/Collector/translation.html.twig',
  37596.                 ],
  37597.                 'data_collector.security' => [
  37598.                     => 'security',
  37599.                     => '@Security/Collector/security.html.twig',
  37600.                 ],
  37601.                 'data_collector.twig' => [
  37602.                     => 'twig',
  37603.                     => '@WebProfiler/Collector/twig.html.twig',
  37604.                 ],
  37605.                 'data_collector.http_client' => [
  37606.                     => 'http_client',
  37607.                     => '@WebProfiler/Collector/http_client.html.twig',
  37608.                 ],
  37609.                 'data_collector.doctrine' => [
  37610.                     => 'db',
  37611.                     => '@Doctrine/Collector/db.html.twig',
  37612.                 ],
  37613.                 'data_collector.dump' => [
  37614.                     => 'dump',
  37615.                     => '@Debug/Profiler/dump.html.twig',
  37616.                 ],
  37617.                 'httplug.collector.collector' => [
  37618.                     => 'httplug',
  37619.                     => '@Httplug/webprofiler.html.twig',
  37620.                 ],
  37621.                 'data_collector.messenger' => [
  37622.                     => 'messenger',
  37623.                     => '@WebProfiler/Collector/messenger.html.twig',
  37624.                 ],
  37625.                 'mailer.data_collector' => [
  37626.                     => 'mailer',
  37627.                     => '@WebProfiler/Collector/mailer.html.twig',
  37628.                 ],
  37629.                 'doctrine_mongodb.odm.data_collector' => [
  37630.                     => 'mongodb',
  37631.                     => '@DoctrineMongoDB/Collector/mongodb.html.twig',
  37632.                 ],
  37633.                 'fos_elastica.data_collector' => [
  37634.                     => 'elastica',
  37635.                     => '@FOSElastica/Collector/elastica.html.twig',
  37636.                 ],
  37637.                 'enqueue.profiler.message_queue_collector' => [
  37638.                     => 'enqueue.message_queue',
  37639.                     => '@Enqueue/Profiler/panel.html.twig',
  37640.                 ],
  37641.                 'snc_redis.data_collector' => [
  37642.                     => 'redis',
  37643.                     => '@SncRedis/Collector/redis.html.twig',
  37644.                 ],
  37645.                 'Vich\\UploaderBundle\\DataCollector\\MappingCollector' => [
  37646.                     => 'vich_uploader.mapping_collector',
  37647.                     => '@VichUploader/Collector/mapping_collector.html.twig',
  37648.                 ],
  37649.                 'data_collector.config' => [
  37650.                     => 'config',
  37651.                     => '@WebProfiler/Collector/config.html.twig',
  37652.                 ],
  37653.             ],
  37654.             'hwi_oauth.resource_owner.paypal.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\PaypalResourceOwner',
  37655.             'hwi_oauth.resource_owner.vkontakte.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\VkontakteResourceOwner',
  37656.             'hwi_oauth.resource_owner.toshl.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\ToshlResourceOwner',
  37657.             'hwi_oauth.resource_owner.box.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\BoxResourceOwner',
  37658.             'hwi_oauth.resource_owner.eveonline.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\EveOnlineResourceOwner',
  37659.             'hwi_oauth.resource_owner.office365.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\Office365ResourceOwner',
  37660.             'hwi_oauth.resource_owner.itembase.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\ItembaseResourceOwner',
  37661.             'hwi_oauth.resource_owner.bufferapp.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\BufferAppResourceOwner',
  37662.             'hwi_oauth.resource_owner.dropbox.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DropboxResourceOwner',
  37663.             'hwi_oauth.resource_owner.deezer.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DeezerResourceOwner',
  37664.             'hwi_oauth.resource_owner.keycloak.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\KeycloakResourceOwner',
  37665.             'hwi_oauth.resource_owner.fiware.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\FiwareResourceOwner',
  37666.             'hwi_oauth.resource_owner.gitlab.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GitLabResourceOwner',
  37667.             'hwi_oauth.resource_owner.bitbucket.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\BitbucketResourceOwner',
  37668.             'hwi_oauth.resource_owner.dailymotion.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DailymotionResourceOwner',
  37669.             'hwi_oauth.resource_owner.stereomood.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\StereomoodResourceOwner',
  37670.             'hwi_oauth.resource_owner.clever.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\CleverResourceOwner',
  37671.             'hwi_oauth.resource_owner.disqus.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DisqusResourceOwner',
  37672.             'hwi_oauth.resource_owner.linkedin.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\LinkedinResourceOwner',
  37673.             'hwi_oauth.resource_owner.wordpress.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\WordpressResourceOwner',
  37674.             'hwi_oauth.resource_owner.reddit.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\RedditResourceOwner',
  37675.             'hwi_oauth.resource_owner.foursquare.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\FoursquareResourceOwner',
  37676.             'hwi_oauth.resource_owner.flickr.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\FlickrResourceOwner',
  37677.             'hwi_oauth.resource_owner.deviantart.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DeviantartResourceOwner',
  37678.             'hwi_oauth.resource_owner.github.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GitHubResourceOwner',
  37679.             'hwi_oauth.resource_owner.salesforce.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SalesforceResourceOwner',
  37680.             'hwi_oauth.resource_owner.bitly.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\BitlyResourceOwner',
  37681.             'hwi_oauth.resource_owner.spotify.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SpotifyResourceOwner',
  37682.             'hwi_oauth.resource_owner.stack_exchange.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\StackExchangeResourceOwner',
  37683.             'hwi_oauth.resource_owner.37signals.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\ThirtySevenSignalsResourceOwner',
  37684.             'hwi_oauth.resource_owner.sina_weibo.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SinaWeiboResourceOwner',
  37685.             'hwi_oauth.resource_owner.jira.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\JiraResourceOwner',
  37686.             'hwi_oauth.resource_owner.apple.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\AppleResourceOwner',
  37687.             'hwi_oauth.resource_owner.passage.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\PassageResourceOwner',
  37688.             'hwi_oauth.resource_owner.jawbone.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\JawboneResourceOwner',
  37689.             'hwi_oauth.resource_owner.azure.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\AzureResourceOwner',
  37690.             'hwi_oauth.resource_owner.slack.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SlackResourceOwner',
  37691.             'hwi_oauth.resource_owner.yandex.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\YandexResourceOwner',
  37692.             'hwi_oauth.resource_owner.hubic.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\HubicResourceOwner',
  37693.             'hwi_oauth.resource_owner.trakt.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\TraktResourceOwner',
  37694.             'hwi_oauth.resource_owner.trello.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\TrelloResourceOwner',
  37695.             'hwi_oauth.resource_owner.twitch.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\TwitchResourceOwner',
  37696.             'hwi_oauth.resource_owner.twitter.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\TwitterResourceOwner',
  37697.             'hwi_oauth.resource_owner.soundcloud.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SoundcloudResourceOwner',
  37698.             'hwi_oauth.resource_owner.oauth1.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\OAuth1ResourceOwner',
  37699.             'hwi_oauth.resource_owner.odnoklassniki.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\OdnoklassnikiResourceOwner',
  37700.             'hwi_oauth.resource_owner.yahoo.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\YahooResourceOwner',
  37701.             'hwi_oauth.resource_owner.oauth2.class' => '\\HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\OAuth2ResourceOwner',
  37702.             'hwi_oauth.resource_owner.amazon.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\AmazonResourceOwner',
  37703.             'hwi_oauth.resource_owner.qq.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\QQResourceOwner',
  37704.             'hwi_oauth.resource_owner.eventbrite.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\EventbriteResourceOwner',
  37705.             'hwi_oauth.resource_owner.auth0.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\Auth0ResourceOwner',
  37706.             'hwi_oauth.resource_owner.windows_live.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\WindowsLiveResourceOwner',
  37707.             'hwi_oauth.resource_owner.youtube.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\YoutubeResourceOwner',
  37708.             'hwi_oauth.resource_owner.bitbucket2.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\Bitbucket2ResourceOwner',
  37709.             'hwi_oauth.resource_owner.strava.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\StravaResourceOwner',
  37710.             'hwi_oauth.resource_owner.xing.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\XingResourceOwner',
  37711.             'hwi_oauth.resource_owner.facebook.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\FacebookResourceOwner',
  37712.             'hwi_oauth.resource_owner.discogs.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DiscogsResourceOwner',
  37713.             'hwi_oauth.resource_owner.google.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GoogleResourceOwner',
  37714.             'hwi_oauth.resource_owner.mailru.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\MailRuResourceOwner',
  37715.             'hwi_oauth.resource_owner.asana.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\AsanaResourceOwner',
  37716.             'hwi_oauth.resource_owner.genius.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GeniusResourceOwner',
  37717.             'hwi_oauth.resource_owner.sensio_connect.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SensioConnectResourceOwner',
  37718.             'hwi_oauth.resource_owner.runkeeper.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\RunKeeperResourceOwner',
  37719.             'hwi_oauth.resource_owner.instagram.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\InstagramResourceOwner',
  37720.             'old_sound_rabbit_mq.base_amqp' => [
  37721.             ],
  37722.             'console.command.ids' => [
  37723.             ],
  37724.         ];
  37725.     }
  37726.     protected function throw($message)
  37727.     {
  37728.         throw new RuntimeException($message);
  37729.     }
  37730. }