var/cache/review/ContainerXxAhzjE/App_KernelReviewDebugContainer.php line 3184

Open in your IDE?
  1. <?php
  2. namespace ContainerXxAhzjE;
  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_KernelReviewDebugContainer 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.form.factory' => 'get_Container_Private_Form_FactoryService',
  34.             '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  35.             '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  36.             '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  37.             '.container.private.twig' => 'get_Container_Private_TwigService',
  38.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  39.             'AlterPHP\\EasyAdminExtensionBundle\\Security\\AdminAuthorizationChecker' => 'getAdminAuthorizationCheckerService',
  40.             'App\\Http\\CityCaseRedirector' => 'getCityCaseRedirectorService',
  41.             'app.features' => 'getApp_FeaturesService',
  42.             'cache.app' => 'getCache_AppService',
  43.             'cache.system' => 'getCache_SystemService',
  44.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  45.             'data_collector.dump' => 'getDataCollector_DumpService',
  46.             'doctrine' => 'getDoctrineService',
  47.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  48.             'doctrine.dbal.multi_website_connection' => 'getDoctrine_Dbal_MultiWebsiteConnectionService',
  49.             'doctrine.orm.default_entity_listener_resolver' => 'getDoctrine_Orm_DefaultEntityListenerResolverService',
  50.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  51.             'doctrine.orm.multi_website_entity_manager' => 'getDoctrine_Orm_MultiWebsiteEntityManagerService',
  52.             'easyadmin.config.manager' => 'getEasyadmin_Config_ManagerService',
  53.             'easyadmin.filter.registry' => 'getEasyadmin_Filter_RegistryService',
  54.             'easyadmin.listener.controller' => 'getEasyadmin_Listener_ControllerService',
  55.             'easyadmin.property_accessor' => 'getEasyadmin_PropertyAccessorService',
  56.             'easyadmin.router' => 'getEasyadmin_RouterService',
  57.             'easyadmin.security.authorization_checker' => 'getEasyadmin_Security_AuthorizationCheckerService',
  58.             'eight_points_guzzle.client.api_oplata_info' => 'getEightPointsGuzzle_Client_ApiOplataInfoService',
  59.             'event_dispatcher' => 'getEventDispatcherService',
  60.             'flagception.listener.annotation_subscriber' => 'getFlagception_Listener_AnnotationSubscriberService',
  61.             'flagception.listener.routing_metadata_subscriber' => 'getFlagception_Listener_RoutingMetadataSubscriberService',
  62.             'flagception.manager.feature_manager' => 'getFlagception_Manager_FeatureManagerService',
  63.             'geographical_names_inflection.inflector' => 'getGeographicalNamesInflection_InflectorService',
  64.             'http_kernel' => 'getHttpKernelService',
  65.             'knp_menu.matcher' => 'getKnpMenu_MatcherService',
  66.             'knp_paginator' => 'getKnpPaginatorService',
  67.             'messenger.default_bus' => 'getMessenger_DefaultBusService',
  68.             'monolog.logger.deprecation' => 'getMonolog_Logger_DeprecationService',
  69.             'oneup_uploader.templating.uploader_helper' => 'getOneupUploader_Templating_UploaderHelperService',
  70.             'oneup_uploader.twig.extension.uploader' => 'getOneupUploader_Twig_Extension_UploaderService',
  71.             'porpaginas.twig.extension' => 'getPorpaginas_Twig_ExtensionService',
  72.             'request_stack' => 'getRequestStackService',
  73.             'router' => 'getRouterService',
  74.             'translator' => 'getTranslatorService',
  75.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  76.             'cache_clearer' => 'getCacheClearerService',
  77.             'filesystem' => 'getFilesystemService',
  78.             'serializer' => 'getSerializerService',
  79.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  80.             'form.factory' => 'getForm_FactoryService',
  81.             'form.type.file' => 'getForm_Type_FileService',
  82.             'profiler' => 'getProfilerService',
  83.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  84.             'security.token_storage' => 'getSecurity_TokenStorageService',
  85.             'twig' => 'getTwigService',
  86.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  87.             'session' => 'getSessionService',
  88.             'validator' => 'getValidatorService',
  89.         ];
  90.         $this->fileMap = [
  91.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  92.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  93.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  94.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  95.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  96.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  97.             '.container.private.session' => 'get_Container_Private_SessionService',
  98.             'AlterPHP\\EasyAdminExtensionBundle\\Controller\\EasyAdminController' => 'getEasyAdminControllerService',
  99.             'App\\Controller\\API\\FindProfileController' => 'getFindProfileControllerService',
  100.             'App\\Controller\\API\\PaymentWebhookController' => 'getPaymentWebhookControllerService',
  101.             'App\\Controller\\API\\VoucherController' => 'getVoucherControllerService',
  102.             'App\\Controller\\AccountAuthenticationController' => 'getAccountAuthenticationControllerService',
  103.             'App\\Controller\\AccountPasswordResetController' => 'getAccountPasswordResetControllerService',
  104.             'App\\Controller\\AccountRegistrationController' => 'getAccountRegistrationControllerService',
  105.             'App\\Controller\\Account\\AccountController' => 'getAccountControllerService',
  106.             'App\\Controller\\Account\\CustomerController' => 'getCustomerControllerService',
  107.             'App\\Controller\\Account\\CustomerPreferredProfilesController' => 'getCustomerPreferredProfilesControllerService',
  108.             'App\\Controller\\Account\\FinancesController' => 'getFinancesControllerService',
  109.             'App\\Controller\\Account\\PaidServicesController' => 'getPaidServicesControllerService',
  110.             'App\\Controller\\Account\\PhoneReviewsController' => 'getPhoneReviewsControllerService',
  111.             'App\\Controller\\Account\\ProfileCommentsController' => 'getProfileCommentsControllerService',
  112.             'App\\Controller\\Account\\ProfileEditingController' => 'getProfileEditingControllerService',
  113.             'App\\Controller\\Account\\ProfileManagementController' => 'getProfileManagementControllerService',
  114.             'App\\Controller\\Account\\SaloonCommentsController' => 'getSaloonCommentsControllerService',
  115.             'App\\Controller\\Account\\SaloonEditingController' => 'getSaloonEditingControllerService',
  116.             'App\\Controller\\Account\\SaloonManagementController' => 'getSaloonManagementControllerService',
  117.             'App\\Controller\\Account\\SupportMessagesController' => 'getSupportMessagesControllerService',
  118.             'App\\Controller\\CityListController' => 'getCityListControllerService',
  119.             'App\\Controller\\Component\\HeaderController' => 'getHeaderControllerService',
  120.             'App\\Controller\\DebugController' => 'getDebugControllerService',
  121.             'App\\Controller\\DistrictListController' => 'getDistrictListControllerService',
  122.             'App\\Controller\\GalleryController' => 'getGalleryControllerService',
  123.             'App\\Controller\\HomepageController' => 'getHomepageControllerService',
  124.             'App\\Controller\\HttpCacheController' => 'getHttpCacheControllerService',
  125.             'App\\Controller\\Management\\AccountChargesController' => 'getAccountChargesControllerService',
  126.             'App\\Controller\\Management\\AccountController' => 'getAccountController2Service',
  127.             'App\\Controller\\Management\\AnalyticsController' => 'getAnalyticsControllerService',
  128.             'App\\Controller\\Management\\AuthenticationController' => 'getAuthenticationControllerService',
  129.             'App\\Controller\\Management\\CityPricesController' => 'getCityPricesControllerService',
  130.             'App\\Controller\\Management\\CustomerController' => 'getCustomerController2Service',
  131.             'App\\Controller\\Management\\DeletedProfilesController' => 'getDeletedProfilesControllerService',
  132.             'App\\Controller\\Management\\DeletedSaloonController' => 'getDeletedSaloonControllerService',
  133.             'App\\Controller\\Management\\IpAddressCommentBanController' => 'getIpAddressCommentBanControllerService',
  134.             'App\\Controller\\Management\\IpAddressController' => 'getIpAddressControllerService',
  135.             'App\\Controller\\Management\\IpAddressDailyCommentBanController' => 'getIpAddressDailyCommentBanControllerService',
  136.             'App\\Controller\\Management\\IpAddressPermanentCommentBanController' => 'getIpAddressPermanentCommentBanControllerService',
  137.             'App\\Controller\\Management\\LocationController' => 'getLocationControllerService',
  138.             'App\\Controller\\Management\\LogController' => 'getLogControllerService',
  139.             'App\\Controller\\Management\\OfferBarController' => 'getOfferBarControllerService',
  140.             'App\\Controller\\Management\\PageMetadataController' => 'getPageMetadataControllerService',
  141.             'App\\Controller\\Management\\ProfileApprovalController' => 'getProfileApprovalControllerService',
  142.             'App\\Controller\\Management\\ProfileCommentController' => 'getProfileCommentControllerService',
  143.             'App\\Controller\\Management\\ProfileController' => 'getProfileControllerService',
  144.             'App\\Controller\\Management\\ProfileModerationController' => 'getProfileModerationControllerService',
  145.             'App\\Controller\\Management\\SaloonCommentController' => 'getSaloonCommentControllerService',
  146.             'App\\Controller\\Management\\SaloonController' => 'getSaloonControllerService',
  147.             'App\\Controller\\Management\\SupportMessagesController' => 'getSupportMessagesController2Service',
  148.             'App\\Controller\\MapController' => 'getMapControllerService',
  149.             'App\\Controller\\MasseurListController' => 'getMasseurListControllerService',
  150.             'App\\Controller\\ProfileBotHelperController' => 'getProfileBotHelperControllerService',
  151.             'App\\Controller\\ProfileCommentController' => 'getProfileCommentController2Service',
  152.             'App\\Controller\\ProfileCtrController' => 'getProfileCtrControllerService',
  153.             'App\\Controller\\ProfileFilterController' => 'getProfileFilterControllerService',
  154.             'App\\Controller\\ProfileListController' => 'getProfileListControllerService',
  155.             'App\\Controller\\ProfilePreviewController' => 'getProfilePreviewControllerService',
  156.             'App\\Controller\\ProfileRecommendationController' => 'getProfileRecommendationControllerService',
  157.             'App\\Controller\\ProfileSearchController' => 'getProfileSearchControllerService',
  158.             'App\\Controller\\ProfileWidgetController' => 'getProfileWidgetControllerService',
  159.             'App\\Controller\\RecentProfilesController' => 'getRecentProfilesControllerService',
  160.             'App\\Controller\\RecentlyViewedProfilesController' => 'getRecentlyViewedProfilesControllerService',
  161.             'App\\Controller\\RobotsTxtController' => 'getRobotsTxtControllerService',
  162.             'App\\Controller\\S3DebugController' => 'getS3DebugControllerService',
  163.             'App\\Controller\\SaloonCommentController' => 'getSaloonCommentController2Service',
  164.             'App\\Controller\\SaloonListController' => 'getSaloonListControllerService',
  165.             'App\\Controller\\SaloonPreviewController' => 'getSaloonPreviewControllerService',
  166.             'App\\Controller\\SearchByKeywordsController' => 'getSearchByKeywordsControllerService',
  167.             'App\\Controller\\SidebarPlacementsController' => 'getSidebarPlacementsControllerService',
  168.             'App\\Controller\\StaticPageController' => 'getStaticPageControllerService',
  169.             'App\\Controller\\StationListController' => 'getStationListControllerService',
  170.             'App\\Service\\ListingRotationApi' => 'getListingRotationApiService',
  171.             'App\\Service\\UploadedFileNamer' => 'getUploadedFileNamerService',
  172.             'App\\Service\\VideoFileProcessor' => 'getVideoFileProcessorService',
  173.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  174.             'EasyCorp\\Bundle\\EasyAdminBundle\\Controller\\EasyAdminController' => 'getEasyAdminController2Service',
  175.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  176.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  177.             'cache.app_clearer' => 'getCache_AppClearerService',
  178.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  179.             'cache.system_clearer' => 'getCache_SystemClearerService',
  180.             'cache_warmer' => 'getCacheWarmerService',
  181.             'console.command.public_alias.App\\Console\\Account\\BulkQueueWatchDog' => 'getBulkQueueWatchDogService',
  182.             'console.command.public_alias.App\\Console\\Account\\ProcessBulkQueue' => 'getProcessBulkQueueService',
  183.             'console.command.public_alias.App\\Console\\Debug\\PlanPlacementSyncDebugCommand' => 'getPlanPlacementSyncDebugCommandService',
  184.             'console.command.public_alias.App\\Console\\Deploy\\ConfigureCacheDirectoryCommand' => 'getConfigureCacheDirectoryCommandService',
  185.             'console.command.public_alias.App\\Console\\Deploy\\RemoveOutdatedCacheDirectoriesCommand' => 'getRemoveOutdatedCacheDirectoriesCommandService',
  186.             'console.command.public_alias.App\\Console\\Export\\ExportProfiles' => 'getExportProfilesService',
  187.             'console.command.public_alias.App\\Console\\Export\\ExportRotationListingsConfigCommand' => 'getExportRotationListingsConfigCommandService',
  188.             'console.command.public_alias.App\\Console\\Feature\\AdaptForAvatarCommand' => 'getAdaptForAvatarCommandService',
  189.             'console.command.public_alias.App\\Console\\Feature\\AdaptForESDescription' => 'getAdaptForESDescriptionService',
  190.             'console.command.public_alias.App\\Console\\Feature\\AdaptForFreeProfilesCommand' => 'getAdaptForFreeProfilesCommandService',
  191.             'console.command.public_alias.App\\Console\\Feature\\AdaptForProfileModerationStatus' => 'getAdaptForProfileModerationStatusService',
  192.             'console.command.public_alias.App\\Console\\Feature\\AdaptForProfileRecommendations' => 'getAdaptForProfileRecommendationsService',
  193.             'console.command.public_alias.App\\Console\\Feature\\AdaptForSearchByKeywords' => 'getAdaptForSearchByKeywordsService',
  194.             'console.command.public_alias.App\\Console\\Feature\\AddServicesForTask28733' => 'getAddServicesForTask28733Service',
  195.             'console.command.public_alias.App\\Console\\Feature\\AnalExtraChargeToServiceExtraChargeCommand' => 'getAnalExtraChargeToServiceExtraChargeCommandService',
  196.             'console.command.public_alias.App\\Console\\Feature\\CleanStopWordsTextsCommand' => 'getCleanStopWordsTextsCommandService',
  197.             'console.command.public_alias.App\\Console\\Feature\\PrepareDynamicPricesPlacementsCommand' => 'getPrepareDynamicPricesPlacementsCommandService',
  198.             'console.command.public_alias.App\\Console\\Feature\\RevertAdaptForAvatarCommand' => 'getRevertAdaptForAvatarCommandService',
  199.             'console.command.public_alias.App\\Console\\Feature\\RevertAdaptForFreeProfilesCommand' => 'getRevertAdaptForFreeProfilesCommandService',
  200.             'console.command.public_alias.App\\Console\\Feature\\SetAvatarFromFirstPhotoCommand' => 'getSetAvatarFromFirstPhotoCommandService',
  201.             'console.command.public_alias.App\\Console\\Feature\\SetUniqueDescriptionForDuplicatesCommand' => 'getSetUniqueDescriptionForDuplicatesCommandService',
  202.             'console.command.public_alias.App\\Console\\Fix\\RemoveStationVerhnieLihoborodyi' => 'getRemoveStationVerhnieLihoborodyiService',
  203.             'console.command.public_alias.App\\Console\\Fix\\RemoveStationobvodnoyKanal' => 'getRemoveStationobvodnoyKanalService',
  204.             'console.command.public_alias.App\\Console\\Import\\ImportCitiesCommand' => 'getImportCitiesCommandService',
  205.             'console.command.public_alias.App\\Console\\Import\\ImportCitiesMapCoordinatesCommand' => 'getImportCitiesMapCoordinatesCommandService',
  206.             'console.command.public_alias.App\\Console\\Import\\ImportPageMetadataCommand' => 'getImportPageMetadataCommandService',
  207.             'console.command.public_alias.App\\Console\\Import\\ImportPaidPlacementPricesCommand' => 'getImportPaidPlacementPricesCommandService',
  208.             'console.command.public_alias.App\\Console\\Import\\ImportPaymentProductsCommand' => 'getImportPaymentProductsCommandService',
  209.             'console.command.public_alias.App\\Console\\Import\\ImportProfilesCommand' => 'getImportProfilesCommandService',
  210.             'console.command.public_alias.App\\Console\\Import\\ImportSaloonsCommand' => 'getImportSaloonsCommandService',
  211.             'console.command.public_alias.App\\Console\\Import\\ImportServicesCommand' => 'getImportServicesCommandService',
  212.             'console.command.public_alias.App\\Console\\Import\\ImportStationDistrictCommand' => 'getImportStationDistrictCommandService',
  213.             'console.command.public_alias.App\\Console\\Management\\ClearCtrValuesCache' => 'getClearCtrValuesCacheService',
  214.             'console.command.public_alias.App\\Console\\Management\\ClearCurrentModerationList' => 'getClearCurrentModerationListService',
  215.             'console.command.public_alias.App\\Console\\Management\\CreateStaffAccountCommand' => 'getCreateStaffAccountCommandService',
  216.             'console.command.public_alias.App\\Console\\Management\\DeleteModerationRejectedProfiles' => 'getDeleteModerationRejectedProfilesService',
  217.             'console.command.public_alias.App\\Console\\Management\\FillDynamicPlacementPricesForTestCommand' => 'getFillDynamicPlacementPricesForTestCommandService',
  218.             'console.command.public_alias.App\\Console\\Management\\HideFreeUnapprovedPlacements' => 'getHideFreeUnapprovedPlacementsService',
  219.             'console.command.public_alias.App\\Console\\Management\\ImportCityPriceCategoriesCommand' => 'getImportCityPriceCategoriesCommandService',
  220.             'console.command.public_alias.App\\Console\\Management\\ImportDynamicPlacementPricesCommand' => 'getImportDynamicPlacementPricesCommandService',
  221.             'console.command.public_alias.App\\Console\\Management\\PersistProfileCtrValuesPermanent' => 'getPersistProfileCtrValuesPermanentService',
  222.             'console.command.public_alias.App\\Console\\Management\\RefreshTop100ProfilesCommand' => 'getRefreshTop100ProfilesCommandService',
  223.             'console.command.public_alias.App\\Console\\Management\\SetSeoPhoneNumbersForProfiles' => 'getSetSeoPhoneNumbersForProfilesService',
  224.             'console.command.public_alias.App\\Console\\Management\\SetSeoPhoneNumbersForSaloons' => 'getSetSeoPhoneNumbersForSaloonsService',
  225.             'console.command.public_alias.App\\Console\\Management\\UpdateStations' => 'getUpdateStationsService',
  226.             'console.command.public_alias.App\\Console\\Management\\UpdateUsersTrustedStatus' => 'getUpdateUsersTrustedStatusService',
  227.             'console.command.public_alias.App\\Console\\Routing\\GenerateCityUriDumpCommand' => 'getGenerateCityUriDumpCommandService',
  228.             'console.command.public_alias.App\\Console\\Routing\\GenerateServicesUriDumpCommand' => 'getGenerateServicesUriDumpCommandService',
  229.             'console.command.public_alias.App\\Console\\SEO\\CreatePageMetadataTemplatesCommand' => 'getCreatePageMetadataTemplatesCommandService',
  230.             'console.command.public_alias.App\\Console\\SEO\\GenerateSitemapCommand' => 'getGenerateSitemapCommandService',
  231.             'console.command.public_alias.App\\Console\\SEO\\ImportPageMetadataCommand' => 'getImportPageMetadataCommand2Service',
  232.             'console.command.public_alias.App\\Console\\SEO\\ImportProfileDescriptionCommand' => 'getImportProfileDescriptionCommandService',
  233.             'console.command.public_alias.App\\Console\\SEO\\ListingPagesSitemapGenerator' => 'getListingPagesSitemapGeneratorService',
  234.             'console.command.public_alias.App\\Console\\Sales\\AccountChargebackCommand' => 'getAccountChargebackCommandService',
  235.             'console.command.public_alias.App\\Console\\Sales\\FixProfileAdBoardPositionsCommand' => 'getFixProfileAdBoardPositionsCommandService',
  236.             'console.command.public_alias.App\\Console\\Sales\\ManualAccountChargesCommand' => 'getManualAccountChargesCommandService',
  237.             'console.command.public_alias.App\\Console\\Sales\\MigrateFinancialDataCommand' => 'getMigrateFinancialDataCommandService',
  238.             'console.command.public_alias.App\\Console\\Sales\\PlaceProfilesFreeAdBoardPlacementsCommand' => 'getPlaceProfilesFreeAdBoardPlacementsCommandService',
  239.             'console.command.public_alias.App\\Console\\Sales\\PlaceUnhiddenAndUnplacedProfilesFreeCommand' => 'getPlaceUnhiddenAndUnplacedProfilesFreeCommandService',
  240.             'console.command.public_alias.App\\Console\\Sales\\PlacementHiderHourlyChargeCommand' => 'getPlacementHiderHourlyChargeCommandService',
  241.             'console.command.public_alias.App\\Console\\Sales\\ProcessOutdatedNewSidebarPlacementsCommand' => 'getProcessOutdatedNewSidebarPlacementsCommandService',
  242.             'console.command.public_alias.App\\Console\\Sales\\ProfileAdBoardHourlyChargeCommand' => 'getProfileAdBoardHourlyChargeCommandService',
  243.             'console.command.public_alias.App\\Console\\Sales\\RotateProfileAdBoardPlacementsCommand' => 'getRotateProfileAdBoardPlacementsCommandService',
  244.             'console.command.public_alias.App\\Console\\Sales\\RotateProfileFreeAdBoardPlacementsCommand' => 'getRotateProfileFreeAdBoardPlacementsCommandService',
  245.             'console.command.public_alias.App\\Console\\Sales\\RotateSaloonAdBoardPlacementsCommand' => 'getRotateSaloonAdBoardPlacementsCommandService',
  246.             'console.command.public_alias.App\\Console\\Sales\\RotateSidebarPlacementsCommand' => 'getRotateSidebarPlacementsCommandService',
  247.             'console.command.public_alias.App\\Console\\Sales\\SaloonAdBoardHourlyChargeCommand' => 'getSaloonAdBoardHourlyChargeCommandService',
  248.             'console.command.public_alias.App\\Console\\Sales\\UserLowBalanceNotifyCommand' => 'getUserLowBalanceNotifyCommandService',
  249.             'console.command.public_alias.App\\Console\\System\\FillIpAddressRangeCommand' => 'getFillIpAddressRangeCommandService',
  250.             'console.command.public_alias.App\\Console\\System\\PrepareOldVideoFilesCommand' => 'getPrepareOldVideoFilesCommandService',
  251.             'console.command.public_alias.App\\Console\\TestData\\CreateDummyAccounts' => 'getCreateDummyAccountsService',
  252.             'console.command_loader' => 'getConsole_CommandLoaderService',
  253.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  254.             'easyadmin.autocomplete' => 'getEasyadmin_AutocompleteService',
  255.             'easyadmin.command.make_admin_migration' => 'getEasyadmin_Command_MakeAdminMigrationService',
  256.             'easyadmin.form.guesser.missing_doctrine_orm_type_guesser' => 'getEasyadmin_Form_Guesser_MissingDoctrineOrmTypeGuesserService',
  257.             'easyadmin.listener.request_post_initialize' => 'getEasyadmin_Listener_RequestPostInitializeService',
  258.             'easyadmin.paginator' => 'getEasyadmin_PaginatorService',
  259.             'easyadmin.query_builder' => 'getEasyadmin_QueryBuilderService',
  260.             'eight_points_guzzle.client.api_domain_timeline' => 'getEightPointsGuzzle_Client_ApiDomainTimelineService',
  261.             'eight_points_guzzle.client.api_payday' => 'getEightPointsGuzzle_Client_ApiPaydayService',
  262.             'eight_points_guzzle.client.api_rotation' => 'getEightPointsGuzzle_Client_ApiRotationService',
  263.             'eight_points_guzzle.formatter' => 'getEightPointsGuzzle_FormatterService',
  264.             'eight_points_guzzle.handler_stack.api_domain_timeline' => 'getEightPointsGuzzle_HandlerStack_ApiDomainTimelineService',
  265.             'eight_points_guzzle.handler_stack.api_oplata_info' => 'getEightPointsGuzzle_HandlerStack_ApiOplataInfoService',
  266.             'eight_points_guzzle.handler_stack.api_payday' => 'getEightPointsGuzzle_HandlerStack_ApiPaydayService',
  267.             'eight_points_guzzle.handler_stack.api_rotation' => 'getEightPointsGuzzle_HandlerStack_ApiRotationService',
  268.             'eight_points_guzzle.middleware.event_dispatch.api_domain_timeline' => 'getEightPointsGuzzle_Middleware_EventDispatch_ApiDomainTimelineService',
  269.             'eight_points_guzzle.middleware.event_dispatch.api_oplata_info' => 'getEightPointsGuzzle_Middleware_EventDispatch_ApiOplataInfoService',
  270.             'eight_points_guzzle.middleware.event_dispatch.api_payday' => 'getEightPointsGuzzle_Middleware_EventDispatch_ApiPaydayService',
  271.             'eight_points_guzzle.middleware.event_dispatch.api_rotation' => 'getEightPointsGuzzle_Middleware_EventDispatch_ApiRotationService',
  272.             'eight_points_guzzle.middleware.log.api_domain_timeline' => 'getEightPointsGuzzle_Middleware_Log_ApiDomainTimelineService',
  273.             'eight_points_guzzle.middleware.log.api_oplata_info' => 'getEightPointsGuzzle_Middleware_Log_ApiOplataInfoService',
  274.             'eight_points_guzzle.middleware.log.api_payday' => 'getEightPointsGuzzle_Middleware_Log_ApiPaydayService',
  275.             'eight_points_guzzle.middleware.log.api_rotation' => 'getEightPointsGuzzle_Middleware_Log_ApiRotationService',
  276.             'eight_points_guzzle.middleware.profile.api_domain_timeline' => 'getEightPointsGuzzle_Middleware_Profile_ApiDomainTimelineService',
  277.             'eight_points_guzzle.middleware.profile.api_oplata_info' => 'getEightPointsGuzzle_Middleware_Profile_ApiOplataInfoService',
  278.             'eight_points_guzzle.middleware.profile.api_payday' => 'getEightPointsGuzzle_Middleware_Profile_ApiPaydayService',
  279.             'eight_points_guzzle.middleware.profile.api_rotation' => 'getEightPointsGuzzle_Middleware_Profile_ApiRotationService',
  280.             'eight_points_guzzle.middleware.request_time.api_domain_timeline' => 'getEightPointsGuzzle_Middleware_RequestTime_ApiDomainTimelineService',
  281.             'eight_points_guzzle.middleware.request_time.api_oplata_info' => 'getEightPointsGuzzle_Middleware_RequestTime_ApiOplataInfoService',
  282.             'eight_points_guzzle.middleware.request_time.api_payday' => 'getEightPointsGuzzle_Middleware_RequestTime_ApiPaydayService',
  283.             'eight_points_guzzle.middleware.request_time.api_rotation' => 'getEightPointsGuzzle_Middleware_RequestTime_ApiRotationService',
  284.             'eight_points_guzzle.middleware.symfony_log' => 'getEightPointsGuzzle_Middleware_SymfonyLogService',
  285.             'eight_points_guzzle.symfony_log_formatter' => 'getEightPointsGuzzle_SymfonyLogFormatterService',
  286.             'error_controller' => 'getErrorControllerService',
  287.             'ewz_recaptcha.form.type' => 'getEwzRecaptcha_Form_TypeService',
  288.             'ewz_recaptcha.v3.form.type' => 'getEwzRecaptcha_V3_Form_TypeService',
  289.             'ewz_recaptcha.validator.true' => 'getEwzRecaptcha_Validator_TrueService',
  290.             'ewz_recaptcha.validator.v3.true' => 'getEwzRecaptcha_Validator_V3_TrueService',
  291.             'file_namer.profile_media' => 'getFileNamer_ProfileMediaService',
  292.             'file_namer.profile_media_approval' => 'getFileNamer_ProfileMediaApprovalService',
  293.             'file_namer.saloon_media' => 'getFileNamer_SaloonMediaService',
  294.             'file_namer.saloon_media_thumb' => 'getFileNamer_SaloonMediaThumbService',
  295.             'file_namer.saloon_media_video' => 'getFileNamer_SaloonMediaVideoService',
  296.             'file_namer.tmp_media' => 'getFileNamer_TmpMediaService',
  297.             'file_namer.user_media' => 'getFileNamer_UserMediaService',
  298.             'fos_elastica.client.default' => 'getFosElastica_Client_DefaultService',
  299.             'fos_elastica.config_manager' => 'getFosElastica_ConfigManagerService',
  300.             'fos_elastica.config_manager.index_templates' => 'getFosElastica_ConfigManager_IndexTemplatesService',
  301.             'fos_elastica.filter_objects_listener' => 'getFosElastica_FilterObjectsListenerService',
  302.             'fos_elastica.finder.description.profile' => 'getFosElastica_Finder_Description_ProfileService',
  303.             'fos_elastica.finder.key_search.profile' => 'getFosElastica_Finder_KeySearch_ProfileService',
  304.             'fos_elastica.finder.recommendations.profile' => 'getFosElastica_Finder_Recommendations_ProfileService',
  305.             'fos_elastica.in_place_pager_persister' => 'getFosElastica_InPlacePagerPersisterService',
  306.             'fos_elastica.index.description' => 'getFosElastica_Index_DescriptionService',
  307.             'fos_elastica.index.description.profile' => 'getFosElastica_Index_Description_ProfileService',
  308.             'fos_elastica.index.key_search' => 'getFosElastica_Index_KeySearchService',
  309.             'fos_elastica.index.key_search.profile' => 'getFosElastica_Index_KeySearch_ProfileService',
  310.             'fos_elastica.index.recommendations' => 'getFosElastica_Index_RecommendationsService',
  311.             'fos_elastica.index.recommendations.profile' => 'getFosElastica_Index_Recommendations_ProfileService',
  312.             'fos_elastica.index_manager' => 'getFosElastica_IndexManagerService',
  313.             'fos_elastica.index_template_manager' => 'getFosElastica_IndexTemplateManagerService',
  314.             'fos_elastica.manager.orm' => 'getFosElastica_Manager_OrmService',
  315.             'fos_elastica.object_persister.description.profile' => 'getFosElastica_ObjectPersister_Description_ProfileService',
  316.             'fos_elastica.object_persister.key_search.profile' => 'getFosElastica_ObjectPersister_KeySearch_ProfileService',
  317.             'fos_elastica.object_persister.recommendations.profile' => 'getFosElastica_ObjectPersister_Recommendations_ProfileService',
  318.             'fos_elastica.pager_persister_registry' => 'getFosElastica_PagerPersisterRegistryService',
  319.             'fos_elastica.pager_provider.description.profile' => 'getFosElastica_PagerProvider_Description_ProfileService',
  320.             'fos_elastica.pager_provider.key_search.profile' => 'getFosElastica_PagerProvider_KeySearch_ProfileService',
  321.             'fos_elastica.pager_provider.recommendations.profile' => 'getFosElastica_PagerProvider_Recommendations_ProfileService',
  322.             'fos_elastica.pager_provider_registry' => 'getFosElastica_PagerProviderRegistryService',
  323.             'fos_elastica.paginator.subscriber' => 'getFosElastica_Paginator_SubscriberService',
  324.             'fos_elastica.persister_registry' => 'getFosElastica_PersisterRegistryService',
  325.             'fos_elastica.repository_manager' => 'getFosElastica_RepositoryManagerService',
  326.             'fos_elastica.resetter' => 'getFosElastica_ResetterService',
  327.             'fos_elastica.template_resetter' => 'getFosElastica_TemplateResetterService',
  328.             'fos_js_routing.controller' => 'getFosJsRouting_ControllerService',
  329.             'fos_js_routing.extractor' => 'getFosJsRouting_ExtractorService',
  330.             'fos_js_routing.routes_response' => 'getFosJsRouting_RoutesResponseService',
  331.             'fos_js_routing.serializer' => 'getFosJsRouting_SerializerService',
  332.             'knp_menu.factory' => 'getKnpMenu_FactoryService',
  333.             'oneup_flysystem.mount_manager' => 'getOneupFlysystem_MountManagerService',
  334.             'oneup_flysystem.process_queue_filesystem' => 'getOneupFlysystem_ProcessQueueFilesystemService',
  335.             'oneup_flysystem.profile_media_approval_filesystem' => 'getOneupFlysystem_ProfileMediaApprovalFilesystemService',
  336.             'oneup_flysystem.profile_media_avatar_filesystem' => 'getOneupFlysystem_ProfileMediaAvatarFilesystemService',
  337.             'oneup_flysystem.profile_media_filesystem' => 'getOneupFlysystem_ProfileMediaFilesystemService',
  338.             'oneup_flysystem.profile_media_selfie_filesystem' => 'getOneupFlysystem_ProfileMediaSelfieFilesystemService',
  339.             'oneup_flysystem.profile_media_untouched_filesystem' => 'getOneupFlysystem_ProfileMediaUntouchedFilesystemService',
  340.             'oneup_flysystem.public_filesystem' => 'getOneupFlysystem_PublicFilesystemService',
  341.             'oneup_flysystem.saloon_media_filesystem' => 'getOneupFlysystem_SaloonMediaFilesystemService',
  342.             'oneup_flysystem.saloon_media_thumb_filesystem' => 'getOneupFlysystem_SaloonMediaThumbFilesystemService',
  343.             'oneup_flysystem.saloon_media_untouched_filesystem' => 'getOneupFlysystem_SaloonMediaUntouchedFilesystemService',
  344.             'oneup_flysystem.saloon_media_video_filesystem' => 'getOneupFlysystem_SaloonMediaVideoFilesystemService',
  345.             'oneup_flysystem.tmp_filesystem' => 'getOneupFlysystem_TmpFilesystemService',
  346.             'oneup_flysystem.tmp_media_filesystem' => 'getOneupFlysystem_TmpMediaFilesystemService',
  347.             'oneup_flysystem.user_media_filesystem' => 'getOneupFlysystem_UserMediaFilesystemService',
  348.             'oneup_uploader.chunk_manager' => 'getOneupUploader_ChunkManagerService',
  349.             'oneup_uploader.controller.process_queue' => 'getOneupUploader_Controller_ProcessQueueService',
  350.             'oneup_uploader.controller.profile_face_photo' => 'getOneupUploader_Controller_ProfileFacePhotoService',
  351.             'oneup_uploader.controller.profile_media_approval' => 'getOneupUploader_Controller_ProfileMediaApprovalService',
  352.             'oneup_uploader.controller.profile_media_avatar' => 'getOneupUploader_Controller_ProfileMediaAvatarService',
  353.             'oneup_uploader.controller.profile_photo' => 'getOneupUploader_Controller_ProfilePhotoService',
  354.             'oneup_uploader.controller.profile_selfie' => 'getOneupUploader_Controller_ProfileSelfieService',
  355.             'oneup_uploader.controller.profile_video' => 'getOneupUploader_Controller_ProfileVideoService',
  356.             'oneup_uploader.controller.saloon_media' => 'getOneupUploader_Controller_SaloonMediaService',
  357.             'oneup_uploader.controller.saloon_media_thumb' => 'getOneupUploader_Controller_SaloonMediaThumbService',
  358.             'oneup_uploader.controller.saloon_media_video' => 'getOneupUploader_Controller_SaloonMediaVideoService',
  359.             'oneup_uploader.controller.tmp_media' => 'getOneupUploader_Controller_TmpMediaService',
  360.             'oneup_uploader.controller.user_media' => 'getOneupUploader_Controller_UserMediaService',
  361.             'oneup_uploader.namer.uniqid' => 'getOneupUploader_Namer_UniqidService',
  362.             'oneup_uploader.orphanage_manager' => 'getOneupUploader_OrphanageManagerService',
  363.             'oneup_uploader.routing.loader' => 'getOneupUploader_Routing_LoaderService',
  364.             'porpaginas.twig.subscriber' => 'getPorpaginas_Twig_SubscriberService',
  365.             'presta_sitemap.controller' => 'getPrestaSitemap_ControllerService',
  366.             'presta_sitemap.dump_command' => 'getPrestaSitemap_DumpCommandService',
  367.             'presta_sitemap.dumper' => 'getPrestaSitemap_DumperService',
  368.             'presta_sitemap.generator' => 'getPrestaSitemap_GeneratorService',
  369.             'routing.loader' => 'getRouting_LoaderService',
  370.             'services_resetter' => 'getServicesResetterService',
  371.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  372.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  373.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  374.         ];
  375.         $this->aliases = [
  376.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Filter\\FilterRegistry' => 'easyadmin.filter.registry',
  377.             'Presta\\SitemapBundle\\Controller\\SitemapController' => 'presta_sitemap.controller',
  378.             'database_connection' => 'doctrine.dbal.default_connection',
  379.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  380.             'fos_elastica.client' => 'fos_elastica.client.default',
  381.             'fos_elastica.index' => 'fos_elastica.index.recommendations',
  382.             'fos_elastica.manager' => 'fos_elastica.manager.orm',
  383.         ];
  384.         $this->privates['service_container'] = function () {
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  391.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  394.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  395.             include_once \dirname(__DIR__4).'/src/DataCollector/DebugCollector.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  397.             include_once \dirname(__DIR__4).'/src/EventSubscriber/AjaxDebugUpdateSubscriber.php';
  398.             include_once \dirname(__DIR__4).'/src/EventSubscriber/ApiAccessSubscriber.php';
  399.             include_once \dirname(__DIR__4).'/src/Service/AccessManager.php';
  400.             include_once \dirname(__DIR__4).'/src/EventSubscriber/BadWordsReplaceSubscriber.php';
  401.             include_once \dirname(__DIR__4).'/src/Helper/EnvironmentHelper.php';
  402.             include_once \dirname(__DIR__4).'/src/EventSubscriber/BanLogoutSubscriber.php';
  403.             include_once \dirname(__DIR__4).'/src/EventSubscriber/CityCaseRedirectSubscriber.php';
  404.             include_once \dirname(__DIR__4).'/src/EventSubscriber/CommentBanSubscriber.php';
  405.             include_once \dirname(__DIR__4).'/src/EventSubscriber/DisabledRouteSubscriber.php';
  406.             include_once \dirname(__DIR__4).'/src/EventSubscriber/DoctrineEntityFilterSubscriber.php';
  407.             include_once \dirname(__DIR__4).'/src/EventSubscriber/DomainParkingSubscriber.php';
  408.             include_once \dirname(__DIR__4).'/src/EventSubscriber/DomainRedirectSubscriber.php';
  409.             include_once \dirname(__DIR__4).'/src/Http/DomainRedirectorInterface.php';
  410.             include_once \dirname(__DIR__4).'/src/Http/DomainRedirector.php';
  411.             include_once \dirname(__DIR__4).'/src/Http/LegacyDomainRedirector.php';
  412.             include_once \dirname(__DIR__4).'/src/EventSubscriber/EnumSubscriber.php';
  413.             include_once \dirname(__DIR__4).'/src/EventSubscriber/KernelSubscriber.php';
  414.             include_once \dirname(__DIR__4).'/src/EventSubscriber/PageMetadataSubscriber.php';
  415.             include_once \dirname(__DIR__4).'/src/EventSubscriber/ProfileListOrderingSubscriber.php';
  416.             include_once \dirname(__DIR__4).'/src/Service/ProfilePaidPlacementRotator.php';
  417.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  418.             include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  419.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  420.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
  421.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
  422.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
  423.             include_once \dirname(__DIR__4).'/src/Repository/AccountEnrollmentRepository.php';
  424.             include_once \dirname(__DIR__4).'/src/Repository/ApprovalRequestsRepository.php';
  425.             include_once \dirname(__DIR__4).'/vendor/happyr/doctrine-specification/src/Repository/EntitySpecificationRepositoryTrait.php';
  426.             include_once \dirname(__DIR__4).'/src/Repository/SpecificationTrait.php';
  427.             include_once \dirname(__DIR__4).'/src/Repository/EntityIteratorTrait.php';
  428.             include_once \dirname(__DIR__4).'/src/Repository/BannedEmailRepository.php';
  429.             include_once \dirname(__DIR__4).'/src/Repository/CityRepository.php';
  430.             include_once \dirname(__DIR__4).'/src/Repository/DistrictRepository.php';
  431.             include_once \dirname(__DIR__4).'/src/Repository/ModerationRequestsRepository.php';
  432.             include_once \dirname(__DIR__4).'/src/Repository/PageMetadataRepository.php';
  433.             include_once \dirname(__DIR__4).'/src/Repository/PaidPlacementPriceRepository.php';
  434.             include_once \dirname(__DIR__4).'/src/Repository/ProfileCommentRepository.php';
  435.             include_once \dirname(__DIR__4).'/src/Repository/ProfileCtrRepository.php';
  436.             include_once \dirname(__DIR__4).'/src/Repository/ProfileKVRepository.php';
  437.             include_once \dirname(__DIR__4).'/src/Repository/ProfilePlanPlacementRepository.php';
  438.             include_once \dirname(__DIR__4).'/src/Repository/ProfileRecommendationRepository.php';
  439.             include_once \dirname(__DIR__4).'/src/Repository/ProfileRepository.php';
  440.             include_once \dirname(__DIR__4).'/src/Repository/SidebarPlacementRepository.php';
  441.             include_once \dirname(__DIR__4).'/src/Repository/ProfileSidebarPlacementRepository.php';
  442.             include_once \dirname(__DIR__4).'/src/Repository/ProfileTopPlacementRepository.php';
  443.             include_once \dirname(__DIR__4).'/src/Repository/SaloonRepository.php';
  444.             include_once \dirname(__DIR__4).'/src/Repository/SaloonSidebarPlacementRepository.php';
  445.             include_once \dirname(__DIR__4).'/src/Repository/ServiceRepository.php';
  446.             include_once \dirname(__DIR__4).'/src/Repository/StationRepository.php';
  447.             include_once \dirname(__DIR__4).'/src/Repository/SupportMessagesRepository.php';
  448.             include_once \dirname(__DIR__4).'/src/Repository/SystemVariablesRepository.php';
  449.             include_once \dirname(__DIR__4).'/src/Service/AccountChargesDurationEstimator.php';
  450.             include_once \dirname(__DIR__4).'/src/Service/AccountChargesDurationPresenter.php';
  451.             include_once \dirname(__DIR__4).'/src/Service/AccountFinances.php';
  452.             include_once \dirname(__DIR__4).'/src/Service/ApprovalService.php';
  453.             include_once \dirname(__DIR__4).'/src/Service/CityMainPagesLinkageService.php';
  454.             include_once \dirname(__DIR__4).'/src/Service/CountryCurrencyResolver.php';
  455.             include_once \dirname(__DIR__4).'/src/Service/CurrentCityResolver.php';
  456.             include_once \dirname(__DIR__4).'/src/Service/CustomerBanService.php';
  457.             include_once \dirname(__DIR__4).'/src/Service/DefaultCityProvider.php';
  458.             include_once \dirname(__DIR__4).'/src/Service/DynamicPlacementPriceResolver.php';
  459.             include_once \dirname(__DIR__4).'/src/Service/EnumUriLoader.php';
  460.             include_once \dirname(__DIR__4).'/src/Service/Features.php';
  461.             include_once \dirname(__DIR__4).'/src/Service/InnerLinkageCircleService.php';
  462.             include_once \dirname(__DIR__4).'/src/Service/ListingService.php';
  463.             include_once \dirname(__DIR__4).'/src/Service/ModerationService.php';
  464.             include_once \dirname(__DIR__4).'/src/Service/MoneyFormatterService.php';
  465.             include_once \dirname(__DIR__4).'/src/Service/PhoneNumberService.php';
  466.             include_once \dirname(__DIR__4).'/src/Service/ProfileAdBoard.php';
  467.             include_once \dirname(__DIR__4).'/src/Service/ProfileAvatar.php';
  468.             include_once \dirname(__DIR__4).'/src/Service/ProfileRecommendationService.php';
  469.             include_once \dirname(__DIR__4).'/src/Service/ProfileBotHelper.php';
  470.             include_once \dirname(__DIR__4).'/src/Service/ProfileChargesCalculator.php';
  471.             include_once \dirname(__DIR__4).'/src/Service/ProfileCtrService.php';
  472.             include_once \dirname(__DIR__4).'/src/Service/ProfileList.php';
  473.             include_once \dirname(__DIR__4).'/src/Service/ProfileListSpecificationService.php';
  474.             include_once \dirname(__DIR__4).'/src/Service/ProfileTopBoard.php';
  475.             include_once \dirname(__DIR__4).'/src/Service/ResponsiveAssetsService.php';
  476.             include_once \dirname(__DIR__4).'/src/Service/SaloonChargesCalculator.php';
  477.             include_once \dirname(__DIR__4).'/src/Service/SearchByKeywordsService.php';
  478.             include_once \dirname(__DIR__4).'/src/Repository/SearchByKeywordsESRepository.php';
  479.             include_once \dirname(__DIR__4).'/src/Service/Sidebar.php';
  480.             include_once \dirname(__DIR__4).'/src/Service/TimeZoneService.php';
  481.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  482.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  483.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  484.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  485.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  486.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  487.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  488.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  489.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  490.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  491.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  492.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  493.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  494.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  495.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RunnerInterface.php';
  496.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
  497.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
  498.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RuntimeInterface.php';
  499.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/GenericRuntime.php';
  500.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/SymfonyRuntime.php';
  501.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  502.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  503.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  504.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  505.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  506.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  507.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  508.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  509.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  510.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  511.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  512.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  513.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  514.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  515.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  516.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  517.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  518.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  519.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  520.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  521.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/SurrogateInterface.php';
  522.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/AbstractSurrogate.php';
  523.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/Esi.php';
  524.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SurrogateListener.php';
  525.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/FragmentListener.php';
  526.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  527.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  528.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  529.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  530.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  531.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  532.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  533.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  534.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  535.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  536.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  537.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  538.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  539.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  540.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  541.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  542.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  543.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  544.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  545.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  546.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  547.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  548.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  549.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  550.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  551.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  552.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  553.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  554.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  555.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  556.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  557.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  558.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  559.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  560.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  561.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  562.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  563.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  564.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  565.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  566.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  567.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  568.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  569.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  570.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  571.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  572.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  573.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  574.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  575.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  576.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  577.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  578.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  579.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  580.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  581.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  582.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  583.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  584.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  585.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  586.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  587.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  588.             include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  589.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  590.             include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  591.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  592.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  593.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  594.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  595.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  596.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  597.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  598.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  599.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  600.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  601.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/EventListener/NotificationLoggerListener.php';
  602.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  603.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  604.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  605.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  606.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  607.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  608.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  609.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  610.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  611.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  612.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  613.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  614.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  615.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  616.             include_once \dirname(__DIR__4).'/src/ParamConverter/CityParamConverter.php';
  617.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  618.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  619.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  620.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  621.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  622.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  623.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  624.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  625.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  626.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  627.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  628.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  629.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/ConnectionFactory.php';
  630.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
  631.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  632.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  633.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  634.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  635.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Registry.php';
  636.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
  637.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
  638.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  639.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  640.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  641.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connections/PrimaryReadReplicaConnection.php';
  642.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  643.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Dbal/SchemaAssetsFilterManager.php';
  644.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Dbal/RegexSchemaAssetFilter.php';
  645.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  646.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  647.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/ConnectionNameAwareInterface.php';
  648.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/DebugMiddleware.php';
  649.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/Compatibility/MiddlewareInterface.php';
  650.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/TracingDriverMiddleware.php';
  651.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  652.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/BacktraceDebugDataHolder.php';
  653.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
  654.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php';
  655.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php';
  656.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
  657.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/UnderscoreNamingStrategy.php';
  658.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
  659.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
  660.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
  661.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
  662.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/EntityListenerServiceResolver.php';
  663.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/ContainerEntityListenerResolver.php';
  664.             include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  665.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Proxy/Autoloader.php';
  666.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  667.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManagerInterface.php';
  668.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManager.php';
  669.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Configuration.php';
  670.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Cache/CacheConfiguration.php';
  671.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Cache/Logging/CacheLogger.php';
  672.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Cache/Logging/CacheLoggerChain.php';
  673.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Cache/Logging/StatisticsCacheLogger.php';
  674.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Cache/CacheFactory.php';
  675.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Cache/DefaultCacheFactory.php';
  676.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Cache/RegionsConfiguration.php';
  677.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  678.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  679.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  680.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  681.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/MappingDriver.php';
  682.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  683.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  684.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
  685.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php';
  686.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php';
  687.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/AttributeDriver.php';
  688.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
  689.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/XmlDriver.php';
  690.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileLocator.php';
  691.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/SymfonyFileLocator.php';
  692.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/ManagerConfigurator.php';
  693.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  694.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  695.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  696.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.php';
  697.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  698.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  699.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  700.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  701.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  702.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  703.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  704.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  705.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  706.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  707.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  708.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  709.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  710.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  711.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  712.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  713.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  714.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  715.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  716.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  717.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  718.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  719.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  720.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  721.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  722.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  723.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  724.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  725.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  726.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  727.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  728.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  729.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/WebRequestRecognizerTrait.php';
  730.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FirePHPHandler.php';
  731.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/FirePHPHandler.php';
  732.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ChromePHPHandler.php';
  733.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ChromePhpHandler.php';
  734.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  735.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  736.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  737.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  738.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  739.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  740.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  741.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  742.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  743.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/MatcherInterface.php';
  744.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Matcher.php';
  745.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  746.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
  747.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Translatable/TranslatableListener.php';
  748.             include_once \dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src/EventListener/LocaleListener.php';
  749.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Loggable/LoggableListener.php';
  750.             include_once \dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src/EventListener/LoggerListener.php';
  751.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/AbstractTrackingListener.php';
  752.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Blameable/BlameableListener.php';
  753.             include_once \dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src/EventListener/BlameListener.php';
  754.             include_once \dirname(__DIR__4).'/vendor/cocur/slugify/src/SlugifyInterface.php';
  755.             include_once \dirname(__DIR__4).'/vendor/cocur/slugify/src/Slugify.php';
  756.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
  757.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
  758.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
  759.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
  760.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
  761.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CacheableResponseVaryListener.php';
  762.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception/src/Manager/FeatureManagerInterface.php';
  763.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception/src/Manager/FeatureManager.php';
  764.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception/src/Activator/FeatureActivatorInterface.php';
  765.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception/src/Activator/ChainActivator.php';
  766.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception-bundle/src/Activator/TraceableChainActivator.php';
  767.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception/src/Activator/ArrayActivator.php';
  768.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception/src/Activator/EnvironmentActivator.php';
  769.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception/src/Activator/ConstraintActivator.php';
  770.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception/src/Constraint/ConstraintResolverInterface.php';
  771.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception/src/Constraint/ConstraintResolver.php';
  772.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception/src/Factory/ExpressionLanguageFactory.php';
  773.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception/src/Constraint/Provider/DateProvider.php';
  774.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception/src/Constraint/Provider/MatchProvider.php';
  775.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception/src/Decorator/ContextDecoratorInterface.php';
  776.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception/src/Decorator/ChainDecorator.php';
  777.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception-bundle/src/Listener/AnnotationSubscriber.php';
  778.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception-bundle/src/Listener/RoutingMetadataSubscriber.php';
  779.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/ConfigManager.php';
  780.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/ConfigPassInterface.php';
  781.             include_once \dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Configuration/ExcludeFieldsConfigPass.php';
  782.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/NormalizerConfigPass.php';
  783.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/DesignConfigPass.php';
  784.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/MenuConfigPass.php';
  785.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/ActionConfigPass.php';
  786.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/MetadataConfigPass.php';
  787.             include_once \dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Configuration/ShortFormTypeConfigPass.php';
  788.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/PropertyConfigPass.php';
  789.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/ViewConfigPass.php';
  790.             include_once \dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Configuration/EmbeddedListViewConfigPass.php';
  791.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/TemplateConfigPass.php';
  792.             include_once \dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Configuration/ShowViewConfigPass.php';
  793.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/DefaultConfigPass.php';
  794.             include_once \dirname(__DIR__4).'/src/Bridge/AlterPHP/EasyAdminExtensionBundle/Configuration/ListFormFiltersConfigPass.php';
  795.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Router/EasyAdminRouter.php';
  796.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Security/AuthorizationChecker.php';
  797.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/EventListener/ControllerListener.php';
  798.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/FilterRegistry.php';
  799.             include_once \dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Helper/EmbeddedListHelper.php';
  800.             include_once \dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Helper/ListFormFiltersHelper.php';
  801.             include_once \dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Security/AdminAuthorizationChecker.php';
  802.             include_once \dirname(__DIR__4).'/vendor/symfony/templating/Helper/HelperInterface.php';
  803.             include_once \dirname(__DIR__4).'/vendor/symfony/templating/Helper/Helper.php';
  804.             include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Templating/Helper/UploaderHelper.php';
  805.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  806.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  807.             include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Twig/Extension/UploaderExtension.php';
  808.             include_once \dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src/Log/LoggerInterface.php';
  809.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerTrait.php';
  810.             include_once \dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src/Log/Logger.php';
  811.             include_once \dirname(__DIR__4).'/src/Bridge/GuzzleHttp/Handler/OplataInfoTestHandler.php';
  812.             include_once \dirname(__DIR__4).'/vendor/guzzlehttp/guzzle/src/ClientInterface.php';
  813.             include_once \dirname(__DIR__4).'/vendor/psr/http-client/src/ClientInterface.php';
  814.             include_once \dirname(__DIR__4).'/vendor/guzzlehttp/guzzle/src/ClientTrait.php';
  815.             include_once \dirname(__DIR__4).'/vendor/guzzlehttp/guzzle/src/Client.php';
  816.             include_once \dirname(__DIR__4).'/vendor/guzzlehttp/guzzle/src/HandlerStack.php';
  817.             include_once \dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src/DataCollector/DataCollectorSymfonyCompatibilityTrait.php';
  818.             include_once \dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src/DataCollector/HttpDataCollector.php';
  819.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/State/HubInterface.php';
  820.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/State/HubAdapter.php';
  821.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/ClientInterface.php';
  822.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Client.php';
  823.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/ClientBuilderInterface.php';
  824.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/ClientBuilder.php';
  825.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Options.php';
  826.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Integration/IntegrationConfigurator.php';
  827.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Integration/IntegrationInterface.php';
  828.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Integration/RequestIntegration.php';
  829.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Integration/RequestFetcherInterface.php';
  830.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Integration/RequestFetcher.php';
  831.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Transport/TransportFactoryInterface.php';
  832.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Transport/TransportFactory.php';
  833.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/RequestFactoryInterface.php';
  834.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/ResponseFactoryInterface.php';
  835.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/ServerRequestFactoryInterface.php';
  836.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/StreamFactoryInterface.php';
  837.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/UploadedFileFactoryInterface.php';
  838.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/UriFactoryInterface.php';
  839.             include_once \dirname(__DIR__4).'/vendor/php-http/discovery/src/Psr17Factory.php';
  840.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Serializer/AbstractSerializer.php';
  841.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Serializer/SerializerInterface.php';
  842.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Serializer/Serializer.php';
  843.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Serializer/RepresentationSerializerInterface.php';
  844.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Serializer/RepresentationSerializer.php';
  845.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/KernelEventForwardCompatibilityTrait.php';
  846.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/RequestListener.php';
  847.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/SubRequestListener.php';
  848.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/AbstractTracingRequestListener.php';
  849.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/TracingRequestListener.php';
  850.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/TracingSubRequestListener.php';
  851.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/LoginListener.php';
  852.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/TracingDriverConnectionFactoryInterface.php';
  853.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/TracingDriverConnectionFactoryForV2V3.php';
  854.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/AbstractLogger.php';
  855.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Logger/ElasticaLogger.php';
  856.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  857.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  858.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
  859.             include_once \dirname(__DIR__4).'/vendor/giggsey/libphonenumber-for-php/src/PhoneNumberUtil.php';
  860.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-components/src/Knp/Component/Pager/PaginatorInterface.php';
  861.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-components/src/Knp/Component/Pager/Paginator.php';
  862.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
  863.             include_once \dirname(__DIR__4).'/vendor/beberlei/porpaginas/src/Porpaginas/Twig/PorpaginasExtension.php';
  864.             include_once \dirname(__DIR__4).'/vendor/beberlei/porpaginas/src/Porpaginas/Twig/RenderingAdapter.php';
  865.             include_once \dirname(__DIR__4).'/packages/porpaginas-bundle/Twig/KnpPagerRenderingAdapter.php';
  866.             include_once \dirname(__DIR__4).'/vendor/bigidea/geographical-names-inflection-bundle/src/Morphos/GeographicalNamesInflection.php';
  867.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  868.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  869.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/HttpClient/AbstractTraceableHttpClient.php';
  870.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/HttpClient/TraceableHttpClientForV5.php';
  871.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  872.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  873.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Cache/TraceableCacheAdapterTrait.php';
  874.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Cache/TraceableCacheAdapterForV3.php';
  875.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  876.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  877.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  878.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  879.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  880.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ChainAdapter.php';
  881.             include_once \dirname(__DIR__4).'/src/Http/CityCaseRedirector.php';
  882.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  883.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  884.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  885.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  886.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  887.             include_once \dirname(__DIR__4).'/src/Routing/DynamicRouter.php';
  888.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  889.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  890.             include_once \dirname(__DIR__4).'/packages/translatable-bundle/Translation/Translator.php';
  891.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBusInterface.php';
  892.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/TraceableMessageBus.php';
  893.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBus.php';
  894.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  895.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  896.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  897.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  898.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  899.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  900.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  901.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  902.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  903.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  904.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  905.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  906.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  907.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  908.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  909.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  910.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  911.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  912.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  913.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  914.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  915.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  916.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  917.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  918.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  919.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  920.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/DataCollector/DoctrineDataCollector.php';
  921.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
  922.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  923.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/DataCollector/NotificationDataCollector.php';
  924.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception-bundle/src/Profiler/FeatureDataCollector.php';
  925.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/DataCollector/EasyAdminDataCollector.php';
  926.             include_once \dirname(__DIR__4).'/vendor/snc/redis-bundle/src/DataCollector/RedisDataCollector.php';
  927.             include_once \dirname(__DIR__4).'/vendor/snc/redis-bundle/src/Logger/RedisLogger.php';
  928.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/DataCollector/ElasticaDataCollector.php';
  929.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  930.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  931.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  932.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  933.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  934.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  935.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  936.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  937.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  938.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  939.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  940.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  941.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  942.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  943.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  944.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  945.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  946.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  947.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  948.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  949.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  950.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  951.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  952.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  953.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  954.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  955.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  956.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  957.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  958.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  959.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  960.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  961.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  962.             include_once \dirname(__DIR__4).'/src/Twig/AccountExtension.php';
  963.             include_once \dirname(__DIR__4).'/src/Twig/CityMainPagesLinkageByCountriesExtension.php';
  964.             include_once \dirname(__DIR__4).'/src/Service/CityMainPagesLinkageByCountriesService.php';
  965.             include_once \dirname(__DIR__4).'/src/Twig/CityMainPagesLinkageExtension.php';
  966.             include_once \dirname(__DIR__4).'/src/Twig/ClientTypeExtension.php';
  967.             include_once \dirname(__DIR__4).'/src/Twig/ConfirmationRequestsExtension.php';
  968.             include_once \dirname(__DIR__4).'/src/Twig/DateExtension.php';
  969.             include_once \dirname(__DIR__4).'/src/Twig/DefaultCityExtension.php';
  970.             include_once \dirname(__DIR__4).'/src/Twig/DistrictsLinkageExtension.php';
  971.             include_once \dirname(__DIR__4).'/src/Service/DistrictsLinkageService.php';
  972.             include_once \dirname(__DIR__4).'/src/Twig/GeoCategoryLinkageExtension.php';
  973.             include_once \dirname(__DIR__4).'/src/Service/GeoCategoryLinkageService.php';
  974.             include_once \dirname(__DIR__4).'/src/Twig/InnerLinkageCircleExtension.php';
  975.             include_once \dirname(__DIR__4).'/src/Twig/ListingExtension.php';
  976.             include_once \dirname(__DIR__4).'/src/Twig/MoneyFormatterExtension.php';
  977.             include_once \dirname(__DIR__4).'/src/Twig/OfferBarExtension.php';
  978.             include_once \dirname(__DIR__4).'/src/Twig/OplataInfoExtension.php';
  979.             include_once \dirname(__DIR__4).'/src/PaymentProcessing/Gateway/OplataInfo.php';
  980.             include_once \dirname(__DIR__4).'/src/Twig/PaidPlacementsExtension.php';
  981.             include_once \dirname(__DIR__4).'/src/Twig/PersonParametersExtension.php';
  982.             include_once \dirname(__DIR__4).'/src/Twig/PhoneCallExtension.php';
  983.             include_once \dirname(__DIR__4).'/src/Twig/ProfileAvatarExtension.php';
  984.             include_once \dirname(__DIR__4).'/src/Twig/ProfileChargesExtension.php';
  985.             include_once \dirname(__DIR__4).'/src/Twig/ProfileCommentExtension.php';
  986.             include_once \dirname(__DIR__4).'/src/Twig/ProfileKVExtension.php';
  987.             include_once \dirname(__DIR__4).'/src/Twig/ProfileModerationExtension.php';
  988.             include_once \dirname(__DIR__4).'/src/Twig/ProfileRecommendationsDebugExtension.php';
  989.             include_once \dirname(__DIR__4).'/src/Twig/RecentProfilesExtension.php';
  990.             include_once \dirname(__DIR__4).'/src/Twig/ResponsiveAssetExtension.php';
  991.             include_once \dirname(__DIR__4).'/src/Twig/RoutingExtension.php';
  992.             include_once \dirname(__DIR__4).'/src/Twig/SaloonChargesExtension.php';
  993.             include_once \dirname(__DIR__4).'/src/Twig/SaloonCommentExtension.php';
  994.             include_once \dirname(__DIR__4).'/src/Twig/SearchByKeywordsExtension.php';
  995.             include_once \dirname(__DIR__4).'/src/Twig/SeoExtension.php';
  996.             include_once \dirname(__DIR__4).'/src/Service/PageMetadataGenerator.php';
  997.             include_once \dirname(__DIR__4).'/src/Service/CanonicalUrlGenerator.php';
  998.             include_once \dirname(__DIR__4).'/src/Twig/ServicesExtension.php';
  999.             include_once \dirname(__DIR__4).'/src/Twig/StationCommentsExtension.php';
  1000.             include_once \dirname(__DIR__4).'/src/Twig/StationPagesLinkageExtension.php';
  1001.             include_once \dirname(__DIR__4).'/src/Service/StationPagesLinkageService.php';
  1002.             include_once \dirname(__DIR__4).'/src/Twig/StationsExtension.php';
  1003.             include_once \dirname(__DIR__4).'/src/Twig/SupportMessagesExtension.php';
  1004.             include_once \dirname(__DIR__4).'/src/Twig/TakeOutLocationsExtension.php';
  1005.             include_once \dirname(__DIR__4).'/src/Twig/TimeFormatterExtension.php';
  1006.             include_once \dirname(__DIR__4).'/src/Twig/ToolsExtension.php';
  1007.             include_once \dirname(__DIR__4).'/src/Twig/UserExtension.php';
  1008.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Twig/DoctrineExtension.php';
  1009.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  1010.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/MenuExtension.php';
  1011.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/Helper.php';
  1012.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererProviderInterface.php';
  1013.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/PsrProvider.php';
  1014.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/MenuProviderInterface.php';
  1015.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/ChainProvider.php';
  1016.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Util/MenuManipulator.php';
  1017.             include_once \dirname(__DIR__4).'/vendor/cocur/slugify/src/Bridge/Twig/SlugifyExtension.php';
  1018.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception-bundle/src/Twig/ToggleExtension.php';
  1019.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Twig/EasyAdminTwigExtension.php';
  1020.             include_once \dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Twig/ListFormFiltersExtension.php';
  1021.             include_once \dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Twig/CheckboxTreeExtension.php';
  1022.             include_once \dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Twig/EmbeddedListExtension.php';
  1023.             include_once \dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Twig/AdminAuthorizationExtension.php';
  1024.             include_once \dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src/Twig/Extension/DebugExtension.php';
  1025.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Twig/TwigTracingExtension.php';
  1026.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Twig/SentryExtension.php';
  1027.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  1028.             include_once \dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Twig/Extension/PhoneNumberHelperExtension.php';
  1029.             include_once \dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Templating/Helper/PhoneNumberHelper.php';
  1030.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  1031.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  1032.             include_once \dirname(__DIR__4).'/vendor/twig/cssinliner-extra/CssInlinerExtension.php';
  1033.             include_once \dirname(__DIR__4).'/vendor/bigidea/geographical-names-inflection-bundle/src/Twig/GeographicalNamesInflectionTwigExtension.php';
  1034.             include_once \dirname(__DIR__4).'/vendor/bigidea/morphos-twig-bundle/src/Twig/MorphosExtension.php';
  1035.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  1036.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  1037.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  1038.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  1039.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  1040.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  1041.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  1042.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  1043.         };
  1044.     }
  1045.     public function compile(): void
  1046.     {
  1047.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  1048.     }
  1049.     public function isCompiled(): bool
  1050.     {
  1051.         return true;
  1052.     }
  1053.     public function getRemovedIds(): array
  1054.     {
  1055.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  1056.     }
  1057.     protected function load($file$lazyLoad true)
  1058.     {
  1059.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  1060.             return $class::do($this$lazyLoad);
  1061.         }
  1062.         if ('.' === $file[-4]) {
  1063.             $class substr($class0, -4);
  1064.         } else {
  1065.             $file .= '.php';
  1066.         }
  1067.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  1068.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  1069.     }
  1070.     /**
  1071.      * Gets the public '.container.private.form.factory' shared service.
  1072.      *
  1073.      * @return \Symfony\Component\Form\FormFactory
  1074.      */
  1075.     protected function get_Container_Private_Form_FactoryService()
  1076.     {
  1077.         $a = ($this->privates['form.registry'] ?? $this->getForm_RegistryService());
  1078.         if (isset($this->services['.container.private.form.factory'])) {
  1079.             return $this->services['.container.private.form.factory'];
  1080.         }
  1081.         return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory($a);
  1082.     }
  1083.     /**
  1084.      * Gets the public '.container.private.profiler' shared service.
  1085.      *
  1086.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1087.      */
  1088.     protected function get_Container_Private_ProfilerService()
  1089.     {
  1090.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  1091.         $b = ($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService());
  1092.         $c = ($this->privates['monolog.handler.chromephp'] ?? $this->getMonolog_Handler_ChromephpService());
  1093.         $d = ($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService());
  1094.         $a->pushProcessor($b);
  1095.         $a->pushHandler($c);
  1096.         $a->pushHandler($d);
  1097.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1098.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  1099.         $e = ($this->services['kernel'] ?? $this->get('kernel'));
  1100.         $f = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1101.         $g = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1102.         $g->addInstance('cache.app.traceable', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  1103.         $g->addInstance('cache.system.traceable', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  1104.         $g->addInstance('cache.validator.traceable', ($this->privates['cache.validator.traceable'] ?? $this->getCache_Validator_TraceableService()));
  1105.         $g->addInstance('cache.serializer.traceable', ($this->privates['cache.serializer.traceable'] ?? $this->getCache_Serializer_TraceableService()));
  1106.         $g->addInstance('cache.annotations.traceable', ($this->privates['cache.annotations.traceable'] ?? $this->getCache_Annotations_TraceableService()));
  1107.         $g->addInstance('cache.property_info.traceable', ($this->privates['cache.property_info.traceable'] ?? $this->getCache_PropertyInfo_TraceableService()));
  1108.         $g->addInstance('cache.messenger.restart_workers_signal.traceable', ($this->privates['cache.messenger.restart_workers_signal.traceable'] ?? $this->getCache_Messenger_RestartWorkersSignal_TraceableService()));
  1109.         $g->addInstance('cache.rate_limiter.traceable', ($this->privates['cache.rate_limiter.traceable'] ?? $this->getCache_RateLimiter_TraceableService()));
  1110.         $g->addInstance('cache.doctrine.traceable', ($this->privates['cache.doctrine.traceable'] ?? $this->getCache_Doctrine_TraceableService()));
  1111.         $g->addInstance('project_data.cache.traceable', ($this->privates['project_data.cache.traceable'] ?? $this->getProjectData_Cache_TraceableService()));
  1112.         $g->addInstance('user_predict.cache.traceable', ($this->privates['user_predict.cache.traceable'] ?? $this->getUserPredict_Cache_TraceableService()));
  1113.         $g->addInstance('sidebar_new_check_cool_down.cache.traceable', ($this->privates['sidebar_new_check_cool_down.cache.traceable'] ?? $this->getSidebarNewCheckCoolDown_Cache_TraceableService()));
  1114.         $g->addInstance('ctr_stat.cache.traceable', ($this->privates['ctr_stat.cache.traceable'] ?? $this->getCtrStat_Cache_TraceableService()));
  1115.         $g->addInstance('profiles_filter.cache.traceable', ($this->privates['profiles_filter.cache.traceable'] ?? $this->getProfilesFilter_Cache_TraceableService()));
  1116.         $g->addInstance('stations_lines.cache.traceable', ($this->privates['stations_lines.cache.traceable'] ?? $this->getStationsLines_Cache_TraceableService()));
  1117.         $g->addInstance('profile_widget.cache.traceable', ($this->privates['profile_widget.cache.traceable'] ?? $this->getProfileWidget_Cache_TraceableService()));
  1118.         $g->addInstance('station_added_profiles.cache.traceable', ($this->privates['station_added_profiles.cache.traceable'] ?? $this->getStationAddedProfiles_Cache_TraceableService()));
  1119.         $g->addInstance('cache.validator_expression_language.traceable', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  1120.         $g->addInstance('cache.doctrine.orm.default.result.traceable', ($this->privates['cache.doctrine.orm.default.result.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Result_TraceableService()));
  1121.         $g->addInstance('cache.doctrine.orm.default.query.traceable', ($this->privates['cache.doctrine.orm.default.query.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Query_TraceableService()));
  1122.         $g->addInstance('cache.doctrine.orm.default.second_level.region_driver.traceable', ($this->privates['cache.doctrine.orm.default.second_level.region_driver.traceable'] ?? $this->getCache_Doctrine_Orm_Default_SecondLevel_RegionDriver_TraceableService()));
  1123.         $g->addInstance('cache.doctrine.orm.multi_website.result.traceable', ($this->privates['cache.doctrine.orm.multi_website.result.traceable'] ?? $this->getCache_Doctrine_Orm_MultiWebsite_Result_TraceableService()));
  1124.         $g->addInstance('cache.doctrine.orm.multi_website.query.traceable', ($this->privates['cache.doctrine.orm.multi_website.query.traceable'] ?? $this->getCache_Doctrine_Orm_MultiWebsite_Query_TraceableService()));
  1125.         $g->addInstance('cache.doctrine.orm.multi_website.second_level.region_driver.traceable', ($this->privates['cache.doctrine.orm.multi_website.second_level.region_driver.traceable'] ?? $this->getCache_Doctrine_Orm_MultiWebsite_SecondLevel_RegionDriver_TraceableService()));
  1126.         $g->addInstance('cache.security_expression_language.traceable', ($this->privates['cache.security_expression_language.traceable'] ?? $this->getCache_SecurityExpressionLanguage_TraceableService()));
  1127.         $g->addInstance('cache.easyadmin.traceable', ($this->privates['cache.easyadmin.traceable'] ?? $this->getCache_Easyadmin_TraceableService()));
  1128.         $g->addInstance('cache.webpack_encore.traceable', ($this->privates['cache.webpack_encore.traceable'] ?? $this->getCache_WebpackEncore_TraceableService()));
  1129.         $h = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  1130.         $h->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  1131.         $i = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
  1132.         $i->registerBus('messenger.bus.default', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  1133.         $j = new \Symfony\Bridge\Monolog\Logger('snc_redis');
  1134.         $j->pushProcessor($b);
  1135.         $j->pushHandler($c);
  1136.         $j->pushHandler($d);
  1137.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($j);
  1138.         $k = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1139.         if ($this->has('kernel')) {
  1140.             $k->setKernel($e);
  1141.         }
  1142.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  1143.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($e, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1144.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1145.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  1146.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1147.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  1148.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1149.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelReviewDebugContainer'), $f));
  1150.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $f));
  1151.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1152.         $instance->add($g);
  1153.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->privates['translator.data_collector'] ?? $this->getTranslator_DataCollectorService())));
  1154.         $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));
  1155.         $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())));
  1156.         $instance->add($h);
  1157.         $instance->add(new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true, ($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([])))));
  1158.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  1159.         $instance->add($i);
  1160.         $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()))));
  1161.         $instance->add(new \Symfony\Component\Notifier\DataCollector\NotificationDataCollector(($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()))));
  1162.         $instance->add(new \Flagception\Bundle\FlagceptionBundle\Profiler\FeatureDataCollector(($this->privates['flagception.activator.chain_activator'] ?? $this->getFlagception_Activator_ChainActivatorService()), ($this->privates['flagception.decorator.chain_decorator'] ?? ($this->privates['flagception.decorator.chain_decorator'] = new \Flagception\Decorator\ChainDecorator()))));
  1163.         $instance->add(new \EasyCorp\Bundle\EasyAdminBundle\DataCollector\EasyAdminDataCollector(($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService())));
  1164.         $instance->add(new \Snc\RedisBundle\DataCollector\RedisDataCollector(new \Snc\RedisBundle\Logger\RedisLogger($j)));
  1165.         $instance->add(($this->privates['eight_points_guzzle.data_collector'] ?? $this->getEightPointsGuzzle_DataCollectorService()));
  1166.         $instance->add(new \FOS\ElasticaBundle\DataCollector\ElasticaDataCollector(($this->privates['fos_elastica.logger'] ?? $this->getFosElastica_LoggerService())));
  1167.         $instance->add(($this->privates['App\\DataCollector\\DebugCollector'] ?? ($this->privates['App\\DataCollector\\DebugCollector'] = new \App\DataCollector\DebugCollector())));
  1168.         $instance->add($k);
  1169.         return $instance;
  1170.     }
  1171.     /**
  1172.      * Gets the public '.container.private.security.authorization_checker' shared service.
  1173.      *
  1174.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1175.      */
  1176.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  1177.     {
  1178.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  1179.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  1180.             return $this->services['.container.private.security.authorization_checker'];
  1181.         }
  1182.         return $this->services['.container.private.security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $afalse);
  1183.     }
  1184.     /**
  1185.      * Gets the public '.container.private.security.token_storage' shared service.
  1186.      *
  1187.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  1188.      */
  1189.     protected function get_Container_Private_Security_TokenStorageService()
  1190.     {
  1191.         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, [
  1192.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  1193.         ], [
  1194.             'request_stack' => '?',
  1195.         ]));
  1196.     }
  1197.     /**
  1198.      * Gets the public '.container.private.twig' shared service.
  1199.      *
  1200.      * @return \Twig\Environment
  1201.      */
  1202.     protected function get_Container_Private_TwigService()
  1203.     {
  1204.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment(($this->privates['twig.loader.native_filesystem'] ?? $this->getTwig_Loader_NativeFilesystemService()), ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  1205.         $a = ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService());
  1206.         $b = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1207.         $c = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  1208.         $d = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1209.         $e = ($this->services['translator'] ?? $this->getTranslatorService());
  1210.         $f = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1211.         $g = ($this->services['router'] ?? $this->getRouterService());
  1212.         $h = ($this->privates['App\\Service\\ProfileChargesCalculator'] ?? $this->getProfileChargesCalculatorService());
  1213.         $i = ($this->privates['App\\Service\\SaloonChargesCalculator'] ?? $this->getSaloonChargesCalculatorService());
  1214.         $j = ($this->privates['project_data.cache.traceable'] ?? $this->getProjectData_Cache_TraceableService());
  1215.         $k = ($this->services['geographical_names_inflection.inflector'] ?? $this->getGeographicalNamesInflection_InflectorService());
  1216.         $l = ($this->privates['App\\Service\\DefaultCityProvider'] ?? $this->getDefaultCityProviderService());
  1217.         $m = ($this->privates['App\\Repository\\ModerationRequestsRepository'] ?? $this->getModerationRequestsRepositoryService());
  1218.         $n = ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this)));
  1219.         $o = ($this->privates['App\\Service\\Features'] ?? $this->getFeaturesService());
  1220.         $p = ($this->privates['App\\Service\\ProfileList'] ?? $this->getProfileListService());
  1221.         $q = ($this->privates['App\\Repository\\StationRepository'] ?? $this->getStationRepositoryService());
  1222.         $r = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1223.         $r->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $f]);
  1224.         $s = new \Knp\Menu\Util\MenuManipulator();
  1225.         $t = ($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService());
  1226.         $u = new \Symfony\Bridge\Twig\AppVariable();
  1227.         $u->setEnvironment('review');
  1228.         $u->setDebug(true);
  1229.         if ($this->has('.container.private.security.token_storage')) {
  1230.             $u->setTokenStorage($c);
  1231.         }
  1232.         if ($this->has('request_stack')) {
  1233.             $u->setRequestStack($b);
  1234.         }
  1235.         $v = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  1236.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1237.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension($a));
  1238.         $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($b, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $c)));
  1239.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $d));
  1240.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($e));
  1241.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService())));
  1242.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($f\dirname(__DIR__4), 'UTF-8'));
  1243.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($g));
  1244.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1245.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($dtrue));
  1246.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1247.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1248.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($b$g)));
  1249.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($b));
  1250.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  1251.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($e));
  1252.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\DumpExtension(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), ($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService())));
  1253.         $instance->addExtension(new \App\Twig\AccountExtension(($this->privates['App\\Service\\TimeZoneService'] ?? $this->getTimeZoneServiceService()), $c$h$i, ($this->privates['App\\Service\\AccountChargesDurationEstimator'] ?? $this->getAccountChargesDurationEstimatorService()), ($this->privates['App\\Service\\AccountChargesDurationPresenter'] ?? $this->getAccountChargesDurationPresenterService())));
  1254.         $instance->addExtension(new \App\Twig\CityMainPagesLinkageByCountriesExtension(new \App\Service\CityMainPagesLinkageByCountriesService($b$j$g$e, ($this->privates['App\\Repository\\CityRepository'] ?? $this->getCityRepositoryService()), $k$l)));
  1255.         $instance->addExtension(new \App\Twig\CityMainPagesLinkageExtension(($this->privates['App\\Service\\CityMainPagesLinkageService'] ?? $this->getCityMainPagesLinkageServiceService())));
  1256.         $instance->addExtension(new \App\Twig\ClientTypeExtension());
  1257.         $instance->addExtension(new \App\Twig\ConfirmationRequestsExtension(($this->privates['App\\Repository\\ApprovalRequestsRepository'] ?? $this->getApprovalRequestsRepositoryService()), $m));
  1258.         $instance->addExtension(new \App\Twig\DateExtension($n));
  1259.         $instance->addExtension(new \App\Twig\DefaultCityExtension($l));
  1260.         $instance->addExtension(new \App\Twig\DistrictsLinkageExtension(new \App\Service\DistrictsLinkageService($b$j$g$e, ($this->privates['App\\Repository\\DistrictRepository'] ?? $this->getDistrictRepositoryService()), $k$l$n)));
  1261.         $instance->addExtension(new \App\Twig\GeoCategoryLinkageExtension(new \App\Service\GeoCategoryLinkageService($o$p, ($this->privates['App\\Service\\ProfileListSpecificationService'] ?? $this->getProfileListSpecificationServiceService()), $g$j$b)));
  1262.         $instance->addExtension(new \App\Twig\InnerLinkageCircleExtension(($this->privates['App\\Service\\InnerLinkageCircleService'] ?? $this->getInnerLinkageCircleServiceService())));
  1263.         $instance->addExtension(new \App\Twig\ListingExtension(($this->privates['App\\Service\\ListingService'] ?? ($this->privates['App\\Service\\ListingService'] = new \App\Service\ListingService()))));
  1264.         $instance->addExtension(new \App\Twig\MoneyFormatterExtension($b, ($this->privates['App\\Service\\MoneyFormatterService'] ?? $this->getMoneyFormatterServiceService())));
  1265.         $instance->addExtension(new \App\Twig\OfferBarExtension(($this->privates['App\\Repository\\SystemVariablesRepository'] ?? $this->getSystemVariablesRepositoryService())));
  1266.         $instance->addExtension(new \App\Twig\OplataInfoExtension(new \App\PaymentProcessing\Gateway\OplataInfo(($this->services['eight_points_guzzle.client.api_oplata_info'] ?? $this->getEightPointsGuzzle_Client_ApiOplataInfoService()), $this->getEnv('OPLATA_MERCHANT_ID'), $this->getEnv('OPLATA_MERCHANT_PASSWORD'), $this->getEnv('APP_SECRET'), true), $c));
  1267.         $instance->addExtension(new \App\Twig\PaidPlacementsExtension($b, ($this->privates['App\\Repository\\SidebarPlacementRepository'] ?? $this->getSidebarPlacementRepositoryService()), $o, ($this->privates['App\\Service\\Sidebar'] ?? $this->getSidebarService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['App\\Service\\ProfileTopBoard'] ?? $this->getProfileTopBoardService()), ($this->privates['App\\Service\\CurrentCityResolver'] ?? $this->getCurrentCityResolverService())));
  1268.         $instance->addExtension(new \App\Twig\PersonParametersExtension());
  1269.         $instance->addExtension(new \App\Twig\PhoneCallExtension());
  1270.         $instance->addExtension(new \App\Twig\ProfileAvatarExtension(($this->privates['App\\Service\\ProfileAvatar'] ?? $this->getProfileAvatarService())));
  1271.         $instance->addExtension(new \App\Twig\ProfileChargesExtension($h$c));
  1272.         $instance->addExtension(new \App\Twig\ProfileCommentExtension());
  1273.         $instance->addExtension(new \App\Twig\ProfileKVExtension(($this->privates['App\\Repository\\ProfileKVRepository'] ?? $this->getProfileKVRepositoryService())));
  1274.         $instance->addExtension(new \App\Twig\ProfileModerationExtension(($this->privates['App\\Service\\ModerationService'] ?? $this->getModerationServiceService()), $m));
  1275.         $instance->addExtension(new \App\Twig\ProfileRecommendationsDebugExtension(($this->privates['App\\Service\\ProfileRecommendationService'] ?? $this->getProfileRecommendationServiceService()), ($this->privates['App\\Service\\ProfileBotHelper'] ?? $this->getProfileBotHelperService()), $c));
  1276.         $instance->addExtension(new \App\Twig\RecentProfilesExtension($b$l$p));
  1277.         $instance->addExtension(new \App\Twig\ResponsiveAssetExtension(($this->privates['App\\Service\\ResponsiveAssetsService'] ?? $this->getResponsiveAssetsServiceService())));
  1278.         $instance->addExtension(new \App\Twig\RoutingExtension($g$b));
  1279.         $instance->addExtension(new \App\Twig\SaloonChargesExtension($i$c));
  1280.         $instance->addExtension(new \App\Twig\SaloonCommentExtension());
  1281.         $instance->addExtension(new \App\Twig\SearchByKeywordsExtension(($this->privates['App\\Service\\SearchByKeywordsService'] ?? $this->getSearchByKeywordsServiceService())));
  1282.         $instance->addExtension(new \App\Twig\SeoExtension(new \App\Service\PageMetadataGenerator($instance$b), $b, new \App\Service\CanonicalUrlGenerator($g$b$o$n), $e));
  1283.         $instance->addExtension(new \App\Twig\ServicesExtension(($this->privates['App\\Repository\\ServiceRepository'] ?? $this->getServiceRepositoryService())));
  1284.         $instance->addExtension(new \App\Twig\StationCommentsExtension(($this->privates['App\\Repository\\ProfileCommentRepository'] ?? $this->getProfileCommentRepositoryService()), ($this->privates['ctr_stat.cache.traceable'] ?? $this->getCtrStat_Cache_TraceableService())));
  1285.         $instance->addExtension(new \App\Twig\StationPagesLinkageExtension(new \App\Service\StationPagesLinkageService($o$g$e$q$b$n)));
  1286.         $instance->addExtension(new \App\Twig\StationsExtension($q));
  1287.         $instance->addExtension(new \App\Twig\SupportMessagesExtension(($this->privates['App\\Repository\\SupportMessagesRepository'] ?? $this->getSupportMessagesRepositoryService())));
  1288.         $instance->addExtension(new \App\Twig\TakeOutLocationsExtension());
  1289.         $instance->addExtension(new \App\Twig\TimeFormatterExtension());
  1290.         $instance->addExtension(new \App\Twig\ToolsExtension(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())));
  1291.         $instance->addExtension(new \App\Twig\UserExtension($c));
  1292.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1293.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($r));
  1294.         $instance->addExtension(new \Knp\Menu\Twig\MenuExtension(new \Knp\Menu\Twig\Helper(new \Knp\Menu\Renderer\PsrProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1295.             'list' => ['privates''knp_menu.renderer.list''getKnpMenu_Renderer_ListService'true],
  1296.             'twig' => ['privates''knp_menu.renderer.twig''getKnpMenu_Renderer_TwigService'true],
  1297.         ], [
  1298.             'list' => '?',
  1299.             'twig' => '?',
  1300.         ]), 'twig', [], false), new \Knp\Menu\Provider\ChainProvider(new RewindableGenerator(function () {
  1301.             yield => ($this->privates['knp_menu.menu_provider.lazy'] ?? $this->load('getKnpMenu_MenuProvider_LazyService'));
  1302.             yield => ($this->privates['knp_menu.menu_provider.builder_alias'] ?? $this->load('getKnpMenu_MenuProvider_BuilderAliasService'));
  1303.         }, 2)), $s$t), $t$s));
  1304.         $instance->addExtension(new \Cocur\Slugify\Bridge\Twig\SlugifyExtension(($this->privates['cocur_slugify'] ?? ($this->privates['cocur_slugify'] = new \Cocur\Slugify\Slugify(['lowercase' => true'separator' => '-'])))));
  1305.         $instance->addExtension(new \Flagception\Bundle\FlagceptionBundle\Twig\ToggleExtension(($this->services['flagception.manager.feature_manager'] ?? $this->getFlagception_Manager_FeatureManagerService())));
  1306.         $instance->addExtension(new \EasyCorp\Bundle\EasyAdminBundle\Twig\EasyAdminTwigExtension(($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService()), ($this->services['easyadmin.property_accessor'] ?? $this->getEasyadmin_PropertyAccessorService()), ($this->services['easyadmin.router'] ?? $this->getEasyadmin_RouterService()), true$a$e, ($this->services['easyadmin.security.authorization_checker'] ?? $this->getEasyadmin_Security_AuthorizationCheckerService())));
  1307.         $instance->addExtension(new \AlterPHP\EasyAdminExtensionBundle\Twig\ListFormFiltersExtension(($this->privates['AlterPHP\\EasyAdminExtensionBundle\\Helper\\ListFormFiltersHelper'] ?? $this->getListFormFiltersHelperService())));
  1308.         $instance->addExtension(new \AlterPHP\EasyAdminExtensionBundle\Twig\CheckboxTreeExtension());
  1309.         $instance->addExtension(new \AlterPHP\EasyAdminExtensionBundle\Twig\EmbeddedListExtension(($this->privates['AlterPHP\\EasyAdminExtensionBundle\\Helper\\EmbeddedListHelper'] ?? $this->getEmbeddedListHelperService())));
  1310.         $instance->addExtension(new \AlterPHP\EasyAdminExtensionBundle\Twig\AdminAuthorizationExtension(($this->services['AlterPHP\\EasyAdminExtensionBundle\\Security\\AdminAuthorizationChecker'] ?? $this->getAdminAuthorizationCheckerService())));
  1311.         $instance->addExtension(($this->services['oneup_uploader.twig.extension.uploader'] ?? $this->getOneupUploader_Twig_Extension_UploaderService()));
  1312.         $instance->addExtension(new \EightPoints\Bundle\GuzzleBundle\Twig\Extension\DebugExtension());
  1313.         $instance->addExtension(new \Sentry\SentryBundle\Tracing\Twig\TwigTracingExtension(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService())));
  1314.         $instance->addExtension(new \Sentry\SentryBundle\Twig\SentryExtension());
  1315.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1316.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'false],
  1317.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService'true],
  1318.         ], [
  1319.             'webpack_encore.entrypoint_lookup_collection' => '?',
  1320.             'webpack_encore.tag_renderer' => '?',
  1321.         ])));
  1322.         $instance->addExtension(new \Misd\PhoneNumberBundle\Twig\Extension\PhoneNumberHelperExtension(new \Misd\PhoneNumberBundle\Templating\Helper\PhoneNumberHelper(($this->privates['libphonenumber\\PhoneNumberUtil'] ?? $this->getPhoneNumberUtilService()))));
  1323.         $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($g$e)));
  1324.         $instance->addExtension(($this->services['porpaginas.twig.extension'] ?? $this->getPorpaginas_Twig_ExtensionService()));
  1325.         $instance->addExtension(new \Twig\Extra\CssInliner\CssInlinerExtension());
  1326.         $instance->addExtension(new \BigIdea\Bundle\GeographicalNamesInflectionBundle\Twig\GeographicalNamesInflectionTwigExtension($k));
  1327.         $instance->addExtension(new \BigIdea\Bundle\MorphosTwigBundle\Twig\MorphosExtension());
  1328.         $instance->addGlobal('app'$u);
  1329.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1330.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  1331.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  1332.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  1333.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  1334.         ], [
  1335.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1336.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1337.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  1338.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  1339.         ])));
  1340.         $instance->addGlobal('actual_main_domain'$this->getEnv('MAIN_DOMAIN'));
  1341.         $instance->addGlobal('actual_mirror_domain'$this->getEnv('MIRROR_DOMAIN'));
  1342.         $instance->addGlobal('responsive_media_base_url'$this->getEnv('RESPONSIVE_MEDIA_BASE_URL'));
  1343.         $instance->addGlobal('ga_tracker_id'$this->getEnv('resolve:GA_TRACKER_ID'));
  1344.         $instance->addGlobal('ym_tracker_id'$this->getEnv('resolve:YM_TRACKER_ID'));
  1345.         $instance->addGlobal('ewz_recaptcha_site_key'$this->getEnv('EWZ_RECAPTCHA_SITE_KEY'));
  1346.         $instance->addGlobal('page_metadata_variant'$this->getEnv('resolve:PAGE_METADATA_VARIANT'));
  1347.         $instance->registerUndefinedFilterCallback([=> $v=> 'suggestFilter']);
  1348.         $instance->registerUndefinedFunctionCallback([=> $v=> 'suggestFunction']);
  1349.         $instance->registerUndefinedTokenParserCallback([=> $v=> 'suggestTag']);
  1350.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  1351.         return $instance;
  1352.     }
  1353.     /**
  1354.      * Gets the public '.container.private.validator' shared service.
  1355.      *
  1356.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1357.      */
  1358.     protected function get_Container_Private_ValidatorService()
  1359.     {
  1360.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  1361.         if (isset($this->services['.container.private.validator'])) {
  1362.             return $this->services['.container.private.validator'];
  1363.         }
  1364.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  1365.     }
  1366.     /**
  1367.      * Gets the public 'AlterPHP\EasyAdminExtensionBundle\Security\AdminAuthorizationChecker' shared service.
  1368.      *
  1369.      * @return \AlterPHP\EasyAdminExtensionBundle\Security\AdminAuthorizationChecker
  1370.      */
  1371.     protected function getAdminAuthorizationCheckerService()
  1372.     {
  1373.         return $this->services['AlterPHP\\EasyAdminExtensionBundle\\Security\\AdminAuthorizationChecker'] = new \AlterPHP\EasyAdminExtensionBundle\Security\AdminAuthorizationChecker(($this->services['easyadmin.security.authorization_checker'] ?? $this->getEasyadmin_Security_AuthorizationCheckerService()), 'ROLE_ADMIN');
  1374.     }
  1375.     /**
  1376.      * Gets the public 'App\Http\CityCaseRedirector' shared autowired service.
  1377.      *
  1378.      * @return \App\Http\CityCaseRedirector
  1379.      */
  1380.     protected function getCityCaseRedirectorService()
  1381.     {
  1382.         $a = ($this->services['router'] ?? $this->getRouterService());
  1383.         if (isset($this->services['App\\Http\\CityCaseRedirector'])) {
  1384.             return $this->services['App\\Http\\CityCaseRedirector'];
  1385.         }
  1386.         return $this->services['App\\Http\\CityCaseRedirector'] = new \App\Http\CityCaseRedirector(($this->services['app.features'] ?? $this->getApp_FeaturesService()), $this->getEnv('MAIN_DOMAIN'), $a);
  1387.     }
  1388.     /**
  1389.      * Gets the public 'app.features' shared autowired service.
  1390.      *
  1391.      * @return \App\Service\Features
  1392.      */
  1393.     protected function getApp_FeaturesService()
  1394.     {
  1395.         return $this->services['app.features'] = new \App\Service\Features(($this->services['flagception.manager.feature_manager'] ?? $this->getFlagception_Manager_FeatureManagerService()));
  1396.     }
  1397.     /**
  1398.      * Gets the public 'cache.app' shared service.
  1399.      *
  1400.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1401.      */
  1402.     protected function getCache_AppService()
  1403.     {
  1404.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('VDqjHz6dkv'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  1405.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1406.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), $a));
  1407.     }
  1408.     /**
  1409.      * Gets the public 'cache.system' shared service.
  1410.      *
  1411.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1412.      */
  1413.     protected function getCache_SystemService()
  1414.     {
  1415.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('vSHrxeWZ9I'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  1416.     }
  1417.     /**
  1418.      * Gets the public 'cache.validator_expression_language' shared service.
  1419.      *
  1420.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1421.      */
  1422.     protected function getCache_ValidatorExpressionLanguageService()
  1423.     {
  1424.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Sten2EafGw'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  1425.     }
  1426.     /**
  1427.      * Gets the public 'data_collector.dump' shared service.
  1428.      *
  1429.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1430.      */
  1431.     protected function getDataCollector_DumpService()
  1432.     {
  1433.         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())), NULL);
  1434.     }
  1435.     /**
  1436.      * Gets the public 'doctrine' shared service.
  1437.      *
  1438.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1439.      */
  1440.     protected function getDoctrineService()
  1441.     {
  1442.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1443.     }
  1444.     /**
  1445.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1446.      *
  1447.      * @return \Doctrine\DBAL\Connections\PrimaryReadReplicaConnection
  1448.      */
  1449.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1450.     {
  1451.         $a = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  1452.         if (isset($this->services['doctrine.dbal.default_connection'])) {
  1453.             return $this->services['doctrine.dbal.default_connection'];
  1454.         }
  1455.         $b = new \Doctrine\DBAL\Configuration();
  1456.         $c = new \Doctrine\Bundle\DoctrineBundle\Middleware\DebugMiddleware(($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([]))), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1457.         $c->setConnectionName('default');
  1458.         $b->setSchemaManagerFactory(($this->privates['doctrine.dbal.legacy_schema_manager_factory'] ?? ($this->privates['doctrine.dbal.legacy_schema_manager_factory'] = new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory())));
  1459.         $b->setSchemaAssetsFilter(new \Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager([=> new \Doctrine\Bundle\DoctrineBundle\Dbal\RegexSchemaAssetFilter('~^(?!messenger_messages)~')]));
  1460.         $b->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware(($this->privates['monolog.logger.doctrine'] ?? $this->getMonolog_Logger_DoctrineService())), => $c=> new \Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverMiddleware(($this->privates['Sentry\\SentryBundle\\Tracing\\Doctrine\\DBAL\\TracingDriverConnectionFactory'] ?? $this->getTracingDriverConnectionFactoryService()))]);
  1461.         return $this->services['doctrine.dbal.default_connection'] = ($this->privates['doctrine.dbal.connection_factory'] ?? $this->getDoctrine_Dbal_ConnectionFactoryService())->createConnection(['driver' => 'pdo_mysql''slaves' => [], 'replica' => ['ro_replica' => ['url' => $this->getEnv('resolve:DATABASE_READONLY_URL'), 'charset' => 'utf8mb4''host' => 'localhost''port' => NULL'user' => 'root''password' => NULL]], 'serverVersion' => '8.0''defaultTableOptions' => ['charset' => 'utf8mb4''collate' => 'utf8mb4_unicode_ci'], 'primary' => ['charset' => 'utf8mb4''url' => $this->getEnv('resolve:DATABASE_URL'), 'host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => []], 'wrapperClass' => 'Doctrine\\DBAL\\Connections\\PrimaryReadReplicaConnection'], $b$a, ['enum' => 'string']);
  1462.     }
  1463.     /**
  1464.      * Gets the public 'doctrine.dbal.multi_website_connection' shared service.
  1465.      *
  1466.      * @return \Doctrine\DBAL\Connection
  1467.      */
  1468.     protected function getDoctrine_Dbal_MultiWebsiteConnectionService()
  1469.     {
  1470.         $a = ($this->privates['doctrine.dbal.multi_website_connection.event_manager'] ?? $this->getDoctrine_Dbal_MultiWebsiteConnection_EventManagerService());
  1471.         if (isset($this->services['doctrine.dbal.multi_website_connection'])) {
  1472.             return $this->services['doctrine.dbal.multi_website_connection'];
  1473.         }
  1474.         $b = new \Doctrine\DBAL\Configuration();
  1475.         $c = new \Doctrine\Bundle\DoctrineBundle\Middleware\DebugMiddleware(($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([]))), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1476.         $c->setConnectionName('multi_website');
  1477.         $b->setSchemaManagerFactory(($this->privates['doctrine.dbal.legacy_schema_manager_factory'] ?? ($this->privates['doctrine.dbal.legacy_schema_manager_factory'] = new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory())));
  1478.         $b->setSchemaAssetsFilter(new \Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager([=> new \Doctrine\Bundle\DoctrineBundle\Dbal\RegexSchemaAssetFilter('~^(?!messenger_messages)~')]));
  1479.         $b->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware(($this->privates['monolog.logger.doctrine'] ?? $this->getMonolog_Logger_DoctrineService())), => $c=> new \Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverMiddleware(($this->privates['Sentry\\SentryBundle\\Tracing\\Doctrine\\DBAL\\TracingDriverConnectionFactory'] ?? $this->getTracingDriverConnectionFactoryService()))]);
  1480.         return $this->services['doctrine.dbal.multi_website_connection'] = ($this->privates['doctrine.dbal.connection_factory'] ?? $this->getDoctrine_Dbal_ConnectionFactoryService())->createConnection(['driver' => 'pdo_mysql''charset' => 'utf8mb4''url' => $this->getEnv('resolve:DATABASE_MULTI_WEBSITE_URL'), 'host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'serverVersion' => '8.0''defaultTableOptions' => ['charset' => 'utf8mb4''collate' => 'utf8mb4_unicode_ci']], $b$a, ['enum' => 'string']);
  1481.     }
  1482.     /**
  1483.      * Gets the public 'doctrine.orm.default_entity_listener_resolver' shared service.
  1484.      *
  1485.      * @return \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver
  1486.      */
  1487.     protected function getDoctrine_Orm_DefaultEntityListenerResolverService()
  1488.     {
  1489.         $this->services['doctrine.orm.default_entity_listener_resolver'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1490.             'App\\Bridge\\Doctrine\\ORM\\EntityListener\\CityNewSubscriber' => ['privates''App\\Bridge\\Doctrine\\ORM\\EntityListener\\CityNewSubscriber''getCityNewSubscriberService'true],
  1491.         ], [
  1492.             'App\\Bridge\\Doctrine\\ORM\\EntityListener\\CityNewSubscriber' => '?',
  1493.         ]));
  1494.         $instance->registerService('App\\Bridge\\Doctrine\\ORM\\EntityListener\\CityNewSubscriber''App\\Bridge\\Doctrine\\ORM\\EntityListener\\CityNewSubscriber');
  1495.         return $instance;
  1496.     }
  1497.     /**
  1498.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1499.      *
  1500.      * @return \Doctrine\ORM\EntityManager
  1501.      */
  1502.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1503.     {
  1504.         $a = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
  1505.         if (isset($this->services['doctrine.orm.default_entity_manager'])) {
  1506.             return $this->services['doctrine.orm.default_entity_manager'];
  1507.         }
  1508.         $b = ($this->services['doctrine.orm.default_entity_listener_resolver'] ?? $this->getDoctrine_Orm_DefaultEntityListenerResolverService());
  1509.         if (isset($this->services['doctrine.orm.default_entity_manager'])) {
  1510.             return $this->services['doctrine.orm.default_entity_manager'];
  1511.         }
  1512.         $c = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  1513.         if (isset($this->services['doctrine.orm.default_entity_manager'])) {
  1514.             return $this->services['doctrine.orm.default_entity_manager'];
  1515.         }
  1516.         $d = new \Doctrine\ORM\Configuration();
  1517.         $e = new \Doctrine\ORM\Cache\CacheConfiguration();
  1518.         $f = new \Doctrine\ORM\Cache\Logging\CacheLoggerChain();
  1519.         $f->setLogger('statistics', new \Doctrine\ORM\Cache\Logging\StatisticsCacheLogger());
  1520.         $g = new \Doctrine\ORM\Cache\RegionsConfiguration(360060);
  1521.         $e->setCacheLogger($f);
  1522.         $e->setCacheFactory(new \Doctrine\ORM\Cache\DefaultCacheFactory($g, ($this->privates['cache.doctrine.orm.default.second_level.region_driver.traceable'] ?? $this->getCache_Doctrine_Orm_Default_SecondLevel_RegionDriver_TraceableService())));
  1523.         $e->setRegionsConfiguration($g);
  1524.         $h = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1525.         $i = new \Doctrine\ORM\Mapping\Driver\AttributeDriver([=> (\dirname(__DIR__4).'/src/Entity'), => (\dirname(__DIR__4).'/packages/translatable-bundle/Entity')], false);
  1526.         $h->addDriver($i'App\\Entity');
  1527.         $h->addDriver($i'AngelGamez\\TranslatableBundle\\Entity');
  1528.         $h->addDriver(new \Doctrine\ORM\Mapping\Driver\XmlDriver(new \Doctrine\Persistence\Mapping\Driver\SymfonyFileLocator([(\dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Resources/config/doctrine-mapping') => 'AlterPHP\\EasyAdminExtensionBundle\\Model'], '.orm.xml'), '.dcm.xml'false), 'AlterPHP\\EasyAdminExtensionBundle\\Model');
  1529.         $d->setEntityNamespaces(['App' => 'App\\Entity''AngelGamezTranslatableBundle' => 'AngelGamez\\TranslatableBundle\\Entity']);
  1530.         $d->setSecondLevelCacheEnabled(false);
  1531.         $d->setSecondLevelCacheConfiguration($e);
  1532.         $d->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1533.         $d->setQueryCache(($this->privates['cache.doctrine.orm.default.query.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Query_TraceableService()));
  1534.         $d->setResultCache(($this->privates['cache.doctrine.orm.default.result.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Result_TraceableService()));
  1535.         $d->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($h, ($this->privates['.service_locator.KLVvNIq'] ?? $this->get_ServiceLocator_KLVvNIqService())));
  1536.         $d->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1537.         $d->setProxyNamespace('Proxies');
  1538.         $d->setAutoGenerateProxyClasses(false);
  1539.         $d->setSchemaIgnoreClasses([]);
  1540.         $d->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1541.         $d->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1542.         $d->setNamingStrategy(($this->privates['doctrine.orm.naming_strategy.underscore'] ?? ($this->privates['doctrine.orm.naming_strategy.underscore'] = new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy())));
  1543.         $d->setQuoteStrategy(($this->privates['doctrine.orm.quote_strategy.default'] ?? ($this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy())));
  1544.         $d->setEntityListenerResolver($b);
  1545.         $d->setLazyGhostObjectEnabled(false);
  1546.         $d->setRepositoryFactory(($this->privates['doctrine.orm.container_repository_factory'] ?? $this->getDoctrine_Orm_ContainerRepositoryFactoryService()));
  1547.         $d->addCustomHydrationMode('column_hydrator''App\\DoctrineExtensions\\Hydrators\\ColumnHydrator');
  1548.         $d->addCustomStringFunction('aes_decrypt''DoctrineExtensions\\Query\\Mysql\\AesDecrypt');
  1549.         $d->addCustomStringFunction('aes_encrypt''DoctrineExtensions\\Query\\Mysql\\AesEncrypt');
  1550.         $d->addCustomStringFunction('any_value''DoctrineExtensions\\Query\\Mysql\\AnyValue');
  1551.         $d->addCustomStringFunction('ascii''DoctrineExtensions\\Query\\Mysql\\Ascii');
  1552.         $d->addCustomStringFunction('binary''DoctrineExtensions\\Query\\Mysql\\Binary');
  1553.         $d->addCustomStringFunction('cast''DoctrineExtensions\\Query\\Mysql\\Cast');
  1554.         $d->addCustomStringFunction('char_length''DoctrineExtensions\\Query\\Mysql\\CharLength');
  1555.         $d->addCustomStringFunction('collate''DoctrineExtensions\\Query\\Mysql\\Collate');
  1556.         $d->addCustomStringFunction('concat_ws''DoctrineExtensions\\Query\\Mysql\\ConcatWs');
  1557.         $d->addCustomStringFunction('countif''DoctrineExtensions\\Query\\Mysql\\CountIf');
  1558.         $d->addCustomStringFunction('crc32''DoctrineExtensions\\Query\\Mysql\\Crc32');
  1559.         $d->addCustomStringFunction('degrees''DoctrineExtensions\\Query\\Mysql\\Degrees');
  1560.         $d->addCustomStringFunction('field''DoctrineExtensions\\Query\\Mysql\\Field');
  1561.         $d->addCustomStringFunction('find_in_set''DoctrineExtensions\\Query\\Mysql\\FindInSet');
  1562.         $d->addCustomStringFunction('greatest''DoctrineExtensions\\Query\\Mysql\\Greatest');
  1563.         $d->addCustomStringFunction('group_concat''DoctrineExtensions\\Query\\Mysql\\GroupConcat');
  1564.         $d->addCustomStringFunction('hex''DoctrineExtensions\\Query\\Mysql\\Hex');
  1565.         $d->addCustomStringFunction('ifelse''DoctrineExtensions\\Query\\Mysql\\IfElse');
  1566.         $d->addCustomStringFunction('ifnull''DoctrineExtensions\\Query\\Mysql\\IfNull');
  1567.         $d->addCustomStringFunction('inet_aton''DoctrineExtensions\\Query\\Mysql\\InetAton');
  1568.         $d->addCustomStringFunction('inet_ntoa''DoctrineExtensions\\Query\\Mysql\\InetNtoa');
  1569.         $d->addCustomStringFunction('inet6_aton''DoctrineExtensions\\Query\\Mysql\\Inet6Aton');
  1570.         $d->addCustomStringFunction('inet6_ntoa''DoctrineExtensions\\Query\\Mysql\\Inet6Ntoa');
  1571.         $d->addCustomStringFunction('instr''DoctrineExtensions\\Query\\Mysql\\Instr');
  1572.         $d->addCustomStringFunction('is_ipv4''DoctrineExtensions\\Query\\Mysql\\IsIpv4');
  1573.         $d->addCustomStringFunction('is_ipv4_compat''DoctrineExtensions\\Query\\Mysql\\IsIpv4Compat');
  1574.         $d->addCustomStringFunction('is_ipv4_mapped''DoctrineExtensions\\Query\\Mysql\\IsIpv4Mapped');
  1575.         $d->addCustomStringFunction('is_ipv6''DoctrineExtensions\\Query\\Mysql\\IsIpv6');
  1576.         $d->addCustomStringFunction('least''DoctrineExtensions\\Query\\Mysql\\Least');
  1577.         $d->addCustomStringFunction('lpad''DoctrineExtensions\\Query\\Mysql\\Lpad');
  1578.         $d->addCustomStringFunction('match''DoctrineExtensions\\Query\\Mysql\\MatchAgainst');
  1579.         $d->addCustomStringFunction('md5''DoctrineExtensions\\Query\\Mysql\\Md5');
  1580.         $d->addCustomStringFunction('nullif''DoctrineExtensions\\Query\\Mysql\\NullIf');
  1581.         $d->addCustomStringFunction('radians''DoctrineExtensions\\Query\\Mysql\\Radians');
  1582.         $d->addCustomStringFunction('regexp''DoctrineExtensions\\Query\\Mysql\\Regexp');
  1583.         $d->addCustomStringFunction('replace''DoctrineExtensions\\Query\\Mysql\\Replace');
  1584.         $d->addCustomStringFunction('rpad''DoctrineExtensions\\Query\\Mysql\\Rpad');
  1585.         $d->addCustomStringFunction('sha1''DoctrineExtensions\\Query\\Mysql\\Sha1');
  1586.         $d->addCustomStringFunction('sha2''DoctrineExtensions\\Query\\Mysql\\Sha2');
  1587.         $d->addCustomStringFunction('soundex''DoctrineExtensions\\Query\\Mysql\\Soundex');
  1588.         $d->addCustomStringFunction('str_to_date''DoctrineExtensions\\Query\\Mysql\\StrToDate');
  1589.         $d->addCustomStringFunction('substring_index''DoctrineExtensions\\Query\\Mysql\\SubstringIndex');
  1590.         $d->addCustomStringFunction('unhex''DoctrineExtensions\\Query\\Mysql\\Unhex');
  1591.         $d->addCustomStringFunction('uuid_short''DoctrineExtensions\\Query\\Mysql\\UuidShort');
  1592.         $d->addCustomStringFunction('json_extract''Scienta\\DoctrineJsonFunctions\\Query\\AST\\Functions\\Mysql\\JsonExtract');
  1593.         $d->addCustomStringFunction('json_unquote''Scienta\\DoctrineJsonFunctions\\Query\\AST\\Functions\\Mysql\\JsonUnquote');
  1594.         $d->addCustomStringFunction('json_search''Scienta\\DoctrineJsonFunctions\\Query\\AST\\Functions\\Mysql\\JsonSearch');
  1595.         $d->addCustomStringFunction('regexp_replace''DoctrineExtensions\\Query\\Postgresql\\RegexpReplace');
  1596.         $d->addCustomStringFunction('curdate''Doctrine\\ORM\\Query\\AST\\Functions\\CurrentDateFunction');
  1597.         $d->addCustomStringFunction('json_replace''Scienta\\DoctrineJsonFunctions\\Query\\AST\\Functions\\Mysql\\JsonReplace');
  1598.         $d->addCustomStringFunction('if''DoctrineExtensions\\Query\\Mysql\\IfElse');
  1599.         $d->addCustomNumericFunction('acos''DoctrineExtensions\\Query\\Mysql\\Acos');
  1600.         $d->addCustomNumericFunction('asin''DoctrineExtensions\\Query\\Mysql\\Asin');
  1601.         $d->addCustomNumericFunction('atan2''DoctrineExtensions\\Query\\Mysql\\Atan2');
  1602.         $d->addCustomNumericFunction('atan''DoctrineExtensions\\Query\\Mysql\\Atan');
  1603.         $d->addCustomNumericFunction('bit_count''DoctrineExtensions\\Query\\Mysql\\BitCount');
  1604.         $d->addCustomNumericFunction('bit_xor''DoctrineExtensions\\Query\\Mysql\\BitXor');
  1605.         $d->addCustomNumericFunction('ceil''DoctrineExtensions\\Query\\Mysql\\Ceil');
  1606.         $d->addCustomNumericFunction('cos''DoctrineExtensions\\Query\\Mysql\\Cos');
  1607.         $d->addCustomNumericFunction('cot''DoctrineExtensions\\Query\\Mysql\\Cot');
  1608.         $d->addCustomNumericFunction('degrees''DoctrineExtensions\\Query\\Mysql\\Degrees');
  1609.         $d->addCustomNumericFunction('exp''DoctrineExtensions\\Query\\Mysql\\Exp');
  1610.         $d->addCustomNumericFunction('floor''DoctrineExtensions\\Query\\Mysql\\Floor');
  1611.         $d->addCustomNumericFunction('log''DoctrineExtensions\\Query\\Mysql\\Log');
  1612.         $d->addCustomNumericFunction('log10''DoctrineExtensions\\Query\\Mysql\\Log10');
  1613.         $d->addCustomNumericFunction('log2''DoctrineExtensions\\Query\\Mysql\\Log2');
  1614.         $d->addCustomNumericFunction('pi''DoctrineExtensions\\Query\\Mysql\\Pi');
  1615.         $d->addCustomNumericFunction('power''DoctrineExtensions\\Query\\Mysql\\Power');
  1616.         $d->addCustomNumericFunction('quarter''DoctrineExtensions\\Query\\Mysql\\Quarter');
  1617.         $d->addCustomNumericFunction('radians''DoctrineExtensions\\Query\\Mysql\\Radians');
  1618.         $d->addCustomNumericFunction('rand''DoctrineExtensions\\Query\\Mysql\\Rand');
  1619.         $d->addCustomNumericFunction('round''DoctrineExtensions\\Query\\Mysql\\Round');
  1620.         $d->addCustomNumericFunction('stddev''DoctrineExtensions\\Query\\Mysql\\StdDev');
  1621.         $d->addCustomNumericFunction('sin''DoctrineExtensions\\Query\\Mysql\\Sin');
  1622.         $d->addCustomNumericFunction('std''DoctrineExtensions\\Query\\Mysql\\Std');
  1623.         $d->addCustomNumericFunction('tan''DoctrineExtensions\\Query\\Mysql\\Tan');
  1624.         $d->addCustomNumericFunction('variance''DoctrineExtensions\\Query\\Mysql\\Variance');
  1625.         $d->addCustomDatetimeFunction('addtime''DoctrineExtensions\\Query\\Mysql\\AddTime');
  1626.         $d->addCustomDatetimeFunction('convert_tz''DoctrineExtensions\\Query\\Mysql\\ConvertTz');
  1627.         $d->addCustomDatetimeFunction('date''DoctrineExtensions\\Query\\Mysql\\Date');
  1628.         $d->addCustomDatetimeFunction('date_format''DoctrineExtensions\\Query\\Mysql\\DateFormat');
  1629.         $d->addCustomDatetimeFunction('dateadd''DoctrineExtensions\\Query\\Mysql\\DateAdd');
  1630.         $d->addCustomDatetimeFunction('datesub''DoctrineExtensions\\Query\\Mysql\\DateSub');
  1631.         $d->addCustomDatetimeFunction('datediff''DoctrineExtensions\\Query\\Mysql\\DateDiff');
  1632.         $d->addCustomDatetimeFunction('day''DoctrineExtensions\\Query\\Mysql\\Day');
  1633.         $d->addCustomDatetimeFunction('dayname''DoctrineExtensions\\Query\\Mysql\\DayName');
  1634.         $d->addCustomDatetimeFunction('dayofweek''DoctrineExtensions\\Query\\Mysql\\DayOfWeek');
  1635.         $d->addCustomDatetimeFunction('dayofyear''DoctrineExtensions\\Query\\Mysql\\DayOfYear');
  1636.         $d->addCustomDatetimeFunction('div''DoctrineExtensions\\Query\\Mysql\\Div');
  1637.         $d->addCustomDatetimeFunction('from_unixtime''DoctrineExtensions\\Query\\Mysql\\FromUnixtime');
  1638.         $d->addCustomDatetimeFunction('hour''DoctrineExtensions\\Query\\Mysql\\Hour');
  1639.         $d->addCustomDatetimeFunction('last_day''DoctrineExtensions\\Query\\Mysql\\LastDay');
  1640.         $d->addCustomDatetimeFunction('minute''DoctrineExtensions\\Query\\Mysql\\Minute');
  1641.         $d->addCustomDatetimeFunction('now''DoctrineExtensions\\Query\\Mysql\\Now');
  1642.         $d->addCustomDatetimeFunction('month''DoctrineExtensions\\Query\\Mysql\\Month');
  1643.         $d->addCustomDatetimeFunction('monthname''DoctrineExtensions\\Query\\Mysql\\MonthName');
  1644.         $d->addCustomDatetimeFunction('period_diff''DoctrineExtensions\\Query\\Mysql\\PeriodDiff');
  1645.         $d->addCustomDatetimeFunction('second''DoctrineExtensions\\Query\\Mysql\\Second');
  1646.         $d->addCustomDatetimeFunction('sectotime''DoctrineExtensions\\Query\\Mysql\\SecToTime');
  1647.         $d->addCustomDatetimeFunction('strtodate''DoctrineExtensions\\Query\\Mysql\\StrToDate');
  1648.         $d->addCustomDatetimeFunction('time''DoctrineExtensions\\Query\\Mysql\\Time');
  1649.         $d->addCustomDatetimeFunction('timediff''DoctrineExtensions\\Query\\Mysql\\TimeDiff');
  1650.         $d->addCustomDatetimeFunction('timestampadd''DoctrineExtensions\\Query\\Mysql\\TimestampAdd');
  1651.         $d->addCustomDatetimeFunction('timestampdiff''DoctrineExtensions\\Query\\Mysql\\TimestampDiff');
  1652.         $d->addCustomDatetimeFunction('timetosec''DoctrineExtensions\\Query\\Mysql\\TimeToSec');
  1653.         $d->addCustomDatetimeFunction('week''DoctrineExtensions\\Query\\Mysql\\Week');
  1654.         $d->addCustomDatetimeFunction('weekday''DoctrineExtensions\\Query\\Mysql\\WeekDay');
  1655.         $d->addCustomDatetimeFunction('year''DoctrineExtensions\\Query\\Mysql\\Year');
  1656.         $d->addCustomDatetimeFunction('yearmonth''DoctrineExtensions\\Query\\Mysql\\YearMonth');
  1657.         $d->addCustomDatetimeFunction('yearweek''DoctrineExtensions\\Query\\Mysql\\YearWeek');
  1658.         $d->addCustomDatetimeFunction('unix_timestamp''DoctrineExtensions\\Query\\Mysql\\UnixTimestamp');
  1659.         $d->addCustomDatetimeFunction('utc_timestamp''DoctrineExtensions\\Query\\Mysql\\UtcTimestamp');
  1660.         $d->addCustomDatetimeFunction('extract''DoctrineExtensions\\Query\\Mysql\\Extract');
  1661.         $d->addFilter('not_deleted_profile_filter''App\\EntityFilter\\NotDeletedProfileFilter');
  1662.         $d->addFilter('not_deleted_saloon_filter''App\\EntityFilter\\NotDeletedSaloonFilter');
  1663.         $d->addFilter('not_deleted_profile_comment_filter''App\\EntityFilter\\NotDeletedProfileCommentFilter');
  1664.         $d->addFilter('not_deleted_saloon_comment_filter''App\\EntityFilter\\NotDeletedSaloonCommentFilter');
  1665.         $this->services['doctrine.orm.default_entity_manager'] = $instance = new \Doctrine\ORM\EntityManager($a$d$c);
  1666.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1667.         return $instance;
  1668.     }
  1669.     /**
  1670.      * Gets the public 'doctrine.orm.multi_website_entity_manager' shared service.
  1671.      *
  1672.      * @return \Doctrine\ORM\EntityManager
  1673.      */
  1674.     protected function getDoctrine_Orm_MultiWebsiteEntityManagerService($lazyLoad true)
  1675.     {
  1676.         $a = ($this->services['doctrine.dbal.multi_website_connection'] ?? $this->getDoctrine_Dbal_MultiWebsiteConnectionService());
  1677.         if (isset($this->services['doctrine.orm.multi_website_entity_manager'])) {
  1678.             return $this->services['doctrine.orm.multi_website_entity_manager'];
  1679.         }
  1680.         $b = ($this->privates['doctrine.dbal.multi_website_connection.event_manager'] ?? $this->getDoctrine_Dbal_MultiWebsiteConnection_EventManagerService());
  1681.         if (isset($this->services['doctrine.orm.multi_website_entity_manager'])) {
  1682.             return $this->services['doctrine.orm.multi_website_entity_manager'];
  1683.         }
  1684.         $c = new \Doctrine\ORM\Configuration();
  1685.         $d = new \Doctrine\ORM\Cache\CacheConfiguration();
  1686.         $e = new \Doctrine\ORM\Cache\Logging\CacheLoggerChain();
  1687.         $e->setLogger('statistics', new \Doctrine\ORM\Cache\Logging\StatisticsCacheLogger());
  1688.         $f = new \Doctrine\ORM\Cache\RegionsConfiguration(360060);
  1689.         $d->setCacheLogger($e);
  1690.         $d->setCacheFactory(new \Doctrine\ORM\Cache\DefaultCacheFactory($f, ($this->privates['cache.doctrine.orm.multi_website.second_level.region_driver.traceable'] ?? $this->getCache_Doctrine_Orm_MultiWebsite_SecondLevel_RegionDriver_TraceableService())));
  1691.         $d->setRegionsConfiguration($f);
  1692.         $g = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1693.         $g->addDriver(new \Doctrine\ORM\Mapping\Driver\AttributeDriver([=> (\dirname(__DIR__4).'/src/MultiWebsite/Entity')], false), 'App\\MultiWebsite\\Entity');
  1694.         $c->setEntityNamespaces(['MultiWebsite' => 'App\\MultiWebsite\\Entity']);
  1695.         $c->setSecondLevelCacheEnabled(true);
  1696.         $c->setSecondLevelCacheConfiguration($d);
  1697.         $c->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1698.         $c->setQueryCache(($this->privates['cache.doctrine.orm.multi_website.query.traceable'] ?? $this->getCache_Doctrine_Orm_MultiWebsite_Query_TraceableService()));
  1699.         $c->setResultCache(($this->privates['cache.doctrine.orm.multi_website.result.traceable'] ?? $this->getCache_Doctrine_Orm_MultiWebsite_Result_TraceableService()));
  1700.         $c->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($g, ($this->privates['.service_locator.KLVvNIq'] ?? $this->get_ServiceLocator_KLVvNIqService())));
  1701.         $c->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1702.         $c->setProxyNamespace('Proxies');
  1703.         $c->setAutoGenerateProxyClasses(false);
  1704.         $c->setSchemaIgnoreClasses([]);
  1705.         $c->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1706.         $c->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1707.         $c->setNamingStrategy(($this->privates['doctrine.orm.naming_strategy.underscore'] ?? ($this->privates['doctrine.orm.naming_strategy.underscore'] = new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy())));
  1708.         $c->setQuoteStrategy(($this->privates['doctrine.orm.quote_strategy.default'] ?? ($this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy())));
  1709.         $c->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1710.         $c->setLazyGhostObjectEnabled(false);
  1711.         $c->setRepositoryFactory(($this->privates['doctrine.orm.container_repository_factory'] ?? $this->getDoctrine_Orm_ContainerRepositoryFactoryService()));
  1712.         $c->addCustomHydrationMode('column_hydrator''App\\DoctrineExtensions\\Hydrators\\ColumnHydrator');
  1713.         $this->services['doctrine.orm.multi_website_entity_manager'] = $instance = new \Doctrine\ORM\EntityManager($a$c$b);
  1714.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1715.         return $instance;
  1716.     }
  1717.     /**
  1718.      * Gets the public 'easyadmin.config.manager' shared service.
  1719.      *
  1720.      * @return \EasyCorp\Bundle\EasyAdminBundle\Configuration\ConfigManager
  1721.      */
  1722.     protected function getEasyadmin_Config_ManagerService()
  1723.     {
  1724.         $this->services['easyadmin.config.manager'] = $instance = new \EasyCorp\Bundle\EasyAdminBundle\Configuration\ConfigManager($this->getParameter('easyadmin.config'), true, ($this->services['easyadmin.property_accessor'] ?? $this->getEasyadmin_PropertyAccessorService()), ($this->privates['cache.easyadmin.traceable'] ?? $this->getCache_Easyadmin_TraceableService()));
  1725.         $a = ($this->services['easyadmin.filter.registry'] ?? $this->getEasyadmin_Filter_RegistryService());
  1726.         $b = ($this->services['doctrine'] ?? $this->getDoctrineService());
  1727.         $instance->addConfigPass(new \AlterPHP\EasyAdminExtensionBundle\Configuration\ExcludeFieldsConfigPass());
  1728.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\NormalizerConfigPass($this$a));
  1729.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\DesignConfigPass('ru'));
  1730.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\MenuConfigPass());
  1731.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\ActionConfigPass());
  1732.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\MetadataConfigPass($b));
  1733.         $instance->addConfigPass(new \AlterPHP\EasyAdminExtensionBundle\Configuration\ShortFormTypeConfigPass([]));
  1734.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\PropertyConfigPass(($this->privates['form.registry'] ?? $this->getForm_RegistryService()), $a));
  1735.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\ViewConfigPass());
  1736.         $instance->addConfigPass(new \AlterPHP\EasyAdminExtensionBundle\Configuration\EmbeddedListViewConfigPass(true));
  1737.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\TemplateConfigPass(($this->privates['twig.loader.native_filesystem'] ?? $this->getTwig_Loader_NativeFilesystemService())));
  1738.         $instance->addConfigPass(new \AlterPHP\EasyAdminExtensionBundle\Configuration\ShowViewConfigPass(($this->privates['AlterPHP\\EasyAdminExtensionBundle\\Helper\\EmbeddedListHelper'] ?? $this->getEmbeddedListHelperService())));
  1739.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\DefaultConfigPass());
  1740.         $instance->addConfigPass(new \App\Bridge\AlterPHP\EasyAdminExtensionBundle\Configuration\ListFormFiltersConfigPass($b));
  1741.         return $instance;
  1742.     }
  1743.     /**
  1744.      * Gets the public 'easyadmin.filter.registry' shared service.
  1745.      *
  1746.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\FilterRegistry
  1747.      */
  1748.     protected function getEasyadmin_Filter_RegistryService()
  1749.     {
  1750.         return $this->services['easyadmin.filter.registry'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\FilterRegistry(['array' => 'easyadmin.filter.type.array''boolean' => 'easyadmin.filter.type.boolean''comparison' => 'easyadmin.filter.type.comparison''date' => 'easyadmin.filter.type.date''dateinterval' => 'easyadmin.filter.type.dateinterval''datetime' => 'easyadmin.filter.type.datetime''decimal' => 'easyadmin.filter.type.decimal''choice' => 'easyadmin.filter.type.choice''entity' => 'easyadmin.filter.type.entity''float' => 'easyadmin.filter.type.float''integer' => 'easyadmin.filter.type.integer''text' => 'easyadmin.filter.type.text''textarea' => 'easyadmin.filter.type.textarea''time' => 'easyadmin.filter.type.time'], new RewindableGenerator(function () {
  1751.             yield => ($this->privates['easyadmin.filter.type_guesser.doctrine'] ?? $this->load('getEasyadmin_Filter_TypeGuesser_DoctrineService'));
  1752.         }, 1));
  1753.     }
  1754.     /**
  1755.      * Gets the public 'easyadmin.listener.controller' shared service.
  1756.      *
  1757.      * @return \EasyCorp\Bundle\EasyAdminBundle\EventListener\ControllerListener
  1758.      */
  1759.     protected function getEasyadmin_Listener_ControllerService()
  1760.     {
  1761.         $a = ($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService());
  1762.         if (isset($this->services['easyadmin.listener.controller'])) {
  1763.             return $this->services['easyadmin.listener.controller'];
  1764.         }
  1765.         return $this->services['easyadmin.listener.controller'] = new \EasyCorp\Bundle\EasyAdminBundle\EventListener\ControllerListener($a, ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()));
  1766.     }
  1767.     /**
  1768.      * Gets the public 'easyadmin.property_accessor' shared service.
  1769.      *
  1770.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  1771.      */
  1772.     protected function getEasyadmin_PropertyAccessorService()
  1773.     {
  1774.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1775.         return $this->services['easyadmin.property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  1776.     }
  1777.     /**
  1778.      * Gets the public 'easyadmin.router' shared service.
  1779.      *
  1780.      * @return \EasyCorp\Bundle\EasyAdminBundle\Router\EasyAdminRouter
  1781.      */
  1782.     protected function getEasyadmin_RouterService()
  1783.     {
  1784.         $a = ($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService());
  1785.         if (isset($this->services['easyadmin.router'])) {
  1786.             return $this->services['easyadmin.router'];
  1787.         }
  1788.         $b = ($this->services['router'] ?? $this->getRouterService());
  1789.         if (isset($this->services['easyadmin.router'])) {
  1790.             return $this->services['easyadmin.router'];
  1791.         }
  1792.         return $this->services['easyadmin.router'] = new \EasyCorp\Bundle\EasyAdminBundle\Router\EasyAdminRouter($a$b, ($this->services['easyadmin.property_accessor'] ?? $this->getEasyadmin_PropertyAccessorService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1793.     }
  1794.     /**
  1795.      * Gets the public 'easyadmin.security.authorization_checker' shared service.
  1796.      *
  1797.      * @return \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker
  1798.      */
  1799.     protected function getEasyadmin_Security_AuthorizationCheckerService()
  1800.     {
  1801.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  1802.         if (isset($this->services['easyadmin.security.authorization_checker'])) {
  1803.             return $this->services['easyadmin.security.authorization_checker'];
  1804.         }
  1805.         return $this->services['easyadmin.security.authorization_checker'] = new \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker($a);
  1806.     }
  1807.     /**
  1808.      * Gets the public 'eight_points_guzzle.client.api_oplata_info' shared service.
  1809.      *
  1810.      * @return \GuzzleHttp\Client
  1811.      */
  1812.     protected function getEightPointsGuzzle_Client_ApiOplataInfoService($lazyLoad true)
  1813.     {
  1814.         $a \GuzzleHttp\HandlerStack::create(($this->privates['eight_points_guzzle.handler.api_oplata_info'] ?? ($this->privates['eight_points_guzzle.handler.api_oplata_info'] = new \App\Bridge\GuzzleHttp\Handler\OplataInfoTestHandler())));
  1815.         $a->push(($this->services['eight_points_guzzle.middleware.profile.api_oplata_info'] ?? $this->load('getEightPointsGuzzle_Middleware_Profile_ApiOplataInfoService'))->profile(), 'profile');
  1816.         $a->push(($this->services['eight_points_guzzle.middleware.log.api_oplata_info'] ?? $this->load('getEightPointsGuzzle_Middleware_Log_ApiOplataInfoService'))->log(), 'log');
  1817.         $a->after('log', ($this->services['eight_points_guzzle.middleware.request_time.api_oplata_info'] ?? $this->load('getEightPointsGuzzle_Middleware_RequestTime_ApiOplataInfoService')), 'request_time');
  1818.         $a->push(($this->services['eight_points_guzzle.middleware.symfony_log'] ?? $this->load('getEightPointsGuzzle_Middleware_SymfonyLogService')), 'symfony_log');
  1819.         $a->unshift(($this->services['eight_points_guzzle.middleware.event_dispatch.api_oplata_info'] ?? $this->load('getEightPointsGuzzle_Middleware_EventDispatch_ApiOplataInfoService'))->dispatchEvent(), 'events');
  1820.         return $this->services['eight_points_guzzle.client.api_oplata_info'] = new \GuzzleHttp\Client(['base_uri' => 'http://shop.digiseller.ru/xml/check_unique_code.asp''handler' => $a'headers' => ['Content-Type' => 'application/json''Accept' => 'application/json'], 'curl' => [32 => 1], 'timeout' => 30.0]);
  1821.     }
  1822.     /**
  1823.      * Gets the public 'event_dispatcher' shared service.
  1824.      *
  1825.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1826.      */
  1827.     protected function getEventDispatcherService()
  1828.     {
  1829.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1830.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1831.         $a->pushHandler(($this->privates['monolog.handler.chromephp'] ?? $this->getMonolog_Handler_ChromephpService()));
  1832.         $a->pushHandler(($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService()));
  1833.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1834.         $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())));
  1835.         $instance->addListener('kernel.controller', [=> function () {
  1836.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1837.         }, => 'onKernelController'], 0);
  1838.         $instance->addListener('kernel.response', [=> function () {
  1839.             return ($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService());
  1840.         }, => 'onKernelResponse'], 0);
  1841.         $instance->addListener('kernel.response', [=> function () {
  1842.             return ($this->privates['monolog.handler.chromephp'] ?? $this->getMonolog_Handler_ChromephpService());
  1843.         }, => 'onKernelResponse'], 0);
  1844.         $instance->addListener('kernel.request', [=> function () {
  1845.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1846.         }, => 'onKernelRequest'], 250);
  1847.         $instance->addListener('kernel.response', [=> function () {
  1848.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1849.         }, => 'onKernelResponse'], 0);
  1850.         $instance->addListener('kernel.response', [=> function () {
  1851.             return ($this->privates['nelmio_cors.cacheable_response_vary_listener'] ?? ($this->privates['nelmio_cors.cacheable_response_vary_listener'] = new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener()));
  1852.         }, => 'onResponse'], -10);
  1853.         $instance->addListener('kernel.controller', [=> function () {
  1854.             return ($this->services['easyadmin.listener.controller'] ?? $this->getEasyadmin_Listener_ControllerService());
  1855.         }, => 'onKernelController'], 0);
  1856.         $instance->addListener('easy_admin.post_initialize', [=> function () {
  1857.             return ($this->services['easyadmin.listener.request_post_initialize'] ?? $this->load('getEasyadmin_Listener_RequestPostInitializeService'));
  1858.         }, => 'initializeRequest'], 0);
  1859.         $instance->addListener('oneup_uploader.validation', [=> function () {
  1860.             return ($this->privates['Oneup\\UploaderBundle\\EventListener\\MaxSizeValidationListener'] ?? ($this->privates['Oneup\\UploaderBundle\\EventListener\\MaxSizeValidationListener'] = new \Oneup\UploaderBundle\EventListener\MaxSizeValidationListener()));
  1861.         }, => 'onValidate'], 0);
  1862.         $instance->addListener('oneup_uploader.validation', [=> function () {
  1863.             return ($this->privates['Oneup\\UploaderBundle\\EventListener\\AllowedMimetypeAndExtensionValidationListener'] ?? ($this->privates['Oneup\\UploaderBundle\\EventListener\\AllowedMimetypeAndExtensionValidationListener'] = new \Oneup\UploaderBundle\EventListener\AllowedMimetypeAndExtensionValidationListener()));
  1864.         }, => 'onValidate'], 0);
  1865.         $instance->addListener('oneup_uploader.validation', [=> function () {
  1866.             return ($this->privates['Oneup\\UploaderBundle\\EventListener\\DisallowedMimetypeValidationListener'] ?? ($this->privates['Oneup\\UploaderBundle\\EventListener\\DisallowedMimetypeValidationListener'] = new \Oneup\UploaderBundle\EventListener\DisallowedMimetypeValidationListener()));
  1867.         }, => 'onValidate'], 0);
  1868.         $instance->addListener('console.command', [=> function () {
  1869.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] ?? $this->load('getConsoleListenerService'));
  1870.         }, => 'handleConsoleCommandEvent'], 128);
  1871.         $instance->addListener('console.terminate', [=> function () {
  1872.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] ?? $this->load('getConsoleListenerService'));
  1873.         }, => 'handleConsoleTerminateEvent'], -64);
  1874.         $instance->addListener('console.error', [=> function () {
  1875.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] ?? $this->load('getConsoleListenerService'));
  1876.         }, => 'handleConsoleErrorEvent'], -64);
  1877.         $instance->addListener('kernel.request', [=> function () {
  1878.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] ?? $this->getRequestListenerService());
  1879.         }, => 'handleKernelRequestEvent'], 5);
  1880.         $instance->addListener('kernel.controller', [=> function () {
  1881.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] ?? $this->getRequestListenerService());
  1882.         }, => 'handleKernelControllerEvent'], 10);
  1883.         $instance->addListener('kernel.request', [=> function () {
  1884.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] ?? $this->getSubRequestListenerService());
  1885.         }, => 'handleKernelRequestEvent'], 3);
  1886.         $instance->addListener('kernel.finish_request', [=> function () {
  1887.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] ?? $this->getSubRequestListenerService());
  1888.         }, => 'handleKernelFinishRequestEvent'], 5);
  1889.         $instance->addListener('kernel.request', [=> function () {
  1890.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] ?? $this->getTracingRequestListenerService());
  1891.         }, => 'handleKernelRequestEvent'], 4);
  1892.         $instance->addListener('kernel.response', [=> function () {
  1893.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] ?? $this->getTracingRequestListenerService());
  1894.         }, => 'handleKernelResponseEvent'], 15);
  1895.         $instance->addListener('kernel.terminate', [=> function () {
  1896.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] ?? $this->getTracingRequestListenerService());
  1897.         }, => 'handleKernelTerminateEvent'], 5);
  1898.         $instance->addListener('kernel.request', [=> function () {
  1899.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] ?? $this->getTracingSubRequestListenerService());
  1900.         }, => 'handleKernelRequestEvent'], 2);
  1901.         $instance->addListener('kernel.finish_request', [=> function () {
  1902.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] ?? $this->getTracingSubRequestListenerService());
  1903.         }, => 'handleKernelFinishRequestEvent'], 10);
  1904.         $instance->addListener('kernel.response', [=> function () {
  1905.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] ?? $this->getTracingSubRequestListenerService());
  1906.         }, => 'handleKernelResponseEvent'], 15);
  1907.         $instance->addListener('console.command', [=> function () {
  1908.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingConsoleListener'] ?? $this->load('getTracingConsoleListenerService'));
  1909.         }, => 'handleConsoleCommandEvent'], 118);
  1910.         $instance->addListener('console.terminate', [=> function () {
  1911.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingConsoleListener'] ?? $this->load('getTracingConsoleListenerService'));
  1912.         }, => 'handleConsoleTerminateEvent'], -54);
  1913.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1914.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\MessengerListener'] ?? $this->load('getMessengerListenerService'));
  1915.         }, => 'handleWorkerMessageFailedEvent'], 50);
  1916.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  1917.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\MessengerListener'] ?? $this->load('getMessengerListenerService'));
  1918.         }, => 'handleWorkerMessageHandledEvent'], 50);
  1919.         $instance->addListener('kernel.request', [=> function () {
  1920.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] ?? $this->getLoginListenerService());
  1921.         }, => 'handleKernelRequestEvent'], 0);
  1922.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  1923.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] ?? $this->getLoginListenerService());
  1924.         }, => 'handleLoginSuccessEvent'], 0);
  1925.         $instance->addListener('elastica.index.index_post_populate', [=> function () {
  1926.             return ($this->privates['fos_elastica.populate_listener'] ?? $this->load('getFosElastica_PopulateListenerService'));
  1927.         }, => 'onPostIndexPopulate'], -9999);
  1928.         $instance->addListener('kernel.exception', [=> function () {
  1929.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->load('getWebpackEncore_ExceptionListenerService'));
  1930.         }, => 'onKernelException'], 0);
  1931.         $instance->addListener('kernel.request', [=> function () {
  1932.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1933.         }, => 'onKernelRequest'], 0);
  1934.         $instance->addListener('kernel.response', [=> function () {
  1935.             return ($this->privates['App\\EventSubscriber\\AjaxDebugUpdateSubscriber'] ?? ($this->privates['App\\EventSubscriber\\AjaxDebugUpdateSubscriber'] = new \App\EventSubscriber\AjaxDebugUpdateSubscriber()));
  1936.         }, => 'onKernelResponse'], 0);
  1937.         $instance->addListener('kernel.request', [=> function () {
  1938.             return ($this->privates['App\\EventSubscriber\\ApiAccessSubscriber'] ?? $this->getApiAccessSubscriberService());
  1939.         }, => 'onRequest'], 0);
  1940.         $instance->addListener('kernel.response', [=> function () {
  1941.             return ($this->privates['App\\EventSubscriber\\BadWordsReplaceSubscriber'] ?? $this->getBadWordsReplaceSubscriberService());
  1942.         }, => 'replaceBadWords'], 0);
  1943.         $instance->addListener('kernel.request', [=> function () {
  1944.             return ($this->privates['App\\EventSubscriber\\BanLogoutSubscriber'] ?? $this->getBanLogoutSubscriberService());
  1945.         }, => 'logoutBannedUser'], 0);
  1946.         $instance->addListener('kernel.request', [=> function () {
  1947.             return ($this->privates['App\\EventSubscriber\\CityCaseRedirectSubscriber'] ?? $this->getCityCaseRedirectSubscriberService());
  1948.         }, => 'onRequest'], 51);
  1949.         $instance->addListener('kernel.request', [=> function () {
  1950.             return ($this->privates['App\\EventSubscriber\\CommentBanSubscriber'] ?? $this->getCommentBanSubscriberService());
  1951.         }, => 'removeCommentBan'], 0);
  1952.         $instance->addListener('kernel.controller', [=> function () {
  1953.             return ($this->privates['App\\EventSubscriber\\DisabledRouteSubscriber'] ?? ($this->privates['App\\EventSubscriber\\DisabledRouteSubscriber'] = new \App\EventSubscriber\DisabledRouteSubscriber()));
  1954.         }, => 'onKernelController'], 0);
  1955.         $instance->addListener('kernel.request', [=> function () {
  1956.             return ($this->privates['App\\EventSubscriber\\DoctrineEntityFilterSubscriber'] ?? $this->getDoctrineEntityFilterSubscriberService());
  1957.         }, => 'enableFilters'], 10);
  1958.         $instance->addListener('kernel.request', [=> function () {
  1959.             return ($this->privates['App\\EventSubscriber\\DoctrineEntityFilterSubscriber'] ?? $this->getDoctrineEntityFilterSubscriberService());
  1960.         }, => 'enableCommentFilters'], 0);
  1961.         $instance->addListener('kernel.request', [=> function () {
  1962.             return ($this->privates['App\\EventSubscriber\\DomainParkingSubscriber'] ?? ($this->privates['App\\EventSubscriber\\DomainParkingSubscriber'] = new \App\EventSubscriber\DomainParkingSubscriber()));
  1963.         }, => 'onRequest'], 150);
  1964.         $instance->addListener('kernel.request', [=> function () {
  1965.             return ($this->privates['App\\EventSubscriber\\DomainRedirectSubscriber'] ?? $this->getDomainRedirectSubscriberService());
  1966.         }, => 'onRequest'], 50);
  1967.         $instance->addListener('fos_elastica.post_transform', [=> function () {
  1968.             return ($this->privates['App\\EventSubscriber\\ESProfilePostTransformSubscriber'] ?? $this->load('getESProfilePostTransformSubscriberService'));
  1969.         }, => 'postTransformEntity'], 0);
  1970.         $instance->addListener('kernel.request', [=> function () {
  1971.             return ($this->privates['App\\EventSubscriber\\EnumSubscriber'] ?? $this->getEnumSubscriberService());
  1972.         }, => 'loadEnumData'], 0);
  1973.         $instance->addListener('oneup_uploader.pre_upload', [=> function () {
  1974.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  1975.         }, => 'preUpload'], 0);
  1976.         $instance->addListener('oneup_uploader.post_upload.profile_media_avatar', [=> function () {
  1977.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  1978.         }, => 'postUploadProfileAvatar'], 0);
  1979.         $instance->addListener('oneup_uploader.post_upload.profile_photo', [=> function () {
  1980.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  1981.         }, => 'returnFilename'], 0);
  1982.         $instance->addListener('oneup_uploader.post_upload.profile_selfie', [=> function () {
  1983.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  1984.         }, => 'returnFilename'], 0);
  1985.         $instance->addListener('oneup_uploader.post_upload.profile_video', [=> function () {
  1986.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  1987.         }, => 'returnFilename'], 0);
  1988.         $instance->addListener('oneup_uploader.post_upload.profile_media_approval', [=> function () {
  1989.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  1990.         }, => 'returnFilename'], 0);
  1991.         $instance->addListener('oneup_uploader.post_upload.profile_face_photo', [=> function () {
  1992.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  1993.         }, => 'returnFilename'], 0);
  1994.         $instance->addListener('oneup_uploader.post_upload.saloon_media', [=> function () {
  1995.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  1996.         }, => 'returnFilename'], 0);
  1997.         $instance->addListener('oneup_uploader.post_upload.saloon_media_thumb', [=> function () {
  1998.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  1999.         }, => 'postUploadSaloonThumb'], 0);
  2000.         $instance->addListener('oneup_uploader.post_upload.saloon_media_video', [=> function () {
  2001.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2002.         }, => 'returnFilename'], 0);
  2003.         $instance->addListener('oneup_uploader.post_upload.user_media', [=> function () {
  2004.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2005.         }, => 'postUploadUserAvatar'], 0);
  2006.         $instance->addListener('oneup_uploader.post_upload.tmp_media', [=> function () {
  2007.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2008.         }, => 'returnFilename'], 0);
  2009.         $instance->addListener('oneup_uploader.post_upload.process_queue', [=> function () {
  2010.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2011.         }, => 'returnFilename'], 0);
  2012.         $instance->addListener('oneup_uploader.validation.profile_media_avatar', [=> function () {
  2013.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2014.         }, => 'validateAvatar'], 0);
  2015.         $instance->addListener('oneup_uploader.validation.profile_photo', [=> function () {
  2016.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2017.         }, => 'validatePhotoFile'], 0);
  2018.         $instance->addListener('oneup_uploader.validation.profile_selfie', [=> function () {
  2019.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2020.         }, => 'validatePhotoFile'], 0);
  2021.         $instance->addListener('oneup_uploader.validation.profile_video', [=> function () {
  2022.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2023.         }, => 'validateVideoFile'], 0);
  2024.         $instance->addListener('oneup_uploader.validation.profile_media_approval', [=> function () {
  2025.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2026.         }, => 'validateApprovalMediaFile'], 0);
  2027.         $instance->addListener('oneup_uploader.validation.profile_face_photo', [=> function () {
  2028.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2029.         }, => 'validateFacePhotoFile'], 0);
  2030.         $instance->addListener('oneup_uploader.validation.saloon_media', [=> function () {
  2031.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2032.         }, => 'validatePhotoFile'], 0);
  2033.         $instance->addListener('oneup_uploader.validation.saloon_media_thumb', [=> function () {
  2034.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2035.         }, => 'validateAvatar'], 0);
  2036.         $instance->addListener('oneup_uploader.validation.saloon_media_video', [=> function () {
  2037.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2038.         }, => 'validateVideoFile'], 0);
  2039.         $instance->addListener('oneup_uploader.validation.user_media', [=> function () {
  2040.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2041.         }, => 'validateAvatar'], 0);
  2042.         $instance->addListener('oneup_uploader.validation.tmp_media', [=> function () {
  2043.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2044.         }, => 'validateVideoFile'], 0);
  2045.         $instance->addListener('oneup_uploader.validation.process_queue', [=> function () {
  2046.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2047.         }, => 'validateVideoFile'], 0);
  2048.         $instance->addListener('kernel.request', [=> function () {
  2049.             return ($this->privates['App\\EventSubscriber\\KernelSubscriber'] ?? $this->getKernelSubscriberService());
  2050.         }, => 'clearCtrShowsSession'], 0);
  2051.         $instance->addListener('kernel.terminate', [=> function () {
  2052.             return ($this->privates['App\\EventSubscriber\\KernelSubscriber'] ?? $this->getKernelSubscriberService());
  2053.         }, => 'updateProfilesShowsAndPreviews'], 0);
  2054.         $instance->addListener('easy_admin.pre_search', [=> function () {
  2055.             return ($this->privates['App\\EventSubscriber\\Management\\SearchSubscriber'] ?? $this->load('getSearchSubscriberService'));
  2056.         }, => 'lowercaseSearchRequest'], 0);
  2057.         $instance->addListener('easy_admin.post_search_query_builder', [=> function () {
  2058.             return ($this->privates['App\\EventSubscriber\\Management\\SearchSubscriber'] ?? $this->load('getSearchSubscriberService'));
  2059.         }, => 'addRegexPhoneSearch'], 0);
  2060.         $instance->addListener('kernel.controller', [=> function () {
  2061.             return ($this->privates['App\\EventSubscriber\\PageMetadataSubscriber'] ?? $this->getPageMetadataSubscriberService());
  2062.         }, => 'loadPage'], 0);
  2063.         $instance->addListener('paginator_page_taken_event', [=> function () {
  2064.             return ($this->privates['App\\EventSubscriber\\PaginationSubscriber'] ?? $this->load('getPaginationSubscriberService'));
  2065.         }, => 'onPaginatorPageTaken'], 0);
  2066.         $instance->addListener('knp_pager.after', [=> function () {
  2067.             return ($this->privates['App\\EventSubscriber\\PaginationSubscriber'] ?? $this->load('getPaginationSubscriberService'));
  2068.         }, => 'changeRoute'], 0);
  2069.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2070.             return ($this->privates['App\\EventSubscriber\\ProfileListOrderingSubscriber'] ?? $this->getProfileListOrderingSubscriberService());
  2071.         }, => 'generateListingOrder'], 0);
  2072.         $instance->addListener('profile.created', [=> function () {
  2073.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2074.         }, => 'onProfileWasCreated'], 0);
  2075.         $instance->addListener('profile.data_changed', [=> function () {
  2076.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2077.         }, => 'onProfileDataChanged'], 0);
  2078.         $instance->addListener('profile.deleted', [=> function () {
  2079.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2080.         }, => 'onPProfileWasDeleted'], 0);
  2081.         $instance->addListener('profile.restored', [=> function () {
  2082.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2083.         }, => 'onProfileWasRestored'], 0);
  2084.         $instance->addListener('profile.moderated_data_changed', [=> function () {
  2085.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2086.         }, => 'requestModeration'], 0);
  2087.         $instance->addListener('profile.placed_on_adboard', [=> function () {
  2088.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2089.         }, => 'onProfilePlacedOnAdBoard'], 0);
  2090.         $instance->addListener('profile.placed_on_adboard', [=> function () {
  2091.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2092.         }, => 'addSidebarPlacement'], 10);
  2093.         $instance->addListener('profile.placed_on_adboard', [=> function () {
  2094.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2095.         }, => 'removePlacementHiding'], 20);
  2096.         $instance->addListener('profile.removed_from_adboard', [=> function () {
  2097.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2098.         }, => 'deleteSidebarPlacement'], 0);
  2099.         $instance->addListener('profile.removed_from_adboard', [=> function () {
  2100.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2101.         }, => 'onProfileRemovedFromAdBoard'], 10);
  2102.         $instance->addListener('profile.prolonged_on_adboard', [=> function () {
  2103.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2104.         }, => 'prolongSidebarPlacement'], 0);
  2105.         $instance->addListener('profile.placed_on_top', [=> function () {
  2106.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2107.         }, => 'onProfilePlacedOnTop'], 0);
  2108.         $instance->addListener('profile.hidden', [=> function () {
  2109.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2110.         }, => 'onProfileWasHidden'], 0);
  2111.         $instance->addListener('profile.removed_from_hidden', [=> function () {
  2112.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2113.         }, => 'onProfileWasRemovedFromHidden'], 0);
  2114.         $instance->addListener('profile.moderation.passed', [=> function () {
  2115.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2116.         }, => 'onProfileModerationPassed'], 0);
  2117.         $instance->addListener('profile.moderation.rejected', [=> function () {
  2118.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2119.         }, => 'onProfileModerationRejected'], 0);
  2120.         $instance->addListener('profile.approval.approved', [=> function () {
  2121.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2122.         }, => 'onProfileApprovalApproved'], 0);
  2123.         $instance->addListener('profile.approval.approved', [=> function () {
  2124.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2125.         }, => 'enrollApprovalBonus'], 10);
  2126.         $instance->addListener('profile.approval.rejected', [=> function () {
  2127.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2128.         }, => 'onProfileApprovalRejected'], 0);
  2129.         $instance->addListener('profile.unapproved', [=> function () {
  2130.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2131.         }, => 'onProfileWasUnApproved'], 0);
  2132.         $instance->addListener('profile.comment.added', [=> function () {
  2133.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2134.         }, => 'checkIpAddressCommentBanNeeded'], 0);
  2135.         $instance->addListener('profiles_shown_event', [=> function () {
  2136.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2137.         }, => 'onProfilesShown'], 0);
  2138.         $instance->addListener('profile_view_event', [=> function () {
  2139.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2140.         }, => 'onProfileView'], 0);
  2141.         $instance->addListener('App\\Event\\Profile\\FileProcessingTaskWasCompleted', [=> function () {
  2142.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2143.         }, => 'onProfileFileProcessed'], 0);
  2144.         $instance->addListener('profile.removed_from_adboard', [=> function () {
  2145.             return ($this->privates['App\\EventSubscriber\\RotationServiceSubscriber'] ?? $this->load('getRotationServiceSubscriberService'));
  2146.         }, => 'onDelete'], -110);
  2147.         $instance->addListener('profile.hidden', [=> function () {
  2148.             return ($this->privates['App\\EventSubscriber\\RotationServiceSubscriber'] ?? $this->load('getRotationServiceSubscriberService'));
  2149.         }, => 'onDelete'], -110);
  2150.         $instance->addListener('profile.deleted', [=> function () {
  2151.             return ($this->privates['App\\EventSubscriber\\RotationServiceSubscriber'] ?? $this->load('getRotationServiceSubscriberService'));
  2152.         }, => 'onDelete'], -110);
  2153.         $instance->addListener('profile.moderation.rejected', [=> function () {
  2154.             return ($this->privates['App\\EventSubscriber\\RotationServiceSubscriber'] ?? $this->load('getRotationServiceSubscriberService'));
  2155.         }, => 'onDelete'], -110);
  2156.         $instance->addListener('profile.data_changed', [=> function () {
  2157.             return ($this->privates['App\\EventSubscriber\\RotationServiceSubscriber'] ?? $this->load('getRotationServiceSubscriberService'));
  2158.         }, => 'onChange'], -100);
  2159.         $instance->addListener('profile.placed_on_adboard', [=> function () {
  2160.             return ($this->privates['App\\EventSubscriber\\RotationServiceSubscriber'] ?? $this->load('getRotationServiceSubscriberService'));
  2161.         }, => 'onChange'], -100);
  2162.         $instance->addListener('router.pre_generate', [=> function () {
  2163.             return ($this->privates['App\\EventSubscriber\\Routing\\CityPrefixSubscriber'] ?? $this->load('getCityPrefixSubscriberService'));
  2164.         }, => 'setDefaultCityRouteName'], 0);
  2165.         $instance->addListener('router.post_generate', [=> function () {
  2166.             return ($this->privates['App\\EventSubscriber\\Routing\\CityPrefixSubscriber'] ?? $this->load('getCityPrefixSubscriberService'));
  2167.         }, => 'ignoreCityParameter'], 0);
  2168.         $instance->addListener('router.pre_generate', [=> function () {
  2169.             return ($this->privates['App\\EventSubscriber\\Routing\\PaginationSubscriber'] ?? $this->load('getPaginationSubscriber2Service'));
  2170.         }, => 'skipPageParameter'], 10);
  2171.         $instance->addListener('router.pre_generate', [=> function () {
  2172.             return ($this->privates['App\\EventSubscriber\\Routing\\PaginationSubscriber'] ?? $this->load('getPaginationSubscriber2Service'));
  2173.         }, => 'firstPageOfMainCityToMain'], 0);
  2174.         $instance->addListener('saloon.placed_on_adboard', [=> function () {
  2175.             return ($this->privates['App\\EventSubscriber\\SaloonSubscriber'] ?? $this->load('getSaloonSubscriberService'));
  2176.         }, => 'addSidebarPlacement'], 0);
  2177.         $instance->addListener('saloon.placed_on_adboard', [=> function () {
  2178.             return ($this->privates['App\\EventSubscriber\\SaloonSubscriber'] ?? $this->load('getSaloonSubscriberService'));
  2179.         }, => 'removePlacementHiding'], 10);
  2180.         $instance->addListener('saloon.removed_from_adboard', [=> function () {
  2181.             return ($this->privates['App\\EventSubscriber\\SaloonSubscriber'] ?? $this->load('getSaloonSubscriberService'));
  2182.         }, => 'deleteSidebarPlacement'], 0);
  2183.         $instance->addListener('saloon.prolonged_on_adboard', [=> function () {
  2184.             return ($this->privates['App\\EventSubscriber\\SaloonSubscriber'] ?? $this->load('getSaloonSubscriberService'));
  2185.         }, => 'prolongSidebarPlacement'], 0);
  2186.         $instance->addListener('saloon.comment.added', [=> function () {
  2187.             return ($this->privates['App\\EventSubscriber\\SaloonSubscriber'] ?? $this->load('getSaloonSubscriberService'));
  2188.         }, => 'checkIpAddressCommentBanNeeded'], 0);
  2189.         $instance->addListener('presta_sitemap.populate', [=> function () {
  2190.             return ($this->privates['App\\EventSubscriber\\SitemapSubscriber'] ?? $this->load('getSitemapSubscriberService'));
  2191.         }, => 'populate'], 0);
  2192.         $instance->addListener('security.interactive_login', [=> function () {
  2193.             return ($this->privates['App\\EventSubscriber\\StaffLoginSubscriber'] ?? $this->load('getStaffLoginSubscriberService'));
  2194.         }, => 'onLogin'], 0);
  2195.         $instance->addListener('uploaded_file_modified', [=> function () {
  2196.             return ($this->privates['App\\EventSubscriber\\UploadedFileSubscriber'] ?? $this->load('getUploadedFileSubscriberService'));
  2197.         }, => 'uploadedFileModified'], 0);
  2198.         $instance->addListener('security.interactive_login', [=> function () {
  2199.             return ($this->privates['App\\EventSubscriber\\UserLoginSubscriber'] ?? $this->load('getUserLoginSubscriberService'));
  2200.         }, => 'onLogin'], 0);
  2201.         $instance->addListener('user.register', [=> function () {
  2202.             return ($this->privates['App\\EventSubscriber\\UserSubscriber'] ?? $this->load('getUserSubscriberService'));
  2203.         }, => 'onUserRegister'], 0);
  2204.         $instance->addListener('user.register.success', [=> function () {
  2205.             return ($this->privates['App\\EventSubscriber\\UserSubscriber'] ?? $this->load('getUserSubscriberService'));
  2206.         }, => 'onUserRegisterSuccess'], 0);
  2207.         $instance->addListener('user.not.full.register', [=> function () {
  2208.             return ($this->privates['App\\EventSubscriber\\UserSubscriber'] ?? $this->load('getUserSubscriberService'));
  2209.         }, => 'onUserNotFullRegister'], 0);
  2210.         $instance->addListener('receive.password.event', [=> function () {
  2211.             return ($this->privates['App\\EventSubscriber\\UserSubscriber'] ?? $this->load('getUserSubscriberService'));
  2212.         }, => 'onUserReceivePassword'], 0);
  2213.         $instance->addListener('password.changed.event', [=> function () {
  2214.             return ($this->privates['App\\EventSubscriber\\UserSubscriber'] ?? $this->load('getUserSubscriberService'));
  2215.         }, => 'onUserPasswordChanged'], 0);
  2216.         $instance->addListener('account.enrollment', [=> function () {
  2217.             return ($this->privates['App\\EventSubscriber\\UserSubscriber'] ?? $this->load('getUserSubscriberService'));
  2218.         }, => 'onAccountEnrollment'], 0);
  2219.         $instance->addListener('kernel.response', [=> function () {
  2220.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  2221.         }, => 'onKernelResponse'], 0);
  2222.         $instance->addListener('kernel.response', [=> function () {
  2223.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  2224.         }, => 'onKernelResponse'], -1024);
  2225.         $instance->addListener('kernel.request', [=> function () {
  2226.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2227.         }, => 'setDefaultLocale'], 100);
  2228.         $instance->addListener('kernel.request', [=> function () {
  2229.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2230.         }, => 'onKernelRequest'], 16);
  2231.         $instance->addListener('kernel.finish_request', [=> function () {
  2232.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2233.         }, => 'onKernelFinishRequest'], 0);
  2234.         $instance->addListener('kernel.request', [=> function () {
  2235.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  2236.         }, => 'onKernelRequest'], 256);
  2237.         $instance->addListener('kernel.response', [=> function () {
  2238.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  2239.         }, => 'onResponse'], -255);
  2240.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2241.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2242.         }, => 'onControllerArguments'], 0);
  2243.         $instance->addListener('kernel.exception', [=> function () {
  2244.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2245.         }, => 'logKernelException'], 0);
  2246.         $instance->addListener('kernel.exception', [=> function () {
  2247.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2248.         }, => 'onKernelException'], -128);
  2249.         $instance->addListener('kernel.response', [=> function () {
  2250.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2251.         }, => 'removeCspHeader'], -128);
  2252.         $instance->addListener('kernel.request', [=> function () {
  2253.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2254.         }, => 'onKernelRequest'], 15);
  2255.         $instance->addListener('kernel.finish_request', [=> function () {
  2256.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2257.         }, => 'onKernelFinishRequest'], -15);
  2258.         $instance->addListener('console.error', [=> function () {
  2259.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  2260.         }, => 'onConsoleError'], -128);
  2261.         $instance->addListener('console.terminate', [=> function () {
  2262.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  2263.         }, => 'onConsoleTerminate'], -128);
  2264.         $instance->addListener('console.error', [=> function () {
  2265.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  2266.         }, => 'onConsoleError'], 0);
  2267.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2268.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  2269.         }, => 'onMessage'], -255);
  2270.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2271.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  2272.         }, => 'onMessage'], -255);
  2273.         $instance->addListener('kernel.response', [=> function () {
  2274.             return ($this->privates['esi_listener'] ?? $this->getEsiListenerService());
  2275.         }, => 'onKernelResponse'], 0);
  2276.         $instance->addListener('kernel.request', [=> function () {
  2277.             return ($this->privates['fragment.listener'] ?? $this->getFragment_ListenerService());
  2278.         }, => 'onKernelRequest'], 48);
  2279.         $instance->addListener('kernel.request', [=> function () {
  2280.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2281.         }, => 'configure'], 2048);
  2282.         $instance->addListener('console.command', [=> function () {
  2283.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2284.         }, => 'configure'], 2048);
  2285.         $instance->addListener('kernel.request', [=> function () {
  2286.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2287.         }, => 'onKernelRequest'], 32);
  2288.         $instance->addListener('kernel.finish_request', [=> function () {
  2289.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2290.         }, => 'onKernelFinishRequest'], 0);
  2291.         $instance->addListener('kernel.exception', [=> function () {
  2292.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2293.         }, => 'onKernelException'], -64);
  2294.         $instance->addListener('kernel.response', [=> function () {
  2295.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  2296.         }, => 'onKernelResponse'], 0);
  2297.         $instance->addListener('kernel.request', [=> function () {
  2298.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2299.         }, => 'onKernelRequest'], 128);
  2300.         $instance->addListener('kernel.response', [=> function () {
  2301.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2302.         }, => 'onKernelResponse'], -1000);
  2303.         $instance->addListener('kernel.finish_request', [=> function () {
  2304.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2305.         }, => 'onFinishRequest'], 0);
  2306.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2307.             return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->load('getMessenger_Retry_SendFailedMessageForRetryListenerService'));
  2308.         }, => 'onMessageFailed'], 100);
  2309.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2310.             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()));
  2311.         }, => 'onMessageFailed'], 200);
  2312.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2313.             return ($this->privates['messenger.failure.send_failed_message_to_failure_transport_listener'] ?? $this->load('getMessenger_Failure_SendFailedMessageToFailureTransportListenerService'));
  2314.         }, => 'onMessageFailed'], -100);
  2315.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  2316.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  2317.         }, => 'onWorkerStarted'], 0);
  2318.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  2319.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  2320.         }, => 'onWorkerRunning'], 0);
  2321.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2322.             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()));
  2323.         }, => 'onMessageFailed'], 0);
  2324.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  2325.             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()));
  2326.         }, => 'onWorkerRunning'], 0);
  2327.         $instance->addListener('Symfony\\Component\\Notifier\\Event\\MessageEvent', [=> function () {
  2328.             return ($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()));
  2329.         }, => 'onNotification'], -255);
  2330.         $instance->addListener('kernel.response', [=> function () {
  2331.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2332.         }, => 'onKernelResponse'], -100);
  2333.         $instance->addListener('kernel.exception', [=> function () {
  2334.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2335.         }, => 'onKernelException'], 0);
  2336.         $instance->addListener('kernel.terminate', [=> function () {
  2337.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2338.         }, => 'onKernelTerminate'], -1024);
  2339.         $instance->addListener('kernel.controller', [=> function () {
  2340.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2341.         }, => 'onKernelController'], 0);
  2342.         $instance->addListener('kernel.response', [=> function () {
  2343.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2344.         }, => 'onKernelResponse'], 0);
  2345.         $instance->addListener('kernel.controller', [=> function () {
  2346.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  2347.         }, => 'onKernelController'], 0);
  2348.         $instance->addListener('kernel.controller', [=> function () {
  2349.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  2350.         }, => 'onKernelController'], 0);
  2351.         $instance->addListener('kernel.controller', [=> function () {
  2352.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2353.         }, => 'onKernelController'], -128);
  2354.         $instance->addListener('kernel.view', [=> function () {
  2355.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2356.         }, => 'onKernelView'], 0);
  2357.         $instance->addListener('kernel.controller', [=> function () {
  2358.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2359.         }, => 'onKernelController'], 0);
  2360.         $instance->addListener('kernel.response', [=> function () {
  2361.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2362.         }, => 'onKernelResponse'], 0);
  2363.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2364.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  2365.         }, => 'onKernelControllerArguments'], 0);
  2366.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2367.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  2368.         }, => 'onKernelControllerArguments'], 0);
  2369.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  2370.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  2371.         }, => 'onWorkerMessageHandled'], 0);
  2372.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2373.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  2374.         }, => 'onWorkerMessageFailed'], 0);
  2375.         $instance->addListener('kernel.response', [=> function () {
  2376.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  2377.         }, => 'onKernelResponse'], 0);
  2378.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  2379.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  2380.         }, => 'onVoterVote'], 0);
  2381.         $instance->addListener('kernel.request', [=> function () {
  2382.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2383.         }, => 'configureLogoutUrlGenerator'], 8);
  2384.         $instance->addListener('kernel.request', [=> function () {
  2385.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2386.         }, => 'onKernelRequest'], 8);
  2387.         $instance->addListener('kernel.finish_request', [=> function () {
  2388.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2389.         }, => 'onKernelFinishRequest'], 0);
  2390.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2391.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  2392.         }, => 'onMessage'], 0);
  2393.         $instance->addListener('kernel.response', [=> function () {
  2394.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  2395.         }, => 'onKernelResponse'], -128);
  2396.         $instance->addListener('console.command', [=> function () {
  2397.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  2398.         }, => 'configure'], 1024);
  2399.         $instance->addListener('kernel.request', [=> function () {
  2400.             return ($this->privates['stof_doctrine_extensions.event_listener.locale'] ?? $this->getStofDoctrineExtensions_EventListener_LocaleService());
  2401.         }, => 'onKernelRequest'], 0);
  2402.         $instance->addListener('kernel.request', [=> function () {
  2403.             return ($this->privates['stof_doctrine_extensions.event_listener.logger'] ?? $this->getStofDoctrineExtensions_EventListener_LoggerService());
  2404.         }, => 'onKernelRequest'], 0);
  2405.         $instance->addListener('kernel.request', [=> function () {
  2406.             return ($this->privates['stof_doctrine_extensions.event_listener.blame'] ?? $this->getStofDoctrineExtensions_EventListener_BlameService());
  2407.         }, => 'onKernelRequest'], 0);
  2408.         $instance->addListener('kernel.controller', [=> function () {
  2409.             return ($this->services['flagception.listener.annotation_subscriber'] ?? $this->getFlagception_Listener_AnnotationSubscriberService());
  2410.         }, => 'onKernelController'], 0);
  2411.         $instance->addListener('kernel.controller', [=> function () {
  2412.             return ($this->services['flagception.listener.routing_metadata_subscriber'] ?? $this->getFlagception_Listener_RoutingMetadataSubscriberService());
  2413.         }, => 'onKernelController'], 0);
  2414.         $instance->addListener('presta_sitemap.populate', [=> function () {
  2415.             return ($this->privates['presta_sitemap.eventlistener.route_annotation'] ?? $this->load('getPrestaSitemap_Eventlistener_RouteAnnotationService'));
  2416.         }, => 'registerRouteAnnotation'], 0);
  2417.         $instance->addListener('easy_admin.post_list_query_builder', [=> function () {
  2418.             return ($this->privates['AlterPHP\\EasyAdminExtensionBundle\\EventListener\\PostQueryBuilderSubscriber'] ?? $this->load('getPostQueryBuilderSubscriberService'));
  2419.         }, => 'onPostListQueryBuilder'], 0);
  2420.         $instance->addListener('easy_admin.post_search_query_builder', [=> function () {
  2421.             return ($this->privates['AlterPHP\\EasyAdminExtensionBundle\\EventListener\\PostQueryBuilderSubscriber'] ?? $this->load('getPostQueryBuilderSubscriberService'));
  2422.         }, => 'onPostSearchQueryBuilder'], 0);
  2423.         $instance->addListener('elastica.pager_persister.pre_insert_objects', [=> function () {
  2424.             return ($this->services['fos_elastica.filter_objects_listener'] ?? $this->load('getFosElastica_FilterObjectsListenerService'));
  2425.         }, => 'filterObjects'], 0);
  2426.         $instance->addListener('kernel.finish_request', [=> function () {
  2427.             return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
  2428.         }, => 'resetAssets'], 0);
  2429.         $instance->addListener('knp_pager.before', [=> function () {
  2430.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  2431.         }, => 'before'], 0);
  2432.         $instance->addListener('knp_pager.pagination', [=> function () {
  2433.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  2434.         }, => 'pagination'], 0);
  2435.         $instance->addListener('knp_pager.before', [=> function () {
  2436.             return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  2437.         }, => 'before'], 1);
  2438.         $instance->addListener('knp_pager.before', [=> function () {
  2439.             return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  2440.         }, => 'before'], 1);
  2441.         $instance->addListener('knp_pager.pagination', [=> function () {
  2442.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  2443.         }, => 'pagination'], 1);
  2444.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2445.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  2446.         }, => 'onLogout'], 0);
  2447.         $instance->addListener('knp_pager.items', [=> function () {
  2448.             return ($this->services['fos_elastica.paginator.subscriber'] ?? $this->load('getFosElastica_Paginator_SubscriberService'));
  2449.         }, => 'items'], 1);
  2450.         $instance->addListener('knp_pager.items', [=> function () {
  2451.             return ($this->services['porpaginas.twig.subscriber'] ?? ($this->services['porpaginas.twig.subscriber'] = new \Porpaginas\KnpPager\PorpaginasSubscriber()));
  2452.         }, => 'items'], 0);
  2453.         return $instance;
  2454.     }
  2455.     /**
  2456.      * Gets the public 'flagception.listener.annotation_subscriber' shared service.
  2457.      *
  2458.      * @return \Flagception\Bundle\FlagceptionBundle\Listener\AnnotationSubscriber
  2459.      */
  2460.     protected function getFlagception_Listener_AnnotationSubscriberService()
  2461.     {
  2462.         return $this->services['flagception.listener.annotation_subscriber'] = new \Flagception\Bundle\FlagceptionBundle\Listener\AnnotationSubscriber(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), ($this->services['flagception.manager.feature_manager'] ?? $this->getFlagception_Manager_FeatureManagerService()));
  2463.     }
  2464.     /**
  2465.      * Gets the public 'flagception.listener.routing_metadata_subscriber' shared service.
  2466.      *
  2467.      * @return \Flagception\Bundle\FlagceptionBundle\Listener\RoutingMetadataSubscriber
  2468.      */
  2469.     protected function getFlagception_Listener_RoutingMetadataSubscriberService()
  2470.     {
  2471.         return $this->services['flagception.listener.routing_metadata_subscriber'] = new \Flagception\Bundle\FlagceptionBundle\Listener\RoutingMetadataSubscriber(($this->services['flagception.manager.feature_manager'] ?? $this->getFlagception_Manager_FeatureManagerService()));
  2472.     }
  2473.     /**
  2474.      * Gets the public 'flagception.manager.feature_manager' shared service.
  2475.      *
  2476.      * @return \Flagception\Manager\FeatureManager
  2477.      */
  2478.     protected function getFlagception_Manager_FeatureManagerService()
  2479.     {
  2480.         return $this->services['flagception.manager.feature_manager'] = new \Flagception\Manager\FeatureManager(($this->privates['flagception.activator.chain_activator'] ?? $this->getFlagception_Activator_ChainActivatorService()), ($this->privates['flagception.decorator.chain_decorator'] ?? ($this->privates['flagception.decorator.chain_decorator'] = new \Flagception\Decorator\ChainDecorator())));
  2481.     }
  2482.     /**
  2483.      * Gets the public 'geographical_names_inflection.inflector' shared service.
  2484.      *
  2485.      * @return \BigIdea\Bundle\GeographicalNamesInflectionBundle\Morphos\GeographicalNamesInflection
  2486.      */
  2487.     protected function getGeographicalNamesInflection_InflectorService()
  2488.     {
  2489.         return $this->services['geographical_names_inflection.inflector'] = new \BigIdea\Bundle\GeographicalNamesInflectionBundle\Morphos\GeographicalNamesInflection([=> '*о'=> 'химки'], ['мытищи' => ['genitive' => '[-1]']]);
  2490.     }
  2491.     /**
  2492.      * Gets the public 'http_kernel' shared service.
  2493.      *
  2494.      * @return \Symfony\Component\HttpKernel\HttpKernel
  2495.      */
  2496.     protected function getHttpKernelService()
  2497.     {
  2498.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2499.         if (isset($this->services['http_kernel'])) {
  2500.             return $this->services['http_kernel'];
  2501.         }
  2502.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel($a, ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()), ($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 () {
  2503.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  2504.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  2505.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  2506.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  2507.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  2508.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  2509.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  2510.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  2511.         }, 8)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  2512.     }
  2513.     /**
  2514.      * Gets the public 'knp_menu.matcher' shared service.
  2515.      *
  2516.      * @return \Knp\Menu\Matcher\Matcher
  2517.      */
  2518.     protected function getKnpMenu_MatcherService()
  2519.     {
  2520.         return $this->services['knp_menu.matcher'] = new \Knp\Menu\Matcher\Matcher(new RewindableGenerator(function () {
  2521.             yield => ($this->privates['knp_menu.voter.router'] ?? $this->load('getKnpMenu_Voter_RouterService'));
  2522.         }, 1));
  2523.     }
  2524.     /**
  2525.      * Gets the public 'knp_paginator' shared service.
  2526.      *
  2527.      * @return \Knp\Component\Pager\Paginator
  2528.      */
  2529.     protected function getKnpPaginatorService($lazyLoad true)
  2530.     {
  2531.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2532.         if (isset($this->services['knp_paginator'])) {
  2533.             return $this->services['knp_paginator'];
  2534.         }
  2535.         $this->services['knp_paginator'] = $instance = new \Knp\Component\Pager\Paginator($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2536.         $instance->setDefaultPaginatorOptions(['pageParameterName' => 'page''sortFieldParameterName' => 'sort''sortDirectionParameterName' => 'direction''filterFieldParameterName' => 'filterField''filterValueParameterName' => 'filterValue''distinct' => true'pageOutOfRange' => 'ignore''defaultLimit' => 10]);
  2537.         return $instance;
  2538.     }
  2539.     /**
  2540.      * Gets the public 'messenger.default_bus' shared service.
  2541.      *
  2542.      * @return \Symfony\Component\Messenger\TraceableMessageBus
  2543.      */
  2544.     protected function getMessenger_DefaultBusService()
  2545.     {
  2546.         return $this->services['messenger.default_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
  2547.             yield => ($this->privates['messenger.bus.default.middleware.traceable'] ?? $this->load('getMessenger_Bus_Default_Middleware_TraceableService'));
  2548.             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')));
  2549.             yield => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  2550.             yield => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  2551.             yield => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  2552.             yield => ($this->privates['messenger.middleware.send_message'] ?? $this->load('getMessenger_Middleware_SendMessageService'));
  2553.             yield => ($this->privates['messenger.bus.default.middleware.handle_message'] ?? $this->load('getMessenger_Bus_Default_Middleware_HandleMessageService'));
  2554.         }, 7)));
  2555.     }
  2556.     /**
  2557.      * Gets the public 'monolog.logger.deprecation' shared service.
  2558.      *
  2559.      * @return \Symfony\Bridge\Monolog\Logger
  2560.      */
  2561.     protected function getMonolog_Logger_DeprecationService()
  2562.     {
  2563.         $this->services['monolog.logger.deprecation'] = $instance = new \Symfony\Bridge\Monolog\Logger('deprecation');
  2564.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2565.         $instance->pushHandler(($this->privates['monolog.handler.chromephp'] ?? $this->getMonolog_Handler_ChromephpService()));
  2566.         $instance->pushHandler(($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService()));
  2567.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2568.         return $instance;
  2569.     }
  2570.     /**
  2571.      * Gets the public 'oneup_uploader.templating.uploader_helper' shared service.
  2572.      *
  2573.      * @return \Oneup\UploaderBundle\Templating\Helper\UploaderHelper
  2574.      */
  2575.     protected function getOneupUploader_Templating_UploaderHelperService()
  2576.     {
  2577.         $a = ($this->services['router'] ?? $this->getRouterService());
  2578.         if (isset($this->services['oneup_uploader.templating.uploader_helper'])) {
  2579.             return $this->services['oneup_uploader.templating.uploader_helper'];
  2580.         }
  2581.         return $this->services['oneup_uploader.templating.uploader_helper'] = new \Oneup\UploaderBundle\Templating\Helper\UploaderHelper($a$this->parameters['oneup_uploader.maxsize']);
  2582.     }
  2583.     /**
  2584.      * Gets the public 'oneup_uploader.twig.extension.uploader' shared service.
  2585.      *
  2586.      * @return \Oneup\UploaderBundle\Twig\Extension\UploaderExtension
  2587.      */
  2588.     protected function getOneupUploader_Twig_Extension_UploaderService()
  2589.     {
  2590.         $a = ($this->services['oneup_uploader.templating.uploader_helper'] ?? $this->getOneupUploader_Templating_UploaderHelperService());
  2591.         if (isset($this->services['oneup_uploader.twig.extension.uploader'])) {
  2592.             return $this->services['oneup_uploader.twig.extension.uploader'];
  2593.         }
  2594.         return $this->services['oneup_uploader.twig.extension.uploader'] = new \Oneup\UploaderBundle\Twig\Extension\UploaderExtension($a);
  2595.     }
  2596.     /**
  2597.      * Gets the public 'porpaginas.twig.extension' shared service.
  2598.      *
  2599.      * @return \Porpaginas\Twig\PorpaginasExtension
  2600.      */
  2601.     protected function getPorpaginas_Twig_ExtensionService()
  2602.     {
  2603.         $a = ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService());
  2604.         if (isset($this->services['porpaginas.twig.extension'])) {
  2605.             return $this->services['porpaginas.twig.extension'];
  2606.         }
  2607.         return $this->services['porpaginas.twig.extension'] = new \Porpaginas\Twig\PorpaginasExtension(new \AngelGamez\PorpaginasBundle\Twig\KnpPagerRenderingAdapter($a));
  2608.     }
  2609.     /**
  2610.      * Gets the public 'request_stack' shared service.
  2611.      *
  2612.      * @return \Symfony\Component\HttpFoundation\RequestStack
  2613.      */
  2614.     protected function getRequestStackService()
  2615.     {
  2616.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  2617.     }
  2618.     /**
  2619.      * Gets the public 'router' shared autowired service.
  2620.      *
  2621.      * @return \App\Routing\DynamicRouter
  2622.      */
  2623.     protected function getRouterService()
  2624.     {
  2625.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2626.         if (isset($this->services['router'])) {
  2627.             return $this->services['router'];
  2628.         }
  2629.         $b = new \Symfony\Bridge\Monolog\Logger('router');
  2630.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2631.         $b->pushHandler(($this->privates['monolog.handler.chromephp'] ?? $this->getMonolog_Handler_ChromephpService()));
  2632.         $b->pushHandler(($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService()));
  2633.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  2634.         $c = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2635.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  2636.         ], [
  2637.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  2638.         ]))->withContext('router.default'$this), 'kernel::loadRoutes', ['cache_dir' => $this->targetDir.'''debug' => true'generator_class' => 'Symfony\\Component\\Routing\\Generator\\CompiledUrlGenerator''generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\CompiledUrlGeneratorDumper''matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableCompiledUrlMatcher''matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\CompiledUrlMatcherDumper''strict_requirements' => NULL'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))), $b'ru');
  2639.         $c->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2640.         $c->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2641.         return $this->services['router'] = new \App\Routing\DynamicRouter($c$a);
  2642.     }
  2643.     /**
  2644.      * Gets the public 'translator' shared service.
  2645.      *
  2646.      * @return \AngelGamez\TranslatableBundle\Translation\Translator
  2647.      */
  2648.     protected function getTranslatorService()
  2649.     {
  2650.         return $this->services['translator'] = new \AngelGamez\TranslatableBundle\Translation\Translator(($this->privates['translator.data_collector'] ?? $this->getTranslator_DataCollectorService()));
  2651.     }
  2652.     /**
  2653.      * Gets the public 'var_dumper.cloner' shared service.
  2654.      *
  2655.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  2656.      */
  2657.     protected function getVarDumper_ClonerService()
  2658.     {
  2659.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  2660.         $instance->setMaxItems(2500);
  2661.         $instance->setMinDepth(1);
  2662.         $instance->setMaxString(-1);
  2663.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  2664.         return $instance;
  2665.     }
  2666.     /**
  2667.      * Gets the private '.debug.http_client' shared service.
  2668.      *
  2669.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  2670.      */
  2671.     protected function get_Debug_HttpClientService()
  2672.     {
  2673.         $a \Symfony\Component\HttpClient\HttpClient::create([], 6);
  2674.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  2675.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2676.         $b->pushHandler(($this->privates['monolog.handler.chromephp'] ?? $this->getMonolog_Handler_ChromephpService()));
  2677.         $b->pushHandler(($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService()));
  2678.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  2679.         $a->setLogger($b);
  2680.         return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient(new \Sentry\SentryBundle\Tracing\HttpClient\TraceableHttpClient($a, ($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  2681.     }
  2682.     /**
  2683.      * Gets the private '.service_locator.KLVvNIq' shared service.
  2684.      *
  2685.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2686.      */
  2687.     protected function get_ServiceLocator_KLVvNIqService()
  2688.     {
  2689.         return $this->privates['.service_locator.KLVvNIq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2690.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  2691.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  2692.         ], [
  2693.             'doctrine.ulid_generator' => '?',
  2694.             'doctrine.uuid_generator' => '?',
  2695.         ]);
  2696.     }
  2697.     /**
  2698.      * Gets the private '.service_locator.Tip.8_I' shared service.
  2699.      *
  2700.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2701.      */
  2702.     protected function get_ServiceLocator_Tip_8IService()
  2703.     {
  2704.         return $this->privates['.service_locator.Tip.8_I'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2705.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  2706.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'true],
  2707.             'security.firewall.map.context.management' => ['privates''security.firewall.map.context.management''getSecurity_Firewall_Map_Context_ManagementService'true],
  2708.         ], [
  2709.             'security.firewall.map.context.dev' => '?',
  2710.             'security.firewall.map.context.main' => '?',
  2711.             'security.firewall.map.context.management' => '?',
  2712.         ]);
  2713.     }
  2714.     /**
  2715.      * Gets the private 'AlterPHP\EasyAdminExtensionBundle\Helper\EmbeddedListHelper' shared service.
  2716.      *
  2717.      * @return \AlterPHP\EasyAdminExtensionBundle\Helper\EmbeddedListHelper
  2718.      */
  2719.     protected function getEmbeddedListHelperService()
  2720.     {
  2721.         return $this->privates['AlterPHP\\EasyAdminExtensionBundle\\Helper\\EmbeddedListHelper'] = new \AlterPHP\EasyAdminExtensionBundle\Helper\EmbeddedListHelper(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->getParameter('easyadmin.config'));
  2722.     }
  2723.     /**
  2724.      * Gets the private 'AlterPHP\EasyAdminExtensionBundle\Helper\ListFormFiltersHelper' shared service.
  2725.      *
  2726.      * @return \AlterPHP\EasyAdminExtensionBundle\Helper\ListFormFiltersHelper
  2727.      */
  2728.     protected function getListFormFiltersHelperService()
  2729.     {
  2730.         $a = ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService());
  2731.         if (isset($this->privates['AlterPHP\\EasyAdminExtensionBundle\\Helper\\ListFormFiltersHelper'])) {
  2732.             return $this->privates['AlterPHP\\EasyAdminExtensionBundle\\Helper\\ListFormFiltersHelper'];
  2733.         }
  2734.         return $this->privates['AlterPHP\\EasyAdminExtensionBundle\\Helper\\ListFormFiltersHelper'] = new \AlterPHP\EasyAdminExtensionBundle\Helper\ListFormFiltersHelper($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), true);
  2735.     }
  2736.     /**
  2737.      * Gets the private 'App\EventSubscriber\ApiAccessSubscriber' shared autowired service.
  2738.      *
  2739.      * @return \App\EventSubscriber\ApiAccessSubscriber
  2740.      */
  2741.     protected function getApiAccessSubscriberService()
  2742.     {
  2743.         return $this->privates['App\\EventSubscriber\\ApiAccessSubscriber'] = new \App\EventSubscriber\ApiAccessSubscriber(new \App\Service\AccessManager(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this)))));
  2744.     }
  2745.     /**
  2746.      * Gets the private 'App\EventSubscriber\BadWordsReplaceSubscriber' shared autowired service.
  2747.      *
  2748.      * @return \App\EventSubscriber\BadWordsReplaceSubscriber
  2749.      */
  2750.     protected function getBadWordsReplaceSubscriberService()
  2751.     {
  2752.         return $this->privates['App\\EventSubscriber\\BadWordsReplaceSubscriber'] = new \App\EventSubscriber\BadWordsReplaceSubscriber(new \App\Helper\EnvironmentHelper(($this->services['kernel'] ?? $this->get('kernel'1))), ($this->privates['App\\Service\\Features'] ?? $this->getFeaturesService()));
  2753.     }
  2754.     /**
  2755.      * Gets the private 'App\EventSubscriber\BanLogoutSubscriber' shared autowired service.
  2756.      *
  2757.      * @return \App\EventSubscriber\BanLogoutSubscriber
  2758.      */
  2759.     protected function getBanLogoutSubscriberService()
  2760.     {
  2761.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  2762.         if (isset($this->privates['App\\EventSubscriber\\BanLogoutSubscriber'])) {
  2763.             return $this->privates['App\\EventSubscriber\\BanLogoutSubscriber'];
  2764.         }
  2765.         $b = ($this->services['router'] ?? $this->getRouterService());
  2766.         if (isset($this->privates['App\\EventSubscriber\\BanLogoutSubscriber'])) {
  2767.             return $this->privates['App\\EventSubscriber\\BanLogoutSubscriber'];
  2768.         }
  2769.         return $this->privates['App\\EventSubscriber\\BanLogoutSubscriber'] = new \App\EventSubscriber\BanLogoutSubscriber($a$b);
  2770.     }
  2771.     /**
  2772.      * Gets the private 'App\EventSubscriber\CityCaseRedirectSubscriber' shared autowired service.
  2773.      *
  2774.      * @return \App\EventSubscriber\CityCaseRedirectSubscriber
  2775.      */
  2776.     protected function getCityCaseRedirectSubscriberService()
  2777.     {
  2778.         $a = ($this->services['App\\Http\\CityCaseRedirector'] ?? $this->getCityCaseRedirectorService());
  2779.         if (isset($this->privates['App\\EventSubscriber\\CityCaseRedirectSubscriber'])) {
  2780.             return $this->privates['App\\EventSubscriber\\CityCaseRedirectSubscriber'];
  2781.         }
  2782.         return $this->privates['App\\EventSubscriber\\CityCaseRedirectSubscriber'] = new \App\EventSubscriber\CityCaseRedirectSubscriber($a);
  2783.     }
  2784.     /**
  2785.      * Gets the private 'App\EventSubscriber\CommentBanSubscriber' shared autowired service.
  2786.      *
  2787.      * @return \App\EventSubscriber\CommentBanSubscriber
  2788.      */
  2789.     protected function getCommentBanSubscriberService()
  2790.     {
  2791.         $a = ($this->privates['App\\Service\\CustomerBanService'] ?? $this->getCustomerBanServiceService());
  2792.         if (isset($this->privates['App\\EventSubscriber\\CommentBanSubscriber'])) {
  2793.             return $this->privates['App\\EventSubscriber\\CommentBanSubscriber'];
  2794.         }
  2795.         return $this->privates['App\\EventSubscriber\\CommentBanSubscriber'] = new \App\EventSubscriber\CommentBanSubscriber(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), $a);
  2796.     }
  2797.     /**
  2798.      * Gets the private 'App\EventSubscriber\DoctrineEntityFilterSubscriber' shared autowired service.
  2799.      *
  2800.      * @return \App\EventSubscriber\DoctrineEntityFilterSubscriber
  2801.      */
  2802.     protected function getDoctrineEntityFilterSubscriberService()
  2803.     {
  2804.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2805.         if (isset($this->privates['App\\EventSubscriber\\DoctrineEntityFilterSubscriber'])) {
  2806.             return $this->privates['App\\EventSubscriber\\DoctrineEntityFilterSubscriber'];
  2807.         }
  2808.         return $this->privates['App\\EventSubscriber\\DoctrineEntityFilterSubscriber'] = new \App\EventSubscriber\DoctrineEntityFilterSubscriber($a);
  2809.     }
  2810.     /**
  2811.      * Gets the private 'App\EventSubscriber\DomainRedirectSubscriber' shared autowired service.
  2812.      *
  2813.      * @return \App\EventSubscriber\DomainRedirectSubscriber
  2814.      */
  2815.     protected function getDomainRedirectSubscriberService()
  2816.     {
  2817.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2818.         if (isset($this->privates['App\\EventSubscriber\\DomainRedirectSubscriber'])) {
  2819.             return $this->privates['App\\EventSubscriber\\DomainRedirectSubscriber'];
  2820.         }
  2821.         return $this->privates['App\\EventSubscriber\\DomainRedirectSubscriber'] = new \App\EventSubscriber\DomainRedirectSubscriber(new \App\Http\LegacyDomainRedirector(($this->services['app.features'] ?? $this->getApp_FeaturesService()), $this->getEnv('MAIN_DOMAIN'), $this->getEnv('MIRROR_DOMAIN'), $this->getEnv('resolve:REDIRECT_PATHS'), $a));
  2822.     }
  2823.     /**
  2824.      * Gets the private 'App\EventSubscriber\EnumSubscriber' shared autowired service.
  2825.      *
  2826.      * @return \App\EventSubscriber\EnumSubscriber
  2827.      */
  2828.     protected function getEnumSubscriberService()
  2829.     {
  2830.         return $this->privates['App\\EventSubscriber\\EnumSubscriber'] = new \App\EventSubscriber\EnumSubscriber(($this->privates['App\\Service\\EnumUriLoader'] ?? $this->getEnumUriLoaderService()));
  2831.     }
  2832.     /**
  2833.      * Gets the private 'App\EventSubscriber\KernelSubscriber' shared autowired service.
  2834.      *
  2835.      * @return \App\EventSubscriber\KernelSubscriber
  2836.      */
  2837.     protected function getKernelSubscriberService()
  2838.     {
  2839.         return $this->privates['App\\EventSubscriber\\KernelSubscriber'] = new \App\EventSubscriber\KernelSubscriber(($this->privates['App\\Service\\ProfileCtrService'] ?? $this->getProfileCtrServiceService()));
  2840.     }
  2841.     /**
  2842.      * Gets the private 'App\EventSubscriber\PageMetadataSubscriber' shared autowired service.
  2843.      *
  2844.      * @return \App\EventSubscriber\PageMetadataSubscriber
  2845.      */
  2846.     protected function getPageMetadataSubscriberService()
  2847.     {
  2848.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  2849.         if (isset($this->privates['App\\EventSubscriber\\PageMetadataSubscriber'])) {
  2850.             return $this->privates['App\\EventSubscriber\\PageMetadataSubscriber'];
  2851.         }
  2852.         return $this->privates['App\\EventSubscriber\\PageMetadataSubscriber'] = new \App\EventSubscriber\PageMetadataSubscriber(($this->privates['App\\Repository\\PageMetadataRepository'] ?? $this->getPageMetadataRepositoryService()), $a, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  2853.     }
  2854.     /**
  2855.      * Gets the private 'App\EventSubscriber\ProfileListOrderingSubscriber' shared autowired service.
  2856.      *
  2857.      * @return \App\EventSubscriber\ProfileListOrderingSubscriber
  2858.      */
  2859.     protected function getProfileListOrderingSubscriberService()
  2860.     {
  2861.         return $this->privates['App\\EventSubscriber\\ProfileListOrderingSubscriber'] = new \App\EventSubscriber\ProfileListOrderingSubscriber(new \App\Service\ProfilePaidPlacementRotator(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['App\\Repository\\ProfileRepository'] ?? $this->getProfileRepositoryService())));
  2862.     }
  2863.     /**
  2864.      * Gets the private 'App\Repository\AccountEnrollmentRepository' shared autowired service.
  2865.      *
  2866.      * @return \App\Repository\AccountEnrollmentRepository
  2867.      */
  2868.     protected function getAccountEnrollmentRepositoryService()
  2869.     {
  2870.         return $this->privates['App\\Repository\\AccountEnrollmentRepository'] = new \App\Repository\AccountEnrollmentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2871.     }
  2872.     /**
  2873.      * Gets the private 'App\Repository\ApprovalRequestsRepository' shared autowired service.
  2874.      *
  2875.      * @return \App\Repository\ApprovalRequestsRepository
  2876.      */
  2877.     protected function getApprovalRequestsRepositoryService()
  2878.     {
  2879.         return $this->privates['App\\Repository\\ApprovalRequestsRepository'] = new \App\Repository\ApprovalRequestsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2880.     }
  2881.     /**
  2882.      * Gets the private 'App\Repository\BannedEmailRepository' shared autowired service.
  2883.      *
  2884.      * @return \App\Repository\BannedEmailRepository
  2885.      */
  2886.     protected function getBannedEmailRepositoryService()
  2887.     {
  2888.         return $this->privates['App\\Repository\\BannedEmailRepository'] = new \App\Repository\BannedEmailRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2889.     }
  2890.     /**
  2891.      * Gets the private 'App\Repository\CityRepository' shared autowired service.
  2892.      *
  2893.      * @return \App\Repository\CityRepository
  2894.      */
  2895.     protected function getCityRepositoryService()
  2896.     {
  2897.         return $this->privates['App\\Repository\\CityRepository'] = new \App\Repository\CityRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2898.     }
  2899.     /**
  2900.      * Gets the private 'App\Repository\DistrictRepository' shared autowired service.
  2901.      *
  2902.      * @return \App\Repository\DistrictRepository
  2903.      */
  2904.     protected function getDistrictRepositoryService()
  2905.     {
  2906.         return $this->privates['App\\Repository\\DistrictRepository'] = new \App\Repository\DistrictRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2907.     }
  2908.     /**
  2909.      * Gets the private 'App\Repository\ModerationRequestsRepository' shared autowired service.
  2910.      *
  2911.      * @return \App\Repository\ModerationRequestsRepository
  2912.      */
  2913.     protected function getModerationRequestsRepositoryService()
  2914.     {
  2915.         return $this->privates['App\\Repository\\ModerationRequestsRepository'] = new \App\Repository\ModerationRequestsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2916.     }
  2917.     /**
  2918.      * Gets the private 'App\Repository\PageMetadataRepository' shared autowired service.
  2919.      *
  2920.      * @return \App\Repository\PageMetadataRepository
  2921.      */
  2922.     protected function getPageMetadataRepositoryService()
  2923.     {
  2924.         return $this->privates['App\\Repository\\PageMetadataRepository'] = new \App\Repository\PageMetadataRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2925.     }
  2926.     /**
  2927.      * Gets the private 'App\Repository\PaidPlacementPriceRepository' shared autowired service.
  2928.      *
  2929.      * @return \App\Repository\PaidPlacementPriceRepository
  2930.      */
  2931.     protected function getPaidPlacementPriceRepositoryService()
  2932.     {
  2933.         return $this->privates['App\\Repository\\PaidPlacementPriceRepository'] = new \App\Repository\PaidPlacementPriceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2934.     }
  2935.     /**
  2936.      * Gets the private 'App\Repository\ProfileCommentRepository' shared autowired service.
  2937.      *
  2938.      * @return \App\Repository\ProfileCommentRepository
  2939.      */
  2940.     protected function getProfileCommentRepositoryService()
  2941.     {
  2942.         return $this->privates['App\\Repository\\ProfileCommentRepository'] = new \App\Repository\ProfileCommentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2943.     }
  2944.     /**
  2945.      * Gets the private 'App\Repository\ProfileCtrRepository' shared autowired service.
  2946.      *
  2947.      * @return \App\Repository\ProfileCtrRepository
  2948.      */
  2949.     protected function getProfileCtrRepositoryService()
  2950.     {
  2951.         return $this->privates['App\\Repository\\ProfileCtrRepository'] = new \App\Repository\ProfileCtrRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2952.     }
  2953.     /**
  2954.      * Gets the private 'App\Repository\ProfileKVRepository' shared autowired service.
  2955.      *
  2956.      * @return \App\Repository\ProfileKVRepository
  2957.      */
  2958.     protected function getProfileKVRepositoryService()
  2959.     {
  2960.         return $this->privates['App\\Repository\\ProfileKVRepository'] = new \App\Repository\ProfileKVRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2961.     }
  2962.     /**
  2963.      * Gets the private 'App\Repository\ProfilePlanPlacementRepository' shared autowired service.
  2964.      *
  2965.      * @return \App\Repository\ProfilePlanPlacementRepository
  2966.      */
  2967.     protected function getProfilePlanPlacementRepositoryService()
  2968.     {
  2969.         return $this->privates['App\\Repository\\ProfilePlanPlacementRepository'] = new \App\Repository\ProfilePlanPlacementRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2970.     }
  2971.     /**
  2972.      * Gets the private 'App\Repository\ProfileRepository' shared autowired service.
  2973.      *
  2974.      * @return \App\Repository\ProfileRepository
  2975.      */
  2976.     protected function getProfileRepositoryService()
  2977.     {
  2978.         return $this->privates['App\\Repository\\ProfileRepository'] = new \App\Repository\ProfileRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['App\\Service\\Features'] ?? $this->getFeaturesService()));
  2979.     }
  2980.     /**
  2981.      * Gets the private 'App\Repository\ProfileSidebarPlacementRepository' shared autowired service.
  2982.      *
  2983.      * @return \App\Repository\ProfileSidebarPlacementRepository
  2984.      */
  2985.     protected function getProfileSidebarPlacementRepositoryService()
  2986.     {
  2987.         return $this->privates['App\\Repository\\ProfileSidebarPlacementRepository'] = new \App\Repository\ProfileSidebarPlacementRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2988.     }
  2989.     /**
  2990.      * Gets the private 'App\Repository\ProfileTopPlacementRepository' shared autowired service.
  2991.      *
  2992.      * @return \App\Repository\ProfileTopPlacementRepository
  2993.      */
  2994.     protected function getProfileTopPlacementRepositoryService()
  2995.     {
  2996.         return $this->privates['App\\Repository\\ProfileTopPlacementRepository'] = new \App\Repository\ProfileTopPlacementRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2997.     }
  2998.     /**
  2999.      * Gets the private 'App\Repository\SaloonRepository' shared autowired service.
  3000.      *
  3001.      * @return \App\Repository\SaloonRepository
  3002.      */
  3003.     protected function getSaloonRepositoryService()
  3004.     {
  3005.         return $this->privates['App\\Repository\\SaloonRepository'] = new \App\Repository\SaloonRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['App\\Service\\Features'] ?? $this->getFeaturesService()));
  3006.     }
  3007.     /**
  3008.      * Gets the private 'App\Repository\SaloonSidebarPlacementRepository' shared autowired service.
  3009.      *
  3010.      * @return \App\Repository\SaloonSidebarPlacementRepository
  3011.      */
  3012.     protected function getSaloonSidebarPlacementRepositoryService()
  3013.     {
  3014.         return $this->privates['App\\Repository\\SaloonSidebarPlacementRepository'] = new \App\Repository\SaloonSidebarPlacementRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3015.     }
  3016.     /**
  3017.      * Gets the private 'App\Repository\ServiceRepository' shared autowired service.
  3018.      *
  3019.      * @return \App\Repository\ServiceRepository
  3020.      */
  3021.     protected function getServiceRepositoryService()
  3022.     {
  3023.         return $this->privates['App\\Repository\\ServiceRepository'] = new \App\Repository\ServiceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3024.     }
  3025.     /**
  3026.      * Gets the private 'App\Repository\SidebarPlacementRepository' shared autowired service.
  3027.      *
  3028.      * @return \App\Repository\SidebarPlacementRepository
  3029.      */
  3030.     protected function getSidebarPlacementRepositoryService()
  3031.     {
  3032.         return $this->privates['App\\Repository\\SidebarPlacementRepository'] = new \App\Repository\SidebarPlacementRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3033.     }
  3034.     /**
  3035.      * Gets the private 'App\Repository\StationRepository' shared autowired service.
  3036.      *
  3037.      * @return \App\Repository\StationRepository
  3038.      */
  3039.     protected function getStationRepositoryService()
  3040.     {
  3041.         return $this->privates['App\\Repository\\StationRepository'] = new \App\Repository\StationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['stations_lines.cache.traceable'] ?? $this->getStationsLines_Cache_TraceableService()));
  3042.     }
  3043.     /**
  3044.      * Gets the private 'App\Repository\SupportMessagesRepository' shared autowired service.
  3045.      *
  3046.      * @return \App\Repository\SupportMessagesRepository
  3047.      */
  3048.     protected function getSupportMessagesRepositoryService()
  3049.     {
  3050.         return $this->privates['App\\Repository\\SupportMessagesRepository'] = new \App\Repository\SupportMessagesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3051.     }
  3052.     /**
  3053.      * Gets the private 'App\Repository\SystemVariablesRepository' shared autowired service.
  3054.      *
  3055.      * @return \App\Repository\SystemVariablesRepository
  3056.      */
  3057.     protected function getSystemVariablesRepositoryService()
  3058.     {
  3059.         return $this->privates['App\\Repository\\SystemVariablesRepository'] = new \App\Repository\SystemVariablesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3060.     }
  3061.     /**
  3062.      * Gets the private 'App\Service\AccountChargesDurationEstimator' shared autowired service.
  3063.      *
  3064.      * @return \App\Service\AccountChargesDurationEstimator
  3065.      */
  3066.     protected function getAccountChargesDurationEstimatorService()
  3067.     {
  3068.         return $this->privates['App\\Service\\AccountChargesDurationEstimator'] = new \App\Service\AccountChargesDurationEstimator(($this->privates['App\\Repository\\ProfileRepository'] ?? $this->getProfileRepositoryService()), ($this->privates['App\\Repository\\SaloonRepository'] ?? $this->getSaloonRepositoryService()), ($this->privates['App\\Service\\DynamicPlacementPriceResolver'] ?? $this->getDynamicPlacementPriceResolverService()), ($this->privates['App\\Service\\Features'] ?? $this->getFeaturesService()));
  3069.     }
  3070.     /**
  3071.      * Gets the private 'App\Service\AccountChargesDurationPresenter' shared autowired service.
  3072.      *
  3073.      * @return \App\Service\AccountChargesDurationPresenter
  3074.      */
  3075.     protected function getAccountChargesDurationPresenterService()
  3076.     {
  3077.         return $this->privates['App\\Service\\AccountChargesDurationPresenter'] = new \App\Service\AccountChargesDurationPresenter(($this->services['translator'] ?? $this->getTranslatorService()));
  3078.     }
  3079.     /**
  3080.      * Gets the private 'App\Service\AccountFinances' shared autowired service.
  3081.      *
  3082.      * @return \App\Service\AccountFinances
  3083.      */
  3084.     protected function getAccountFinancesService()
  3085.     {
  3086.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3087.         if (isset($this->privates['App\\Service\\AccountFinances'])) {
  3088.             return $this->privates['App\\Service\\AccountFinances'];
  3089.         }
  3090.         return $this->privates['App\\Service\\AccountFinances'] = new \App\Service\AccountFinances(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['App\\Repository\\AccountEnrollmentRepository'] ?? $this->getAccountEnrollmentRepositoryService()), $a);
  3091.     }
  3092.     /**
  3093.      * Gets the private 'App\Service\ApprovalService' shared autowired service.
  3094.      *
  3095.      * @return \App\Service\ApprovalService
  3096.      */
  3097.     protected function getApprovalServiceService()
  3098.     {
  3099.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3100.         if (isset($this->privates['App\\Service\\ApprovalService'])) {
  3101.             return $this->privates['App\\Service\\ApprovalService'];
  3102.         }
  3103.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3104.         if (isset($this->privates['App\\Service\\ApprovalService'])) {
  3105.             return $this->privates['App\\Service\\ApprovalService'];
  3106.         }
  3107.         return $this->privates['App\\Service\\ApprovalService'] = new \App\Service\ApprovalService($a, ($this->privates['App\\Repository\\ApprovalRequestsRepository'] ?? $this->getApprovalRequestsRepositoryService()), $b, ($this->privates['App\\Service\\Features'] ?? $this->getFeaturesService()));
  3108.     }
  3109.     /**
  3110.      * Gets the private 'App\Service\CityMainPagesLinkageService' shared autowired service.
  3111.      *
  3112.      * @return \App\Service\CityMainPagesLinkageService
  3113.      */
  3114.     protected function getCityMainPagesLinkageServiceService($lazyLoad true)
  3115.     {
  3116.         $a = ($this->services['router'] ?? $this->getRouterService());
  3117.         if (isset($this->privates['App\\Service\\CityMainPagesLinkageService'])) {
  3118.             return $this->privates['App\\Service\\CityMainPagesLinkageService'];
  3119.         }
  3120.         return $this->privates['App\\Service\\CityMainPagesLinkageService'] = new \App\Service\CityMainPagesLinkageService(($this->privates['App\\Service\\Features'] ?? $this->getFeaturesService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['project_data.cache.traceable'] ?? $this->getProjectData_Cache_TraceableService()), $a, ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['App\\Repository\\CityRepository'] ?? $this->getCityRepositoryService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['geographical_names_inflection.inflector'] ?? $this->getGeographicalNamesInflection_InflectorService()));
  3121.     }
  3122.     /**
  3123.      * Gets the private 'App\Service\CountryCurrencyResolver' shared autowired service.
  3124.      *
  3125.      * @return \App\Service\CountryCurrencyResolver
  3126.      */
  3127.     protected function getCountryCurrencyResolverService()
  3128.     {
  3129.         return $this->privates['App\\Service\\CountryCurrencyResolver'] = new \App\Service\CountryCurrencyResolver(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  3130.     }
  3131.     /**
  3132.      * Gets the private 'App\Service\CurrentCityResolver' shared autowired service.
  3133.      *
  3134.      * @return \App\Service\CurrentCityResolver
  3135.      */
  3136.     protected function getCurrentCityResolverService()
  3137.     {
  3138.         return $this->privates['App\\Service\\CurrentCityResolver'] = new \App\Service\CurrentCityResolver(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Service\\DefaultCityProvider'] ?? $this->getDefaultCityProviderService()));
  3139.     }
  3140.     /**
  3141.      * Gets the private 'App\Service\CustomerBanService' shared autowired service.
  3142.      *
  3143.      * @return \App\Service\CustomerBanService
  3144.      */
  3145.     protected function getCustomerBanServiceService()
  3146.     {
  3147.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3148.         if (isset($this->privates['App\\Service\\CustomerBanService'])) {
  3149.             return $this->privates['App\\Service\\CustomerBanService'];
  3150.         }
  3151.         return $this->privates['App\\Service\\CustomerBanService'] = new \App\Service\CustomerBanService(($this->privates['App\\Repository\\BannedEmailRepository'] ?? $this->getBannedEmailRepositoryService()), $a);
  3152.     }
  3153.     /**
  3154.      * Gets the private 'App\Service\DefaultCityProvider' shared autowired service.
  3155.      *
  3156.      * @return \App\Service\DefaultCityProvider
  3157.      */
  3158.     protected function getDefaultCityProviderService()
  3159.     {
  3160.         return $this->privates['App\\Service\\DefaultCityProvider'] = new \App\Service\DefaultCityProvider(($this->privates['App\\Repository\\CityRepository'] ?? $this->getCityRepositoryService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  3161.     }
  3162.     /**
  3163.      * Gets the private 'App\Service\DynamicPlacementPriceResolver' shared autowired service.
  3164.      *
  3165.      * @return \App\Service\DynamicPlacementPriceResolver
  3166.      */
  3167.     protected function getDynamicPlacementPriceResolverService()
  3168.     {
  3169.         return $this->privates['App\\Service\\DynamicPlacementPriceResolver'] = new \App\Service\DynamicPlacementPriceResolver(($this->privates['App\\Service\\Features'] ?? $this->getFeaturesService()), ($this->privates['App\\Repository\\PaidPlacementPriceRepository'] ?? $this->getPaidPlacementPriceRepositoryService()));
  3170.     }
  3171.     /**
  3172.      * Gets the private 'App\Service\EnumUriLoader' shared autowired service.
  3173.      *
  3174.      * @return \App\Service\EnumUriLoader
  3175.      */
  3176.     protected function getEnumUriLoaderService()
  3177.     {
  3178.         return $this->privates['App\\Service\\EnumUriLoader'] = new \App\Service\EnumUriLoader(($this->privates['project_data.cache.traceable'] ?? $this->getProjectData_Cache_TraceableService()));
  3179.     }
  3180.     /**
  3181.      * Gets the private 'App\Service\Features' shared autowired service.
  3182.      *
  3183.      * @return \App\Service\Features
  3184.      */
  3185.     protected function getFeaturesService()
  3186.     {
  3187.         return $this->privates['App\\Service\\Features'] = new \App\Service\Features(($this->services['flagception.manager.feature_manager'] ?? $this->getFlagception_Manager_FeatureManagerService()));
  3188.     }
  3189.     /**
  3190.      * Gets the private 'App\Service\InnerLinkageCircleService' shared autowired service.
  3191.      *
  3192.      * @return \App\Service\InnerLinkageCircleService
  3193.      */
  3194.     protected function getInnerLinkageCircleServiceService($lazyLoad true)
  3195.     {
  3196.         $a = ($this->services['router'] ?? $this->getRouterService());
  3197.         if (isset($this->privates['App\\Service\\InnerLinkageCircleService'])) {
  3198.             return $this->privates['App\\Service\\InnerLinkageCircleService'];
  3199.         }
  3200.         return $this->privates['App\\Service\\InnerLinkageCircleService'] = new \App\Service\InnerLinkageCircleService(($this->privates['App\\Service\\Features'] ?? $this->getFeaturesService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['project_data.cache.traceable'] ?? $this->getProjectData_Cache_TraceableService()), ($this->privates['App\\Repository\\ServiceRepository'] ?? $this->getServiceRepositoryService()), $a, ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['geographical_names_inflection.inflector'] ?? $this->getGeographicalNamesInflection_InflectorService()));
  3201.     }
  3202.     /**
  3203.      * Gets the private 'App\Service\ModerationService' shared autowired service.
  3204.      *
  3205.      * @return \App\Service\ModerationService
  3206.      */
  3207.     protected function getModerationServiceService()
  3208.     {
  3209.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3210.         if (isset($this->privates['App\\Service\\ModerationService'])) {
  3211.             return $this->privates['App\\Service\\ModerationService'];
  3212.         }
  3213.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3214.         if (isset($this->privates['App\\Service\\ModerationService'])) {
  3215.             return $this->privates['App\\Service\\ModerationService'];
  3216.         }
  3217.         $c = ($this->privates['App\\Service\\ProfileAdBoard'] ?? $this->getProfileAdBoardService());
  3218.         if (isset($this->privates['App\\Service\\ModerationService'])) {
  3219.             return $this->privates['App\\Service\\ModerationService'];
  3220.         }
  3221.         $d = ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService());
  3222.         if (isset($this->privates['App\\Service\\ModerationService'])) {
  3223.             return $this->privates['App\\Service\\ModerationService'];
  3224.         }
  3225.         $e = ($this->privates['App\\Service\\ApprovalService'] ?? $this->getApprovalServiceService());
  3226.         if (isset($this->privates['App\\Service\\ModerationService'])) {
  3227.             return $this->privates['App\\Service\\ModerationService'];
  3228.         }
  3229.         return $this->privates['App\\Service\\ModerationService'] = new \App\Service\ModerationService($a, ($this->privates['App\\Repository\\ModerationRequestsRepository'] ?? $this->getModerationRequestsRepositoryService()), $b$c, ($this->privates['App\\Service\\Features'] ?? $this->getFeaturesService()), $d$e);
  3230.     }
  3231.     /**
  3232.      * Gets the private 'App\Service\MoneyFormatterService' shared autowired service.
  3233.      *
  3234.      * @return \App\Service\MoneyFormatterService
  3235.      */
  3236.     protected function getMoneyFormatterServiceService()
  3237.     {
  3238.         return $this->privates['App\\Service\\MoneyFormatterService'] = new \App\Service\MoneyFormatterService(($this->privates['App\\Service\\CountryCurrencyResolver'] ?? $this->getCountryCurrencyResolverService()));
  3239.     }
  3240.     /**
  3241.      * Gets the private 'App\Service\PhoneNumberService' shared autowired service.
  3242.      *
  3243.      * @return \App\Service\PhoneNumberService
  3244.      */
  3245.     protected function getPhoneNumberServiceService()
  3246.     {
  3247.         return $this->privates['App\\Service\\PhoneNumberService'] = new \App\Service\PhoneNumberService(($this->privates['libphonenumber\\PhoneNumberUtil'] ?? $this->getPhoneNumberUtilService()));
  3248.     }
  3249.     /**
  3250.      * Gets the private 'App\Service\ProfileAdBoard' shared autowired service.
  3251.      *
  3252.      * @return \App\Service\ProfileAdBoard
  3253.      */
  3254.     protected function getProfileAdBoardService()
  3255.     {
  3256.         $a = ($this->privates['App\\Service\\AccountFinances'] ?? $this->getAccountFinancesService());
  3257.         if (isset($this->privates['App\\Service\\ProfileAdBoard'])) {
  3258.             return $this->privates['App\\Service\\ProfileAdBoard'];
  3259.         }
  3260.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3261.         if (isset($this->privates['App\\Service\\ProfileAdBoard'])) {
  3262.             return $this->privates['App\\Service\\ProfileAdBoard'];
  3263.         }
  3264.         return $this->privates['App\\Service\\ProfileAdBoard'] = new \App\Service\ProfileAdBoard(($this->services['doctrine'] ?? $this->getDoctrineService()), $a, ($this->privates['App\\Service\\ProfileChargesCalculator'] ?? $this->getProfileChargesCalculatorService()), $b, ($this->privates['App\\Service\\Features'] ?? $this->getFeaturesService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->privates['App\\Repository\\ProfilePlanPlacementRepository'] ?? $this->getProfilePlanPlacementRepositoryService()));
  3265.     }
  3266.     /**
  3267.      * Gets the private 'App\Service\ProfileAvatar' shared autowired service.
  3268.      *
  3269.      * @return \App\Service\ProfileAvatar
  3270.      */
  3271.     protected function getProfileAvatarService()
  3272.     {
  3273.         return $this->privates['App\\Service\\ProfileAvatar'] = new \App\Service\ProfileAvatar(($this->privates['App\\Service\\Features'] ?? $this->getFeaturesService()));
  3274.     }
  3275.     /**
  3276.      * Gets the private 'App\Service\ProfileBotHelper' shared autowired service.
  3277.      *
  3278.      * @return \App\Service\ProfileBotHelper
  3279.      */
  3280.     protected function getProfileBotHelperService()
  3281.     {
  3282.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3283.         if (isset($this->privates['App\\Service\\ProfileBotHelper'])) {
  3284.             return $this->privates['App\\Service\\ProfileBotHelper'];
  3285.         }
  3286.         $b = ($this->services['router'] ?? $this->getRouterService());
  3287.         if (isset($this->privates['App\\Service\\ProfileBotHelper'])) {
  3288.             return $this->privates['App\\Service\\ProfileBotHelper'];
  3289.         }
  3290.         return $this->privates['App\\Service\\ProfileBotHelper'] = new \App\Service\ProfileBotHelper(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Service\\DefaultCityProvider'] ?? $this->getDefaultCityProviderService()), $this$a, ($this->privates['App\\Repository\\StationRepository'] ?? $this->getStationRepositoryService()), ($this->privates['App\\Repository\\ProfileRepository'] ?? $this->getProfileRepositoryService()), $b, ($this->privates['App\\Repository\\ProfileRecommendationRepository'] ?? ($this->privates['App\\Repository\\ProfileRecommendationRepository'] = new \App\Repository\ProfileRecommendationRepository($this))), ($this->privates['App\\Service\\Features'] ?? $this->getFeaturesService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  3291.     }
  3292.     /**
  3293.      * Gets the private 'App\Service\ProfileChargesCalculator' shared autowired service.
  3294.      *
  3295.      * @return \App\Service\ProfileChargesCalculator
  3296.      */
  3297.     protected function getProfileChargesCalculatorService()
  3298.     {
  3299.         return $this->privates['App\\Service\\ProfileChargesCalculator'] = new \App\Service\ProfileChargesCalculator(($this->privates['App\\Repository\\ProfileRepository'] ?? $this->getProfileRepositoryService()), ($this->privates['App\\Repository\\PaidPlacementPriceRepository'] ?? $this->getPaidPlacementPriceRepositoryService()), ($this->privates['App\\Service\\DynamicPlacementPriceResolver'] ?? $this->getDynamicPlacementPriceResolverService()), ($this->privates['App\\Service\\Features'] ?? $this->getFeaturesService()));
  3300.     }
  3301.     /**
  3302.      * Gets the private 'App\Service\ProfileCtrService' shared autowired service.
  3303.      *
  3304.      * @return \App\Service\ProfileCtrService
  3305.      */
  3306.     protected function getProfileCtrServiceService()
  3307.     {
  3308.         return $this->privates['App\\Service\\ProfileCtrService'] = new \App\Service\ProfileCtrService(($this->privates['App\\Service\\Features'] ?? $this->getFeaturesService()), ($this->privates['App\\Repository\\ProfileCtrRepository'] ?? $this->getProfileCtrRepositoryService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->privates['ctr_stat.cache.traceable'] ?? $this->getCtrStat_Cache_TraceableService()));
  3309.     }
  3310.     /**
  3311.      * Gets the private 'App\Service\ProfileList' shared autowired service.
  3312.      *
  3313.      * @return \App\Service\ProfileList
  3314.      */
  3315.     protected function getProfileListService()
  3316.     {
  3317.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3318.         if (isset($this->privates['App\\Service\\ProfileList'])) {
  3319.             return $this->privates['App\\Service\\ProfileList'];
  3320.         }
  3321.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3322.         if (isset($this->privates['App\\Service\\ProfileList'])) {
  3323.             return $this->privates['App\\Service\\ProfileList'];
  3324.         }
  3325.         $c = ($this->privates['App\\Service\\ProfileTopBoard'] ?? $this->getProfileTopBoardService());
  3326.         if (isset($this->privates['App\\Service\\ProfileList'])) {
  3327.             return $this->privates['App\\Service\\ProfileList'];
  3328.         }
  3329.         return $this->privates['App\\Service\\ProfileList'] = new \App\Service\ProfileList(($this->privates['App\\Repository\\ProfileRepository'] ?? $this->getProfileRepositoryService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Service\\Features'] ?? $this->getFeaturesService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a$b$c);
  3330.     }
  3331.     /**
  3332.      * Gets the private 'App\Service\ProfileListSpecificationService' shared autowired service.
  3333.      *
  3334.      * @return \App\Service\ProfileListSpecificationService
  3335.      */
  3336.     protected function getProfileListSpecificationServiceService()
  3337.     {
  3338.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3339.         if (isset($this->privates['App\\Service\\ProfileListSpecificationService'])) {
  3340.             return $this->privates['App\\Service\\ProfileListSpecificationService'];
  3341.         }
  3342.         return $this->privates['App\\Service\\ProfileListSpecificationService'] = new \App\Service\ProfileListSpecificationService(($this->privates['App\\Service\\CountryCurrencyResolver'] ?? $this->getCountryCurrencyResolverService()), ($this->privates['App\\Repository\\ServiceRepository'] ?? $this->getServiceRepositoryService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->privates['App\\Repository\\ProfileRepository'] ?? $this->getProfileRepositoryService()), $a, ($this->privates['App\\Repository\\DistrictRepository'] ?? $this->getDistrictRepositoryService()), ($this->privates['App\\Service\\Features'] ?? $this->getFeaturesService()));
  3343.     }
  3344.     /**
  3345.      * Gets the private 'App\Service\ProfileRecommendationService' shared autowired service.
  3346.      *
  3347.      * @return \App\Service\ProfileRecommendationService
  3348.      */
  3349.     protected function getProfileRecommendationServiceService()
  3350.     {
  3351.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3352.         if (isset($this->privates['App\\Service\\ProfileRecommendationService'])) {
  3353.             return $this->privates['App\\Service\\ProfileRecommendationService'];
  3354.         }
  3355.         $b = ($this->services['router'] ?? $this->getRouterService());
  3356.         if (isset($this->privates['App\\Service\\ProfileRecommendationService'])) {
  3357.             return $this->privates['App\\Service\\ProfileRecommendationService'];
  3358.         }
  3359.         return $this->privates['App\\Service\\ProfileRecommendationService'] = new \App\Service\ProfileRecommendationService(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Service\\DefaultCityProvider'] ?? $this->getDefaultCityProviderService()), $this$a, ($this->privates['App\\Repository\\StationRepository'] ?? $this->getStationRepositoryService()), ($this->privates['App\\Repository\\ProfileRepository'] ?? $this->getProfileRepositoryService()), $b, ($this->privates['App\\Repository\\ProfileRecommendationRepository'] ?? ($this->privates['App\\Repository\\ProfileRecommendationRepository'] = new \App\Repository\ProfileRecommendationRepository($this))), ($this->privates['App\\Service\\Features'] ?? $this->getFeaturesService()));
  3360.     }
  3361.     /**
  3362.      * Gets the private 'App\Service\ProfileTopBoard' shared autowired service.
  3363.      *
  3364.      * @return \App\Service\ProfileTopBoard
  3365.      */
  3366.     protected function getProfileTopBoardService()
  3367.     {
  3368.         $a = ($this->privates['App\\Service\\AccountFinances'] ?? $this->getAccountFinancesService());
  3369.         if (isset($this->privates['App\\Service\\ProfileTopBoard'])) {
  3370.             return $this->privates['App\\Service\\ProfileTopBoard'];
  3371.         }
  3372.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3373.         if (isset($this->privates['App\\Service\\ProfileTopBoard'])) {
  3374.             return $this->privates['App\\Service\\ProfileTopBoard'];
  3375.         }
  3376.         $c = ($this->privates['App\\Service\\ProfileAdBoard'] ?? $this->getProfileAdBoardService());
  3377.         if (isset($this->privates['App\\Service\\ProfileTopBoard'])) {
  3378.             return $this->privates['App\\Service\\ProfileTopBoard'];
  3379.         }
  3380.         return $this->privates['App\\Service\\ProfileTopBoard'] = new \App\Service\ProfileTopBoard(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['App\\Service\\ProfileChargesCalculator'] ?? $this->getProfileChargesCalculatorService()), ($this->privates['App\\Repository\\PaidPlacementPriceRepository'] ?? $this->getPaidPlacementPriceRepositoryService()), ($this->privates['App\\Service\\Features'] ?? $this->getFeaturesService()), $a, ($this->privates['App\\Repository\\ProfileTopPlacementRepository'] ?? $this->getProfileTopPlacementRepositoryService()), $b, ($this->privates['App\\Service\\CurrentCityResolver'] ?? $this->getCurrentCityResolverService()), $c);
  3381.     }
  3382.     /**
  3383.      * Gets the private 'App\Service\ResponsiveAssetsService' shared autowired service.
  3384.      *
  3385.      * @return \App\Service\ResponsiveAssetsService
  3386.      */
  3387.     protected function getResponsiveAssetsServiceService()
  3388.     {
  3389.         return $this->privates['App\\Service\\ResponsiveAssetsService'] = new \App\Service\ResponsiveAssetsService(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()));
  3390.     }
  3391.     /**
  3392.      * Gets the private 'App\Service\SaloonChargesCalculator' shared autowired service.
  3393.      *
  3394.      * @return \App\Service\SaloonChargesCalculator
  3395.      */
  3396.     protected function getSaloonChargesCalculatorService()
  3397.     {
  3398.         return $this->privates['App\\Service\\SaloonChargesCalculator'] = new \App\Service\SaloonChargesCalculator(($this->privates['App\\Repository\\SaloonRepository'] ?? $this->getSaloonRepositoryService()), ($this->privates['App\\Repository\\PaidPlacementPriceRepository'] ?? $this->getPaidPlacementPriceRepositoryService()), ($this->privates['App\\Service\\DynamicPlacementPriceResolver'] ?? $this->getDynamicPlacementPriceResolverService()), ($this->privates['App\\Service\\Features'] ?? $this->getFeaturesService()));
  3399.     }
  3400.     /**
  3401.      * Gets the private 'App\Service\SearchByKeywordsService' shared autowired service.
  3402.      *
  3403.      * @return \App\Service\SearchByKeywordsService
  3404.      */
  3405.     protected function getSearchByKeywordsServiceService()
  3406.     {
  3407.         $a = ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService());
  3408.         if (isset($this->privates['App\\Service\\SearchByKeywordsService'])) {
  3409.             return $this->privates['App\\Service\\SearchByKeywordsService'];
  3410.         }
  3411.         $b = ($this->services['router'] ?? $this->getRouterService());
  3412.         if (isset($this->privates['App\\Service\\SearchByKeywordsService'])) {
  3413.             return $this->privates['App\\Service\\SearchByKeywordsService'];
  3414.         }
  3415.         return $this->privates['App\\Service\\SearchByKeywordsService'] = new \App\Service\SearchByKeywordsService(($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))), new \App\Repository\SearchByKeywordsESRepository($this, ($this->privates['App\\Service\\Features'] ?? $this->getFeaturesService())), $a$b, ($this->privates['App\\Service\\DefaultCityProvider'] ?? $this->getDefaultCityProviderService()), ($this->privates['App\\Service\\PhoneNumberService'] ?? $this->getPhoneNumberServiceService()), ($this->privates['App\\Repository\\ProfileRepository'] ?? $this->getProfileRepositoryService()));
  3416.     }
  3417.     /**
  3418.      * Gets the private 'App\Service\Sidebar' shared autowired service.
  3419.      *
  3420.      * @return \App\Service\Sidebar
  3421.      */
  3422.     protected function getSidebarService()
  3423.     {
  3424.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3425.         if (isset($this->privates['App\\Service\\Sidebar'])) {
  3426.             return $this->privates['App\\Service\\Sidebar'];
  3427.         }
  3428.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3429.         if (isset($this->privates['App\\Service\\Sidebar'])) {
  3430.             return $this->privates['App\\Service\\Sidebar'];
  3431.         }
  3432.         return $this->privates['App\\Service\\Sidebar'] = new \App\Service\Sidebar($a, ($this->privates['App\\Repository\\ProfileSidebarPlacementRepository'] ?? $this->getProfileSidebarPlacementRepositoryService()), ($this->privates['App\\Repository\\SaloonSidebarPlacementRepository'] ?? $this->getSaloonSidebarPlacementRepositoryService()), ($this->privates['App\\Repository\\SidebarPlacementRepository'] ?? $this->getSidebarPlacementRepositoryService()), ($this->privates['sidebar_new_check_cool_down.cache.traceable'] ?? $this->getSidebarNewCheckCoolDown_Cache_TraceableService()), $b);
  3433.     }
  3434.     /**
  3435.      * Gets the private 'App\Service\TimeZoneService' shared autowired service.
  3436.      *
  3437.      * @return \App\Service\TimeZoneService
  3438.      */
  3439.     protected function getTimeZoneServiceService()
  3440.     {
  3441.         return $this->privates['App\\Service\\TimeZoneService'] = new \App\Service\TimeZoneService(($this->privates['App\\Repository\\ProfileRepository'] ?? $this->getProfileRepositoryService()), ($this->privates['App\\Repository\\SaloonRepository'] ?? $this->getSaloonRepositoryService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['App\\Service\\DefaultCityProvider'] ?? $this->getDefaultCityProviderService()));
  3442.     }
  3443.     /**
  3444.      * Gets the private 'Sentry\SentryBundle\EventListener\LoginListener' shared service.
  3445.      *
  3446.      * @return \Sentry\SentryBundle\EventListener\LoginListener
  3447.      */
  3448.     protected function getLoginListenerService()
  3449.     {
  3450.         return $this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] = new \Sentry\SentryBundle\EventListener\LoginListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  3451.     }
  3452.     /**
  3453.      * Gets the private 'Sentry\SentryBundle\EventListener\RequestListener' shared service.
  3454.      *
  3455.      * @return \Sentry\SentryBundle\EventListener\RequestListener
  3456.      */
  3457.     protected function getRequestListenerService()
  3458.     {
  3459.         return $this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] = new \Sentry\SentryBundle\EventListener\RequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  3460.     }
  3461.     /**
  3462.      * Gets the private 'Sentry\SentryBundle\EventListener\SubRequestListener' shared service.
  3463.      *
  3464.      * @return \Sentry\SentryBundle\EventListener\SubRequestListener
  3465.      */
  3466.     protected function getSubRequestListenerService()
  3467.     {
  3468.         return $this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] = new \Sentry\SentryBundle\EventListener\SubRequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  3469.     }
  3470.     /**
  3471.      * Gets the private 'Sentry\SentryBundle\EventListener\TracingRequestListener' shared service.
  3472.      *
  3473.      * @return \Sentry\SentryBundle\EventListener\TracingRequestListener
  3474.      */
  3475.     protected function getTracingRequestListenerService()
  3476.     {
  3477.         return $this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] = new \Sentry\SentryBundle\EventListener\TracingRequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  3478.     }
  3479.     /**
  3480.      * Gets the private 'Sentry\SentryBundle\EventListener\TracingSubRequestListener' shared service.
  3481.      *
  3482.      * @return \Sentry\SentryBundle\EventListener\TracingSubRequestListener
  3483.      */
  3484.     protected function getTracingSubRequestListenerService()
  3485.     {
  3486.         return $this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] = new \Sentry\SentryBundle\EventListener\TracingSubRequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  3487.     }
  3488.     /**
  3489.      * Gets the private 'Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverConnectionFactory' shared service.
  3490.      *
  3491.      * @return \Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverConnectionFactory
  3492.      */
  3493.     protected function getTracingDriverConnectionFactoryService()
  3494.     {
  3495.         return $this->privates['Sentry\\SentryBundle\\Tracing\\Doctrine\\DBAL\\TracingDriverConnectionFactory'] = new \Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverConnectionFactory(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  3496.     }
  3497.     /**
  3498.      * Gets the private 'Sentry\State\HubInterface' shared service.
  3499.      *
  3500.      * @return \Sentry\State\HubInterface
  3501.      */
  3502.     protected function getHubInterfaceService()
  3503.     {
  3504.         $this->privates['Sentry\\State\\HubInterface'] = $instance \Sentry\State\HubAdapter::getInstance();
  3505.         $a = new \Sentry\Options(['environment' => 'review''release' => $this->getEnv('resolve:APP_VERSION'), 'ignore_exceptions' => [=> 'Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException'], 'integrations' => new \Sentry\SentryBundle\Integration\IntegrationConfigurator([=> new \Sentry\Integration\RequestIntegration(new \Sentry\SentryBundle\Integration\RequestFetcher(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL))], true), 'prefixes' => [=> \dirname(__DIR__4), => '.'=> '/usr/local/lib/php'], 'tags' => [], 'in_app_exclude' => [=> $this->targetDir.''=> (\dirname(__DIR__4).'/vendor'), => $this->targetDir.''], 'in_app_include' => [], 'class_serializers' => [], 'ignore_transactions' => [], 'dsn' => $this->getEnv('resolve:SENTRY_DSN')]);
  3506.         $b = new \Sentry\ClientBuilder($a);
  3507.         $c = new \Http\Discovery\Psr17Factory();
  3508.         $b->setSdkIdentifier('sentry.php.symfony');
  3509.         $b->setSdkVersion('4.14.0');
  3510.         $b->setTransportFactory(new \Sentry\SentryBundle\Transport\TransportFactory($c$c$c$cNULLNULL));
  3511.         $b->setSerializer(new \Sentry\Serializer\Serializer($a));
  3512.         $b->setRepresentationSerializer(new \Sentry\Serializer\RepresentationSerializer($a));
  3513.         if ($this->has('Psr\\Log\\NullLogger')) {
  3514.             $b->setLogger(($this->services['Psr\\Log\\NullLogger'] ?? $this->get('Psr\\Log\\NullLogger'/* ContainerInterface::NULL_ON_INVALID_REFERENCE */ 2)));
  3515.         }
  3516.         $instance->bindClient($b->getClient());
  3517.         return $instance;
  3518.     }
  3519.     /**
  3520.      * Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
  3521.      *
  3522.      * @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
  3523.      */
  3524.     protected function getResetAssetsEventListenerService()
  3525.     {
  3526.         return $this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] = new \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> 'basicConfig'=> 'nohashConfig'=> 'nodomainConfig']);
  3527.     }
  3528.     /**
  3529.      * Gets the private 'annotations.cache_adapter' shared service.
  3530.      *
  3531.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  3532.      */
  3533.     protected function getAnnotations_CacheAdapterService()
  3534.     {
  3535.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations.traceable'] ?? $this->getCache_Annotations_TraceableService()));
  3536.     }
  3537.     /**
  3538.      * Gets the private 'annotations.cached_reader' shared service.
  3539.      *
  3540.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  3541.      */
  3542.     protected function getAnnotations_CachedReaderService()
  3543.     {
  3544.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  3545.     }
  3546.     /**
  3547.      * Gets the private 'annotations.reader' shared service.
  3548.      *
  3549.      * @return \Doctrine\Common\Annotations\AnnotationReader
  3550.      */
  3551.     protected function getAnnotations_ReaderService()
  3552.     {
  3553.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  3554.         $instance->addGlobalIgnoredName('required'NULL);
  3555.         return $instance;
  3556.     }
  3557.     /**
  3558.      * Gets the private 'assets._version__default' shared service.
  3559.      *
  3560.      * @return \Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy
  3561.      */
  3562.     protected function getAssets_VersionDefaultService()
  3563.     {
  3564.         return $this->privates['assets._version__default'] = new \Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy((\dirname(__DIR__4).'/public/assets/manifest.json'), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), false);
  3565.     }
  3566.     /**
  3567.      * Gets the private 'assets.context' shared service.
  3568.      *
  3569.      * @return \Symfony\Component\Asset\Context\RequestStackContext
  3570.      */
  3571.     protected function getAssets_ContextService()
  3572.     {
  3573.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  3574.         return $this->privates['assets.context'] = new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a->getBaseUrl(), $a->isSecure());
  3575.     }
  3576.     /**
  3577.      * Gets the private 'assets.packages' shared service.
  3578.      *
  3579.      * @return \Symfony\Component\Asset\Packages
  3580.      */
  3581.     protected function getAssets_PackagesService()
  3582.     {
  3583.         return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', ($this->privates['assets._version__default'] ?? $this->getAssets_VersionDefaultService()), ($this->privates['assets.context'] ?? $this->getAssets_ContextService())), new RewindableGenerator(function () {
  3584.             yield 'user_media' => ($this->privates['assets._package_user_media'] ?? $this->load('getAssets_PackageUserMediaService'));
  3585.             yield 'profile_media' => ($this->privates['assets._package_profile_media'] ?? $this->load('getAssets_PackageProfileMediaService'));
  3586.             yield 'profile_media_avatar' => ($this->privates['assets._package_profile_media_avatar'] ?? $this->load('getAssets_PackageProfileMediaAvatarService'));
  3587.             yield 'profile_media_selfie' => ($this->privates['assets._package_profile_media_selfie'] ?? $this->load('getAssets_PackageProfileMediaSelfieService'));
  3588.             yield 'profile_media_approval' => ($this->privates['assets._package_profile_media_approval'] ?? $this->load('getAssets_PackageProfileMediaApprovalService'));
  3589.             yield 'saloon_media' => ($this->privates['assets._package_saloon_media'] ?? $this->load('getAssets_PackageSaloonMediaService'));
  3590.             yield 'saloon_media_thumb' => ($this->privates['assets._package_saloon_media_thumb'] ?? $this->load('getAssets_PackageSaloonMediaThumbService'));
  3591.             yield 'saloon_media_video' => ($this->privates['assets._package_saloon_media_video'] ?? $this->load('getAssets_PackageSaloonMediaVideoService'));
  3592.             yield 'js_script' => ($this->privates['assets._package_js_script'] ?? $this->load('getAssets_PackageJsScriptService'));
  3593.             yield 'basicConfig' => ($this->privates['assets._package_basicConfig'] ?? $this->load('getAssets_PackageBasicConfigService'));
  3594.             yield 'nohashConfig' => ($this->privates['assets._package_nohashConfig'] ?? $this->load('getAssets_PackageNohashConfigService'));
  3595.             yield 'nodomainConfig' => ($this->privates['assets._package_nodomainConfig'] ?? $this->load('getAssets_PackageNodomainConfigService'));
  3596.         }, 12));
  3597.     }
  3598.     /**
  3599.      * Gets the private 'cache.annotations.traceable' shared service.
  3600.      *
  3601.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3602.      */
  3603.     protected function getCache_Annotations_TraceableService()
  3604.     {
  3605.         return $this->privates['cache.annotations.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('wD9CpD+9dZ'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  3606.     }
  3607.     /**
  3608.      * Gets the private 'cache.doctrine.orm.default.query.traceable' shared service.
  3609.      *
  3610.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3611.      */
  3612.     protected function getCache_Doctrine_Orm_Default_Query_TraceableService()
  3613.     {
  3614.         return $this->privates['cache.doctrine.orm.default.query.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), new \Symfony\Component\Cache\Adapter\ArrayAdapter()));
  3615.     }
  3616.     /**
  3617.      * Gets the private 'cache.doctrine.orm.default.result.traceable' shared service.
  3618.      *
  3619.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3620.      */
  3621.     protected function getCache_Doctrine_Orm_Default_Result_TraceableService()
  3622.     {
  3623.         return $this->privates['cache.doctrine.orm.default.result.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), new \Symfony\Component\Cache\Adapter\ArrayAdapter()));
  3624.     }
  3625.     /**
  3626.      * Gets the private 'cache.doctrine.orm.default.second_level.region_driver.traceable' shared service.
  3627.      *
  3628.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3629.      */
  3630.     protected function getCache_Doctrine_Orm_Default_SecondLevel_RegionDriver_TraceableService()
  3631.     {
  3632.         return $this->privates['cache.doctrine.orm.default.second_level.region_driver.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), new \Symfony\Component\Cache\Adapter\ArrayAdapter()));
  3633.     }
  3634.     /**
  3635.      * Gets the private 'cache.doctrine.orm.multi_website.query.traceable' shared service.
  3636.      *
  3637.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3638.      */
  3639.     protected function getCache_Doctrine_Orm_MultiWebsite_Query_TraceableService()
  3640.     {
  3641.         return $this->privates['cache.doctrine.orm.multi_website.query.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), new \Symfony\Component\Cache\Adapter\ArrayAdapter()));
  3642.     }
  3643.     /**
  3644.      * Gets the private 'cache.doctrine.orm.multi_website.result.traceable' shared service.
  3645.      *
  3646.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3647.      */
  3648.     protected function getCache_Doctrine_Orm_MultiWebsite_Result_TraceableService()
  3649.     {
  3650.         return $this->privates['cache.doctrine.orm.multi_website.result.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), new \Symfony\Component\Cache\Adapter\ArrayAdapter()));
  3651.     }
  3652.     /**
  3653.      * Gets the private 'cache.doctrine.orm.multi_website.second_level.region_driver.traceable' shared service.
  3654.      *
  3655.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3656.      */
  3657.     protected function getCache_Doctrine_Orm_MultiWebsite_SecondLevel_RegionDriver_TraceableService()
  3658.     {
  3659.         return $this->privates['cache.doctrine.orm.multi_website.second_level.region_driver.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), new \Symfony\Component\Cache\Adapter\ArrayAdapter()));
  3660.     }
  3661.     /**
  3662.      * Gets the private 'cache.doctrine.traceable' shared service.
  3663.      *
  3664.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3665.      */
  3666.     protected function getCache_Doctrine_TraceableService()
  3667.     {
  3668.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(600);
  3669.         $b = ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
  3670.         $a->setLogger($b);
  3671.         $c = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('2WkWeNuczT'600, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  3672.         $c->setLogger($b);
  3673.         return $this->privates['cache.doctrine.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), new \Symfony\Component\Cache\Adapter\ChainAdapter([=> $a=> $c], 600)));
  3674.     }
  3675.     /**
  3676.      * Gets the private 'cache.easyadmin.traceable' shared service.
  3677.      *
  3678.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3679.      */
  3680.     protected function getCache_Easyadmin_TraceableService()
  3681.     {
  3682.         return $this->privates['cache.easyadmin.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('-VIzJYqEKL'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  3683.     }
  3684.     /**
  3685.      * Gets the private 'cache.messenger.restart_workers_signal.traceable' shared service.
  3686.      *
  3687.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3688.      */
  3689.     protected function getCache_Messenger_RestartWorkersSignal_TraceableService()
  3690.     {
  3691.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('9McZJAPCcx'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  3692.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  3693.         return $this->privates['cache.messenger.restart_workers_signal.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), $a));
  3694.     }
  3695.     /**
  3696.      * Gets the private 'cache.property_info.traceable' shared service.
  3697.      *
  3698.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3699.      */
  3700.     protected function getCache_PropertyInfo_TraceableService()
  3701.     {
  3702.         return $this->privates['cache.property_info.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Xy9v8fruIe'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  3703.     }
  3704.     /**
  3705.      * Gets the private 'cache.rate_limiter.traceable' shared service.
  3706.      *
  3707.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3708.      */
  3709.     protected function getCache_RateLimiter_TraceableService()
  3710.     {
  3711.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(600);
  3712.         $b = ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
  3713.         $a->setLogger($b);
  3714.         $c = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('Nz-ulfFOBr'600, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  3715.         $c->setLogger($b);
  3716.         return $this->privates['cache.rate_limiter.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), new \Symfony\Component\Cache\Adapter\ChainAdapter([=> $a=> $c], 600)));
  3717.     }
  3718.     /**
  3719.      * Gets the private 'cache.security_expression_language.traceable' shared service.
  3720.      *
  3721.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3722.      */
  3723.     protected function getCache_SecurityExpressionLanguage_TraceableService()
  3724.     {
  3725.         return $this->privates['cache.security_expression_language.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('pcCL+xH8Py'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  3726.     }
  3727.     /**
  3728.      * Gets the private 'cache.serializer.traceable' shared service.
  3729.      *
  3730.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3731.      */
  3732.     protected function getCache_Serializer_TraceableService()
  3733.     {
  3734.         return $this->privates['cache.serializer.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('2r6yPKEdox'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  3735.     }
  3736.     /**
  3737.      * Gets the private 'cache.validator.traceable' shared service.
  3738.      *
  3739.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3740.      */
  3741.     protected function getCache_Validator_TraceableService()
  3742.     {
  3743.         return $this->privates['cache.validator.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('GtUYzWqDWz'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  3744.     }
  3745.     /**
  3746.      * Gets the private 'cache.webpack_encore.traceable' shared service.
  3747.      *
  3748.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3749.      */
  3750.     protected function getCache_WebpackEncore_TraceableService()
  3751.     {
  3752.         return $this->privates['cache.webpack_encore.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('eg4AVXFu9q'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  3753.     }
  3754.     /**
  3755.      * Gets the private 'config_cache_factory' shared service.
  3756.      *
  3757.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  3758.      */
  3759.     protected function getConfigCacheFactoryService()
  3760.     {
  3761.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  3762.             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)));
  3763.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  3764.         }, 2));
  3765.     }
  3766.     /**
  3767.      * Gets the private 'ctr_stat.cache.traceable' shared service.
  3768.      *
  3769.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3770.      */
  3771.     protected function getCtrStat_Cache_TraceableService()
  3772.     {
  3773.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(30);
  3774.         $b = ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
  3775.         $a->setLogger($b);
  3776.         $c = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('RFGBeAHp0W'30, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  3777.         $c->setLogger($b);
  3778.         return $this->privates['ctr_stat.cache.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), new \Symfony\Component\Cache\Adapter\ChainAdapter([=> $a=> $c], 30)));
  3779.     }
  3780.     /**
  3781.      * Gets the private 'data_collector.form' shared service.
  3782.      *
  3783.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  3784.      */
  3785.     protected function getDataCollector_FormService()
  3786.     {
  3787.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  3788.     }
  3789.     /**
  3790.      * Gets the private 'data_collector.request' shared service.
  3791.      *
  3792.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  3793.      */
  3794.     protected function getDataCollector_RequestService()
  3795.     {
  3796.         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())));
  3797.     }
  3798.     /**
  3799.      * Gets the private 'debug.controller_resolver' shared service.
  3800.      *
  3801.      * @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
  3802.      */
  3803.     protected function getDebug_ControllerResolverService()
  3804.     {
  3805.         return $this->privates['debug.controller_resolver'] = new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3806.     }
  3807.     /**
  3808.      * Gets the private 'debug.debug_handlers_listener' shared service.
  3809.      *
  3810.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  3811.      */
  3812.     protected function getDebug_DebugHandlersListenerService()
  3813.     {
  3814.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  3815.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3816.         $a->pushHandler(($this->privates['monolog.handler.chromephp'] ?? $this->getMonolog_Handler_ChromephpService()));
  3817.         $a->pushHandler(($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService()));
  3818.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3819.         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()));
  3820.     }
  3821.     /**
  3822.      * Gets the private 'debug.file_link_formatter' shared service.
  3823.      *
  3824.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  3825.      */
  3826.     protected function getDebug_FileLinkFormatterService()
  3827.     {
  3828.         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 () {
  3829.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  3830.         });
  3831.     }
  3832.     /**
  3833.      * Gets the private 'debug.log_processor' shared service.
  3834.      *
  3835.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  3836.      */
  3837.     protected function getDebug_LogProcessorService()
  3838.     {
  3839.         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())));
  3840.     }
  3841.     /**
  3842.      * Gets the private 'debug.security.access.decision_manager' shared service.
  3843.      *
  3844.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  3845.      */
  3846.     protected function getDebug_Security_Access_DecisionManagerService()
  3847.     {
  3848.         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 () {
  3849.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  3850.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService'));
  3851.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  3852.         }, 3), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  3853.     }
  3854.     /**
  3855.      * Gets the private 'debug.security.firewall' shared service.
  3856.      *
  3857.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  3858.      */
  3859.     protected function getDebug_Security_FirewallService()
  3860.     {
  3861.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  3862.         if (isset($this->privates['debug.security.firewall'])) {
  3863.             return $this->privates['debug.security.firewall'];
  3864.         }
  3865.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3866.         if (isset($this->privates['debug.security.firewall'])) {
  3867.             return $this->privates['debug.security.firewall'];
  3868.         }
  3869.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  3870.     }
  3871.     /**
  3872.      * Gets the private 'doctrine.dbal.connection_factory' shared service.
  3873.      *
  3874.      * @return \Doctrine\Bundle\DoctrineBundle\ConnectionFactory
  3875.      */
  3876.     protected function getDoctrine_Dbal_ConnectionFactoryService()
  3877.     {
  3878.         return $this->privates['doctrine.dbal.connection_factory'] = new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($this->parameters['doctrine.dbal.connection_factory.types'], new \Doctrine\DBAL\Tools\DsnParser(['db2' => 'ibm_db2''mssql' => 'pdo_sqlsrv''mysql' => 'pdo_mysql''mysql2' => 'pdo_mysql''postgres' => 'pdo_pgsql''postgresql' => 'pdo_pgsql''pgsql' => 'pdo_pgsql''sqlite' => 'pdo_sqlite''sqlite3' => 'pdo_sqlite']));
  3879.     }
  3880.     /**
  3881.      * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  3882.      *
  3883.      * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  3884.      */
  3885.     protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  3886.     {
  3887.         return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3888.             'App\\Bridge\\Doctrine\\ORM\\EventSubscriber\\DomainEventsSubscriber' => ['privates''App\\Bridge\\Doctrine\\ORM\\EventSubscriber\\DomainEventsSubscriber''getDomainEventsSubscriberService'true],
  3889.             'app.doctrine.lifecycle_events.listener' => ['privates''app.doctrine.lifecycle_events.listener''getApp_Doctrine_LifecycleEvents_ListenerService'true],
  3890.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  3891.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  3892.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  3893.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  3894.             'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates''doctrine.orm.messenger.doctrine_schema_subscriber''getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService'true],
  3895.             'stof_doctrine_extensions.listener.blameable' => ['privates''stof_doctrine_extensions.listener.blameable''getStofDoctrineExtensions_Listener_BlameableService'false],
  3896.             'stof_doctrine_extensions.listener.loggable' => ['privates''stof_doctrine_extensions.listener.loggable''getStofDoctrineExtensions_Listener_LoggableService'false],
  3897.             'stof_doctrine_extensions.listener.timestampable' => ['privates''stof_doctrine_extensions.listener.timestampable''getStofDoctrineExtensions_Listener_TimestampableService'true],
  3898.             'stof_doctrine_extensions.listener.translatable' => ['privates''stof_doctrine_extensions.listener.translatable''getStofDoctrineExtensions_Listener_TranslatableService'false],
  3899.         ], [
  3900.             'App\\Bridge\\Doctrine\\ORM\\EventSubscriber\\DomainEventsSubscriber' => '?',
  3901.             'app.doctrine.lifecycle_events.listener' => '?',
  3902.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  3903.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  3904.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  3905.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  3906.             'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
  3907.             'stof_doctrine_extensions.listener.blameable' => '?',
  3908.             'stof_doctrine_extensions.listener.loggable' => '?',
  3909.             'stof_doctrine_extensions.listener.timestampable' => '?',
  3910.             'stof_doctrine_extensions.listener.translatable' => '?',
  3911.         ]), [=> [=> [=> 'loadClassMetadata'], => 'stof_doctrine_extensions.listener.loggable'], => [=> [=> 'onFlush'], => 'stof_doctrine_extensions.listener.loggable'], => [=> [=> 'postPersist'], => 'stof_doctrine_extensions.listener.loggable'], => 'App\\Bridge\\Doctrine\\ORM\\EventSubscriber\\DomainEventsSubscriber'=> 'doctrine.orm.messenger.doctrine_schema_subscriber'=> 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'=> 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'=> 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'=> [=> [=> 'postUpdate'], => 'app.doctrine.lifecycle_events.listener'], => [=> [=> 'postPersist'], => 'app.doctrine.lifecycle_events.listener'], 10 => [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners'], 11 => [=> [=> 'prePersist'], => 'stof_doctrine_extensions.listener.blameable'], 12 => [=> [=> 'onFlush'], => 'stof_doctrine_extensions.listener.blameable'], 13 => [=> [=> 'loadClassMetadata'], => 'stof_doctrine_extensions.listener.blameable'], 14 => [=> [=> 'prePersist'], => 'stof_doctrine_extensions.listener.timestampable'], 15 => [=> [=> 'onFlush'], => 'stof_doctrine_extensions.listener.timestampable'], 16 => [=> [=> 'loadClassMetadata'], => 'stof_doctrine_extensions.listener.timestampable'], 17 => [=> [=> 'postLoad'], => 'stof_doctrine_extensions.listener.translatable'], 18 => [=> [=> 'postPersist'], => 'stof_doctrine_extensions.listener.translatable'], 19 => [=> [=> 'preFlush'], => 'stof_doctrine_extensions.listener.translatable'], 20 => [=> [=> 'onFlush'], => 'stof_doctrine_extensions.listener.translatable'], 21 => [=> [=> 'loadClassMetadata'], => 'stof_doctrine_extensions.listener.translatable']]);
  3912.     }
  3913.     /**
  3914.      * Gets the private 'doctrine.dbal.multi_website_connection.event_manager' shared service.
  3915.      *
  3916.      * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  3917.      */
  3918.     protected function getDoctrine_Dbal_MultiWebsiteConnection_EventManagerService()
  3919.     {
  3920.         return $this->privates['doctrine.dbal.multi_website_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3921.             'app.doctrine.lifecycle_events.listener' => ['privates''app.doctrine.lifecycle_events.listener''getApp_Doctrine_LifecycleEvents_ListenerService'true],
  3922.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  3923.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  3924.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  3925.             'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates''doctrine.orm.messenger.doctrine_schema_subscriber''getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService'true],
  3926.             'doctrine.orm.multi_website_listeners.attach_entity_listeners' => ['privates''doctrine.orm.multi_website_listeners.attach_entity_listeners''getDoctrine_Orm_MultiWebsiteListeners_AttachEntityListenersService'true],
  3927.         ], [
  3928.             'app.doctrine.lifecycle_events.listener' => '?',
  3929.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  3930.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  3931.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  3932.             'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
  3933.             'doctrine.orm.multi_website_listeners.attach_entity_listeners' => '?',
  3934.         ]), [=> 'doctrine.orm.messenger.doctrine_schema_subscriber'=> 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'=> 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'=> 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'=> [=> [=> 'postUpdate'], => 'app.doctrine.lifecycle_events.listener'], => [=> [=> 'postPersist'], => 'app.doctrine.lifecycle_events.listener'], => [=> [=> 'loadClassMetadata'], => 'doctrine.orm.multi_website_listeners.attach_entity_listeners']]);
  3935.     }
  3936.     /**
  3937.      * Gets the private 'doctrine.orm.container_repository_factory' shared service.
  3938.      *
  3939.      * @return \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory
  3940.      */
  3941.     protected function getDoctrine_Orm_ContainerRepositoryFactoryService()
  3942.     {
  3943.         return $this->privates['doctrine.orm.container_repository_factory'] = new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3944.             'App\\MultiWebsite\\Repository\\PhoneReviewsRepository' => ['privates''App\\MultiWebsite\\Repository\\PhoneReviewsRepository''getPhoneReviewsRepositoryService'true],
  3945.             'App\\Repository\\AccountChargesRepository' => ['privates''App\\Repository\\AccountChargesRepository''getAccountChargesRepositoryService'true],
  3946.             'App\\Repository\\AccountEnrollmentRepository' => ['privates''App\\Repository\\AccountEnrollmentRepository''getAccountEnrollmentRepositoryService'false],
  3947.             'App\\Repository\\AccountTransactionRepository' => ['privates''App\\Repository\\AccountTransactionRepository''getAccountTransactionRepositoryService'true],
  3948.             'App\\Repository\\AnalyticsRepository' => ['privates''App\\Repository\\AnalyticsRepository''getAnalyticsRepositoryService'true],
  3949.             'App\\Repository\\ApprovalRequestsRepository' => ['privates''App\\Repository\\ApprovalRequestsRepository''getApprovalRequestsRepositoryService'false],
  3950.             'App\\Repository\\BannedEmailRepository' => ['privates''App\\Repository\\BannedEmailRepository''getBannedEmailRepositoryService'false],
  3951.             'App\\Repository\\BannedPhoneRepository' => ['privates''App\\Repository\\BannedPhoneRepository''getBannedPhoneRepositoryService'true],
  3952.             'App\\Repository\\BulkQueueItemRepository' => ['privates''App\\Repository\\BulkQueueItemRepository''getBulkQueueItemRepositoryService'true],
  3953.             'App\\Repository\\CityRepository' => ['privates''App\\Repository\\CityRepository''getCityRepositoryService'false],
  3954.             'App\\Repository\\CommentBanRepository' => ['privates''App\\Repository\\CommentBanRepository''getCommentBanRepositoryService'true],
  3955.             'App\\Repository\\CountyRepository' => ['privates''App\\Repository\\CountyRepository''getCountyRepositoryService'true],
  3956.             'App\\Repository\\DistrictRepository' => ['privates''App\\Repository\\DistrictRepository''getDistrictRepositoryService'false],
  3957.             'App\\Repository\\FavouriteProfileRepository' => ['privates''App\\Repository\\FavouriteProfileRepository''getFavouriteProfileRepositoryService'true],
  3958.             'App\\Repository\\FileProcessingTaskRepository' => ['privates''App\\Repository\\FileProcessingTaskRepository''getFileProcessingTaskRepositoryService'true],
  3959.             'App\\Repository\\IpAddressCommentBanRepository' => ['privates''App\\Repository\\IpAddressCommentBanRepository''getIpAddressCommentBanRepositoryService'true],
  3960.             'App\\Repository\\IpAddressRepository' => ['privates''App\\Repository\\IpAddressRepository''getIpAddressRepositoryService'true],
  3961.             'App\\Repository\\Log\\SourceMapStationsUpdateLogRepository' => ['privates''App\\Repository\\Log\\SourceMapStationsUpdateLogRepository''getSourceMapStationsUpdateLogRepositoryService'true],
  3962.             'App\\Repository\\ModerationRequestsRepository' => ['privates''App\\Repository\\ModerationRequestsRepository''getModerationRequestsRepositoryService'false],
  3963.             'App\\Repository\\PageMetadataRepository' => ['privates''App\\Repository\\PageMetadataRepository''getPageMetadataRepositoryService'false],
  3964.             'App\\Repository\\PaidPlacementPriceRepository' => ['privates''App\\Repository\\PaidPlacementPriceRepository''getPaidPlacementPriceRepositoryService'false],
  3965.             'App\\Repository\\PaidPlacementsOrderRepository' => ['privates''App\\Repository\\PaidPlacementsOrderRepository''getPaidPlacementsOrderRepositoryService'true],
  3966.             'App\\Repository\\PaymentBonusRepository' => ['privates''App\\Repository\\PaymentBonusRepository''getPaymentBonusRepositoryService'true],
  3967.             'App\\Repository\\PaymentProductRepository' => ['privates''App\\Repository\\PaymentProductRepository''getPaymentProductRepositoryService'true],
  3968.             'App\\Repository\\PhoneReviewsAddedRepository' => ['privates''App\\Repository\\PhoneReviewsAddedRepository''getPhoneReviewsAddedRepositoryService'true],
  3969.             'App\\Repository\\PlacementHidingRepository' => ['privates''App\\Repository\\PlacementHidingRepository''getPlacementHidingRepositoryService'true],
  3970.             'App\\Repository\\ProfileAdBoardPlacementRepository' => ['privates''App\\Repository\\ProfileAdBoardPlacementRepository''getProfileAdBoardPlacementRepositoryService'true],
  3971.             'App\\Repository\\ProfileApprovalBonusReceivedRepository' => ['privates''App\\Repository\\ProfileApprovalBonusReceivedRepository''getProfileApprovalBonusReceivedRepositoryService'true],
  3972.             'App\\Repository\\ProfileCommentByCustomerRepository' => ['privates''App\\Repository\\ProfileCommentByCustomerRepository''getProfileCommentByCustomerRepositoryService'true],
  3973.             'App\\Repository\\ProfileCommentRepository' => ['privates''App\\Repository\\ProfileCommentRepository''getProfileCommentRepositoryService'false],
  3974.             'App\\Repository\\ProfileConfirmationMediaFileRepository' => ['privates''App\\Repository\\ProfileConfirmationMediaFileRepository''getProfileConfirmationMediaFileRepositoryService'true],
  3975.             'App\\Repository\\ProfileCtrRepository' => ['privates''App\\Repository\\ProfileCtrRepository''getProfileCtrRepositoryService'false],
  3976.             'App\\Repository\\ProfileKVRepository' => ['privates''App\\Repository\\ProfileKVRepository''getProfileKVRepositoryService'false],
  3977.             'App\\Repository\\ProfileMediaFileRepository' => ['privates''App\\Repository\\ProfileMediaFileRepository''getProfileMediaFileRepositoryService'true],
  3978.             'App\\Repository\\ProfilePlanPlacementRepository' => ['privates''App\\Repository\\ProfilePlanPlacementRepository''getProfilePlanPlacementRepositoryService'false],
  3979.             'App\\Repository\\ProfileRepository' => ['privates''App\\Repository\\ProfileRepository''getProfileRepositoryService'false],
  3980.             'App\\Repository\\ProfileSidebarPlacementRepository' => ['privates''App\\Repository\\ProfileSidebarPlacementRepository''getProfileSidebarPlacementRepositoryService'false],
  3981.             'App\\Repository\\ProfileTopPlacementRepository' => ['privates''App\\Repository\\ProfileTopPlacementRepository''getProfileTopPlacementRepositoryService'false],
  3982.             'App\\Repository\\SaloonAdBoardPlacementRepository' => ['privates''App\\Repository\\SaloonAdBoardPlacementRepository''getSaloonAdBoardPlacementRepositoryService'true],
  3983.             'App\\Repository\\SaloonCommentByCustomerRepository' => ['privates''App\\Repository\\SaloonCommentByCustomerRepository''getSaloonCommentByCustomerRepositoryService'true],
  3984.             'App\\Repository\\SaloonCommentRepository' => ['privates''App\\Repository\\SaloonCommentRepository''getSaloonCommentRepositoryService'true],
  3985.             'App\\Repository\\SaloonMediaFileRepository' => ['privates''App\\Repository\\SaloonMediaFileRepository''getSaloonMediaFileRepositoryService'true],
  3986.             'App\\Repository\\SaloonPlacementChargeRepository' => ['privates''App\\Repository\\SaloonPlacementChargeRepository''getSaloonPlacementChargeRepositoryService'true],
  3987.             'App\\Repository\\SaloonRepository' => ['privates''App\\Repository\\SaloonRepository''getSaloonRepositoryService'false],
  3988.             'App\\Repository\\SaloonSidebarPlacementRepository' => ['privates''App\\Repository\\SaloonSidebarPlacementRepository''getSaloonSidebarPlacementRepositoryService'false],
  3989.             'App\\Repository\\ServiceRepository' => ['privates''App\\Repository\\ServiceRepository''getServiceRepositoryService'false],
  3990.             'App\\Repository\\SidebarPlacementRepository' => ['privates''App\\Repository\\SidebarPlacementRepository''getSidebarPlacementRepositoryService'false],
  3991.             'App\\Repository\\SourceMap\\Subway\\SourceMapLineRepository' => ['privates''App\\Repository\\SourceMap\\Subway\\SourceMapLineRepository''getSourceMapLineRepositoryService'true],
  3992.             'App\\Repository\\SourceMap\\Subway\\SourceMapStationRepository' => ['privates''App\\Repository\\SourceMap\\Subway\\SourceMapStationRepository''getSourceMapStationRepositoryService'true],
  3993.             'App\\Repository\\StationRepository' => ['privates''App\\Repository\\StationRepository''getStationRepositoryService'false],
  3994.             'App\\Repository\\StatusPricesRepository' => ['privates''App\\Repository\\StatusPricesRepository''getStatusPricesRepositoryService'true],
  3995.             'App\\Repository\\StatusRepository' => ['privates''App\\Repository\\StatusRepository''getStatusRepositoryService'true],
  3996.             'App\\Repository\\Subway\\LineRepository' => ['privates''App\\Repository\\Subway\\LineRepository''getLineRepositoryService'true],
  3997.             'App\\Repository\\SupportMessagesRepository' => ['privates''App\\Repository\\SupportMessagesRepository''getSupportMessagesRepositoryService'false],
  3998.             'App\\Repository\\SystemVariablesRepository' => ['privates''App\\Repository\\SystemVariablesRepository''getSystemVariablesRepositoryService'false],
  3999.             'App\\Repository\\UserRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'true],
  4000.         ], [
  4001.             'App\\MultiWebsite\\Repository\\PhoneReviewsRepository' => '?',
  4002.             'App\\Repository\\AccountChargesRepository' => '?',
  4003.             'App\\Repository\\AccountEnrollmentRepository' => '?',
  4004.             'App\\Repository\\AccountTransactionRepository' => '?',
  4005.             'App\\Repository\\AnalyticsRepository' => '?',
  4006.             'App\\Repository\\ApprovalRequestsRepository' => '?',
  4007.             'App\\Repository\\BannedEmailRepository' => '?',
  4008.             'App\\Repository\\BannedPhoneRepository' => '?',
  4009.             'App\\Repository\\BulkQueueItemRepository' => '?',
  4010.             'App\\Repository\\CityRepository' => '?',
  4011.             'App\\Repository\\CommentBanRepository' => '?',
  4012.             'App\\Repository\\CountyRepository' => '?',
  4013.             'App\\Repository\\DistrictRepository' => '?',
  4014.             'App\\Repository\\FavouriteProfileRepository' => '?',
  4015.             'App\\Repository\\FileProcessingTaskRepository' => '?',
  4016.             'App\\Repository\\IpAddressCommentBanRepository' => '?',
  4017.             'App\\Repository\\IpAddressRepository' => '?',
  4018.             'App\\Repository\\Log\\SourceMapStationsUpdateLogRepository' => '?',
  4019.             'App\\Repository\\ModerationRequestsRepository' => '?',
  4020.             'App\\Repository\\PageMetadataRepository' => '?',
  4021.             'App\\Repository\\PaidPlacementPriceRepository' => '?',
  4022.             'App\\Repository\\PaidPlacementsOrderRepository' => '?',
  4023.             'App\\Repository\\PaymentBonusRepository' => '?',
  4024.             'App\\Repository\\PaymentProductRepository' => '?',
  4025.             'App\\Repository\\PhoneReviewsAddedRepository' => '?',
  4026.             'App\\Repository\\PlacementHidingRepository' => '?',
  4027.             'App\\Repository\\ProfileAdBoardPlacementRepository' => '?',
  4028.             'App\\Repository\\ProfileApprovalBonusReceivedRepository' => '?',
  4029.             'App\\Repository\\ProfileCommentByCustomerRepository' => '?',
  4030.             'App\\Repository\\ProfileCommentRepository' => '?',
  4031.             'App\\Repository\\ProfileConfirmationMediaFileRepository' => '?',
  4032.             'App\\Repository\\ProfileCtrRepository' => '?',
  4033.             'App\\Repository\\ProfileKVRepository' => '?',
  4034.             'App\\Repository\\ProfileMediaFileRepository' => '?',
  4035.             'App\\Repository\\ProfilePlanPlacementRepository' => '?',
  4036.             'App\\Repository\\ProfileRepository' => '?',
  4037.             'App\\Repository\\ProfileSidebarPlacementRepository' => '?',
  4038.             'App\\Repository\\ProfileTopPlacementRepository' => '?',
  4039.             'App\\Repository\\SaloonAdBoardPlacementRepository' => '?',
  4040.             'App\\Repository\\SaloonCommentByCustomerRepository' => '?',
  4041.             'App\\Repository\\SaloonCommentRepository' => '?',
  4042.             'App\\Repository\\SaloonMediaFileRepository' => '?',
  4043.             'App\\Repository\\SaloonPlacementChargeRepository' => '?',
  4044.             'App\\Repository\\SaloonRepository' => '?',
  4045.             'App\\Repository\\SaloonSidebarPlacementRepository' => '?',
  4046.             'App\\Repository\\ServiceRepository' => '?',
  4047.             'App\\Repository\\SidebarPlacementRepository' => '?',
  4048.             'App\\Repository\\SourceMap\\Subway\\SourceMapLineRepository' => '?',
  4049.             'App\\Repository\\SourceMap\\Subway\\SourceMapStationRepository' => '?',
  4050.             'App\\Repository\\StationRepository' => '?',
  4051.             'App\\Repository\\StatusPricesRepository' => '?',
  4052.             'App\\Repository\\StatusRepository' => '?',
  4053.             'App\\Repository\\Subway\\LineRepository' => '?',
  4054.             'App\\Repository\\SupportMessagesRepository' => '?',
  4055.             'App\\Repository\\SystemVariablesRepository' => '?',
  4056.             'App\\Repository\\UserRepository' => '?',
  4057.         ]));
  4058.     }
  4059.     /**
  4060.      * Gets the private 'eight_points_guzzle.data_collector' shared service.
  4061.      *
  4062.      * @return \EightPoints\Bundle\GuzzleBundle\DataCollector\HttpDataCollector
  4063.      */
  4064.     protected function getEightPointsGuzzle_DataCollectorService()
  4065.     {
  4066.         return $this->privates['eight_points_guzzle.data_collector'] = new \EightPoints\Bundle\GuzzleBundle\DataCollector\HttpDataCollector([=> ($this->privates['eight_points_guzzle.api_payday_logger'] ?? ($this->privates['eight_points_guzzle.api_payday_logger'] = new \EightPoints\Bundle\GuzzleBundle\Log\Logger(3))), => ($this->privates['eight_points_guzzle.api_oplata_info_logger'] ?? ($this->privates['eight_points_guzzle.api_oplata_info_logger'] = new \EightPoints\Bundle\GuzzleBundle\Log\Logger(3))), => ($this->privates['eight_points_guzzle.api_rotation_logger'] ?? ($this->privates['eight_points_guzzle.api_rotation_logger'] = new \EightPoints\Bundle\GuzzleBundle\Log\Logger(3))), => ($this->privates['eight_points_guzzle.api_domain_timeline_logger'] ?? ($this->privates['eight_points_guzzle.api_domain_timeline_logger'] = new \EightPoints\Bundle\GuzzleBundle\Log\Logger(3)))], 0.0);
  4067.     }
  4068.     /**
  4069.      * Gets the private 'esi_listener' shared service.
  4070.      *
  4071.      * @return \Symfony\Component\HttpKernel\EventListener\SurrogateListener
  4072.      */
  4073.     protected function getEsiListenerService()
  4074.     {
  4075.         return $this->privates['esi_listener'] = new \Symfony\Component\HttpKernel\EventListener\SurrogateListener(($this->privates['esi'] ?? ($this->privates['esi'] = new \Symfony\Component\HttpKernel\HttpCache\Esi())));
  4076.     }
  4077.     /**
  4078.      * Gets the private 'exception_listener' shared service.
  4079.      *
  4080.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  4081.      */
  4082.     protected function getExceptionListenerService()
  4083.     {
  4084.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  4085.     }
  4086.     /**
  4087.      * Gets the private 'flagception.activator.chain_activator' shared service.
  4088.      *
  4089.      * @return \Flagception\Bundle\FlagceptionBundle\Activator\TraceableChainActivator
  4090.      */
  4091.     protected function getFlagception_Activator_ChainActivatorService()
  4092.     {
  4093.         $this->privates['flagception.activator.chain_activator'] = $instance = new \Flagception\Bundle\FlagceptionBundle\Activator\TraceableChainActivator();
  4094.         $a = new \Flagception\Factory\ExpressionLanguageFactory();
  4095.         $a->addProvider(new \Flagception\Constraint\Provider\DateProvider());
  4096.         $a->addProvider(new \Flagception\Constraint\Provider\MatchProvider());
  4097.         $instance->add(new \Flagception\Activator\ArrayActivator(['account_main_is_profiles' => false'adboard_positions_alignment_by_schedule' => false'allow_domain_redirects' => false'allow_legacy_city_uri_case_redirects' => false'allow_profile_delete' => false'approval_by_video' => false'canonical_url_with_pagination' => false'check_description_unique' => false'city_main_pages_linkage_circle' => false'consider_approved_priority' => false'crop_avatar' => false'ctr' => false'drop_default_city_prefix' => false'dummy_page_403' => false'dynamic_prices' => false'escort_additional_requirements' => false'extended_profile_form' => false'extra_category_top_100' => false'extra_category_eromassage' => false'extra_category_verified' => false'extra_category_cheap' => false'extra_category_mature' => false'extra_category_uzbek' => false'extra_category_with_whatsapp' => false'extra_category_with_telegram' => false'extra_category_eighteen_years_old' => false'extra_category_big_ass' => false'extra_category_rublevskie' => false'extra_category_with_tattoo' => false'extra_category_with_piercing' => false'extra_category_round_the_clock' => false'extra_category_for_two_hours' => false'extra_category_for_hour' => false'extra_category_grandmothers' => false'extra_category_without_prepayment' => false'extra_category_express_program' => false'extra_category_big_breast' => false'extra_category_very_skinny' => false'extra_category_small_ass' => false'extra_category_beautiful_prostitutes' => false'extra_category_without_intermediaries' => false'extra_category_intim_services' => false'extra_category_outcall' => false'extra_category_dwarfs' => false'fill_empty_profile_list' => false'free_profiles' => false'hard_moderation' => false'has_archive_page' => false'has_breast_type' => false'has_city_list_page' => false'has_gigolo_and_trans' => false'has_masseurs' => false'has_profile_translations' => false'has_saloons' => false'has_station_list_page' => false'has_translations' => false'homepage_as_city_list' => false'homepage_city_masseurs_block' => false'homepage_city_saloons_block' => false'inner_linkage_circle' => false'intim_moscow_listing' => false'multiple_cities' => false'non_masseur_on_account_profile_list' => false'postprocess_video' => false'plan_placement' => false'profile_comments' => false'profile_adboard_log' => false'redirect_default_city_to_homepage' => false'redirect_to_account_main_after_profile_edit' => false'replace_bad_words' => false'restrict_unapproved_profile_free_placement' => false'sitemap_multiple_locales' => false'station_page_add_profiles' => false'station_pages_linkage_circle' => false'top_purchase_captcha' => false'use_sign_up_captcha' => false'use_support_message_captcha' => false]));
  4098.         $instance->add(new \Flagception\Activator\EnvironmentActivator([]));
  4099.         $instance->add(new \Flagception\Activator\ConstraintActivator(new \Flagception\Constraint\ConstraintResolver($a->create()), ['account_main_is_profiles' => $this->getEnv('string:FEATURE_ACCOUNT_MAIN_IS_PROFILES').' == true''adboard_positions_alignment_by_schedule' => $this->getEnv('string:FEATURE_ADBOARD_POSITIONS_ALIGNMENT_BY_SCHEDULE').' == true''allow_domain_redirects' => $this->getEnv('string:FEATURE_ALLOW_DOMAIN_REDIRECTS').' == true''allow_legacy_city_uri_case_redirects' => $this->getEnv('string:FEATURE_ALLOW_LEGACY_CITY_URI_CASE_REDIRECTS').' == true''allow_profile_delete' => $this->getEnv('string:FEATURE_ALLOW_PROFILE_DELETE').' == true''approval_by_video' => $this->getEnv('string:FEATURE_APPROVAL_BY_VIDEO').' == true''canonical_url_with_pagination' => $this->getEnv('string:FEATURE_CANONICAL_URL_WITH_PAGINATION').' == true''check_description_unique' => $this->getEnv('string:FEATURE_CHECK_DESCRIPTION_UNIQUE').' == true''city_main_pages_linkage_circle' => $this->getEnv('string:FEATURE_CITY_MAIN_PAGES_LINKAGE_CIRCLE').' == true''consider_approved_priority' => $this->getEnv('string:FEATURE_CONSIDER_APPROVED_PRIORITY').' == true''crop_avatar' => $this->getEnv('string:FEATURE_CROP_AVATAR').' == true''ctr' => $this->getEnv('string:FEATURE_CTR').' == true''drop_default_city_prefix' => $this->getEnv('string:FEATURE_DROP_DEFAULT_CITY_PREFIX').' == true && '.$this->getEnv('string:FEATURE_MULTIPLE_CITIES').' == true''dummy_page_403' => $this->getEnv('string:FEATURE_DUMMY_PAGE_403').' == true''dynamic_prices' => $this->getEnv('string:FEATURE_DYNAMIC_PRICES').' == true''escort_additional_requirements' => $this->getEnv('string:FEATURE_ESCORT_ADDITIONAL_REQUIREMENTS').' == true''extended_profile_form' => $this->getEnv('string:FEATURE_EXTENDED_PROFILE_FORM').' == true''extra_category_top_100' => $this->getEnv('string:FEATURE_EXTRA_CATEGORY_TOP_100').' == true''extra_category_eromassage' => $this->getEnv('string:FEATURE_EXTRA_CATEGORY_EROMASSAGE').' == true''extra_category_verified' => $this->getEnv('string:FEATURE_EXTRA_CATEGORY_VERIFIED').' == true''extra_category_cheap' => $this->getEnv('string:FEATURE_EXTRA_CATEGORY_CHEAP').' == true''extra_category_mature' => $this->getEnv('string:FEATURE_EXTRA_CATEGORY_MATURE').' == true''extra_category_uzbek' => $this->getEnv('string:FEATURE_EXTRA_CATEGORY_UZBEK').' == true''extra_category_with_whatsapp' => $this->getEnv('string:FEATURE_EXTRA_CATEGORY_WITH_WHATSAPP').' == true''extra_category_with_telegram' => $this->getEnv('string:FEATURE_EXTRA_CATEGORY_WITH_TELEGRAM').' == true''extra_category_eighteen_years_old' => $this->getEnv('string:FEATURE_EXTRA_CATEGORY_EIGHTEEN_YEARS_OLD').' == true''extra_category_big_ass' => $this->getEnv('string:FEATURE_EXTRA_CATEGORY_BIG_ASS').' == true''extra_category_rublevskie' => $this->getEnv('string:FEATURE_EXTRA_CATEGORY_RUBLEVSKIE').' == true''extra_category_with_tattoo' => $this->getEnv('string:FEATURE_EXTRA_CATEGORY_WITH_TATTOO').' == true''extra_category_with_piercing' => $this->getEnv('string:FEATURE_EXTRA_CATEGORY_WITH_PIERCING').' == true''extra_category_round_the_clock' => $this->getEnv('string:FEATURE_EXTRA_CATEGORY_ROUND_THE_CLOCK').' == true''extra_category_for_two_hours' => $this->getEnv('string:FEATURE_EXTRA_CATEGORY_FOR_TWO_HOURS').' == true''extra_category_for_hour' => $this->getEnv('string:FEATURE_EXTRA_CATEGORY_FOR_HOUR').' == true''extra_category_grandmothers' => $this->getEnv('string:FEATURE_EXTRA_CATEGORY_GRANDMOTHERS').' == true''extra_category_without_prepayment' => $this->getEnv('string:FEATURE_EXTRA_CATEGORY_WITHOUT_PREPAYMENT').' == true''extra_category_express_program' => $this->getEnv('string:FEATURE_EXTRA_CATEGORY_EXPRESS_PROGRAM').' == true''extra_category_big_breast' => $this->getEnv('string:FEATURE_EXTRA_CATEGORY_BIG_BREAST').' == true''extra_category_very_skinny' => $this->getEnv('string:FEATURE_EXTRA_CATEGORY_VERY_SKINNY').' == true''extra_category_small_ass' => $this->getEnv('string:FEATURE_EXTRA_CATEGORY_SMALL_ASS').' == true''extra_category_beautiful_prostitutes' => $this->getEnv('string:FEATURE_EXTRA_CATEGORY_BEAUTIFUL_PROSTITUTES').' == true''extra_category_without_intermediaries' => $this->getEnv('string:FEATURE_EXTRA_CATEGORY_WITHOUT_INTERMEDIARIES').' == true''extra_category_intim_services' => $this->getEnv('string:FEATURE_EXTRA_CATEGORY_INTIM_SERVICES').' == true''extra_category_outcall' => $this->getEnv('string:FEATURE_EXTRA_CATEGORY_OUTCALL').' == true''extra_category_dwarfs' => $this->getEnv('string:FEATURE_EXTRA_CATEGORY_DWARFS').' == true''fill_empty_profile_list' => $this->getEnv('string:FEATURE_FILL_EMPTY_PROFILE_LIST').' == true''free_profiles' => $this->getEnv('string:FEATURE_FREE_PROFILES').' == true''hard_moderation' => $this->getEnv('string:FEATURE_HARD_MODERATION').' == true''has_archive_page' => $this->getEnv('string:FEATURE_HAS_ARCHIVE_PAGE').' == true''has_breast_type' => $this->getEnv('string:FEATURE_HAS_BREAST_TYPE').' == true''has_city_list_page' => $this->getEnv('string:FEATURE_HAS_CITY_LIST_PAGE').' == true''has_gigolo_and_trans' => $this->getEnv('string:FEATURE_HAS_GIGOLO_AND_TRANS').' == true''has_masseurs' => $this->getEnv('string:FEATURE_HAS_MASSEURS').' == true''has_profile_translations' => $this->getEnv('string:FEATURE_HAS_PROFILE_TRANSLATIONS').' == true''has_saloons' => $this->getEnv('string:FEATURE_HAS_SALOONS').' == true''has_station_list_page' => $this->getEnv('string:FEATURE_HAS_STATION_LIST_PAGE').' == true''has_translations' => $this->getEnv('string:FEATURE_HAS_TRANSLATIONS').' == true''homepage_as_city_list' => $this->getEnv('string:FEATURE_HOMEPAGE_AS_CITY_LIST').' == true''homepage_city_masseurs_block' => $this->getEnv('string:FEATURE_HOMEPAGE_CITY_MASSEURS_BLOCK').' == true''homepage_city_saloons_block' => $this->getEnv('string:FEATURE_HOMEPAGE_CITY_SALOONS_BLOCK').' == true''inner_linkage_circle' => $this->getEnv('string:FEATURE_INNER_LINKAGE_CIRCLE').' == true''intim_moscow_listing' => $this->getEnv('string:FEATURE_INTIM_MOSCOW_LISTING').' == true''multiple_cities' => $this->getEnv('string:FEATURE_MULTIPLE_CITIES').' == true''non_masseur_on_account_profile_list' => $this->getEnv('string:FEATURE_NON_MASSEUR_ON_ACCOUNT_PROFILE_LIST').' == true''postprocess_video' => $this->getEnv('string:FEATURE_POSTPROCESS_VIDEO').' == true''plan_placement' => $this->getEnv('string:FEATURE_PLAN_PLACEMENT').' == true''profile_comments' => $this->getEnv('string:FEATURE_PROFILE_COMMENTS').' == true''profile_adboard_log' => $this->getEnv('string:FEATURE_PROFILE_ADBOARD_LOG').' == true''redirect_default_city_to_homepage' => $this->getEnv('string:FEATURE_DEFAULT_CITY_REDIRECT').' == true && '.$this->getEnv('string:FEATURE_HOMEPAGE_AS_CITY_LIST').' == false''redirect_to_account_main_after_profile_edit' => $this->getEnv('string:FEATURE_REDIRECT_TO_ACCOUNT_MAIN_AFTER_PROFILE_EDIT').' == true''replace_bad_words' => $this->getEnv('string:FEATURE_REPLACE_BAD_WORDS').' == true''restrict_unapproved_profile_free_placement' => $this->getEnv('string:FEATURE_RESTRICT_UNAPPROVED_PROFILE_FREE_PLACEMENT').' == true''sitemap_multiple_locales' => $this->getEnv('string:FEATURE_SITEMAP_MULTIPLE_LOCALES').' == true''station_page_add_profiles' => $this->getEnv('string:FEATURE_STATION_PAGE_ADD_PROFILES').' == true''station_pages_linkage_circle' => $this->getEnv('string:FEATURE_STATION_PAGES_LINKAGE_CIRCLE').' == true''top_purchase_captcha' => $this->getEnv('string:FEATURE_TOP_PURCHASE_CAPTCHA').' == true''use_sign_up_captcha' => $this->getEnv('string:FEATURE_USE_SIGN_UP_CAPTCHA').' == true''use_support_message_captcha' => $this->getEnv('string:FEATURE_USE_SUPPORT_MESSAGE_CAPTCHA').' == true']));
  4100.         return $instance;
  4101.     }
  4102.     /**
  4103.      * Gets the private 'form.registry' shared service.
  4104.      *
  4105.      * @return \Symfony\Component\Form\FormRegistry
  4106.      */
  4107.     protected function getForm_RegistryService()
  4108.     {
  4109.         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, [
  4110.             'easyadmin.filter.type.array' => ['privates''easyadmin.filter.type.array''getEasyadmin_Filter_Type_ArrayService'true],
  4111.             'easyadmin.filter.type.boolean' => ['privates''easyadmin.filter.type.boolean''getEasyadmin_Filter_Type_BooleanService'true],
  4112.             'easyadmin.filter.type.choice' => ['privates''easyadmin.filter.type.choice''getEasyadmin_Filter_Type_ChoiceService'true],
  4113.             'easyadmin.filter.type.comparison' => ['privates''easyadmin.filter.type.comparison''getEasyadmin_Filter_Type_ComparisonService'true],
  4114.             'easyadmin.filter.type.date' => ['privates''easyadmin.filter.type.date''getEasyadmin_Filter_Type_DateService'true],
  4115.             'easyadmin.filter.type.dateinterval' => ['privates''easyadmin.filter.type.dateinterval''getEasyadmin_Filter_Type_DateintervalService'true],
  4116.             'easyadmin.filter.type.datetime' => ['privates''easyadmin.filter.type.datetime''getEasyadmin_Filter_Type_DatetimeService'true],
  4117.             'easyadmin.filter.type.decimal' => ['privates''easyadmin.filter.type.decimal''getEasyadmin_Filter_Type_DecimalService'true],
  4118.             'easyadmin.filter.type.entity' => ['privates''easyadmin.filter.type.entity''getEasyadmin_Filter_Type_EntityService'true],
  4119.             'easyadmin.filter.type.float' => ['privates''easyadmin.filter.type.float''getEasyadmin_Filter_Type_FloatService'true],
  4120.             'easyadmin.filter.type.integer' => ['privates''easyadmin.filter.type.integer''getEasyadmin_Filter_Type_IntegerService'true],
  4121.             'easyadmin.filter.type.text' => ['privates''easyadmin.filter.type.text''getEasyadmin_Filter_Type_TextService'true],
  4122.             'easyadmin.filter.type.textarea' => ['privates''easyadmin.filter.type.textarea''getEasyadmin_Filter_Type_TextareaService'true],
  4123.             'easyadmin.filter.type.time' => ['privates''easyadmin.filter.type.time''getEasyadmin_Filter_Type_TimeService'true],
  4124.         ], [
  4125.             'easyadmin.filter.type.array' => '?',
  4126.             'easyadmin.filter.type.boolean' => '?',
  4127.             'easyadmin.filter.type.choice' => '?',
  4128.             'easyadmin.filter.type.comparison' => '?',
  4129.             'easyadmin.filter.type.date' => '?',
  4130.             'easyadmin.filter.type.dateinterval' => '?',
  4131.             'easyadmin.filter.type.datetime' => '?',
  4132.             'easyadmin.filter.type.decimal' => '?',
  4133.             'easyadmin.filter.type.entity' => '?',
  4134.             'easyadmin.filter.type.float' => '?',
  4135.             'easyadmin.filter.type.integer' => '?',
  4136.             'easyadmin.filter.type.text' => '?',
  4137.             'easyadmin.filter.type.textarea' => '?',
  4138.             'easyadmin.filter.type.time' => '?',
  4139.         ]), [], new RewindableGenerator(function () {
  4140.             return new \EmptyIterator();
  4141.         }, 0)), => new \Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4142.             'AlterPHP\\EasyAdminExtensionBundle\\Form\\Type\\EasyAdminEmbeddedListType' => ['privates''AlterPHP\\EasyAdminExtensionBundle\\Form\\Type\\EasyAdminEmbeddedListType''getEasyAdminEmbeddedListTypeService'true],
  4143.             'AlterPHP\\EasyAdminExtensionBundle\\Form\\Type\\Security\\AdminRolesType' => ['privates''AlterPHP\\EasyAdminExtensionBundle\\Form\\Type\\Security\\AdminRolesType''getAdminRolesTypeService'true],
  4144.             'App\\Form\\AccountTopPlacementForm' => ['privates''App\\Form\\AccountTopPlacementForm''getAccountTopPlacementFormService'true],
  4145.             'App\\Form\\BulkActionForm' => ['privates''App\\Form\\BulkActionForm''getBulkActionFormService'true],
  4146.             'App\\Form\\ChangeAccountInformationForm' => ['privates''App\\Form\\ChangeAccountInformationForm''getChangeAccountInformationFormService'true],
  4147.             'App\\Form\\ChangeAccountPasswordForm' => ['privates''App\\Form\\ChangeAccountPasswordForm''getChangeAccountPasswordFormService'true],
  4148.             'App\\Form\\ChangeCustomerAdditionalInfoForm' => ['privates''App\\Form\\ChangeCustomerAdditionalInfoForm''getChangeCustomerAdditionalInfoFormService'true],
  4149.             'App\\Form\\CommentForm' => ['privates''App\\Form\\CommentForm''getCommentFormService'true],
  4150.             'App\\Form\\CreateOrEditProfileForm' => ['privates''App\\Form\\CreateOrEditProfileForm''getCreateOrEditProfileFormService'true],
  4151.             'App\\Form\\CreateOrEditSaloonForm' => ['privates''App\\Form\\CreateOrEditSaloonForm''getCreateOrEditSaloonFormService'true],
  4152.             'App\\Form\\CustomerProfilePreferenceForm' => ['privates''App\\Form\\CustomerProfilePreferenceForm''getCustomerProfilePreferenceFormService'true],
  4153.             'App\\Form\\EasyAdmin\\ApprovalRequestForm' => ['privates''App\\Form\\EasyAdmin\\ApprovalRequestForm''getApprovalRequestFormService'true],
  4154.             'App\\Form\\EasyAdmin\\CityPricesForm' => ['privates''App\\Form\\EasyAdmin\\CityPricesForm''getCityPricesFormService'true],
  4155.             'App\\Form\\EasyAdmin\\ManuallyEnrollArbitraryMoneyValueByStaffForm' => ['privates''App\\Form\\EasyAdmin\\ManuallyEnrollArbitraryMoneyValueByStaffForm''getManuallyEnrollArbitraryMoneyValueByStaffFormService'true],
  4156.             'App\\Form\\EasyAdmin\\ManuallyRedeemPrepaidTokenByStaffForm' => ['privates''App\\Form\\EasyAdmin\\ManuallyRedeemPrepaidTokenByStaffForm''getManuallyRedeemPrepaidTokenByStaffFormService'true],
  4157.             'App\\Form\\EasyAdmin\\ProfileAnalyticsFilterForm' => ['privates''App\\Form\\EasyAdmin\\ProfileAnalyticsFilterForm''getProfileAnalyticsFilterFormService'true],
  4158.             'App\\Form\\EasyAdmin\\ProfileForm' => ['privates''App\\Form\\EasyAdmin\\ProfileForm''getProfileFormService'true],
  4159.             'App\\Form\\EasyAdmin\\ProfileModerationForm' => ['privates''App\\Form\\EasyAdmin\\ProfileModerationForm''getProfileModerationFormService'true],
  4160.             'App\\Form\\EasyAdmin\\SaloonForm' => ['privates''App\\Form\\EasyAdmin\\SaloonForm''getSaloonFormService'true],
  4161.             'App\\Form\\EasyAdmin\\SupportMessageForm' => ['privates''App\\Form\\EasyAdmin\\SupportMessageForm''getSupportMessageFormService'true],
  4162.             'App\\Form\\FilterAccountTransactionsForm' => ['privates''App\\Form\\FilterAccountTransactionsForm''getFilterAccountTransactionsFormService'true],
  4163.             'App\\Form\\FilterMapForm' => ['privates''App\\Form\\FilterMapForm''getFilterMapFormService'true],
  4164.             'App\\Form\\ForgottenUserType' => ['privates''App\\Form\\ForgottenUserType''getForgottenUserTypeService'true],
  4165.             'App\\Form\\MoneyPaymentForm' => ['privates''App\\Form\\MoneyPaymentForm''getMoneyPaymentFormService'true],
  4166.             'App\\Form\\PhoneReviewForm' => ['privates''App\\Form\\PhoneReviewForm''getPhoneReviewFormService'true],
  4167.             'App\\Form\\ProfileFilterForm' => ['privates''App\\Form\\ProfileFilterForm''getProfileFilterFormService'true],
  4168.             'App\\Form\\ReceivePasswordForm' => ['privates''App\\Form\\ReceivePasswordForm''getReceivePasswordFormService'true],
  4169.             'App\\Form\\RedeemPrepaidTokenForm' => ['privates''App\\Form\\RedeemPrepaidTokenForm''getRedeemPrepaidTokenFormService'true],
  4170.             'App\\Form\\RegisterAccountForm' => ['privates''App\\Form\\RegisterAccountForm''getRegisterAccountFormService'true],
  4171.             'App\\Form\\ReplySupportMessageForm' => ['privates''App\\Form\\ReplySupportMessageForm''getReplySupportMessageFormService'true],
  4172.             'App\\Form\\SearchByKeywordsForm' => ['privates''App\\Form\\SearchByKeywordsForm''getSearchByKeywordsFormService'true],
  4173.             'App\\Form\\SearchPhoneForm' => ['privates''App\\Form\\SearchPhoneForm''getSearchPhoneFormService'true],
  4174.             'App\\Form\\SearchProfileForm' => ['privates''App\\Form\\SearchProfileForm''getSearchProfileFormService'true],
  4175.             'App\\Form\\Type\\AdvertiserBanChoiceType' => ['privates''App\\Form\\Type\\AdvertiserBanChoiceType''getAdvertiserBanChoiceTypeService'true],
  4176.             'App\\Form\\Type\\AdvertiserBanType' => ['privates''App\\Form\\Type\\AdvertiserBanType''getAdvertiserBanTypeService'true],
  4177.             'App\\Form\\Type\\AdvertiserUnBanChoiceType' => ['privates''App\\Form\\Type\\AdvertiserUnBanChoiceType''getAdvertiserUnBanChoiceTypeService'true],
  4178.             'App\\Form\\Type\\ApartmentsPricingType' => ['privates''App\\Form\\Type\\ApartmentsPricingType''getApartmentsPricingTypeService'true],
  4179.             'App\\Form\\Type\\CarPricingType' => ['privates''App\\Form\\Type\\CarPricingType''getCarPricingTypeService'true],
  4180.             'App\\Form\\Type\\CityGroupType' => ['privates''App\\Form\\Type\\CityGroupType''getCityGroupTypeService'true],
  4181.             'App\\Form\\Type\\CityPriceCategoryType' => ['privates''App\\Form\\Type\\CityPriceCategoryType''getCityPriceCategoryTypeService'true],
  4182.             'App\\Form\\Type\\ClientRestrictionsType' => ['privates''App\\Form\\Type\\ClientRestrictionsType''getClientRestrictionsTypeService'true],
  4183.             'App\\Form\\Type\\CustomerBanChoiceType' => ['privates''App\\Form\\Type\\CustomerBanChoiceType''getCustomerBanChoiceTypeService'true],
  4184.             'App\\Form\\Type\\CustomerBanType' => ['privates''App\\Form\\Type\\CustomerBanType''getCustomerBanTypeService'true],
  4185.             'App\\Form\\Type\\CustomerUnBanChoiceType' => ['privates''App\\Form\\Type\\CustomerUnBanChoiceType''getCustomerUnBanChoiceTypeService'true],
  4186.             'App\\Form\\Type\\ExpressPricingType' => ['privates''App\\Form\\Type\\ExpressPricingType''getExpressPricingTypeService'true],
  4187.             'App\\Form\\Type\\MapCoordinateType' => ['privates''App\\Form\\Type\\MapCoordinateType''getMapCoordinateTypeService'true],
  4188.             'App\\Form\\Type\\MessengersType' => ['privates''App\\Form\\Type\\MessengersType''getMessengersTypeService'true],
  4189.             'App\\Form\\Type\\PersonParametersType' => ['privates''App\\Form\\Type\\PersonParametersType''getPersonParametersTypeService'true],
  4190.             'App\\Form\\Type\\PhoneCallRestrictionsType' => ['privates''App\\Form\\Type\\PhoneCallRestrictionsType''getPhoneCallRestrictionsTypeService'true],
  4191.             'App\\Form\\Type\\ProfileCommentMarkChoiceType' => ['privates''App\\Form\\Type\\ProfileCommentMarkChoiceType''getProfileCommentMarkChoiceTypeService'true],
  4192.             'App\\Form\\Type\\ProfileFiltersType' => ['privates''App\\Form\\Type\\ProfileFiltersType''getProfileFiltersTypeService'true],
  4193.             'App\\Form\\Type\\ProvideServicesCollectionType' => ['privates''App\\Form\\Type\\ProvideServicesCollectionType''getProvideServicesCollectionTypeService'true],
  4194.             'App\\Form\\Type\\ProvidedServiceType' => ['privates''App\\Form\\Type\\ProvidedServiceType''getProvidedServiceTypeService'true],
  4195.             'App\\Form\\Type\\SaloonCommentMarkChoiceType' => ['privates''App\\Form\\Type\\SaloonCommentMarkChoiceType''getSaloonCommentMarkChoiceTypeService'true],
  4196.             'App\\Form\\Type\\SearchRangeType' => ['privates''App\\Form\\Type\\SearchRangeType''getSearchRangeTypeService'true],
  4197.             'App\\Form\\Type\\ServiceType' => ['privates''App\\Form\\Type\\ServiceType''getServiceTypeService'true],
  4198.             'App\\Form\\Type\\TakeOutPricingType' => ['privates''App\\Form\\Type\\TakeOutPricingType''getTakeOutPricingTypeService'true],
  4199.             'App\\Form\\Type\\TimezoneType' => ['privates''App\\Form\\Type\\TimezoneType''getTimezoneTypeService'true],
  4200.             'App\\Form\\Type\\TranslatableValueType' => ['privates''App\\Form\\Type\\TranslatableValueType''getTranslatableValueTypeService'true],
  4201.             'App\\Form\\Type\\WorkingHoursType' => ['privates''App\\Form\\Type\\WorkingHoursType''getWorkingHoursTypeService'true],
  4202.             'App\\Form\\Type\\YesNoNoMatterChoiceType' => ['privates''App\\Form\\Type\\YesNoNoMatterChoiceType''getYesNoNoMatterChoiceTypeService'true],
  4203.             'App\\Form\\WriteSupportMessageForm' => ['privates''App\\Form\\WriteSupportMessageForm''getWriteSupportMessageFormService'true],
  4204.             'EWZ\\Bundle\\RecaptchaBundle\\Form\\Type\\EWZRecaptchaType' => ['services''ewz_recaptcha.form.type''getEwzRecaptcha_Form_TypeService'true],
  4205.             'EWZ\\Bundle\\RecaptchaBundle\\Form\\Type\\EWZRecaptchaV3Type' => ['services''ewz_recaptcha.v3.form.type''getEwzRecaptcha_V3_Form_TypeService'true],
  4206.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminAutocompleteType' => ['privates''easyadmin.form.type.autocomplete''getEasyadmin_Form_Type_AutocompleteService'true],
  4207.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminBatchFormType' => ['privates''easyadmin.form.type.batch''getEasyadmin_Form_Type_BatchService'true],
  4208.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminDividerType' => ['privates''easyadmin.form.type.divider''getEasyadmin_Form_Type_DividerService'true],
  4209.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminFiltersFormType' => ['privates''easyadmin.form.type.filters''getEasyadmin_Form_Type_FiltersService'true],
  4210.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminFormType' => ['privates''easyadmin.form.type''getEasyadmin_Form_TypeService'true],
  4211.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminGroupType' => ['privates''easyadmin.form.type.group''getEasyadmin_Form_Type_GroupService'true],
  4212.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminSectionType' => ['privates''easyadmin.form.type.section''getEasyadmin_Form_Type_SectionService'true],
  4213.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FileUploadType' => ['privates''easyadmin.form.type.fileupload''getEasyadmin_Form_Type_FileuploadService'true],
  4214.             'Misd\\PhoneNumberBundle\\Form\\Type\\PhoneNumberType' => ['privates''Misd\\PhoneNumberBundle\\Form\\Type\\PhoneNumberType''getPhoneNumberTypeService'true],
  4215.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'true],
  4216.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'true],
  4217.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates''form.type.color''getForm_Type_ColorService'true],
  4218.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''.container.private.form.type.file''get_Container_Private_Form_Type_FileService'true],
  4219.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'true],
  4220.         ], [
  4221.             'AlterPHP\\EasyAdminExtensionBundle\\Form\\Type\\EasyAdminEmbeddedListType' => '?',
  4222.             'AlterPHP\\EasyAdminExtensionBundle\\Form\\Type\\Security\\AdminRolesType' => '?',
  4223.             'App\\Form\\AccountTopPlacementForm' => '?',
  4224.             'App\\Form\\BulkActionForm' => '?',
  4225.             'App\\Form\\ChangeAccountInformationForm' => '?',
  4226.             'App\\Form\\ChangeAccountPasswordForm' => '?',
  4227.             'App\\Form\\ChangeCustomerAdditionalInfoForm' => '?',
  4228.             'App\\Form\\CommentForm' => '?',
  4229.             'App\\Form\\CreateOrEditProfileForm' => '?',
  4230.             'App\\Form\\CreateOrEditSaloonForm' => '?',
  4231.             'App\\Form\\CustomerProfilePreferenceForm' => '?',
  4232.             'App\\Form\\EasyAdmin\\ApprovalRequestForm' => '?',
  4233.             'App\\Form\\EasyAdmin\\CityPricesForm' => '?',
  4234.             'App\\Form\\EasyAdmin\\ManuallyEnrollArbitraryMoneyValueByStaffForm' => '?',
  4235.             'App\\Form\\EasyAdmin\\ManuallyRedeemPrepaidTokenByStaffForm' => '?',
  4236.             'App\\Form\\EasyAdmin\\ProfileAnalyticsFilterForm' => '?',
  4237.             'App\\Form\\EasyAdmin\\ProfileForm' => '?',
  4238.             'App\\Form\\EasyAdmin\\ProfileModerationForm' => '?',
  4239.             'App\\Form\\EasyAdmin\\SaloonForm' => '?',
  4240.             'App\\Form\\EasyAdmin\\SupportMessageForm' => '?',
  4241.             'App\\Form\\FilterAccountTransactionsForm' => '?',
  4242.             'App\\Form\\FilterMapForm' => '?',
  4243.             'App\\Form\\ForgottenUserType' => '?',
  4244.             'App\\Form\\MoneyPaymentForm' => '?',
  4245.             'App\\Form\\PhoneReviewForm' => '?',
  4246.             'App\\Form\\ProfileFilterForm' => '?',
  4247.             'App\\Form\\ReceivePasswordForm' => '?',
  4248.             'App\\Form\\RedeemPrepaidTokenForm' => '?',
  4249.             'App\\Form\\RegisterAccountForm' => '?',
  4250.             'App\\Form\\ReplySupportMessageForm' => '?',
  4251.             'App\\Form\\SearchByKeywordsForm' => '?',
  4252.             'App\\Form\\SearchPhoneForm' => '?',
  4253.             'App\\Form\\SearchProfileForm' => '?',
  4254.             'App\\Form\\Type\\AdvertiserBanChoiceType' => '?',
  4255.             'App\\Form\\Type\\AdvertiserBanType' => '?',
  4256.             'App\\Form\\Type\\AdvertiserUnBanChoiceType' => '?',
  4257.             'App\\Form\\Type\\ApartmentsPricingType' => '?',
  4258.             'App\\Form\\Type\\CarPricingType' => '?',
  4259.             'App\\Form\\Type\\CityGroupType' => '?',
  4260.             'App\\Form\\Type\\CityPriceCategoryType' => '?',
  4261.             'App\\Form\\Type\\ClientRestrictionsType' => '?',
  4262.             'App\\Form\\Type\\CustomerBanChoiceType' => '?',
  4263.             'App\\Form\\Type\\CustomerBanType' => '?',
  4264.             'App\\Form\\Type\\CustomerUnBanChoiceType' => '?',
  4265.             'App\\Form\\Type\\ExpressPricingType' => '?',
  4266.             'App\\Form\\Type\\MapCoordinateType' => '?',
  4267.             'App\\Form\\Type\\MessengersType' => '?',
  4268.             'App\\Form\\Type\\PersonParametersType' => '?',
  4269.             'App\\Form\\Type\\PhoneCallRestrictionsType' => '?',
  4270.             'App\\Form\\Type\\ProfileCommentMarkChoiceType' => '?',
  4271.             'App\\Form\\Type\\ProfileFiltersType' => '?',
  4272.             'App\\Form\\Type\\ProvideServicesCollectionType' => '?',
  4273.             'App\\Form\\Type\\ProvidedServiceType' => '?',
  4274.             'App\\Form\\Type\\SaloonCommentMarkChoiceType' => '?',
  4275.             'App\\Form\\Type\\SearchRangeType' => '?',
  4276.             'App\\Form\\Type\\ServiceType' => '?',
  4277.             'App\\Form\\Type\\TakeOutPricingType' => '?',
  4278.             'App\\Form\\Type\\TimezoneType' => '?',
  4279.             'App\\Form\\Type\\TranslatableValueType' => '?',
  4280.             'App\\Form\\Type\\WorkingHoursType' => '?',
  4281.             'App\\Form\\Type\\YesNoNoMatterChoiceType' => '?',
  4282.             'App\\Form\\WriteSupportMessageForm' => '?',
  4283.             'EWZ\\Bundle\\RecaptchaBundle\\Form\\Type\\EWZRecaptchaType' => '?',
  4284.             'EWZ\\Bundle\\RecaptchaBundle\\Form\\Type\\EWZRecaptchaV3Type' => '?',
  4285.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminAutocompleteType' => '?',
  4286.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminBatchFormType' => '?',
  4287.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminDividerType' => '?',
  4288.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminFiltersFormType' => '?',
  4289.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminFormType' => '?',
  4290.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminGroupType' => '?',
  4291.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminSectionType' => '?',
  4292.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FileUploadType' => '?',
  4293.             'Misd\\PhoneNumberBundle\\Form\\Type\\PhoneNumberType' => '?',
  4294.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  4295.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  4296.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  4297.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  4298.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  4299.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  4300.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->load('getForm_TypeExtension_Form_TransformationFailureHandlingService'));
  4301.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->load('getForm_TypeExtension_Form_HttpFoundationService'));
  4302.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->load('getForm_TypeExtension_Form_ValidatorService'));
  4303.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->load('getForm_TypeExtension_Upload_ValidatorService'));
  4304.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->load('getForm_TypeExtension_CsrfService'));
  4305.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->load('getForm_TypeExtension_Form_DataCollectorService'));
  4306.             yield => ($this->privates['easyadmin.form.type.extension'] ?? $this->load('getEasyadmin_Form_Type_ExtensionService'));
  4307.         }, 7), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  4308.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  4309.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  4310.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  4311.         }, 1), 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminAutocompleteType' => new RewindableGenerator(function () {
  4312.             yield => ($this->privates['AlterPHP\\EasyAdminExtensionBundle\\Form\\Type\\Extension\\EasyAdminAutocompleteTypeExtension'] ?? $this->load('getEasyAdminAutocompleteTypeExtensionService'));
  4313.         }, 1)], new RewindableGenerator(function () {
  4314.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->load('getForm_TypeGuesser_ValidatorService'));
  4315.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->load('getForm_TypeGuesser_DoctrineService'));
  4316.             yield => ($this->services['easyadmin.form.guesser.missing_doctrine_orm_type_guesser'] ?? $this->load('getEasyadmin_Form_Guesser_MissingDoctrineOrmTypeGuesserService'));
  4317.         }, 3))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  4318.     }
  4319.     /**
  4320.      * Gets the private 'fos_elastica.logger' shared service.
  4321.      *
  4322.      * @return \FOS\ElasticaBundle\Logger\ElasticaLogger
  4323.      */
  4324.     protected function getFosElastica_LoggerService()
  4325.     {
  4326.         $a = new \Symfony\Bridge\Monolog\Logger('elastica');
  4327.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4328.         $a->pushHandler(($this->privates['monolog.handler.chromephp'] ?? $this->getMonolog_Handler_ChromephpService()));
  4329.         $a->pushHandler(($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService()));
  4330.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  4331.         return $this->privates['fos_elastica.logger'] = new \FOS\ElasticaBundle\Logger\ElasticaLogger($atrue);
  4332.     }
  4333.     /**
  4334.      * Gets the private 'fragment.listener' shared service.
  4335.      *
  4336.      * @return \Symfony\Component\HttpKernel\EventListener\FragmentListener
  4337.      */
  4338.     protected function getFragment_ListenerService()
  4339.     {
  4340.         return $this->privates['fragment.listener'] = new \Symfony\Component\HttpKernel\EventListener\FragmentListener(($this->privates['uri_signer'] ?? ($this->privates['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')))), '/_fragment');
  4341.     }
  4342.     /**
  4343.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  4344.      *
  4345.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  4346.      */
  4347.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  4348.     {
  4349.         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())));
  4350.     }
  4351.     /**
  4352.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  4353.      *
  4354.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  4355.      */
  4356.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  4357.     {
  4358.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  4359.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  4360.             return $this->privates['framework_extra_bundle.event.is_granted'];
  4361.         }
  4362.         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);
  4363.     }
  4364.     /**
  4365.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  4366.      *
  4367.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  4368.      */
  4369.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  4370.     {
  4371.         return $this->privates['knp_paginator.subscriber.sliding_pagination'] = new \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber(['defaultPaginationTemplate' => '_pagination.html.twig''defaultSortableTemplate' => '@KnpPaginator/Pagination/sortable_link.html.twig''defaultFiltrationTemplate' => '@KnpPaginator/Pagination/filtration.html.twig''defaultPageRange' => 9'defaultPageLimit' => NULL]);
  4372.     }
  4373.     /**
  4374.      * Gets the private 'libphonenumber\PhoneNumberUtil' shared service.
  4375.      *
  4376.      * @return \libphonenumber\PhoneNumberUtil
  4377.      */
  4378.     protected function getPhoneNumberUtilService()
  4379.     {
  4380.         return $this->privates['libphonenumber\\PhoneNumberUtil'] = \libphonenumber\PhoneNumberUtil::getInstance();
  4381.     }
  4382.     /**
  4383.      * Gets the private 'locale_aware_listener' shared service.
  4384.      *
  4385.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  4386.      */
  4387.     protected function getLocaleAwareListenerService()
  4388.     {
  4389.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  4390.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('ru')));
  4391.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  4392.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  4393.     }
  4394.     /**
  4395.      * Gets the private 'locale_listener' shared service.
  4396.      *
  4397.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  4398.      */
  4399.     protected function getLocaleListenerService()
  4400.     {
  4401.         $a = ($this->services['router'] ?? $this->getRouterService());
  4402.         if (isset($this->privates['locale_listener'])) {
  4403.             return $this->privates['locale_listener'];
  4404.         }
  4405.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'ru'$afalse, []);
  4406.     }
  4407.     /**
  4408.      * Gets the private 'monolog.handler.chromephp' shared service.
  4409.      *
  4410.      * @return \Symfony\Bridge\Monolog\Handler\ChromePhpHandler
  4411.      */
  4412.     protected function getMonolog_Handler_ChromephpService()
  4413.     {
  4414.         $this->privates['monolog.handler.chromephp'] = $instance = new \Symfony\Bridge\Monolog\Handler\ChromePhpHandler('debug'true);
  4415.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  4416.         return $instance;
  4417.     }
  4418.     /**
  4419.      * Gets the private 'monolog.handler.firephp' shared service.
  4420.      *
  4421.      * @return \Symfony\Bridge\Monolog\Handler\FirePHPHandler
  4422.      */
  4423.     protected function getMonolog_Handler_FirephpService()
  4424.     {
  4425.         $this->privates['monolog.handler.firephp'] = $instance = new \Symfony\Bridge\Monolog\Handler\FirePHPHandler('debug'true);
  4426.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  4427.         return $instance;
  4428.     }
  4429.     /**
  4430.      * Gets the private 'monolog.logger' shared service.
  4431.      *
  4432.      * @return \Symfony\Bridge\Monolog\Logger
  4433.      */
  4434.     protected function getMonolog_LoggerService()
  4435.     {
  4436.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  4437.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4438.         $instance->useMicrosecondTimestamps(true);
  4439.         $instance->pushHandler(($this->privates['monolog.handler.chromephp'] ?? $this->getMonolog_Handler_ChromephpService()));
  4440.         $instance->pushHandler(($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService()));
  4441.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4442.         return $instance;
  4443.     }
  4444.     /**
  4445.      * Gets the private 'monolog.logger.cache' shared service.
  4446.      *
  4447.      * @return \Symfony\Bridge\Monolog\Logger
  4448.      */
  4449.     protected function getMonolog_Logger_CacheService()
  4450.     {
  4451.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  4452.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4453.         $instance->pushHandler(($this->privates['monolog.handler.chromephp'] ?? $this->getMonolog_Handler_ChromephpService()));
  4454.         $instance->pushHandler(($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService()));
  4455.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4456.         return $instance;
  4457.     }
  4458.     /**
  4459.      * Gets the private 'monolog.logger.doctrine' shared service.
  4460.      *
  4461.      * @return \Symfony\Bridge\Monolog\Logger
  4462.      */
  4463.     protected function getMonolog_Logger_DoctrineService()
  4464.     {
  4465.         $this->privates['monolog.logger.doctrine'] = $instance = new \Symfony\Bridge\Monolog\Logger('doctrine');
  4466.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4467.         $instance->pushHandler(($this->privates['monolog.handler.chromephp'] ?? $this->getMonolog_Handler_ChromephpService()));
  4468.         $instance->pushHandler(($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService()));
  4469.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4470.         return $instance;
  4471.     }
  4472.     /**
  4473.      * Gets the private 'monolog.logger.request' shared service.
  4474.      *
  4475.      * @return \Symfony\Bridge\Monolog\Logger
  4476.      */
  4477.     protected function getMonolog_Logger_RequestService()
  4478.     {
  4479.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  4480.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4481.         $instance->pushHandler(($this->privates['monolog.handler.chromephp'] ?? $this->getMonolog_Handler_ChromephpService()));
  4482.         $instance->pushHandler(($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService()));
  4483.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4484.         return $instance;
  4485.     }
  4486.     /**
  4487.      * Gets the private 'nelmio_cors.cors_listener' shared service.
  4488.      *
  4489.      * @return \Nelmio\CorsBundle\EventListener\CorsListener
  4490.      */
  4491.     protected function getNelmioCors_CorsListenerService()
  4492.     {
  4493.         return $this->privates['nelmio_cors.cors_listener'] = new \Nelmio\CorsBundle\EventListener\CorsListener(new \Nelmio\CorsBundle\Options\Resolver([=> new \Nelmio\CorsBundle\Options\ConfigProvider($this->parameters['nelmio_cors.map'], $this->getParameter('nelmio_cors.defaults'))]));
  4494.     }
  4495.     /**
  4496.      * Gets the private 'parameter_bag' shared service.
  4497.      *
  4498.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  4499.      */
  4500.     protected function getParameterBagService()
  4501.     {
  4502.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  4503.     }
  4504.     /**
  4505.      * Gets the private 'profile_widget.cache.traceable' shared service.
  4506.      *
  4507.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4508.      */
  4509.     protected function getProfileWidget_Cache_TraceableService()
  4510.     {
  4511.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(120);
  4512.         $b = ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
  4513.         $a->setLogger($b);
  4514.         $c = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('dHIV50xIn+'120, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  4515.         $c->setLogger($b);
  4516.         return $this->privates['profile_widget.cache.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), new \Symfony\Component\Cache\Adapter\ChainAdapter([=> $a=> $c], 120)));
  4517.     }
  4518.     /**
  4519.      * Gets the private 'profiler_listener' shared service.
  4520.      *
  4521.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  4522.      */
  4523.     protected function getProfilerListenerService()
  4524.     {
  4525.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  4526.         if (isset($this->privates['profiler_listener'])) {
  4527.             return $this->privates['profiler_listener'];
  4528.         }
  4529.         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);
  4530.     }
  4531.     /**
  4532.      * Gets the private 'profiles_filter.cache.traceable' shared service.
  4533.      *
  4534.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4535.      */
  4536.     protected function getProfilesFilter_Cache_TraceableService()
  4537.     {
  4538.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(30);
  4539.         $b = ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
  4540.         $a->setLogger($b);
  4541.         $c = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('SQwgrZugKl'30, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  4542.         $c->setLogger($b);
  4543.         return $this->privates['profiles_filter.cache.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), new \Symfony\Component\Cache\Adapter\ChainAdapter([=> $a=> $c], 30)));
  4544.     }
  4545.     /**
  4546.      * Gets the private 'project_data.cache.traceable' shared service.
  4547.      *
  4548.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4549.      */
  4550.     protected function getProjectData_Cache_TraceableService()
  4551.     {
  4552.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(30);
  4553.         $b = ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
  4554.         $a->setLogger($b);
  4555.         $c = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('krgwyiFECm'30, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  4556.         $c->setLogger($b);
  4557.         return $this->privates['project_data.cache.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), new \Symfony\Component\Cache\Adapter\ChainAdapter([=> $a=> $c], 30)));
  4558.     }
  4559.     /**
  4560.      * Gets the private 'property_info' shared service.
  4561.      *
  4562.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  4563.      */
  4564.     protected function getPropertyInfoService()
  4565.     {
  4566.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  4567.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  4568.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4569.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  4570.             yield => ($this->privates['doctrine.orm.multi_website_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_MultiWebsiteEntityManager_PropertyInfoExtractorService'));
  4571.         }, 4), new RewindableGenerator(function () {
  4572.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  4573.             yield => ($this->privates['doctrine.orm.multi_website_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_MultiWebsiteEntityManager_PropertyInfoExtractorService'));
  4574.             yield => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  4575.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  4576.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4577.         }, 5), new RewindableGenerator(function () {
  4578.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  4579.         }, 1), new RewindableGenerator(function () {
  4580.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  4581.             yield => ($this->privates['doctrine.orm.multi_website_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_MultiWebsiteEntityManager_PropertyInfoExtractorService'));
  4582.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4583.         }, 3), new RewindableGenerator(function () {
  4584.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4585.         }, 1));
  4586.     }
  4587.     /**
  4588.      * Gets the private 'router.expression_language_provider' shared service.
  4589.      *
  4590.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  4591.      */
  4592.     protected function getRouter_ExpressionLanguageProviderService()
  4593.     {
  4594.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4595.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  4596.         ], [
  4597.             'env' => 'Closure',
  4598.         ]));
  4599.     }
  4600.     /**
  4601.      * Gets the private 'router.request_context' shared service.
  4602.      *
  4603.      * @return \Symfony\Component\Routing\RequestContext
  4604.      */
  4605.     protected function getRouter_RequestContextService()
  4606.     {
  4607.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  4608.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  4609.         return $instance;
  4610.     }
  4611.     /**
  4612.      * Gets the private 'router_listener' shared service.
  4613.      *
  4614.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  4615.      */
  4616.     protected function getRouterListenerService()
  4617.     {
  4618.         $a = ($this->services['router'] ?? $this->getRouterService());
  4619.         if (isset($this->privates['router_listener'])) {
  4620.             return $this->privates['router_listener'];
  4621.         }
  4622.         return $this->privates['router_listener'] = new \Symfony\Component\HttpKernel\EventListener\RouterListener($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), \dirname(__DIR__4), true);
  4623.     }
  4624.     /**
  4625.      * Gets the private 'security.firewall.map' shared service.
  4626.      *
  4627.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  4628.      */
  4629.     protected function getSecurity_Firewall_MapService()
  4630.     {
  4631.         $a = ($this->privates['.service_locator.Tip.8_I'] ?? $this->get_ServiceLocator_Tip_8IService());
  4632.         if (isset($this->privates['security.firewall.map'])) {
  4633.             return $this->privates['security.firewall.map'];
  4634.         }
  4635.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  4636.             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)/')));
  4637.             yield 'security.firewall.map.context.management' => ($this->privates['.security.request_matcher.KsWz1b8'] ?? ($this->privates['.security.request_matcher.KsWz1b8'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/management')));
  4638.             yield 'security.firewall.map.context.main' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  4639.         }, 3));
  4640.     }
  4641.     /**
  4642.      * Gets the private 'security.helper' shared service.
  4643.      *
  4644.      * @return \Symfony\Component\Security\Core\Security
  4645.      */
  4646.     protected function getSecurity_HelperService()
  4647.     {
  4648.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4649.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  4650.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  4651.         ], [
  4652.             'security.authorization_checker' => '?',
  4653.             'security.token_storage' => '?',
  4654.         ]));
  4655.     }
  4656.     /**
  4657.      * Gets the private 'security.logout_url_generator' shared service.
  4658.      *
  4659.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  4660.      */
  4661.     protected function getSecurity_LogoutUrlGeneratorService()
  4662.     {
  4663.         $a = ($this->services['router'] ?? $this->getRouterService());
  4664.         if (isset($this->privates['security.logout_url_generator'])) {
  4665.             return $this->privates['security.logout_url_generator'];
  4666.         }
  4667.         $this->privates['security.logout_url_generator'] = $instance = new \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  4668.         $instance->registerListener('management''management.authentication.logout''logout''_csrf_token'NULLNULL);
  4669.         $instance->registerListener('main''logout''logout''_csrf_token'NULLNULL);
  4670.         return $instance;
  4671.     }
  4672.     /**
  4673.      * Gets the private 'security.role_hierarchy' shared service.
  4674.      *
  4675.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  4676.      */
  4677.     protected function getSecurity_RoleHierarchyService()
  4678.     {
  4679.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  4680.     }
  4681.     /**
  4682.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  4683.      *
  4684.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  4685.      */
  4686.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  4687.     {
  4688.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  4689.     }
  4690.     /**
  4691.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  4692.      *
  4693.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  4694.      */
  4695.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  4696.     {
  4697.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  4698.         $b = new \App\ParamConverter\CityParamConverter(($this->privates['App\\Repository\\CityRepository'] ?? $this->getCityRepositoryService()), ($this->privates['App\\Service\\DefaultCityProvider'] ?? $this->getDefaultCityProviderService()));
  4699.         $a->add($b0'city_converter');
  4700.         $a->add($b0NULL);
  4701.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  4702.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  4703.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  4704.     }
  4705.     /**
  4706.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  4707.      *
  4708.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  4709.      */
  4710.     protected function getSensioFrameworkExtra_Security_ListenerService()
  4711.     {
  4712.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  4713.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  4714.             return $this->privates['sensio_framework_extra.security.listener'];
  4715.         }
  4716.         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()));
  4717.     }
  4718.     /**
  4719.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  4720.      *
  4721.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  4722.      */
  4723.     protected function getSensioFrameworkExtra_View_ListenerService()
  4724.     {
  4725.         $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))));
  4726.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4727.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  4728.         ], [
  4729.             'twig' => '?',
  4730.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  4731.         return $instance;
  4732.     }
  4733.     /**
  4734.      * Gets the private 'session_listener' shared service.
  4735.      *
  4736.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  4737.      */
  4738.     protected function getSessionListenerService()
  4739.     {
  4740.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4741.             'initialized_session' => ['services''.container.private.session'NULLtrue],
  4742.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  4743.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  4744.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'true],
  4745.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  4746.             'session_factory' => ['privates''session.factory''getSession_FactoryService'true],
  4747.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'true],
  4748.         ], [
  4749.             'initialized_session' => '?',
  4750.             'logger' => '?',
  4751.             'request_stack' => '?',
  4752.             'session' => '?',
  4753.             'session_collector' => '?',
  4754.             'session_factory' => '?',
  4755.             'session_storage' => '?',
  4756.         ]), true$this->parameters['session.storage.options']);
  4757.     }
  4758.     /**
  4759.      * Gets the private 'sidebar_new_check_cool_down.cache.traceable' shared service.
  4760.      *
  4761.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4762.      */
  4763.     protected function getSidebarNewCheckCoolDown_Cache_TraceableService()
  4764.     {
  4765.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(30);
  4766.         $b = ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
  4767.         $a->setLogger($b);
  4768.         $c = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('uLQQjCa71w'30, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  4769.         $c->setLogger($b);
  4770.         return $this->privates['sidebar_new_check_cool_down.cache.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), new \Symfony\Component\Cache\Adapter\ChainAdapter([=> $a=> $c], 30)));
  4771.     }
  4772.     /**
  4773.      * Gets the private 'station_added_profiles.cache.traceable' shared service.
  4774.      *
  4775.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4776.      */
  4777.     protected function getStationAddedProfiles_Cache_TraceableService()
  4778.     {
  4779.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(120);
  4780.         $b = ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
  4781.         $a->setLogger($b);
  4782.         $c = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('4HdD1QhuFD'120, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  4783.         $c->setLogger($b);
  4784.         return $this->privates['station_added_profiles.cache.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), new \Symfony\Component\Cache\Adapter\ChainAdapter([=> $a=> $c], 120)));
  4785.     }
  4786.     /**
  4787.      * Gets the private 'stations_lines.cache.traceable' shared service.
  4788.      *
  4789.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4790.      */
  4791.     protected function getStationsLines_Cache_TraceableService()
  4792.     {
  4793.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(30);
  4794.         $b = ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
  4795.         $a->setLogger($b);
  4796.         $c = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('N0T5yTKxxA'30, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  4797.         $c->setLogger($b);
  4798.         return $this->privates['stations_lines.cache.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), new \Symfony\Component\Cache\Adapter\ChainAdapter([=> $a=> $c], 30)));
  4799.     }
  4800.     /**
  4801.      * Gets the private 'stof_doctrine_extensions.event_listener.blame' shared service.
  4802.      *
  4803.      * @return \Stof\DoctrineExtensionsBundle\EventListener\BlameListener
  4804.      */
  4805.     protected function getStofDoctrineExtensions_EventListener_BlameService()
  4806.     {
  4807.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  4808.         if (isset($this->privates['stof_doctrine_extensions.event_listener.blame'])) {
  4809.             return $this->privates['stof_doctrine_extensions.event_listener.blame'];
  4810.         }
  4811.         return $this->privates['stof_doctrine_extensions.event_listener.blame'] = new \Stof\DoctrineExtensionsBundle\EventListener\BlameListener(($this->privates['stof_doctrine_extensions.listener.blameable'] ?? $this->getStofDoctrineExtensions_Listener_BlameableService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a);
  4812.     }
  4813.     /**
  4814.      * Gets the private 'stof_doctrine_extensions.event_listener.locale' shared service.
  4815.      *
  4816.      * @return \Stof\DoctrineExtensionsBundle\EventListener\LocaleListener
  4817.      */
  4818.     protected function getStofDoctrineExtensions_EventListener_LocaleService()
  4819.     {
  4820.         return $this->privates['stof_doctrine_extensions.event_listener.locale'] = new \Stof\DoctrineExtensionsBundle\EventListener\LocaleListener(($this->privates['stof_doctrine_extensions.listener.translatable'] ?? $this->getStofDoctrineExtensions_Listener_TranslatableService()));
  4821.     }
  4822.     /**
  4823.      * Gets the private 'stof_doctrine_extensions.event_listener.logger' shared service.
  4824.      *
  4825.      * @return \Stof\DoctrineExtensionsBundle\EventListener\LoggerListener
  4826.      */
  4827.     protected function getStofDoctrineExtensions_EventListener_LoggerService()
  4828.     {
  4829.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  4830.         if (isset($this->privates['stof_doctrine_extensions.event_listener.logger'])) {
  4831.             return $this->privates['stof_doctrine_extensions.event_listener.logger'];
  4832.         }
  4833.         return $this->privates['stof_doctrine_extensions.event_listener.logger'] = new \Stof\DoctrineExtensionsBundle\EventListener\LoggerListener(($this->privates['stof_doctrine_extensions.listener.loggable'] ?? $this->getStofDoctrineExtensions_Listener_LoggableService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a);
  4834.     }
  4835.     /**
  4836.      * Gets the private 'stof_doctrine_extensions.listener.blameable' shared service.
  4837.      *
  4838.      * @return \Gedmo\Blameable\BlameableListener
  4839.      */
  4840.     protected function getStofDoctrineExtensions_Listener_BlameableService()
  4841.     {
  4842.         $this->privates['stof_doctrine_extensions.listener.blameable'] = $instance = new \Gedmo\Blameable\BlameableListener();
  4843.         $instance->setCacheItemPool(($this->privates['stof_doctrine_extensions.metadata_cache'] ?? ($this->privates['stof_doctrine_extensions.metadata_cache'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter())));
  4844.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  4845.         return $instance;
  4846.     }
  4847.     /**
  4848.      * Gets the private 'stof_doctrine_extensions.listener.loggable' shared service.
  4849.      *
  4850.      * @return \Gedmo\Loggable\LoggableListener
  4851.      */
  4852.     protected function getStofDoctrineExtensions_Listener_LoggableService()
  4853.     {
  4854.         $this->privates['stof_doctrine_extensions.listener.loggable'] = $instance = new \Gedmo\Loggable\LoggableListener();
  4855.         $instance->setCacheItemPool(($this->privates['stof_doctrine_extensions.metadata_cache'] ?? ($this->privates['stof_doctrine_extensions.metadata_cache'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter())));
  4856.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  4857.         return $instance;
  4858.     }
  4859.     /**
  4860.      * Gets the private 'stof_doctrine_extensions.listener.translatable' shared service.
  4861.      *
  4862.      * @return \Gedmo\Translatable\TranslatableListener
  4863.      */
  4864.     protected function getStofDoctrineExtensions_Listener_TranslatableService()
  4865.     {
  4866.         $this->privates['stof_doctrine_extensions.listener.translatable'] = $instance = new \Gedmo\Translatable\TranslatableListener();
  4867.         $instance->setCacheItemPool(($this->privates['stof_doctrine_extensions.metadata_cache'] ?? ($this->privates['stof_doctrine_extensions.metadata_cache'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter())));
  4868.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  4869.         $instance->setDefaultLocale('ru');
  4870.         $instance->setTranslatableLocale('ru');
  4871.         $instance->setTranslationFallback(true);
  4872.         $instance->setPersistDefaultLocaleTranslation(false);
  4873.         $instance->setSkipOnLoad(false);
  4874.         return $instance;
  4875.     }
  4876.     /**
  4877.      * Gets the private 'translator.data_collector' shared service.
  4878.      *
  4879.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  4880.      */
  4881.     protected function getTranslator_DataCollectorService()
  4882.     {
  4883.         return $this->privates['translator.data_collector'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  4884.     }
  4885.     /**
  4886.      * Gets the private 'translator.default' shared service.
  4887.      *
  4888.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  4889.      */
  4890.     protected function getTranslator_DefaultService()
  4891.     {
  4892.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4893.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  4894.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  4895.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  4896.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  4897.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  4898.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  4899.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  4900.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  4901.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  4902.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  4903.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  4904.         ], [
  4905.             'translation.loader.csv' => '?',
  4906.             'translation.loader.dat' => '?',
  4907.             'translation.loader.ini' => '?',
  4908.             'translation.loader.json' => '?',
  4909.             'translation.loader.mo' => '?',
  4910.             'translation.loader.php' => '?',
  4911.             'translation.loader.po' => '?',
  4912.             'translation.loader.qt' => '?',
  4913.             'translation.loader.res' => '?',
  4914.             'translation.loader.xliff' => '?',
  4915.             'translation.loader.yml' => '?',
  4916.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'ru', ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ar.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.ar.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ar.xliff')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.bg.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.bg.xlf'), => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.bg.xliff')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ca.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.ca.xlf'), => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ca.xliff')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.cs.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.cs.xlf'), => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.cs.xliff')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.da.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.da.xlf'), => (\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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.de.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.de.xlf'), => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.de.xliff')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.el.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.el.xlf')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.en.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.en.xlf'), => (\dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Resources/translations/EasyAdminBundle.en.xlf'), => (\dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Resources/translations/OneupUploaderBundle.en.yml'), => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.en.xliff'), 10 => (\dirname(__DIR__4).'/translations/account_left_menu.en.yaml'), 11 => (\dirname(__DIR__4).'/translations/breadcrumbs.en.yaml'), 12 => (\dirname(__DIR__4).'/translations/left_menu.en.yaml'), 13 => (\dirname(__DIR__4).'/translations/messages.en.yaml'), 14 => (\dirname(__DIR__4).'/translations/service_groups.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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.es.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.es.xlf'), => (\dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Resources/translations/EasyAdminBundle.es.xlf'), => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.es.xliff')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.eu.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.eu.xlf'), => (\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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fa.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.fa.xlf'), => (\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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fi.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.fi.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fi.xliff')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fr.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.fr.xlf'), => (\dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Resources/translations/EasyAdminBundle.fr.xlf'), => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fr.xliff')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.gl.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.gl.xlf')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.hr.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.hr.xlf'), => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.hr.xlf'), => (\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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.hu.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.hu.xlf'), => (\dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Resources/translations/EasyAdminBundle.hu.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hu.xliff')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.it.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.it.xlf'), => (\dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Resources/translations/EasyAdminBundle.it.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.it.xliff')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ja.xliff')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.lt.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.lt.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.lt.xliff')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mk.xlf')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.nl.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.nl.xlf'), => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.nl.xliff')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.no.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.pl.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.pl.xlf'), => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pl.xliff')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.pt.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.pt.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.pt.xlf')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.pt_BR.xlf'), => (\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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ro.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.ro.xlf'), => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.ro.xlf'), => (\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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ru.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.ru.xlf'), => (\dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Resources/translations/EasyAdminBundle.ru.xlf'), => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ru.xliff'), => (\dirname(__DIR__4).'/translations/account_left_menu.ru.yaml'), 10 => (\dirname(__DIR__4).'/translations/body_types.ru.yaml'), 11 => (\dirname(__DIR__4).'/translations/breadcrumbs.ru.yaml'), 12 => (\dirname(__DIR__4).'/translations/breast_types.ru.yaml'), 13 => (\dirname(__DIR__4).'/translations/city_main_pages_linkage.ru.yaml'), 14 => (\dirname(__DIR__4).'/translations/city_main_pages_linkage_by_countries.ru.yaml'), 15 => (\dirname(__DIR__4).'/translations/client_types.ru.yaml'), 16 => (\dirname(__DIR__4).'/translations/districts_linkage.ru.yaml'), 17 => (\dirname(__DIR__4).'/translations/easy_admin.ru.yaml'), 18 => (\dirname(__DIR__4).'/translations/genders.ru.yaml'), 19 => (\dirname(__DIR__4).'/translations/hair_colors.ru.yaml'), 20 => (\dirname(__DIR__4).'/translations/inner_linkage_circle.ru.yaml'), 21 => (\dirname(__DIR__4).'/translations/left_menu.ru.yaml'), 22 => (\dirname(__DIR__4).'/translations/messages.ru.yaml'), 23 => (\dirname(__DIR__4).'/translations/nationalities.ru.yaml'), 24 => (\dirname(__DIR__4).'/translations/phone_call_restrictions.ru.yaml'), 25 => (\dirname(__DIR__4).'/translations/private_haircuts.ru.yaml'), 26 => (\dirname(__DIR__4).'/translations/service_conditions.ru.yaml'), 27 => (\dirname(__DIR__4).'/translations/service_groups.ru.yaml'), 28 => (\dirname(__DIR__4).'/translations/station_pages_linkage.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/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.sk.xlf')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sl.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.sl.xlf'), => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.sl.xlf')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.sr_Latn.xlf')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sv.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.sv.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.sv.xlf'), => (\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')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.tr.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.tr.xlf'), => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.tr.xliff')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.uk.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.uk.xlf'), => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.uk.xliff')], 'ur' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Resources/translations/EasyAdminBundle.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.zh_CN.xlf')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Resources/translations/EasyAdminBundle.zh_TW.xlf')], 'sr_RS' => [=> (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sr_RS.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.sr_RS.xlf')], 'bs_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.bs_Cyrl.xlf')], 'dk' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.dk.xlf')], 'en_AU' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.en_AU.xlf')], 'en_CA' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.en_CA.xlf')], 'en_GB' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.en_GB.xlf')], 'en_IE' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.en_IE.xlf')], 'en_NZ' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.en_NZ.xlf')], 'en_PH' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.en_PH.xlf')], 'en_SG' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.en_SG.xlf')], 'en_US' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.en_US.xlf')], 'en_ZA' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.en_ZA.xlf')], 'es_419' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.es_419.xlf')], 'se' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.se.xlf')], 'sr' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.sr.xlf')], 'ky' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ky.xliff')], 'sw' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sw.xliff')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations'), => (\dirname(__DIR__4).'/translations'), 10 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), 11 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 12 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 13 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 15 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 16 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 17 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 18 => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/translations'), 19 => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src/translations'), 20 => (\dirname(__DIR__4).'/vendor/cocur/slugify/src/Bridge/Symfony/translations'), 21 => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle/translations'), 22 => (\dirname(__DIR__4).'/vendor/flagception/flagception-bundle/src/translations'), 23 => (\dirname(__DIR__4).'/vendor/presta/sitemap-bundle/translations'), 24 => (\dirname(__DIR__4).'/vendor/oneup/flysystem-bundle/src/translations'), 25 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 26 => (\dirname(__DIR__4).'/vendor/snc/redis-bundle/src/translations'), 27 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/translations'), 28 => (\dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src/translations'), 29 => (\dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/translations'), 30 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/translations'), 31 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 32 => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/translations'), 33 => (\dirname(__DIR__4).'/packages/translatable-bundle/translations'), 34 => (\dirname(__DIR__4).'/packages/porpaginas-bundle/translations'), 35 => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), 36 => (\dirname(__DIR__4).'/vendor/bigidea/geographical-names-inflection-bundle/src/translations'), 37 => (\dirname(__DIR__4).'/vendor/bigidea/morphos-twig-bundle/src/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/easycorp/easyadmin-bundle/src/Resources/translations'=> 'vendor/alterphp/easyadmin-extension-bundle/src/Resources/translations'=> 'vendor/oneup/uploader-bundle/src/Resources/translations'=> 'vendor/excelwebzone/recaptcha-bundle/src/Resources/translations'=> 'vendor/odolbeau/phone-number-bundle/src/Resources/translations'=> 'vendor/knplabs/knp-paginator-bundle/translations'=> 'translations'10 => 'vendor/symfony/framework-bundle/translations'11 => 'vendor/sensio/framework-extra-bundle/src/translations'12 => 'vendor/doctrine/doctrine-bundle/translations'13 => 'vendor/symfony/security-bundle/translations'14 => 'vendor/symfony/twig-bundle/translations'15 => 'vendor/symfony/web-profiler-bundle/translations'16 => 'vendor/symfony/monolog-bundle/translations'17 => 'vendor/symfony/debug-bundle/translations'18 => 'vendor/knplabs/knp-menu-bundle/src/translations'19 => 'vendor/stof/doctrine-extensions-bundle/src/translations'20 => 'vendor/cocur/slugify/src/Bridge/Symfony/translations'21 => 'vendor/nelmio/cors-bundle/translations'22 => 'vendor/flagception/flagception-bundle/src/translations'23 => 'vendor/presta/sitemap-bundle/translations'24 => 'vendor/oneup/flysystem-bundle/src/translations'25 => 'vendor/doctrine/doctrine-fixtures-bundle/translations'26 => 'vendor/snc/redis-bundle/src/translations'27 => 'vendor/friendsofsymfony/jsrouting-bundle/translations'28 => 'vendor/eightpoints/guzzle-bundle/src/translations'29 => 'vendor/sentry/sentry-symfony/src/translations'30 => 'vendor/friendsofsymfony/elastica-bundle/src/translations'31 => 'vendor/doctrine/doctrine-migrations-bundle/translations'32 => 'vendor/symfony/webpack-encore-bundle/src/translations'33 => 'packages/translatable-bundle/translations'34 => 'packages/porpaginas-bundle/translations'35 => 'vendor/twig/extra-bundle/translations'36 => 'vendor/bigidea/geographical-names-inflection-bundle/src/translations'37 => 'vendor/bigidea/morphos-twig-bundle/src/translations']]], []);
  4917.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  4918.         $instance->setFallbackLocales([=> 'ru']);
  4919.         return $instance;
  4920.     }
  4921.     /**
  4922.      * Gets the private 'twig.loader.native_filesystem' shared service.
  4923.      *
  4924.      * @return \Twig\Loader\FilesystemLoader
  4925.      */
  4926.     protected function getTwig_Loader_NativeFilesystemService()
  4927.     {
  4928.         $this->privates['twig.loader.native_filesystem'] = $instance = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  4929.         $instance->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'));
  4930.         $instance->addPath((\dirname(__DIR__4).'/templates/bundles/EasyAdminBundle/'), 'EasyAdmin');
  4931.         $instance->addPath((\dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Resources/views/'), 'EasyAdmin');
  4932.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/templates'), 'Doctrine');
  4933.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/templates'), '!Doctrine');
  4934.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  4935.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  4936.         $instance->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), 'Twig');
  4937.         $instance->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), '!Twig');
  4938.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  4939.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  4940.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  4941.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  4942.         $instance->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), 'KnpMenu');
  4943.         $instance->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), '!KnpMenu');
  4944.         $instance->addPath((\dirname(__DIR__4).'/vendor/flagception/flagception-bundle/src/Resources/views'), 'Flagception');
  4945.         $instance->addPath((\dirname(__DIR__4).'/vendor/flagception/flagception-bundle/src/Resources/views'), '!Flagception');
  4946.         $instance->addPath((\dirname(__DIR__4).'/templates/bundles/EasyAdminBundle'), 'EasyAdmin');
  4947.         $instance->addPath((\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), 'EasyAdmin');
  4948.         $instance->addPath((\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), '!EasyAdmin');
  4949.         $instance->addPath((\dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Resources/views'), 'EasyAdminExtension');
  4950.         $instance->addPath((\dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Resources/views'), '!EasyAdminExtension');
  4951.         $instance->addPath((\dirname(__DIR__4).'/vendor/snc/redis-bundle/src/Resources/views'), 'SncRedis');
  4952.         $instance->addPath((\dirname(__DIR__4).'/vendor/snc/redis-bundle/src/Resources/views'), '!SncRedis');
  4953.         $instance->addPath((\dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src/Resources/views'), 'EightPointsGuzzle');
  4954.         $instance->addPath((\dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src/Resources/views'), '!EightPointsGuzzle');
  4955.         $instance->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Resources/views'), 'FOSElastica');
  4956.         $instance->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Resources/views'), '!FOSElastica');
  4957.         $instance->addPath((\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/views'), 'EWZRecaptcha');
  4958.         $instance->addPath((\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/views'), '!EWZRecaptcha');
  4959.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  4960.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  4961.         $instance->addPath((\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/views'), 'MisdPhoneNumber');
  4962.         $instance->addPath((\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/views'), '!MisdPhoneNumber');
  4963.         $instance->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  4964.         $instance->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  4965.         $instance->addPath((\dirname(__DIR__4).'/templates'));
  4966.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  4967.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  4968.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  4969.         return $instance;
  4970.     }
  4971.     /**
  4972.      * Gets the private 'user_predict.cache.traceable' shared service.
  4973.      *
  4974.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4975.      */
  4976.     protected function getUserPredict_Cache_TraceableService()
  4977.     {
  4978.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(30);
  4979.         $b = ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
  4980.         $a->setLogger($b);
  4981.         $c = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('g9ESSj4gxn'30, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  4982.         $c->setLogger($b);
  4983.         return $this->privates['user_predict.cache.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), new \Symfony\Component\Cache\Adapter\ChainAdapter([=> $a=> $c], 30)));
  4984.     }
  4985.     /**
  4986.      * Gets the private 'validator.builder' shared service.
  4987.      *
  4988.      * @return \Symfony\Component\Validator\ValidatorBuilder
  4989.      */
  4990.     protected function getValidator_BuilderService()
  4991.     {
  4992.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  4993.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  4994.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4995.             'App\\Validator\\Constraints\\EmailNotBlackValidator' => ['privates''App\\Validator\\Constraints\\EmailNotBlackValidator''getEmailNotBlackValidatorService'true],
  4996.             'App\\Validator\\Constraints\\NoStopWordsValidator' => ['privates''App\\Validator\\Constraints\\NoStopWordsValidator''getNoStopWordsValidatorService'true],
  4997.             'App\\Validator\\Constraints\\PhoneNotBlackValidator' => ['privates''App\\Validator\\Constraints\\PhoneNotBlackValidator''getPhoneNotBlackValidatorService'true],
  4998.             'App\\Validator\\Constraints\\PhoneReviewNotAddedValidator' => ['privates''App\\Validator\\Constraints\\PhoneReviewNotAddedValidator''getPhoneReviewNotAddedValidatorService'true],
  4999.             'App\\Validator\\Constraints\\TelegramUsernameNotValidValidator' => ['privates''App\\Validator\\Constraints\\TelegramUsernameNotValidValidator''getTelegramUsernameNotValidValidatorService'true],
  5000.             'App\\Validator\\Constraints\\TextIsNotASpamValidator' => ['privates''App\\Validator\\Constraints\\TextIsNotASpamValidator''getTextIsNotASpamValidatorService'true],
  5001.             'App\\Validator\\Constraints\\ValidPhoneForCountryValidator' => ['privates''App\\Validator\\Constraints\\ValidPhoneForCountryValidator''getValidPhoneForCountryValidatorService'true],
  5002.             'EWZ\\Bundle\\RecaptchaBundle\\Validator\\Constraints\\IsTrueValidator' => ['services''ewz_recaptcha.validator.true''getEwzRecaptcha_Validator_TrueService'true],
  5003.             'EWZ\\Bundle\\RecaptchaBundle\\Validator\\Constraints\\IsTrueValidatorV3' => ['services''ewz_recaptcha.validator.v3.true''getEwzRecaptcha_Validator_V3_TrueService'true],
  5004.             'Misd\\PhoneNumberBundle\\Validator\\Constraints\\PhoneNumberValidator' => ['privates''Misd\\PhoneNumberBundle\\Validator\\Constraints\\PhoneNumberValidator''getPhoneNumberValidatorService'true],
  5005.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  5006.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  5007.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  5008.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  5009.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  5010.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  5011.             'ewz_recaptcha.true' => ['services''ewz_recaptcha.validator.true''getEwzRecaptcha_Validator_TrueService'true],
  5012.             'ewz_recaptcha.v3.true' => ['services''ewz_recaptcha.validator.v3.true''getEwzRecaptcha_Validator_V3_TrueService'true],
  5013.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  5014.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  5015.         ], [
  5016.             'App\\Validator\\Constraints\\EmailNotBlackValidator' => '?',
  5017.             'App\\Validator\\Constraints\\NoStopWordsValidator' => '?',
  5018.             'App\\Validator\\Constraints\\PhoneNotBlackValidator' => '?',
  5019.             'App\\Validator\\Constraints\\PhoneReviewNotAddedValidator' => '?',
  5020.             'App\\Validator\\Constraints\\TelegramUsernameNotValidValidator' => '?',
  5021.             'App\\Validator\\Constraints\\TextIsNotASpamValidator' => '?',
  5022.             'App\\Validator\\Constraints\\ValidPhoneForCountryValidator' => '?',
  5023.             'EWZ\\Bundle\\RecaptchaBundle\\Validator\\Constraints\\IsTrueValidator' => '?',
  5024.             'EWZ\\Bundle\\RecaptchaBundle\\Validator\\Constraints\\IsTrueValidatorV3' => '?',
  5025.             'Misd\\PhoneNumberBundle\\Validator\\Constraints\\PhoneNumberValidator' => '?',
  5026.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  5027.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  5028.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  5029.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  5030.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  5031.             'doctrine.orm.validator.unique' => '?',
  5032.             'ewz_recaptcha.true' => '?',
  5033.             'ewz_recaptcha.v3.true' => '?',
  5034.             'security.validator.user_password' => '?',
  5035.             'validator.expression' => '?',
  5036.         ])));
  5037.         if ($this->has('translator')) {
  5038.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  5039.         }
  5040.         $instance->setTranslationDomain('validators');
  5041.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  5042.         $instance->enableAnnotationMapping(true);
  5043.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  5044.         $instance->addMethodMapping('loadValidatorMetadata');
  5045.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  5046.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  5047.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  5048.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.multi_website_entity_manager'] ?? $this->getDoctrine_Orm_MultiWebsiteEntityManagerService()), NULL));
  5049.         return $instance;
  5050.     }
  5051.     /**
  5052.      * Gets the private 'var_dumper.html_dumper' shared service.
  5053.      *
  5054.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  5055.      */
  5056.     protected function getVarDumper_HtmlDumperService()
  5057.     {
  5058.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  5059.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  5060.         return $instance;
  5061.     }
  5062.     /**
  5063.      * Gets the private 'web_profiler.csp.handler' shared service.
  5064.      *
  5065.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  5066.      */
  5067.     protected function getWebProfiler_Csp_HandlerService()
  5068.     {
  5069.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  5070.     }
  5071.     /**
  5072.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  5073.      *
  5074.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  5075.      */
  5076.     protected function getWebProfiler_DebugToolbarService()
  5077.     {
  5078.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  5079.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  5080.             return $this->privates['web_profiler.debug_toolbar'];
  5081.         }
  5082.         $b = ($this->services['router'] ?? $this->getRouterService());
  5083.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  5084.             return $this->privates['web_profiler.debug_toolbar'];
  5085.         }
  5086.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener($afalse2$b'^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), ($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  5087.     }
  5088.     /**
  5089.      * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  5090.      *
  5091.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  5092.      */
  5093.     protected function getWebpackEncore_EntrypointLookupCollectionService()
  5094.     {
  5095.         return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5096.             'basicConfig' => ['privates''webpack_encore.entrypoint_lookup[basicConfig]''getWebpackEncore_EntrypointLookupbasicConfigService'true],
  5097.             'nodomainConfig' => ['privates''webpack_encore.entrypoint_lookup[nodomainConfig]''getWebpackEncore_EntrypointLookupnodomainConfigService'true],
  5098.             'nohashConfig' => ['privates''webpack_encore.entrypoint_lookup[nohashConfig]''getWebpackEncore_EntrypointLookupnohashConfigService'true],
  5099.         ], [
  5100.             'basicConfig' => '?',
  5101.             'nodomainConfig' => '?',
  5102.             'nohashConfig' => '?',
  5103.         ]));
  5104.     }
  5105.     /**
  5106.      * Gets the public 'cache_clearer' alias.
  5107.      *
  5108.      * @return object The ".container.private.cache_clearer" service.
  5109.      */
  5110.     protected function getCacheClearerService()
  5111.     {
  5112.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  5113.         return $this->get('.container.private.cache_clearer');
  5114.     }
  5115.     /**
  5116.      * Gets the public 'filesystem' alias.
  5117.      *
  5118.      * @return object The ".container.private.filesystem" service.
  5119.      */
  5120.     protected function getFilesystemService()
  5121.     {
  5122.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  5123.         return $this->get('.container.private.filesystem');
  5124.     }
  5125.     /**
  5126.      * Gets the public 'serializer' alias.
  5127.      *
  5128.      * @return object The ".container.private.serializer" service.
  5129.      */
  5130.     protected function getSerializerService()
  5131.     {
  5132.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  5133.         return $this->get('.container.private.serializer');
  5134.     }
  5135.     /**
  5136.      * Gets the public 'security.csrf.token_manager' alias.
  5137.      *
  5138.      * @return object The ".container.private.security.csrf.token_manager" service.
  5139.      */
  5140.     protected function getSecurity_Csrf_TokenManagerService()
  5141.     {
  5142.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  5143.         return $this->get('.container.private.security.csrf.token_manager');
  5144.     }
  5145.     /**
  5146.      * Gets the public 'form.factory' alias.
  5147.      *
  5148.      * @return object The ".container.private.form.factory" service.
  5149.      */
  5150.     protected function getForm_FactoryService()
  5151.     {
  5152.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  5153.         return $this->get('.container.private.form.factory');
  5154.     }
  5155.     /**
  5156.      * Gets the public 'form.type.file' alias.
  5157.      *
  5158.      * @return object The ".container.private.form.type.file" service.
  5159.      */
  5160.     protected function getForm_Type_FileService()
  5161.     {
  5162.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  5163.         return $this->get('.container.private.form.type.file');
  5164.     }
  5165.     /**
  5166.      * Gets the public 'profiler' alias.
  5167.      *
  5168.      * @return object The ".container.private.profiler" service.
  5169.      */
  5170.     protected function getProfilerService()
  5171.     {
  5172.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  5173.         return $this->get('.container.private.profiler');
  5174.     }
  5175.     /**
  5176.      * Gets the public 'security.authorization_checker' alias.
  5177.      *
  5178.      * @return object The ".container.private.security.authorization_checker" service.
  5179.      */
  5180.     protected function getSecurity_AuthorizationCheckerService()
  5181.     {
  5182.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  5183.         return $this->get('.container.private.security.authorization_checker');
  5184.     }
  5185.     /**
  5186.      * Gets the public 'security.token_storage' alias.
  5187.      *
  5188.      * @return object The ".container.private.security.token_storage" service.
  5189.      */
  5190.     protected function getSecurity_TokenStorageService()
  5191.     {
  5192.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  5193.         return $this->get('.container.private.security.token_storage');
  5194.     }
  5195.     /**
  5196.      * Gets the public 'twig' alias.
  5197.      *
  5198.      * @return object The ".container.private.twig" service.
  5199.      */
  5200.     protected function getTwigService()
  5201.     {
  5202.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  5203.         return $this->get('.container.private.twig');
  5204.     }
  5205.     /**
  5206.      * Gets the public 'security.password_encoder' alias.
  5207.      *
  5208.      * @return object The ".container.private.security.password_encoder" service.
  5209.      */
  5210.     protected function getSecurity_PasswordEncoderService()
  5211.     {
  5212.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  5213.         return $this->get('.container.private.security.password_encoder');
  5214.     }
  5215.     /**
  5216.      * Gets the public 'session' alias.
  5217.      *
  5218.      * @return object The ".container.private.session" service.
  5219.      */
  5220.     protected function getSessionService()
  5221.     {
  5222.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  5223.         return $this->get('.container.private.session');
  5224.     }
  5225.     /**
  5226.      * Gets the public 'validator' alias.
  5227.      *
  5228.      * @return object The ".container.private.validator" service.
  5229.      */
  5230.     protected function getValidatorService()
  5231.     {
  5232.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  5233.         return $this->get('.container.private.validator');
  5234.     }
  5235.     /**
  5236.      * @return array|bool|float|int|string|\UnitEnum|null
  5237.      */
  5238.     public function getParameter(string $name)
  5239.     {
  5240.         if (isset($this->buildParameters[$name])) {
  5241.             return $this->buildParameters[$name];
  5242.         }
  5243.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  5244.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  5245.         }
  5246.         if (isset($this->loadedDynamicParameters[$name])) {
  5247.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  5248.         }
  5249.         return $this->parameters[$name];
  5250.     }
  5251.     public function hasParameter(string $name): bool
  5252.     {
  5253.         if (isset($this->buildParameters[$name])) {
  5254.             return true;
  5255.         }
  5256.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  5257.     }
  5258.     public function setParameter(string $name$value): void
  5259.     {
  5260.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  5261.     }
  5262.     public function getParameterBag(): ParameterBagInterface
  5263.     {
  5264.         if (null === $this->parameterBag) {
  5265.             $parameters $this->parameters;
  5266.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  5267.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  5268.             }
  5269.             foreach ($this->buildParameters as $name => $value) {
  5270.                 $parameters[$name] = $value;
  5271.             }
  5272.             $this->parameterBag = new FrozenParameterBag($parameters);
  5273.         }
  5274.         return $this->parameterBag;
  5275.     }
  5276.     private $loadedDynamicParameters = [
  5277.         'kernel.runtime_environment' => false,
  5278.         'kernel.build_dir' => false,
  5279.         'kernel.cache_dir' => false,
  5280.         'raw_trusted_proxies' => false,
  5281.         'env(APP_VERSION)' => false,
  5282.         'app.use_legacy_domain_redirector' => false,
  5283.         'app.redirect_paths' => false,
  5284.         'default_city' => false,
  5285.         'default_currency' => false,
  5286.         'default_timezone' => false,
  5287.         'default_timezone.city_name' => false,
  5288.         'management_timezone' => false,
  5289.         'app.main_domain' => false,
  5290.         'app.mirror_domain' => false,
  5291.         'app.approval_media_upload_domain' => false,
  5292.         'app.responsive_media_base_url' => false,
  5293.         'app.email' => false,
  5294.         'app.login.five.day' => false,
  5295.         'app.sitemap.https' => false,
  5296.         'app.sitemap.gzip' => false,
  5297.         'app.sitemap.directory' => false,
  5298.         'app.cache_prefix' => false,
  5299.         'app.cache_prefix.redis' => false,
  5300.         'app.redis_url' => false,
  5301.         'app.profile.avatar.min_width' => false,
  5302.         'app.profile.avatar.min_height' => false,
  5303.         'app.profile.image.max_side_size' => false,
  5304.         'app.profile.page.deleted_profile_http_200_starting_from' => false,
  5305.         'app.profile.page.deleted_saloon_http_200_starting_from' => false,
  5306.         'app.profile.station_page.added_profiles.spread' => false,
  5307.         'app.profile.bulk_action.max_entities_to_process_immediately' => false,
  5308.         'app.profile_approval_bonus_amount' => false,
  5309.         'app.path.video.tmp' => false,
  5310.         'app.path.video_watermark' => false,
  5311.         'app.api.vouchers.whitelist' => false,
  5312.         'oplata_info.merchant_id' => false,
  5313.         'oplata_info.merchant_password' => false,
  5314.         'stations_update.domain' => false,
  5315.         'profile_list.per_page' => false,
  5316.         'saloon_list.per_page' => false,
  5317.         'homepage.city.masseurs_block.count' => false,
  5318.         'homepage.city.saloons_block.count' => false,
  5319.         'customer.preferred_profiles.per_page' => false,
  5320.         'customer.favourite_profiles.per_page' => false,
  5321.         'customer.profile_comments.per_page' => false,
  5322.         'customer.saloon_comments.per_page' => false,
  5323.         'advertiser.profiles.per_page' => false,
  5324.         'advertiser.saloons.per_page' => false,
  5325.         'advertiser.commented_profiles.per_page' => false,
  5326.         'advertiser.commented_saloons.per_page' => false,
  5327.         'advertiser.profile_comments.per_page' => false,
  5328.         'advertiser.saloon_comments.per_page' => false,
  5329.         'advertiser.support_messages.per_page' => false,
  5330.         'advertiser.phone_reviews.per_page' => false,
  5331.         'account.setting.advertiser_profile_list_per_page.variants' => false,
  5332.         'account.setting.advertiser_saloon_list_per_page.variants' => false,
  5333.         'search.form_cookie_time' => false,
  5334.         'recommendations_viewed_profiles_data_stored_count' => false,
  5335.         'bot_helper_viewed_profiles_data_stored_count' => false,
  5336.         'bot_helper_minimum_viewed_profiles_needed' => false,
  5337.         'search_profiles_by_keywords.per_page' => false,
  5338.         'linkage_circle.district_pages.random_mode' => false,
  5339.         'linkage_circle.station_pages.random_mode' => false,
  5340.         'comments.anonymous_comments_from_ip_address_per_day' => false,
  5341.         'test_data.dummy_profiles.cities_and_count' => false,
  5342.         'profile_list.bdsm_page.min_profile_services' => false,
  5343.         'ewz_recaptcha_secret' => false,
  5344.         'kernel.secret' => false,
  5345.         'kernel.trusted_proxies' => false,
  5346.         'debug.container.dump' => false,
  5347.         'serializer.mapping.cache.file' => false,
  5348.         'validator.mapping.cache.file' => false,
  5349.         'profiler.storage.dsn' => false,
  5350.         'doctrine.orm.proxy_dir' => false,
  5351.         'nelmio_cors.defaults' => false,
  5352.         'easyadmin.config' => false,
  5353.         'oneup_uploader.chunks' => false,
  5354.         'oneup_uploader.orphanage' => false,
  5355.         'oneup_uploader.config' => false,
  5356.         'ewz_recaptcha.public_key' => false,
  5357.         'ewz_recaptcha.private_key' => false,
  5358.     ];
  5359.     private $dynamicParameters = [];
  5360.     private function getDynamicParameter(string $name)
  5361.     {
  5362.         switch ($name) {
  5363.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  5364.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  5365.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  5366.             case 'raw_trusted_proxies'$value $this->getEnv('resolve:TRUSTED_PROXIES'); break;
  5367.             case 'env(APP_VERSION)'$value $this->getEnv('trim:default::file:resolve:APP_VERSION_FILE'); break;
  5368.             case 'app.use_legacy_domain_redirector'$value $this->getEnv('USE_LEGACY_DOMAIN_REDIRECTOR'); break;
  5369.             case 'app.redirect_paths'$value $this->getEnv('resolve:REDIRECT_PATHS'); break;
  5370.             case 'default_city'$value $this->getEnv('DEFAULT_CITY'); break;
  5371.             case 'default_currency'$value $this->getEnv('DEFAULT_CURRENCY'); break;
  5372.             case 'default_timezone'$value $this->getEnv('DEFAULT_TIMEZONE'); break;
  5373.             case 'default_timezone.city_name'$value $this->getEnv('DEFAULT_TIMEZONE_CITY_NAME'); break;
  5374.             case 'management_timezone'$value $this->getEnv('MANAGEMENT_TIMEZONE'); break;
  5375.             case 'app.main_domain'$value $this->getEnv('MAIN_DOMAIN'); break;
  5376.             case 'app.mirror_domain'$value $this->getEnv('MIRROR_DOMAIN'); break;
  5377.             case 'app.approval_media_upload_domain'$value $this->getEnv('APPROVAL_MEDIA_UPLOAD_DOMAIN'); break;
  5378.             case 'app.responsive_media_base_url'$value $this->getEnv('RESPONSIVE_MEDIA_BASE_URL'); break;
  5379.             case 'app.email'$value $this->getEnv('EMAIL_FROM'); break;
  5380.             case 'app.login.five.day'$value $this->getEnv('bool:FAKE_AUTHENTICATION'); break;
  5381.             case 'app.sitemap.https'$value $this->getEnv('bool:SITEMAP_HTTPS'); break;
  5382.             case 'app.sitemap.gzip'$value $this->getEnv('bool:SITEMAP_GZIP'); break;
  5383.             case 'app.sitemap.directory'$value $this->getEnv('SITEMAP_DIRECTORY'); break;
  5384.             case 'app.cache_prefix'$value $this->getEnv('CACHE_PREFIX'); break;
  5385.             case 'app.cache_prefix.redis'$value $this->getEnv('string:CACHE_PREFIX').'|'; break;
  5386.             case 'app.redis_url'$value $this->getEnv('REDIS_URL'); break;
  5387.             case 'app.profile.avatar.min_width'$value $this->getEnv('PROFILE_AVATAR_MIN_WIDTH'); break;
  5388.             case 'app.profile.avatar.min_height'$value $this->getEnv('PROFILE_AVATAR_MIN_HEIGHT'); break;
  5389.             case 'app.profile.image.max_side_size'$value $this->getEnv('PROFILE_IMAGE_MAX_SIDE_SIZE'); break;
  5390.             case 'app.profile.page.deleted_profile_http_200_starting_from'$value $this->getEnv('DELETED_PROFILE_HTTP_200_STARTING_FROM'); break;
  5391.             case 'app.profile.page.deleted_saloon_http_200_starting_from'$value $this->getEnv('DELETED_SALOON_HTTP_200_STARTING_FROM'); break;
  5392.             case 'app.profile.station_page.added_profiles.spread'$value $this->getEnv('STATION_PAGE_ADDED_PROFILES_SPREAD'); break;
  5393.             case 'app.profile.bulk_action.max_entities_to_process_immediately'$value $this->getEnv('BULK_MAX_ENTITIES_TO_PROCESS_IMMEDIATELY'); break;
  5394.             case 'app.profile_approval_bonus_amount'$value $this->getEnv('PROFILE_APPROVAL_BONUS_AMOUNT'); break;
  5395.             case 'app.path.video.tmp'$value $this->getEnv('UPLOAD_TMP_DIRECTORY'); break;
  5396.             case 'app.path.video_watermark'$value $this->getEnv('VIDEO_WATERMARK_PATH'); break;
  5397.             case 'app.api.vouchers.whitelist'$value $this->getEnv('API_VOUCHERS_IP_WHITELIST'); break;
  5398.             case 'oplata_info.merchant_id'$value $this->getEnv('OPLATA_MERCHANT_ID'); break;
  5399.             case 'oplata_info.merchant_password'$value $this->getEnv('OPLATA_MERCHANT_PASSWORD'); break;
  5400.             case 'stations_update.domain'$value $this->getEnv('STATIONS_DATA_DOMAIN'); break;
  5401.             case 'profile_list.per_page'$value $this->getEnv('PROFILE_LIST_PER_PAGE'); break;
  5402.             case 'saloon_list.per_page'$value $this->getEnv('SALOON_LIST_PER_PAGE'); break;
  5403.             case 'homepage.city.masseurs_block.count'$value $this->getEnv('int:HOMEPAGE_CITY_MASSEURS_BLOCK_COUNT'); break;
  5404.             case 'homepage.city.saloons_block.count'$value $this->getEnv('int:HOMEPAGE_CITY_SALOONS_BLOCK_COUNT'); break;
  5405.             case 'customer.preferred_profiles.per_page'$value $this->getEnv('CUSTOMER_PREFERRED_PROFILES_PER_PAGE'); break;
  5406.             case 'customer.favourite_profiles.per_page'$value $this->getEnv('CUSTOMER_FAVOURITE_PROFILES_PER_PAGE'); break;
  5407.             case 'customer.profile_comments.per_page'$value $this->getEnv('CUSTOMER_PROFILE_COMMENTS_PER_PAGE'); break;
  5408.             case 'customer.saloon_comments.per_page'$value $this->getEnv('CUSTOMER_SALOON_COMMENTS_PER_PAGE'); break;
  5409.             case 'advertiser.profiles.per_page'$value $this->getEnv('ADVERTISER_PROFILES_PER_PAGE'); break;
  5410.             case 'advertiser.saloons.per_page'$value $this->getEnv('ADVERTISER_SALOONS_PER_PAGE'); break;
  5411.             case 'advertiser.commented_profiles.per_page'$value $this->getEnv('ADVERTISER_COMMENTED_PROFILES_PER_PAGE'); break;
  5412.             case 'advertiser.commented_saloons.per_page'$value $this->getEnv('ADVERTISER_COMMENTED_SALOONS_PER_PAGE'); break;
  5413.             case 'advertiser.profile_comments.per_page'$value $this->getEnv('ADVERTISER_PROFILE_COMMENTS_PER_PAGE'); break;
  5414.             case 'advertiser.saloon_comments.per_page'$value $this->getEnv('ADVERTISER_SALOON_COMMENTS_PER_PAGE'); break;
  5415.             case 'advertiser.support_messages.per_page'$value $this->getEnv('ADVERTISER_SUPPORT_MESSAGES_PER_PAGE'); break;
  5416.             case 'advertiser.phone_reviews.per_page'$value $this->getEnv('ADVERTISER_PHONE_REVIEWS_PER_PAGE'); break;
  5417.             case 'account.setting.advertiser_profile_list_per_page.variants'$value $this->getEnv('ADVERTISER_PROFILE_LIST_PER_PAGE_VARIANTS'); break;
  5418.             case 'account.setting.advertiser_saloon_list_per_page.variants'$value $this->getEnv('ADVERTISER_SALOON_LIST_PER_PAGE_VARIANTS'); break;
  5419.             case 'search.form_cookie_time'$value $this->getEnv('SEARCH_FORM_COOKIE_TIME'); break;
  5420.             case 'recommendations_viewed_profiles_data_stored_count'$value $this->getEnv('RECOMMENDATIONS_VIEWED_PROFILES_DATA_STORED_COUNT'); break;
  5421.             case 'bot_helper_viewed_profiles_data_stored_count'$value $this->getEnv('BOT_HELPER_VIEWED_PROFILES_DATA_STORED_COUNT'); break;
  5422.             case 'bot_helper_minimum_viewed_profiles_needed'$value $this->getEnv('BOT_HELPER_VIEWED_PROFILES_DATA_MINIMUM_NEEDED'); break;
  5423.             case 'search_profiles_by_keywords.per_page'$value $this->getEnv('SEARCH_BY_KEYWORDS_PER_PAGE'); break;
  5424.             case 'linkage_circle.district_pages.random_mode'$value $this->getEnv('DISTRICT_PAGES_LINKAGE_CIRCLE_RANDOM_MODE'); break;
  5425.             case 'linkage_circle.station_pages.random_mode'$value $this->getEnv('STATION_PAGES_LINKAGE_CIRCLE_RANDOM_MODE'); break;
  5426.             case 'comments.anonymous_comments_from_ip_address_per_day'$value $this->getEnv('ANONYMOUS_COMMENTS_FROM_IP_ADDRESS_PER_DAY'); break;
  5427.             case 'test_data.dummy_profiles.cities_and_count'$value $this->getEnv('DUMMY_PROFILES_CITIES_AND_COUNT'); break;
  5428.             case 'profile_list.bdsm_page.min_profile_services'$value $this->getEnv('MIN_PROFILE_BDSM_SERVICES_FOR_BDSM_PAGE'); break;
  5429.             case 'ewz_recaptcha_secret'$value $this->getEnv('EWZ_RECAPTCHA_SECRET'); break;
  5430.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  5431.             case 'kernel.trusted_proxies'$value $this->getEnv('string:default:raw_trusted_proxies:file:resolve:TRUSTED_PROXIES_CONFIG'); break;
  5432.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelReviewDebugContainer.xml'); break;
  5433.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  5434.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  5435.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  5436.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  5437.             case 'nelmio_cors.defaults'$value = [
  5438.                 'allow_origin' => [
  5439.                     => $this->getEnv('CORS_ALLOW_ORIGIN'),
  5440.                 ],
  5441.                 'allow_credentials' => false,
  5442.                 'allow_headers' => [
  5443.                     => 'content-type',
  5444.                     => 'authorization',
  5445.                 ],
  5446.                 'expose_headers' => [
  5447.                     => 'Link',
  5448.                 ],
  5449.                 'allow_methods' => [
  5450.                     => 'GET',
  5451.                     => 'OPTIONS',
  5452.                     => 'POST',
  5453.                     => 'PUT',
  5454.                     => 'PATCH',
  5455.                     => 'DELETE',
  5456.                 ],
  5457.                 'max_age' => 3600,
  5458.                 'hosts' => [
  5459.                 ],
  5460.                 'origin_regex' => true,
  5461.                 'forced_allow_origin_value' => NULL,
  5462.                 'skip_same_as_origin' => true,
  5463.             ]; break;
  5464.             case 'easyadmin.config'$value = [
  5465.                 'site_name' => $this->getEnv('MAIN_DOMAIN'),
  5466.                 'user' => [
  5467.                     'name_property_path' => 'username',
  5468.                     'display_name' => true,
  5469.                     'display_avatar' => true,
  5470.                     'avatar_property_path' => NULL,
  5471.                 ],
  5472.                 'design' => [
  5473.                     'form_theme' => [
  5474.                         => '@EasyAdmin/form/bootstrap_4.html.twig',
  5475.                         => 'EasyAdmin/form/account_form_theme.html.twig',
  5476.                         => 'EasyAdmin/city_prices/city_name.html.twig',
  5477.                     ],
  5478.                     'assets' => [
  5479.                         'css' => [
  5480.                             => 'bundles/easyadmin/bootstrap-all.css',
  5481.                         ],
  5482.                         'js' => [
  5483.                             => 'bundles/easyadmin/bootstrap-all.js',
  5484.                         ],
  5485.                         'favicon' => [
  5486.                             'path' => 'favicon.ico',
  5487.                             'mime_type' => 'image/x-icon',
  5488.                         ],
  5489.                     ],
  5490.                     'menu' => [
  5491.                         => [
  5492.                             'entity' => 'Default',
  5493.                             'default' => true,
  5494.                         ],
  5495.                         => [
  5496.                             'label' => 'Account',
  5497.                             'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  5498.                         ],
  5499.                         => [
  5500.                             'entity' => 'Account',
  5501.                             'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  5502.                         ],
  5503.                         => [
  5504.                             'entity' => 'SupportMessage',
  5505.                             'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  5506.                             'css_class' => 'SupportMessages',
  5507.                             'default' => true,
  5508.                         ],
  5509.                         => [
  5510.                             'entity' => 'PhoneReview',
  5511.                             'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  5512.                             'css_class' => 'PhoneReview',
  5513.                         ],
  5514.                         => [
  5515.                             'entity' => 'CityPrice',
  5516.                             'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  5517.                         ],
  5518.                         => [
  5519.                             'label' => 'Profile',
  5520.                             'role' => 'ROLE_ADMIN_ACCESS_PROFILES',
  5521.                         ],
  5522.                         => [
  5523.                             'entity' => 'Profile',
  5524.                             'role' => 'ROLE_ADMIN_ACCESS_PROFILES',
  5525.                         ],
  5526.                         => [
  5527.                             'entity' => 'ApprovalRequest',
  5528.                             'role' => 'ROLE_ADMIN_ACCESS_PROFILES',
  5529.                             'css_class' => 'ApprovalRequests',
  5530.                         ],
  5531.                         => [
  5532.                             'entity' => 'ProfileModeration',
  5533.                             'role' => 'ROLE_ADMIN_ACCESS_PROFILES',
  5534.                             'css_class' => 'ModerationRequests',
  5535.                         ],
  5536.                         10 => [
  5537.                             'entity' => 'Saloon',
  5538.                             'role' => 'ROLE_ADMIN_ACCESS_PROFILES',
  5539.                         ],
  5540.                         11 => [
  5541.                             'label' => 'Geo-Location',
  5542.                             'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
  5543.                         ],
  5544.                         12 => [
  5545.                             'entity' => 'City',
  5546.                             'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
  5547.                         ],
  5548.                         13 => [
  5549.                             'entity' => 'County',
  5550.                             'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
  5551.                         ],
  5552.                         14 => [
  5553.                             'entity' => 'District',
  5554.                             'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
  5555.                         ],
  5556.                         15 => [
  5557.                             'entity' => 'Station',
  5558.                             'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
  5559.                         ],
  5560.                         16 => [
  5561.                             'entity' => 'SourceMapStationsLog',
  5562.                             'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
  5563.                         ],
  5564.                         17 => [
  5565.                             'entity' => 'ProfileAdBoardLog',
  5566.                             'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
  5567.                         ],
  5568.                         18 => [
  5569.                             'label' => 'SEO',
  5570.                             'role' => 'ROLE_ADMIN_ACCESS_SEO',
  5571.                         ],
  5572.                         19 => [
  5573.                             'entity' => 'PageMetadata',
  5574.                             'role' => 'ROLE_ADMIN_ACCESS_SEO',
  5575.                         ],
  5576.                         20 => [
  5577.                             'label' => 'Sales',
  5578.                             'role' => 'ROLE_ADMIN_ACCESS_ANALYTICS',
  5579.                         ],
  5580.                         21 => [
  5581.                             'entity' => 'Analytics',
  5582.                             'role' => 'ROLE_ADMIN_ACCESS_ANALYTICS',
  5583.                         ],
  5584.                         22 => [
  5585.                             'label' => 'Deleted',
  5586.                             'role' => 'ROLE_ADMIN_ACCESS_DELETED',
  5587.                         ],
  5588.                         23 => [
  5589.                             'entity' => 'DeletedProfile',
  5590.                             'role' => 'ROLE_ADMIN_ACCESS_DELETED',
  5591.                         ],
  5592.                         24 => [
  5593.                             'entity' => 'DeletedSaloon',
  5594.                             'role' => 'ROLE_ADMIN_ACCESS_DELETED',
  5595.                         ],
  5596.                         25 => [
  5597.                             'label' => 'Other',
  5598.                             'role' => 'ROLE_ADMIN_ACCESS_OTHER',
  5599.                         ],
  5600.                         26 => [
  5601.                             'entity' => 'OfferBar',
  5602.                             'role' => 'ROLE_ADMIN_ACCESS_OTHER',
  5603.                         ],
  5604.                         27 => [
  5605.                             'label' => 'Walkers',
  5606.                             'role' => 'ROLE_ACCESS_WALKER',
  5607.                         ],
  5608.                         28 => [
  5609.                             'entity' => 'Customer',
  5610.                             'role' => 'ROLE_ACCESS_WALKER',
  5611.                         ],
  5612.                         29 => [
  5613.                             'entity' => 'ProfileComment',
  5614.                             'role' => 'ROLE_ACCESS_WALKER',
  5615.                         ],
  5616.                         30 => [
  5617.                             'entity' => 'SaloonComment',
  5618.                             'role' => 'ROLE_ACCESS_WALKER',
  5619.                         ],
  5620.                         31 => [
  5621.                             'label' => 'Blocked IPs',
  5622.                             'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  5623.                         ],
  5624.                         32 => [
  5625.                             'entity' => 'IpAddress',
  5626.                             'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  5627.                         ],
  5628.                         33 => [
  5629.                             'entity' => 'IpAddressDailyCommentBan',
  5630.                             'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  5631.                         ],
  5632.                         34 => [
  5633.                             'entity' => 'IpAddressPermanentCommentBan',
  5634.                             'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  5635.                         ],
  5636.                         35 => [
  5637.                             'entity' => 'IpAddressCommentBan',
  5638.                             'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  5639.                         ],
  5640.                         36 => [
  5641.                             'label' => 'Useful links',
  5642.                         ],
  5643.                         37 => [
  5644.                             'label' => 'Open '.$this->getEnv('string:MIRROR_DOMAIN'),
  5645.                             'url' => 'https://'.$this->getEnv('string:MIRROR_DOMAIN'),
  5646.                             'target' => '_blank',
  5647.                         ],
  5648.                     ],
  5649.                     'brand_color' => 'hsl(230, 55%, 60%)',
  5650.                 ],
  5651.                 'entities' => [
  5652.                     'Default' => [
  5653.                         'disabled_actions' => [
  5654.                             => 'new',
  5655.                             => 'edit',
  5656.                             => 'delete',
  5657.                         ],
  5658.                         'class' => 'App\\Entity\\Location\\City',
  5659.                         'templates' => [
  5660.                             'list' => 'EasyAdmin/default/list.html.twig',
  5661.                         ],
  5662.                         'name' => 'Default',
  5663.                     ],
  5664.                     'City' => [
  5665.                         'class' => 'App\\Entity\\Location\\City',
  5666.                         'controller' => 'App\\Controller\\Management\\LocationController',
  5667.                         'label' => 'Cities',
  5668.                         'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
  5669.                         'disabled_actions' => [
  5670.                             => 'delete',
  5671.                         ],
  5672.                         'list' => [
  5673.                             'title' => 'Cities List',
  5674.                             'form_filters' => [
  5675.                                 => [
  5676.                                     'property' => 'countryCode',
  5677.                                     'type' => 'country',
  5678.                                     'label' => 'Country',
  5679.                                 ],
  5680.                                 => [
  5681.                                     'property' => 'cityGroup',
  5682.                                     'label' => 'Group',
  5683.                                     'type' => 'choice',
  5684.                                     'type_options' => [
  5685.                                         'choices' => [
  5686.                                             'Мегаполис' => 1,
  5687.                                             'Московская область' => 2,
  5688.                                         ],
  5689.                                     ],
  5690.                                 ],
  5691.                                 => [
  5692.                                     'property' => 'cityPriceCategory',
  5693.                                     'label' => 'City price category',
  5694.                                     'type' => 'App\\Form\\Type\\CityPriceCategoryType',
  5695.                                 ],
  5696.                             ],
  5697.                             'fields' => [
  5698.                                 => 'id',
  5699.                                 => [
  5700.                                     'property' => 'name',
  5701.                                     'label' => 'Name',
  5702.                                     'template' => 'EasyAdmin/field_translatable.html.twig',
  5703.                                 ],
  5704.                                 => [
  5705.                                     'property' => 'uriIdentity',
  5706.                                     'label' => 'URI',
  5707.                                 ],
  5708.                                 => [
  5709.                                     'property' => 'countryCode',
  5710.                                     'label' => 'Country',
  5711.                                 ],
  5712.                                 => [
  5713.                                     'property' => 'cityGroup',
  5714.                                     'label' => 'Group',
  5715.                                     'template' => 'EasyAdmin/field_city_group.html.twig',
  5716.                                 ],
  5717.                                 => [
  5718.                                     'property' => 'cityPriceCategory',
  5719.                                     'label' => 'City price category',
  5720.                                 ],
  5721.                                 => [
  5722.                                     'property' => 'mapCoordinate.latitude',
  5723.                                     'label' => 'Latitude',
  5724.                                 ],
  5725.                                 => [
  5726.                                     'property' => 'mapCoordinate.longitude',
  5727.                                     'label' => 'Longitude',
  5728.                                 ],
  5729.                                 => [
  5730.                                     'property' => 'timezone',
  5731.                                     'label' => 't.zone',
  5732.                                 ],
  5733.                                 => 'counties',
  5734.                                 10 => 'districts',
  5735.                                 11 => 'stations',
  5736.                             ],
  5737.                         ],
  5738.                         'form' => [
  5739.                             'form_options' => [
  5740.                                 'empty_data' => NULL,
  5741.                             ],
  5742.                             'fields' => [
  5743.                                 => [
  5744.                                     'property' => 'name',
  5745.                                     'label' => 'Name',
  5746.                                     'type' => 'App\\Form\\Type\\TranslatableValueType',
  5747.                                     'type_options' => [
  5748.                                         'locales' => [
  5749.                                             => 'ru',
  5750.                                             => 'en',
  5751.                                         ],
  5752.                                     ],
  5753.                                 ],
  5754.                                 => [
  5755.                                     'property' => 'uriIdentity',
  5756.                                     'label' => 'URI',
  5757.                                 ],
  5758.                                 => [
  5759.                                     'property' => 'countryCode',
  5760.                                     'label' => 'Country',
  5761.                                     'type' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\CountryType',
  5762.                                 ],
  5763.                                 => [
  5764.                                     'property' => 'cityGroup',
  5765.                                     'label' => 'Group',
  5766.                                     'type' => 'App\\Form\\Type\\CityGroupType',
  5767.                                 ],
  5768.                                 => [
  5769.                                     'property' => 'cityPriceCategory',
  5770.                                     'label' => 'City price category',
  5771.                                     'type' => 'App\\Form\\Type\\CityPriceCategoryType',
  5772.                                 ],
  5773.                                 => [
  5774.                                     'property' => 'mapCoordinate',
  5775.                                     'label' => 'Map coordinate',
  5776.                                     'type' => 'App\\Form\\Type\\MapCoordinateType',
  5777.                                 ],
  5778.                                 => [
  5779.                                     'property' => 'timezone',
  5780.                                     'label' => 'Timezone',
  5781.                                     'type' => 'App\\Form\\Type\\TimezoneType',
  5782.                                 ],
  5783.                                 => [
  5784.                                     'type' => 'group',
  5785.                                     'label' => 'City Counties',
  5786.                                 ],
  5787.                                 => [
  5788.                                     'property' => 'counties',
  5789.                                     'type' => 'embedded_list',
  5790.                                 ],
  5791.                                 => [
  5792.                                     'type' => 'group',
  5793.                                     'label' => 'City Districts',
  5794.                                 ],
  5795.                                 10 => [
  5796.                                     'property' => 'districts',
  5797.                                     'type' => 'embedded_list',
  5798.                                 ],
  5799.                                 11 => [
  5800.                                     'type' => 'group',
  5801.                                     'label' => 'City Stations',
  5802.                                 ],
  5803.                                 12 => [
  5804.                                     'property' => 'stations',
  5805.                                     'type' => 'embedded_list',
  5806.                                 ],
  5807.                             ],
  5808.                         ],
  5809.                         'new' => [
  5810.                             'fields' => [
  5811.                                 => '-counties',
  5812.                                 => '-districts',
  5813.                                 => '-stations',
  5814.                             ],
  5815.                         ],
  5816.                         'name' => 'City',
  5817.                     ],
  5818.                     'County' => [
  5819.                         'class' => 'App\\Entity\\Location\\County',
  5820.                         'controller' => 'App\\Controller\\Management\\LocationController',
  5821.                         'label' => 'City Counties',
  5822.                         'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
  5823.                         'disabled_actions' => [
  5824.                             => 'delete',
  5825.                         ],
  5826.                         'list' => [
  5827.                             'title' => 'City Counties List',
  5828.                             'form_filters' => [
  5829.                                 => [
  5830.                                     'property' => 'city',
  5831.                                     'label' => 'City',
  5832.                                 ],
  5833.                             ],
  5834.                             'fields' => [
  5835.                                 => 'id',
  5836.                                 => [
  5837.                                     'property' => 'name',
  5838.                                     'label' => 'Name',
  5839.                                     'template' => 'EasyAdmin/field_translatable.html.twig',
  5840.                                 ],
  5841.                                 => [
  5842.                                     'property' => 'uriIdentity',
  5843.                                     'label' => 'URI',
  5844.                                 ],
  5845.                                 => 'city',
  5846.                                 => 'districts',
  5847.                                 => 'stations',
  5848.                             ],
  5849.                         ],
  5850.                         'form' => [
  5851.                             'form_options' => [
  5852.                                 'empty_data' => NULL,
  5853.                             ],
  5854.                             'fields' => [
  5855.                                 => [
  5856.                                     'property' => 'name',
  5857.                                     'label' => 'Name',
  5858.                                     'type' => 'App\\Form\\Type\\TranslatableValueType',
  5859.                                     'type_options' => [
  5860.                                         'locales' => [
  5861.                                             => 'ru',
  5862.                                             => 'en',
  5863.                                         ],
  5864.                                     ],
  5865.                                 ],
  5866.                                 => [
  5867.                                     'property' => 'uriIdentity',
  5868.                                     'label' => 'URI',
  5869.                                 ],
  5870.                                 => [
  5871.                                     'property' => 'city',
  5872.                                     'label' => 'City',
  5873.                                     'type_options' => [
  5874.                                         'required' => true,
  5875.                                         'group_by' => 'countryCode',
  5876.                                     ],
  5877.                                 ],
  5878.                                 => [
  5879.                                     'type' => 'group',
  5880.                                     'label' => 'City Districts',
  5881.                                 ],
  5882.                                 => [
  5883.                                     'property' => 'districts',
  5884.                                     'type' => 'embedded_list',
  5885.                                 ],
  5886.                                 => [
  5887.                                     'type' => 'group',
  5888.                                     'label' => 'City Stations',
  5889.                                 ],
  5890.                                 => [
  5891.                                     'property' => 'stations',
  5892.                                     'type' => 'embedded_list',
  5893.                                 ],
  5894.                             ],
  5895.                         ],
  5896.                         'new' => [
  5897.                             'fields' => [
  5898.                                 => '-districts',
  5899.                                 => '-stations',
  5900.                             ],
  5901.                         ],
  5902.                         'name' => 'County',
  5903.                     ],
  5904.                     'District' => [
  5905.                         'class' => 'App\\Entity\\Location\\District',
  5906.                         'controller' => 'App\\Controller\\Management\\LocationController',
  5907.                         'label' => 'City Districts',
  5908.                         'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
  5909.                         'disabled_actions' => [
  5910.                             => 'delete',
  5911.                         ],
  5912.                         'list' => [
  5913.                             'title' => 'City Districts List',
  5914.                             'form_filters' => [
  5915.                                 => [
  5916.                                     'property' => 'city',
  5917.                                     'label' => 'City',
  5918.                                 ],
  5919.                                 => [
  5920.                                     'property' => 'county',
  5921.                                     'label' => 'County',
  5922.                                 ],
  5923.                             ],
  5924.                             'fields' => [
  5925.                                 => 'id',
  5926.                                 => [
  5927.                                     'property' => 'name',
  5928.                                     'label' => 'Name',
  5929.                                     'template' => 'EasyAdmin/field_translatable.html.twig',
  5930.                                 ],
  5931.                                 => [
  5932.                                     'property' => 'uriIdentity',
  5933.                                     'label' => 'URI',
  5934.                                 ],
  5935.                                 => 'city',
  5936.                                 => 'county',
  5937.                                 => 'stations',
  5938.                             ],
  5939.                         ],
  5940.                         'form' => [
  5941.                             'form_options' => [
  5942.                                 'empty_data' => NULL,
  5943.                             ],
  5944.                             'fields' => [
  5945.                                 => [
  5946.                                     'property' => 'name',
  5947.                                     'label' => 'Name',
  5948.                                     'type' => 'App\\Form\\Type\\TranslatableValueType',
  5949.                                     'type_options' => [
  5950.                                         'locales' => [
  5951.                                             => 'ru',
  5952.                                             => 'en',
  5953.                                         ],
  5954.                                     ],
  5955.                                 ],
  5956.                                 => [
  5957.                                     'property' => 'uriIdentity',
  5958.                                     'label' => 'URI',
  5959.                                 ],
  5960.                                 => [
  5961.                                     'property' => 'city',
  5962.                                     'label' => 'City',
  5963.                                     'type_options' => [
  5964.                                         'required' => true,
  5965.                                         'group_by' => 'countryCode',
  5966.                                     ],
  5967.                                 ],
  5968.                                 => [
  5969.                                     'property' => 'county',
  5970.                                     'label' => 'County',
  5971.                                     'type_options' => [
  5972.                                         'required' => false,
  5973.                                         'group_by' => 'city.name',
  5974.                                     ],
  5975.                                 ],
  5976.                                 => [
  5977.                                     'type' => 'group',
  5978.                                     'label' => 'City Stations',
  5979.                                 ],
  5980.                                 => [
  5981.                                     'property' => 'stations',
  5982.                                     'type' => 'embedded_list',
  5983.                                 ],
  5984.                             ],
  5985.                         ],
  5986.                         'new' => [
  5987.                             'fields' => [
  5988.                                 => '-stations',
  5989.                             ],
  5990.                         ],
  5991.                         'name' => 'District',
  5992.                     ],
  5993.                     'Station' => [
  5994.                         'class' => 'App\\Entity\\Location\\Station',
  5995.                         'controller' => 'App\\Controller\\Management\\LocationController',
  5996.                         'label' => 'City Stations',
  5997.                         'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
  5998.                         'disabled_actions' => [
  5999.                             => 'delete',
  6000.                         ],
  6001.                         'list' => [
  6002.                             'title' => 'City Stations List',
  6003.                             'form_filters' => [
  6004.                                 => [
  6005.                                     'property' => 'city',
  6006.                                     'label' => 'City',
  6007.                                 ],
  6008.                                 => [
  6009.                                     'property' => 'county',
  6010.                                     'label' => 'County',
  6011.                                 ],
  6012.                                 => [
  6013.                                     'property' => 'district',
  6014.                                     'label' => 'District',
  6015.                                 ],
  6016.                             ],
  6017.                             'fields' => [
  6018.                                 => 'id',
  6019.                                 => [
  6020.                                     'property' => 'name',
  6021.                                     'label' => 'Name',
  6022.                                     'template' => 'EasyAdmin/field_translatable.html.twig',
  6023.                                 ],
  6024.                                 => [
  6025.                                     'property' => 'uriIdentity',
  6026.                                     'label' => 'URI',
  6027.                                 ],
  6028.                                 => 'city',
  6029.                                 => 'county',
  6030.                                 => 'district',
  6031.                             ],
  6032.                         ],
  6033.                         'form' => [
  6034.                             'form_options' => [
  6035.                                 'empty_data' => NULL,
  6036.                             ],
  6037.                             'fields' => [
  6038.                                 => [
  6039.                                     'property' => 'name',
  6040.                                     'label' => 'Name',
  6041.                                     'type' => 'App\\Form\\Type\\TranslatableValueType',
  6042.                                     'type_options' => [
  6043.                                         'locales' => [
  6044.                                             => 'ru',
  6045.                                             => 'en',
  6046.                                         ],
  6047.                                     ],
  6048.                                 ],
  6049.                                 => [
  6050.                                     'property' => 'uriIdentity',
  6051.                                     'label' => 'URI',
  6052.                                 ],
  6053.                                 => [
  6054.                                     'property' => 'city',
  6055.                                     'label' => 'City',
  6056.                                     'type_options' => [
  6057.                                         'required' => true,
  6058.                                         'group_by' => 'countryCode',
  6059.                                     ],
  6060.                                 ],
  6061.                                 => [
  6062.                                     'property' => 'county',
  6063.                                     'label' => 'County',
  6064.                                     'type_options' => [
  6065.                                         'required' => false,
  6066.                                         'group_by' => 'city.name',
  6067.                                     ],
  6068.                                 ],
  6069.                                 => [
  6070.                                     'property' => 'district',
  6071.                                     'label' => 'District',
  6072.                                     'type_options' => [
  6073.                                         'required' => false,
  6074.                                         'group_by' => 'city.name',
  6075.                                     ],
  6076.                                 ],
  6077.                             ],
  6078.                         ],
  6079.                         'name' => 'Station',
  6080.                     ],
  6081.                     'SourceMapStationsLog' => [
  6082.                         'class' => 'App\\Entity\\SourceMap\\Log\\SourceMapStationsUpdateLog',
  6083.                         'controller' => 'App\\Controller\\Management\\LocationController',
  6084.                         'label' => 'Stations update log',
  6085.                         'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
  6086.                         'disabled_actions' => [
  6087.                             => 'new',
  6088.                             => 'edit',
  6089.                             => 'delete',
  6090.                         ],
  6091.                         'list' => [
  6092.                             'title' => 'Stations update log',
  6093.                             'fields' => [
  6094.                                 => 'id',
  6095.                                 => [
  6096.                                     'property' => 'log',
  6097.                                     'label' => 'log',
  6098.                                     'template' => 'EasyAdmin/field_string_array.html.twig',
  6099.                                 ],
  6100.                                 => [
  6101.                                     'property' => 'changes',
  6102.                                     'label' => 'changes',
  6103.                                     'template' => 'EasyAdmin/source_map_stations_log/field_changes.html.twig',
  6104.                                 ],
  6105.                                 => 'date',
  6106.                             ],
  6107.                         ],
  6108.                         'name' => 'SourceMapStationsLog',
  6109.                     ],
  6110.                     'ProfileAdBoardLog' => [
  6111.                         'class' => 'App\\Entity\\Sales\\Profile\\AdBoardPlacement',
  6112.                         'controller' => 'App\\Controller\\Management\\LogController',
  6113.                         'label' => 'Profile adboard log',
  6114.                         'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
  6115.                         'disabled_actions' => [
  6116.                             => 'new',
  6117.                             => 'edit',
  6118.                             => 'delete',
  6119.                         ],
  6120.                         'list' => [
  6121.                             'title' => 'Profile adboard log',
  6122.                         ],
  6123.                         'templates' => [
  6124.                             'list' => 'EasyAdmin/log/list.html.twig',
  6125.                         ],
  6126.                         'name' => 'ProfileAdBoardLog',
  6127.                     ],
  6128.                     'Account' => [
  6129.                         'class' => 'App\\Entity\\Account\\Advertiser',
  6130.                         'controller' => 'App\\Controller\\Management\\AccountController',
  6131.                         'label' => 'Accounts',
  6132.                         'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  6133.                         'disabled_actions' => [
  6134.                             => 'delete',
  6135.                         ],
  6136.                         'embeddedList' => [
  6137.                             'open_new_tab' => true,
  6138.                         ],
  6139.                         'list' => [
  6140.                             'title' => 'Accounts List',
  6141.                             'fields' => [
  6142.                                 => [
  6143.                                     'property' => 'id',
  6144.                                     'template' => 'EasyAdmin/field_id.html.twig',
  6145.                                 ],
  6146.                                 => 'email',
  6147.                                 => 'nickName',
  6148.                                 => 'country',
  6149.                                 => [
  6150.                                     'property' => 'city.name',
  6151.                                     'label' => 'City',
  6152.                                 ],
  6153.                                 => [
  6154.                                     'property' => 'currentBalance',
  6155.                                     'label' => 'Balance',
  6156.                                     'template' => 'EasyAdmin/field_money.html.twig',
  6157.                                 ],
  6158.                                 => [
  6159.                                     'property' => 'enabled',
  6160.                                     'type' => 'boolean',
  6161.                                 ],
  6162.                                 => [
  6163.                                     'property' => 'trusted',
  6164.                                     'type' => 'boolean',
  6165.                                 ],
  6166.                             ],
  6167.                         ],
  6168.                         'show' => [
  6169.                             'fields' => [
  6170.                                 => 'email',
  6171.                                 => 'nickName',
  6172.                                 => [
  6173.                                     'property' => 'enabled',
  6174.                                     'type' => 'boolean',
  6175.                                 ],
  6176.                                 => [
  6177.                                     'property' => 'city.name',
  6178.                                     'label' => 'City',
  6179.                                 ],
  6180.                                 => [
  6181.                                     'property' => 'country',
  6182.                                     'label' => 'Country',
  6183.                                     'type' => 'country',
  6184.                                 ],
  6185.                                 => [
  6186.                                     'property' => 'currentBalance',
  6187.                                     'label' => 'Balance',
  6188.                                     'template' => 'EasyAdmin/field_money.html.twig',
  6189.                                 ],
  6190.                             ],
  6191.                         ],
  6192.                         'form' => [
  6193.                             'form_options' => [
  6194.                                 'validation_groups' => [
  6195.                                     => 'Edit',
  6196.                                 ],
  6197.                             ],
  6198.                             'fields' => [
  6199.                                 => [
  6200.                                     'type' => 'tab',
  6201.                                     'label' => 'Account information',
  6202.                                 ],
  6203.                                 => [
  6204.                                     'type' => 'group',
  6205.                                     'label' => 'General information',
  6206.                                     'columns' => 4,
  6207.                                 ],
  6208.                                 => 'email',
  6209.                                 => 'nickName',
  6210.                                 => 'notes',
  6211.                                 => [
  6212.                                     'property' => 'enabled',
  6213.                                     'type_options' => [
  6214.                                         'required' => false,
  6215.                                     ],
  6216.                                 ],
  6217.                                 => [
  6218.                                     'property' => 'trusted',
  6219.                                     'type_options' => [
  6220.                                         'required' => false,
  6221.                                     ],
  6222.                                 ],
  6223.                                 => [
  6224.                                     'property' => 'currentBalance',
  6225.                                     'type' => 'text',
  6226.                                     'type_options' => [
  6227.                                         'block_name' => 'current_balance',
  6228.                                         'mapped' => false,
  6229.                                     ],
  6230.                                 ],
  6231.                                 => [
  6232.                                     'type' => 'group',
  6233.                                     'label' => 'Ban',
  6234.                                     'columns' => 4,
  6235.                                 ],
  6236.                                 => [
  6237.                                     'property' => 'ban',
  6238.                                     'label' => ' ',
  6239.                                     'type' => 'App\\Form\\Type\\AdvertiserBanType',
  6240.                                     'type_options' => [
  6241.                                         'required' => false,
  6242.                                         'mapped' => false,
  6243.                                     ],
  6244.                                 ],
  6245.                                 10 => [
  6246.                                     'type' => 'group',
  6247.                                     'label' => 'Geo Location',
  6248.                                     'columns' => 4,
  6249.                                 ],
  6250.                                 11 => [
  6251.                                     'property' => 'city',
  6252.                                     'type_options' => [
  6253.                                         'group_by' => 'countryCode',
  6254.                                     ],
  6255.                                 ],
  6256.                                 12 => [
  6257.                                     'property' => 'country',
  6258.                                     'label' => 'Country',
  6259.                                     'type_options' => [
  6260.                                         'disabled' => true,
  6261.                                     ],
  6262.                                     'help' => 'Will be set according to the selected city.',
  6263.                                 ],
  6264.                                 13 => [
  6265.                                     'type' => 'group',
  6266.                                     'label' => 'Pin-codes',
  6267.                                     'columns' => 6,
  6268.                                 ],
  6269.                                 14 => [
  6270.                                     'property' => 'Manually_Redeem_Pin-code',
  6271.                                     'type' => 'App\\Form\\EasyAdmin\\ManuallyRedeemPrepaidTokenByStaffForm',
  6272.                                 ],
  6273.                                 15 => [
  6274.                                     'type' => 'group',
  6275.                                     'label' => 'Enrollments',
  6276.                                     'columns' => 6,
  6277.                                 ],
  6278.                                 16 => [
  6279.                                     'property' => 'Enroll_Money',
  6280.                                     'type' => 'App\\Form\\EasyAdmin\\ManuallyEnrollArbitraryMoneyValueByStaffForm',
  6281.                                 ],
  6282.                                 17 => [
  6283.                                     'type' => 'tab',
  6284.                                     'label' => 'Ads',
  6285.                                 ],
  6286.                                 18 => [
  6287.                                     'type' => 'tab',
  6288.                                     'label' => 'Finance Transactions',
  6289.                                 ],
  6290.                             ],
  6291.                         ],
  6292.                         'templates' => [
  6293.                             'edit' => 'EasyAdmin/account/edit.html.twig',
  6294.                         ],
  6295.                         'name' => 'Account',
  6296.                     ],
  6297.                     'Customer' => [
  6298.                         'class' => 'App\\Entity\\Account\\Customer',
  6299.                         'controller' => 'App\\Controller\\Management\\CustomerController',
  6300.                         'label' => 'Users',
  6301.                         'role' => 'ROLE_ACCESS_WALKER',
  6302.                         'disabled_actions' => [
  6303.                             => 'delete',
  6304.                         ],
  6305.                         'list' => [
  6306.                             'title' => 'Walkers List',
  6307.                             'fields' => [
  6308.                                 => [
  6309.                                     'property' => 'id',
  6310.                                     'template' => 'EasyAdmin/field_id.html.twig',
  6311.                                 ],
  6312.                                 => 'email',
  6313.                                 => 'nickName',
  6314.                                 => 'country',
  6315.                                 => [
  6316.                                     'property' => 'city.name',
  6317.                                     'label' => 'City',
  6318.                                 ],
  6319.                                 => [
  6320.                                     'property' => 'enabled',
  6321.                                     'type' => 'toggle',
  6322.                                 ],
  6323.                             ],
  6324.                         ],
  6325.                         'show' => [
  6326.                             'fields' => [
  6327.                                 => 'email',
  6328.                                 => 'nickName',
  6329.                                 => [
  6330.                                     'property' => 'enabled',
  6331.                                     'type' => 'boolean',
  6332.                                 ],
  6333.                                 => [
  6334.                                     'property' => 'city.name',
  6335.                                     'label' => 'City',
  6336.                                 ],
  6337.                                 => [
  6338.                                     'property' => 'country',
  6339.                                     'label' => 'Country',
  6340.                                     'type' => 'country',
  6341.                                 ],
  6342.                             ],
  6343.                         ],
  6344.                         'form' => [
  6345.                             'form_options' => [
  6346.                                 'validation_groups' => [
  6347.                                     => 'Edit',
  6348.                                 ],
  6349.                             ],
  6350.                             'fields' => [
  6351.                                 => [
  6352.                                     'type' => 'tab',
  6353.                                     'label' => 'Walker information',
  6354.                                 ],
  6355.                                 => [
  6356.                                     'type' => 'group',
  6357.                                     'label' => 'General information',
  6358.                                     'columns' => 6,
  6359.                                 ],
  6360.                                 => 'email',
  6361.                                 => 'nickName',
  6362.                                 => 'notes',
  6363.                                 => [
  6364.                                     'property' => 'enabled',
  6365.                                     'type_options' => [
  6366.                                         'required' => false,
  6367.                                     ],
  6368.                                 ],
  6369.                                 => [
  6370.                                     'type' => 'group',
  6371.                                     'label' => 'Ban',
  6372.                                 ],
  6373.                                 => [
  6374.                                     'property' => 'ban',
  6375.                                     'label' => ' ',
  6376.                                     'type' => 'App\\Form\\Type\\CustomerBanType',
  6377.                                     'type_options' => [
  6378.                                         'required' => false,
  6379.                                         'mapped' => false,
  6380.                                     ],
  6381.                                 ],
  6382.                                 => [
  6383.                                     'type' => 'group',
  6384.                                     'label' => 'Geo Location',
  6385.                                     'columns' => 6,
  6386.                                 ],
  6387.                                 => [
  6388.                                     'property' => 'city',
  6389.                                     'type_options' => [
  6390.                                         'group_by' => 'countryCode',
  6391.                                     ],
  6392.                                 ],
  6393.                                 10 => [
  6394.                                     'property' => 'country',
  6395.                                     'label' => 'Country',
  6396.                                     'type_options' => [
  6397.                                         'disabled' => true,
  6398.                                     ],
  6399.                                     'help' => 'Will be set according to the selected city.',
  6400.                                 ],
  6401.                                 11 => [
  6402.                                     'type' => 'group',
  6403.                                     'label' => 'Walker reviews',
  6404.                                 ],
  6405.                                 12 => [
  6406.                                     'property' => 'profile_comments',
  6407.                                     'type' => 'embedded_list',
  6408.                                     'type_options' => [
  6409.                                         'mapped' => false,
  6410.                                         'entity' => 'ProfileComment',
  6411.                                         'ext_filters' => [
  6412.                                             'entity.user' => 'form:parent.data.id',
  6413.                                         ],
  6414.                                     ],
  6415.                                 ],
  6416.                                 13 => [
  6417.                                     'property' => 'saloon_comments',
  6418.                                     'type' => 'embedded_list',
  6419.                                     'type_options' => [
  6420.                                         'mapped' => false,
  6421.                                         'entity' => 'SaloonComment',
  6422.                                         'ext_filters' => [
  6423.                                             'entity.user' => 'form:parent.data.id',
  6424.                                         ],
  6425.                                     ],
  6426.                                 ],
  6427.                             ],
  6428.                         ],
  6429.                         'templates' => [
  6430.                             'edit' => 'EasyAdmin/customer/edit.html.twig',
  6431.                         ],
  6432.                         'name' => 'Customer',
  6433.                     ],
  6434.                     'ProfileComment' => [
  6435.                         'class' => 'App\\Entity\\Profile\\Comment\\CommentByCustomer',
  6436.                         'controller' => 'App\\Controller\\Management\\ProfileCommentController',
  6437.                         'label' => 'Girls reviews',
  6438.                         'role' => 'ROLE_ACCESS_WALKER',
  6439.                         'disabled_actions' => [
  6440.                             => 'new',
  6441.                             => 'delete',
  6442.                         ],
  6443.                         'search' => [
  6444.                             'fields' => [
  6445.                                 => 'profile.owner.nickName',
  6446.                                 => 'profile.name',
  6447.                                 => 'user.nickName',
  6448.                                 => 'text',
  6449.                                 => 'ipAddress.ip',
  6450.                             ],
  6451.                         ],
  6452.                         'list' => [
  6453.                             'batch_actions' => [
  6454.                                 => [
  6455.                                     'name' => 'restore',
  6456.                                     'label' => 'Восстановить',
  6457.                                     'ask_confirm' => true,
  6458.                                 ],
  6459.                                 => [
  6460.                                     'name' => 'softDelete',
  6461.                                     'label' => 'Удалить',
  6462.                                     'ask_confirm' => true,
  6463.                                 ],
  6464.                             ],
  6465.                             'max_results' => 50,
  6466.                             'title' => 'Girls Reviews',
  6467.                             'fields' => [
  6468.                                 => [
  6469.                                     'property' => 'id',
  6470.                                     'label' => 'id',
  6471.                                 ],
  6472.                                 => [
  6473.                                     'property' => 'profile.owner.nickname',
  6474.                                     'label' => 'Profile owner',
  6475.                                     'template' => 'EasyAdmin/comment/field_owner_name.html.twig',
  6476.                                 ],
  6477.                                 => [
  6478.                                     'property' => 'profile.name',
  6479.                                     'label' => 'Profile name',
  6480.                                     'template' => 'EasyAdmin/comment/field_profile_name.html.twig',
  6481.                                 ],
  6482.                                 => [
  6483.                                     'property' => 'user.nickName',
  6484.                                     'label' => 'Walker',
  6485.                                     'template' => 'EasyAdmin/comment/field_customer_name.html.twig',
  6486.                                 ],
  6487.                                 => [
  6488.                                     'property' => 'text',
  6489.                                     'label' => 'Review',
  6490.                                 ],
  6491.                                 => [
  6492.                                     'property' => 'profile.city.name',
  6493.                                     'label' => 'City',
  6494.                                 ],
  6495.                                 => [
  6496.                                     'property' => 'createdAt',
  6497.                                     'label' => 'Created',
  6498.                                 ],
  6499.                                 => [
  6500.                                     'property' => 'ipAddress.ip',
  6501.                                     'label' => 'IP',
  6502.                                     'template' => 'EasyAdmin/ip_address_comment_ban/field_ip_address.html.twig',
  6503.                                 ],
  6504.                                 => [
  6505.                                     'property' => 'deleted',
  6506.                                     'label' => 'Deleted',
  6507.                                     'type' => 'boolean',
  6508.                                 ],
  6509.                                 => [
  6510.                                     'property' => 'mark',
  6511.                                     'label' => 'Mark',
  6512.                                 ],
  6513.                                 10 => [
  6514.                                     'property' => 'isCommentedBySupport',
  6515.                                     'label' => 'Replied',
  6516.                                     'type' => 'boolean',
  6517.                                 ],
  6518.                             ],
  6519.                             'actions' => [
  6520.                                 => [
  6521.                                     'name' => 'edit',
  6522.                                     'label' => 'Редактировать',
  6523.                                 ],
  6524.                                 => [
  6525.                                     'name' => 'restore',
  6526.                                     'label' => 'Восстановить',
  6527.                                 ],
  6528.                                 => [
  6529.                                     'name' => 'softDelete',
  6530.                                     'label' => 'Удалить',
  6531.                                 ],
  6532.                             ],
  6533.                         ],
  6534.                         'edit' => [
  6535.                             'fields' => [
  6536.                                 => [
  6537.                                     'property' => 'id',
  6538.                                     'label' => 'id',
  6539.                                     'type_options' => [
  6540.                                         'disabled' => true,
  6541.                                     ],
  6542.                                 ],
  6543.                                 => [
  6544.                                     'property' => 'createdAt',
  6545.                                     'label' => 'Date',
  6546.                                     'type_options' => [
  6547.                                         'disabled' => true,
  6548.                                     ],
  6549.                                 ],
  6550.                                 => [
  6551.                                     'property' => 'text',
  6552.                                     'label' => 'Review',
  6553.                                 ],
  6554.                                 => [
  6555.                                     'property' => 'mark',
  6556.                                     'label' => 'Mark',
  6557.                                     'type' => 'App\\Form\\Type\\ProfileCommentMarkChoiceType',
  6558.                                 ],
  6559.                                 => [
  6560.                                     'property' => 'ipAddress',
  6561.                                     'label' => 'IP',
  6562.                                     'type_options' => [
  6563.                                         'disabled' => true,
  6564.                                     ],
  6565.                                     'css_class' => 'comment-ip-address',
  6566.                                 ],
  6567.                             ],
  6568.                         ],
  6569.                         'templates' => [
  6570.                             'edit' => 'EasyAdmin/comment/edit.html.twig',
  6571.                         ],
  6572.                         'name' => 'ProfileComment',
  6573.                     ],
  6574.                     'SaloonComment' => [
  6575.                         'class' => 'App\\Entity\\Saloon\\Comment\\CommentByCustomer',
  6576.                         'controller' => 'App\\Controller\\Management\\SaloonCommentController',
  6577.                         'label' => 'Saloons reviews',
  6578.                         'role' => 'ROLE_ACCESS_WALKER',
  6579.                         'disabled_actions' => [
  6580.                             => 'new',
  6581.                             => 'delete',
  6582.                         ],
  6583.                         'search' => [
  6584.                             'fields' => [
  6585.                                 => 'saloon.owner.nickName',
  6586.                                 => 'saloon.name',
  6587.                                 => 'user.nickName',
  6588.                                 => 'text',
  6589.                                 => 'ipAddress.ip',
  6590.                             ],
  6591.                         ],
  6592.                         'list' => [
  6593.                             'batch_actions' => [
  6594.                                 => [
  6595.                                     'name' => 'restore',
  6596.                                     'label' => 'Восстановить',
  6597.                                     'ask_confirm' => true,
  6598.                                 ],
  6599.                                 => [
  6600.                                     'name' => 'softDelete',
  6601.                                     'label' => 'Удалить',
  6602.                                     'ask_confirm' => true,
  6603.                                 ],
  6604.                             ],
  6605.                             'max_results' => 50,
  6606.                             'title' => 'Saloons Reviews',
  6607.                             'fields' => [
  6608.                                 => [
  6609.                                     'property' => 'id',
  6610.                                     'label' => 'id',
  6611.                                 ],
  6612.                                 => [
  6613.                                     'property' => 'saloon.name',
  6614.                                     'label' => 'Name',
  6615.                                     'template' => 'EasyAdmin/comment/field_saloon_name.html.twig',
  6616.                                 ],
  6617.                                 => [
  6618.                                     'property' => 'user.nickName',
  6619.                                     'label' => 'Walker',
  6620.                                     'template' => 'EasyAdmin/comment/field_customer_name.html.twig',
  6621.                                 ],
  6622.                                 => [
  6623.                                     'property' => 'text',
  6624.                                     'label' => 'Review',
  6625.                                 ],
  6626.                                 => [
  6627.                                     'property' => 'saloon.city.name',
  6628.                                     'label' => 'City',
  6629.                                 ],
  6630.                                 => [
  6631.                                     'property' => 'createdAt',
  6632.                                     'label' => 'Created',
  6633.                                 ],
  6634.                                 => [
  6635.                                     'property' => 'ipAddress.ip',
  6636.                                     'label' => 'IP',
  6637.                                     'template' => 'EasyAdmin/ip_address_comment_ban/field_ip_address.html.twig',
  6638.                                 ],
  6639.                                 => [
  6640.                                     'property' => 'deleted',
  6641.                                     'label' => 'Deleted',
  6642.                                     'type' => 'boolean',
  6643.                                 ],
  6644.                                 => [
  6645.                                     'property' => 'mark',
  6646.                                     'label' => 'Mark',
  6647.                                 ],
  6648.                                 => [
  6649.                                     'property' => 'isCommentedBySupport',
  6650.                                     'label' => 'Replied',
  6651.                                     'type' => 'boolean',
  6652.                                 ],
  6653.                             ],
  6654.                             'actions' => [
  6655.                                 => [
  6656.                                     'name' => 'edit',
  6657.                                     'label' => 'Редактировать',
  6658.                                 ],
  6659.                                 => [
  6660.                                     'name' => 'restore',
  6661.                                     'label' => 'Восстановить',
  6662.                                 ],
  6663.                                 => [
  6664.                                     'name' => 'softDelete',
  6665.                                     'label' => 'Удалить',
  6666.                                 ],
  6667.                             ],
  6668.                         ],
  6669.                         'edit' => [
  6670.                             'fields' => [
  6671.                                 => [
  6672.                                     'property' => 'id',
  6673.                                     'label' => 'id',
  6674.                                     'type_options' => [
  6675.                                         'disabled' => true,
  6676.                                     ],
  6677.                                 ],
  6678.                                 => [
  6679.                                     'property' => 'createdAt',
  6680.                                     'label' => 'Date',
  6681.                                     'type_options' => [
  6682.                                         'disabled' => true,
  6683.                                     ],
  6684.                                 ],
  6685.                                 => [
  6686.                                     'property' => 'text',
  6687.                                     'label' => 'Review',
  6688.                                 ],
  6689.                                 => [
  6690.                                     'property' => 'mark',
  6691.                                     'label' => 'Mark',
  6692.                                     'type' => 'App\\Form\\Type\\SaloonCommentMarkChoiceType',
  6693.                                 ],
  6694.                                 => [
  6695.                                     'property' => 'ipAddress',
  6696.                                     'label' => 'IP',
  6697.                                     'type_options' => [
  6698.                                         'disabled' => true,
  6699.                                     ],
  6700.                                     'css_class' => 'comment-ip-address',
  6701.                                 ],
  6702.                             ],
  6703.                         ],
  6704.                         'templates' => [
  6705.                             'edit' => 'EasyAdmin/comment/edit.html.twig',
  6706.                         ],
  6707.                         'name' => 'SaloonComment',
  6708.                     ],
  6709.                     'Transactions' => [
  6710.                         'class' => 'App\\Entity\\Sales\\AccountTransaction',
  6711.                         'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  6712.                         'disabled_actions' => [
  6713.                             => 'new',
  6714.                             => 'edit',
  6715.                             => 'delete',
  6716.                         ],
  6717.                         'list' => [
  6718.                             'fields' => [
  6719.                                 => 'id',
  6720.                                 => [
  6721.                                     'property' => 'account',
  6722.                                     'label' => 'Account',
  6723.                                 ],
  6724.                                 => [
  6725.                                     'property' => 'date',
  6726.                                     'label' => 'Date',
  6727.                                 ],
  6728.                                 => [
  6729.                                     'property' => 'money',
  6730.                                     'label' => 'Money amount',
  6731.                                     'template' => 'EasyAdmin/field_money.html.twig',
  6732.                                 ],
  6733.                             ],
  6734.                         ],
  6735.                         'name' => 'Transactions',
  6736.                     ],
  6737.                     'Payments' => [
  6738.                         'class' => 'App\\Entity\\Sales\\AccountEnrollment',
  6739.                         'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  6740.                         'disabled_actions' => [
  6741.                             => 'new',
  6742.                             => 'edit',
  6743.                             => 'delete',
  6744.                         ],
  6745.                         'list' => [
  6746.                             'fields' => [
  6747.                                 => 'id',
  6748.                                 => [
  6749.                                     'property' => 'account',
  6750.                                     'label' => 'Account',
  6751.                                 ],
  6752.                                 => [
  6753.                                     'property' => 'date',
  6754.                                     'label' => 'Date',
  6755.                                 ],
  6756.                                 => [
  6757.                                     'property' => 'paidMoney',
  6758.                                     'label' => 'Paid',
  6759.                                     'template' => 'EasyAdmin/field_money.html.twig',
  6760.                                 ],
  6761.                                 => [
  6762.                                     'property' => 'enrolledMoney',
  6763.                                     'label' => 'Enrolled',
  6764.                                     'template' => 'EasyAdmin/field_money.html.twig',
  6765.                                 ],
  6766.                                 => [
  6767.                                     'property' => 'redeemedToken',
  6768.                                     'label' => 'Pin-code',
  6769.                                 ],
  6770.                                 => [
  6771.                                     'property' => 'enrolledByDescription',
  6772.                                     'label' => 'Enrolled By',
  6773.                                 ],
  6774.                             ],
  6775.                         ],
  6776.                         'name' => 'Payments',
  6777.                     ],
  6778.                     'Charges' => [
  6779.                         'class' => 'App\\Entity\\Sales\\AccountCharge',
  6780.                         'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  6781.                         'disabled_actions' => [
  6782.                             => 'new',
  6783.                             => 'edit',
  6784.                             => 'delete',
  6785.                         ],
  6786.                         'list' => [
  6787.                             'fields' => [
  6788.                                 => 'id',
  6789.                                 => [
  6790.                                     'property' => 'account',
  6791.                                     'label' => 'Account',
  6792.                                 ],
  6793.                                 => [
  6794.                                     'property' => 'date',
  6795.                                     'label' => 'Date',
  6796.                                 ],
  6797.                                 => [
  6798.                                     'property' => 'chargedMoney',
  6799.                                     'label' => 'Charged',
  6800.                                     'template' => 'EasyAdmin/field_money.html.twig',
  6801.                                 ],
  6802.                                 => [
  6803.                                     'property' => 'link',
  6804.                                     'template' => 'EasyAdmin/account/charge/placement_subject_link.html.twig',
  6805.                                 ],
  6806.                                 => [
  6807.                                     'property' => 'price',
  6808.                                     'template' => 'EasyAdmin/account/charge/placement_type.html.twig',
  6809.                                 ],
  6810.                                 => [
  6811.                                     'property' => 'placementStart',
  6812.                                 ],
  6813.                                 => [
  6814.                                     'property' => 'placementEnd',
  6815.                                 ],
  6816.                             ],
  6817.                         ],
  6818.                         'name' => 'Charges',
  6819.                     ],
  6820.                     'Profile' => [
  6821.                         'class' => 'App\\Entity\\Profile\\Profile',
  6822.                         'controller' => 'App\\Controller\\Management\\ProfileController',
  6823.                         'label' => 'Profiles',
  6824.                         'role' => 'ROLE_ADMIN_ACCESS_PROFILES',
  6825.                         'disabled_actions' => [
  6826.                             => 'new',
  6827.                         ],
  6828.                         'list' => [
  6829.                             'title' => 'Profiles List',
  6830.                             'fields' => [
  6831.                                 => [
  6832.                                     'property' => 'id',
  6833.                                     'template' => 'EasyAdmin/field_id.html.twig',
  6834.                                 ],
  6835.                                 => [
  6836.                                     'property' => 'name',
  6837.                                     'label' => 'Name',
  6838.                                     'template' => 'EasyAdmin/profiles/field_profile_name.html.twig',
  6839.                                     'css_class' => 'profile_name_link',
  6840.                                 ],
  6841.                                 => [
  6842.                                     'property' => 'phoneNumber',
  6843.                                     'label' => 'Phone',
  6844.                                 ],
  6845.                                 => [
  6846.                                     'property' => 'city.name',
  6847.                                     'label' => 'City',
  6848.                                 ],
  6849.                                 => [
  6850.                                     'property' => 'owner.nickname',
  6851.                                     'label' => 'Owner',
  6852.                                     'template' => 'EasyAdmin/profiles/field_user_name.html.twig',
  6853.                                 ],
  6854.                                 => 'createdAt',
  6855.                                 => [
  6856.                                     'property' => 'approved',
  6857.                                     'type' => 'boolean',
  6858.                                 ],
  6859.                                 => [
  6860.                                     'property' => 'isDeleted',
  6861.                                     'type' => 'boolean',
  6862.                                     'label' => 'Deleted',
  6863.                                 ],
  6864.                                 => [
  6865.                                     'property' => 'moderationStatus',
  6866.                                     'type' => 'boolean',
  6867.                                     'template' => 'EasyAdmin/profiles/field_profile_moderation_status.html.twig',
  6868.                                 ],
  6869.                                 => [
  6870.                                     'property' => 'isMediaProcessed',
  6871.                                     'type' => 'boolean',
  6872.                                     'label' => 'All video processed',
  6873.                                 ],
  6874.                             ],
  6875.                         ],
  6876.                         'form' => [
  6877.                             'form_options' => [
  6878.                                 'validation_groups' => [
  6879.                                     => 'Edit',
  6880.                                 ],
  6881.                             ],
  6882.                         ],
  6883.                         'templates' => [
  6884.                             'list' => 'EasyAdmin/profiles/list.html.twig',
  6885.                             'edit' => 'EasyAdmin/profiles/edit.html.twig',
  6886.                         ],
  6887.                         'name' => 'Profile',
  6888.                     ],
  6889.                     'Saloon' => [
  6890.                         'class' => 'App\\Entity\\Saloon\\Saloon',
  6891.                         'controller' => 'App\\Controller\\Management\\SaloonController',
  6892.                         'label' => 'Saloons',
  6893.                         'role' => 'ROLE_ADMIN_ACCESS_PROFILES',
  6894.                         'disabled_actions' => [
  6895.                             => 'new',
  6896.                         ],
  6897.                         'list' => [
  6898.                             'title' => 'Saloons List',
  6899.                             'fields' => [
  6900.                                 => [
  6901.                                     'property' => 'id',
  6902.                                     'template' => 'EasyAdmin/field_id.html.twig',
  6903.                                 ],
  6904.                                 => [
  6905.                                     'property' => 'name',
  6906.                                     'label' => 'Name',
  6907.                                     'template' => 'EasyAdmin/saloon/field_saloon_name.html.twig',
  6908.                                     'css_class' => 'profile_name_link',
  6909.                                 ],
  6910.                                 => [
  6911.                                     'property' => 'phoneNumber',
  6912.                                     'label' => 'Phone',
  6913.                                 ],
  6914.                                 => [
  6915.                                     'property' => 'city.name',
  6916.                                     'label' => 'City',
  6917.                                 ],
  6918.                                 => [
  6919.                                     'property' => 'owner.nickname',
  6920.                                     'label' => 'Owner',
  6921.                                     'template' => 'EasyAdmin/saloon/field_user_name.html.twig',
  6922.                                 ],
  6923.                                 => 'createdAt',
  6924.                                 => [
  6925.                                     'property' => 'isDeleted',
  6926.                                     'type' => 'boolean',
  6927.                                     'label' => 'Deleted',
  6928.                                 ],
  6929.                                 => [
  6930.                                     'property' => 'isMediaProcessed',
  6931.                                     'type' => 'boolean',
  6932.                                     'label' => 'All video processed',
  6933.                                 ],
  6934.                             ],
  6935.                         ],
  6936.                         'form' => [
  6937.                             'form_options' => [
  6938.                                 'validation_groups' => [
  6939.                                     => 'Edit',
  6940.                                 ],
  6941.                             ],
  6942.                         ],
  6943.                         'templates' => [
  6944.                             'edit' => 'EasyAdmin/saloon/edit.html.twig',
  6945.                         ],
  6946.                         'name' => 'Saloon',
  6947.                     ],
  6948.                     'PageMetadata' => [
  6949.                         'class' => 'App\\Entity\\SEO\\PageMetadata',
  6950.                         'controller' => 'App\\Controller\\Management\\PageMetadataController',
  6951.                         'label' => 'Pages SEO',
  6952.                         'role' => 'ROLE_ADMIN_ACCESS_SEO',
  6953.                         'list' => [
  6954.                             'title' => 'Pages SEO',
  6955.                             'form_filters' => [
  6956.                                 => [
  6957.                                     'property' => 'city',
  6958.                                     'label' => 'City',
  6959.                                 ],
  6960.                             ],
  6961.                             'fields' => [
  6962.                                 => [
  6963.                                     'property' => 'city.name',
  6964.                                     'label' => 'City',
  6965.                                     'template' => 'EasyAdmin/field_translatable.html.twig',
  6966.                                 ],
  6967.                                 => [
  6968.                                     'property' => 'uri',
  6969.                                     'label' => 'Page URI',
  6970.                                 ],
  6971.                                 => [
  6972.                                     'property' => 'hasPageHeading',
  6973.                                     'type' => 'boolean',
  6974.                                     'label' => '&lt;h1&gt;',
  6975.                                 ],
  6976.                                 => [
  6977.                                     'property' => 'hasMetaTitle',
  6978.                                     'type' => 'boolean',
  6979.                                     'label' => '&lt;title&gt;',
  6980.                                 ],
  6981.                                 => [
  6982.                                     'property' => 'hasMetaDescription',
  6983.                                     'type' => 'boolean',
  6984.                                     'label' => '&lt;meta description&gt;',
  6985.                                 ],
  6986.                                 => [
  6987.                                     'property' => 'hasMetaKeywords',
  6988.                                     'type' => 'boolean',
  6989.                                     'label' => '&lt;meta keywords&gt;',
  6990.                                 ],
  6991.                                 => [
  6992.                                     'property' => 'hasTopHtml',
  6993.                                     'type' => 'boolean',
  6994.                                     'label' => 'Top block',
  6995.                                 ],
  6996.                                 => [
  6997.                                     'property' => 'hasBottomHtml',
  6998.                                     'type' => 'boolean',
  6999.                                     'label' => 'Bottom block',
  7000.                                 ],
  7001.                             ],
  7002.                         ],
  7003.                         'form' => [
  7004.                             'title' => 'Page SEO (#%entity_id%)',
  7005.                             'fields' => [
  7006.                                 => [
  7007.                                     'property' => 'city',
  7008.                                     'label' => 'City',
  7009.                                     'type_options' => [
  7010.                                         'required' => true,
  7011.                                     ],
  7012.                                 ],
  7013.                                 => [
  7014.                                     'property' => 'uri',
  7015.                                     'label' => 'Page URI',
  7016.                                 ],
  7017.                                 => [
  7018.                                     'type' => 'section',
  7019.                                     'label' => 'On page texts',
  7020.                                 ],
  7021.                                 => [
  7022.                                     'property' => 'pageHeading',
  7023.                                     'label' => 'Page heading',
  7024.                                     'type' => 'App\\Form\\Type\\TranslatableValueType',
  7025.                                     'type_options' => [
  7026.                                         'locales' => [
  7027.                                             => 'ru',
  7028.                                             => 'en',
  7029.                                         ],
  7030.                                         'entry_type' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TextareaType',
  7031.                                     ],
  7032.                                     'help' => 'Usual placement is &lt;h1&gt; tag. Supports <strong>only plain text</strong>.',
  7033.                                 ],
  7034.                                 => [
  7035.                                     'type' => 'section',
  7036.                                     'label' => 'Meta texts',
  7037.                                 ],
  7038.                                 => [
  7039.                                     'property' => 'metaTitle',
  7040.                                     'label' => 'Page title',
  7041.                                     'type' => 'App\\Form\\Type\\TranslatableValueType',
  7042.                                     'type_options' => [
  7043.                                         'locales' => [
  7044.                                             => 'ru',
  7045.                                             => 'en',
  7046.                                         ],
  7047.                                         'entry_type' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TextareaType',
  7048.                                     ],
  7049.                                     'help' => 'Placed within &lt;title&gt; tag. Supports <strong>only plain text</strong>.',
  7050.                                 ],
  7051.                                 => [
  7052.                                     'property' => 'metaDescription',
  7053.                                     'type' => 'App\\Form\\Type\\TranslatableValueType',
  7054.                                     'type_options' => [
  7055.                                         'locales' => [
  7056.                                             => 'ru',
  7057.                                             => 'en',
  7058.                                         ],
  7059.                                         'entry_type' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TextareaType',
  7060.                                     ],
  7061.                                     'help' => 'Supports <strong>only plain text</strong>.',
  7062.                                 ],
  7063.                                 => [
  7064.                                     'property' => 'metaKeywords',
  7065.                                     'type' => 'App\\Form\\Type\\TranslatableValueType',
  7066.                                     'type_options' => [
  7067.                                         'locales' => [
  7068.                                             => 'ru',
  7069.                                             => 'en',
  7070.                                         ],
  7071.                                         'entry_type' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TextareaType',
  7072.                                     ],
  7073.                                     'help' => 'Supports <strong>only plain text</strong>.',
  7074.                                 ],
  7075.                                 => [
  7076.                                     'type' => 'section',
  7077.                                     'label' => 'HTML blocks',
  7078.                                 ],
  7079.                                 => [
  7080.                                     'property' => 'topHtml',
  7081.                                     'label' => 'Top block',
  7082.                                     'type' => 'App\\Form\\Type\\TranslatableValueType',
  7083.                                     'type_options' => [
  7084.                                         'locales' => [
  7085.                                             => 'ru',
  7086.                                             => 'en',
  7087.                                         ],
  7088.                                         'entry_type' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TextareaType',
  7089.                                     ],
  7090.                                     'help' => 'Placed at the top of the page. Supports HTML markup.',
  7091.                                 ],
  7092.                                 10 => [
  7093.                                     'property' => 'bottomHtml',
  7094.                                     'label' => 'Bottom block',
  7095.                                     'type' => 'App\\Form\\Type\\TranslatableValueType',
  7096.                                     'type_options' => [
  7097.                                         'locales' => [
  7098.                                             => 'ru',
  7099.                                             => 'en',
  7100.                                         ],
  7101.                                         'entry_type' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TextareaType',
  7102.                                     ],
  7103.                                     'help' => 'Placed at the bottom of the page. Supports HTML markup.',
  7104.                                 ],
  7105.                             ],
  7106.                         ],
  7107.                         'edit' => [
  7108.                             'fields' => [
  7109.                                 => [
  7110.                                     'property' => 'city',
  7111.                                     'type_options' => [
  7112.                                         'disabled' => true,
  7113.                                     ],
  7114.                                 ],
  7115.                                 => [
  7116.                                     'property' => 'uri',
  7117.                                     'type_options' => [
  7118.                                         'disabled' => true,
  7119.                                     ],
  7120.                                 ],
  7121.                             ],
  7122.                         ],
  7123.                         'name' => 'PageMetadata',
  7124.                     ],
  7125.                     'ApprovalRequest' => [
  7126.                         'class' => 'App\\Entity\\Profile\\Confirmation\\ApprovalRequest',
  7127.                         'controller' => 'App\\Controller\\Management\\ProfileApprovalController',
  7128.                         'label' => 'Approval',
  7129.                         'role' => 'ROLE_ADMIN_ACCESS_PROFILES',
  7130.                         'disabled_actions' => [
  7131.                             => 'new',
  7132.                             => 'delete',
  7133.                         ],
  7134.                         'list' => [
  7135.                             'title' => 'Approval List',
  7136.                             'dql_filter' => 'entity.status = \'WAITING\'',
  7137.                             'fields' => [
  7138.                                 => [
  7139.                                     'property' => 'id',
  7140.                                     'label' => 'Request ID',
  7141.                                     'template' => 'EasyAdmin/field_id.html.twig',
  7142.                                 ],
  7143.                                 => [
  7144.                                     'property' => 'profile.id',
  7145.                                     'type_options' => [
  7146.                                         'disabled' => true,
  7147.                                     ],
  7148.                                     'label' => 'Profile ID',
  7149.                                     'template' => 'EasyAdmin/profile_approval/field_profile_id.html.twig',
  7150.                                 ],
  7151.                                 => [
  7152.                                     'property' => 'profile.name',
  7153.                                     'type_options' => [
  7154.                                         'disabled' => true,
  7155.                                     ],
  7156.                                     'label' => 'Profile name',
  7157.                                     'template' => 'EasyAdmin/profile_approval/field_profile_name.html.twig',
  7158.                                 ],
  7159.                                 => [
  7160.                                     'property' => 'profile.owner.nickname',
  7161.                                     'type_options' => [
  7162.                                         'disabled' => true,
  7163.                                     ],
  7164.                                     'label' => 'Owner',
  7165.                                     'template' => 'EasyAdmin/profile_approval/field_user_name.html.twig',
  7166.                                 ],
  7167.                                 => [
  7168.                                     'property' => 'updatedAt',
  7169.                                     'label' => 'Date',
  7170.                                 ],
  7171.                                 => [
  7172.                                     'property' => 'profile.moderationStatus',
  7173.                                     'type' => 'boolean',
  7174.                                     'template' => 'EasyAdmin/profiles/field_profile_moderation_status.html.twig',
  7175.                                 ],
  7176.                                 => [
  7177.                                     'property' => 'isMediaProcessed',
  7178.                                     'type' => 'boolean',
  7179.                                     'label' => 'Approval video processed',
  7180.                                 ],
  7181.                             ],
  7182.                         ],
  7183.                         'search' => [
  7184.                             'fields' => [
  7185.                                 => 'profile.id',
  7186.                                 => 'profile.owner.nickName',
  7187.                             ],
  7188.                         ],
  7189.                         'edit' => [
  7190.                             'fields' => [
  7191.                                 => [
  7192.                                     'property' => 'id',
  7193.                                     'type_options' => [
  7194.                                         'disabled' => true,
  7195.                                     ],
  7196.                                 ],
  7197.                             ],
  7198.                         ],
  7199.                         'templates' => [
  7200.                             'edit' => 'EasyAdmin/profile_approval/edit.html.twig',
  7201.                         ],
  7202.                         'name' => 'ApprovalRequest',
  7203.                     ],
  7204.                     'ProfileModeration' => [
  7205.                         'class' => 'App\\Entity\\Profile\\Confirmation\\ModerationRequest',
  7206.                         'controller' => 'App\\Controller\\Management\\ProfileModerationController',
  7207.                         'label' => 'Moderation',
  7208.                         'role' => 'ROLE_ADMIN_ACCESS_PROFILES',
  7209.                         'disabled_actions' => [
  7210.                             => 'new',
  7211.                         ],
  7212.                         'list' => [
  7213.                             'batch_actions' => [
  7214.                                 => [
  7215.                                     'name' => 'pass',
  7216.                                     'label' => 'Одобрить',
  7217.                                     'ask_confirm' => true,
  7218.                                 ],
  7219.                                 => [
  7220.                                     'name' => 'reject',
  7221.                                     'label' => 'Отклонить',
  7222.                                     'ask_confirm' => true,
  7223.                                 ],
  7224.                             ],
  7225.                             'title' => 'Profiles List',
  7226.                             'dql_filter' => 'entity.status = \'WAITING\'',
  7227.                             'fields' => [
  7228.                                 => [
  7229.                                     'property' => 'id',
  7230.                                     'label' => 'Request ID',
  7231.                                     'template' => 'EasyAdmin/field_id.html.twig',
  7232.                                 ],
  7233.                                 => [
  7234.                                     'property' => 'profile.id',
  7235.                                     'label' => 'Profile ID',
  7236.                                     'template' => 'EasyAdmin/profile_approval/field_profile_id.html.twig',
  7237.                                 ],
  7238.                                 => [
  7239.                                     'property' => 'profile.name',
  7240.                                     'label' => 'Profile name',
  7241.                                     'template' => 'EasyAdmin/profile_approval/field_profile_name.html.twig',
  7242.                                     'css_class' => 'profile_name_link',
  7243.                                 ],
  7244.                                 => [
  7245.                                     'property' => 'profile.phoneNumber',
  7246.                                     'label' => 'Phone',
  7247.                                 ],
  7248.                                 => [
  7249.                                     'property' => 'profile.owner.nickName',
  7250.                                     'label' => 'Owner',
  7251.                                     'template' => 'EasyAdmin/profile_approval/field_user_name.html.twig',
  7252.                                 ],
  7253.                                 => [
  7254.                                     'property' => 'updatedAt',
  7255.                                     'label' => 'Date',
  7256.                                 ],
  7257.                                 => [
  7258.                                     'property' => 'isProfileMediaProcessed',
  7259.                                     'type' => 'boolean',
  7260.                                     'label' => 'Profile video processed',
  7261.                                 ],
  7262.                             ],
  7263.                         ],
  7264.                         'search' => [
  7265.                             'fields' => [
  7266.                                 => 'profile.id',
  7267.                                 => 'profile.phoneNumber',
  7268.                                 => 'profile.owner.nickName',
  7269.                             ],
  7270.                         ],
  7271.                         'form' => [
  7272.                             'form_options' => [
  7273.                                 'validation_groups' => [
  7274.                                     => 'Edit',
  7275.                                 ],
  7276.                             ],
  7277.                         ],
  7278.                         'templates' => [
  7279.                             'list' => 'EasyAdmin/profile_moderation/list.html.twig',
  7280.                             'edit' => 'EasyAdmin/profile_moderation/edit.html.twig',
  7281.                         ],
  7282.                         'name' => 'ProfileModeration',
  7283.                     ],
  7284.                     'SupportMessage' => [
  7285.                         'class' => 'App\\Entity\\Account\\SupportMessage',
  7286.                         'controller' => 'App\\Controller\\Management\\SupportMessagesController',
  7287.                         'label' => 'Messages',
  7288.                         'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  7289.                         'disabled_actions' => [
  7290.                             => 'new',
  7291.                             => 'delete',
  7292.                         ],
  7293.                         'search' => [
  7294.                             'fields' => [
  7295.                                 => 'owner.nickName',
  7296.                                 => 'topic',
  7297.                                 => 'message',
  7298.                             ],
  7299.                         ],
  7300.                         'list' => [
  7301.                             'actions' => [
  7302.                                 => [
  7303.                                     'name' => 'edit',
  7304.                                     'label' => 'Просмотреть',
  7305.                                 ],
  7306.                             ],
  7307.                             'max_results' => 10,
  7308.                             'title' => 'Messages',
  7309.                             'fields' => [
  7310.                                 => 'id',
  7311.                                 => [
  7312.                                     'property' => 'owner.nickname',
  7313.                                     'label' => 'Author',
  7314.                                     'template' => 'EasyAdmin/profiles/field_user_name.html.twig',
  7315.                                 ],
  7316.                                 => [
  7317.                                     'property' => 'topic',
  7318.                                     'label' => 'Topic',
  7319.                                 ],
  7320.                                 => [
  7321.                                     'property' => 'message',
  7322.                                     'label' => 'Message',
  7323.                                 ],
  7324.                                 => [
  7325.                                     'property' => 'lastMessageAt',
  7326.                                     'label' => 'Last user message',
  7327.                                 ],
  7328.                             ],
  7329.                         ],
  7330.                         'edit' => [
  7331.                             'fields' => [
  7332.                                 => [
  7333.                                     'property' => 'id',
  7334.                                     'label' => 'ID',
  7335.                                     'type_options' => [
  7336.                                         'disabled' => true,
  7337.                                     ],
  7338.                                 ],
  7339.                             ],
  7340.                         ],
  7341.                         'templates' => [
  7342.                             'list' => 'EasyAdmin/support_messages/list.html.twig',
  7343.                             'edit' => 'EasyAdmin/support_messages/edit.html.twig',
  7344.                         ],
  7345.                         'name' => 'SupportMessage',
  7346.                     ],
  7347.                     'PhoneReview' => [
  7348.                         'class' => 'App\\MultiWebsite\\Entity\\PhoneReview',
  7349.                         'label' => 'Phone Reviews',
  7350.                         'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  7351.                         'disabled_actions' => [
  7352.                             => 'new',
  7353.                         ],
  7354.                         'list' => [
  7355.                             'max_results' => 50,
  7356.                             'title' => 'Phone Reviews',
  7357.                             'fields' => [
  7358.                                 => 'phone',
  7359.                                 => 'review',
  7360.                                 => 'mark',
  7361.                                 => 'createdAt',
  7362.                             ],
  7363.                         ],
  7364.                         'name' => 'PhoneReview',
  7365.                     ],
  7366.                     'Analytics' => [
  7367.                         'class' => 'App\\Entity\\Sales\\Profile\\PlacementCharge',
  7368.                         'controller' => 'App\\Controller\\Management\\AnalyticsController',
  7369.                         'label' => 'Analytics',
  7370.                         'role' => 'ROLE_ADMIN_ACCESS_ANALYTICS',
  7371.                         'disabled_actions' => [
  7372.                             => 'new',
  7373.                             => 'delete',
  7374.                         ],
  7375.                         'list' => [
  7376.                             'title' => 'Live',
  7377.                         ],
  7378.                         'templates' => [
  7379.                             'list' => 'EasyAdmin/analytics/list.html.twig',
  7380.                         ],
  7381.                         'name' => 'Analytics',
  7382.                     ],
  7383.                     'DeletedProfile' => [
  7384.                         'class' => 'App\\Entity\\Profile\\Profile',
  7385.                         'controller' => 'App\\Controller\\Management\\DeletedProfilesController',
  7386.                         'label' => 'Deleted Profiles',
  7387.                         'role' => 'ROLE_ADMIN_ACCESS_DELETED',
  7388.                         'disabled_actions' => [
  7389.                             => 'new',
  7390.                             => 'edit',
  7391.                             => 'delete',
  7392.                         ],
  7393.                         'templates' => [
  7394.                             'list' => 'EasyAdmin/deleted_profiles/list.html.twig',
  7395.                         ],
  7396.                         'list' => [
  7397.                             'actions' => [
  7398.                                 => [
  7399.                                     'name' => 'restore',
  7400.                                     'label' => 'Восстановить',
  7401.                                 ],
  7402.                             ],
  7403.                             'title' => 'Profiles List',
  7404.                             'dql_filter' => 'entity.deletedAt IS NOT NULL',
  7405.                             'fields' => [
  7406.                                 => [
  7407.                                     'property' => 'name',
  7408.                                     'label' => 'Name',
  7409.                                     'css_class' => 'profile_name_link',
  7410.                                 ],
  7411.                                 => [
  7412.                                     'property' => 'deletedAt',
  7413.                                     'label' => 'deletedAt',
  7414.                                 ],
  7415.                             ],
  7416.                             'sort' => [
  7417.                                 => 'deletedAt',
  7418.                                 => 'DESC',
  7419.                             ],
  7420.                         ],
  7421.                         'name' => 'DeletedProfile',
  7422.                     ],
  7423.                     'DeletedSaloon' => [
  7424.                         'class' => 'App\\Entity\\Saloon\\Saloon',
  7425.                         'controller' => 'App\\Controller\\Management\\DeletedSaloonController',
  7426.                         'label' => 'Deleted Saloons',
  7427.                         'role' => 'ROLE_ADMIN_ACCESS_DELETED',
  7428.                         'disabled_actions' => [
  7429.                             => 'new',
  7430.                             => 'edit',
  7431.                             => 'delete',
  7432.                         ],
  7433.                         'templates' => [
  7434.                             'list' => 'EasyAdmin/deleted_saloons/list.html.twig',
  7435.                         ],
  7436.                         'list' => [
  7437.                             'actions' => [
  7438.                                 => [
  7439.                                     'name' => 'restore',
  7440.                                     'label' => 'Восстановить',
  7441.                                 ],
  7442.                             ],
  7443.                             'title' => 'Profiles List',
  7444.                             'dql_filter' => 'entity.deletedAt IS NOT NULL',
  7445.                             'fields' => [
  7446.                                 => [
  7447.                                     'property' => 'name',
  7448.                                     'label' => 'Name',
  7449.                                     'css_class' => 'profile_name_link',
  7450.                                 ],
  7451.                                 => [
  7452.                                     'property' => 'deletedAt',
  7453.                                     'label' => 'deletedAt',
  7454.                                 ],
  7455.                             ],
  7456.                             'sort' => [
  7457.                                 => 'deletedAt',
  7458.                                 => 'DESC',
  7459.                             ],
  7460.                         ],
  7461.                         'name' => 'DeletedSaloon',
  7462.                     ],
  7463.                     'CityPrice' => [
  7464.                         'class' => 'App\\Entity\\Location\\City',
  7465.                         'controller' => 'App\\Controller\\Management\\CityPricesController',
  7466.                         'label' => 'City prices',
  7467.                         'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  7468.                         'disabled_actions' => [
  7469.                             => 'new',
  7470.                             => 'delete',
  7471.                         ],
  7472.                         'templates' => [
  7473.                             'list' => 'EasyAdmin/city_prices/list.html.twig',
  7474.                         ],
  7475.                         'list' => [
  7476.                             'title' => 'City prices',
  7477.                             'actions' => [
  7478.                                 => [
  7479.                                     'name' => 'dynamicPricesData',
  7480.                                     'label' => 'Dynamic prices data',
  7481.                                 ],
  7482.                                 => [
  7483.                                     'name' => 'dynamicPricesSave',
  7484.                                     'label' => 'Dynamic prices save',
  7485.                                 ],
  7486.                                 => [
  7487.                                     'name' => 'dynamicPricesReplace',
  7488.                                     'label' => 'Dynamic prices replace',
  7489.                                 ],
  7490.                                 => [
  7491.                                     'name' => 'dynamicPricesFillDefaults',
  7492.                                     'label' => 'Dynamic prices fill defaults',
  7493.                                 ],
  7494.                             ],
  7495.                             'fields' => [
  7496.                                 => 'id',
  7497.                                 => [
  7498.                                     'property' => 'name',
  7499.                                     'label' => 'Name',
  7500.                                     'template' => 'EasyAdmin/field_translatable.html.twig',
  7501.                                 ],
  7502.                             ],
  7503.                         ],
  7504.                         'form' => [
  7505.                             'form_options' => [
  7506.                                 'empty_data' => NULL,
  7507.                             ],
  7508.                             'fields' => [
  7509.                                 => [
  7510.                                     'property' => 'name',
  7511.                                     'label' => ' ',
  7512.                                     'type_options' => [
  7513.                                         'disabled' => true,
  7514.                                         'block_name' => 'city_name',
  7515.                                         'required' => false,
  7516.                                     ],
  7517.                                 ],
  7518.                             ],
  7519.                         ],
  7520.                         'name' => 'CityPrice',
  7521.                     ],
  7522.                     'OfferBar' => [
  7523.                         'class' => 'App\\Entity\\System\\Variable',
  7524.                         'controller' => 'App\\Controller\\Management\\OfferBarController',
  7525.                         'label' => 'Offer Bar',
  7526.                         'role' => 'ROLE_ADMIN_ACCESS_OTHER',
  7527.                         'disabled_actions' => [
  7528.                             => 'new',
  7529.                             => 'delete',
  7530.                             => 'form',
  7531.                         ],
  7532.                         'list' => [
  7533.                             'title' => 'Offer Bar',
  7534.                             'actions' => [
  7535.                                 => [
  7536.                                     'name' => 'save',
  7537.                                     'label' => 'Восстановить',
  7538.                                 ],
  7539.                             ],
  7540.                             'fields' => [
  7541.                                 => 'id',
  7542.                             ],
  7543.                         ],
  7544.                         'name' => 'OfferBar',
  7545.                     ],
  7546.                     'IpAddress' => [
  7547.                         'class' => 'App\\Entity\\System\\IpAddress',
  7548.                         'controller' => 'App\\Controller\\Management\\IpAddressController',
  7549.                         'label' => 'IPs',
  7550.                         'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  7551.                         'disabled_actions' => [
  7552.                             => 'delete',
  7553.                             => 'form',
  7554.                         ],
  7555.                         'list' => [
  7556.                             'title' => 'IPs',
  7557.                             'actions' => [
  7558.                                 => [
  7559.                                     'name' => 'permanentBan',
  7560.                                     'label' => 'Забанить',
  7561.                                     'icon' => 'ban',
  7562.                                     'css_class' => 'text-danger',
  7563.                                 ],
  7564.                             ],
  7565.                             'fields' => [
  7566.                                 => 'id',
  7567.                                 => [
  7568.                                     'property' => 'ip',
  7569.                                     'label' => 'IP',
  7570.                                 ],
  7571.                                 => [
  7572.                                     'property' => 'activeDailyCommentBan.date',
  7573.                                     'label' => 'Active daily ban',
  7574.                                     'template' => 'EasyAdmin/ip_address_comment_ban/field_comment_ban_date.html.twig',
  7575.                                 ],
  7576.                                 => [
  7577.                                     'property' => 'activePermanentCommentBan.date',
  7578.                                     'label' => 'Active permanent ban',
  7579.                                     'template' => 'EasyAdmin/ip_address_comment_ban/field_comment_ban_date.html.twig',
  7580.                                 ],
  7581.                                 => [
  7582.                                     'property' => 'dailyCommentBansCount',
  7583.                                     'label' => 'Temporary bans',
  7584.                                 ],
  7585.                                 => [
  7586.                                     'property' => 'permanentCommentBansCount',
  7587.                                     'label' => 'Permanent bans',
  7588.                                 ],
  7589.                             ],
  7590.                         ],
  7591.                         'edit' => [
  7592.                             'title' => 'IP or Network',
  7593.                             'form_options' => [
  7594.                                 'empty_data' => NULL,
  7595.                             ],
  7596.                             'fields' => [
  7597.                                 => [
  7598.                                     'property' => 'ip',
  7599.                                     'label' => 'IP',
  7600.                                     'type_options' => [
  7601.                                         'disabled' => true,
  7602.                                     ],
  7603.                                 ],
  7604.                                 => [
  7605.                                     'type' => 'group',
  7606.                                     'label' => 'IP profile comments',
  7607.                                 ],
  7608.                                 => [
  7609.                                     'property' => 'profileComments',
  7610.                                     'type' => 'embedded_list',
  7611.                                     'type_options' => [
  7612.                                         'mapped' => false,
  7613.                                         'entity' => 'ProfileComment',
  7614.                                         'ext_filters' => [
  7615.                                             'entity.ipAddress' => 'form:parent.data.id',
  7616.                                         ],
  7617.                                     ],
  7618.                                 ],
  7619.                                 => [
  7620.                                     'type' => 'group',
  7621.                                     'label' => 'IP saloon comments',
  7622.                                 ],
  7623.                                 => [
  7624.                                     'property' => 'saloonComments',
  7625.                                     'type' => 'embedded_list',
  7626.                                     'type_options' => [
  7627.                                         'mapped' => false,
  7628.                                         'entity' => 'SaloonComment',
  7629.                                         'ext_filters' => [
  7630.                                             'entity.ipAddress' => 'form:parent.data.id',
  7631.                                         ],
  7632.                                     ],
  7633.                                 ],
  7634.                                 => [
  7635.                                     'type' => 'group',
  7636.                                     'label' => 'Ban history',
  7637.                                 ],
  7638.                                 => [
  7639.                                     'property' => 'commentBans',
  7640.                                     'type' => 'embedded_list',
  7641.                                     'type_options' => [
  7642.                                         'mapped' => false,
  7643.                                         'entity' => 'IpAddressCommentBan',
  7644.                                         'ext_filters' => [
  7645.                                             'entity.ipAddress' => 'form:parent.data.id',
  7646.                                         ],
  7647.                                     ],
  7648.                                 ],
  7649.                             ],
  7650.                         ],
  7651.                         'new' => [
  7652.                             'title' => 'New IP or Network',
  7653.                             'fields' => [
  7654.                                 => [
  7655.                                     'property' => 'ip',
  7656.                                     'label' => 'IP',
  7657.                                 ],
  7658.                             ],
  7659.                         ],
  7660.                         'name' => 'IpAddress',
  7661.                     ],
  7662.                     'IpAddressDailyCommentBan' => [
  7663.                         'class' => 'App\\Entity\\System\\IpAddressDailyCommentBan',
  7664.                         'controller' => 'App\\Controller\\Management\\IpAddressDailyCommentBanController',
  7665.                         'label' => 'Temporary comment ban (today)',
  7666.                         'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  7667.                         'disabled_actions' => [
  7668.                             => 'new',
  7669.                             => 'delete',
  7670.                         ],
  7671.                         'list' => [
  7672.                             'dql_filter' => 'entity.date >= curdate() AND entity.isReset = 0',
  7673.                             'title' => 'Temporary comment ban (today)',
  7674.                             'actions' => [
  7675.                                 => [
  7676.                                     'name' => 'reset',
  7677.                                     'label' => 'Reset',
  7678.                                 ],
  7679.                                 => [
  7680.                                     'name' => 'deleteComments',
  7681.                                     'label' => 'Delete comments',
  7682.                                 ],
  7683.                             ],
  7684.                             'fields' => [
  7685.                                 => 'id',
  7686.                                 => [
  7687.                                     'property' => 'ipAddress.ip',
  7688.                                     'label' => 'IP',
  7689.                                     'template' => 'EasyAdmin/ip_address_comment_ban/field_ip_address.html.twig',
  7690.                                 ],
  7691.                                 => [
  7692.                                     'property' => 'date',
  7693.                                     'label' => 'Date',
  7694.                                 ],
  7695.                                 => [
  7696.                                     'property' => 'ipAddress.dailyCommentBansCount',
  7697.                                     'label' => 'Temporary bans',
  7698.                                 ],
  7699.                                 => [
  7700.                                     'property' => 'ipAddress.permanentCommentBansCount',
  7701.                                     'label' => 'Permanent bans',
  7702.                                 ],
  7703.                                 => [
  7704.                                     'property' => 'isReset',
  7705.                                     'type' => 'boolean',
  7706.                                 ],
  7707.                             ],
  7708.                         ],
  7709.                         'edit' => [
  7710.                             'fields' => [
  7711.                                 => [
  7712.                                     'property' => 'id',
  7713.                                     'label' => 'id',
  7714.                                     'type_options' => [
  7715.                                         'disabled' => true,
  7716.                                     ],
  7717.                                 ],
  7718.                                 => [
  7719.                                     'property' => 'ipAddress',
  7720.                                     'label' => 'IP',
  7721.                                     'type_options' => [
  7722.                                         'disabled' => true,
  7723.                                     ],
  7724.                                 ],
  7725.                                 => [
  7726.                                     'property' => 'date',
  7727.                                     'label' => 'Date',
  7728.                                     'type_options' => [
  7729.                                         'disabled' => true,
  7730.                                     ],
  7731.                                 ],
  7732.                                 => [
  7733.                                     'property' => 'isReset',
  7734.                                     'type_options' => [
  7735.                                         'disabled' => true,
  7736.                                     ],
  7737.                                 ],
  7738.                             ],
  7739.                         ],
  7740.                         'templates' => [
  7741.                             'edit' => 'EasyAdmin/ip_address_comment_ban/edit.html.twig',
  7742.                         ],
  7743.                         'name' => 'IpAddressDailyCommentBan',
  7744.                     ],
  7745.                     'IpAddressPermanentCommentBan' => [
  7746.                         'class' => 'App\\Entity\\System\\IpAddressPermanentCommentBan',
  7747.                         'controller' => 'App\\Controller\\Management\\IpAddressPermanentCommentBanController',
  7748.                         'label' => 'Permanent comment ban',
  7749.                         'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  7750.                         'disabled_actions' => [
  7751.                             => 'new',
  7752.                             => 'delete',
  7753.                         ],
  7754.                         'list' => [
  7755.                             'dql_filter' => 'entity.isReset = 0',
  7756.                             'title' => 'Permanent comment ban',
  7757.                             'actions' => [
  7758.                                 => [
  7759.                                     'name' => 'reset',
  7760.                                     'label' => 'Reset',
  7761.                                 ],
  7762.                                 => [
  7763.                                     'name' => 'deleteComments',
  7764.                                     'label' => 'Delete comments',
  7765.                                 ],
  7766.                             ],
  7767.                             'fields' => [
  7768.                                 => 'id',
  7769.                                 => [
  7770.                                     'property' => 'ipAddress.ip',
  7771.                                     'label' => 'IP',
  7772.                                     'template' => 'EasyAdmin/ip_address_comment_ban/field_ip_address.html.twig',
  7773.                                 ],
  7774.                                 => [
  7775.                                     'property' => 'date',
  7776.                                     'label' => 'Date',
  7777.                                 ],
  7778.                                 => [
  7779.                                     'property' => 'ipAddress.dailyCommentBansCount',
  7780.                                     'label' => 'Temporary bans',
  7781.                                 ],
  7782.                                 => [
  7783.                                     'property' => 'ipAddress.permanentCommentBansCount',
  7784.                                     'label' => 'Permanent bans',
  7785.                                 ],
  7786.                                 => [
  7787.                                     'property' => 'isReset',
  7788.                                     'type' => 'boolean',
  7789.                                 ],
  7790.                             ],
  7791.                         ],
  7792.                         'edit' => [
  7793.                             'fields' => [
  7794.                                 => [
  7795.                                     'property' => 'id',
  7796.                                     'label' => 'id',
  7797.                                     'type_options' => [
  7798.                                         'disabled' => true,
  7799.                                     ],
  7800.                                 ],
  7801.                                 => [
  7802.                                     'property' => 'ipAddress',
  7803.                                     'label' => 'IP',
  7804.                                     'type_options' => [
  7805.                                         'disabled' => true,
  7806.                                     ],
  7807.                                 ],
  7808.                                 => [
  7809.                                     'property' => 'date',
  7810.                                     'label' => 'Date',
  7811.                                     'type_options' => [
  7812.                                         'disabled' => true,
  7813.                                     ],
  7814.                                 ],
  7815.                                 => [
  7816.                                     'property' => 'isReset',
  7817.                                     'type_options' => [
  7818.                                         'disabled' => true,
  7819.                                     ],
  7820.                                 ],
  7821.                             ],
  7822.                         ],
  7823.                         'templates' => [
  7824.                             'edit' => 'EasyAdmin/ip_address_comment_ban/edit.html.twig',
  7825.                         ],
  7826.                         'name' => 'IpAddressPermanentCommentBan',
  7827.                     ],
  7828.                     'IpAddressCommentBan' => [
  7829.                         'class' => 'App\\Entity\\System\\IpAddressCommentBan',
  7830.                         'controller' => 'App\\Controller\\Management\\IpAddressCommentBanController',
  7831.                         'label' => 'Comment ban history',
  7832.                         'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  7833.                         'disabled_actions' => [
  7834.                             => 'new',
  7835.                             => 'delete',
  7836.                         ],
  7837.                         'list' => [
  7838.                             'title' => 'Comment ban history',
  7839.                             'actions' => [
  7840.                                 => [
  7841.                                     'name' => 'deleteComments',
  7842.                                     'label' => 'Delete comments',
  7843.                                 ],
  7844.                             ],
  7845.                             'fields' => [
  7846.                                 => 'id',
  7847.                                 => [
  7848.                                     'property' => 'ipAddress.ip',
  7849.                                     'label' => 'IP',
  7850.                                     'template' => 'EasyAdmin/ip_address_comment_ban/field_ip_address.html.twig',
  7851.                                 ],
  7852.                                 => [
  7853.                                     'property' => 'date',
  7854.                                     'label' => 'Date',
  7855.                                 ],
  7856.                                 => [
  7857.                                     'property' => 'ipAddress.dailyCommentBansCount',
  7858.                                     'label' => 'Temporary bans',
  7859.                                 ],
  7860.                                 => [
  7861.                                     'property' => 'ipAddress.permanentCommentBansCount',
  7862.                                     'label' => 'Permanent bans',
  7863.                                 ],
  7864.                                 => [
  7865.                                     'property' => 'isReset',
  7866.                                     'type' => 'boolean',
  7867.                                 ],
  7868.                                 => [
  7869.                                     'property' => 'type',
  7870.                                 ],
  7871.                             ],
  7872.                         ],
  7873.                         'edit' => [
  7874.                             'fields' => [
  7875.                                 => [
  7876.                                     'property' => 'id',
  7877.                                     'label' => 'id',
  7878.                                     'type_options' => [
  7879.                                         'disabled' => true,
  7880.                                     ],
  7881.                                 ],
  7882.                                 => [
  7883.                                     'property' => 'ipAddress',
  7884.                                     'label' => 'IP',
  7885.                                     'type_options' => [
  7886.                                         'disabled' => true,
  7887.                                     ],
  7888.                                 ],
  7889.                                 => [
  7890.                                     'property' => 'date',
  7891.                                     'label' => 'Date',
  7892.                                     'type_options' => [
  7893.                                         'disabled' => true,
  7894.                                     ],
  7895.                                 ],
  7896.                                 => [
  7897.                                     'property' => 'isReset',
  7898.                                     'type_options' => [
  7899.                                         'disabled' => true,
  7900.                                     ],
  7901.                                 ],
  7902.                             ],
  7903.                         ],
  7904.                         'templates' => [
  7905.                             'edit' => 'EasyAdmin/ip_address_comment_ban/edit.html.twig',
  7906.                         ],
  7907.                         'name' => 'IpAddressCommentBan',
  7908.                     ],
  7909.                     'AccountProfile' => [
  7910.                         'class' => 'App\\Entity\\Profile\\Profile',
  7911.                         'role' => 'ROLE_ADMIN_ACCESS_PROFILES',
  7912.                         'disabled_actions' => [
  7913.                             => 'new',
  7914.                         ],
  7915.                         'list' => [
  7916.                             'title' => 'Owned profiles',
  7917.                             'fields' => [
  7918.                                 => [
  7919.                                     'property' => 'id',
  7920.                                     'template' => 'EasyAdmin/field_id.html.twig',
  7921.                                 ],
  7922.                                 => [
  7923.                                     'property' => 'name',
  7924.                                     'label' => 'Name',
  7925.                                     'template' => 'EasyAdmin/profiles/field_profile_name.html.twig',
  7926.                                     'css_class' => 'profile_name_link',
  7927.                                 ],
  7928.                                 => [
  7929.                                     'property' => 'phoneNumber',
  7930.                                     'label' => 'Phone',
  7931.                                 ],
  7932.                                 => [
  7933.                                     'property' => 'city.name',
  7934.                                     'label' => 'City',
  7935.                                 ],
  7936.                                 => [
  7937.                                     'property' => 'owner.nickname',
  7938.                                     'label' => 'Owner',
  7939.                                     'template' => 'EasyAdmin/profiles/field_user_name.html.twig',
  7940.                                 ],
  7941.                                 => 'createdAt',
  7942.                                 => [
  7943.                                     'property' => 'approved',
  7944.                                     'type' => 'boolean',
  7945.                                 ],
  7946.                                 => [
  7947.                                     'property' => 'isDeleted',
  7948.                                     'type' => 'boolean',
  7949.                                     'label' => 'Deleted',
  7950.                                 ],
  7951.                                 => [
  7952.                                     'property' => 'moderationStatus',
  7953.                                     'type' => 'boolean',
  7954.                                     'template' => 'EasyAdmin/profiles/field_profile_moderation_status.html.twig',
  7955.                                 ],
  7956.                                 => [
  7957.                                     'property' => 'isMediaProcessed',
  7958.                                     'type' => 'boolean',
  7959.                                     'label' => 'All video processed',
  7960.                                 ],
  7961.                             ],
  7962.                         ],
  7963.                         'form' => [
  7964.                             'form_options' => [
  7965.                                 'validation_groups' => [
  7966.                                     => 'Edit',
  7967.                                 ],
  7968.                             ],
  7969.                         ],
  7970.                         'templates' => [
  7971.                             'list' => 'EasyAdmin/account/embedded/list.html.twig',
  7972.                             'edit' => 'EasyAdmin/profiles/edit.html.twig',
  7973.                         ],
  7974.                         'name' => 'AccountProfile',
  7975.                     ],
  7976.                     'AccountSaloon' => [
  7977.                         'class' => 'App\\Entity\\Saloon\\Saloon',
  7978.                         'role' => 'ROLE_ADMIN_ACCESS_PROFILES',
  7979.                         'disabled_actions' => [
  7980.                             => 'new',
  7981.                         ],
  7982.                         'list' => [
  7983.                             'title' => 'Owned saloons',
  7984.                             'fields' => [
  7985.                                 => [
  7986.                                     'property' => 'id',
  7987.                                     'template' => 'EasyAdmin/field_id.html.twig',
  7988.                                 ],
  7989.                                 => [
  7990.                                     'property' => 'name',
  7991.                                     'label' => 'Name',
  7992.                                     'template' => 'EasyAdmin/saloon/field_saloon_name.html.twig',
  7993.                                     'css_class' => 'profile_name_link',
  7994.                                 ],
  7995.                                 => [
  7996.                                     'property' => 'phoneNumber',
  7997.                                     'label' => 'Phone',
  7998.                                 ],
  7999.                                 => [
  8000.                                     'property' => 'city.name',
  8001.                                     'label' => 'City',
  8002.                                 ],
  8003.                                 => [
  8004.                                     'property' => 'owner.nickname',
  8005.                                     'label' => 'Owner',
  8006.                                     'template' => 'EasyAdmin/saloon/field_user_name.html.twig',
  8007.                                 ],
  8008.                                 => 'createdAt',
  8009.                                 => [
  8010.                                     'property' => 'isDeleted',
  8011.                                     'type' => 'boolean',
  8012.                                     'label' => 'Deleted',
  8013.                                 ],
  8014.                                 => [
  8015.                                     'property' => 'isMediaProcessed',
  8016.                                     'type' => 'boolean',
  8017.                                     'label' => 'All video processed',
  8018.                                 ],
  8019.                             ],
  8020.                         ],
  8021.                         'form' => [
  8022.                             'form_options' => [
  8023.                                 'validation_groups' => [
  8024.                                     => 'Edit',
  8025.                                 ],
  8026.                             ],
  8027.                         ],
  8028.                         'templates' => [
  8029.                             'list' => 'EasyAdmin/account/embedded/list.html.twig',
  8030.                             'edit' => 'EasyAdmin/saloon/edit.html.twig',
  8031.                         ],
  8032.                         'name' => 'AccountSaloon',
  8033.                     ],
  8034.                     'AccountEnrollments' => [
  8035.                         'class' => 'App\\Entity\\Sales\\AccountEnrollment',
  8036.                         'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  8037.                         'disabled_actions' => [
  8038.                             => 'new',
  8039.                             => 'edit',
  8040.                             => 'delete',
  8041.                         ],
  8042.                         'list' => [
  8043.                             'title' => 'Enrollments',
  8044.                             'fields' => [
  8045.                                 => 'id',
  8046.                                 => [
  8047.                                     'property' => 'account',
  8048.                                     'label' => 'Account',
  8049.                                 ],
  8050.                                 => [
  8051.                                     'property' => 'date',
  8052.                                     'label' => 'Date',
  8053.                                 ],
  8054.                                 => [
  8055.                                     'property' => 'paidMoney',
  8056.                                     'label' => 'Paid',
  8057.                                     'template' => 'EasyAdmin/field_money.html.twig',
  8058.                                 ],
  8059.                                 => [
  8060.                                     'property' => 'enrolledMoney',
  8061.                                     'label' => 'Enrolled',
  8062.                                     'template' => 'EasyAdmin/field_money.html.twig',
  8063.                                 ],
  8064.                                 => [
  8065.                                     'property' => 'redeemedToken',
  8066.                                     'label' => 'Pin-code',
  8067.                                 ],
  8068.                                 => [
  8069.                                     'property' => 'enrolledByDescription',
  8070.                                     'label' => 'Enrolled By',
  8071.                                 ],
  8072.                             ],
  8073.                         ],
  8074.                         'templates' => [
  8075.                             'list' => 'EasyAdmin/account/embedded/list.html.twig',
  8076.                         ],
  8077.                         'name' => 'AccountEnrollments',
  8078.                     ],
  8079.                     'AccountCharges' => [
  8080.                         'class' => 'App\\Entity\\Sales\\AccountCharge',
  8081.                         'controller' => 'App\\Controller\\Management\\AccountChargesController',
  8082.                         'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  8083.                         'disabled_actions' => [
  8084.                             => 'new',
  8085.                             => 'edit',
  8086.                             => 'delete',
  8087.                         ],
  8088.                         'list' => [
  8089.                             'title' => 'Charges',
  8090.                             'fields' => [
  8091.                                 => 'id',
  8092.                                 => [
  8093.                                     'property' => 'account',
  8094.                                     'label' => 'Account',
  8095.                                 ],
  8096.                                 => [
  8097.                                     'property' => 'date',
  8098.                                     'label' => 'Date',
  8099.                                 ],
  8100.                                 => [
  8101.                                     'property' => 'chargedMoney',
  8102.                                     'label' => 'Charged',
  8103.                                     'template' => 'EasyAdmin/field_money.html.twig',
  8104.                                 ],
  8105.                                 => [
  8106.                                     'property' => 'link',
  8107.                                     'template' => 'EasyAdmin/account/charge/placement_subject_link.html.twig',
  8108.                                 ],
  8109.                                 => [
  8110.                                     'property' => 'price',
  8111.                                     'template' => 'EasyAdmin/account/charge/placement_type.html.twig',
  8112.                                 ],
  8113.                                 => [
  8114.                                     'property' => 'placementStart',
  8115.                                 ],
  8116.                                 => [
  8117.                                     'property' => 'placementEnd',
  8118.                                 ],
  8119.                             ],
  8120.                         ],
  8121.                         'templates' => [
  8122.                             'list' => 'EasyAdmin/account/embedded/list.html.twig',
  8123.                         ],
  8124.                         'name' => 'AccountCharges',
  8125.                     ],
  8126.                 ],
  8127.                 'formats' => [
  8128.                     'date' => 'Y-m-d',
  8129.                     'time' => 'H:i:s',
  8130.                     'datetime' => 'F j, Y H:i',
  8131.                     'dateinterval' => '%y Year(s) %m Month(s) %d Day(s)',
  8132.                 ],
  8133.                 'disabled_actions' => [
  8134.                 ],
  8135.                 'translation_domain' => 'messages',
  8136.                 'list' => [
  8137.                     'actions' => [
  8138.                     ],
  8139.                     'collapse_actions' => false,
  8140.                     'batch_actions' => [
  8141.                     ],
  8142.                     'max_results' => 15,
  8143.                     'item_permission' => NULL,
  8144.                 ],
  8145.                 'search' => [
  8146.                 ],
  8147.                 'edit' => [
  8148.                     'actions' => [
  8149.                     ],
  8150.                     'item_permission' => NULL,
  8151.                 ],
  8152.                 'new' => [
  8153.                     'actions' => [
  8154.                     ],
  8155.                     'item_permission' => NULL,
  8156.                 ],
  8157.                 'show' => [
  8158.                     'actions' => [
  8159.                     ],
  8160.                     'max_results' => 10,
  8161.                     'item_permission' => NULL,
  8162.                 ],
  8163.             ]; break;
  8164.             case 'oneup_uploader.chunks'$value = [
  8165.                 'maxage' => 604800,
  8166.                 'storage' => [
  8167.                     'type' => 'filesystem',
  8168.                     'filesystem' => NULL,
  8169.                     'directory' => ($this->targetDir.''.'/uploader/chunks'),
  8170.                     'stream_wrapper' => NULL,
  8171.                     'sync_buffer_size' => '100K',
  8172.                     'prefix' => 'chunks',
  8173.                 ],
  8174.                 'load_distribution' => true,
  8175.             ]; break;
  8176.             case 'oneup_uploader.orphanage'$value = [
  8177.                 'maxage' => 604800,
  8178.                 'directory' => ($this->targetDir.''.'/uploader/orphanage'),
  8179.             ]; break;
  8180.             case 'oneup_uploader.config'$value = [
  8181.                 'mappings' => [
  8182.                     'process_queue' => [
  8183.                         'frontend' => 'dropzone',
  8184.                         'namer' => 'oneup_uploader.namer.uniqid',
  8185.                         'storage' => [
  8186.                             'type' => 'flysystem',
  8187.                             'filesystem' => 'oneup_flysystem.process_queue_filesystem',
  8188.                             'service' => NULL,
  8189.                             'directory' => NULL,
  8190.                             'stream_wrapper' => NULL,
  8191.                             'sync_buffer_size' => '100K',
  8192.                         ],
  8193.                         'custom_frontend' => [
  8194.                             'name' => NULL,
  8195.                             'class' => NULL,
  8196.                         ],
  8197.                         'route_prefix' => '',
  8198.                         'endpoints' => [
  8199.                             'upload' => NULL,
  8200.                             'progress' => NULL,
  8201.                             'cancel' => NULL,
  8202.                         ],
  8203.                         'allowed_mimetypes' => [
  8204.                         ],
  8205.                         'disallowed_mimetypes' => [
  8206.                         ],
  8207.                         'error_handler' => NULL,
  8208.                         'max_size' => 9223372036854775807,
  8209.                         'use_orphanage' => false,
  8210.                         'enable_progress' => false,
  8211.                         'enable_cancelation' => false,
  8212.                         'root_folder' => false,
  8213.                     ],
  8214.                     'tmp_media' => [
  8215.                         'frontend' => 'dropzone',
  8216.                         'namer' => 'file_namer.tmp_media',
  8217.                         'storage' => [
  8218.                             'type' => 'flysystem',
  8219.                             'filesystem' => 'oneup_flysystem.tmp_media_filesystem',
  8220.                             'service' => NULL,
  8221.                             'directory' => NULL,
  8222.                             'stream_wrapper' => NULL,
  8223.                             'sync_buffer_size' => '100K',
  8224.                         ],
  8225.                         'custom_frontend' => [
  8226.                             'name' => NULL,
  8227.                             'class' => NULL,
  8228.                         ],
  8229.                         'route_prefix' => '',
  8230.                         'endpoints' => [
  8231.                             'upload' => NULL,
  8232.                             'progress' => NULL,
  8233.                             'cancel' => NULL,
  8234.                         ],
  8235.                         'allowed_mimetypes' => [
  8236.                         ],
  8237.                         'disallowed_mimetypes' => [
  8238.                         ],
  8239.                         'error_handler' => NULL,
  8240.                         'max_size' => 9223372036854775807,
  8241.                         'use_orphanage' => false,
  8242.                         'enable_progress' => false,
  8243.                         'enable_cancelation' => false,
  8244.                         'root_folder' => false,
  8245.                     ],
  8246.                     'user_media' => [
  8247.                         'frontend' => 'dropzone',
  8248.                         'namer' => 'file_namer.user_media',
  8249.                         'storage' => [
  8250.                             'type' => 'flysystem',
  8251.                             'filesystem' => 'oneup_flysystem.user_media_filesystem',
  8252.                             'service' => NULL,
  8253.                             'directory' => NULL,
  8254.                             'stream_wrapper' => NULL,
  8255.                             'sync_buffer_size' => '100K',
  8256.                         ],
  8257.                         'custom_frontend' => [
  8258.                             'name' => NULL,
  8259.                             'class' => NULL,
  8260.                         ],
  8261.                         'route_prefix' => '',
  8262.                         'endpoints' => [
  8263.                             'upload' => NULL,
  8264.                             'progress' => NULL,
  8265.                             'cancel' => NULL,
  8266.                         ],
  8267.                         'allowed_mimetypes' => [
  8268.                         ],
  8269.                         'disallowed_mimetypes' => [
  8270.                         ],
  8271.                         'error_handler' => NULL,
  8272.                         'max_size' => 9223372036854775807,
  8273.                         'use_orphanage' => false,
  8274.                         'enable_progress' => false,
  8275.                         'enable_cancelation' => false,
  8276.                         'root_folder' => false,
  8277.                     ],
  8278.                     'profile_photo' => [
  8279.                         'frontend' => 'dropzone',
  8280.                         'namer' => 'file_namer.profile_media',
  8281.                         'storage' => [
  8282.                             'type' => 'flysystem',
  8283.                             'filesystem' => 'oneup_flysystem.profile_media_filesystem',
  8284.                             'service' => NULL,
  8285.                             'directory' => NULL,
  8286.                             'stream_wrapper' => NULL,
  8287.                             'sync_buffer_size' => '100K',
  8288.                         ],
  8289.                         'custom_frontend' => [
  8290.                             'name' => NULL,
  8291.                             'class' => NULL,
  8292.                         ],
  8293.                         'route_prefix' => '',
  8294.                         'endpoints' => [
  8295.                             'upload' => NULL,
  8296.                             'progress' => NULL,
  8297.                             'cancel' => NULL,
  8298.                         ],
  8299.                         'allowed_mimetypes' => [
  8300.                         ],
  8301.                         'disallowed_mimetypes' => [
  8302.                         ],
  8303.                         'error_handler' => NULL,
  8304.                         'max_size' => 9223372036854775807,
  8305.                         'use_orphanage' => false,
  8306.                         'enable_progress' => false,
  8307.                         'enable_cancelation' => false,
  8308.                         'root_folder' => false,
  8309.                     ],
  8310.                     'profile_media_avatar' => [
  8311.                         'frontend' => 'dropzone',
  8312.                         'namer' => 'file_namer.profile_media',
  8313.                         'storage' => [
  8314.                             'type' => 'flysystem',
  8315.                             'filesystem' => 'oneup_flysystem.profile_media_avatar_filesystem',
  8316.                             'service' => NULL,
  8317.                             'directory' => NULL,
  8318.                             'stream_wrapper' => NULL,
  8319.                             'sync_buffer_size' => '100K',
  8320.                         ],
  8321.                         'custom_frontend' => [
  8322.                             'name' => NULL,
  8323.                             'class' => NULL,
  8324.                         ],
  8325.                         'route_prefix' => '',
  8326.                         'endpoints' => [
  8327.                             'upload' => NULL,
  8328.                             'progress' => NULL,
  8329.                             'cancel' => NULL,
  8330.                         ],
  8331.                         'allowed_mimetypes' => [
  8332.                         ],
  8333.                         'disallowed_mimetypes' => [
  8334.                         ],
  8335.                         'error_handler' => NULL,
  8336.                         'max_size' => 9223372036854775807,
  8337.                         'use_orphanage' => false,
  8338.                         'enable_progress' => false,
  8339.                         'enable_cancelation' => false,
  8340.                         'root_folder' => false,
  8341.                     ],
  8342.                     'profile_media_approval' => [
  8343.                         'frontend' => 'dropzone',
  8344.                         'namer' => 'file_namer.profile_media_approval',
  8345.                         'storage' => [
  8346.                             'type' => 'flysystem',
  8347.                             'filesystem' => 'oneup_flysystem.profile_media_approval_filesystem',
  8348.                             'service' => NULL,
  8349.                             'directory' => NULL,
  8350.                             'stream_wrapper' => NULL,
  8351.                             'sync_buffer_size' => '100K',
  8352.                         ],
  8353.                         'custom_frontend' => [
  8354.                             'name' => NULL,
  8355.                             'class' => NULL,
  8356.                         ],
  8357.                         'route_prefix' => '',
  8358.                         'endpoints' => [
  8359.                             'upload' => NULL,
  8360.                             'progress' => NULL,
  8361.                             'cancel' => NULL,
  8362.                         ],
  8363.                         'allowed_mimetypes' => [
  8364.                         ],
  8365.                         'disallowed_mimetypes' => [
  8366.                         ],
  8367.                         'error_handler' => NULL,
  8368.                         'max_size' => 9223372036854775807,
  8369.                         'use_orphanage' => false,
  8370.                         'enable_progress' => false,
  8371.                         'enable_cancelation' => false,
  8372.                         'root_folder' => false,
  8373.                     ],
  8374.                     'profile_face_photo' => [
  8375.                         'frontend' => 'dropzone',
  8376.                         'namer' => 'file_namer.profile_media_approval',
  8377.                         'storage' => [
  8378.                             'type' => 'flysystem',
  8379.                             'filesystem' => 'oneup_flysystem.profile_media_approval_filesystem',
  8380.                             'service' => NULL,
  8381.                             'directory' => NULL,
  8382.                             'stream_wrapper' => NULL,
  8383.                             'sync_buffer_size' => '100K',
  8384.                         ],
  8385.                         'custom_frontend' => [
  8386.                             'name' => NULL,
  8387.                             'class' => NULL,
  8388.                         ],
  8389.                         'route_prefix' => '',
  8390.                         'endpoints' => [
  8391.                             'upload' => NULL,
  8392.                             'progress' => NULL,
  8393.                             'cancel' => NULL,
  8394.                         ],
  8395.                         'allowed_mimetypes' => [
  8396.                         ],
  8397.                         'disallowed_mimetypes' => [
  8398.                         ],
  8399.                         'error_handler' => NULL,
  8400.                         'max_size' => 9223372036854775807,
  8401.                         'use_orphanage' => false,
  8402.                         'enable_progress' => false,
  8403.                         'enable_cancelation' => false,
  8404.                         'root_folder' => false,
  8405.                     ],
  8406.                     'profile_selfie' => [
  8407.                         'frontend' => 'dropzone',
  8408.                         'namer' => 'file_namer.profile_media',
  8409.                         'storage' => [
  8410.                             'type' => 'flysystem',
  8411.                             'filesystem' => 'oneup_flysystem.profile_media_selfie_filesystem',
  8412.                             'service' => NULL,
  8413.                             'directory' => NULL,
  8414.                             'stream_wrapper' => NULL,
  8415.                             'sync_buffer_size' => '100K',
  8416.                         ],
  8417.                         'custom_frontend' => [
  8418.                             'name' => NULL,
  8419.                             'class' => NULL,
  8420.                         ],
  8421.                         'route_prefix' => '',
  8422.                         'endpoints' => [
  8423.                             'upload' => NULL,
  8424.                             'progress' => NULL,
  8425.                             'cancel' => NULL,
  8426.                         ],
  8427.                         'allowed_mimetypes' => [
  8428.                         ],
  8429.                         'disallowed_mimetypes' => [
  8430.                         ],
  8431.                         'error_handler' => NULL,
  8432.                         'max_size' => 9223372036854775807,
  8433.                         'use_orphanage' => false,
  8434.                         'enable_progress' => false,
  8435.                         'enable_cancelation' => false,
  8436.                         'root_folder' => false,
  8437.                     ],
  8438.                     'profile_video' => [
  8439.                         'frontend' => 'dropzone',
  8440.                         'namer' => 'file_namer.profile_media',
  8441.                         'storage' => [
  8442.                             'type' => 'flysystem',
  8443.                             'filesystem' => 'oneup_flysystem.profile_media_filesystem',
  8444.                             'service' => NULL,
  8445.                             'directory' => NULL,
  8446.                             'stream_wrapper' => NULL,
  8447.                             'sync_buffer_size' => '100K',
  8448.                         ],
  8449.                         'custom_frontend' => [
  8450.                             'name' => NULL,
  8451.                             'class' => NULL,
  8452.                         ],
  8453.                         'route_prefix' => '',
  8454.                         'endpoints' => [
  8455.                             'upload' => NULL,
  8456.                             'progress' => NULL,
  8457.                             'cancel' => NULL,
  8458.                         ],
  8459.                         'allowed_mimetypes' => [
  8460.                         ],
  8461.                         'disallowed_mimetypes' => [
  8462.                         ],
  8463.                         'error_handler' => NULL,
  8464.                         'max_size' => 9223372036854775807,
  8465.                         'use_orphanage' => false,
  8466.                         'enable_progress' => false,
  8467.                         'enable_cancelation' => false,
  8468.                         'root_folder' => false,
  8469.                     ],
  8470.                     'saloon_media' => [
  8471.                         'frontend' => 'dropzone',
  8472.                         'namer' => 'file_namer.saloon_media',
  8473.                         'storage' => [
  8474.                             'type' => 'flysystem',
  8475.                             'filesystem' => 'oneup_flysystem.saloon_media_filesystem',
  8476.                             'service' => NULL,
  8477.                             'directory' => NULL,
  8478.                             'stream_wrapper' => NULL,
  8479.                             'sync_buffer_size' => '100K',
  8480.                         ],
  8481.                         'custom_frontend' => [
  8482.                             'name' => NULL,
  8483.                             'class' => NULL,
  8484.                         ],
  8485.                         'route_prefix' => '',
  8486.                         'endpoints' => [
  8487.                             'upload' => NULL,
  8488.                             'progress' => NULL,
  8489.                             'cancel' => NULL,
  8490.                         ],
  8491.                         'allowed_mimetypes' => [
  8492.                         ],
  8493.                         'disallowed_mimetypes' => [
  8494.                         ],
  8495.                         'error_handler' => NULL,
  8496.                         'max_size' => 9223372036854775807,
  8497.                         'use_orphanage' => false,
  8498.                         'enable_progress' => false,
  8499.                         'enable_cancelation' => false,
  8500.                         'root_folder' => false,
  8501.                     ],
  8502.                     'saloon_media_thumb' => [
  8503.                         'frontend' => 'dropzone',
  8504.                         'namer' => 'file_namer.saloon_media_thumb',
  8505.                         'storage' => [
  8506.                             'type' => 'flysystem',
  8507.                             'filesystem' => 'oneup_flysystem.saloon_media_thumb_filesystem',
  8508.                             'service' => NULL,
  8509.                             'directory' => NULL,
  8510.                             'stream_wrapper' => NULL,
  8511.                             'sync_buffer_size' => '100K',
  8512.                         ],
  8513.                         'custom_frontend' => [
  8514.                             'name' => NULL,
  8515.                             'class' => NULL,
  8516.                         ],
  8517.                         'route_prefix' => '',
  8518.                         'endpoints' => [
  8519.                             'upload' => NULL,
  8520.                             'progress' => NULL,
  8521.                             'cancel' => NULL,
  8522.                         ],
  8523.                         'allowed_mimetypes' => [
  8524.                         ],
  8525.                         'disallowed_mimetypes' => [
  8526.                         ],
  8527.                         'error_handler' => NULL,
  8528.                         'max_size' => 9223372036854775807,
  8529.                         'use_orphanage' => false,
  8530.                         'enable_progress' => false,
  8531.                         'enable_cancelation' => false,
  8532.                         'root_folder' => false,
  8533.                     ],
  8534.                     'saloon_media_video' => [
  8535.                         'frontend' => 'dropzone',
  8536.                         'namer' => 'file_namer.saloon_media_video',
  8537.                         'storage' => [
  8538.                             'type' => 'flysystem',
  8539.                             'filesystem' => 'oneup_flysystem.saloon_media_video_filesystem',
  8540.                             'service' => NULL,
  8541.                             'directory' => NULL,
  8542.                             'stream_wrapper' => NULL,
  8543.                             'sync_buffer_size' => '100K',
  8544.                         ],
  8545.                         'custom_frontend' => [
  8546.                             'name' => NULL,
  8547.                             'class' => NULL,
  8548.                         ],
  8549.                         'route_prefix' => '',
  8550.                         'endpoints' => [
  8551.                             'upload' => NULL,
  8552.                             'progress' => NULL,
  8553.                             'cancel' => NULL,
  8554.                         ],
  8555.                         'allowed_mimetypes' => [
  8556.                         ],
  8557.                         'disallowed_mimetypes' => [
  8558.                         ],
  8559.                         'error_handler' => NULL,
  8560.                         'max_size' => 9223372036854775807,
  8561.                         'use_orphanage' => false,
  8562.                         'enable_progress' => false,
  8563.                         'enable_cancelation' => false,
  8564.                         'root_folder' => false,
  8565.                     ],
  8566.                 ],
  8567.                 'chunks' => [
  8568.                     'maxage' => 604800,
  8569.                     'storage' => [
  8570.                         'type' => 'filesystem',
  8571.                         'filesystem' => NULL,
  8572.                         'directory' => ($this->targetDir.''.'/uploader/chunks'),
  8573.                         'stream_wrapper' => NULL,
  8574.                         'sync_buffer_size' => '100K',
  8575.                         'prefix' => 'chunks',
  8576.                     ],
  8577.                     'load_distribution' => true,
  8578.                 ],
  8579.                 'orphanage' => [
  8580.                     'maxage' => 604800,
  8581.                     'directory' => ($this->targetDir.''.'/uploader/orphanage'),
  8582.                 ],
  8583.                 'twig' => true,
  8584.             ]; break;
  8585.             case 'ewz_recaptcha.public_key'$value $this->getEnv('EWZ_RECAPTCHA_SITE_KEY'); break;
  8586.             case 'ewz_recaptcha.private_key'$value $this->getEnv('EWZ_RECAPTCHA_SECRET'); break;
  8587.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  8588.         }
  8589.         $this->loadedDynamicParameters[$name] = true;
  8590.         return $this->dynamicParameters[$name] = $value;
  8591.     }
  8592.     protected function getDefaultParameters(): array
  8593.     {
  8594.         return [
  8595.             'kernel.project_dir' => \dirname(__DIR__4),
  8596.             'kernel.environment' => 'review',
  8597.             'kernel.debug' => true,
  8598.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  8599.             'kernel.bundles' => [
  8600.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  8601.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  8602.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  8603.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  8604.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  8605.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  8606.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  8607.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  8608.                 'KnpMenuBundle' => 'Knp\\Bundle\\MenuBundle\\KnpMenuBundle',
  8609.                 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  8610.                 'CocurSlugifyBundle' => 'Cocur\\Slugify\\Bridge\\Symfony\\CocurSlugifyBundle',
  8611.                 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  8612.                 'FlagceptionBundle' => 'Flagception\\Bundle\\FlagceptionBundle\\FlagceptionBundle',
  8613.                 'PrestaSitemapBundle' => 'Presta\\SitemapBundle\\PrestaSitemapBundle',
  8614.                 'EasyAdminBundle' => 'EasyCorp\\Bundle\\EasyAdminBundle\\EasyAdminBundle',
  8615.                 'EasyAdminExtensionBundle' => 'AlterPHP\\EasyAdminExtensionBundle\\EasyAdminExtensionBundle',
  8616.                 'OneupFlysystemBundle' => 'Oneup\\FlysystemBundle\\OneupFlysystemBundle',
  8617.                 'OneupUploaderBundle' => 'Oneup\\UploaderBundle\\OneupUploaderBundle',
  8618.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  8619.                 'SncRedisBundle' => 'Snc\\RedisBundle\\SncRedisBundle',
  8620.                 'FOSJsRoutingBundle' => 'FOS\\JsRoutingBundle\\FOSJsRoutingBundle',
  8621.                 'EightPointsGuzzleBundle' => 'EightPoints\\Bundle\\GuzzleBundle\\EightPointsGuzzleBundle',
  8622.                 'SentryBundle' => 'Sentry\\SentryBundle\\SentryBundle',
  8623.                 'FOSElasticaBundle' => 'FOS\\ElasticaBundle\\FOSElasticaBundle',
  8624.                 'EWZRecaptchaBundle' => 'EWZ\\Bundle\\RecaptchaBundle\\EWZRecaptchaBundle',
  8625.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  8626.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  8627.                 'AngelGamezTranslatableBundle' => 'AngelGamez\\TranslatableBundle\\AngelGamezTranslatableBundle',
  8628.                 'MisdPhoneNumberBundle' => 'Misd\\PhoneNumberBundle\\MisdPhoneNumberBundle',
  8629.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  8630.                 'AngelGamezPorpaginasBundle' => 'AngelGamez\\PorpaginasBundle\\AngelGamezPorpaginasBundle',
  8631.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  8632.                 'GeographicalNamesInflectionBundle' => 'BigIdea\\Bundle\\GeographicalNamesInflectionBundle\\GeographicalNamesInflectionBundle',
  8633.                 'MorphosTwigBundle' => 'BigIdea\\Bundle\\MorphosTwigBundle\\MorphosTwigBundle',
  8634.             ],
  8635.             'kernel.bundles_metadata' => [
  8636.                 'FrameworkBundle' => [
  8637.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  8638.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  8639.                 ],
  8640.                 'SensioFrameworkExtraBundle' => [
  8641.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  8642.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  8643.                 ],
  8644.                 'DoctrineBundle' => [
  8645.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  8646.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  8647.                 ],
  8648.                 'SecurityBundle' => [
  8649.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  8650.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  8651.                 ],
  8652.                 'TwigBundle' => [
  8653.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  8654.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  8655.                 ],
  8656.                 'WebProfilerBundle' => [
  8657.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  8658.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  8659.                 ],
  8660.                 'MonologBundle' => [
  8661.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  8662.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  8663.                 ],
  8664.                 'DebugBundle' => [
  8665.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  8666.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  8667.                 ],
  8668.                 'KnpMenuBundle' => [
  8669.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src'),
  8670.                     'namespace' => 'Knp\\Bundle\\MenuBundle',
  8671.                 ],
  8672.                 'StofDoctrineExtensionsBundle' => [
  8673.                     'path' => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src'),
  8674.                     'namespace' => 'Stof\\DoctrineExtensionsBundle',
  8675.                 ],
  8676.                 'CocurSlugifyBundle' => [
  8677.                     'path' => (\dirname(__DIR__4).'/vendor/cocur/slugify/src/Bridge/Symfony'),
  8678.                     'namespace' => 'Cocur\\Slugify\\Bridge\\Symfony',
  8679.                 ],
  8680.                 'NelmioCorsBundle' => [
  8681.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle'),
  8682.                     'namespace' => 'Nelmio\\CorsBundle',
  8683.                 ],
  8684.                 'FlagceptionBundle' => [
  8685.                     'path' => (\dirname(__DIR__4).'/vendor/flagception/flagception-bundle/src'),
  8686.                     'namespace' => 'Flagception\\Bundle\\FlagceptionBundle',
  8687.                 ],
  8688.                 'PrestaSitemapBundle' => [
  8689.                     'path' => (\dirname(__DIR__4).'/vendor/presta/sitemap-bundle'),
  8690.                     'namespace' => 'Presta\\SitemapBundle',
  8691.                 ],
  8692.                 'EasyAdminBundle' => [
  8693.                     'path' => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src'),
  8694.                     'namespace' => 'EasyCorp\\Bundle\\EasyAdminBundle',
  8695.                 ],
  8696.                 'EasyAdminExtensionBundle' => [
  8697.                     'path' => (\dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src'),
  8698.                     'namespace' => 'AlterPHP\\EasyAdminExtensionBundle',
  8699.                 ],
  8700.                 'OneupFlysystemBundle' => [
  8701.                     'path' => (\dirname(__DIR__4).'/vendor/oneup/flysystem-bundle/src'),
  8702.                     'namespace' => 'Oneup\\FlysystemBundle',
  8703.                 ],
  8704.                 'OneupUploaderBundle' => [
  8705.                     'path' => (\dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src'),
  8706.                     'namespace' => 'Oneup\\UploaderBundle',
  8707.                 ],
  8708.                 'DoctrineFixturesBundle' => [
  8709.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  8710.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  8711.                 ],
  8712.                 'SncRedisBundle' => [
  8713.                     'path' => (\dirname(__DIR__4).'/vendor/snc/redis-bundle/src'),
  8714.                     'namespace' => 'Snc\\RedisBundle',
  8715.                 ],
  8716.                 'FOSJsRoutingBundle' => [
  8717.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle'),
  8718.                     'namespace' => 'FOS\\JsRoutingBundle',
  8719.                 ],
  8720.                 'EightPointsGuzzleBundle' => [
  8721.                     'path' => (\dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src'),
  8722.                     'namespace' => 'EightPoints\\Bundle\\GuzzleBundle',
  8723.                 ],
  8724.                 'SentryBundle' => [
  8725.                     'path' => (\dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src'),
  8726.                     'namespace' => 'Sentry\\SentryBundle',
  8727.                 ],
  8728.                 'FOSElasticaBundle' => [
  8729.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src'),
  8730.                     'namespace' => 'FOS\\ElasticaBundle',
  8731.                 ],
  8732.                 'EWZRecaptchaBundle' => [
  8733.                     'path' => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src'),
  8734.                     'namespace' => 'EWZ\\Bundle\\RecaptchaBundle',
  8735.                 ],
  8736.                 'DoctrineMigrationsBundle' => [
  8737.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  8738.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  8739.                 ],
  8740.                 'WebpackEncoreBundle' => [
  8741.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src'),
  8742.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  8743.                 ],
  8744.                 'AngelGamezTranslatableBundle' => [
  8745.                     'path' => (\dirname(__DIR__4).'/packages/translatable-bundle'),
  8746.                     'namespace' => 'AngelGamez\\TranslatableBundle',
  8747.                 ],
  8748.                 'MisdPhoneNumberBundle' => [
  8749.                     'path' => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src'),
  8750.                     'namespace' => 'Misd\\PhoneNumberBundle',
  8751.                 ],
  8752.                 'KnpPaginatorBundle' => [
  8753.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle'),
  8754.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  8755.                 ],
  8756.                 'AngelGamezPorpaginasBundle' => [
  8757.                     'path' => (\dirname(__DIR__4).'/packages/porpaginas-bundle'),
  8758.                     'namespace' => 'AngelGamez\\PorpaginasBundle',
  8759.                 ],
  8760.                 'TwigExtraBundle' => [
  8761.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  8762.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  8763.                 ],
  8764.                 'GeographicalNamesInflectionBundle' => [
  8765.                     'path' => (\dirname(__DIR__4).'/vendor/bigidea/geographical-names-inflection-bundle/src'),
  8766.                     'namespace' => 'BigIdea\\Bundle\\GeographicalNamesInflectionBundle',
  8767.                 ],
  8768.                 'MorphosTwigBundle' => [
  8769.                     'path' => (\dirname(__DIR__4).'/vendor/bigidea/morphos-twig-bundle/src'),
  8770.                     'namespace' => 'BigIdea\\Bundle\\MorphosTwigBundle',
  8771.                 ],
  8772.             ],
  8773.             'kernel.charset' => 'UTF-8',
  8774.             'kernel.container_class' => 'App_KernelReviewDebugContainer',
  8775.             'container.dumper.inline_class_loader' => true,
  8776.             'env(DATABASE_URL)' => '',
  8777.             'env(TRUSTED_PROXIES)' => '127.0.0.1,192.168.0.1/16',
  8778.             'env(TRUSTED_PROXIES_CONFIG)' => '',
  8779.             'env(ROTATION_UPDATE_STREAM)' => 'rotation_update_stream',
  8780.             'common_filesystem_permissions' => [
  8781.                 'permissions' => [
  8782.                     'file' => [
  8783.                         'public' => 420,
  8784.                         'private' => 420,
  8785.                     ],
  8786.                     'dir' => [
  8787.                         'public' => 493,
  8788.                         'private' => 493,
  8789.                     ],
  8790.                 ],
  8791.             ],
  8792.             'env(SENTRY_DSN)' => '',
  8793.             'env(APP_VERSION_FILE)' => (\dirname(__DIR__4).'/.app.version'),
  8794.             'env(REDIS_URL)' => NULL,
  8795.             'env(REVIEW_PROFILER_TOOLBAR)' => true,
  8796.             'env(USE_LEGACY_DOMAIN_REDIRECTOR)' => 'false',
  8797.             'env(REDIRECT_PATHS)' => '',
  8798.             'app.stop_words.masks' => [
  8799.                 => 'лесби*',
  8800.                 => 'ЖЖ',
  8801.                 => 'ЖМЖ',
  8802.                 => 'МЖМ',
  8803.                 => 'подружки',
  8804.                 => 'страпон',
  8805.                 => 'би',
  8806.                 => 'ММ',
  8807.                 => 'женщинам',
  8808.                 => 'жиголо',
  8809.                 10 => 'гей',
  8810.                 11 => 'МЖМЖ',
  8811.                 12 => 'групп*',
  8812.                 13 => 'тройничок',
  8813.                 14 => 'пар*',
  8814.                 15 => 'cuckold',
  8815.                 16 => 'куколд',
  8816.                 17 => 'ЛГБТ',
  8817.                 18 => 'транс',
  8818.                 19 => 'shemale',
  8819.                 20 => 'ladyboy',
  8820.                 21 => 'trans*',
  8821.                 22 => 'трап',
  8822.                 23 => 'шмел*',
  8823.                 24 => 'pegging',
  8824.                 25 => 'подру*',
  8825.                 26 => 'гея*',
  8826.                 27 => 'гее*',
  8827.             ],
  8828.             'locale' => 'ru',
  8829.             'app.path.user_avatars' => 'uploads/images/user',
  8830.             'app.smsc.link' => 'https://smsc.ru/sys/send.php?login',
  8831.             'app.smsc.login' => 'mandelshtam',
  8832.             'app.smsc.password' => 'mIh3gwEKy090B90wUal9',
  8833.             'app.profile.status.dir' => (\dirname(__DIR__4).'/artifacts/prices/'),
  8834.             'app.log.dir' => (\dirname(__DIR__3).'/log/'),
  8835.             'app.config.dir' => (\dirname(__DIR__4).'/config/'),
  8836.             'app.allowed_locales' => [
  8837.                 => 'en',
  8838.                 => 'ru',
  8839.             ],
  8840.             'app.redis_ctr_db_index' => '7',
  8841.             'app.path.web' => (\dirname(__DIR__4).'/public/'),
  8842.             'app.path.media.profile' => (\dirname(__DIR__4).'/public//media/profiles/'),
  8843.             'account.setting.advertiser_profile_list_per_page.name' => 'advertiser_profile_list_per_page',
  8844.             'account.setting.advertiser_saloon_list_per_page.name' => 'advertiser_saloon_list_per_page',
  8845.             'account.setting.advertiser_profile_list_ctr_period.name' => 'advertiser_profile_list_ctr_period',
  8846.             'account.setting.advertiser_profile_list_placement_type_filter.name' => 'advertiser_profile_list_placement_type_filter',
  8847.             'account.setting.advertiser_Saloon_list_placement_type_filter.name' => 'advertiser_saloon_list_placement_type_filter',
  8848.             'account.setting.advertiser_profile_list_sort.name' => 'advertiser_profile_list_sort',
  8849.             'account.setting.advertiser_saloon_list_sort.name' => 'advertiser_saloon_list_sort',
  8850.             'account.setting.advertiser_profile_list_sort_direction.name' => 'advertiser_profile_list_sort_direction',
  8851.             'account.setting.advertiser_saloon_list_sort_direction.name' => 'advertiser_saloon_list_sort_direction',
  8852.             'env(GA_TRACKER_ID)' => '',
  8853.             'env(YM_TRACKER_ID)' => '',
  8854.             'env(PAGE_METADATA_VARIANT)' => 'default',
  8855.             'env(DEBUG_ROTATION_API_DATA)' => false,
  8856.             'event_dispatcher.event_aliases' => [
  8857.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  8858.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  8859.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  8860.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  8861.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  8862.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  8863.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  8864.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  8865.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  8866.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  8867.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  8868.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  8869.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  8870.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  8871.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  8872.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  8873.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  8874.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  8875.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  8876.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  8877.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  8878.                 'Presta\\SitemapBundle\\Event\\SitemapAddUrlEvent' => 'presta_sitemap.add_url',
  8879.                 'Presta\\SitemapBundle\\Event\\SitemapPopulateEvent' => 'presta_sitemap.populate',
  8880.             ],
  8881.             'fragment.renderer.hinclude.global_template' => NULL,
  8882.             'fragment.path' => '/_fragment',
  8883.             'kernel.http_method_override' => true,
  8884.             'kernel.trusted_hosts' => [
  8885.             ],
  8886.             'kernel.default_locale' => 'ru',
  8887.             'kernel.enabled_locales' => [
  8888.             ],
  8889.             'kernel.error_controller' => 'error_controller',
  8890.             'kernel.trusted_headers' => 62,
  8891.             'debug.file_link_format' => NULL,
  8892.             'asset.request_context.base_path' => NULL,
  8893.             'asset.request_context.secure' => NULL,
  8894.             'translator.logging' => false,
  8895.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  8896.             'debug.error_handler.throw_at' => -1,
  8897.             'router.request_context.host' => 'localhost',
  8898.             'router.request_context.scheme' => 'http',
  8899.             'router.request_context.base_url' => '',
  8900.             'router.resource' => 'kernel::loadRoutes',
  8901.             'request_listener.http_port' => 80,
  8902.             'request_listener.https_port' => 443,
  8903.             'session.metadata.storage_key' => '_sf2_meta',
  8904.             'session.storage.options' => [
  8905.                 'cache_limiter' => '0',
  8906.                 'cookie_secure' => 'auto',
  8907.                 'cookie_httponly' => true,
  8908.                 'cookie_samesite' => 'lax',
  8909.                 'gc_probability' => 1,
  8910.             ],
  8911.             'session.save_path' => NULL,
  8912.             'session.metadata.update_threshold' => 0,
  8913.             'form.type_extension.csrf.enabled' => true,
  8914.             'form.type_extension.csrf.field_name' => '_token',
  8915.             'validator.translation_domain' => 'validators',
  8916.             'profiler_listener.only_exceptions' => false,
  8917.             'profiler_listener.only_main_requests' => false,
  8918.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  8919.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  8920.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  8921.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  8922.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  8923.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  8924.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  8925.             'doctrine.entity_managers' => [
  8926.                 'default' => 'doctrine.orm.default_entity_manager',
  8927.                 'multi_website' => 'doctrine.orm.multi_website_entity_manager',
  8928.             ],
  8929.             'doctrine.default_entity_manager' => 'default',
  8930.             'doctrine.dbal.connection_factory.types' => [
  8931.                 'translatable' => [
  8932.                     'class' => 'AngelGamez\\TranslatableBundle\\Doctrine\\DBAL\\Types\\TranslatableType',
  8933.                 ],
  8934.             ],
  8935.             'doctrine.connections' => [
  8936.                 'default' => 'doctrine.dbal.default_connection',
  8937.                 'multi_website' => 'doctrine.dbal.multi_website_connection',
  8938.             ],
  8939.             'doctrine.default_connection' => 'default',
  8940.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  8941.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  8942.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  8943.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  8944.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  8945.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  8946.             'doctrine.orm.cache.memcache_host' => 'localhost',
  8947.             'doctrine.orm.cache.memcache_port' => 11211,
  8948.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  8949.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  8950.             'doctrine.orm.cache.memcached_host' => 'localhost',
  8951.             'doctrine.orm.cache.memcached_port' => 11211,
  8952.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  8953.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  8954.             'doctrine.orm.cache.redis_host' => 'localhost',
  8955.             'doctrine.orm.cache.redis_port' => 6379,
  8956.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  8957.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  8958.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  8959.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  8960.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  8961.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  8962.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  8963.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  8964.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  8965.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  8966.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  8967.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  8968.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  8969.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  8970.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  8971.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  8972.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  8973.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  8974.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  8975.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  8976.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  8977.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  8978.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  8979.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  8980.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  8981.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  8982.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  8983.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  8984.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  8985.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  8986.             'doctrine.orm.auto_generate_proxy_classes' => false,
  8987.             'doctrine.orm.enable_lazy_ghost_objects' => false,
  8988.             'doctrine.orm.proxy_namespace' => 'Proxies',
  8989.             'security.role_hierarchy.roles' => [
  8990.                 'ROLE_ADMIN_ACCESS_SALES' => [
  8991.                     => 'ROLE_ADMIN_ACCESS_ANALYTICS',
  8992.                 ],
  8993.                 'ROLE_ADMIN_ACCESS_ALL' => [
  8994.                     => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  8995.                     => 'ROLE_ADMIN_ACCESS_PROFILES',
  8996.                     => 'ROLE_ADMIN_ACCESS_SALES',
  8997.                     => 'ROLE_ADMIN_ACCESS_SEO',
  8998.                     => 'ROLE_ADMIN_ACCESS_LOCATION',
  8999.                     => 'ROLE_ADMIN_ACCESS_DELETED',
  9000.                     => 'ROLE_ADMIN_ACCESS_OTHER',
  9001.                     => 'ROLE_ACCESS_WALKER',
  9002.                 ],
  9003.             ],
  9004.             'security.access.denied_url' => NULL,
  9005.             'security.authentication.manager.erase_credentials' => true,
  9006.             'security.authentication.session_strategy.strategy' => 'migrate',
  9007.             'security.access.always_authenticate_before_granting' => false,
  9008.             'security.authentication.hide_user_not_found' => true,
  9009.             'security.firewalls' => [
  9010.                 => 'dev',
  9011.                 => 'management',
  9012.                 => 'main',
  9013.             ],
  9014.             'security.management._indexed_authenticators' => [
  9015.             ],
  9016.             'security.main._indexed_authenticators' => [
  9017.             ],
  9018.             'twig.form.resources' => [
  9019.                 => 'form_div_layout.html.twig',
  9020.                 => '@MisdPhoneNumber/Form/phone_number.html.twig',
  9021.                 => '@EWZRecaptcha/Form/ewz_recaptcha_widget.html.twig',
  9022.             ],
  9023.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  9024.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  9025.             'web_profiler.debug_toolbar.mode' => 2,
  9026.             'monolog.use_microseconds' => true,
  9027.             'monolog.swift_mailer.handlers' => [
  9028.             ],
  9029.             'monolog.handlers_to_channels' => [
  9030.                 'monolog.handler.chromephp' => NULL,
  9031.                 'monolog.handler.firephp' => NULL,
  9032.             ],
  9033.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  9034.             'knp_menu.renderer.list.options' => [
  9035.             ],
  9036.             'knp_menu.twig.extension.class' => 'Knp\\Menu\\Twig\\MenuExtension',
  9037.             'knp_menu.renderer.twig.class' => 'Knp\\Menu\\Renderer\\TwigRenderer',
  9038.             'knp_menu.renderer.twig.options' => [
  9039.             ],
  9040.             'knp_menu.renderer.twig.template' => '@KnpMenu/menu.html.twig',
  9041.             'knp_menu.default_renderer' => 'twig',
  9042.             'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  9043.             'stof_doctrine_extensions.event_listener.locale.class' => 'Stof\\DoctrineExtensionsBundle\\EventListener\\LocaleListener',
  9044.             'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  9045.             'stof_doctrine_extensions.event_listener.logger.class' => 'Stof\\DoctrineExtensionsBundle\\EventListener\\LoggerListener',
  9046.             'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  9047.             'stof_doctrine_extensions.event_listener.blame.class' => 'Stof\\DoctrineExtensionsBundle\\EventListener\\BlameListener',
  9048.             'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  9049.             'stof_doctrine_extensions.default_locale' => 'ru',
  9050.             'stof_doctrine_extensions.translation_fallback' => true,
  9051.             'stof_doctrine_extensions.persist_default_translation' => false,
  9052.             'stof_doctrine_extensions.skip_translation_on_load' => false,
  9053.             'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  9054.             'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  9055.             'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  9056.             'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  9057.             'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  9058.             'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  9059.             'nelmio_cors.map' => [
  9060.                 '^/' => [
  9061.                     'skip_same_as_origin' => true,
  9062.                 ],
  9063.             ],
  9064.             'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  9065.             'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  9066.             'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  9067.             'presta_sitemap.generator.class' => 'Presta\\SitemapBundle\\Service\\Generator',
  9068.             'presta_sitemap.dumper.class' => 'Presta\\SitemapBundle\\Service\\Dumper',
  9069.             'presta_sitemap.routing_loader.class' => 'Presta\\SitemapBundle\\Routing\\SitemapRoutingLoader',
  9070.             'presta_sitemap.dump_command.class' => 'Presta\\SitemapBundle\\Command\\DumpSitemapsCommand',
  9071.             'presta_sitemap.dump_directory' => (\dirname(__DIR__4).'/public'),
  9072.             'presta_sitemap.timetolive' => 3600,
  9073.             'presta_sitemap.sitemap_file_prefix' => 'sitemap',
  9074.             'presta_sitemap.items_by_set' => 25000,
  9075.             'presta_sitemap.defaults' => [
  9076.                 'priority' => NULL,
  9077.                 'changefreq' => NULL,
  9078.                 'lastmod' => 'now',
  9079.             ],
  9080.             'presta_sitemap.default_section' => 'default',
  9081.             'presta_sitemap.eventlistener.route_annotation.class' => 'Presta\\SitemapBundle\\EventListener\\RouteAnnotationEventListener',
  9082.             'easy_admin_extension.custom_form_types' => [
  9083.             ],
  9084.             'easy_admin_extension.minimum_role' => 'ROLE_ADMIN',
  9085.             'easy_admin_extension.embedded_list.open_new_tab' => true,
  9086.             'oneup_uploader.chunks.manager.class' => 'Oneup\\UploaderBundle\\Uploader\\Chunk\\ChunkManager',
  9087.             'oneup_uploader.chunks_storage.gaufrette.class' => 'Oneup\\UploaderBundle\\Uploader\\Chunk\\Storage\\GaufretteStorage',
  9088.             'oneup_uploader.chunks_storage.flysystem.class' => 'Oneup\\UploaderBundle\\Uploader\\Chunk\\Storage\\FlysystemStorage',
  9089.             'oneup_uploader.chunks_storage.filesystem.class' => 'Oneup\\UploaderBundle\\Uploader\\Chunk\\Storage\\FilesystemStorage',
  9090.             'oneup_uploader.namer.urlsafename.class' => 'Oneup\\UploaderBundle\\Uploader\\Naming\\UrlSafeNamer',
  9091.             'oneup_uploader.namer.uniqid.class' => 'Oneup\\UploaderBundle\\Uploader\\Naming\\UniqidNamer',
  9092.             'oneup_uploader.routing.loader.class' => 'Oneup\\UploaderBundle\\Routing\\RouteLoader',
  9093.             'oneup_uploader.storage.gaufrette.class' => 'Oneup\\UploaderBundle\\Uploader\\Storage\\GaufretteStorage',
  9094.             'oneup_uploader.storage.flysystem.class' => 'Oneup\\UploaderBundle\\Uploader\\Storage\\FlysystemStorage',
  9095.             'oneup_uploader.storage.filesystem.class' => 'Oneup\\UploaderBundle\\Uploader\\Storage\\FilesystemStorage',
  9096.             'oneup_uploader.orphanage.class' => 'Oneup\\UploaderBundle\\Uploader\\Storage\\FilesystemOrphanageStorage',
  9097.             'oneup_uploader.orphanage.manager.class' => 'Oneup\\UploaderBundle\\Uploader\\Orphanage\\OrphanageManager',
  9098.             'oneup_uploader.controller.fineuploader.class' => 'Oneup\\UploaderBundle\\Controller\\FineUploaderController',
  9099.             'oneup_uploader.controller.blueimp.class' => 'Oneup\\UploaderBundle\\Controller\\BlueimpController',
  9100.             'oneup_uploader.controller.uploadify.class' => 'Oneup\\UploaderBundle\\Controller\\UploadifyController',
  9101.             'oneup_uploader.controller.yui3.class' => 'Oneup\\UploaderBundle\\Controller\\YUI3Controller',
  9102.             'oneup_uploader.controller.fancyupload.class' => 'Oneup\\UploaderBundle\\Controller\\FancyUploadController',
  9103.             'oneup_uploader.controller.mooupload.class' => 'Oneup\\UploaderBundle\\Controller\\MooUploadController',
  9104.             'oneup_uploader.controller.plupload.class' => 'Oneup\\UploaderBundle\\Controller\\PluploadController',
  9105.             'oneup_uploader.controller.dropzone.class' => 'Oneup\\UploaderBundle\\Controller\\DropzoneController',
  9106.             'oneup_uploader.command.clear_chunks.class' => 'Oneup\\UploaderBundle\\Command\\ClearChunkCommand',
  9107.             'oneup_uploader.command.clear_orphans.class' => 'Oneup\\UploaderBundle\\Command\\ClearOrphansCommand',
  9108.             'oneup_uploader.error_handler.noop.class' => 'Oneup\\UploaderBundle\\Uploader\\ErrorHandler\\NoopErrorHandler',
  9109.             'oneup_uploader.error_handler.blueimp.class' => 'Oneup\\UploaderBundle\\Uploader\\ErrorHandler\\BlueimpErrorHandler',
  9110.             'oneup_uploader.error_handler.plupload.class' => 'Oneup\\UploaderBundle\\Uploader\\ErrorHandler\\PluploadErrorHandler',
  9111.             'oneup_uploader.error_handler.dropzone.class' => 'Oneup\\UploaderBundle\\Uploader\\ErrorHandler\\DropzoneErrorHandler',
  9112.             'oneup_uploader.config.process_queue' => [
  9113.                 'frontend' => 'dropzone',
  9114.                 'namer' => 'oneup_uploader.namer.uniqid',
  9115.                 'storage' => [
  9116.                     'type' => 'flysystem',
  9117.                     'filesystem' => 'oneup_flysystem.process_queue_filesystem',
  9118.                     'service' => NULL,
  9119.                     'directory' => NULL,
  9120.                     'stream_wrapper' => NULL,
  9121.                     'sync_buffer_size' => '100K',
  9122.                 ],
  9123.                 'custom_frontend' => [
  9124.                     'name' => NULL,
  9125.                     'class' => NULL,
  9126.                 ],
  9127.                 'route_prefix' => '',
  9128.                 'endpoints' => [
  9129.                     'upload' => NULL,
  9130.                     'progress' => NULL,
  9131.                     'cancel' => NULL,
  9132.                 ],
  9133.                 'allowed_mimetypes' => [
  9134.                 ],
  9135.                 'disallowed_mimetypes' => [
  9136.                 ],
  9137.                 'error_handler' => NULL,
  9138.                 'max_size' => 9223372036854775807,
  9139.                 'use_orphanage' => false,
  9140.                 'enable_progress' => false,
  9141.                 'enable_cancelation' => false,
  9142.                 'root_folder' => false,
  9143.             ],
  9144.             'oneup_uploader.config.tmp_media' => [
  9145.                 'frontend' => 'dropzone',
  9146.                 'namer' => 'file_namer.tmp_media',
  9147.                 'storage' => [
  9148.                     'type' => 'flysystem',
  9149.                     'filesystem' => 'oneup_flysystem.tmp_media_filesystem',
  9150.                     'service' => NULL,
  9151.                     'directory' => NULL,
  9152.                     'stream_wrapper' => NULL,
  9153.                     'sync_buffer_size' => '100K',
  9154.                 ],
  9155.                 'custom_frontend' => [
  9156.                     'name' => NULL,
  9157.                     'class' => NULL,
  9158.                 ],
  9159.                 'route_prefix' => '',
  9160.                 'endpoints' => [
  9161.                     'upload' => NULL,
  9162.                     'progress' => NULL,
  9163.                     'cancel' => NULL,
  9164.                 ],
  9165.                 'allowed_mimetypes' => [
  9166.                 ],
  9167.                 'disallowed_mimetypes' => [
  9168.                 ],
  9169.                 'error_handler' => NULL,
  9170.                 'max_size' => 9223372036854775807,
  9171.                 'use_orphanage' => false,
  9172.                 'enable_progress' => false,
  9173.                 'enable_cancelation' => false,
  9174.                 'root_folder' => false,
  9175.             ],
  9176.             'oneup_uploader.config.user_media' => [
  9177.                 'frontend' => 'dropzone',
  9178.                 'namer' => 'file_namer.user_media',
  9179.                 'storage' => [
  9180.                     'type' => 'flysystem',
  9181.                     'filesystem' => 'oneup_flysystem.user_media_filesystem',
  9182.                     'service' => NULL,
  9183.                     'directory' => NULL,
  9184.                     'stream_wrapper' => NULL,
  9185.                     'sync_buffer_size' => '100K',
  9186.                 ],
  9187.                 'custom_frontend' => [
  9188.                     'name' => NULL,
  9189.                     'class' => NULL,
  9190.                 ],
  9191.                 'route_prefix' => '',
  9192.                 'endpoints' => [
  9193.                     'upload' => NULL,
  9194.                     'progress' => NULL,
  9195.                     'cancel' => NULL,
  9196.                 ],
  9197.                 'allowed_mimetypes' => [
  9198.                 ],
  9199.                 'disallowed_mimetypes' => [
  9200.                 ],
  9201.                 'error_handler' => NULL,
  9202.                 'max_size' => 9223372036854775807,
  9203.                 'use_orphanage' => false,
  9204.                 'enable_progress' => false,
  9205.                 'enable_cancelation' => false,
  9206.                 'root_folder' => false,
  9207.             ],
  9208.             'oneup_uploader.config.profile_photo' => [
  9209.                 'frontend' => 'dropzone',
  9210.                 'namer' => 'file_namer.profile_media',
  9211.                 'storage' => [
  9212.                     'type' => 'flysystem',
  9213.                     'filesystem' => 'oneup_flysystem.profile_media_filesystem',
  9214.                     'service' => NULL,
  9215.                     'directory' => NULL,
  9216.                     'stream_wrapper' => NULL,
  9217.                     'sync_buffer_size' => '100K',
  9218.                 ],
  9219.                 'custom_frontend' => [
  9220.                     'name' => NULL,
  9221.                     'class' => NULL,
  9222.                 ],
  9223.                 'route_prefix' => '',
  9224.                 'endpoints' => [
  9225.                     'upload' => NULL,
  9226.                     'progress' => NULL,
  9227.                     'cancel' => NULL,
  9228.                 ],
  9229.                 'allowed_mimetypes' => [
  9230.                 ],
  9231.                 'disallowed_mimetypes' => [
  9232.                 ],
  9233.                 'error_handler' => NULL,
  9234.                 'max_size' => 9223372036854775807,
  9235.                 'use_orphanage' => false,
  9236.                 'enable_progress' => false,
  9237.                 'enable_cancelation' => false,
  9238.                 'root_folder' => false,
  9239.             ],
  9240.             'oneup_uploader.config.profile_media_avatar' => [
  9241.                 'frontend' => 'dropzone',
  9242.                 'namer' => 'file_namer.profile_media',
  9243.                 'storage' => [
  9244.                     'type' => 'flysystem',
  9245.                     'filesystem' => 'oneup_flysystem.profile_media_avatar_filesystem',
  9246.                     'service' => NULL,
  9247.                     'directory' => NULL,
  9248.                     'stream_wrapper' => NULL,
  9249.                     'sync_buffer_size' => '100K',
  9250.                 ],
  9251.                 'custom_frontend' => [
  9252.                     'name' => NULL,
  9253.                     'class' => NULL,
  9254.                 ],
  9255.                 'route_prefix' => '',
  9256.                 'endpoints' => [
  9257.                     'upload' => NULL,
  9258.                     'progress' => NULL,
  9259.                     'cancel' => NULL,
  9260.                 ],
  9261.                 'allowed_mimetypes' => [
  9262.                 ],
  9263.                 'disallowed_mimetypes' => [
  9264.                 ],
  9265.                 'error_handler' => NULL,
  9266.                 'max_size' => 9223372036854775807,
  9267.                 'use_orphanage' => false,
  9268.                 'enable_progress' => false,
  9269.                 'enable_cancelation' => false,
  9270.                 'root_folder' => false,
  9271.             ],
  9272.             'oneup_uploader.config.profile_media_approval' => [
  9273.                 'frontend' => 'dropzone',
  9274.                 'namer' => 'file_namer.profile_media_approval',
  9275.                 'storage' => [
  9276.                     'type' => 'flysystem',
  9277.                     'filesystem' => 'oneup_flysystem.profile_media_approval_filesystem',
  9278.                     'service' => NULL,
  9279.                     'directory' => NULL,
  9280.                     'stream_wrapper' => NULL,
  9281.                     'sync_buffer_size' => '100K',
  9282.                 ],
  9283.                 'custom_frontend' => [
  9284.                     'name' => NULL,
  9285.                     'class' => NULL,
  9286.                 ],
  9287.                 'route_prefix' => '',
  9288.                 'endpoints' => [
  9289.                     'upload' => NULL,
  9290.                     'progress' => NULL,
  9291.                     'cancel' => NULL,
  9292.                 ],
  9293.                 'allowed_mimetypes' => [
  9294.                 ],
  9295.                 'disallowed_mimetypes' => [
  9296.                 ],
  9297.                 'error_handler' => NULL,
  9298.                 'max_size' => 9223372036854775807,
  9299.                 'use_orphanage' => false,
  9300.                 'enable_progress' => false,
  9301.                 'enable_cancelation' => false,
  9302.                 'root_folder' => false,
  9303.             ],
  9304.             'oneup_uploader.config.profile_face_photo' => [
  9305.                 'frontend' => 'dropzone',
  9306.                 'namer' => 'file_namer.profile_media_approval',
  9307.                 'storage' => [
  9308.                     'type' => 'flysystem',
  9309.                     'filesystem' => 'oneup_flysystem.profile_media_approval_filesystem',
  9310.                     'service' => NULL,
  9311.                     'directory' => NULL,
  9312.                     'stream_wrapper' => NULL,
  9313.                     'sync_buffer_size' => '100K',
  9314.                 ],
  9315.                 'custom_frontend' => [
  9316.                     'name' => NULL,
  9317.                     'class' => NULL,
  9318.                 ],
  9319.                 'route_prefix' => '',
  9320.                 'endpoints' => [
  9321.                     'upload' => NULL,
  9322.                     'progress' => NULL,
  9323.                     'cancel' => NULL,
  9324.                 ],
  9325.                 'allowed_mimetypes' => [
  9326.                 ],
  9327.                 'disallowed_mimetypes' => [
  9328.                 ],
  9329.                 'error_handler' => NULL,
  9330.                 'max_size' => 9223372036854775807,
  9331.                 'use_orphanage' => false,
  9332.                 'enable_progress' => false,
  9333.                 'enable_cancelation' => false,
  9334.                 'root_folder' => false,
  9335.             ],
  9336.             'oneup_uploader.config.profile_selfie' => [
  9337.                 'frontend' => 'dropzone',
  9338.                 'namer' => 'file_namer.profile_media',
  9339.                 'storage' => [
  9340.                     'type' => 'flysystem',
  9341.                     'filesystem' => 'oneup_flysystem.profile_media_selfie_filesystem',
  9342.                     'service' => NULL,
  9343.                     'directory' => NULL,
  9344.                     'stream_wrapper' => NULL,
  9345.                     'sync_buffer_size' => '100K',
  9346.                 ],
  9347.                 'custom_frontend' => [
  9348.                     'name' => NULL,
  9349.                     'class' => NULL,
  9350.                 ],
  9351.                 'route_prefix' => '',
  9352.                 'endpoints' => [
  9353.                     'upload' => NULL,
  9354.                     'progress' => NULL,
  9355.                     'cancel' => NULL,
  9356.                 ],
  9357.                 'allowed_mimetypes' => [
  9358.                 ],
  9359.                 'disallowed_mimetypes' => [
  9360.                 ],
  9361.                 'error_handler' => NULL,
  9362.                 'max_size' => 9223372036854775807,
  9363.                 'use_orphanage' => false,
  9364.                 'enable_progress' => false,
  9365.                 'enable_cancelation' => false,
  9366.                 'root_folder' => false,
  9367.             ],
  9368.             'oneup_uploader.config.profile_video' => [
  9369.                 'frontend' => 'dropzone',
  9370.                 'namer' => 'file_namer.profile_media',
  9371.                 'storage' => [
  9372.                     'type' => 'flysystem',
  9373.                     'filesystem' => 'oneup_flysystem.profile_media_filesystem',
  9374.                     'service' => NULL,
  9375.                     'directory' => NULL,
  9376.                     'stream_wrapper' => NULL,
  9377.                     'sync_buffer_size' => '100K',
  9378.                 ],
  9379.                 'custom_frontend' => [
  9380.                     'name' => NULL,
  9381.                     'class' => NULL,
  9382.                 ],
  9383.                 'route_prefix' => '',
  9384.                 'endpoints' => [
  9385.                     'upload' => NULL,
  9386.                     'progress' => NULL,
  9387.                     'cancel' => NULL,
  9388.                 ],
  9389.                 'allowed_mimetypes' => [
  9390.                 ],
  9391.                 'disallowed_mimetypes' => [
  9392.                 ],
  9393.                 'error_handler' => NULL,
  9394.                 'max_size' => 9223372036854775807,
  9395.                 'use_orphanage' => false,
  9396.                 'enable_progress' => false,
  9397.                 'enable_cancelation' => false,
  9398.                 'root_folder' => false,
  9399.             ],
  9400.             'oneup_uploader.config.saloon_media' => [
  9401.                 'frontend' => 'dropzone',
  9402.                 'namer' => 'file_namer.saloon_media',
  9403.                 'storage' => [
  9404.                     'type' => 'flysystem',
  9405.                     'filesystem' => 'oneup_flysystem.saloon_media_filesystem',
  9406.                     'service' => NULL,
  9407.                     'directory' => NULL,
  9408.                     'stream_wrapper' => NULL,
  9409.                     'sync_buffer_size' => '100K',
  9410.                 ],
  9411.                 'custom_frontend' => [
  9412.                     'name' => NULL,
  9413.                     'class' => NULL,
  9414.                 ],
  9415.                 'route_prefix' => '',
  9416.                 'endpoints' => [
  9417.                     'upload' => NULL,
  9418.                     'progress' => NULL,
  9419.                     'cancel' => NULL,
  9420.                 ],
  9421.                 'allowed_mimetypes' => [
  9422.                 ],
  9423.                 'disallowed_mimetypes' => [
  9424.                 ],
  9425.                 'error_handler' => NULL,
  9426.                 'max_size' => 9223372036854775807,
  9427.                 'use_orphanage' => false,
  9428.                 'enable_progress' => false,
  9429.                 'enable_cancelation' => false,
  9430.                 'root_folder' => false,
  9431.             ],
  9432.             'oneup_uploader.config.saloon_media_thumb' => [
  9433.                 'frontend' => 'dropzone',
  9434.                 'namer' => 'file_namer.saloon_media_thumb',
  9435.                 'storage' => [
  9436.                     'type' => 'flysystem',
  9437.                     'filesystem' => 'oneup_flysystem.saloon_media_thumb_filesystem',
  9438.                     'service' => NULL,
  9439.                     'directory' => NULL,
  9440.                     'stream_wrapper' => NULL,
  9441.                     'sync_buffer_size' => '100K',
  9442.                 ],
  9443.                 'custom_frontend' => [
  9444.                     'name' => NULL,
  9445.                     'class' => NULL,
  9446.                 ],
  9447.                 'route_prefix' => '',
  9448.                 'endpoints' => [
  9449.                     'upload' => NULL,
  9450.                     'progress' => NULL,
  9451.                     'cancel' => NULL,
  9452.                 ],
  9453.                 'allowed_mimetypes' => [
  9454.                 ],
  9455.                 'disallowed_mimetypes' => [
  9456.                 ],
  9457.                 'error_handler' => NULL,
  9458.                 'max_size' => 9223372036854775807,
  9459.                 'use_orphanage' => false,
  9460.                 'enable_progress' => false,
  9461.                 'enable_cancelation' => false,
  9462.                 'root_folder' => false,
  9463.             ],
  9464.             'oneup_uploader.config.saloon_media_video' => [
  9465.                 'frontend' => 'dropzone',
  9466.                 'namer' => 'file_namer.saloon_media_video',
  9467.                 'storage' => [
  9468.                     'type' => 'flysystem',
  9469.                     'filesystem' => 'oneup_flysystem.saloon_media_video_filesystem',
  9470.                     'service' => NULL,
  9471.                     'directory' => NULL,
  9472.                     'stream_wrapper' => NULL,
  9473.                     'sync_buffer_size' => '100K',
  9474.                 ],
  9475.                 'custom_frontend' => [
  9476.                     'name' => NULL,
  9477.                     'class' => NULL,
  9478.                 ],
  9479.                 'route_prefix' => '',
  9480.                 'endpoints' => [
  9481.                     'upload' => NULL,
  9482.                     'progress' => NULL,
  9483.                     'cancel' => NULL,
  9484.                 ],
  9485.                 'allowed_mimetypes' => [
  9486.                 ],
  9487.                 'disallowed_mimetypes' => [
  9488.                 ],
  9489.                 'error_handler' => NULL,
  9490.                 'max_size' => 9223372036854775807,
  9491.                 'use_orphanage' => false,
  9492.                 'enable_progress' => false,
  9493.                 'enable_cancelation' => false,
  9494.                 'root_folder' => false,
  9495.             ],
  9496.             'oneup_uploader.controllers' => [
  9497.                 'process_queue' => [
  9498.                     => 'oneup_uploader.controller.process_queue',
  9499.                     => [
  9500.                         'enable_progress' => false,
  9501.                         'enable_cancelation' => false,
  9502.                         'route_prefix' => '',
  9503.                         'endpoints' => [
  9504.                             'upload' => NULL,
  9505.                             'progress' => NULL,
  9506.                             'cancel' => NULL,
  9507.                         ],
  9508.                     ],
  9509.                 ],
  9510.                 'tmp_media' => [
  9511.                     => 'oneup_uploader.controller.tmp_media',
  9512.                     => [
  9513.                         'enable_progress' => false,
  9514.                         'enable_cancelation' => false,
  9515.                         'route_prefix' => '',
  9516.                         'endpoints' => [
  9517.                             'upload' => NULL,
  9518.                             'progress' => NULL,
  9519.                             'cancel' => NULL,
  9520.                         ],
  9521.                     ],
  9522.                 ],
  9523.                 'user_media' => [
  9524.                     => 'oneup_uploader.controller.user_media',
  9525.                     => [
  9526.                         'enable_progress' => false,
  9527.                         'enable_cancelation' => false,
  9528.                         'route_prefix' => '',
  9529.                         'endpoints' => [
  9530.                             'upload' => NULL,
  9531.                             'progress' => NULL,
  9532.                             'cancel' => NULL,
  9533.                         ],
  9534.                     ],
  9535.                 ],
  9536.                 'profile_photo' => [
  9537.                     => 'oneup_uploader.controller.profile_photo',
  9538.                     => [
  9539.                         'enable_progress' => false,
  9540.                         'enable_cancelation' => false,
  9541.                         'route_prefix' => '',
  9542.                         'endpoints' => [
  9543.                             'upload' => NULL,
  9544.                             'progress' => NULL,
  9545.                             'cancel' => NULL,
  9546.                         ],
  9547.                     ],
  9548.                 ],
  9549.                 'profile_media_avatar' => [
  9550.                     => 'oneup_uploader.controller.profile_media_avatar',
  9551.                     => [
  9552.                         'enable_progress' => false,
  9553.                         'enable_cancelation' => false,
  9554.                         'route_prefix' => '',
  9555.                         'endpoints' => [
  9556.                             'upload' => NULL,
  9557.                             'progress' => NULL,
  9558.                             'cancel' => NULL,
  9559.                         ],
  9560.                     ],
  9561.                 ],
  9562.                 'profile_media_approval' => [
  9563.                     => 'oneup_uploader.controller.profile_media_approval',
  9564.                     => [
  9565.                         'enable_progress' => false,
  9566.                         'enable_cancelation' => false,
  9567.                         'route_prefix' => '',
  9568.                         'endpoints' => [
  9569.                             'upload' => NULL,
  9570.                             'progress' => NULL,
  9571.                             'cancel' => NULL,
  9572.                         ],
  9573.                     ],
  9574.                 ],
  9575.                 'profile_face_photo' => [
  9576.                     => 'oneup_uploader.controller.profile_face_photo',
  9577.                     => [
  9578.                         'enable_progress' => false,
  9579.                         'enable_cancelation' => false,
  9580.                         'route_prefix' => '',
  9581.                         'endpoints' => [
  9582.                             'upload' => NULL,
  9583.                             'progress' => NULL,
  9584.                             'cancel' => NULL,
  9585.                         ],
  9586.                     ],
  9587.                 ],
  9588.                 'profile_selfie' => [
  9589.                     => 'oneup_uploader.controller.profile_selfie',
  9590.                     => [
  9591.                         'enable_progress' => false,
  9592.                         'enable_cancelation' => false,
  9593.                         'route_prefix' => '',
  9594.                         'endpoints' => [
  9595.                             'upload' => NULL,
  9596.                             'progress' => NULL,
  9597.                             'cancel' => NULL,
  9598.                         ],
  9599.                     ],
  9600.                 ],
  9601.                 'profile_video' => [
  9602.                     => 'oneup_uploader.controller.profile_video',
  9603.                     => [
  9604.                         'enable_progress' => false,
  9605.                         'enable_cancelation' => false,
  9606.                         'route_prefix' => '',
  9607.                         'endpoints' => [
  9608.                             'upload' => NULL,
  9609.                             'progress' => NULL,
  9610.                             'cancel' => NULL,
  9611.                         ],
  9612.                     ],
  9613.                 ],
  9614.                 'saloon_media' => [
  9615.                     => 'oneup_uploader.controller.saloon_media',
  9616.                     => [
  9617.                         'enable_progress' => false,
  9618.                         'enable_cancelation' => false,
  9619.                         'route_prefix' => '',
  9620.                         'endpoints' => [
  9621.                             'upload' => NULL,
  9622.                             'progress' => NULL,
  9623.                             'cancel' => NULL,
  9624.                         ],
  9625.                     ],
  9626.                 ],
  9627.                 'saloon_media_thumb' => [
  9628.                     => 'oneup_uploader.controller.saloon_media_thumb',
  9629.                     => [
  9630.                         'enable_progress' => false,
  9631.                         'enable_cancelation' => false,
  9632.                         'route_prefix' => '',
  9633.                         'endpoints' => [
  9634.                             'upload' => NULL,
  9635.                             'progress' => NULL,
  9636.                             'cancel' => NULL,
  9637.                         ],
  9638.                     ],
  9639.                 ],
  9640.                 'saloon_media_video' => [
  9641.                     => 'oneup_uploader.controller.saloon_media_video',
  9642.                     => [
  9643.                         'enable_progress' => false,
  9644.                         'enable_cancelation' => false,
  9645.                         'route_prefix' => '',
  9646.                         'endpoints' => [
  9647.                             'upload' => NULL,
  9648.                             'progress' => NULL,
  9649.                             'cancel' => NULL,
  9650.                         ],
  9651.                     ],
  9652.                 ],
  9653.             ],
  9654.             'oneup_uploader.maxsize' => [
  9655.                 'process_queue' => 34359738368,
  9656.                 'tmp_media' => 34359738368,
  9657.                 'user_media' => 34359738368,
  9658.                 'profile_photo' => 34359738368,
  9659.                 'profile_media_avatar' => 34359738368,
  9660.                 'profile_media_approval' => 34359738368,
  9661.                 'profile_face_photo' => 34359738368,
  9662.                 'profile_selfie' => 34359738368,
  9663.                 'profile_video' => 34359738368,
  9664.                 'saloon_media' => 34359738368,
  9665.                 'saloon_media_thumb' => 34359738368,
  9666.                 'saloon_media_video' => 34359738368,
  9667.             ],
  9668.             'snc_redis.client.class' => 'Predis\\Client',
  9669.             'snc_redis.client_options.class' => 'Predis\\Configuration\\Options',
  9670.             'snc_redis.connection_parameters.class' => 'Predis\\Connection\\Parameters',
  9671.             'snc_redis.connection_factory.class' => 'Snc\\RedisBundle\\Client\\Predis\\Connection\\ConnectionFactory',
  9672.             'snc_redis.connection_wrapper.class' => 'Snc\\RedisBundle\\Client\\Predis\\Connection\\ConnectionWrapper',
  9673.             'snc_redis.phpredis_client.class' => 'Redis',
  9674.             'snc_redis.relay_client.class' => 'Relay\\Relay',
  9675.             'snc_redis.phpredis_clusterclient.class' => 'RedisCluster',
  9676.             'snc_redis.logger.class' => 'Snc\\RedisBundle\\Logger\\RedisLogger',
  9677.             'snc_redis.data_collector.class' => 'Snc\\RedisBundle\\DataCollector\\RedisDataCollector',
  9678.             'snc_redis.monolog_handler.class' => 'Monolog\\Handler\\RedisHandler',
  9679.             'fos_js_routing.extractor.class' => 'FOS\\JsRoutingBundle\\Extractor\\ExposedRoutesExtractor',
  9680.             'fos_js_routing.routes_response.class' => 'FOS\\JsRoutingBundle\\Response\\RoutesResponse',
  9681.             'fos_js_routing.controller.class' => 'FOS\\JsRoutingBundle\\Controller\\Controller',
  9682.             'fos_js_routing.normalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RouteCollectionNormalizer',
  9683.             'fos_js_routing.normalizer.routes_response.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RoutesResponseNormalizer',
  9684.             'fos_js_routing.denormalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Denormalizer\\RouteCollectionDenormalizer',
  9685.             'fos_js_routing.request_context_base_url' => NULL,
  9686.             'fos_js_routing.cache_control' => [
  9687.                 'enabled' => false,
  9688.             ],
  9689.             'eight_points_guzzle.http_client.class' => 'GuzzleHttp\\Client',
  9690.             'eight_points_guzzle.formatter.class' => 'GuzzleHttp\\MessageFormatter',
  9691.             'eight_points_guzzle.symfony_log_formatter.class' => 'GuzzleHttp\\MessageFormatter',
  9692.             'eight_points_guzzle.data_collector.class' => 'EightPoints\\Bundle\\GuzzleBundle\\DataCollector\\HttpDataCollector',
  9693.             'eight_points_guzzle.logger.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Log\\Logger',
  9694.             'eight_points_guzzle.middleware.log.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\LogMiddleware',
  9695.             'eight_points_guzzle.middleware.profile.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\ProfileMiddleware',
  9696.             'eight_points_guzzle.middleware.event_dispatcher.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\EventDispatchMiddleware',
  9697.             'eight_points_guzzle.middleware.request_time.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\RequestTimeMiddleware',
  9698.             'eight_points_guzzle.middleware.symfony_log.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\SymfonyLogMiddleware',
  9699.             'eight_points_guzzle.symfony_log_formatter.pattern' => '{method} {uri} {code}',
  9700.             'eight_points_guzzle.middleware.class' => 'GuzzleHttp\\Middleware',
  9701.             'eight_points_guzzle.plugin.header.headers' => [
  9702.             ],
  9703.             'env(SENTRY_RELEASE)' => 'dev-a77e2928d6bba35c4851695c4ec0ae9261fa2db3@a77e292',
  9704.             'sentry.tracing.enabled' => true,
  9705.             'sentry.tracing.dbal.enabled' => true,
  9706.             'sentry.tracing.dbal.connections' => [
  9707.             ],
  9708.             'sentry.tracing.cache.enabled' => true,
  9709.             'sentry.tracing.http_client.enabled' => true,
  9710.             'fos_elastica.property_accessor.magicCall' => false,
  9711.             'fos_elastica.property_accessor.throwExceptionOnInvalidIndex' => false,
  9712.             'fos_elastica.default_index' => 'recommendations',
  9713.             'ewz_recaptcha.ajax' => true,
  9714.             'ewz_recaptcha.enabled' => true,
  9715.             'ewz_recaptcha.verify_host' => false,
  9716.             'ewz_recaptcha.locale_key' => 'ru',
  9717.             'ewz_recaptcha.api_host' => 'www.google.com',
  9718.             'ewz_recaptcha.locale_from_request' => false,
  9719.             'ewz_recaptcha.version' => 2,
  9720.             'ewz_recaptcha.hide_badge' => false,
  9721.             'ewz_recaptcha.score_threshold' => 0.5,
  9722.             'ewz_recaptcha.timeout' => NULL,
  9723.             'ewz_recaptcha.trusted_roles' => [
  9724.             ],
  9725.             'ewz_recaptcha.http_proxy' => [
  9726.                 'host' => NULL,
  9727.                 'port' => NULL,
  9728.                 'auth' => NULL,
  9729.             ],
  9730.             'ewz_recaptcha.service_definition' => [
  9731.             ],
  9732.             'doctrine.migrations.preferred_em' => NULL,
  9733.             'doctrine.migrations.preferred_connection' => NULL,
  9734.             'misd_phone_number.serializer.default_region' => 'ZZ',
  9735.             'misd_phone_number.serializer.format' => 0,
  9736.             'misd_phone_number.validator.default_region' => 'ZZ',
  9737.             'misd_phone_number.validator.format' => 1,
  9738.             'knp_paginator.template.pagination' => '_pagination.html.twig',
  9739.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  9740.             'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  9741.             'knp_paginator.page_range' => 9,
  9742.             'knp_paginator.page_limit' => NULL,
  9743.             'porpaginas.twig.extension.class' => 'Porpaginas\\Twig\\PorpaginasExtension',
  9744.             'porpaginas.twig.rendering_adapter.knp.class' => 'AngelGamez\\PorpaginasBundle\\Twig\\KnpPagerRenderingAdapter',
  9745.             'porpaginas.twig.subscriber.class' => 'Porpaginas\\KnpPager\\PorpaginasSubscriber',
  9746.             'data_collector.templates' => [
  9747.                 'data_collector.request' => [
  9748.                     => 'request',
  9749.                     => '@WebProfiler/Collector/request.html.twig',
  9750.                 ],
  9751.                 'data_collector.time' => [
  9752.                     => 'time',
  9753.                     => '@WebProfiler/Collector/time.html.twig',
  9754.                 ],
  9755.                 'data_collector.memory' => [
  9756.                     => 'memory',
  9757.                     => '@WebProfiler/Collector/memory.html.twig',
  9758.                 ],
  9759.                 'data_collector.validator' => [
  9760.                     => 'validator',
  9761.                     => '@WebProfiler/Collector/validator.html.twig',
  9762.                 ],
  9763.                 'data_collector.ajax' => [
  9764.                     => 'ajax',
  9765.                     => '@WebProfiler/Collector/ajax.html.twig',
  9766.                 ],
  9767.                 'data_collector.form' => [
  9768.                     => 'form',
  9769.                     => '@WebProfiler/Collector/form.html.twig',
  9770.                 ],
  9771.                 'data_collector.exception' => [
  9772.                     => 'exception',
  9773.                     => '@WebProfiler/Collector/exception.html.twig',
  9774.                 ],
  9775.                 'data_collector.logger' => [
  9776.                     => 'logger',
  9777.                     => '@WebProfiler/Collector/logger.html.twig',
  9778.                 ],
  9779.                 'data_collector.events' => [
  9780.                     => 'events',
  9781.                     => '@WebProfiler/Collector/events.html.twig',
  9782.                 ],
  9783.                 'data_collector.router' => [
  9784.                     => 'router',
  9785.                     => '@WebProfiler/Collector/router.html.twig',
  9786.                 ],
  9787.                 'data_collector.cache' => [
  9788.                     => 'cache',
  9789.                     => '@WebProfiler/Collector/cache.html.twig',
  9790.                 ],
  9791.                 'data_collector.translation' => [
  9792.                     => 'translation',
  9793.                     => '@WebProfiler/Collector/translation.html.twig',
  9794.                 ],
  9795.                 'data_collector.security' => [
  9796.                     => 'security',
  9797.                     => '@Security/Collector/security.html.twig',
  9798.                 ],
  9799.                 'data_collector.twig' => [
  9800.                     => 'twig',
  9801.                     => '@WebProfiler/Collector/twig.html.twig',
  9802.                 ],
  9803.                 'data_collector.http_client' => [
  9804.                     => 'http_client',
  9805.                     => '@WebProfiler/Collector/http_client.html.twig',
  9806.                 ],
  9807.                 'data_collector.doctrine' => [
  9808.                     => 'db',
  9809.                     => '@Doctrine/Collector/db.html.twig',
  9810.                 ],
  9811.                 'data_collector.dump' => [
  9812.                     => 'dump',
  9813.                     => '@Debug/Profiler/dump.html.twig',
  9814.                 ],
  9815.                 'data_collector.messenger' => [
  9816.                     => 'messenger',
  9817.                     => '@WebProfiler/Collector/messenger.html.twig',
  9818.                 ],
  9819.                 'mailer.data_collector' => [
  9820.                     => 'mailer',
  9821.                     => '@WebProfiler/Collector/mailer.html.twig',
  9822.                 ],
  9823.                 'notifier.data_collector' => [
  9824.                     => 'notifier',
  9825.                     => '@WebProfiler/Collector/notifier.html.twig',
  9826.                 ],
  9827.                 'flagception.profiler.feature_data_collector' => [
  9828.                     => 'flagception',
  9829.                     => '@Flagception/profiler/layout.html.twig',
  9830.                 ],
  9831.                 'easyadmin.data_collector' => [
  9832.                     => 'easyadmin',
  9833.                     => '@EasyAdmin/data_collector/easyadmin.html.twig',
  9834.                 ],
  9835.                 'snc_redis.data_collector' => [
  9836.                     => 'redis',
  9837.                     => '@SncRedis/Collector/redis.html.twig',
  9838.                 ],
  9839.                 'eight_points_guzzle.data_collector' => [
  9840.                     => 'eight_points_guzzle',
  9841.                     => '@EightPointsGuzzle/debug.html.twig',
  9842.                 ],
  9843.                 'fos_elastica.data_collector' => [
  9844.                     => 'elastica',
  9845.                     => '@FOSElastica/Collector/elastica.html.twig',
  9846.                 ],
  9847.                 'App\\DataCollector\\DebugCollector' => [
  9848.                     => 'app.debug_collector',
  9849.                     => '_data_collector/debug_collector.html.twig',
  9850.                 ],
  9851.                 'data_collector.config' => [
  9852.                     => 'config',
  9853.                     => '@WebProfiler/Collector/config.html.twig',
  9854.                 ],
  9855.             ],
  9856.             'console.command.ids' => [
  9857.                 => 'console.command.public_alias.App\\Console\\Account\\BulkQueueWatchDog',
  9858.                 => 'console.command.public_alias.App\\Console\\Account\\ProcessBulkQueue',
  9859.                 => 'console.command.public_alias.App\\Console\\Debug\\PlanPlacementSyncDebugCommand',
  9860.                 => 'console.command.public_alias.App\\Console\\Deploy\\ConfigureCacheDirectoryCommand',
  9861.                 => 'console.command.public_alias.App\\Console\\Deploy\\RemoveOutdatedCacheDirectoriesCommand',
  9862.                 => 'console.command.public_alias.App\\Console\\Export\\ExportProfiles',
  9863.                 => 'console.command.public_alias.App\\Console\\Export\\ExportRotationListingsConfigCommand',
  9864.                 => 'console.command.public_alias.App\\Console\\Feature\\AdaptForAvatarCommand',
  9865.                 => 'console.command.public_alias.App\\Console\\Feature\\AdaptForESDescription',
  9866.                 => 'console.command.public_alias.App\\Console\\Feature\\AdaptForFreeProfilesCommand',
  9867.                 10 => 'console.command.public_alias.App\\Console\\Feature\\AdaptForProfileModerationStatus',
  9868.                 11 => 'console.command.public_alias.App\\Console\\Feature\\AdaptForProfileRecommendations',
  9869.                 12 => 'console.command.public_alias.App\\Console\\Feature\\AdaptForSearchByKeywords',
  9870.                 13 => 'console.command.public_alias.App\\Console\\Feature\\AddServicesForTask28733',
  9871.                 14 => 'console.command.public_alias.App\\Console\\Feature\\AnalExtraChargeToServiceExtraChargeCommand',
  9872.                 15 => 'console.command.public_alias.App\\Console\\Feature\\CleanStopWordsTextsCommand',
  9873.                 16 => 'console.command.public_alias.App\\Console\\Feature\\PrepareDynamicPricesPlacementsCommand',
  9874.                 17 => 'console.command.public_alias.App\\Console\\Feature\\RevertAdaptForAvatarCommand',
  9875.                 18 => 'console.command.public_alias.App\\Console\\Feature\\RevertAdaptForFreeProfilesCommand',
  9876.                 19 => 'console.command.public_alias.App\\Console\\Feature\\SetAvatarFromFirstPhotoCommand',
  9877.                 20 => 'console.command.public_alias.App\\Console\\Feature\\SetUniqueDescriptionForDuplicatesCommand',
  9878.                 21 => 'console.command.public_alias.App\\Console\\Fix\\RemoveStationVerhnieLihoborodyi',
  9879.                 22 => 'console.command.public_alias.App\\Console\\Fix\\RemoveStationobvodnoyKanal',
  9880.                 23 => 'console.command.public_alias.App\\Console\\Import\\ImportCitiesCommand',
  9881.                 24 => 'console.command.public_alias.App\\Console\\Import\\ImportCitiesMapCoordinatesCommand',
  9882.                 25 => 'console.command.public_alias.App\\Console\\Import\\ImportPageMetadataCommand',
  9883.                 26 => 'console.command.public_alias.App\\Console\\Import\\ImportPaidPlacementPricesCommand',
  9884.                 27 => 'console.command.public_alias.App\\Console\\Import\\ImportPaymentProductsCommand',
  9885.                 28 => 'console.command.public_alias.App\\Console\\Import\\ImportProfilesCommand',
  9886.                 29 => 'console.command.public_alias.App\\Console\\Import\\ImportSaloonsCommand',
  9887.                 30 => 'console.command.public_alias.App\\Console\\Import\\ImportServicesCommand',
  9888.                 31 => 'console.command.public_alias.App\\Console\\Import\\ImportStationDistrictCommand',
  9889.                 32 => 'console.command.public_alias.App\\Console\\Management\\ClearCtrValuesCache',
  9890.                 33 => 'console.command.public_alias.App\\Console\\Management\\ClearCurrentModerationList',
  9891.                 34 => 'console.command.public_alias.App\\Console\\Management\\CreateStaffAccountCommand',
  9892.                 35 => 'console.command.public_alias.App\\Console\\Management\\DeleteModerationRejectedProfiles',
  9893.                 36 => 'console.command.public_alias.App\\Console\\Management\\FillDynamicPlacementPricesForTestCommand',
  9894.                 37 => 'console.command.public_alias.App\\Console\\Management\\HideFreeUnapprovedPlacements',
  9895.                 38 => 'console.command.public_alias.App\\Console\\Management\\ImportCityPriceCategoriesCommand',
  9896.                 39 => 'console.command.public_alias.App\\Console\\Management\\ImportDynamicPlacementPricesCommand',
  9897.                 40 => 'console.command.public_alias.App\\Console\\Management\\PersistProfileCtrValuesPermanent',
  9898.                 41 => 'console.command.public_alias.App\\Console\\Management\\RefreshTop100ProfilesCommand',
  9899.                 42 => 'console.command.public_alias.App\\Console\\Management\\SetSeoPhoneNumbersForProfiles',
  9900.                 43 => 'console.command.public_alias.App\\Console\\Management\\SetSeoPhoneNumbersForSaloons',
  9901.                 44 => 'console.command.public_alias.App\\Console\\Management\\UpdateStations',
  9902.                 45 => 'console.command.public_alias.App\\Console\\Management\\UpdateUsersTrustedStatus',
  9903.                 46 => 'console.command.public_alias.App\\Console\\Routing\\GenerateCityUriDumpCommand',
  9904.                 47 => 'console.command.public_alias.App\\Console\\Routing\\GenerateServicesUriDumpCommand',
  9905.                 48 => 'console.command.public_alias.App\\Console\\SEO\\CreatePageMetadataTemplatesCommand',
  9906.                 49 => 'console.command.public_alias.App\\Console\\SEO\\GenerateSitemapCommand',
  9907.                 50 => 'console.command.public_alias.App\\Console\\SEO\\ImportPageMetadataCommand',
  9908.                 51 => 'console.command.public_alias.App\\Console\\SEO\\ImportProfileDescriptionCommand',
  9909.                 52 => 'console.command.public_alias.App\\Console\\SEO\\ListingPagesSitemapGenerator',
  9910.                 53 => 'console.command.public_alias.App\\Console\\Sales\\AccountChargebackCommand',
  9911.                 54 => 'console.command.public_alias.App\\Console\\Sales\\FixProfileAdBoardPositionsCommand',
  9912.                 55 => 'console.command.public_alias.App\\Console\\Sales\\ManualAccountChargesCommand',
  9913.                 56 => 'console.command.public_alias.App\\Console\\Sales\\MigrateFinancialDataCommand',
  9914.                 57 => 'console.command.public_alias.App\\Console\\Sales\\PlaceProfilesFreeAdBoardPlacementsCommand',
  9915.                 58 => 'console.command.public_alias.App\\Console\\Sales\\PlaceUnhiddenAndUnplacedProfilesFreeCommand',
  9916.                 59 => 'console.command.public_alias.App\\Console\\Sales\\PlacementHiderHourlyChargeCommand',
  9917.                 60 => 'console.command.public_alias.App\\Console\\Sales\\ProcessOutdatedNewSidebarPlacementsCommand',
  9918.                 61 => 'console.command.public_alias.App\\Console\\Sales\\ProfileAdBoardHourlyChargeCommand',
  9919.                 62 => 'console.command.public_alias.App\\Console\\Sales\\RotateProfileAdBoardPlacementsCommand',
  9920.                 63 => 'console.command.public_alias.App\\Console\\Sales\\RotateProfileFreeAdBoardPlacementsCommand',
  9921.                 64 => 'console.command.public_alias.App\\Console\\Sales\\RotateSaloonAdBoardPlacementsCommand',
  9922.                 65 => 'console.command.public_alias.App\\Console\\Sales\\RotateSidebarPlacementsCommand',
  9923.                 66 => 'console.command.public_alias.App\\Console\\Sales\\SaloonAdBoardHourlyChargeCommand',
  9924.                 67 => 'console.command.public_alias.App\\Console\\Sales\\UserLowBalanceNotifyCommand',
  9925.                 68 => 'console.command.public_alias.App\\Console\\System\\FillIpAddressRangeCommand',
  9926.                 69 => 'console.command.public_alias.App\\Console\\System\\PrepareOldVideoFilesCommand',
  9927.                 70 => 'console.command.public_alias.App\\Console\\TestData\\CreateDummyAccounts',
  9928.             ],
  9929.         ];
  9930.     }
  9931.     protected function throw($message)
  9932.     {
  9933.         throw new RuntimeException($message);
  9934.     }
  9935. }